@@ -15,8 +15,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
1515" a backup." ),
1616QT_TRANSLATE_NOOP (" bitcoin-core" , " "
1717" %s request to listen on port %u. This port is considered \" bad\" and thus it "
18- " is unlikely that any Bitcoin Core peers connect to it. See doc/p2p-bad-ports."
19- " md for details and a full list." ),
18+ " is unlikely that any peer will connect to it. See doc/p2p-bad-ports.md for "
19+ " details and a full list." ),
2020QT_TRANSLATE_NOOP (" bitcoin-core" , " "
2121" -maxtxfee is set very high! Fees this large could be paid on a single "
2222" transaction." ),
@@ -33,9 +33,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
3333" temporarily disable txindex while using -reindex-chainstate, or replace -"
3434" reindex-chainstate with -reindex to fully rebuild all indexes." ),
3535QT_TRANSLATE_NOOP (" bitcoin-core" , " "
36- " Assumed-valid: last wallet synchronisation goes beyond available block data. "
37- " You need to wait for the background validation chain to download more blocks." ),
38- QT_TRANSLATE_NOOP (" bitcoin-core" , " "
3936" Cannot downgrade wallet from version %i to version %i. Wallet version "
4037" unchanged." ),
4138QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -48,12 +45,20 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
4845" upgrading to support pre-split keypool. Please use version %i or no version "
4946" specified." ),
5047QT_TRANSLATE_NOOP (" bitcoin-core" , " "
48+ " Disk space for %s may not accommodate the block files. Approximately %u GB "
49+ " of data will be stored in this directory." ),
50+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
5151" Distributed under the MIT software license, see the accompanying file %s or "
5252" %s" ),
5353QT_TRANSLATE_NOOP (" bitcoin-core" , " "
5454" Error loading %s: External signer wallet being loaded without external "
5555" signer support compiled" ),
5656QT_TRANSLATE_NOOP (" bitcoin-core" , " "
57+ " Error loading wallet. Wallet requires blocks to be downloaded, and software "
58+ " does not currently support loading wallets while blocks are being downloaded "
59+ " out of order when using assumeutxo snapshots. Wallet should be able to load "
60+ " successfully after node sync reaches height %s" ),
61+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
5762" Error reading %s! All keys read correctly, but transaction data or address "
5863" book entries might be missing or incorrect." ),
5964QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -79,8 +84,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
7984" Error: Transaction %s in wallet cannot be identified to belong to migrated "
8085" wallets" ),
8186QT_TRANSLATE_NOOP (" bitcoin-core" , " "
82- " Error: Unable to produce descriptors for this legacy wallet. Make sure the "
83- " wallet is unlocked first " ),
87+ " Error: Unable to produce descriptors for this legacy wallet. Make sure to "
88+ " provide the wallet's passphrase if it is encrypted. " ),
8489QT_TRANSLATE_NOOP (" bitcoin-core" , " "
8590" Failed to rename invalid peers.dat file. Please move or delete it and try "
8691" again." ),
@@ -112,13 +117,19 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
112117" No wallet file format provided. To use createfromdump, -format=<format> must "
113118" be provided." ),
114119QT_TRANSLATE_NOOP (" bitcoin-core" , " "
120+ " Outbound connections restricted to CJDNS (-onlynet=cjdns) but -"
121+ " cjdnsreachable is not provided" ),
122+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
115123" Outbound connections restricted to Tor (-onlynet=onion) but the proxy for "
116124" reaching the Tor network is explicitly forbidden: -onion=0" ),
117125QT_TRANSLATE_NOOP (" bitcoin-core" , " "
118126" Outbound connections restricted to Tor (-onlynet=onion) but the proxy for "
119127" reaching the Tor network is not provided: none of -proxy, -onion or -"
120128" listenonion is given" ),
121129QT_TRANSLATE_NOOP (" bitcoin-core" , " "
130+ " Outbound connections restricted to i2p (-onlynet=i2p) but -i2psam is not "
131+ " provided" ),
132+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
122133" Please check that your computer's date and time are correct! If your clock "
123134" is wrong, %s will not work properly." ),
124135QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -148,6 +159,13 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
148159" space, run a full -reindex, otherwise ignore this error. This error message "
149160" will not be displayed again." ),
150161QT_TRANSLATE_NOOP (" bitcoin-core" , " "
162+ " The inputs size exceeds the maximum weight. Please try sending a smaller "
163+ " amount or manually consolidating your wallet's UTXOs" ),
164+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
165+ " The preselected coins total amount does not cover the transaction target. "
166+ " Please allow other inputs to be automatically selected or include more coins "
167+ " manually" ),
168+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
151169" The transaction amount is too small to send after the fee has been deducted" ),
152170QT_TRANSLATE_NOOP (" bitcoin-core" , " "
153171" This error could occur if this wallet was not shutdown cleanly and was last "
@@ -171,6 +189,10 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
171189" Unable to replay blocks. You will need to rebuild the database using -"
172190" reindex-chainstate." ),
173191QT_TRANSLATE_NOOP (" bitcoin-core" , " "
192+ " Unexpected legacy entry in descriptor wallet found. Loading wallet %s\n "
193+ " \n "
194+ " The wallet might have been tampered with or created with malicious intent.\n " ),
195+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
174196" Unknown wallet file format \" %s\" provided. Please provide one of \" bdb\" or "
175197" \" sqlite\" ." ),
176198QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -235,6 +257,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error loading block database"),
235257QT_TRANSLATE_NOOP (" bitcoin-core" , " Error opening block database" ),
236258QT_TRANSLATE_NOOP (" bitcoin-core" , " Error reading from database, shutting down." ),
237259QT_TRANSLATE_NOOP (" bitcoin-core" , " Error reading next record from wallet database" ),
260+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Cannot extract destination from the generated scriptpubkey" ),
238261QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Could not add watchonly tx to watchonly wallet" ),
239262QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Could not delete watchonly transactions" ),
240263QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Couldn't create cursor into database" ),
@@ -264,6 +287,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Importing…"),
264287QT_TRANSLATE_NOOP (" bitcoin-core" , " Incorrect or no genesis block found. Wrong datadir for network?" ),
265288QT_TRANSLATE_NOOP (" bitcoin-core" , " Initialization sanity check failed. %s is shutting down." ),
266289QT_TRANSLATE_NOOP (" bitcoin-core" , " Input not found or already spent" ),
290+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Insufficient dbcache for block verification" ),
267291QT_TRANSLATE_NOOP (" bitcoin-core" , " Insufficient funds" ),
268292QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid -i2psam address or hostname: '%s'" ),
269293QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid -onion address or hostname: '%s'" ),
@@ -274,6 +298,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -discardfee=<amount>: '%s'
274298QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid amount for -fallbackfee=<amount>: '%s'" ),
275299QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s)" ),
276300QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid netmask specified in -whitelist: '%s'" ),
301+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid port specified in %s: '%s'" ),
302+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Invalid pre-selected input %s" ),
277303QT_TRANSLATE_NOOP (" bitcoin-core" , " Listening for incoming connections failed (listen returned error %s)" ),
278304QT_TRANSLATE_NOOP (" bitcoin-core" , " Loading P2P addresses…" ),
279305QT_TRANSLATE_NOOP (" bitcoin-core" , " Loading banlist…" ),
@@ -284,6 +310,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Missing solving data for estimating transacti
284310QT_TRANSLATE_NOOP (" bitcoin-core" , " Need to specify a port with -whitebind: '%s'" ),
285311QT_TRANSLATE_NOOP (" bitcoin-core" , " No addresses available" ),
286312QT_TRANSLATE_NOOP (" bitcoin-core" , " Not enough file descriptors available." ),
313+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Not found pre-selected input %s" ),
314+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Not solvable pre-selected input %s" ),
287315QT_TRANSLATE_NOOP (" bitcoin-core" , " Prune cannot be configured with a negative value." ),
288316QT_TRANSLATE_NOOP (" bitcoin-core" , " Prune mode is incompatible with -txindex." ),
289317QT_TRANSLATE_NOOP (" bitcoin-core" , " Pruning blockstore…" ),
0 commit comments