Skip to content

Commit 8ff0f59

Browse files
Merge dashpay#7141: chore: Translations 2026-02
e53c6c7 zh_TW (UdjinM6) e6f38eb zh_CN (UdjinM6) 4c87a02 vi (UdjinM6) be1d169 tr (UdjinM6) 38adcca th (UdjinM6) 414c094 sk (UdjinM6) 2517741 ru (UdjinM6) 62bf35d ro (UdjinM6) 806c616 pt (UdjinM6) 697cfd8 pl (UdjinM6) cadc333 nl (UdjinM6) bff9c6c ko (UdjinM6) a472713 ja (UdjinM6) 40c6ea1 it (UdjinM6) 6bbaedb fr (UdjinM6) 9be1ac1 fi (UdjinM6) e0d4d74 es (UdjinM6) c1e9ab4 de (UdjinM6) 8b39438 bg (UdjinM6) 4af6107 ar (UdjinM6) 52006bd en (UdjinM6) Pull request description: ## Issue being fixed or feature implemented Note: AI-translated ## What was done? ## How Has This Been Tested? ## Breaking Changes ## Checklist: - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have added or updated relevant unit/integration/functional/e2e tests - [ ] I have made corresponding changes to the documentation - [ ] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_ Top commit has no ACKs. Tree-SHA512: 1f4c0a011df4726309685a4b76696648c86d6795b8e6056f68b7e12f7ec47df7001a9be7de0a4dea0ef01bc29402245f2bc9699fbada3ed47e4286c8a6e6c8f4
2 parents 3793e3c + e53c6c7 commit 8ff0f59

23 files changed

+22404
-8751
lines changed

src/qt/dashstrings.cpp

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ QT_TRANSLATE_NOOP("dash-core", ""
2020
"%s is set very high! Fees this large could be paid on a single transaction."),
2121
QT_TRANSLATE_NOOP("dash-core", ""
2222
"%s request to listen on port %u. This port is considered \"bad\" and thus it "
23-
"is unlikely that any Dash Core peers connect to it. See doc/p2p-bad-ports.md "
24-
"for details and a full list."),
23+
"is unlikely that any peer will connect to it. See doc/p2p-bad-ports.md for "
24+
"details and a full list."),
2525
QT_TRANSLATE_NOOP("dash-core", ""
2626
"%s uses exact denominated amounts to send funds, you might simply need to "
2727
"mix some more coins."),
@@ -46,9 +46,15 @@ QT_TRANSLATE_NOOP("dash-core", ""
4646
"Cannot provide specific connections and have addrman find outgoing "
4747
"connections at the same time."),
4848
QT_TRANSLATE_NOOP("dash-core", ""
49+
"Disk space for %s may not accommodate the block files. Approximately %u GB "
50+
"of data will be stored in this directory."),
51+
QT_TRANSLATE_NOOP("dash-core", ""
4952
"Distributed under the MIT software license, see the accompanying file %s or "
5053
"%s"),
5154
QT_TRANSLATE_NOOP("dash-core", ""
55+
"Error loading %s: External signer wallet being loaded without external "
56+
"signer support compiled"),
57+
QT_TRANSLATE_NOOP("dash-core", ""
5258
"Error loading %s: You can't enable HD on an already existing non-HD wallet"),
5359
QT_TRANSLATE_NOOP("dash-core", ""
5460
"Error loading wallet. Wallet requires blocks to be downloaded, and software "
@@ -63,8 +69,8 @@ QT_TRANSLATE_NOOP("dash-core", ""
6369
QT_TRANSLATE_NOOP("dash-core", ""
6470
"Error: Dumpfile identifier record is incorrect. Got \"%s\", expected \"%s\"."),
6571
QT_TRANSLATE_NOOP("dash-core", ""
66-
"Error: Dumpfile version is not supported. This version of bitcoin-wallet "
67-
"only supports version 1 dumpfiles. Got dumpfile with version %s"),
72+
"Error: Dumpfile version is not supported. This version of dash-wallet only "
73+
"supports version 1 dumpfiles. Got dumpfile with version %s"),
6874
QT_TRANSLATE_NOOP("dash-core", ""
6975
"Failed to create backup, file already exists! This could happen if you "
7076
"restarted wallet in less than 60 seconds. You can continue if you are ok "
@@ -166,10 +172,6 @@ QT_TRANSLATE_NOOP("dash-core", ""
166172
"Total length of network version string (%i) exceeds maximum length (%i). "
167173
"Reduce the number or size of uacomments."),
168174
QT_TRANSLATE_NOOP("dash-core", ""
169-
"Transaction index can't be disabled with governance validation enabled. "
170-
"Either start with -disablegovernance command line switch or enable "
171-
"transaction index."),
172-
QT_TRANSLATE_NOOP("dash-core", ""
173175
"Transaction requires one destination of non-0 value, a non-0 feerate, or a "
174176
"pre-selected input"),
175177
QT_TRANSLATE_NOOP("dash-core", ""
@@ -225,6 +227,7 @@ QT_TRANSLATE_NOOP("dash-core", "Cannot create socket (socket() returned error %s
225227
QT_TRANSLATE_NOOP("dash-core", "Cannot get socket address for %s"),
226228
QT_TRANSLATE_NOOP("dash-core", "Cannot init Statsd client"),
227229
QT_TRANSLATE_NOOP("dash-core", "Cannot resolve -%s address: '%s'"),
230+
QT_TRANSLATE_NOOP("dash-core", "Cannot set -forcednsseed to true when setting -dnsseed to false."),
228231
QT_TRANSLATE_NOOP("dash-core", "Cannot set -peerblockfilters without -blockfilterindex."),
229232
QT_TRANSLATE_NOOP("dash-core", "Cannot write to data directory '%s'; check permissions."),
230233
QT_TRANSLATE_NOOP("dash-core", "Collateral not valid."),
@@ -253,6 +256,7 @@ QT_TRANSLATE_NOOP("dash-core", "Error opening block database"),
253256
QT_TRANSLATE_NOOP("dash-core", "Error reading from database, shutting down."),
254257
QT_TRANSLATE_NOOP("dash-core", "Error reading next record from wallet database"),
255258
QT_TRANSLATE_NOOP("dash-core", "Error upgrading evo database for EHF"),
259+
QT_TRANSLATE_NOOP("dash-core", "Error: Cannot extract destination from the generated scriptpubkey"),
256260
QT_TRANSLATE_NOOP("dash-core", "Error: Couldn't create cursor into database"),
257261
QT_TRANSLATE_NOOP("dash-core", "Error: Disk space is low for %s"),
258262
QT_TRANSLATE_NOOP("dash-core", "Error: Dumpfile checksum does not match. Computed %s, expected %s"),
@@ -385,6 +389,7 @@ QT_TRANSLATE_NOOP("dash-core", "Trying to connect…"),
385389
QT_TRANSLATE_NOOP("dash-core", "Unable to bind to %s on this computer (bind returned error %s)"),
386390
QT_TRANSLATE_NOOP("dash-core", "Unable to bind to %s on this computer. %s is probably already running."),
387391
QT_TRANSLATE_NOOP("dash-core", "Unable to create the PID file '%s': %s"),
392+
QT_TRANSLATE_NOOP("dash-core", "Unable to find UTXO for external input"),
388393
QT_TRANSLATE_NOOP("dash-core", "Unable to generate initial keys"),
389394
QT_TRANSLATE_NOOP("dash-core", "Unable to locate enough mixed funds for this transaction."),
390395
QT_TRANSLATE_NOOP("dash-core", "Unable to locate enough non-denominated funds for this transaction."),

0 commit comments

Comments
 (0)