@@ -30,6 +30,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
3030" is unlikely that any peer will connect to it. See doc/p2p-bad-ports.md for "
3131" details and a full list." ),
3232QT_TRANSLATE_NOOP (" bitcoin-core" , " "
33+ " A forked headers-chain with more work than the chain with the snapshot base "
34+ " block header exists. Please proceed to sync without AssumeUtxo." ),
35+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
3336" Cannot downgrade wallet from version %i to version %i. Wallet version "
3437" unchanged." ),
3538QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -87,6 +90,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
8790" Failed to calculate bump fees, because unconfirmed UTXOs depend on enormous "
8891" cluster of unconfirmed transactions." ),
8992QT_TRANSLATE_NOOP (" bitcoin-core" , " "
93+ " Failed to remove snapshot chainstate dir (%s). Manually remove it before "
94+ " restarting.\n " ),
95+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
9096" Failed to rename invalid peers.dat file. Please move or delete it and try "
9197" again." ),
9298QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -96,6 +102,11 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
96102" File %s already exists. If you are sure this is what you want, move it out "
97103" of the way first." ),
98104QT_TRANSLATE_NOOP (" bitcoin-core" , " "
105+ " Flushing block file to disk failed. This is likely the result of an I/O "
106+ " error." ),
107+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
108+ " Flushing undo file to disk failed. This is likely the result of an I/O error." ),
109+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
99110" Incompatible options: -dnsseed=1 was explicitly specified, but -onlynet "
100111" forbids connections to IPv4/IPv6" ),
101112QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -106,6 +117,10 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
106117" report it to %s. As a workaround, you can move the file (%s) out of the way "
107118" (rename, move, or delete) to have a new one created on the next start." ),
108119QT_TRANSLATE_NOOP (" bitcoin-core" , " "
120+ " Maximum transaction weight is less than transaction weight without inputs" ),
121+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
122+ " Maximum transaction weight is too low, can not accommodate change output" ),
123+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
109124" More than one onion bind address is provided. Using %s for the automatically "
110125" created Tor onion service." ),
111126QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -130,9 +145,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
130145" Outbound connections restricted to i2p (-onlynet=i2p) but -i2psam is not "
131146" provided" ),
132147QT_TRANSLATE_NOOP (" bitcoin-core" , " "
133- " Please check that your computer's date and time are correct! If your clock "
134- " is wrong, %s will not work properly." ),
135- QT_TRANSLATE_NOOP (" bitcoin-core" , " "
136148" Please contribute if you find %s useful. Visit %s for further information "
137149" about the software." ),
138150QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -144,6 +156,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
144156" Prune: last wallet synchronisation goes beyond pruned data. You need to -"
145157" reindex (download the whole blockchain again in case of pruned node)" ),
146158QT_TRANSLATE_NOOP (" bitcoin-core" , " "
159+ " Rename of '%s' -> '%s' failed. Cannot clean up the background chainstate "
160+ " leveldb directory." ),
161+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
147162" Rename of '%s' -> '%s' failed. You should resolve this by manually moving or "
148163" deleting the invalid snapshot directory %s, otherwise you will encounter the "
149164" same error again on the next startup." ),
@@ -156,6 +171,10 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
156171" rebuild the block database if you are sure that your computer's date and "
157172" time are correct" ),
158173QT_TRANSLATE_NOOP (" bitcoin-core" , " "
174+ " The combination of the pre-selected inputs and the wallet automatic inputs "
175+ " selection exceeds the transaction maximum weight. Please try sending a "
176+ " smaller amount or manually consolidating your wallet's UTXOs" ),
177+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
159178" The inputs size exceeds the maximum weight. Please try sending a smaller "
160179" amount or manually consolidating your wallet's UTXOs" ),
161180QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -236,28 +255,41 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
236255" You need to rebuild the database using -reindex to go back to unpruned "
237256" mode. This will redownload the entire blockchain" ),
238257QT_TRANSLATE_NOOP (" bitcoin-core" , " "
258+ " Your computer's date and time appear to be more than %d minutes out of sync "
259+ " with the network, this may lead to consensus failure. After you've confirmed "
260+ " your computer's clock, this message should no longer appear when you restart "
261+ " your node. Without a restart, it should stop showing automatically after "
262+ " you've connected to a sufficient number of new outbound peers, which may "
263+ " take some time. You can inspect the `timeoffset` field of the `getpeerinfo` "
264+ " and `getnetworkinfo` RPC methods to get more info." ),
265+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
239266" \n "
240267" Unable to cleanup failed migration" ),
241268QT_TRANSLATE_NOOP (" bitcoin-core" , " "
242269" \n "
243270" Unable to restore backup of wallet." ),
271+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
272+ " whitebind may only be used for incoming connections (\" out\" was passed)" ),
244273QT_TRANSLATE_NOOP (" bitcoin-core" , " %s is set very high!" ),
245274QT_TRANSLATE_NOOP (" bitcoin-core" , " -maxmempool must be at least %d MB" ),
246- QT_TRANSLATE_NOOP (" bitcoin-core" , " A fatal internal error occurred, see debug.log for details" ),
275+ QT_TRANSLATE_NOOP (" bitcoin-core" , " A fatal internal error occurred, see debug.log for details: " ),
276+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Assumeutxo data not found for the given blockhash '%s'." ),
247277QT_TRANSLATE_NOOP (" bitcoin-core" , " Block verification was interrupted" ),
248278QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot resolve -%s address: '%s'" ),
249279QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot set -forcednsseed to true when setting -dnsseed to false." ),
250280QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot set -peerblockfilters without -blockfilterindex." ),
251281QT_TRANSLATE_NOOP (" bitcoin-core" , " Cannot write to data directory '%s'; check permissions." ),
252282QT_TRANSLATE_NOOP (" bitcoin-core" , " Config setting for %s only applied on %s network when in [%s] section." ),
253283QT_TRANSLATE_NOOP (" bitcoin-core" , " Copyright (C) %i-%i" ),
284+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Corrupt block found indicating potential hardware failure." ),
254285QT_TRANSLATE_NOOP (" bitcoin-core" , " Corrupted block database detected" ),
255286QT_TRANSLATE_NOOP (" bitcoin-core" , " Could not find asmap file %s" ),
256287QT_TRANSLATE_NOOP (" bitcoin-core" , " Could not parse asmap file %s" ),
257288QT_TRANSLATE_NOOP (" bitcoin-core" , " Disk space is too low!" ),
258289QT_TRANSLATE_NOOP (" bitcoin-core" , " Do you want to rebuild the block database now?" ),
259290QT_TRANSLATE_NOOP (" bitcoin-core" , " Done loading" ),
260291QT_TRANSLATE_NOOP (" bitcoin-core" , " Dump file %s does not exist." ),
292+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Elliptic curve cryptography sanity check failure. %s is shutting down." ),
261293QT_TRANSLATE_NOOP (" bitcoin-core" , " Error committing db txn for wallet transactions removal" ),
262294QT_TRANSLATE_NOOP (" bitcoin-core" , " Error creating %s" ),
263295QT_TRANSLATE_NOOP (" bitcoin-core" , " Error initializing block database" ),
@@ -297,10 +329,17 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to write solvable wallet best b
297329QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: Unable to write watchonly wallet best block locator record" ),
298330QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: address book copy failed for wallet %s" ),
299331QT_TRANSLATE_NOOP (" bitcoin-core" , " Error: database transaction cannot be executed for wallet %s" ),
332+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to connect best block (%s)." ),
333+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to disconnect block." ),
300334QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to listen on any port. Use -listen=0 if you want this." ),
335+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to read block." ),
301336QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to rescan the wallet during initialization" ),
302337QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to start indexes, shutting down.." ),
303338QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to verify database" ),
339+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to write block." ),
340+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to write to block index database." ),
341+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to write to coin database." ),
342+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Failed to write undo data." ),
304343QT_TRANSLATE_NOOP (" bitcoin-core" , " Failure removing transaction: %s" ),
305344QT_TRANSLATE_NOOP (" bitcoin-core" , " Fee rate (%s) is lower than the minimum fee rate setting (%s)" ),
306345QT_TRANSLATE_NOOP (" bitcoin-core" , " Ignoring duplicate -wallet %s." ),
@@ -325,13 +364,15 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Loading P2P addresses…"),
325364QT_TRANSLATE_NOOP (" bitcoin-core" , " Loading banlist…" ),
326365QT_TRANSLATE_NOOP (" bitcoin-core" , " Loading block index…" ),
327366QT_TRANSLATE_NOOP (" bitcoin-core" , " Loading wallet…" ),
367+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Maximum transaction weight must be between %d and %d" ),
328368QT_TRANSLATE_NOOP (" bitcoin-core" , " Missing amount" ),
329369QT_TRANSLATE_NOOP (" bitcoin-core" , " Missing solving data for estimating transaction size" ),
330370QT_TRANSLATE_NOOP (" bitcoin-core" , " Need to specify a port with -whitebind: '%s'" ),
331371QT_TRANSLATE_NOOP (" bitcoin-core" , " No addresses available" ),
332372QT_TRANSLATE_NOOP (" bitcoin-core" , " Not enough file descriptors available." ),
333373QT_TRANSLATE_NOOP (" bitcoin-core" , " Not found pre-selected input %s" ),
334374QT_TRANSLATE_NOOP (" bitcoin-core" , " Not solvable pre-selected input %s" ),
375+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Only direction was set, no permissions: '%s'" ),
335376QT_TRANSLATE_NOOP (" bitcoin-core" , " Prune cannot be configured with a negative value." ),
336377QT_TRANSLATE_NOOP (" bitcoin-core" , " Prune mode is incompatible with -txindex." ),
337378QT_TRANSLATE_NOOP (" bitcoin-core" , " Pruning blockstore…" ),
@@ -345,17 +386,24 @@ QT_TRANSLATE_NOOP("bitcoin-core", "SQLiteDatabase: Unexpected application id. Ex
345386QT_TRANSLATE_NOOP (" bitcoin-core" , " Section [%s] is not recognized." ),
346387QT_TRANSLATE_NOOP (" bitcoin-core" , " Settings file could not be read" ),
347388QT_TRANSLATE_NOOP (" bitcoin-core" , " Settings file could not be written" ),
389+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Signer did not echo address" ),
390+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Signer echoed unexpected address %s" ),
391+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Signer returned error: %s" ),
348392QT_TRANSLATE_NOOP (" bitcoin-core" , " Signing transaction failed" ),
349393QT_TRANSLATE_NOOP (" bitcoin-core" , " Specified -walletdir \" %s\" does not exist" ),
350394QT_TRANSLATE_NOOP (" bitcoin-core" , " Specified -walletdir \" %s\" is a relative path" ),
351395QT_TRANSLATE_NOOP (" bitcoin-core" , " Specified -walletdir \" %s\" is not a directory" ),
352396QT_TRANSLATE_NOOP (" bitcoin-core" , " Specified blocks directory \" %s\" does not exist." ),
353397QT_TRANSLATE_NOOP (" bitcoin-core" , " Specified data directory \" %s\" does not exist." ),
354398QT_TRANSLATE_NOOP (" bitcoin-core" , " Starting network threads…" ),
399+ QT_TRANSLATE_NOOP (" bitcoin-core" , " System error while flushing: %s" ),
400+ QT_TRANSLATE_NOOP (" bitcoin-core" , " System error while loading external block file: %s" ),
401+ QT_TRANSLATE_NOOP (" bitcoin-core" , " System error while saving block to disk: %s" ),
355402QT_TRANSLATE_NOOP (" bitcoin-core" , " The source code is available from %s." ),
356403QT_TRANSLATE_NOOP (" bitcoin-core" , " The specified config file %s does not exist" ),
357404QT_TRANSLATE_NOOP (" bitcoin-core" , " The transaction amount is too small to pay the fee" ),
358405QT_TRANSLATE_NOOP (" bitcoin-core" , " The wallet will avoid paying less than the minimum relay fee." ),
406+ QT_TRANSLATE_NOOP (" bitcoin-core" , " There is no ScriptPubKeyManager for this address" ),
359407QT_TRANSLATE_NOOP (" bitcoin-core" , " This is experimental software." ),
360408QT_TRANSLATE_NOOP (" bitcoin-core" , " This is the minimum transaction fee you pay on every transaction." ),
361409QT_TRANSLATE_NOOP (" bitcoin-core" , " This is the transaction fee you will pay if you send a transaction." ),
@@ -366,7 +414,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Transaction change output index out of range"
366414QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction must have at least one recipient" ),
367415QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction needs a change address, but we can't generate it." ),
368416QT_TRANSLATE_NOOP (" bitcoin-core" , " Transaction too large" ),
369- QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to allocate memory for -maxsigcachesize: '%s' MiB" ),
370417QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to bind to %s on this computer (bind returned error %s)" ),
371418QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to bind to %s on this computer. %s is probably already running." ),
372419QT_TRANSLATE_NOOP (" bitcoin-core" , " Unable to create the PID file '%s': %s" ),
@@ -382,6 +429,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Unknown address type '%s'"),
382429QT_TRANSLATE_NOOP (" bitcoin-core" , " Unknown change type '%s'" ),
383430QT_TRANSLATE_NOOP (" bitcoin-core" , " Unknown network specified in -onlynet: '%s'" ),
384431QT_TRANSLATE_NOOP (" bitcoin-core" , " Unknown new rules activated (versionbit %i)" ),
432+ QT_TRANSLATE_NOOP (" bitcoin-core" , " Unrecognised option \" %s\" provided in -test=<option>." ),
385433QT_TRANSLATE_NOOP (" bitcoin-core" , " Unsupported global logging level %s=%s. Valid values: %s." ),
386434QT_TRANSLATE_NOOP (" bitcoin-core" , " Unsupported logging category %s=%s." ),
387435QT_TRANSLATE_NOOP (" bitcoin-core" , " User Agent comment (%s) contains unsafe characters." ),
0 commit comments