Merge pull request #4183 from UdjinM6/backport_0.17.0.3

[0.17.x] Backport candidates and bump to 0.17.0.3
This commit is contained in:
UdjinM6 2021-06-05 22:11:48 +03:00 committed by GitHub
commit eaca69b22c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
31 changed files with 2109 additions and 3792 deletions

View File

@ -3,7 +3,7 @@ AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 0) define(_CLIENT_VERSION_MAJOR, 0)
define(_CLIENT_VERSION_MINOR, 17) define(_CLIENT_VERSION_MINOR, 17)
define(_CLIENT_VERSION_REVISION, 0) define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_BUILD, 2) define(_CLIENT_VERSION_BUILD, 3)
define(_CLIENT_VERSION_IS_RELEASE, true) define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2021) define(_COPYRIGHT_YEAR, 2021)
define(_COPYRIGHT_HOLDERS,[The %s developers]) define(_COPYRIGHT_HOLDERS,[The %s developers])

View File

@ -13,7 +13,7 @@ package_name_ns = sys.argv[2]
ds = DSStore.open(output_file, 'w+') ds = DSStore.open(output_file, 'w+')
ds['.']['bwsp'] = { ds['.']['bwsp'] = {
'ShowStatusBar': False, 'ShowStatusBar': False,
'WindowBounds': b'{{300, 280}, {500, 343}}', 'WindowBounds': '{{300, 280}, {500, 343}}',
'ContainerShowSidebar': False, 'ContainerShowSidebar': False,
'SidebarWidth': 0, 'SidebarWidth': 0,
'ShowTabView': False, 'ShowTabView': False,

View File

@ -48,6 +48,8 @@ define $(package)_set_vars
$(package)_config_opts_darwin+= -DCMAKE_AR="$(host_prefix)/native/bin/$($(package)_ar)" $(package)_config_opts_darwin+= -DCMAKE_AR="$(host_prefix)/native/bin/$($(package)_ar)"
$(package)_config_opts_darwin+= -DCMAKE_RANLIB="$(host_prefix)/native/bin/$($(package)_ranlib)" $(package)_config_opts_darwin+= -DCMAKE_RANLIB="$(host_prefix)/native/bin/$($(package)_ranlib)"
endif endif
$(package)_cppflags+=-UBLSALLOC_SODIUM
endef endef
define $(package)_preprocess_cmds define $(package)_preprocess_cmds

View File

@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.3. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.3.
.TH DASH-CLI "1" "May 2021" "dash-cli v0.17.0.2" "User Commands" .TH DASH-CLI "1" "May 2021" "dash-cli v0.17.0.3" "User Commands"
.SH NAME .SH NAME
dash-cli \- manual page for dash-cli v0.17.0.2 dash-cli \- manual page for dash-cli v0.17.0.3
.SH DESCRIPTION .SH DESCRIPTION
Dash Core RPC client version v0.17.0.2 Dash Core RPC client version v0.17.0.3
.SS "Usage:" .SS "Usage:"
.TP .TP
dash\-cli [options] <command> [params] dash\-cli [options] <command> [params]

View File

@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.3. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.3.
.TH DASH-QT "1" "May 2021" "dash-qt v0.17.0.2" "User Commands" .TH DASH-QT "1" "May 2021" "dash-qt v0.17.0.3" "User Commands"
.SH NAME .SH NAME
dash-qt \- manual page for dash-qt v0.17.0.2 dash-qt \- manual page for dash-qt v0.17.0.3
.SH DESCRIPTION .SH DESCRIPTION
Dash Core version v0.17.0.2 (64\-bit) Dash Core version v0.17.0.3 (64\-bit)
Usage: Usage:
.IP .IP
dash\-qt [command\-line options] dash\-qt [command\-line options]

View File

@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.3. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.3.
.TH DASH-TX "1" "May 2021" "dash-tx v0.17.0.2" "User Commands" .TH DASH-TX "1" "May 2021" "dash-tx v0.17.0.3" "User Commands"
.SH NAME .SH NAME
dash-tx \- manual page for dash-tx v0.17.0.2 dash-tx \- manual page for dash-tx v0.17.0.3
.SH DESCRIPTION .SH DESCRIPTION
Dash Core dash\-tx utility version v0.17.0.2 Dash Core dash\-tx utility version v0.17.0.3
.SS "Usage:" .SS "Usage:"
.TP .TP
dash\-tx [options] <hex\-tx> [commands] dash\-tx [options] <hex\-tx> [commands]

View File

@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.3. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.3.
.TH DASHD "1" "May 2021" "dashd v0.17.0.2" "User Commands" .TH DASHD "1" "May 2021" "dashd v0.17.0.3" "User Commands"
.SH NAME .SH NAME
dashd \- manual page for dashd v0.17.0.2 dashd \- manual page for dashd v0.17.0.3
.SH DESCRIPTION .SH DESCRIPTION
Dash Core Daemon version v0.17.0.2 Dash Core Daemon version v0.17.0.3
.SS "Usage:" .SS "Usage:"
.TP .TP
dashd [options] dashd [options]

View File

@ -1,14 +1,11 @@
Dash Core version 0.17.0.2 Dash Core version 0.17.0.3
========================== ==========================
Release is now available from: Release is now available from:
<https://www.dash.org/downloads/#wallets> <https://www.dash.org/downloads/#wallets>
This is a new major version release, bringing new features, various bugfixes This is a new hotfix release.
and other improvements.
This release is mandatory for all nodes.
Please report bugs using the issue tracker at github: Please report bugs using the issue tracker at github:
@ -53,237 +50,30 @@ is not recommended.
Notable changes Notable changes
=============== ===============
Opcode updates This release adds some missing translations and help strings. It also fixes
-------------- a couple of build issues and a rare crash on some linux systems.
Several opcodes have been reactivated/introduced to broaden the functionality
of the system and enable developers to build new solutions. These opcodes are
a combination of previously disabled ones that have been found to be safe and
new ones previously introduced by Bitcoin Cash. Details of the opcodes are
provided in [DIP-0020](https://github.com/dashpay/dips/blob/master/dip-0020.md).
These opcodes are activated via a BIP9 style hard fork that will begin 0.17.0.3 Change log
signalling on July 1st using bit 6. Any nodes that do not upgrade by the time
this feature is activated will diverge from the rest of the network.
DKG Data Sharing
----------------
Quorum resilience has been improved by enabling masternodes to request DKG data
from other quorum members. This allows Dash Platform to obtain required
information while also making it possible for corrupted masternodes to recover
the DKG data they need to participate in quorums they are part of. Details are
provided in [DIP-0021](https://github.com/dashpay/dips/blob/master/dip-0021.md).
Platform support
----------------
Support for Dash Platform has been expanded through the addition of a new
quorum type `LLMQ_100_67`, several RPCs, and a way to limit Platform RPC access
to a subset of allowed RPCs, specifically:
- `getbestblockhash`
- `getbestchainlock`
- `getblockcount`
- `getblockhash`
- `quorum sign` (for platform quorums only)
- `quorum verify`
- `verifyislock`
These changes provide necessary Platform capabilities while maximizing the
isolation between Core and Platform. New quorum type will be activated using
the same bit 6 introduced to activate new opcodes.
BLS update
----------
Dash Cores BLS signature library has been updated based on v1.0 of the
Chia BLS library to support migration to a new BLS signature scheme which will
be implemented in a future version of DashCore. These changes will be made to
align with standards and improve security.
Network performance improvements
--------------------------------
This version of Dash Core includes multiple optimizations to the network and
p2p message handling code.
We reintroduced [Intra-Quorum Connections](https://github.com/dashpay/dips/blob/master/dip-0006.md#intra-quorum-communication)
which were temporary disabled with the introduction of
`SPORK_21_QUORUM_ALL_CONNECTED`. This should make communications for masternodes
belonging to the same quorum more robust and improve network connectivity in
general.
FreeBSD and MacOS machines will now default to the new `kqueue` network mode
which is similar to `epoll` mode on linux-based. It removes most of the CPU
overhead caused by the sub-optimal use of `select` in the network thread when
many connections were involved.
Wallet changes
--------------
Upgrading a non-Hierarchical Deterministic (HD) wallet to an HD wallet is now
possible. Previously new HD wallets could be created, but non-HD wallets could
not be upgraded. This update will enable existing non-HD wallets to upgrade to
take advantage of HD wallet features. Upgrades can be done via either the debug
console or command line and a new backup must be made when this upgrade is
performed.
Users can now load and unload wallets dynamically via RPC and GUI console.
It's now possible to have multiple wallets loaded at the same time, however only
one of them is going to be active and receive updates or be used for sending
trasactions at a specific point in time.
Also, enabling wallet encryption no longer requires a wallet restart.
Sporks
------
Several spork changes have been made to streamline code and improve system
reliability. Activation of `SPORK_22_PS_MORE_PARTICIPANTS` in DashCore v0.16
has rendered that spork unnecessary. The associated logic has been hardened
and the spork removed. `SPORK_21_QUORUM_ALL_CONNECTED` logic has been split
into two sporks, `SPORK_21_QUORUM_ALL_CONNECTED` and `SPORK_23_QUORUM_POSE`,
so that masternode quorum connectivity and quorum Proof of Service (PoSe) can
be controlled independently. Finally, `SPORK_2_INSTANTSEND_ENABLED` has a new
mode (value: 1) that enables a smooth transition in case InstantSend needs to
be disabled.
Statoshi backport
------------------
This version includes a [backport](https://github.com/dashpay/dash/pull/2515)
of [Statoshi functionality](https://github.com/jlopp/statoshi) which allows
nodes to emit metrics to a StatsD instance. This can help node operators to
learn more about node performance and network state in general. We added
several command line options to give node operators more control, see options
starting with `-stats` prefix.
PrivateSend rename
------------------
PrivateSend has been renamed to CoinJoin to better reflect the functionality
it provides and align with industry standard terminology. The renaming only
applies to the UI and RPCs but does not change functionality.
Build system
------------
Multiple packaged in `depends` were updated. Current versions are:
- biplist 1.0.3
- bls-dash 1.0.1
- boost 1.70.0
- cmake 3.14.7
- expat 2.2.5
- mac alias 2.0.7
- miniupnpc 2.0.20180203
- qt 5.9.6
- zeromq 4.2.3
Packages libX11, libXext, xextproto and xtrans are no longer used.
Minimum supported macOS version was bumped to 10.10.
RPC changes
-----------
There are seven new RPC commands which are Dash specific and seven new RPC
commands introduced through Bitcoin backports. One previously deprecated RPC,
`estimatefee`, was removed and several RPCs have been deprecated.
The new RPCs are:
- `createwallet`
- `getaddressesbylabel`
- `getaddressinfo`
- `getzmqnotifications`
- `gobject list-prepared`
- `listlabels`
- `masternode payments`
- `quorum getdata`
- `quorum verify`
- `signrawtransactionwithkey`
- `signrawtransactionwithwallet`
- `unloadwallet`
- `verifychainlock`
- `verifyislock`
- `upgradetohd`
The deprecated RPCs are all related to the deprecation of wallet accounts and
will be removed in DashCore v0.18. Note that the deprecation of wallet accounts
means that any RPCs that previously accepted an “account” parameter are
affected — please refer to the RPC help for details about specific RPCs.
The deprecated RPCs are:
- `getaccount`
- `getaccountaddress`
- `getaddressbyaccount`
- `getreceivedbyaccount`
- `listaccounts`
- `listreceivedbyaccount`
- `masternode current`
- `masternode winner`
- `move`
- `sendfrom`
- `setaccount`
`protx register` and `protx register_fund` RPCs now accept an additional `submit` parameter
which allows producing and printing ProRegTx-es without relaying them
to the network.
Also, please note that all mixing-related RPCs have been renamed to replace
“PrivateSend” with “CoinJoin” (e.g. `setprivatesendrounds` -> `setcoinjoinrounds`).
Please check `help <command>` for more detailed information on specific RPCs.
Command-line options
--------------------
Changes in existing cmd-line options:
New cmd-line options:
- `-dip8params`
- `-llmq-data-recovery`
- `-llmq-qvvec-sync`
- `-llmqinstantsend`
- `-platform-user`
- `-statsenabled`
- `-statshost`
- `-statshostname`
- `-statsport`
- `-statsns`
- `-statsperiod`
- `-zmqpubhashrecoveredsig`
- `-zmqpubrawrecoveredsig`
Also, please note that all mixing-related command-line options have been
renamed to replace “PrivateSend” with “CoinJoin” (e.g. `setprivatesendrounds`
-> `setcoinjoinrounds`).
Please check `Help -> Command-line options` in Qt wallet or `dashd --help` for
more information.
Backports from Bitcoin Core 0.17
--------------------------------
This release also introduces over 450 updates from Bitcoin v0.17 as well as
some updates from Bitcoin v0.18 and more recent versions. This includes a
number of performance improvements, dynamic loading of wallets via RPC, support
for signalling pruned nodes, and a number of other updates that will benefit
Dash users. Bitcoin changes that do not align with Dashs product needs, such
as SegWit and RBF, are excluded from our backporting. For additional detail on
whats included in Bitcoin v0.17, please refer to [their release notes](https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.17.0.md).
Miscellaneous
-------------
A lot of refactoring, code cleanups and other small fixes were done in this release.
0.17.0.2 Change log
=================== ===================
See detailed [set of changes](https://github.com/dashpay/dash/compare/v0.16.1.1...dashpay:v0.17.0.2). See detailed [set of changes](https://github.com/dashpay/dash/compare/v0.17.0.2...dashpay:v0.17.0.3).
- [`6a54af0df7`](https://github.com/dashpay/dash/commit/6a54af0df7) Bump to v0.17.0.3
- [`97e8461234`](https://github.com/dashpay/dash/commit/97e8461234) doc: Archive v0.17.0.2 release notes
- [`96c041896b`](https://github.com/dashpay/dash/commit/96c041896b) feat: add tor entrypoint script for use in dashmate (#4182)
- [`3661f36bbd`](https://github.com/dashpay/dash/commit/3661f36bbd) Merge #14416: Fix OSX dmg issue (10.12 to 10.14) (#4177)
- [`4f4bda0557`](https://github.com/dashpay/dash/commit/4f4bda0557) depends: Undefine `BLSALLOC_SODIUM` in `bls-dash.mk` (#4176)
- [`575e0a3070`](https://github.com/dashpay/dash/commit/575e0a3070) qt: Add `QFont::Normal` as a supported font weight when no other font weights were found (#4175)
- [`ce4a73b790`](https://github.com/dashpay/dash/commit/ce4a73b790) rpc: Fix `upgradetohd` help text (#4170)
- [`2fa8ddf160`](https://github.com/dashpay/dash/commit/2fa8ddf160) Translations 202105 (add missing) (#4169)
Credits Credits
======= =======
Thanks to everyone who directly contributed to this release: Thanks to everyone who directly contributed to this release:
- 10xcryptodev
- dustinface (xdustinface) - dustinface (xdustinface)
- Kittywhiskers Van Gogh (kittywhiskers)
- Kolby Moroz Liebl (KolbyML)
- Konstantin Shuplenkov (shuplenkov)
- Minh20
- PastaPastaPasta
- strophy - strophy
- thephez
- tomthoros
- UdjinM6 - UdjinM6
As well as everyone that submitted issues and reviewed pull requests. As well as everyone that submitted issues and reviewed pull requests.
@ -311,6 +101,7 @@ Dash Core tree 0.12.1.x was a fork of Bitcoin Core tree 0.12.
These release are considered obsolete. Old release notes can be found here: These release are considered obsolete. Old release notes can be found here:
- [v0.17.0.2](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.17.0.2.md) released May/19/2021
- [v0.16.1.1](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.16.1.1.md) released November/17/2020 - [v0.16.1.1](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.16.1.1.md) released November/17/2020
- [v0.16.1.0](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.16.1.0.md) released November/14/2020 - [v0.16.1.0](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.16.1.0.md) released November/14/2020
- [v0.16.0.1](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.16.0.1.md) released September/30/2020 - [v0.16.0.1](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.16.0.1.md) released September/30/2020

View File

@ -0,0 +1,341 @@
Dash Core version 0.17.0.2
==========================
Release is now available from:
<https://www.dash.org/downloads/#wallets>
This is a new major version release, bringing new features, various bugfixes
and other improvements.
This release is mandatory for all nodes.
Please report bugs using the issue tracker at github:
<https://github.com/dashpay/dash/issues>
Upgrading and downgrading
=========================
How to Upgrade
--------------
If you are running an older version, shut it down. Wait until it has completely
shut down (which might take a few minutes for older versions), then run the
installer (on Windows) or just copy over /Applications/Dash-Qt (on Mac) or
dashd/dash-qt (on Linux). If you upgrade after DIP0003 activation and you were
using version < 0.13 you will have to reindex (start with -reindex-chainstate
or -reindex) to make sure your wallet has all the new data synced. Upgrading
from version 0.13 should not require any additional actions.
When upgrading from a version prior to 0.14.0.3, the
first startup of Dash Core will run a migration process which can take a few
minutes to finish. After the migration, a downgrade to an older version is only
possible with a reindex (or reindex-chainstate).
Downgrade warning
-----------------
### Downgrade to a version < 0.14.0.3
Downgrading to a version older than 0.14.0.3 is no longer supported due to
changes in the "evodb" database format. If you need to use an older version,
you must either reindex or re-sync the whole chain.
### Downgrade of masternodes to < 0.17.0.2
Starting with the 0.16 release, masternodes verify the protocol version of other
masternodes. This results in PoSe punishment/banning for outdated masternodes,
so downgrading even prior to the activation of the introduced hard-fork changes
is not recommended.
Notable changes
===============
Opcode updates
--------------
Several opcodes have been reactivated/introduced to broaden the functionality
of the system and enable developers to build new solutions. These opcodes are
a combination of previously disabled ones that have been found to be safe and
new ones previously introduced by Bitcoin Cash. Details of the opcodes are
provided in [DIP-0020](https://github.com/dashpay/dips/blob/master/dip-0020.md).
These opcodes are activated via a BIP9 style hard fork that will begin
signalling on July 1st using bit 6. Any nodes that do not upgrade by the time
this feature is activated will diverge from the rest of the network.
DKG Data Sharing
----------------
Quorum resilience has been improved by enabling masternodes to request DKG data
from other quorum members. This allows Dash Platform to obtain required
information while also making it possible for corrupted masternodes to recover
the DKG data they need to participate in quorums they are part of. Details are
provided in [DIP-0021](https://github.com/dashpay/dips/blob/master/dip-0021.md).
Platform support
----------------
Support for Dash Platform has been expanded through the addition of a new
quorum type `LLMQ_100_67`, several RPCs, and a way to limit Platform RPC access
to a subset of allowed RPCs, specifically:
- `getbestblockhash`
- `getbestchainlock`
- `getblockcount`
- `getblockhash`
- `quorum sign` (for platform quorums only)
- `quorum verify`
- `verifyislock`
These changes provide necessary Platform capabilities while maximizing the
isolation between Core and Platform. New quorum type will be activated using
the same bit 6 introduced to activate new opcodes.
BLS update
----------
Dash Cores BLS signature library has been updated based on v1.0 of the
Chia BLS library to support migration to a new BLS signature scheme which will
be implemented in a future version of DashCore. These changes will be made to
align with standards and improve security.
Network performance improvements
--------------------------------
This version of Dash Core includes multiple optimizations to the network and
p2p message handling code.
We reintroduced [Intra-Quorum Connections](https://github.com/dashpay/dips/blob/master/dip-0006.md#intra-quorum-communication)
which were temporary disabled with the introduction of
`SPORK_21_QUORUM_ALL_CONNECTED`. This should make communications for masternodes
belonging to the same quorum more robust and improve network connectivity in
general.
FreeBSD and MacOS machines will now default to the new `kqueue` network mode
which is similar to `epoll` mode on linux-based. It removes most of the CPU
overhead caused by the sub-optimal use of `select` in the network thread when
many connections were involved.
Wallet changes
--------------
Upgrading a non-Hierarchical Deterministic (HD) wallet to an HD wallet is now
possible. Previously new HD wallets could be created, but non-HD wallets could
not be upgraded. This update will enable existing non-HD wallets to upgrade to
take advantage of HD wallet features. Upgrades can be done via either the debug
console or command line and a new backup must be made when this upgrade is
performed.
Users can now load and unload wallets dynamically via RPC and GUI console.
It's now possible to have multiple wallets loaded at the same time, however only
one of them is going to be active and receive updates or be used for sending
trasactions at a specific point in time.
Also, enabling wallet encryption no longer requires a wallet restart.
Sporks
------
Several spork changes have been made to streamline code and improve system
reliability. Activation of `SPORK_22_PS_MORE_PARTICIPANTS` in DashCore v0.16
has rendered that spork unnecessary. The associated logic has been hardened
and the spork removed. `SPORK_21_QUORUM_ALL_CONNECTED` logic has been split
into two sporks, `SPORK_21_QUORUM_ALL_CONNECTED` and `SPORK_23_QUORUM_POSE`,
so that masternode quorum connectivity and quorum Proof of Service (PoSe) can
be controlled independently. Finally, `SPORK_2_INSTANTSEND_ENABLED` has a new
mode (value: 1) that enables a smooth transition in case InstantSend needs to
be disabled.
Statoshi backport
------------------
This version includes a [backport](https://github.com/dashpay/dash/pull/2515)
of [Statoshi functionality](https://github.com/jlopp/statoshi) which allows
nodes to emit metrics to a StatsD instance. This can help node operators to
learn more about node performance and network state in general. We added
several command line options to give node operators more control, see options
starting with `-stats` prefix.
PrivateSend rename
------------------
PrivateSend has been renamed to CoinJoin to better reflect the functionality
it provides and align with industry standard terminology. The renaming only
applies to the UI and RPCs but does not change functionality.
Build system
------------
Multiple packaged in `depends` were updated. Current versions are:
- biplist 1.0.3
- bls-dash 1.0.1
- boost 1.70.0
- cmake 3.14.7
- expat 2.2.5
- mac alias 2.0.7
- miniupnpc 2.0.20180203
- qt 5.9.6
- zeromq 4.2.3
Packages libX11, libXext, xextproto and xtrans are no longer used.
Minimum supported macOS version was bumped to 10.10.
RPC changes
-----------
There are seven new RPC commands which are Dash specific and seven new RPC
commands introduced through Bitcoin backports. One previously deprecated RPC,
`estimatefee`, was removed and several RPCs have been deprecated.
The new RPCs are:
- `createwallet`
- `getaddressesbylabel`
- `getaddressinfo`
- `getzmqnotifications`
- `gobject list-prepared`
- `listlabels`
- `masternode payments`
- `quorum getdata`
- `quorum verify`
- `signrawtransactionwithkey`
- `signrawtransactionwithwallet`
- `unloadwallet`
- `verifychainlock`
- `verifyislock`
- `upgradetohd`
The deprecated RPCs are all related to the deprecation of wallet accounts and
will be removed in DashCore v0.18. Note that the deprecation of wallet accounts
means that any RPCs that previously accepted an “account” parameter are
affected — please refer to the RPC help for details about specific RPCs.
The deprecated RPCs are:
- `getaccount`
- `getaccountaddress`
- `getaddressbyaccount`
- `getreceivedbyaccount`
- `listaccounts`
- `listreceivedbyaccount`
- `masternode current`
- `masternode winner`
- `move`
- `sendfrom`
- `setaccount`
`protx register` and `protx register_fund` RPCs now accept an additional `submit` parameter
which allows producing and printing ProRegTx-es without relaying them
to the network.
Also, please note that all mixing-related RPCs have been renamed to replace
“PrivateSend” with “CoinJoin” (e.g. `setprivatesendrounds` -> `setcoinjoinrounds`).
Please check `help <command>` for more detailed information on specific RPCs.
Command-line options
--------------------
Changes in existing cmd-line options:
New cmd-line options:
- `-dip8params`
- `-llmq-data-recovery`
- `-llmq-qvvec-sync`
- `-llmqinstantsend`
- `-platform-user`
- `-statsenabled`
- `-statshost`
- `-statshostname`
- `-statsport`
- `-statsns`
- `-statsperiod`
- `-zmqpubhashrecoveredsig`
- `-zmqpubrawrecoveredsig`
Also, please note that all mixing-related command-line options have been
renamed to replace “PrivateSend” with “CoinJoin” (e.g. `setprivatesendrounds`
-> `setcoinjoinrounds`).
Please check `Help -> Command-line options` in Qt wallet or `dashd --help` for
more information.
Backports from Bitcoin Core 0.17
--------------------------------
This release also introduces over 450 updates from Bitcoin v0.17 as well as
some updates from Bitcoin v0.18 and more recent versions. This includes a
number of performance improvements, dynamic loading of wallets via RPC, support
for signalling pruned nodes, and a number of other updates that will benefit
Dash users. Bitcoin changes that do not align with Dashs product needs, such
as SegWit and RBF, are excluded from our backporting. For additional detail on
whats included in Bitcoin v0.17, please refer to [their release notes](https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.17.0.md).
Miscellaneous
-------------
A lot of refactoring, code cleanups and other small fixes were done in this release.
0.17.0.2 Change log
===================
See detailed [set of changes](https://github.com/dashpay/dash/compare/v0.16.1.1...dashpay:v0.17.0.2).
Credits
=======
Thanks to everyone who directly contributed to this release:
- 10xcryptodev
- dustinface (xdustinface)
- Kittywhiskers Van Gogh (kittywhiskers)
- Kolby Moroz Liebl (KolbyML)
- Konstantin Shuplenkov (shuplenkov)
- Minh20
- PastaPastaPasta
- strophy
- thephez
- tomthoros
- UdjinM6
As well as everyone that submitted issues and reviewed pull requests.
Older releases
==============
Dash was previously known as Darkcoin.
Darkcoin tree 0.8.x was a fork of Litecoin tree 0.8, original name was XCoin
which was first released on Jan/18/2014.
Darkcoin tree 0.9.x was the open source implementation of masternodes based on
the 0.8.x tree and was first released on Mar/13/2014.
Darkcoin tree 0.10.x used to be the closed source implementation of Darksend
which was released open source on Sep/25/2014.
Dash Core tree 0.11.x was a fork of Bitcoin Core tree 0.9,
Darkcoin was rebranded to Dash.
Dash Core tree 0.12.0.x was a fork of Bitcoin Core tree 0.10.
Dash Core tree 0.12.1.x was a fork of Bitcoin Core tree 0.12.
These release are considered obsolete. Old release notes can be found here:
- [v0.16.1.1](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.16.1.1.md) released November/17/2020
- [v0.16.1.0](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.16.1.0.md) released November/14/2020
- [v0.16.0.1](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.16.0.1.md) released September/30/2020
- [v0.15.0.0](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.15.0.0.md) released Febrary/18/2020
- [v0.14.0.5](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.14.0.5.md) released December/08/2019
- [v0.14.0.4](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.14.0.4.md) released November/22/2019
- [v0.14.0.3](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.14.0.3.md) released August/15/2019
- [v0.14.0.2](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.14.0.2.md) released July/4/2019
- [v0.14.0.1](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.14.0.1.md) released May/31/2019
- [v0.14.0](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.14.0.md) released May/22/2019
- [v0.13.3](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.13.3.md) released Apr/04/2019
- [v0.13.2](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.13.2.md) released Mar/15/2019
- [v0.13.1](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.13.1.md) released Feb/9/2019
- [v0.13.0](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.13.0.md) released Jan/14/2019
- [v0.12.3.4](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.12.3.4.md) released Dec/14/2018
- [v0.12.3.3](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.12.3.3.md) released Sep/19/2018
- [v0.12.3.2](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.12.3.2.md) released Jul/09/2018
- [v0.12.3.1](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.12.3.1.md) released Jul/03/2018
- [v0.12.2.3](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.12.2.3.md) released Jan/12/2018
- [v0.12.2.2](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.12.2.2.md) released Dec/17/2017
- [v0.12.2](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.12.2.md) released Nov/08/2017
- [v0.12.1](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.12.1.md) released Feb/06/2017
- [v0.12.0](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.12.0.md) released Aug/15/2015
- [v0.11.2](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.11.2.md) released Mar/04/2015
- [v0.11.1](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.11.1.md) released Feb/10/2015
- [v0.11.0](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.11.0.md) released Jan/15/2015
- [v0.10.x](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.10.0.md) released Sep/25/2014
- [v0.9.x](https://github.com/dashpay/dash/blob/master/doc/release-notes/dash/release-notes-0.9.0.md) released Mar/13/2014

View File

@ -34,6 +34,9 @@ USER dash
VOLUME ["/dash"] VOLUME ["/dash"]
COPY docker-entrypoint.sh /docker-entrypoint.sh
ENTRYPOINT ["/docker-entrypoint.sh"]
EXPOSE 9998 9999 19998 19999 EXPOSE 9998 9999 19998 19999
WORKDIR /dash WORKDIR /dash

21
docker/docker-entrypoint.sh Executable file
View File

@ -0,0 +1,21 @@
#!/bin/bash
export LC_ALL=C
set -e
# Get Tor service IP if running
if [[ "$1" == "dashd" ]]; then
# Because dashd only accept torcontrol= host as an ip only, we resolve it here and add to config
if [[ "$TOR_CONTROL_HOST" ]] && [[ "$TOR_CONTROL_PORT" ]] && [[ "$TOR_PROXY_PORT" ]]; then
TOR_IP=$(getent hosts $TOR_CONTROL_HOST | cut -d ' ' -f 1)
echo "proxy=$TOR_IP:$TOR_PROXY_PORT" >> "$HOME/.dashcore/dash.conf"
echo "Added "proxy=$TOR_IP:$TOR_PROXY_PORT" to $HOME/.dashcore/dash.conf"
echo "torcontrol=$TOR_IP:$TOR_CONTROL_PORT" >> "$HOME/.dashcore/dash.conf"
echo "Added "torcontrol=$TOR_IP:$TOR_CONTROL_PORT" to $HOME/.dashcore/dash.conf"
echo -e "\n"
else
echo "Tor control credentials not provided"
fi
fi
exec "$@"

View File

@ -1383,6 +1383,9 @@ bool loadFonts()
} }
prevWeight = *weight; prevWeight = *weight;
} }
if (vecSupported.empty()) {
vecSupported.push_back(QFont::Normal);
}
return vecSupported; return vecSupported;
}; };

View File

@ -246,10 +246,6 @@
<source>Wallet encrypted</source> <source>Wallet encrypted</source>
<translation>محفظة مشفرة</translation> <translation>محفظة مشفرة</translation>
</message> </message>
<message>
<source>%1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your funds from being stolen by malware infecting your computer.</source>
<translation>%1 سوف يغلق الآن لإنهاء عملية التشفير. تذكر أن تشفير محفظتك لا يمكنه حماية أموالك بالكامل من التعرض للسرقة بسبب البرامج الضارة التي تصيب جهاز الكمبيوتر الخاص بك.</translation>
</message>
<message> <message>
<source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. Previous backups of the unencrypted wallet file contain the same HD seed and still have full access to all your funds just like the new, encrypted wallet.</source> <source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. Previous backups of the unencrypted wallet file contain the same HD seed and still have full access to all your funds just like the new, encrypted wallet.</source>
<translation>مهم:يجب استبدال أي نسخ احتياطية سابقة قمت بها من ملف المحفظة ملف المحفظة المشفر حديثًا. تحتوي النسخ الاحتياطية السابقة ملف المحفظة غير المشفرة على نفس البذرة عالية الدقة ، ولا تزال تتمتع بالوصول الكامل إلى جميع أموالك مثل المحفظة الجديدة المشفرة.</translation> <translation>مهم:يجب استبدال أي نسخ احتياطية سابقة قمت بها من ملف المحفظة ملف المحفظة المشفر حديثًا. تحتوي النسخ الاحتياطية السابقة ملف المحفظة غير المشفرة على نفس البذرة عالية الدقة ، ولا تزال تتمتع بالوصول الكامل إلى جميع أموالك مثل المحفظة الجديدة المشفرة.</translation>
@ -565,6 +561,10 @@
<source>&amp;File</source> <source>&amp;File</source>
<translation>ملف</translation> <translation>ملف</translation>
</message> </message>
<message>
<source>%1 &amp;information</source>
<translation>%1 معلومات</translation>
</message>
<message> <message>
<source>&amp;Settings</source> <source>&amp;Settings</source>
<translation>الإعدادات</translation> <translation>الإعدادات</translation>
@ -798,6 +798,10 @@
<source>Received with address</source> <source>Received with address</source>
<translation>تلقى مع عنوان</translation> <translation>تلقى مع عنوان</translation>
</message> </message>
<message>
<source>Mixing Rounds</source>
<translation>جولات الخلط</translation>
</message>
<message> <message>
<source>Date</source> <source>Date</source>
<translation>تاريخ</translation> <translation>تاريخ</translation>
@ -890,6 +894,14 @@
<source>Some coins were unselected because they do not have enough mixing rounds.</source> <source>Some coins were unselected because they do not have enough mixing rounds.</source>
<translation>لم يتم تحديد بعض العملات المعدنية لأنها لا تحتوي على دورات خلط كافية.</translation> <translation>لم يتم تحديد بعض العملات المعدنية لأنها لا تحتوي على دورات خلط كافية.</translation>
</message> </message>
<message>
<source>Show all coins</source>
<translation>اظهار جميع العملات</translation>
</message>
<message>
<source>Show spendable coins only</source>
<translation>اظهار العملات التي يمكن صرفها فقط</translation>
</message>
<message> <message>
<source>(no label)</source> <source>(no label)</source>
<translation>(بدون تسمية)</translation> <translation>(بدون تسمية)</translation>
@ -1314,6 +1326,50 @@
<source>If you disable the spending of unconfirmed change, the change from a transaction&lt;br/&gt;cannot be used until that transaction has at least one confirmation.&lt;br/&gt;This also affects how your balance is computed.</source> <source>If you disable the spending of unconfirmed change, the change from a transaction&lt;br/&gt;cannot be used until that transaction has at least one confirmation.&lt;br/&gt;This also affects how your balance is computed.</source>
<translation>إذا قمت بتعطيل الإنفاق من التغيير غير المؤكد ، فإن التغيير من معاملة&lt;br/&gt; لا يمكن استخدامه حتى يكون لهذه المعاملة تأكيد واحد على الأقل. &lt;br/&gt; يؤثر هذا أيضًا على كيفية حساب رصيدك.</translation> <translation>إذا قمت بتعطيل الإنفاق من التغيير غير المؤكد ، فإن التغيير من معاملة&lt;br/&gt; لا يمكن استخدامه حتى يكون لهذه المعاملة تأكيد واحد على الأقل. &lt;br/&gt; يؤثر هذا أيضًا على كيفية حساب رصيدك.</translation>
</message> </message>
<message>
<source>Show mixing interface on Overview screen and reveal an additional screen which allows to spend fully mixed coins only.&lt;br/&gt;A new tab with more settings will also appear in this dialog, please make sure to check them before mixing your coins.</source>
<translation>أظهر واجهة المزج على شاشة النظرة العامة واكشف عن شاشة إضافية تسمح بإنفاق عملات مختلطة بالكامل فقط. &lt;br/&gt; ستظهر أيضًا علامة تبويب جديدة بها المزيد من الإعدادات في مربع الحوار هذا ، يرجى التأكد من التحقق منها قبل خلط عملاتك المعدنية.</translation>
</message>
<message>
<source>Show additional information and buttons on overview screen.</source>
<translation>إظهار معلومات وأزرار إضافية على شاشة النظرة العامة.</translation>
</message>
<message>
<source>Enable advanced interface</source>
<translation>تفعيل الواجهة المتقدمة</translation>
</message>
<message>
<source>Show system popups for mixing transactions&lt;br/&gt;just like for all other transaction types.</source>
<translation>عرض النوافذ المنبثقة للنظام لخلط المعاملات&lt;br/&gt; تمامًا مثل جميع أنواع المعاملات الأخرى.</translation>
</message>
<message>
<source>Show popups for mixing transactions</source>
<translation>عرض النوافذ المنبثقة لخلط المعاملات</translation>
</message>
<message>
<source>Show warning dialog when the wallet has very low number of keys left.</source>
<translation>إظهار مربع حوار التحذير عندما يكون هناك عدد قليل جدًا من المفاتيح المتبقية في المحفظة.</translation>
</message>
<message>
<source>Warn if the wallet is running out of keys</source>
<translation>تحذير إذا كانت المحفظة تنفد من المفاتيح</translation>
</message>
<message>
<source>Whether to use experimental mode with multiple mixing sessions per block.&lt;br/&gt;Note: You must use this feature carefully.&lt;br/&gt;Make sure you always have recent wallet (auto)backup in a safe place!</source>
<translation>لتحديد ما إذا كنت تريد استخدام وضع الإرسال التجريبي مع جلسات خلط متعددة لكل مقطع.&lt;br/&gt;ملاحظة: يجب عليك استخدام هذه الميزة بعناية. &lt;br/&gt;تأكد من أن لديك دائمًا احتياطي محفظة (تلقائي) حديث في مكان آمن!</translation>
</message>
<message>
<source>Enable &amp;multi-session</source>
<translation>تمكين الإرسال متعدد الجلسات</translation>
</message>
<message>
<source>Mixing rounds</source>
<translation>جولات الخلط</translation>
</message>
<message>
<source>This amount acts as a threshold to turn off mixing once it's reached.</source>
<translation>يعمل هذا المقدار كعتبة لإيقاف تشغيل الخلط بمجرد الوصول إليه.</translation>
</message>
<message> <message>
<source>Target balance</source> <source>Target balance</source>
<translation>الهدف رصيد</translation> <translation>الهدف رصيد</translation>
@ -1643,6 +1699,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>No inputs detected</source> <source>No inputs detected</source>
<translation>لم يتم اكتشاف أي مدخلات</translation> <translation>لم يتم اكتشاف أي مدخلات</translation>
</message> </message>
<message>
<source>%1 Balance</source>
<translation>%1 الرصيد</translation>
</message>
<message numerus="yes"> <message numerus="yes">
<source>%n Rounds</source> <source>%n Rounds</source>
<translation><numerusform>%n جولات</numerusform><numerusform>%n جولات</numerusform><numerusform>%n جولات</numerusform><numerusform>%n جولات</numerusform><numerusform>%n جولات</numerusform><numerusform>%n جولات</numerusform></translation> <translation><numerusform>%n جولات</numerusform><numerusform>%n جولات</numerusform><numerusform>%n جولات</numerusform><numerusform>%n جولات</numerusform><numerusform>%n جولات</numerusform><numerusform>%n جولات</numerusform></translation>
@ -1734,6 +1794,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>URI handling</source> <source>URI handling</source>
<translation>التعامل مع العنوان</translation> <translation>التعامل مع العنوان</translation>
</message> </message>
<message>
<source>'dash://' is not a valid URI. Use 'dash:' instead.</source>
<translation>'dash: //' ليس URI صالحًا. استخدم "شرطة:" بدلاً من ذلك.</translation>
</message>
<message> <message>
<source>Payment request fetch URL is invalid: %1</source> <source>Payment request fetch URL is invalid: %1</source>
<translation>عنوان الخاص بجلب طلب الدفع غير صالح: %1</translation> <translation>عنوان الخاص بجلب طلب الدفع غير صالح: %1</translation>
@ -2223,6 +2287,14 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Rescan blockchain files 2</source> <source>Rescan blockchain files 2</source>
<translation>إعادة فحص ملفات بلوكشين2</translation> <translation>إعادة فحص ملفات بلوكشين2</translation>
</message> </message>
<message>
<source>-rescan=1: Rescan the block chain for missing wallet transactions starting from wallet creation time.</source>
<translation>-rescan = 1: إعادة فحص سلسلة الكتل بحثًا عن معاملات المحفظة المفقودة بدءًا من وقت إنشاء المحفظة.</translation>
</message>
<message>
<source>-rescan=2: Rescan the block chain for missing wallet transactions starting from genesis block.</source>
<translation>-rescan = 2: إعادة فحص سلسلة الكتل بحثًا عن معاملات المحفظة المفقودة بدءًا من كتلة التكوين.</translation>
</message>
<message> <message>
<source>Wallet Path</source> <source>Wallet Path</source>
<translation>محفظة path</translation> <translation>محفظة path</translation>
@ -2263,6 +2335,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>&amp;Reset</source> <source>&amp;Reset</source>
<translation>&amp;إعادة تعيين</translation> <translation>&amp;إعادة تعيين</translation>
</message> </message>
<message>
<source>Node Type</source>
<translation>نوع العقدة</translation>
</message>
<message> <message>
<source>PoSe Score</source> <source>PoSe Score</source>
<translation>نقاط PoSe</translation> <translation>نقاط PoSe</translation>
@ -2459,10 +2535,18 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>No</source> <source>No</source>
<translation>لا</translation> <translation>لا</translation>
</message> </message>
<message>
<source>Regular</source>
<translation>عادي</translation>
</message>
<message> <message>
<source>Masternode</source> <source>Masternode</source>
<translation>ماسترنود</translation> <translation>ماسترنود</translation>
</message> </message>
<message>
<source>Verified Masternode</source>
<translation>التحقق من Masternode</translation>
</message>
<message> <message>
<source>Unknown</source> <source>Unknown</source>
<translation>غير معروف</translation> <translation>غير معروف</translation>
@ -2883,10 +2967,6 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>The amount exceeds your balance.</source> <source>The amount exceeds your balance.</source>
<translation>القيمة تتجاوز رصيدك</translation> <translation>القيمة تتجاوز رصيدك</translation>
</message> </message>
<message>
<source>The total exceeds your balance when the %1 transaction fee is included.</source>
<translation>المجموع يتجاوز رصيدك عندما يتم اضافة %1 رسوم العملية</translation>
</message>
<message> <message>
<source>Duplicate address found: addresses should only be used once each.</source> <source>Duplicate address found: addresses should only be used once each.</source>
<translation>تم العثور على عنوان مكرر: يجب استخدام العناوين مرة واحدة فقط.</translation> <translation>تم العثور على عنوان مكرر: يجب استخدام العناوين مرة واحدة فقط.</translation>
@ -3256,6 +3336,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>%1 confirmations</source> <source>%1 confirmations</source>
<translation>تأكيد %1</translation> <translation>تأكيد %1</translation>
</message> </message>
<message>
<source>locked via ChainLocks</source>
<translation>مغلق عبر ChainLocks</translation>
</message>
<message> <message>
<source>verified via InstantSend</source> <source>verified via InstantSend</source>
<translation>محقق من فبل الإرسال الفوري</translation> <translation>محقق من فبل الإرسال الفوري</translation>
@ -3450,6 +3534,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>verified via InstantSend</source> <source>verified via InstantSend</source>
<translation>محقق من فبل الإرسال الفوري</translation> <translation>محقق من فبل الإرسال الفوري</translation>
</message> </message>
<message>
<source>locked via ChainLocks</source>
<translation>مغلق عبر ChainLocks</translation>
</message>
<message> <message>
<source>Received with</source> <source>Received with</source>
<translation>استقبل مع</translation> <translation>استقبل مع</translation>
@ -4456,6 +4544,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Failed to start a new mixing queue</source> <source>Failed to start a new mixing queue</source>
<translation>فشل في بدء صف مختلط جديد</translation> <translation>فشل في بدء صف مختلط جديد</translation>
</message> </message>
<message>
<source>Incorrect -rescan mode, falling back to default value</source>
<translation>وضع المسح غير الصحيح ، والعودة إلى القيمة الافتراضية</translation>
</message>
<message> <message>
<source>Initialization sanity check failed. %s is shutting down.</source> <source>Initialization sanity check failed. %s is shutting down.</source>
<translation>فشل بالتحقق في اختبار التعقل. تم إيقاف %s.</translation> <translation>فشل بالتحقق في اختبار التعقل. تم إيقاف %s.</translation>
@ -4508,6 +4600,14 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Signing transaction failed</source> <source>Signing transaction failed</source>
<translation>فشل توقيع المعاملة</translation> <translation>فشل توقيع المعاملة</translation>
</message> </message>
<message>
<source>Last queue was created too recently.</source>
<translation>تم إنشاء قائمة الانتظار الأخيرة مؤخرًا.</translation>
</message>
<message>
<source>Last successful action was too recent.</source>
<translation>آخر إجراء ناجح كان حديثًا جدًا.</translation>
</message>
<message> <message>
<source>Starting network threads...</source> <source>Starting network threads...</source>
<translation>بدء مؤشرات شبكة الاتصال...</translation> <translation>بدء مؤشرات شبكة الاتصال...</translation>
@ -4552,6 +4652,14 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Unable to bind to %s on this computer (bind returned error %s)</source> <source>Unable to bind to %s on this computer (bind returned error %s)</source>
<translation>يتعذر الربط مع %s على هذا الكمبيوتر (الربط انتج خطأ %s)</translation> <translation>يتعذر الربط مع %s على هذا الكمبيوتر (الربط انتج خطأ %s)</translation>
</message> </message>
<message>
<source>Unable to locate enough mixed funds for this transaction.</source>
<translation>تعذر تحديد موقع أموال مختلطة كافية لهذه المعاملة.</translation>
</message>
<message>
<source>Unable to locate enough non-denominated funds for this transaction.</source>
<translation>غير قادر على تحديد موقع أموال كافية غير مقومة لهذه المعاملة.</translation>
</message>
<message> <message>
<source>Unable to sign spork message, wrong key?</source> <source>Unable to sign spork message, wrong key?</source>
<translation>غير قادر على التوقيع على رسالة ورش ، مفتاح خاطئ؟</translation> <translation>غير قادر على التوقيع على رسالة ورش ، مفتاح خاطئ؟</translation>

File diff suppressed because it is too large Load Diff

View File

@ -246,10 +246,6 @@
<source>Wallet encrypted</source> <source>Wallet encrypted</source>
<translation>Wallet verschlüsselt</translation> <translation>Wallet verschlüsselt</translation>
</message> </message>
<message>
<source>%1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your funds from being stolen by malware infecting your computer.</source>
<translation>%1 wird jetzt beendet, um den Verschlüsselungsprozess abzuschließen. Bitte beachten Sie, dass die Wallet-Verschlüsselung nicht vollständig vor Diebstahl ihrer Dash durch Schadsoftware schützt, die ihren Computer befällt. </translation>
</message>
<message> <message>
<source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. Previous backups of the unencrypted wallet file contain the same HD seed and still have full access to all your funds just like the new, encrypted wallet.</source> <source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. Previous backups of the unencrypted wallet file contain the same HD seed and still have full access to all your funds just like the new, encrypted wallet.</source>
<translation>WICHTIG: Alle vorherigen Wallet-Sicherungen sollten durch die neu erzeugte, verschlüsselte Wallet ersetzt werden. Vorherige Backups der unverschlüsselten Wallet beinhalten den gleichen HD-Seed, weswegen sie weiterhin auf das Guthaben der verschlüsselten Wallet zugreifen können. </translation> <translation>WICHTIG: Alle vorherigen Wallet-Sicherungen sollten durch die neu erzeugte, verschlüsselte Wallet ersetzt werden. Vorherige Backups der unverschlüsselten Wallet beinhalten den gleichen HD-Seed, weswegen sie weiterhin auf das Guthaben der verschlüsselten Wallet zugreifen können. </translation>
@ -1388,7 +1384,7 @@
</message> </message>
<message> <message>
<source>Enable &amp;multi-session</source> <source>Enable &amp;multi-session</source>
<translation>&amp;multisession aktivieren</translation> <translation>&amp;Multisession aktivieren</translation>
</message> </message>
<message> <message>
<source>Mixing rounds</source> <source>Mixing rounds</source>

View File

@ -246,10 +246,6 @@
<source>Wallet encrypted</source> <source>Wallet encrypted</source>
<translation>Billetera cifrado</translation> <translation>Billetera cifrado</translation>
</message> </message>
<message>
<source>%1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your funds from being stolen by malware infecting your computer.</source>
<translation>%1 se cerrará al finalizar el proceso de encriptación. Recuerda que el cifrado de tu billetera no protege totalmente tus fondos de ser robados por infección de malware en tu computador.</translation>
</message>
<message> <message>
<source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. Previous backups of the unencrypted wallet file contain the same HD seed and still have full access to all your funds just like the new, encrypted wallet.</source> <source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. Previous backups of the unencrypted wallet file contain the same HD seed and still have full access to all your funds just like the new, encrypted wallet.</source>
<translation>IMPORTANTE: Todas las copias de seguridad anteriores que haya realizado de su archivo de la billetera se deben reemplazar con el archivo de la billetera cifrado recién generado. Las copias de seguridad anteriores del archivo de la billetera sin cifrar contienen la misma semilla HD y aun contienen el acceso completo a todos tus fondos al igual que la nueva billetera cifrada.</translation> <translation>IMPORTANTE: Todas las copias de seguridad anteriores que haya realizado de su archivo de la billetera se deben reemplazar con el archivo de la billetera cifrado recién generado. Las copias de seguridad anteriores del archivo de la billetera sin cifrar contienen la misma semilla HD y aun contienen el acceso completo a todos tus fondos al igual que la nueva billetera cifrada.</translation>
@ -395,6 +391,10 @@
<source>&amp;About %1</source> <source>&amp;About %1</source>
<translation>&amp;Acerca de %1</translation> <translation>&amp;Acerca de %1</translation>
</message> </message>
<message>
<source>Send %1 funds to a Dash address</source>
<translation>Enviar %1 de los fondos a una dirección de Dash</translation>
</message>
<message> <message>
<source>Modify configuration options for %1</source> <source>Modify configuration options for %1</source>
<translation>Modificar las opciones de configuración para %1</translation> <translation>Modificar las opciones de configuración para %1</translation>
@ -806,6 +806,10 @@
<source>Received with address</source> <source>Received with address</source>
<translation>Recibido con la dirección</translation> <translation>Recibido con la dirección</translation>
</message> </message>
<message>
<source>Mixing Rounds</source>
<translation>Rondas de mezcla</translation>
</message>
<message> <message>
<source>Date</source> <source>Date</source>
<translation>Fecha</translation> <translation>Fecha</translation>
@ -898,6 +902,22 @@
<source>Some coins were unselected because they do not have enough mixing rounds.</source> <source>Some coins were unselected because they do not have enough mixing rounds.</source>
<translation>Algunas monedas no se seleccionaron porque no tienen suficientes rondas de mezcla.</translation> <translation>Algunas monedas no se seleccionaron porque no tienen suficientes rondas de mezcla.</translation>
</message> </message>
<message>
<source>Show all coins</source>
<translation>Mostrar todas las monedas</translation>
</message>
<message>
<source>Hide %1 coins</source>
<translation>Esconder %1 de las monedas</translation>
</message>
<message>
<source>Show all %1 coins</source>
<translation>Mostrar todas las monedas de %1</translation>
</message>
<message>
<source>Show spendable coins only</source>
<translation>Mostrar solo monedas gastables</translation>
</message>
<message> <message>
<source>(no label)</source> <source>(no label)</source>
<translation>(sin etiqueta)</translation> <translation>(sin etiqueta)</translation>
@ -1330,6 +1350,10 @@
<source>If you disable the spending of unconfirmed change, the change from a transaction&lt;br/&gt;cannot be used until that transaction has at least one confirmation.&lt;br/&gt;This also affects how your balance is computed.</source> <source>If you disable the spending of unconfirmed change, the change from a transaction&lt;br/&gt;cannot be used until that transaction has at least one confirmation.&lt;br/&gt;This also affects how your balance is computed.</source>
<translation>Si desactiva el gasto del cambio sin confirmar, el cambio de una transacción&lt;br/&gt;no se podrá usar hasta que dicha transacción tenga al menos una confirmación.&lt;br/&gt; Esto también afecta al cómputo de su saldo.</translation> <translation>Si desactiva el gasto del cambio sin confirmar, el cambio de una transacción&lt;br/&gt;no se podrá usar hasta que dicha transacción tenga al menos una confirmación.&lt;br/&gt; Esto también afecta al cómputo de su saldo.</translation>
</message> </message>
<message>
<source>Show mixing interface on Overview screen and reveal an additional screen which allows to spend fully mixed coins only.&lt;br/&gt;A new tab with more settings will also appear in this dialog, please make sure to check them before mixing your coins.</source>
<translation>Mostrar la interfaz de mezcla en la pantalla de descripción general y revelar una pantalla adicional que permita gastar solo monedas completamente mezcladas.&lt;br/&gt;También aparecerá una nueva pestaña con más configuraciones en este cuadro de diálogo, asegúrate de verificarlas antes de mezclar tus monedas.</translation>
</message>
<message> <message>
<source>Show additional information and buttons on overview screen.</source> <source>Show additional information and buttons on overview screen.</source>
<translation>Mostrar información y botones adicionales en la pantalla de resumen.</translation> <translation>Mostrar información y botones adicionales en la pantalla de resumen.</translation>
@ -1342,6 +1366,18 @@
<source>Show system popups for mixing transactions&lt;br/&gt;just like for all other transaction types.</source> <source>Show system popups for mixing transactions&lt;br/&gt;just like for all other transaction types.</source>
<translation>Mostrar ventanas emergentes del sistema para transacciones de mezcla&lt;br/&gt;así como para cualquier otro tipo de transacciones.</translation> <translation>Mostrar ventanas emergentes del sistema para transacciones de mezcla&lt;br/&gt;así como para cualquier otro tipo de transacciones.</translation>
</message> </message>
<message>
<source>Show popups for mixing transactions</source>
<translation>Mostrar ventanas emergentes para mezclar transacciones</translation>
</message>
<message>
<source>Show warning dialog when the wallet has very low number of keys left.</source>
<translation>Mostrar un cuadro de diálogo de advertencia cuando a la billetera le queden pocas llaves disponibles.</translation>
</message>
<message>
<source>Warn if the wallet is running out of keys</source>
<translation>Advertir si la billetera se está quedando sin llaves</translation>
</message>
<message> <message>
<source>Whether to use experimental mode with multiple mixing sessions per block.&lt;br/&gt;Note: You must use this feature carefully.&lt;br/&gt;Make sure you always have recent wallet (auto)backup in a safe place!</source> <source>Whether to use experimental mode with multiple mixing sessions per block.&lt;br/&gt;Note: You must use this feature carefully.&lt;br/&gt;Make sure you always have recent wallet (auto)backup in a safe place!</source>
<translation>Ya sea para usar el modo experimental con múltiples sesiones de mezclado por bloque.&lt;br/&gt;Nota: debe usar esta función con cuidado.&lt;br/&gt;¡Asegúrese de tener siempre una copia de seguridad (automática) de la billetera en un lugar seguro!</translation> <translation>Ya sea para usar el modo experimental con múltiples sesiones de mezclado por bloque.&lt;br/&gt;Nota: debe usar esta función con cuidado.&lt;br/&gt;¡Asegúrese de tener siempre una copia de seguridad (automática) de la billetera en un lugar seguro!</translation>
@ -1350,6 +1386,14 @@
<source>Enable &amp;multi-session</source> <source>Enable &amp;multi-session</source>
<translation>Habilitar &amp;multisesión</translation> <translation>Habilitar &amp;multisesión</translation>
</message> </message>
<message>
<source>Mixing rounds</source>
<translation>Rondas de mezcla</translation>
</message>
<message>
<source>This amount acts as a threshold to turn off mixing once it's reached.</source>
<translation>Esta cantidad actúa como un límite mínimo para apagar la mezcla una vez que se alcance.</translation>
</message>
<message> <message>
<source>Target balance</source> <source>Target balance</source>
<translation>Saldo objetivo</translation> <translation>Saldo objetivo</translation>
@ -1739,6 +1783,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Wallet is locked and user declined to unlock. Disabling %1.</source> <source>Wallet is locked and user declined to unlock. Disabling %1.</source>
<translation>El monedero está bloqueado y el usuario rechazó desbloquearlo. Desactivando %1.</translation> <translation>El monedero está bloqueado y el usuario rechazó desbloquearlo. Desactivando %1.</translation>
</message> </message>
<message>
<source>Stop %1</source>
<translation>Parada de %1</translation>
</message>
<message> <message>
<source>Disabled</source> <source>Disabled</source>
<translation>Desactivado</translation> <translation>Desactivado</translation>
@ -1794,6 +1842,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>URI handling</source> <source>URI handling</source>
<translation>Gestión de URI</translation> <translation>Gestión de URI</translation>
</message> </message>
<message>
<source>'dash://' is not a valid URI. Use 'dash:' instead.</source>
<translation>'dash://' no es un URI válido. Usa 'dash:'.</translation>
</message>
<message> <message>
<source>Payment request fetch URL is invalid: %1</source> <source>Payment request fetch URL is invalid: %1</source>
<translation>La URL de obtención de la solicitud de pago es inválida: %1</translation> <translation>La URL de obtención de la solicitud de pago es inválida: %1</translation>
@ -2287,6 +2339,14 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Rescan blockchain files 2</source> <source>Rescan blockchain files 2</source>
<translation>Reexplorar la cadena de bloques 2</translation> <translation>Reexplorar la cadena de bloques 2</translation>
</message> </message>
<message>
<source>-rescan=1: Rescan the block chain for missing wallet transactions starting from wallet creation time.</source>
<translation>-rescan=1: Vuelve a escanear la cadena de bloques en busca de transacciones de billetera faltantes a partir del momento de creación de la billetera.</translation>
</message>
<message>
<source>-rescan=2: Rescan the block chain for missing wallet transactions starting from genesis block.</source>
<translation>-rescan=2: Vuelve a escanear la cadena de bloques en busca de transacciones de billetera faltantes a partir del bloque génesis.</translation>
</message>
<message> <message>
<source>Wallet Path</source> <source>Wallet Path</source>
<translation>Ruta de la billetera</translation> <translation>Ruta de la billetera</translation>
@ -2327,6 +2387,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>&amp;Reset</source> <source>&amp;Reset</source>
<translation>&amp;Reiniciar</translation> <translation>&amp;Reiniciar</translation>
</message> </message>
<message>
<source>Node Type</source>
<translation>Tipo de nodo</translation>
</message>
<message> <message>
<source>PoSe Score</source> <source>PoSe Score</source>
<translation>PoSe Marcador</translation> <translation>PoSe Marcador</translation>
@ -2523,10 +2587,18 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>No</source> <source>No</source>
<translation>No</translation> <translation>No</translation>
</message> </message>
<message>
<source>Regular</source>
<translation>Regular</translation>
</message>
<message> <message>
<source>Masternode</source> <source>Masternode</source>
<translation>Masternode</translation> <translation>Masternode</translation>
</message> </message>
<message>
<source>Verified Masternode</source>
<translation>Masternodo verificado</translation>
</message>
<message> <message>
<source>Unknown</source> <source>Unknown</source>
<translation>Desconocido</translation> <translation>Desconocido</translation>
@ -2915,6 +2987,14 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>&lt;b&gt;(%1 of %2 entries displayed)&lt;/b&gt;</source> <source>&lt;b&gt;(%1 of %2 entries displayed)&lt;/b&gt;</source>
<translation>&lt;b&gt;(%1 de %2 registros mostrados)&lt;/b&gt;</translation> <translation>&lt;b&gt;(%1 de %2 registros mostrados)&lt;/b&gt;</translation>
</message> </message>
<message>
<source>S&amp;end mixed funds</source>
<translation>Enviar fondos mezclados</translation>
</message>
<message>
<source>Confirm the %1 send action</source>
<translation>Confirma la acción de envío %1</translation>
</message>
<message> <message>
<source>%1 funds only</source> <source>%1 funds only</source>
<translation>Fondos de %1 solamente</translation> <translation>Fondos de %1 solamente</translation>
@ -3332,6 +3412,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>%1 confirmations</source> <source>%1 confirmations</source>
<translation>%1 confirmaciones</translation> <translation>%1 confirmaciones</translation>
</message> </message>
<message>
<source>locked via ChainLocks</source>
<translation>bloqueado por cerraduras de cadena</translation>
</message>
<message> <message>
<source>verified via InstantSend</source> <source>verified via InstantSend</source>
<translation>verificado a través de InstantSend</translation> <translation>verificado a través de InstantSend</translation>
@ -3526,6 +3610,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>verified via InstantSend</source> <source>verified via InstantSend</source>
<translation>verificado a través de InstantSend</translation> <translation>verificado a través de InstantSend</translation>
</message> </message>
<message>
<source>locked via ChainLocks</source>
<translation>bloqueado por cerraduras de cadena</translation>
</message>
<message> <message>
<source>Received with</source> <source>Received with</source>
<translation>Recibido con</translation> <translation>Recibido con</translation>
@ -3534,6 +3622,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Received from</source> <source>Received from</source>
<translation>Recibido desde</translation> <translation>Recibido desde</translation>
</message> </message>
<message>
<source>Received via %1</source>
<translation>Recibido por %1</translation>
</message>
<message> <message>
<source>Sent to</source> <source>Sent to</source>
<translation>Enviado a</translation> <translation>Enviado a</translation>
@ -3546,6 +3638,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Mined</source> <source>Mined</source>
<translation>Minado</translation> <translation>Minado</translation>
</message> </message>
<message>
<source>%1 Mixing</source>
<translation>Mezclar %1</translation>
</message>
<message> <message>
<source>%1 Collateral Payment</source> <source>%1 Collateral Payment</source>
<translation>%1 - Pago de Colateral</translation> <translation>%1 - Pago de Colateral</translation>
@ -4108,6 +4204,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Can't find random Masternode.</source> <source>Can't find random Masternode.</source>
<translation>No se pudo encontrar un masternode aleatorio.</translation> <translation>No se pudo encontrar un masternode aleatorio.</translation>
</message> </message>
<message>
<source>%s can't be lower than %s</source>
<translation>%s no puede ser menor que %s</translation>
</message>
<message> <message>
<source>%s is idle.</source> <source>%s is idle.</source>
<translation>%s está parado.</translation> <translation>%s está parado.</translation>
@ -4540,6 +4640,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Cannot resolve -%s address: '%s'</source> <source>Cannot resolve -%s address: '%s'</source>
<translation>No se puede resolver -%s direccion: '%s'</translation> <translation>No se puede resolver -%s direccion: '%s'</translation>
</message> </message>
<message>
<source>Cannot write to data directory '%s'; check permissions.</source>
<translation>No se puede escribir en el directorio de datos '%s'; comprobar los permisos.</translation>
</message>
<message> <message>
<source>Change index out of range</source> <source>Change index out of range</source>
<translation>Cambio de indice fuera de rango</translation> <translation>Cambio de indice fuera de rango</translation>
@ -4584,6 +4688,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Failed to start a new mixing queue</source> <source>Failed to start a new mixing queue</source>
<translation>Error al iniciar una nueva cola de mezclado</translation> <translation>Error al iniciar una nueva cola de mezclado</translation>
</message> </message>
<message>
<source>Incorrect -rescan mode, falling back to default value</source>
<translation>Modo de reescaneo incorrecto, retrocediendo al valor predeterminado</translation>
</message>
<message> <message>
<source>Initialization sanity check failed. %s is shutting down.</source> <source>Initialization sanity check failed. %s is shutting down.</source>
<translation>La inicialización de la verificación de validez falló. Se está apagando %s.</translation> <translation>La inicialización de la verificación de validez falló. Se está apagando %s.</translation>
@ -4636,6 +4744,14 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Signing transaction failed</source> <source>Signing transaction failed</source>
<translation>Falló la firma de la transacción</translation> <translation>Falló la firma de la transacción</translation>
</message> </message>
<message>
<source>Specified blocks directory "%s" does not exist.</source>
<translation>El directorio de bloques especificado "%s" no existe.</translation>
</message>
<message>
<source>Last queue was created too recently.</source>
<translation>La última cola se creó muy recientemente.</translation>
</message>
<message> <message>
<source>Last successful action was too recent.</source> <source>Last successful action was too recent.</source>
<translation>La última acción exitosa era demasiado reciente.</translation> <translation>La última acción exitosa era demasiado reciente.</translation>
@ -4684,6 +4800,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Unable to bind to %s on this computer (bind returned error %s)</source> <source>Unable to bind to %s on this computer (bind returned error %s)</source>
<translation>No es posible enlazar con %s en este computador (enlazado ha dado el error %s)</translation> <translation>No es posible enlazar con %s en este computador (enlazado ha dado el error %s)</translation>
</message> </message>
<message>
<source>Unable to locate enough mixed funds for this transaction.</source>
<translation>No se pueden encontrar suficientes fondos mezclados para esta transacción.</translation>
</message>
<message> <message>
<source>Unable to locate enough non-denominated funds for this transaction.</source> <source>Unable to locate enough non-denominated funds for this transaction.</source>
<translation>No se pueden localizar fondos no denominados suficientes para esta transacción.</translation> <translation>No se pueden localizar fondos no denominados suficientes para esta transacción.</translation>
@ -4720,6 +4840,18 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Warning</source> <source>Warning</source>
<translation>Advertencia</translation> <translation>Advertencia</translation>
</message> </message>
<message>
<source>Warning: %s is deprecated, please use %s instead</source>
<translation>Advertencia: %s está obsoleto, utiliza %s en su lugar</translation>
</message>
<message>
<source>Warning: can't use %s and %s together, will prefer %s</source>
<translation>Advertencia: no se pueden usar %s y %s juntos, se prefiere %s</translation>
</message>
<message>
<source>Warning: incorrect parameter %s, path must exist! Using default path.</source>
<translation>Advertencia: parámetro %s incorrecto, ¡la ruta debe existir! Usando ruta predeterminada.</translation>
</message>
<message> <message>
<source>You are starting with governance validation disabled.</source> <source>You are starting with governance validation disabled.</source>
<translation>Estás comenzando con la validación de gobernanza deshabilitada.</translation> <translation>Estás comenzando con la validación de gobernanza deshabilitada.</translation>

View File

@ -246,10 +246,6 @@
<source>Wallet encrypted</source> <source>Wallet encrypted</source>
<translation>Portefeuille chiffré</translation> <translation>Portefeuille chiffré</translation>
</message> </message>
<message>
<source>%1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your funds from being stolen by malware infecting your computer.</source>
<translation>%1 va maintenant être fermé afin de terminer le processus de chiffrage. Pour mémoire, le chiffrage de votre portefeuille ne peut protéger entièrement vos fonds d'être volés par un logiciel malveillant qui serait installé sur votre ordinateur.</translation>
</message>
<message> <message>
<source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. Previous backups of the unencrypted wallet file contain the same HD seed and still have full access to all your funds just like the new, encrypted wallet.</source> <source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. Previous backups of the unencrypted wallet file contain the same HD seed and still have full access to all your funds just like the new, encrypted wallet.</source>
<translation>IMPORTANT : il convient que toutes les sauvegardes que vous avez faites précédemment de votre portefeuille soient remplacées par le fichier chiffré nouvellement créé. En effet, ces sauvegardes précédentes (non chiffrées) contiennent la même graine HD et ont un plein accès à tous vos fonds, tout comme le nouveau portefeuille chiffré.</translation> <translation>IMPORTANT : il convient que toutes les sauvegardes que vous avez faites précédemment de votre portefeuille soient remplacées par le fichier chiffré nouvellement créé. En effet, ces sauvegardes précédentes (non chiffrées) contiennent la même graine HD et ont un plein accès à tous vos fonds, tout comme le nouveau portefeuille chiffré.</translation>

View File

@ -246,10 +246,6 @@
<source>Wallet encrypted</source> <source>Wallet encrypted</source>
<translation>Portafoglio cifrato</translation> <translation>Portafoglio cifrato</translation>
</message> </message>
<message>
<source>%1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your funds from being stolen by malware infecting your computer.</source>
<translation>%1 si chiuderà ora per completare il processo di crittografia. Ricorda che il crittaggio del tuo portafoglio non può proteggere completamente i tuoi fondi dal furto tramite malware che infettano il tuo computer</translation>
</message>
<message> <message>
<source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. Previous backups of the unencrypted wallet file contain the same HD seed and still have full access to all your funds just like the new, encrypted wallet.</source> <source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. Previous backups of the unencrypted wallet file contain the same HD seed and still have full access to all your funds just like the new, encrypted wallet.</source>
<translation>IMPORTANTE: tutti i backup precedenti che hai fatto del tuo file del portafoglio devono essere sostituiti con il file del portafoglio appena generato. I backup precedenti del file del portafoglio non crittografato contengono lo stesso seed dell'HD e hanno ancora pieno accesso a tutti i tuoi fondi, proprio come il nuovo portafoglio crittografato.</translation> <translation>IMPORTANTE: tutti i backup precedenti che hai fatto del tuo file del portafoglio devono essere sostituiti con il file del portafoglio appena generato. I backup precedenti del file del portafoglio non crittografato contengono lo stesso seed dell'HD e hanno ancora pieno accesso a tutti i tuoi fondi, proprio come il nuovo portafoglio crittografato.</translation>

File diff suppressed because it is too large Load Diff

View File

@ -246,10 +246,6 @@
<source>Wallet encrypted</source> <source>Wallet encrypted</source>
<translation> </translation> <translation> </translation>
</message> </message>
<message>
<source>%1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your funds from being stolen by malware infecting your computer.</source>
<translation> %1 / . . </translation>
</message>
<message> <message>
<source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. Previous backups of the unencrypted wallet file contain the same HD seed and still have full access to all your funds just like the new, encrypted wallet.</source> <source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. Previous backups of the unencrypted wallet file contain the same HD seed and still have full access to all your funds just like the new, encrypted wallet.</source>
<translation>중요: 당신의 . HD , .</translation> <translation>중요: 당신의 . HD , .</translation>
@ -395,6 +391,10 @@
<source>&amp;About %1</source> <source>&amp;About %1</source>
<translation>%1 (&amp;A)</translation> <translation>%1 (&amp;A)</translation>
</message> </message>
<message>
<source>Send %1 funds to a Dash address</source>
<translation>%1 </translation>
</message>
<message> <message>
<source>Modify configuration options for %1</source> <source>Modify configuration options for %1</source>
<translation>%1 </translation> <translation>%1 </translation>
@ -565,6 +565,14 @@
<source>&amp;File</source> <source>&amp;File</source>
<translation>(&amp;F)</translation> <translation>(&amp;F)</translation>
</message> </message>
<message>
<source>%1 &amp;information</source>
<translation>%1 </translation>
</message>
<message>
<source>Show the %1 basic information</source>
<translation>%1 </translation>
</message>
<message> <message>
<source>&amp;Settings</source> <source>&amp;Settings</source>
<translation>(&amp;S)</translation> <translation>(&amp;S)</translation>
@ -798,6 +806,10 @@
<source>Received with address</source> <source>Received with address</source>
<translation> </translation> <translation> </translation>
</message> </message>
<message>
<source>Mixing Rounds</source>
<translation> </translation>
</message>
<message> <message>
<source>Date</source> <source>Date</source>
<translation></translation> <translation></translation>
@ -890,6 +902,22 @@
<source>Some coins were unselected because they do not have enough mixing rounds.</source> <source>Some coins were unselected because they do not have enough mixing rounds.</source>
<translation> .</translation> <translation> .</translation>
</message> </message>
<message>
<source>Show all coins</source>
<translation> </translation>
</message>
<message>
<source>Hide %1 coins</source>
<translation>%1 </translation>
</message>
<message>
<source>Show all %1 coins</source>
<translation> %1 </translation>
</message>
<message>
<source>Show spendable coins only</source>
<translation> </translation>
</message>
<message> <message>
<source>(no label)</source> <source>(no label)</source>
<translation>( )</translation> <translation>( )</translation>
@ -999,6 +1027,14 @@
<source>Command-line options</source> <source>Command-line options</source>
<translation> </translation> <translation> </translation>
</message> </message>
<message>
<source>%1 information</source>
<translation>%1 </translation>
</message>
<message>
<source>&lt;h3&gt;%1 Basics&lt;/h3&gt; %1 gives you true financial privacy by obscuring the origins of your funds. All the Dash in your wallet is comprised of different "inputs" which you can think of as separate, discrete coins.&lt;br&gt; %1 uses an innovative process to mix your inputs with the inputs of two or more other people, without having your coins ever leave your wallet. You retain control of your money at all times.&lt;hr&gt; &lt;b&gt;The %1 process works like this:&lt;/b&gt;&lt;ol type="1"&gt; &lt;li&gt;%1 begins by breaking your transaction inputs down into standard denominations. These denominations are 0.001 DASH, 0.01 DASH, 0.1 DASH, 1 DASH and 10 DASH -- sort of like the paper money you use every day.&lt;/li&gt; &lt;li&gt;Your wallet then sends requests to specially configured software nodes on the network, called "masternodes." These masternodes are informed then that you are interested in mixing a certain denomination. No identifiable information is sent to the masternodes, so they never know "who" you are.&lt;/li&gt; &lt;li&gt;When two or more other people send similar messages, indicating that they wish to mix the same denomination, a mixing session begins. The masternode mixes up the inputs and instructs all three users' wallets to pay the now-transformed input back to themselves. Your wallet pays that denomination directly to itself, but in a different address (called a change address).&lt;/li&gt; &lt;li&gt;In order to fully obscure your funds, your wallet must repeat this process a number of times with each denomination. Each time the process is completed, it's called a "round." Each round of %1 makes it exponentially more difficult to determine where your funds originated.&lt;/li&gt; &lt;li&gt;This mixing process happens in the background without any intervention on your part. When you wish to make a transaction, your funds will already be mixed. No additional waiting is required.&lt;/li&gt; &lt;/ol&gt; &lt;hr&gt;&lt;b&gt;IMPORTANT:&lt;/b&gt; Your wallet only contains 1000 of these "change addresses." Every time a mixing event happens, up to 9 of your addresses are used up. This means those 1000 addresses last for about 100 mixing events. When 900 of them are used, your wallet must create more addresses. It can only do this, however, if you have automatic backups enabled.&lt;br&gt; Consequently, users who have backups disabled will also have %1 disabled. &lt;hr&gt;For more information, see the &lt;a style="%2" href="%3"&gt;%1 documentation&lt;/a&gt;.</source>
<translation>&lt;h3&gt;%1 &lt;/h3&gt; %1 . "" . .&lt;br&gt; %1 . .&lt;hr&gt;&lt;b&gt; %1 .&lt;/b&gt;&lt;ol type="1"&gt;&lt;li&gt; %1 . 0.001, 0.01, 0.1, 1 10 - . &lt;/li&gt;&lt;li&gt; "" . . . "" .&lt;/li&gt;&lt;li&gt; . . , ' ' .&lt;/li&gt;&lt;li&gt; , . . .&lt;/li&gt;&lt;li&gt; . , . . &lt;/li&gt;&lt;/ol&gt;&lt;hr&gt;&lt;b&gt;:&lt;/b&gt; 1,000 . 9 . 1000 100 . 1,000 900 . . &lt;br&gt; %1 . &lt;hr&gt; &lt;a style="%2" href="%3"&gt;%1 &lt;/a&gt; .</translation>
</message>
</context> </context>
<context> <context>
<name>Intro</name> <name>Intro</name>
@ -1314,6 +1350,54 @@
<source>If you disable the spending of unconfirmed change, the change from a transaction&lt;br/&gt;cannot be used until that transaction has at least one confirmation.&lt;br/&gt;This also affects how your balance is computed.</source> <source>If you disable the spending of unconfirmed change, the change from a transaction&lt;br/&gt;cannot be used until that transaction has at least one confirmation.&lt;br/&gt;This also affects how your balance is computed.</source>
<translation> , &lt;br/&gt; .&lt;br/&gt; .</translation> <translation> , &lt;br/&gt; .&lt;br/&gt; .</translation>
</message> </message>
<message>
<source>Show mixing interface on Overview screen and reveal an additional screen which allows to spend fully mixed coins only.&lt;br/&gt;A new tab with more settings will also appear in this dialog, please make sure to check them before mixing your coins.</source>
<translation> , . &lt;br/&gt; , .</translation>
</message>
<message>
<source>Show additional information and buttons on overview screen.</source>
<translation> .</translation>
</message>
<message>
<source>Enable advanced interface</source>
<translation> </translation>
</message>
<message>
<source>Show system popups for mixing transactions&lt;br/&gt;just like for all other transaction types.</source>
<translation> &lt;br/&gt; </translation>
</message>
<message>
<source>Show popups for mixing transactions</source>
<translation> </translation>
</message>
<message>
<source>Show warning dialog when the wallet has very low number of keys left.</source>
<translation> </translation>
</message>
<message>
<source>Warn if the wallet is running out of keys</source>
<translation> </translation>
</message>
<message>
<source>Whether to use experimental mode with multiple mixing sessions per block.&lt;br/&gt;Note: You must use this feature carefully.&lt;br/&gt;Make sure you always have recent wallet (auto)backup in a safe place!</source>
<translation> . &lt;br/&gt;참고: .&lt;br/&gt; () !</translation>
</message>
<message>
<source>Enable &amp;multi-session</source>
<translation> (&amp;m)</translation>
</message>
<message>
<source>Mixing rounds</source>
<translation> </translation>
</message>
<message>
<source>This amount acts as a threshold to turn off mixing once it's reached.</source>
<translation> .</translation>
</message>
<message>
<source>Target balance</source>
<translation> </translation>
</message>
<message> <message>
<source>Automatically open the Dash Core client port on the router. This only works when your router supports UPnP and it is enabled.</source> <source>Automatically open the Dash Core client port on the router. This only works when your router supports UPnP and it is enabled.</source>
<translation> . UPnP를 .</translation> <translation> . UPnP를 .</translation>
@ -1492,6 +1576,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>&amp;Cancel</source> <source>&amp;Cancel</source>
<translation>(&amp;C)</translation> <translation>(&amp;C)</translation>
</message> </message>
<message>
<source>Enable %1 features</source>
<translation>%1 </translation>
</message>
<message> <message>
<source>default</source> <source>default</source>
<translation></translation> <translation></translation>
@ -1639,6 +1727,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>No inputs detected</source> <source>No inputs detected</source>
<translation> .</translation> <translation> .</translation>
</message> </message>
<message>
<source>%1 Balance</source>
<translation>%1 </translation>
</message>
<message numerus="yes"> <message numerus="yes">
<source>%n Rounds</source> <source>%n Rounds</source>
<translation><numerusform>&amp;n </numerusform></translation> <translation><numerusform>&amp;n </numerusform></translation>
@ -1675,6 +1767,26 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>keys left: %1</source> <source>keys left: %1</source>
<translation> : %1</translation> <translation> : %1</translation>
</message> </message>
<message>
<source>Start %1</source>
<translation>%1 </translation>
</message>
<message>
<source>If you don't want to see internal %1 fees/transactions select "Most Common" as Type on the "Transactions" tab.</source>
<translation> %1 / "거래" "자주 사용된 항목" . </translation>
</message>
<message>
<source>%1 requires at least %2 to use.</source>
<translation>%1 %2 .</translation>
</message>
<message>
<source>Wallet is locked and user declined to unlock. Disabling %1.</source>
<translation> . %1 .</translation>
</message>
<message>
<source>Stop %1</source>
<translation>%1 </translation>
</message>
<message> <message>
<source>Disabled</source> <source>Disabled</source>
<translation></translation> <translation></translation>
@ -1730,6 +1842,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>URI handling</source> <source>URI handling</source>
<translation>URI </translation> <translation>URI </translation>
</message> </message>
<message>
<source>'dash://' is not a valid URI. Use 'dash:' instead.</source>
<translation>'dash://' URI . 'dash:' .</translation>
</message>
<message> <message>
<source>Payment request fetch URL is invalid: %1</source> <source>Payment request fetch URL is invalid: %1</source>
<translation> URL이 : %1</translation> <translation> URL이 : %1</translation>
@ -1892,6 +2008,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Appearance Setup</source> <source>Appearance Setup</source>
<translation> </translation> <translation> </translation>
</message> </message>
<message>
<source>Please choose your preferred settings for the appearance of %1</source>
<translation>%1 .</translation>
</message>
<message> <message>
<source>This can also be adjusted later in the "Appearance" tab of the preferences.</source> <source>This can also be adjusted later in the "Appearance" tab of the preferences.</source>
<translation> "외관" .</translation> <translation> "외관" .</translation>
@ -2211,6 +2331,22 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Synced Blocks</source> <source>Synced Blocks</source>
<translation> </translation> <translation> </translation>
</message> </message>
<message>
<source>Rescan blockchain files 1</source>
<translation> 1 </translation>
</message>
<message>
<source>Rescan blockchain files 2</source>
<translation> 2 </translation>
</message>
<message>
<source>-rescan=1: Rescan the block chain for missing wallet transactions starting from wallet creation time.</source>
<translation>-rescan=1: 지갑 .</translation>
</message>
<message>
<source>-rescan=2: Rescan the block chain for missing wallet transactions starting from genesis block.</source>
<translation>-rescan=2: 제네시스 .</translation>
</message>
<message> <message>
<source>Wallet Path</source> <source>Wallet Path</source>
<translation> </translation> <translation> </translation>
@ -2251,6 +2387,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>&amp;Reset</source> <source>&amp;Reset</source>
<translation>&amp;(&amp;R)</translation> <translation>&amp;(&amp;R)</translation>
</message> </message>
<message>
<source>Node Type</source>
<translation> </translation>
</message>
<message> <message>
<source>PoSe Score</source> <source>PoSe Score</source>
<translation>PoSe </translation> <translation>PoSe </translation>
@ -2447,10 +2587,18 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>No</source> <source>No</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<source>Regular</source>
<translation></translation>
</message>
<message> <message>
<source>Masternode</source> <source>Masternode</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<source>Verified Masternode</source>
<translation> </translation>
</message>
<message> <message>
<source>Unknown</source> <source>Unknown</source>
<translation> </translation> <translation> </translation>
@ -2839,10 +2987,26 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>&lt;b&gt;(%1 of %2 entries displayed)&lt;/b&gt;</source> <source>&lt;b&gt;(%1 of %2 entries displayed)&lt;/b&gt;</source>
<translation>&lt;b&gt;(%2 %1 )&lt;/b&gt;</translation> <translation>&lt;b&gt;(%2 %1 )&lt;/b&gt;</translation>
</message> </message>
<message>
<source>S&amp;end mixed funds</source>
<translation> (&amp;e)</translation>
</message>
<message>
<source>Confirm the %1 send action</source>
<translation>%1 </translation>
</message>
<message>
<source>%1 funds only</source>
<translation>%1 </translation>
</message>
<message> <message>
<source>any available funds</source> <source>any available funds</source>
<translation> </translation> <translation> </translation>
</message> </message>
<message>
<source>(%1 transactions have higher fees usually due to no change output being allowed)</source>
<translation>(%1 )</translation>
</message>
<message> <message>
<source>Transaction size: %1</source> <source>Transaction size: %1</source>
<translation> : %1</translation> <translation> : %1</translation>
@ -2855,6 +3019,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>This transaction will consume %n input(s)</source> <source>This transaction will consume %n input(s)</source>
<translation><numerusform> %n </numerusform></translation> <translation><numerusform> %n </numerusform></translation>
</message> </message>
<message>
<source>Warning: Using %1 with %2 or more inputs can harm your privacy and is not recommended</source>
<translation>: %1 %2 .</translation>
</message>
<message> <message>
<source>Confirm send coins</source> <source>Confirm send coins</source>
<translation> </translation> <translation> </translation>
@ -3244,6 +3412,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>%1 confirmations</source> <source>%1 confirmations</source>
<translation>%1 </translation> <translation>%1 </translation>
</message> </message>
<message>
<source>locked via ChainLocks</source>
<translation> </translation>
</message>
<message> <message>
<source>verified via InstantSend</source> <source>verified via InstantSend</source>
<translation> </translation> <translation> </translation>
@ -3438,6 +3610,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>verified via InstantSend</source> <source>verified via InstantSend</source>
<translation> </translation> <translation> </translation>
</message> </message>
<message>
<source>locked via ChainLocks</source>
<translation> </translation>
</message>
<message> <message>
<source>Received with</source> <source>Received with</source>
<translation> </translation> <translation> </translation>
@ -3446,6 +3622,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Received from</source> <source>Received from</source>
<translation> </translation> <translation> </translation>
</message> </message>
<message>
<source>Received via %1</source>
<translation>%1 </translation>
</message>
<message> <message>
<source>Sent to</source> <source>Sent to</source>
<translation> </translation> <translation> </translation>
@ -3458,6 +3638,26 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Mined</source> <source>Mined</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<source>%1 Mixing</source>
<translation>%1 </translation>
</message>
<message>
<source>%1 Collateral Payment</source>
<translation>%1 </translation>
</message>
<message>
<source>%1 Make Collateral Inputs</source>
<translation>%1 </translation>
</message>
<message>
<source>%1 Create Denominations</source>
<translation>%1 </translation>
</message>
<message>
<source>%1 Send</source>
<translation>%1 </translation>
</message>
<message> <message>
<source>watch-only</source> <source>watch-only</source>
<translation> </translation> <translation> </translation>
@ -3537,6 +3737,26 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Sent to</source> <source>Sent to</source>
<translation> </translation> <translation> </translation>
</message> </message>
<message>
<source>%1 Send</source>
<translation>%1 </translation>
</message>
<message>
<source>%1 Make Collateral Inputs</source>
<translation>%1 </translation>
</message>
<message>
<source>%1 Create Denominations</source>
<translation>%1 </translation>
</message>
<message>
<source>%1 Mixing</source>
<translation>%1 </translation>
</message>
<message>
<source>%1 Collateral Payment</source>
<translation>%1 </translation>
</message>
<message> <message>
<source>To yourself</source> <source>To yourself</source>
<translation></translation> <translation></translation>
@ -3984,6 +4204,18 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Can't find random Masternode.</source> <source>Can't find random Masternode.</source>
<translation> .</translation> <translation> .</translation>
</message> </message>
<message>
<source>%s can't be lower than %s</source>
<translation>%s는 %s보다 </translation>
</message>
<message>
<source>%s is idle.</source>
<translation>%s를 .</translation>
</message>
<message>
<source>%s request incomplete: %s</source>
<translation>%s : %s</translation>
</message>
<message> <message>
<source>Can't mix while sync in progress.</source> <source>Can't mix while sync in progress.</source>
<translation> .</translation> <translation> .</translation>
@ -4324,6 +4556,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>The %s developers</source> <source>The %s developers</source>
<translation>%s </translation> <translation>%s </translation>
</message> </message>
<message>
<source>%s uses exact denominated amounts to send funds, you might simply need to mix some more coins.</source>
<translation>%s는 . .</translation>
</message>
<message> <message>
<source>Cannot obtain a lock on data directory %s. %s is probably already running.</source> <source>Cannot obtain a lock on data directory %s. %s is probably already running.</source>
<translation>%s . %s가 .</translation> <translation>%s . %s가 .</translation>
@ -4404,6 +4640,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Cannot resolve -%s address: '%s'</source> <source>Cannot resolve -%s address: '%s'</source>
<translation>%s주소: '%s' .</translation> <translation>%s주소: '%s' .</translation>
</message> </message>
<message>
<source>Cannot write to data directory '%s'; check permissions.</source>
<translation>'%s' 없습니다: 허용 .</translation>
</message>
<message> <message>
<source>Change index out of range</source> <source>Change index out of range</source>
<translation> </translation> <translation> </translation>
@ -4436,6 +4676,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Error upgrading chainstate database</source> <source>Error upgrading chainstate database</source>
<translation> .</translation> <translation> .</translation>
</message> </message>
<message>
<source>Error: failed to add socket to kqueuefd (kevent returned error %s)</source>
<translation>오류: kqeuefd에 (kevent %s)</translation>
</message>
<message> <message>
<source>Failed to find mixing queue to join</source> <source>Failed to find mixing queue to join</source>
<translation> .</translation> <translation> .</translation>
@ -4444,6 +4688,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Failed to start a new mixing queue</source> <source>Failed to start a new mixing queue</source>
<translation> .</translation> <translation> .</translation>
</message> </message>
<message>
<source>Incorrect -rescan mode, falling back to default value</source>
<translation> -rescan , </translation>
</message>
<message> <message>
<source>Initialization sanity check failed. %s is shutting down.</source> <source>Initialization sanity check failed. %s is shutting down.</source>
<translation> . %s가 .</translation> <translation> . %s가 .</translation>
@ -4496,6 +4744,18 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Signing transaction failed</source> <source>Signing transaction failed</source>
<translation> .</translation> <translation> .</translation>
</message> </message>
<message>
<source>Specified blocks directory "%s" does not exist.</source>
<translation> "%s" .</translation>
</message>
<message>
<source>Last queue was created too recently.</source>
<translation> .</translation>
</message>
<message>
<source>Last successful action was too recent.</source>
<translation> .</translation>
</message>
<message> <message>
<source>Starting network threads...</source> <source>Starting network threads...</source>
<translation> ...</translation> <translation> ...</translation>
@ -4540,6 +4800,14 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Unable to bind to %s on this computer (bind returned error %s)</source> <source>Unable to bind to %s on this computer (bind returned error %s)</source>
<translation> %s에 ( %s )</translation> <translation> %s에 ( %s )</translation>
</message> </message>
<message>
<source>Unable to locate enough mixed funds for this transaction.</source>
<translation> .</translation>
</message>
<message>
<source>Unable to locate enough non-denominated funds for this transaction.</source>
<translation> .</translation>
</message>
<message> <message>
<source>Unable to sign spork message, wrong key?</source> <source>Unable to sign spork message, wrong key?</source>
<translation> . .</translation> <translation> . .</translation>
@ -4572,6 +4840,18 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Warning</source> <source>Warning</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<source>Warning: %s is deprecated, please use %s instead</source>
<translation>: %s는 . %s를 .</translation>
</message>
<message>
<source>Warning: can't use %s and %s together, will prefer %s</source>
<translation>: %s와 %s를 . %s를 .</translation>
</message>
<message>
<source>Warning: incorrect parameter %s, path must exist! Using default path.</source>
<translation>경고: 잘못된 %s . ! .</translation>
</message>
<message> <message>
<source>You are starting with governance validation disabled.</source> <source>You are starting with governance validation disabled.</source>
<translation> .</translation> <translation> .</translation>

View File

@ -246,10 +246,6 @@
<source>Wallet encrypted</source> <source>Wallet encrypted</source>
<translation>Portemonnee is versleuteld</translation> <translation>Portemonnee is versleuteld</translation>
</message> </message>
<message>
<source>%1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your funds from being stolen by malware infecting your computer.</source>
<translation>%1 wordt nu afgesloten om de versleuteling te voltooien. Denk eraan dat het versleutelen van uw portemonnee niet volledig kan beschermen tegen diefstal van uw geld door malware op uw computer.</translation>
</message>
<message> <message>
<source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. Previous backups of the unencrypted wallet file contain the same HD seed and still have full access to all your funds just like the new, encrypted wallet.</source> <source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. Previous backups of the unencrypted wallet file contain the same HD seed and still have full access to all your funds just like the new, encrypted wallet.</source>
<translation>BELANGRIJK: Alle eerder gemaakte back-up van uw portemonneebestand dienen vervangen te worden door het nieuw gegenereerde, versleutelde portemonneebestand. Eerdere back-ups van de niet versleutelde portemonnee bevatten dezelfde HD seed en zullen nog steeds volledig toegang hebben tot uw geld net als de nieuwe, versleutelde portemonnee.</translation> <translation>BELANGRIJK: Alle eerder gemaakte back-up van uw portemonneebestand dienen vervangen te worden door het nieuw gegenereerde, versleutelde portemonneebestand. Eerdere back-ups van de niet versleutelde portemonnee bevatten dezelfde HD seed en zullen nog steeds volledig toegang hebben tot uw geld net als de nieuwe, versleutelde portemonnee.</translation>

View File

@ -246,10 +246,6 @@
<source>Wallet encrypted</source> <source>Wallet encrypted</source>
<translation>Portfel zaszyfrowany</translation> <translation>Portfel zaszyfrowany</translation>
</message> </message>
<message>
<source>%1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your funds from being stolen by malware infecting your computer.</source>
<translation>%1 zostanie teraz zamknięty aby zakończyć proces szyfrowania. Pamiętaj, że zaszyfrowanie portfela nie gwarantuje pełnej ochrony przed kradzieżą twoich monet przez złośliwe oprogramowanie.</translation>
</message>
<message> <message>
<source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. Previous backups of the unencrypted wallet file contain the same HD seed and still have full access to all your funds just like the new, encrypted wallet.</source> <source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. Previous backups of the unencrypted wallet file contain the same HD seed and still have full access to all your funds just like the new, encrypted wallet.</source>
<translation>WAŻNE: Wszystkie wykonane wcześniej kopie pliku portfela powinny być zamienione na nowe, zaszyfrowany plik portfela. Poprzednie kopie zapasowe niezaszyfrowanego porfela dalej mają dostęp do frazy HD oraz twoich funduszy tak samo jak nowy, zaszyfrowany portfel.</translation> <translation>WAŻNE: Wszystkie wykonane wcześniej kopie pliku portfela powinny być zamienione na nowe, zaszyfrowany plik portfela. Poprzednie kopie zapasowe niezaszyfrowanego porfela dalej mają dostęp do frazy HD oraz twoich funduszy tak samo jak nowy, zaszyfrowany portfel.</translation>

View File

@ -246,10 +246,6 @@
<source>Wallet encrypted</source> <source>Wallet encrypted</source>
<translation>Carteira criptografada</translation> <translation>Carteira criptografada</translation>
</message> </message>
<message>
<source>%1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your funds from being stolen by malware infecting your computer.</source>
<translation>A %1 irá fechar agora para terminar o processo de encriptação. Lembre-se que encriptar sua carteira não fará com que seus Dash estejam totalmente a salvo de serem roubados por malwares que infectem seu computador.</translation>
</message>
<message> <message>
<source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. Previous backups of the unencrypted wallet file contain the same HD seed and still have full access to all your funds just like the new, encrypted wallet.</source> <source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. Previous backups of the unencrypted wallet file contain the same HD seed and still have full access to all your funds just like the new, encrypted wallet.</source>
<translation>IMPORTANTE: Todos os backups anteriores feitos do seu arquivo de carteira devem ser substituídos pelo arquivo de carteira criptografado recém-gerado. Os backups anteriores do arquivo de carteira não criptografada contêm a mesma semente HD e ainda têm acesso total a todos os seus fundos, assim como a nova carteira criptografada.</translation> <translation>IMPORTANTE: Todos os backups anteriores feitos do seu arquivo de carteira devem ser substituídos pelo arquivo de carteira criptografado recém-gerado. Os backups anteriores do arquivo de carteira não criptografada contêm a mesma semente HD e ainda têm acesso total a todos os seus fundos, assim como a nova carteira criptografada.</translation>

File diff suppressed because it is too large Load Diff

View File

@ -246,10 +246,6 @@
<source>Wallet encrypted</source> <source>Wallet encrypted</source>
<translation>Peňaženka zašifrovaná</translation> <translation>Peňaženka zašifrovaná</translation>
</message> </message>
<message>
<source>%1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your funds from being stolen by malware infecting your computer.</source>
<translation>%1 sa teraz ukončí, aby dokončil proces šifrovania. Nezabudnite, že zašifrovanie vašej peňaženky nemôže plne chrániť vaše finančné prostriedky pred krádežou škodlivým softvérom, ktorý napadol váš počítač.</translation>
</message>
<message> <message>
<source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. Previous backups of the unencrypted wallet file contain the same HD seed and still have full access to all your funds just like the new, encrypted wallet.</source> <source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. Previous backups of the unencrypted wallet file contain the same HD seed and still have full access to all your funds just like the new, encrypted wallet.</source>
<translation>DÔLEŽITÉ: Všetky doterajšie záložné kópie peňaženky ktoré ste zhotovili by mali byť nahradené novým zašifrovaným súborom s peňaženkou. Predchádzajúce zálohy súboru nezašifrovanej peňaženky obsahujú rovnakú HD frázu a stále majú plný prístup k všetkým vašim finančným prostriedkom rovnako ako nová zašifrovaná peňaženka.</translation> <translation>DÔLEŽITÉ: Všetky doterajšie záložné kópie peňaženky ktoré ste zhotovili by mali byť nahradené novým zašifrovaným súborom s peňaženkou. Predchádzajúce zálohy súboru nezašifrovanej peňaženky obsahujú rovnakú HD frázu a stále majú plný prístup k všetkým vašim finančným prostriedkom rovnako ako nová zašifrovaná peňaženka.</translation>

View File

@ -246,10 +246,6 @@
<source>Wallet encrypted</source> <source>Wallet encrypted</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<source>%1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your funds from being stolen by malware infecting your computer.</source>
<translation>%1 </translation>
</message>
<message> <message>
<source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. Previous backups of the unencrypted wallet file contain the same HD seed and still have full access to all your funds just like the new, encrypted wallet.</source> <source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. Previous backups of the unencrypted wallet file contain the same HD seed and still have full access to all your funds just like the new, encrypted wallet.</source>
<translation>ข้อมูลสำคัญ: การสำรองข้อมูลใดๆก่อนหน้านี้ในไฟล์กระเป๋าสตางค์ควรจะถูกแทนที่โดยใช้ไฟล์กระเป๋าสตางค์ที่เข้ารหัสลับใหม่ที่สร้างขึ้น HD Seed </translation> <translation>ข้อมูลสำคัญ: การสำรองข้อมูลใดๆก่อนหน้านี้ในไฟล์กระเป๋าสตางค์ควรจะถูกแทนที่โดยใช้ไฟล์กระเป๋าสตางค์ที่เข้ารหัสลับใหม่ที่สร้างขึ้น HD Seed </translation>

View File

@ -246,10 +246,6 @@
<source>Wallet encrypted</source> <source>Wallet encrypted</source>
<translation>Cüzdan şifrelendi</translation> <translation>Cüzdan şifrelendi</translation>
</message> </message>
<message>
<source>%1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your funds from being stolen by malware infecting your computer.</source>
<translation>%1 şimdi şifreleme işlemini bitirmek için kapanacak. Unutmayın, cüzdanınızı şifrelemek sizi bilgisayarınıza bulaşmış olan kötü amaçlı yazılımlar tarafından paranızın çalınmasına karşı tamamen korumaz.</translation>
</message>
<message> <message>
<source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. Previous backups of the unencrypted wallet file contain the same HD seed and still have full access to all your funds just like the new, encrypted wallet.</source> <source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. Previous backups of the unencrypted wallet file contain the same HD seed and still have full access to all your funds just like the new, encrypted wallet.</source>
<translation>ÖNEMLİ: Cüzdanınızın eskiden yapılmış yedekleri yeni oluşturulmuş, şifreli cüzdan dosyası ile değiştirilmelidir. Şifresiz cüzdan dosyasının önceki yedekleri aynı HD kaynağını içerir ve yeni, şifreli cüzdanınız gibi tüm bakiyenize erişim sağlar.</translation> <translation>ÖNEMLİ: Cüzdanınızın eskiden yapılmış yedekleri yeni oluşturulmuş, şifreli cüzdan dosyası ile değiştirilmelidir. Şifresiz cüzdan dosyasının önceki yedekleri aynı HD kaynağını içerir ve yeni, şifreli cüzdanınız gibi tüm bakiyenize erişim sağlar.</translation>

File diff suppressed because it is too large Load Diff

View File

@ -246,10 +246,6 @@
<source>Wallet encrypted</source> <source>Wallet encrypted</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<source>%1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your funds from being stolen by malware infecting your computer.</source>
<translation>%1 </translation>
</message>
<message> <message>
<source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. Previous backups of the unencrypted wallet file contain the same HD seed and still have full access to all your funds just like the new, encrypted wallet.</source> <source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. Previous backups of the unencrypted wallet file contain the same HD seed and still have full access to all your funds just like the new, encrypted wallet.</source>
<translation>HD种子</translation> <translation>HD种子</translation>
@ -395,6 +391,10 @@
<source>&amp;About %1</source> <source>&amp;About %1</source>
<translation> %1</translation> <translation> %1</translation>
</message> </message>
<message>
<source>Send %1 funds to a Dash address</source>
<translation>%1Dash地址</translation>
</message>
<message> <message>
<source>Modify configuration options for %1</source> <source>Modify configuration options for %1</source>
<translation>%1</translation> <translation>%1</translation>
@ -551,6 +551,12 @@
<source>%1 client</source> <source>%1 client</source>
<translation>%1 </translation> <translation>%1 </translation>
</message> </message>
<message>
<source>Wallet: %1
</source>
<translation>: %1
</translation>
</message>
<message> <message>
<source>Wallet is &lt;b&gt;unencrypted&lt;/b&gt;</source> <source>Wallet is &lt;b&gt;unencrypted&lt;/b&gt;</source>
<translation> &lt;b&gt;&lt;/b&gt;</translation> <translation> &lt;b&gt;&lt;/b&gt;</translation>
@ -559,6 +565,14 @@
<source>&amp;File</source> <source>&amp;File</source>
<translation>(&amp;F)</translation> <translation>(&amp;F)</translation>
</message> </message>
<message>
<source>%1 &amp;information</source>
<translation>%1 &amp;</translation>
</message>
<message>
<source>Show the %1 basic information</source>
<translation>%1</translation>
</message>
<message> <message>
<source>&amp;Settings</source> <source>&amp;Settings</source>
<translation>(&amp;S)</translation> <translation>(&amp;S)</translation>
@ -892,6 +906,14 @@
<source>Show all coins</source> <source>Show all coins</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<source>Hide %1 coins</source>
<translation> %1 </translation>
</message>
<message>
<source>Show all %1 coins</source>
<translation>%1</translation>
</message>
<message> <message>
<source>Show spendable coins only</source> <source>Show spendable coins only</source>
<translation>使</translation> <translation>使</translation>
@ -1005,6 +1027,14 @@
<source>Command-line options</source> <source>Command-line options</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<source>%1 information</source>
<translation>%1</translation>
</message>
<message>
<source>&lt;h3&gt;%1 Basics&lt;/h3&gt; %1 gives you true financial privacy by obscuring the origins of your funds. All the Dash in your wallet is comprised of different "inputs" which you can think of as separate, discrete coins.&lt;br&gt; %1 uses an innovative process to mix your inputs with the inputs of two or more other people, without having your coins ever leave your wallet. You retain control of your money at all times.&lt;hr&gt; &lt;b&gt;The %1 process works like this:&lt;/b&gt;&lt;ol type="1"&gt; &lt;li&gt;%1 begins by breaking your transaction inputs down into standard denominations. These denominations are 0.001 DASH, 0.01 DASH, 0.1 DASH, 1 DASH and 10 DASH -- sort of like the paper money you use every day.&lt;/li&gt; &lt;li&gt;Your wallet then sends requests to specially configured software nodes on the network, called "masternodes." These masternodes are informed then that you are interested in mixing a certain denomination. No identifiable information is sent to the masternodes, so they never know "who" you are.&lt;/li&gt; &lt;li&gt;When two or more other people send similar messages, indicating that they wish to mix the same denomination, a mixing session begins. The masternode mixes up the inputs and instructs all three users' wallets to pay the now-transformed input back to themselves. Your wallet pays that denomination directly to itself, but in a different address (called a change address).&lt;/li&gt; &lt;li&gt;In order to fully obscure your funds, your wallet must repeat this process a number of times with each denomination. Each time the process is completed, it's called a "round." Each round of %1 makes it exponentially more difficult to determine where your funds originated.&lt;/li&gt; &lt;li&gt;This mixing process happens in the background without any intervention on your part. When you wish to make a transaction, your funds will already be mixed. No additional waiting is required.&lt;/li&gt; &lt;/ol&gt; &lt;hr&gt;&lt;b&gt;IMPORTANT:&lt;/b&gt; Your wallet only contains 1000 of these "change addresses." Every time a mixing event happens, up to 9 of your addresses are used up. This means those 1000 addresses last for about 100 mixing events. When 900 of them are used, your wallet must create more addresses. It can only do this, however, if you have automatic backups enabled.&lt;br&gt; Consequently, users who have backups disabled will also have %1 disabled. &lt;hr&gt;For more information, see the &lt;a style="%2" href="%3"&gt;%1 documentation&lt;/a&gt;.</source>
<translation>&lt;h3&gt;%1&lt;/h3&gt;%1Dash&lt;br&gt;%1使Dash&lt;hr&gt;&lt;b&gt;%1&lt;/b&gt;&lt;ol type="1"&gt;&lt;li&gt;%10.001 DASH0.01 DASH0.1 DASH1 DASH10 DASH --使&lt;/li&gt;&lt;li&gt;&lt;li&gt;&lt;/li&gt;&lt;li&gt;%1&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;/ol&gt;&lt;hr&gt;&lt;b&gt;1000使91000100900使&lt;br&gt;%1&lt;hr&gt;&lt;a style="%2" href="%3"&gt;%1&lt;/a&gt;</translation>
</message>
</context> </context>
<context> <context>
<name>Intro</name> <name>Intro</name>
@ -1320,10 +1350,54 @@
<source>If you disable the spending of unconfirmed change, the change from a transaction&lt;br/&gt;cannot be used until that transaction has at least one confirmation.&lt;br/&gt;This also affects how your balance is computed.</source> <source>If you disable the spending of unconfirmed change, the change from a transaction&lt;br/&gt;cannot be used until that transaction has at least one confirmation.&lt;br/&gt;This also affects how your balance is computed.</source>
<translation>&lt;br/&gt;1使&lt;br/&gt;</translation> <translation>&lt;br/&gt;1使&lt;br/&gt;</translation>
</message> </message>
<message>
<source>Show mixing interface on Overview screen and reveal an additional screen which allows to spend fully mixed coins only.&lt;br/&gt;A new tab with more settings will also appear in this dialog, please make sure to check them before mixing your coins.</source>
<translation>使&lt;br/&gt;</translation>
</message>
<message>
<source>Show additional information and buttons on overview screen.</source>
<translation></translation>
</message>
<message>
<source>Enable advanced interface</source>
<translation></translation>
</message>
<message>
<source>Show system popups for mixing transactions&lt;br/&gt;just like for all other transaction types.</source>
<translation> &lt;br/&gt; </translation>
</message>
<message>
<source>Show popups for mixing transactions</source>
<translation></translation>
</message>
<message>
<source>Show warning dialog when the wallet has very low number of keys left.</source>
<translation></translation>
</message>
<message>
<source>Warn if the wallet is running out of keys</source>
<translation></translation>
</message>
<message>
<source>Whether to use experimental mode with multiple mixing sessions per block.&lt;br/&gt;Note: You must use this feature carefully.&lt;br/&gt;Make sure you always have recent wallet (auto)backup in a safe place!</source>
<translation>使&lt;br/&gt;使&lt;br/&gt;</translation>
</message>
<message>
<source>Enable &amp;multi-session</source>
<translation>&amp;</translation>
</message>
<message> <message>
<source>Mixing rounds</source> <source>Mixing rounds</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<source>This amount acts as a threshold to turn off mixing once it's reached.</source>
<translation></translation>
</message>
<message>
<source>Target balance</source>
<translation></translation>
</message>
<message> <message>
<source>Automatically open the Dash Core client port on the router. This only works when your router supports UPnP and it is enabled.</source> <source>Automatically open the Dash Core client port on the router. This only works when your router supports UPnP and it is enabled.</source>
<translation>Dash Core客户端端口UPnP且开启时有效</translation> <translation>Dash Core客户端端口UPnP且开启时有效</translation>
@ -1472,7 +1546,7 @@ https://www.transifex.com/projects/p/dash/</translation>
</message> </message>
<message> <message>
<source>&amp;Unit to show amounts in:</source> <source>&amp;Unit to show amounts in:</source>
<translation>(&amp;U)</translation> <translation>:</translation>
</message> </message>
<message> <message>
<source>Choose the default subdivision unit to show in the interface and when sending coins.</source> <source>Choose the default subdivision unit to show in the interface and when sending coins.</source>
@ -1502,6 +1576,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>&amp;Cancel</source> <source>&amp;Cancel</source>
<translation>(&amp;C)</translation> <translation>(&amp;C)</translation>
</message> </message>
<message>
<source>Enable %1 features</source>
<translation> %1</translation>
</message>
<message> <message>
<source>default</source> <source>default</source>
<translation></translation> <translation></translation>
@ -1649,6 +1727,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>No inputs detected</source> <source>No inputs detected</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<source>%1 Balance</source>
<translation>%1 </translation>
</message>
<message numerus="yes"> <message numerus="yes">
<source>%n Rounds</source> <source>%n Rounds</source>
<translation><numerusform>%n </numerusform></translation> <translation><numerusform>%n </numerusform></translation>
@ -1685,6 +1767,26 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>keys left: %1</source> <source>keys left: %1</source>
<translation>%1</translation> <translation>%1</translation>
</message> </message>
<message>
<source>Start %1</source>
<translation>%1</translation>
</message>
<message>
<source>If you don't want to see internal %1 fees/transactions select "Most Common" as Type on the "Transactions" tab.</source>
<translation>%1/</translation>
</message>
<message>
<source>%1 requires at least %2 to use.</source>
<translation>%1 %2 使.</translation>
</message>
<message>
<source>Wallet is locked and user declined to unlock. Disabling %1.</source>
<translation> %1</translation>
</message>
<message>
<source>Stop %1</source>
<translation> %1</translation>
</message>
<message> <message>
<source>Disabled</source> <source>Disabled</source>
<translation></translation> <translation></translation>
@ -1740,6 +1842,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>URI handling</source> <source>URI handling</source>
<translation>URI </translation> <translation>URI </translation>
</message> </message>
<message>
<source>'dash://' is not a valid URI. Use 'dash:' instead.</source>
<translation>'dash://' . 使'dash:'</translation>
</message>
<message> <message>
<source>Payment request fetch URL is invalid: %1</source> <source>Payment request fetch URL is invalid: %1</source>
<translation>URI链接非法%1</translation> <translation>URI链接非法%1</translation>
@ -2233,6 +2339,14 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Rescan blockchain files 2</source> <source>Rescan blockchain files 2</source>
<translation> 2</translation> <translation> 2</translation>
</message> </message>
<message>
<source>-rescan=1: Rescan the block chain for missing wallet transactions starting from wallet creation time.</source>
<translation>-rescan=1: 从钱包创建时开始重新扫描区块链以查找遗漏的钱包交易</translation>
</message>
<message>
<source>-rescan=2: Rescan the block chain for missing wallet transactions starting from genesis block.</source>
<translation>-rescan=2: 从初始块开始重新扫描区块链以查找遗漏的钱包交易</translation>
</message>
<message> <message>
<source>Wallet Path</source> <source>Wallet Path</source>
<translation></translation> <translation></translation>
@ -2273,6 +2387,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>&amp;Reset</source> <source>&amp;Reset</source>
<translation>&amp;</translation> <translation>&amp;</translation>
</message> </message>
<message>
<source>Node Type</source>
<translation></translation>
</message>
<message> <message>
<source>PoSe Score</source> <source>PoSe Score</source>
<translation>PoSe </translation> <translation>PoSe </translation>
@ -2433,6 +2551,14 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Total: %1 (Enabled: %2)</source> <source>Total: %1 (Enabled: %2)</source>
<translation>: %1 (: %2)</translation> <translation>: %1 (: %2)</translation>
</message> </message>
<message>
<source>Executing command without any wallet</source>
<translation></translation>
</message>
<message>
<source>Executing command using "%1" wallet</source>
<translation>使 "%1" </translation>
</message>
<message> <message>
<source>(node id: %1)</source> <source>(node id: %1)</source>
<translation>(ID%1)</translation> <translation>(ID%1)</translation>
@ -2461,10 +2587,18 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>No</source> <source>No</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<source>Regular</source>
<translation></translation>
</message>
<message> <message>
<source>Masternode</source> <source>Masternode</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<source>Verified Masternode</source>
<translation></translation>
</message>
<message> <message>
<source>Unknown</source> <source>Unknown</source>
<translation></translation> <translation></translation>
@ -2825,6 +2959,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>%1 (%2 blocks)</source> <source>%1 (%2 blocks)</source>
<translation>%1 (%2 )</translation> <translation>%1 (%2 )</translation>
</message> </message>
<message>
<source>from wallet %1</source>
<translation>%1</translation>
</message>
<message> <message>
<source>using</source> <source>using</source>
<translation>使</translation> <translation>使</translation>
@ -2849,10 +2987,26 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>&lt;b&gt;(%1 of %2 entries displayed)&lt;/b&gt;</source> <source>&lt;b&gt;(%1 of %2 entries displayed)&lt;/b&gt;</source>
<translation>&lt;b&gt;%2%1&lt;/b&gt;</translation> <translation>&lt;b&gt;%2%1&lt;/b&gt;</translation>
</message> </message>
<message>
<source>S&amp;end mixed funds</source>
<translation>S&amp;end </translation>
</message>
<message>
<source>Confirm the %1 send action</source>
<translation>%1</translation>
</message>
<message>
<source>%1 funds only</source>
<translation>%1</translation>
</message>
<message> <message>
<source>any available funds</source> <source>any available funds</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<source>(%1 transactions have higher fees usually due to no change output being allowed)</source>
<translation>(%1)</translation>
</message>
<message> <message>
<source>Transaction size: %1</source> <source>Transaction size: %1</source>
<translation>: %1</translation> <translation>: %1</translation>
@ -2865,6 +3019,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>This transaction will consume %n input(s)</source> <source>This transaction will consume %n input(s)</source>
<translation><numerusform> %n </numerusform></translation> <translation><numerusform> %n </numerusform></translation>
</message> </message>
<message>
<source>Warning: Using %1 with %2 or more inputs can harm your privacy and is not recommended</source>
<translation>提醒: 使用 %1%2</translation>
</message>
<message> <message>
<source>Confirm send coins</source> <source>Confirm send coins</source>
<translation></translation> <translation></translation>
@ -3203,6 +3361,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>KB/s</source> <source>KB/s</source>
<translation>KB/s</translation> <translation>KB/s</translation>
</message> </message>
<message>
<source>Total</source>
<translation></translation>
</message>
<message> <message>
<source>Received</source> <source>Received</source>
<translation></translation> <translation></translation>
@ -3460,6 +3622,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Received from</source> <source>Received from</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<source>Received via %1</source>
<translation>%1</translation>
</message>
<message> <message>
<source>Sent to</source> <source>Sent to</source>
<translation></translation> <translation></translation>
@ -3472,6 +3638,26 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Mined</source> <source>Mined</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<source>%1 Mixing</source>
<translation>%1 </translation>
</message>
<message>
<source>%1 Collateral Payment</source>
<translation>%1</translation>
</message>
<message>
<source>%1 Make Collateral Inputs</source>
<translation>%1</translation>
</message>
<message>
<source>%1 Create Denominations</source>
<translation>%1 </translation>
</message>
<message>
<source>%1 Send</source>
<translation>%1 </translation>
</message>
<message> <message>
<source>watch-only</source> <source>watch-only</source>
<translation></translation> <translation></translation>
@ -3551,6 +3737,26 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Sent to</source> <source>Sent to</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<source>%1 Send</source>
<translation>%1 </translation>
</message>
<message>
<source>%1 Make Collateral Inputs</source>
<translation>%1</translation>
</message>
<message>
<source>%1 Create Denominations</source>
<translation>%1 </translation>
</message>
<message>
<source>%1 Mixing</source>
<translation>%1 </translation>
</message>
<message>
<source>%1 Collateral Payment</source>
<translation>%1</translation>
</message>
<message> <message>
<source>To yourself</source> <source>To yourself</source>
<translation></translation> <translation></translation>
@ -3735,6 +3941,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>The wallet data was successfully saved to %1.</source> <source>The wallet data was successfully saved to %1.</source>
<translation> %1 </translation> <translation> %1 </translation>
</message> </message>
<message>
<source>Cancel</source>
<translation></translation>
</message>
</context> </context>
<context> <context>
<name>dash-core</name> <name>dash-core</name>
@ -3994,6 +4204,18 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Can't find random Masternode.</source> <source>Can't find random Masternode.</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<source>%s can't be lower than %s</source>
<translation>%s不能低于%s</translation>
</message>
<message>
<source>%s is idle.</source>
<translation>%s处于空闲状态.</translation>
</message>
<message>
<source>%s request incomplete: %s</source>
<translation>%s : %s</translation>
</message>
<message> <message>
<source>Can't mix while sync in progress.</source> <source>Can't mix while sync in progress.</source>
<translation></translation> <translation></translation>
@ -4334,6 +4556,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>The %s developers</source> <source>The %s developers</source>
<translation>%s </translation> <translation>%s </translation>
</message> </message>
<message>
<source>%s uses exact denominated amounts to send funds, you might simply need to mix some more coins.</source>
<translation>%s要求使用准确的已面额化资金来发送</translation>
</message>
<message> <message>
<source>Cannot obtain a lock on data directory %s. %s is probably already running.</source> <source>Cannot obtain a lock on data directory %s. %s is probably already running.</source>
<translation> %s%s </translation> <translation> %s%s </translation>
@ -4414,6 +4640,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Cannot resolve -%s address: '%s'</source> <source>Cannot resolve -%s address: '%s'</source>
<translation> - %s '%s'</translation> <translation> - %s '%s'</translation>
</message> </message>
<message>
<source>Cannot write to data directory '%s'; check permissions.</source>
<translation> '%s'; .</translation>
</message>
<message> <message>
<source>Change index out of range</source> <source>Change index out of range</source>
<translation></translation> <translation></translation>
@ -4446,6 +4676,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Error upgrading chainstate database</source> <source>Error upgrading chainstate database</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<source>Error: failed to add socket to kqueuefd (kevent returned error %s)</source>
<translation>错误: 无法添加socket到kqueuefd (kevent %s)</translation>
</message>
<message> <message>
<source>Failed to find mixing queue to join</source> <source>Failed to find mixing queue to join</source>
<translation></translation> <translation></translation>
@ -4454,6 +4688,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Failed to start a new mixing queue</source> <source>Failed to start a new mixing queue</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<source>Incorrect -rescan mode, falling back to default value</source>
<translation>-rescan模式</translation>
</message>
<message> <message>
<source>Initialization sanity check failed. %s is shutting down.</source> <source>Initialization sanity check failed. %s is shutting down.</source>
<translation>%s即将关闭</translation> <translation>%s即将关闭</translation>
@ -4506,6 +4744,18 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Signing transaction failed</source> <source>Signing transaction failed</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<source>Specified blocks directory "%s" does not exist.</source>
<translation>%s</translation>
</message>
<message>
<source>Last queue was created too recently.</source>
<translation>.</translation>
</message>
<message>
<source>Last successful action was too recent.</source>
<translation></translation>
</message>
<message> <message>
<source>Starting network threads...</source> <source>Starting network threads...</source>
<translation>线...</translation> <translation>线...</translation>
@ -4550,6 +4800,14 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Unable to bind to %s on this computer (bind returned error %s)</source> <source>Unable to bind to %s on this computer (bind returned error %s)</source>
<translation>%s ( %s)</translation> <translation>%s ( %s)</translation>
</message> </message>
<message>
<source>Unable to locate enough mixed funds for this transaction.</source>
<translation>.</translation>
</message>
<message>
<source>Unable to locate enough non-denominated funds for this transaction.</source>
<translation>.</translation>
</message>
<message> <message>
<source>Unable to sign spork message, wrong key?</source> <source>Unable to sign spork message, wrong key?</source>
<translation></translation> <translation></translation>
@ -4582,6 +4840,18 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Warning</source> <source>Warning</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<source>Warning: %s is deprecated, please use %s instead</source>
<translation>: %s , 使 %s</translation>
</message>
<message>
<source>Warning: can't use %s and %s together, will prefer %s</source>
<translation>警告: 无法同时使用%s和%s, 使%s</translation>
</message>
<message>
<source>Warning: incorrect parameter %s, path must exist! Using default path.</source>
<translation> %s使</translation>
</message>
<message> <message>
<source>You are starting with governance validation disabled.</source> <source>You are starting with governance validation disabled.</source>
<translation>.</translation> <translation>.</translation>

View File

@ -246,10 +246,6 @@
<source>Wallet encrypted</source> <source>Wallet encrypted</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<source>%1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your funds from being stolen by malware infecting your computer.</source>
<translation>%1 </translation>
</message>
<message> <message>
<source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. Previous backups of the unencrypted wallet file contain the same HD seed and still have full access to all your funds just like the new, encrypted wallet.</source> <source>IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. Previous backups of the unencrypted wallet file contain the same HD seed and still have full access to all your funds just like the new, encrypted wallet.</source>
<translation>重要: 請改用新產生有加密的錢包檔HD種子</translation> <translation>重要: 請改用新產生有加密的錢包檔HD種子</translation>
@ -395,6 +391,10 @@
<source>&amp;About %1</source> <source>&amp;About %1</source>
<translation>%1(&amp;A)</translation> <translation>%1(&amp;A)</translation>
</message> </message>
<message>
<source>Send %1 funds to a Dash address</source>
<translation> %1 </translation>
</message>
<message> <message>
<source>Modify configuration options for %1</source> <source>Modify configuration options for %1</source>
<translation> %1 </translation> <translation> %1 </translation>
@ -565,6 +565,14 @@
<source>&amp;File</source> <source>&amp;File</source>
<translation>(&amp;F)</translation> <translation>(&amp;F)</translation>
</message> </message>
<message>
<source>%1 &amp;information</source>
<translation>%1 (&amp;I)</translation>
</message>
<message>
<source>Show the %1 basic information</source>
<translation> %1 </translation>
</message>
<message> <message>
<source>&amp;Settings</source> <source>&amp;Settings</source>
<translation>(&amp;S)</translation> <translation>(&amp;S)</translation>
@ -798,6 +806,10 @@
<source>Received with address</source> <source>Received with address</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<source>Mixing Rounds</source>
<translation></translation>
</message>
<message> <message>
<source>Date</source> <source>Date</source>
<translation></translation> <translation></translation>
@ -890,6 +902,22 @@
<source>Some coins were unselected because they do not have enough mixing rounds.</source> <source>Some coins were unselected because they do not have enough mixing rounds.</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<source>Show all coins</source>
<translation></translation>
</message>
<message>
<source>Hide %1 coins</source>
<translation> %1 </translation>
</message>
<message>
<source>Show all %1 coins</source>
<translation> %1 </translation>
</message>
<message>
<source>Show spendable coins only</source>
<translation></translation>
</message>
<message> <message>
<source>(no label)</source> <source>(no label)</source>
<translation>()</translation> <translation>()</translation>
@ -999,6 +1027,14 @@
<source>Command-line options</source> <source>Command-line options</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<source>%1 information</source>
<translation>%1 </translation>
</message>
<message>
<source>&lt;h3&gt;%1 Basics&lt;/h3&gt; %1 gives you true financial privacy by obscuring the origins of your funds. All the Dash in your wallet is comprised of different "inputs" which you can think of as separate, discrete coins.&lt;br&gt; %1 uses an innovative process to mix your inputs with the inputs of two or more other people, without having your coins ever leave your wallet. You retain control of your money at all times.&lt;hr&gt; &lt;b&gt;The %1 process works like this:&lt;/b&gt;&lt;ol type="1"&gt; &lt;li&gt;%1 begins by breaking your transaction inputs down into standard denominations. These denominations are 0.001 DASH, 0.01 DASH, 0.1 DASH, 1 DASH and 10 DASH -- sort of like the paper money you use every day.&lt;/li&gt; &lt;li&gt;Your wallet then sends requests to specially configured software nodes on the network, called "masternodes." These masternodes are informed then that you are interested in mixing a certain denomination. No identifiable information is sent to the masternodes, so they never know "who" you are.&lt;/li&gt; &lt;li&gt;When two or more other people send similar messages, indicating that they wish to mix the same denomination, a mixing session begins. The masternode mixes up the inputs and instructs all three users' wallets to pay the now-transformed input back to themselves. Your wallet pays that denomination directly to itself, but in a different address (called a change address).&lt;/li&gt; &lt;li&gt;In order to fully obscure your funds, your wallet must repeat this process a number of times with each denomination. Each time the process is completed, it's called a "round." Each round of %1 makes it exponentially more difficult to determine where your funds originated.&lt;/li&gt; &lt;li&gt;This mixing process happens in the background without any intervention on your part. When you wish to make a transaction, your funds will already be mixed. No additional waiting is required.&lt;/li&gt; &lt;/ol&gt; &lt;hr&gt;&lt;b&gt;IMPORTANT:&lt;/b&gt; Your wallet only contains 1000 of these "change addresses." Every time a mixing event happens, up to 9 of your addresses are used up. This means those 1000 addresses last for about 100 mixing events. When 900 of them are used, your wallet must create more addresses. It can only do this, however, if you have automatic backups enabled.&lt;br&gt; Consequently, users who have backups disabled will also have %1 disabled. &lt;hr&gt;For more information, see the &lt;a style="%2" href="%3"&gt;%1 documentation&lt;/a&gt;.</source>
<translation>&lt;h3&gt;%1 &lt;/h3&gt; %1 &lt;br&gt; %1 使&lt;hr&gt; &lt;b&gt; %1 :&lt;/b&gt;&lt;ol type="1"&gt; &lt;li&gt;%1 0.001 DASH, 0.01 DASH, 0.1 DASH, 1 DASH 10 DASH -- 使&lt;/li&gt; &lt;li&gt;""&lt;/li&gt; &lt;li&gt; ()&lt;/li&gt; &lt;li&gt; "" %1 &lt;/li&gt; &lt;li&gt;&lt;/li&gt; &lt;/ol&gt; &lt;hr&gt;:&lt;/b&gt; 1000"" 使91000100900使&lt;br&gt; %1&lt;hr&gt; &lt;a style="%2" href="%3"&gt;%1 &lt;/a&gt;.</translation>
</message>
</context> </context>
<context> <context>
<name>Intro</name> <name>Intro</name>
@ -1314,6 +1350,54 @@
<source>If you disable the spending of unconfirmed change, the change from a transaction&lt;br/&gt;cannot be used until that transaction has at least one confirmation.&lt;br/&gt;This also affects how your balance is computed.</source> <source>If you disable the spending of unconfirmed change, the change from a transaction&lt;br/&gt;cannot be used until that transaction has at least one confirmation.&lt;br/&gt;This also affects how your balance is computed.</source>
<translation>&lt;br/&gt;使&lt;br/&gt;</translation> <translation>&lt;br/&gt;使&lt;br/&gt;</translation>
</message> </message>
<message>
<source>Show mixing interface on Overview screen and reveal an additional screen which allows to spend fully mixed coins only.&lt;br/&gt;A new tab with more settings will also appear in this dialog, please make sure to check them before mixing your coins.</source>
<translation>使&lt;br/&gt;</translation>
</message>
<message>
<source>Show additional information and buttons on overview screen.</source>
<translation></translation>
</message>
<message>
<source>Enable advanced interface</source>
<translation></translation>
</message>
<message>
<source>Show system popups for mixing transactions&lt;br/&gt;just like for all other transaction types.</source>
<translation>&lt;br/&gt;</translation>
</message>
<message>
<source>Show popups for mixing transactions</source>
<translation></translation>
</message>
<message>
<source>Show warning dialog when the wallet has very low number of keys left.</source>
<translation></translation>
</message>
<message>
<source>Warn if the wallet is running out of keys</source>
<translation></translation>
</message>
<message>
<source>Whether to use experimental mode with multiple mixing sessions per block.&lt;br/&gt;Note: You must use this feature carefully.&lt;br/&gt;Make sure you always have recent wallet (auto)backup in a safe place!</source>
<translation>使注意 : 您必須小心使用此功能&lt;br/&gt; () </translation>
</message>
<message>
<source>Enable &amp;multi-session</source>
<translation></translation>
</message>
<message>
<source>Mixing rounds</source>
<translation></translation>
</message>
<message>
<source>This amount acts as a threshold to turn off mixing once it's reached.</source>
<translation></translation>
</message>
<message>
<source>Target balance</source>
<translation></translation>
</message>
<message> <message>
<source>Automatically open the Dash Core client port on the router. This only works when your router supports UPnP and it is enabled.</source> <source>Automatically open the Dash Core client port on the router. This only works when your router supports UPnP and it is enabled.</source>
<translation>(UPnP)</translation> <translation>(UPnP)</translation>
@ -1492,6 +1576,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>&amp;Cancel</source> <source>&amp;Cancel</source>
<translation>(&amp;C)</translation> <translation>(&amp;C)</translation>
</message> </message>
<message>
<source>Enable %1 features</source>
<translation> %1 </translation>
</message>
<message> <message>
<source>default</source> <source>default</source>
<translation></translation> <translation></translation>
@ -1639,6 +1727,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>No inputs detected</source> <source>No inputs detected</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<source>%1 Balance</source>
<translation>%1 </translation>
</message>
<message numerus="yes"> <message numerus="yes">
<source>%n Rounds</source> <source>%n Rounds</source>
<translation><numerusform>%n </numerusform></translation> <translation><numerusform>%n </numerusform></translation>
@ -1675,6 +1767,26 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>keys left: %1</source> <source>keys left: %1</source>
<translation>: %1</translation> <translation>: %1</translation>
</message> </message>
<message>
<source>Start %1</source>
<translation> %1</translation>
</message>
<message>
<source>If you don't want to see internal %1 fees/transactions select "Most Common" as Type on the "Transactions" tab.</source>
<translation> %1 /"交易" "最常用的" </translation>
</message>
<message>
<source>%1 requires at least %2 to use.</source>
<translation>%1 %2 使</translation>
</message>
<message>
<source>Wallet is locked and user declined to unlock. Disabling %1.</source>
<translation> %1</translation>
</message>
<message>
<source>Stop %1</source>
<translation> %1</translation>
</message>
<message> <message>
<source>Disabled</source> <source>Disabled</source>
<translation></translation> <translation></translation>
@ -1730,6 +1842,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>URI handling</source> <source>URI handling</source>
<translation>URI </translation> <translation>URI </translation>
</message> </message>
<message>
<source>'dash://' is not a valid URI. Use 'dash:' instead.</source>
<translation>'dash://' URI'dash:' </translation>
</message>
<message> <message>
<source>Payment request fetch URL is invalid: %1</source> <source>Payment request fetch URL is invalid: %1</source>
<translation> URL : %1</translation> <translation> URL : %1</translation>
@ -2215,6 +2331,22 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Synced Blocks</source> <source>Synced Blocks</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<source>Rescan blockchain files 1</source>
<translation> 1</translation>
</message>
<message>
<source>Rescan blockchain files 2</source>
<translation> 2</translation>
</message>
<message>
<source>-rescan=1: Rescan the block chain for missing wallet transactions starting from wallet creation time.</source>
<translation>-rescan=1: 從錢包創建時間開始</translation>
</message>
<message>
<source>-rescan=2: Rescan the block chain for missing wallet transactions starting from genesis block.</source>
<translation>-rescan=2: 從創世區塊開始重新掃描區塊鏈以尋找漏掉的錢包交易</translation>
</message>
<message> <message>
<source>Wallet Path</source> <source>Wallet Path</source>
<translation></translation> <translation></translation>
@ -2255,6 +2387,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>&amp;Reset</source> <source>&amp;Reset</source>
<translation>(&amp;R)</translation> <translation>(&amp;R)</translation>
</message> </message>
<message>
<source>Node Type</source>
<translation></translation>
</message>
<message> <message>
<source>PoSe Score</source> <source>PoSe Score</source>
<translation>PoSe </translation> <translation>PoSe </translation>
@ -2451,10 +2587,18 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>No</source> <source>No</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<source>Regular</source>
<translation></translation>
</message>
<message> <message>
<source>Masternode</source> <source>Masternode</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<source>Verified Masternode</source>
<translation></translation>
</message>
<message> <message>
<source>Unknown</source> <source>Unknown</source>
<translation></translation> <translation></translation>
@ -2843,10 +2987,26 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>&lt;b&gt;(%1 of %2 entries displayed)&lt;/b&gt;</source> <source>&lt;b&gt;(%1 of %2 entries displayed)&lt;/b&gt;</source>
<translation>&lt;b&gt;( %2 %1 )&lt;/b&gt;</translation> <translation>&lt;b&gt;( %2 %1 )&lt;/b&gt;</translation>
</message> </message>
<message>
<source>S&amp;end mixed funds</source>
<translation>(&amp;e) </translation>
</message>
<message>
<source>Confirm the %1 send action</source>
<translation> %1 </translation>
</message>
<message>
<source>%1 funds only</source>
<translation> %1 </translation>
</message>
<message> <message>
<source>any available funds</source> <source>any available funds</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<source>(%1 transactions have higher fees usually due to no change output being allowed)</source>
<translation>(%1 )</translation>
</message>
<message> <message>
<source>Transaction size: %1</source> <source>Transaction size: %1</source>
<translation>: %1</translation> <translation>: %1</translation>
@ -2859,6 +3019,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>This transaction will consume %n input(s)</source> <source>This transaction will consume %n input(s)</source>
<translation><numerusform> %n </numerusform></translation> <translation><numerusform> %n </numerusform></translation>
</message> </message>
<message>
<source>Warning: Using %1 with %2 or more inputs can harm your privacy and is not recommended</source>
<translation>警告: %1 使 %2 使</translation>
</message>
<message> <message>
<source>Confirm send coins</source> <source>Confirm send coins</source>
<translation></translation> <translation></translation>
@ -3248,6 +3412,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>%1 confirmations</source> <source>%1 confirmations</source>
<translation> %1 </translation> <translation> %1 </translation>
</message> </message>
<message>
<source>locked via ChainLocks</source>
<translation> ChainLocks </translation>
</message>
<message> <message>
<source>verified via InstantSend</source> <source>verified via InstantSend</source>
<translation></translation> <translation></translation>
@ -3442,6 +3610,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>verified via InstantSend</source> <source>verified via InstantSend</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<source>locked via ChainLocks</source>
<translation> ChainLocks </translation>
</message>
<message> <message>
<source>Received with</source> <source>Received with</source>
<translation></translation> <translation></translation>
@ -3450,6 +3622,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Received from</source> <source>Received from</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<source>Received via %1</source>
<translation> %1 </translation>
</message>
<message> <message>
<source>Sent to</source> <source>Sent to</source>
<translation></translation> <translation></translation>
@ -3462,6 +3638,26 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Mined</source> <source>Mined</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<source>%1 Mixing</source>
<translation>%1 </translation>
</message>
<message>
<source>%1 Collateral Payment</source>
<translation>%1 </translation>
</message>
<message>
<source>%1 Make Collateral Inputs</source>
<translation> %1 </translation>
</message>
<message>
<source>%1 Create Denominations</source>
<translation>%1 </translation>
</message>
<message>
<source>%1 Send</source>
<translation>%1 </translation>
</message>
<message> <message>
<source>watch-only</source> <source>watch-only</source>
<translation></translation> <translation></translation>
@ -3541,6 +3737,26 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Sent to</source> <source>Sent to</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<source>%1 Send</source>
<translation>%1 </translation>
</message>
<message>
<source>%1 Make Collateral Inputs</source>
<translation> %1 </translation>
</message>
<message>
<source>%1 Create Denominations</source>
<translation>%1 </translation>
</message>
<message>
<source>%1 Mixing</source>
<translation>%1 </translation>
</message>
<message>
<source>%1 Collateral Payment</source>
<translation>%1 </translation>
</message>
<message> <message>
<source>To yourself</source> <source>To yourself</source>
<translation></translation> <translation></translation>
@ -3988,6 +4204,18 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Can't find random Masternode.</source> <source>Can't find random Masternode.</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<source>%s can't be lower than %s</source>
<translation>%s %s</translation>
</message>
<message>
<source>%s is idle.</source>
<translation>%s </translation>
</message>
<message>
<source>%s request incomplete: %s</source>
<translation>%s : %s</translation>
</message>
<message> <message>
<source>Can't mix while sync in progress.</source> <source>Can't mix while sync in progress.</source>
<translation></translation> <translation></translation>
@ -4328,6 +4556,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>The %s developers</source> <source>The %s developers</source>
<translation>%s </translation> <translation>%s </translation>
</message> </message>
<message>
<source>%s uses exact denominated amounts to send funds, you might simply need to mix some more coins.</source>
<translation>%s 使</translation>
</message>
<message> <message>
<source>Cannot obtain a lock on data directory %s. %s is probably already running.</source> <source>Cannot obtain a lock on data directory %s. %s is probably already running.</source>
<translation> %s%s </translation> <translation> %s%s </translation>
@ -4408,6 +4640,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Cannot resolve -%s address: '%s'</source> <source>Cannot resolve -%s address: '%s'</source>
<translation> -%s : '%s'</translation> <translation> -%s : '%s'</translation>
</message> </message>
<message>
<source>Cannot write to data directory '%s'; check permissions.</source>
<translation> '%s'; </translation>
</message>
<message> <message>
<source>Change index out of range</source> <source>Change index out of range</source>
<translation></translation> <translation></translation>
@ -4452,6 +4688,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Failed to start a new mixing queue</source> <source>Failed to start a new mixing queue</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<source>Incorrect -rescan mode, falling back to default value</source>
<translation> -rescan </translation>
</message>
<message> <message>
<source>Initialization sanity check failed. %s is shutting down.</source> <source>Initialization sanity check failed. %s is shutting down.</source>
<translation>%s </translation> <translation>%s </translation>
@ -4504,6 +4744,18 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Signing transaction failed</source> <source>Signing transaction failed</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<source>Specified blocks directory "%s" does not exist.</source>
<translation> "%s" </translation>
</message>
<message>
<source>Last queue was created too recently.</source>
<translation></translation>
</message>
<message>
<source>Last successful action was too recent.</source>
<translation></translation>
</message>
<message> <message>
<source>Starting network threads...</source> <source>Starting network threads...</source>
<translation>...</translation> <translation>...</translation>
@ -4548,6 +4800,14 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Unable to bind to %s on this computer (bind returned error %s)</source> <source>Unable to bind to %s on this computer (bind returned error %s)</source>
<translation> %s ( %s)</translation> <translation> %s ( %s)</translation>
</message> </message>
<message>
<source>Unable to locate enough mixed funds for this transaction.</source>
<translation></translation>
</message>
<message>
<source>Unable to locate enough non-denominated funds for this transaction.</source>
<translation></translation>
</message>
<message> <message>
<source>Unable to sign spork message, wrong key?</source> <source>Unable to sign spork message, wrong key?</source>
<translation></translation> <translation></translation>
@ -4580,6 +4840,18 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Warning</source> <source>Warning</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<source>Warning: %s is deprecated, please use %s instead</source>
<translation>: %s %s </translation>
</message>
<message>
<source>Warning: can't use %s and %s together, will prefer %s</source>
<translation>警告: 不能同時使用 %s %s %s </translation>
</message>
<message>
<source>Warning: incorrect parameter %s, path must exist! Using default path.</source>
<translation>警告 : 不正確的參數 %s! 使</translation>
</message>
<message> <message>
<source>You are starting with governance validation disabled.</source> <source>You are starting with governance validation disabled.</source>
<translation></translation> <translation></translation>

View File

@ -3140,14 +3140,14 @@ UniValue upgradetohd(const JSONRPCRequest& request)
if (request.fHelp) if (request.fHelp)
throw std::runtime_error( throw std::runtime_error(
"upgradetohd\n" "upgradetohd ( \"mnemonic\" \"mnemonicpassphrase\" \"walletpassphrase\" )\n"
"\nUpgrades non-HD wallets to HD.\n" "\nUpgrades non-HD wallets to HD.\n"
"\nWarning: You will need to make a new backup of your wallet after setting the HD wallet mnemonic.\n" "\nWarning: You will need to make a new backup of your wallet after setting the HD wallet mnemonic.\n"
"\nArguments:\n" "\nArguments:\n"
"1. \"mnemonic\" (string, optional, default=\"\") Mnemonic as defined in BIP39 to use for the new HD wallet." "1. \"mnemonic\" (string, optional, default=\"\") Mnemonic as defined in BIP39 to use for the new HD wallet.\n"
" Use an empty string \"\" to generate a new random mnemonic.\n" " Use an empty string \"\" to generate a new random mnemonic.\n"
"2. \"mnemonicpassphrase\" (string, optional, default=\"\") Optional mnemonic passphrase as defined in BIP39\n" "2. \"mnemonicpassphrase\" (string, optional, default=\"\") Optional mnemonic passphrase as defined in BIP39\n"
"3. \"walletpassphrase\" (string, optional) If your wallet is encrypted you must have your wallet passphrase here\n" "3. \"walletpassphrase\" (string, optional) If your wallet is encrypted you must have your wallet passphrase here.\n"
" If your wallet is not encrypted specifying wallet passphrase will trigger wallet encryption.\n" " If your wallet is not encrypted specifying wallet passphrase will trigger wallet encryption.\n"
"\nExamples:\n" "\nExamples:\n"