mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 11:32:46 +01:00
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:
commit
eaca69b22c
@ -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])
|
||||||
|
@ -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,
|
||||||
|
@ -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
|
||||||
|
@ -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]
|
||||||
|
@ -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]
|
||||||
|
@ -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]
|
||||||
|
@ -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]
|
||||||
|
@ -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 Core’s 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 Dash’s product needs, such
|
|
||||||
as SegWit and RBF, are excluded from our backporting. For additional detail on
|
|
||||||
what’s 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
|
||||||
|
341
doc/release-notes/dash/release-notes-0.17.0.2.md
Normal file
341
doc/release-notes/dash/release-notes-0.17.0.2.md
Normal 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 Core’s 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 Dash’s product needs, such
|
||||||
|
as SegWit and RBF, are excluded from our backporting. For additional detail on
|
||||||
|
what’s 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
|
@ -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
21
docker/docker-entrypoint.sh
Executable 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 "$@"
|
@ -1383,6 +1383,9 @@ bool loadFonts()
|
|||||||
}
|
}
|
||||||
prevWeight = *weight;
|
prevWeight = *weight;
|
||||||
}
|
}
|
||||||
|
if (vecSupported.empty()) {
|
||||||
|
vecSupported.push_back(QFont::Normal);
|
||||||
|
}
|
||||||
return vecSupported;
|
return vecSupported;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -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>&File</source>
|
<source>&File</source>
|
||||||
<translation>ملف</translation>
|
<translation>ملف</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>%1 &information</source>
|
||||||
|
<translation>%1 معلومات</translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>&Settings</source>
|
<source>&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<br/>cannot be used until that transaction has at least one confirmation.<br/>This also affects how your balance is computed.</source>
|
<source>If you disable the spending of unconfirmed change, the change from a transaction<br/>cannot be used until that transaction has at least one confirmation.<br/>This also affects how your balance is computed.</source>
|
||||||
<translation>إذا قمت بتعطيل الإنفاق من التغيير غير المؤكد ، فإن التغيير من معاملة<br/> لا يمكن استخدامه حتى يكون لهذه المعاملة تأكيد واحد على الأقل. <br/> يؤثر هذا أيضًا على كيفية حساب رصيدك.</translation>
|
<translation>إذا قمت بتعطيل الإنفاق من التغيير غير المؤكد ، فإن التغيير من معاملة<br/> لا يمكن استخدامه حتى يكون لهذه المعاملة تأكيد واحد على الأقل. <br/> يؤثر هذا أيضًا على كيفية حساب رصيدك.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Show mixing interface on Overview screen and reveal an additional screen which allows to spend fully mixed coins only.<br/>A new tab with more settings will also appear in this dialog, please make sure to check them before mixing your coins.</source>
|
||||||
|
<translation>أظهر واجهة المزج على شاشة النظرة العامة واكشف عن شاشة إضافية تسمح بإنفاق عملات مختلطة بالكامل فقط. <br/> ستظهر أيضًا علامة تبويب جديدة بها المزيد من الإعدادات في مربع الحوار هذا ، يرجى التأكد من التحقق منها قبل خلط عملاتك المعدنية.</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<br/>just like for all other transaction types.</source>
|
||||||
|
<translation>عرض النوافذ المنبثقة للنظام لخلط المعاملات<br/> تمامًا مثل جميع أنواع المعاملات الأخرى.</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.<br/>Note: You must use this feature carefully.<br/>Make sure you always have recent wallet (auto)backup in a safe place!</source>
|
||||||
|
<translation>لتحديد ما إذا كنت تريد استخدام وضع الإرسال التجريبي مع جلسات خلط متعددة لكل مقطع.<br/>ملاحظة: يجب عليك استخدام هذه الميزة بعناية. <br/>تأكد من أن لديك دائمًا احتياطي محفظة (تلقائي) حديث في مكان آمن!</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Enable &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>&Reset</source>
|
<source>&Reset</source>
|
||||||
<translation>&إعادة تعيين</translation>
|
<translation>&إعادة تعيين</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
@ -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 &multi-session</source>
|
<source>Enable &multi-session</source>
|
||||||
<translation>&multisession aktivieren</translation>
|
<translation>&Multisession aktivieren</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Mixing rounds</source>
|
<source>Mixing rounds</source>
|
||||||
|
@ -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>&About %1</source>
|
<source>&About %1</source>
|
||||||
<translation>&Acerca de %1</translation>
|
<translation>&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<br/>cannot be used until that transaction has at least one confirmation.<br/>This also affects how your balance is computed.</source>
|
<source>If you disable the spending of unconfirmed change, the change from a transaction<br/>cannot be used until that transaction has at least one confirmation.<br/>This also affects how your balance is computed.</source>
|
||||||
<translation>Si desactiva el gasto del cambio sin confirmar, el cambio de una transacción<br/>no se podrá usar hasta que dicha transacción tenga al menos una confirmación.<br/> 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<br/>no se podrá usar hasta que dicha transacción tenga al menos una confirmación.<br/> 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.<br/>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.<br/>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<br/>just like for all other transaction types.</source>
|
<source>Show system popups for mixing transactions<br/>just like for all other transaction types.</source>
|
||||||
<translation>Mostrar ventanas emergentes del sistema para transacciones de mezcla<br/>así como para cualquier otro tipo de transacciones.</translation>
|
<translation>Mostrar ventanas emergentes del sistema para transacciones de mezcla<br/>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.<br/>Note: You must use this feature carefully.<br/>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.<br/>Note: You must use this feature carefully.<br/>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.<br/>Nota: debe usar esta función con cuidado.<br/>¡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.<br/>Nota: debe usar esta función con cuidado.<br/>¡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 &multi-session</source>
|
<source>Enable &multi-session</source>
|
||||||
<translation>Habilitar &multisesión</translation>
|
<translation>Habilitar &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>&Reset</source>
|
<source>&Reset</source>
|
||||||
<translation>&Reiniciar</translation>
|
<translation>&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><b>(%1 of %2 entries displayed)</b></source>
|
<source><b>(%1 of %2 entries displayed)</b></source>
|
||||||
<translation><b>(%1 de %2 registros mostrados)</b></translation>
|
<translation><b>(%1 de %2 registros mostrados)</b></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>S&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>
|
||||||
|
@ -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>
|
||||||
|
@ -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
@ -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>&About %1</source>
|
<source>&About %1</source>
|
||||||
<translation>%1 정보(&A)</translation>
|
<translation>%1 정보(&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>&File</source>
|
<source>&File</source>
|
||||||
<translation>파일(&F)</translation>
|
<translation>파일(&F)</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>%1 &information</source>
|
||||||
|
<translation>%1 정보</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Show the %1 basic information</source>
|
||||||
|
<translation>%1 기본 정보를 보여줍니다</translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>&Settings</source>
|
<source>&Settings</source>
|
||||||
<translation>설정(&S)</translation>
|
<translation>설정(&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,7 +1027,15 @@
|
|||||||
<source>Command-line options</source>
|
<source>Command-line options</source>
|
||||||
<translation>명령줄 옵션</translation>
|
<translation>명령줄 옵션</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
<message>
|
||||||
|
<source>%1 information</source>
|
||||||
|
<translation>%1 정보</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source><h3>%1 Basics</h3> %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.<br> %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.<hr> <b>The %1 process works like this:</b><ol type="1"> <li>%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.</li> <li>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.</li> <li>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).</li> <li>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.</li> <li>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.</li> </ol> <hr><b>IMPORTANT:</b> 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.<br> Consequently, users who have backups disabled will also have %1 disabled. <hr>For more information, see the <a style="%2" href="%3">%1 documentation</a>.</source>
|
||||||
|
<translation><h3>%1 기본 정보</h3> %1은 당신의 자금 출처를 가려 진정한 재정적 프라이버시를 보장합니다. 당신의 지갑에 보관된 모든 대시는 각기 다른 "입력값"으로 구성되어 있습니다. 쉽게 생각하면 별도의 분리된 동전으로 구성되어 있다고 볼 수 있습니다.<br> %1은 당신의 코인이 지갑을 떠나지 않고도 그 입력값을 다른 두 사람의 입력값과 섞는 혁신적인 방식을 사용합니다. 이로써 당신의 자금은 언제나 당신의 통제 하에 있습니다.<hr><b> %1은 다음과 같은 방식으로 작동합니다.</b><ol type="1"><li> %1은 당신의 거래 입력값을 표준 단위로 쪼개는 것으로 시작합니다. 이렇게 분할하는 단위는 0.001대시, 0.01대시, 0.1대시, 1대시 혹은 10대시 입니다 - 귀하가 일상적으로 사용하는 지폐와 비슷하다고 생각하셔도 좋습니다. </li><li>이후 당신의 지갑은 "마스터노드"라고 불리는 네트워크의 특수 구성 소프트웨어 노드에 요청을 전송합니다. 이로써 이들 마스터노드는 당신이 특정 금액을 믹싱하고자 한다는 정보를 수신합니다. 마스터노드에는 당신의 개인 정보를 식별할 수 있는 어떤 내용도 전송되지 않습니다. 즉 당신이 "누구"인지 알 수 있는 방법은 없습니다.</li><li> 두 명의 다른 사람이 비슷한 메시지를 보내어 그들 역시 같은 단위의 금액을 믹싱하고 싶다는 정보를 나타내면 믹싱 세션이 시작됩니다. 마스터노드는 이들 입력값을 믹싱하여 세 사용자의 지갑에 변환된 입력을 지불하도록 지시합니다. 당신의 지갑은 해당 입력값을 곧바로 스스로에게 지불하지만, 지불되는 주소는 '변경 주소'라고 불리는 다른 주소로 보내집니다.</li><li> 당신의 자금을 완전히 가리기 위해서, 당신의 지갑은 이 과정을 각 대시 분할 단위만큼 여러번 반복합니다. 이러한 반복을 ‘라운드’라고 부릅니다. 프라이빗샌드의 각 라운드가 진행됨에 따라 당신이 송금하고자 하는 자금의 출처는 기하급수적으로 높은 수준으로 가려집니다.</li><li> 이 믹싱 과정은 당신이 개입할 필요 없이 백그라운드에서 진행됩니다. 당신이 거래를 원하는 경우, 당신의 자금은 이미 믹싱을 거친 것입니다. 추가적으로 대기할 필요 역시 없습니다. </li></ol><hr><b>중요:</b> 당신의 지갑은 1,000개의 ‘변경 주소’만을 가지고 있습니다. 믹싱을 실행할 때마다 최대 9개의 주소가 사용됩니다. 이는 곧 이들 1000개의 주소가 약 100개의 믹싱 작업을 위해 사용될 수 있다는 것을 의미합니다. 전체 1,000개의 주소 중 900개가 사용된 경우 당신의 지갑은 더 많은 주소를 만들어야 합니다. 그러나 이 작업은 당신이 자동 백업을 설정한 경우에만 수행됩니다. <br>따라서 백업이 비활성화된 사용자는 %1 역시 비활성화 됩니다. <hr>더 많은 정보를 위해서는 <a style="%2" href="%3">%1 문서</a>를 참조하세요.</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>Intro</name>
|
<name>Intro</name>
|
||||||
<message>
|
<message>
|
||||||
@ -1314,6 +1350,54 @@
|
|||||||
<source>If you disable the spending of unconfirmed change, the change from a transaction<br/>cannot be used until that transaction has at least one confirmation.<br/>This also affects how your balance is computed.</source>
|
<source>If you disable the spending of unconfirmed change, the change from a transaction<br/>cannot be used until that transaction has at least one confirmation.<br/>This also affects how your balance is computed.</source>
|
||||||
<translation>확인되지 않은 잔액 사용을 중지하는 경우, 거래로부터 발생하는 잔액은 <br/>최소 한 번의 거래 확인이 발생할 때 까지 사용할 수 없습니다.<br/>이는 또한 당신의 잔고가 계산되는 방식에 영향을 미칠 수 있습니다.</translation>
|
<translation>확인되지 않은 잔액 사용을 중지하는 경우, 거래로부터 발생하는 잔액은 <br/>최소 한 번의 거래 확인이 발생할 때 까지 사용할 수 없습니다.<br/>이는 또한 당신의 잔고가 계산되는 방식에 영향을 미칠 수 있습니다.</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Show mixing interface on Overview screen and reveal an additional screen which allows to spend fully mixed coins only.<br/>A new tab with more settings will also appear in this dialog, please make sure to check them before mixing your coins.</source>
|
||||||
|
<translation>개요 화면의 믹싱 인터페이스를 보여주고, 완전히 믹싱된 코인만을 지불에 사용할 수 있도록 하는 추가적 스크린을 나타냅니다. <br/>더 많은 설정을 담은 새로운 탭이 이 대화창에 나타나게 되니, 코인을 믹싱하기 전 해당 내용을 확인하십시오.</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<br/>just like for all other transaction types.</source>
|
||||||
|
<translation>모든 다른 유형의 거래와 마찬가지로<br/>믹싱 거래를 위한 시스템 팝업을 보여줍니다</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.<br/>Note: You must use this feature carefully.<br/>Make sure you always have recent wallet (auto)backup in a safe place!</source>
|
||||||
|
<translation>블록당 다양한 믹싱 세션이 있는 실험 모드를 사용할 지 여부를 결정합니다. <br/>참고: 이 기능을 사용할 때는 주의해야 합니다.<br/>언제나 안전한 장소에 최신 지갑 (자동) 백업이 되어 있는 지 확인하세요!</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Enable &multi-session</source>
|
||||||
|
<translation>멀티 세션 활성화(&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>&Cancel</source>
|
<source>&Cancel</source>
|
||||||
<translation>취소(&C)</translation>
|
<translation>취소(&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>
|
||||||
@ -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>&Reset</source>
|
<source>&Reset</source>
|
||||||
<translation>&재설정(&R)</translation>
|
<translation>&재설정(&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><b>(%1 of %2 entries displayed)</b></source>
|
<source><b>(%1 of %2 entries displayed)</b></source>
|
||||||
<translation><b>(%2 중 %1 입력값 표시됨)</b></translation>
|
<translation><b>(%2 중 %1 입력값 표시됨)</b></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>S&end mixed funds</source>
|
||||||
|
<translation>믹싱된 자금 보내기(&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>
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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
@ -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>&About %1</source>
|
<source>&About %1</source>
|
||||||
<translation>关于 %1</translation>
|
<translation>关于 %1</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Send %1 funds to a Dash address</source>
|
||||||
|
<translation>发送%1资金至一个Dash地址</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 <b>unencrypted</b></source>
|
<source>Wallet is <b>unencrypted</b></source>
|
||||||
<translation>钱包 <b>未加密</b></translation>
|
<translation>钱包 <b>未加密</b></translation>
|
||||||
@ -559,6 +565,14 @@
|
|||||||
<source>&File</source>
|
<source>&File</source>
|
||||||
<translation>文件(&F)</translation>
|
<translation>文件(&F)</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>%1 &information</source>
|
||||||
|
<translation>%1 &信息</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Show the %1 basic information</source>
|
||||||
|
<translation>显示%1基础信息</translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>&Settings</source>
|
<source>&Settings</source>
|
||||||
<translation>设置(&S)</translation>
|
<translation>设置(&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,7 +1027,15 @@
|
|||||||
<source>Command-line options</source>
|
<source>Command-line options</source>
|
||||||
<translation>命令行选项</translation>
|
<translation>命令行选项</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
<message>
|
||||||
|
<source>%1 information</source>
|
||||||
|
<translation>%1信息</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source><h3>%1 Basics</h3> %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.<br> %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.<hr> <b>The %1 process works like this:</b><ol type="1"> <li>%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.</li> <li>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.</li> <li>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).</li> <li>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.</li> <li>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.</li> </ol> <hr><b>IMPORTANT:</b> 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.<br> Consequently, users who have backups disabled will also have %1 disabled. <hr>For more information, see the <a style="%2" href="%3">%1 documentation</a>.</source>
|
||||||
|
<translation><h3>%1基础知识</h3>%1通过隐藏您的资金来源为您提供真正的财务隐私。您的钱包中所有的Dash都由不同的“输入”组成,您可以将其视为分开的离散硬币。<br>%1使用创新的方法将您的输入与其他两个人的输入相结合,而过程中不会让您的Dash离开您的钱包。每时每刻,您仍然控制着您的钱。<hr><b>%1的运作原理如下:</b><ol type="1"><li>%1首先将您的交易分柝成多个标准面额的交易。这些标准面额分别为0.001 DASH,0.01 DASH,0.1 DASH,1 DASH和10 DASH --有点像您每天使用的纸币。</li><li>您的钱包然后发送请求到网络上有专门配置的软件节点,称为“主节点”。这些主节点会收到您希望混合一些资金的通知。没有可识别的信息发送到主节点,所以他们永远不会知道您是“谁”。<li>当另外两个人发送类似的消息时,表示希望混合相同的面额的话,混合会话就会开始。相关的主节点会混合这些输入,并指示所有三个用户的钱包将已经转换了输入的交易支付给自己。您的钱包直接支付给自己,但是付给不同的位址(称之为找零地址)。</li><li>为了完全掩盖您的资金来源,您的钱包必须以每个面额来重复此过程数次。每次这个过程完成后,都称之为一个“循环”。每个循环的%1都会令确定您的资金来源的工作倍加困难。</li><li>这种混合过程发生在后台,而不需要您进行任何操作。当您想进行交易时,您的资金将已被混币处理。不需再花额外的时间等待。</li></ol><hr>重要:<b>您的钱包只能拥有1000个“找零地址”。每次混合事件发生时,最多会使用9个找零地址。这意味着这1000个地址可以容许100次的混合事件。当其的中900个已经被使用后,您的钱包必须创建更多的地址。如果您启用了自动备份,则只能够这样做。<br>因此,禁用备份的用户也将禁用%1。<hr>如欲了解更多信息请参阅<a style="%2" href="%3">%1文档</a>。</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>Intro</name>
|
<name>Intro</name>
|
||||||
<message>
|
<message>
|
||||||
@ -1320,10 +1350,54 @@
|
|||||||
<source>If you disable the spending of unconfirmed change, the change from a transaction<br/>cannot be used until that transaction has at least one confirmation.<br/>This also affects how your balance is computed.</source>
|
<source>If you disable the spending of unconfirmed change, the change from a transaction<br/>cannot be used until that transaction has at least one confirmation.<br/>This also affects how your balance is computed.</source>
|
||||||
<translation>如果您禁用还未确认的零钱,那么交易中找零的零钱<br/>至少需要1个确认才能使用。<br/>这也会影响余额的计算。</translation>
|
<translation>如果您禁用还未确认的零钱,那么交易中找零的零钱<br/>至少需要1个确认才能使用。<br/>这也会影响余额的计算。</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Show mixing interface on Overview screen and reveal an additional screen which allows to spend fully mixed coins only.<br/>A new tab with more settings will also appear in this dialog, please make sure to check them before mixing your coins.</source>
|
||||||
|
<translation>在概览屏幕上显示混币界面,并显示一个仅允许使用完全混币资金的界面。<br/>该对话框中还将出现一个具有更多设置的标签,请确保在混币前检查这些设置。</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<br/>just like for all other transaction types.</source>
|
||||||
|
<translation>显示混币交易的系统弹出窗口 <br/> 如同其他所有交易类型一样。</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.<br/>Note: You must use this feature carefully.<br/>Make sure you always have recent wallet (auto)backup in a safe place!</source>
|
||||||
|
<translation>是否使用实验性质的模式,当中每个内存块都会有多个混合会话。<br/>注意:您必须小心使用此功能。<br/>确保您总是有最近的钱包(自动)备份在一个安全的地方!</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Enable &multi-session</source>
|
||||||
|
<translation>启动&多轮</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>&Unit to show amounts in:</source>
|
<source>&Unit to show amounts in:</source>
|
||||||
<translation>达世币金额单位(&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>&Cancel</source>
|
<source>&Cancel</source>
|
||||||
<translation>取消(&C)</translation>
|
<translation>取消(&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>&Reset</source>
|
<source>&Reset</source>
|
||||||
<translation>&重置</translation>
|
<translation>&重置</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><b>(%1 of %2 entries displayed)</b></source>
|
<source><b>(%1 of %2 entries displayed)</b></source>
|
||||||
<translation><b>(在%2中%1个项目显示出来)</b></translation>
|
<translation><b>(在%2中%1个项目显示出来)</b></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>S&end mixed funds</source>
|
||||||
|
<translation>S&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,7 +3941,11 @@ 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>
|
||||||
</context>
|
<message>
|
||||||
|
<source>Cancel</source>
|
||||||
|
<translation>取消</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>dash-core</name>
|
<name>dash-core</name>
|
||||||
<message>
|
<message>
|
||||||
@ -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>
|
||||||
|
@ -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>&About %1</source>
|
<source>&About %1</source>
|
||||||
<translation>關於%1(&A)</translation>
|
<translation>關於%1(&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>&File</source>
|
<source>&File</source>
|
||||||
<translation>檔案(&F)</translation>
|
<translation>檔案(&F)</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>%1 &information</source>
|
||||||
|
<translation>%1 (&I)資訊</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Show the %1 basic information</source>
|
||||||
|
<translation>顯示 %1 的基本信息</translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>&Settings</source>
|
<source>&Settings</source>
|
||||||
<translation>設定(&S)</translation>
|
<translation>設定(&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,7 +1027,15 @@
|
|||||||
<source>Command-line options</source>
|
<source>Command-line options</source>
|
||||||
<translation>命令列選項</translation>
|
<translation>命令列選項</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
<message>
|
||||||
|
<source>%1 information</source>
|
||||||
|
<translation>%1 資訊</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source><h3>%1 Basics</h3> %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.<br> %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.<hr> <b>The %1 process works like this:</b><ol type="1"> <li>%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.</li> <li>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.</li> <li>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).</li> <li>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.</li> <li>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.</li> </ol> <hr><b>IMPORTANT:</b> 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.<br> Consequently, users who have backups disabled will also have %1 disabled. <hr>For more information, see the <a style="%2" href="%3">%1 documentation</a>.</source>
|
||||||
|
<translation><h3>%1 基礎知識</h3> %1 通過隱藏您的資金來源為您提供真正的財務隱私。您的錢包中所有的達世幣都由不同的“輸入”組成,您可以將其視為分開的離散硬幣。<br> %1 使用創新的方法將您的輸入與其他兩個人的輸入相結合,而過程中不會讓您的達世幣離開您的錢包。每時每刻,您仍然控制著您的錢。<hr> <b> %1 的運作原理如下:</b><ol type="1"> <li>%1 首先將您的交易分柝成多個標準面額的交易。這些標準面額分別為 0.001 DASH, 0.01 DASH, 0.1 DASH, 1 DASH 和 10 DASH -- 有點像您每天使用的紙幣。</li> <li>您的錢包然後發送請求到網絡上有專門配置的軟件節點,稱為“主節點”。這些主節點會收到您希望混合一些資金的通知。沒有可識別的信息發送到主節點,所以他們永遠不會知道你是"誰"。</li> <li>當另外兩個人發送類似的消息時,表示希望混合相同的面額的話,混合會話就會開始。相關的主節點會混合這些輸入,並指示所有三個用戶的錢包將已經轉換了輸入的交易支付給自己。你的錢包直接支付給自己,但是付給不同的位址 (稱之為找零位址)。</li> <li>為了完全掩蓋您的資金來源,您的錢包必須以每個面額來重複此過程數次。每次這個過程完成後,都稱之為一個 "循環"。每個循環的 %1 都會令確定您的資金來源的工作倍加困難。</li> <li>這種混合過程在後台進行,而不需要您進行任何操作。當您想進行交易時,您的資金將已被匿名處理。不需再花額外的時間等待。</li> </ol> <hr>重要:</b> 您的錢包只能擁有1000個"找零位址。" 每次混合事件發生時,最多會使用9個找零位址。這意味著這1000個位址可以容許100次的混合事件。當其的中900個已經被使用後,您的錢包必須創建更多的位址。如果您啟用了自動備份,則只能夠這樣做。<br> 因此,禁用備份的用戶也將禁用 %1。<hr>如欲了解更多信息,請參閱 <a style="%2" href="%3">%1 的文檔</a>.</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>Intro</name>
|
<name>Intro</name>
|
||||||
<message>
|
<message>
|
||||||
@ -1314,6 +1350,54 @@
|
|||||||
<source>If you disable the spending of unconfirmed change, the change from a transaction<br/>cannot be used until that transaction has at least one confirmation.<br/>This also affects how your balance is computed.</source>
|
<source>If you disable the spending of unconfirmed change, the change from a transaction<br/>cannot be used until that transaction has at least one confirmation.<br/>This also affects how your balance is computed.</source>
|
||||||
<translation>如果你關掉「可以花還沒確認的零錢」,那麼交易中找零的零錢<br/>就必須要等交易至少有一次確認後,才能夠使用。<br/>這也會影響餘額的計算方式。</translation>
|
<translation>如果你關掉「可以花還沒確認的零錢」,那麼交易中找零的零錢<br/>就必須要等交易至少有一次確認後,才能夠使用。<br/>這也會影響餘額的計算方式。</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Show mixing interface on Overview screen and reveal an additional screen which allows to spend fully mixed coins only.<br/>A new tab with more settings will also appear in this dialog, please make sure to check them before mixing your coins.</source>
|
||||||
|
<translation>在概覽屏幕上顯示混合界面,並顯示一個僅允許使用完全混合了的資金的屏幕。<br/>該對話框中還將出現一個具有更多設定的新標籤,請確保在混合資金之前檢查這些設定。</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<br/>just like for all other transaction types.</source>
|
||||||
|
<translation>顯示混合交易的系統彈出窗口<br/>就像所有其他交易類型一樣。</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.<br/>Note: You must use this feature carefully.<br/>Make sure you always have recent wallet (auto)backup in a safe place!</source>
|
||||||
|
<translation>是否使用實驗性質的模式,當中每個區塊都會有多個混合會話。注意 : 您必須小心使用此功能。<br/>確保你總是有最近的錢包 (自動) 備份在一個安全的地方!</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Enable &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>&Cancel</source>
|
<source>&Cancel</source>
|
||||||
<translation>取消(&C)</translation>
|
<translation>取消(&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>&Reset</source>
|
<source>&Reset</source>
|
||||||
<translation>重置(&R)</translation>
|
<translation>重置(&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><b>(%1 of %2 entries displayed)</b></source>
|
<source><b>(%1 of %2 entries displayed)</b></source>
|
||||||
<translation><b>(在 %2 中 %1 個項目顯示出來)</b></translation>
|
<translation><b>(在 %2 中 %1 個項目顯示出來)</b></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>S&end mixed funds</source>
|
||||||
|
<translation>(&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>
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user