mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-23 18:02:22 +02:00
Merge bitcoin/bitcoin#33193: Release: Prepare "Translation string freeze" step
0df2c3c42e
qt: Update `src/qt/locale/bitcoin_en.xlf` translation source file (Hennadii Stepanov) Pull request description: This PR follows our [Release Process](53a996f122/doc/release-process.md
). It is required for the translation string freeze, as the following PRs introduced new translatable strings: - #31296:7b4a1350df/src/wallet/wallet.h (L945)
- #31453:7b4a1350df/src/init.cpp (L1878-L1879)
- #32896:22e689587a/src/wallet/spend.cpp (L288-L292)
**Notes for reviewers:** 1. To reproduce the diff, run: ``` cmake --preset dev-mode cmake --build build_dev_mode --target translate ``` 2. The structure of `bitconstrings.cpp` has been altered due to #33209. 3. The diff in `bitcoin_en.xlf` contains many unrelated metadata changes, so it may be easier to verify the changes in `bitcoin_en.ts`. ACKs for top commit: janb84: re ACK0df2c3c42e
Tree-SHA512: be87c096ef99ce7148d046f30427bc1480cb72b080eb8537a4eda3dfe4e856eeaa50cf6efb9a1c6af3d15e1123ec87a07101c539c066a8d4dd6afb817cd95137
This commit is contained in:
@@ -1,271 +1,28 @@
|
||||
|
||||
// Automatically generated by translate.cmake
|
||||
|
||||
#include <QtGlobal>
|
||||
|
||||
// Automatically generated by extract_strings_qt.py
|
||||
#ifdef __GNUC__
|
||||
#define UNUSED __attribute__((unused))
|
||||
#else
|
||||
#define UNUSED
|
||||
#endif
|
||||
|
||||
static const char UNUSED *bitcoin_strings[] = {
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "The %s developers"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"%s failed to validate the -assumeutxo snapshot state. This indicates a "
|
||||
"hardware problem, or a bug in the software, or a bad software modification "
|
||||
"that allowed an invalid snapshot to be loaded. As a result of this, the node "
|
||||
"will shut down and stop using any state that was built on the snapshot, "
|
||||
"resetting the chain height from %d to %d. On the next restart, the node will "
|
||||
"resume syncing from %d without using any snapshot data. Please report this "
|
||||
"incident to %s, including how you obtained the snapshot. The invalid "
|
||||
"snapshot chainstate will be left on disk in case it is helpful in diagnosing "
|
||||
"the issue that caused this error."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"%s is set very high! Fees this large could be paid on a single transaction."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"%s request to listen on port %u. This port is considered \"bad\" and thus it "
|
||||
"is unlikely that any peer will connect to it. See doc/p2p-bad-ports.md for "
|
||||
"details and a full list."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Cannot provide specific connections and have addrman find outgoing "
|
||||
"connections at the same time."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Disk space for %s may not accommodate the block files. Approximately %u GB "
|
||||
"of data will be stored in this directory."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Distributed under the MIT software license, see the accompanying file %s or "
|
||||
"%s"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Error loading %s: External signer wallet being loaded without external "
|
||||
"signer support compiled"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Error loading %s: Wallet is a legacy wallet. Please migrate to a descriptor "
|
||||
"wallet using the migration tool (migratewallet RPC)."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Error loading wallet. Wallet requires blocks to be downloaded, and software "
|
||||
"does not currently support loading wallets while blocks are being downloaded "
|
||||
"out of order when using assumeutxo snapshots. Wallet should be able to load "
|
||||
"successfully after node sync reaches height %s"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Error reading %s! All keys read correctly, but transaction data or address "
|
||||
"metadata may be missing or incorrect."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Error reading %s! Transaction data may be missing or incorrect. Rescanning "
|
||||
"wallet."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Error starting/committing db txn for wallet transactions removal process"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Error: Address book data in wallet cannot be identified to belong to "
|
||||
"migrated wallets"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Error: Dumpfile format record is incorrect. Got \"%s\", expected \"format\"."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Error: Dumpfile identifier record is incorrect. Got \"%s\", expected \"%s\"."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Error: Dumpfile specifies an unsupported database format (%s). Only sqlite "
|
||||
"database dumps are supported"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Error: Dumpfile version is not supported. This version of bitcoin-wallet "
|
||||
"only supports version 1 dumpfiles. Got dumpfile with version %s"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Error: Duplicate descriptors created during migration. Your wallet may be "
|
||||
"corrupted."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Error: Transaction %s in wallet cannot be identified to belong to migrated "
|
||||
"wallets"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Error: Unable to produce descriptors for this legacy wallet. Make sure to "
|
||||
"provide the wallet's passphrase if it is encrypted."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Failed to calculate bump fees, because unconfirmed UTXOs depend on an "
|
||||
"enormous cluster of unconfirmed transactions."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Failed to remove snapshot chainstate dir (%s). Manually remove it before "
|
||||
"restarting.\n"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Failed to rename invalid peers.dat file. Please move or delete it and try "
|
||||
"again."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable "
|
||||
"%s."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"File %s already exists. If you are sure this is what you want, move it out "
|
||||
"of the way first."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Flushing block file to disk failed. This is likely the result of an I/O "
|
||||
"error."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Flushing undo file to disk failed. This is likely the result of an I/O error."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Incompatible options: -dnsseed=1 was explicitly specified, but -onlynet "
|
||||
"forbids connections to IPv4/IPv6"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Invalid amount for %s=<amount>: '%s' (must be at least the minrelay fee of "
|
||||
"%s to prevent stuck transactions)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Invalid or corrupt peers.dat (%s). If you believe this is a bug, please "
|
||||
"report it to %s. As a workaround, you can move the file (%s) out of the way "
|
||||
"(rename, move, or delete) to have a new one created on the next start."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Invalid value detected for '-wallet' or '-nowallet'. '-wallet' requires a "
|
||||
"string value, while '-nowallet' accepts only '1' to disable all wallets"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Maximum transaction weight is less than transaction weight without inputs"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Maximum transaction weight is too low, can not accommodate change output"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"More than one onion bind address is provided. Using %s for the automatically "
|
||||
"created Tor onion service."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"No dump file provided. To use createfromdump, -dumpfile=<filename> must be "
|
||||
"provided."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"No dump file provided. To use dump, -dumpfile=<filename> must be provided."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Option '-checkpoints' is set but checkpoints were removed. This option has "
|
||||
"no effect."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Option '-maxorphantx' is set but no longer has any effect (see release "
|
||||
"notes). Please remove it from your configuration."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Options '-datacarrier' or '-datacarriersize' are set but are marked as "
|
||||
"deprecated. They will be removed in a future version."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Outbound connections restricted to CJDNS (-onlynet=cjdns) but "
|
||||
"-cjdnsreachable is not provided"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Outbound connections restricted to Tor (-onlynet=onion) but the proxy for "
|
||||
"reaching the Tor network is explicitly forbidden: -onion=0"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Outbound connections restricted to Tor (-onlynet=onion) but the proxy for "
|
||||
"reaching the Tor network is not provided: none of -proxy, -onion or "
|
||||
"-listenonion is given"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Outbound connections restricted to i2p (-onlynet=i2p) but -i2psam is not "
|
||||
"provided"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Please contribute if you find %s useful. Visit %s for further information "
|
||||
"about the software."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Prune configured below the minimum of %d MiB. Please use a higher number."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Prune mode is incompatible with -reindex-chainstate. Use full -reindex "
|
||||
"instead."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Prune: last wallet synchronisation goes beyond pruned data. You need to "
|
||||
"-reindex (download the whole blockchain again in case of a pruned node)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Rename of '%s' -> '%s' failed. Cannot clean up the background chainstate "
|
||||
"leveldb directory."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Rename of '%s' -> '%s' failed. You should resolve this by manually moving or "
|
||||
"deleting the invalid snapshot directory %s, otherwise you will encounter the "
|
||||
"same error again on the next startup."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"SQLiteDatabase: Unknown sqlite wallet schema version %d. Only version %d is "
|
||||
"supported"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Specified -blockmaxweight (%d) exceeds consensus maximum block weight (%d)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Specified -blockreservedweight (%d) exceeds consensus maximum block weight "
|
||||
"(%d)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Specified -blockreservedweight (%d) is lower than minimum safety value of "
|
||||
"(%d)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"The block database contains a block which appears to be from the future. "
|
||||
"This may be due to your computer's date and time being set incorrectly. Only "
|
||||
"rebuild the block database if you are sure that your computer's date and "
|
||||
"time are correct"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"The combination of the pre-selected inputs and the wallet automatic inputs "
|
||||
"selection exceeds the transaction maximum weight. Please try sending a "
|
||||
"smaller amount or manually consolidating your wallet's UTXOs"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"The inputs size exceeds the maximum weight. Please try sending a smaller "
|
||||
"amount or manually consolidating your wallet's UTXOs"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"The preselected coins total amount does not cover the transaction target. "
|
||||
"Please allow other inputs to be automatically selected or include more coins "
|
||||
"manually"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"The transaction amount is too small to send after the fee has been deducted"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"This is a pre-release test build - use at your own risk - do not use for "
|
||||
"mining or merchant applications"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"This is the maximum transaction fee you pay (in addition to the normal fee) "
|
||||
"to prioritize partial spend avoidance over regular coin selection."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"This is the transaction fee you may discard if change is smaller than dust "
|
||||
"at this level"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"This is the transaction fee you may pay when fee estimates are not available."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Total length of network version string (%i) exceeds maximum length (%i). "
|
||||
"Reduce the number or size of uacomments."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Transaction requires one destination of non-zero value, a non-zero feerate, "
|
||||
"or a pre-selected input"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"UTXO snapshot failed to validate. Restart to resume normal initial block "
|
||||
"download, or try loading a different snapshot."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Unable to replay blocks. You will need to rebuild the database using "
|
||||
"-reindex-chainstate."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Unconfirmed UTXOs are available, but spending them creates a chain of "
|
||||
"transactions that will be rejected by the mempool"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Unexpected legacy entry in descriptor wallet found. Loading wallet %s\n"
|
||||
"\n"
|
||||
"The wallet might have been tampered with or created with malicious intent.\n"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Unrecognized descriptor found. Loading wallet %s\n"
|
||||
"\n"
|
||||
"The wallet might have been created on a newer version.\n"
|
||||
"Please try running the latest software version.\n"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Unsupported category-specific logging level %1$s=%2$s. Expected "
|
||||
"%1$s=<category>:<loglevel>. Valid categories: %3$s. Valid loglevels: %4$s."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Unsupported chainstate database format found. Please restart with -reindex-"
|
||||
"chainstate. This will rebuild the chainstate database."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Warning: Private keys detected in wallet {%s} with disabled private keys"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Warning: We do not appear to fully agree with our peers! You may need to "
|
||||
"upgrade, or other nodes may need to upgrade."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Witness data for blocks after height %d requires validation. Please restart "
|
||||
"with -reindex."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"You need to rebuild the database using -reindex to go back to unpruned "
|
||||
"mode. This will redownload the entire blockchain"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Your computer's date and time appear to be more than %d minutes out of sync "
|
||||
"with the network, this may lead to consensus failure. After you've confirmed "
|
||||
"your computer's clock, this message should no longer appear when you restart "
|
||||
"your node. Without a restart, it should stop showing automatically after "
|
||||
"you've connected to a sufficient number of new outbound peers, which may "
|
||||
"take some time. You can inspect the `timeoffset` field of the `getpeerinfo` "
|
||||
"and `getnetworkinfo` RPC methods to get more info."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"\n"
|
||||
"Unable to cleanup failed migration"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"\n"
|
||||
"Unable to restore backup of wallet."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"whitebind may only be used for incoming connections (\"out\" was passed)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "%s failed to validate the -assumeutxo snapshot state. This indicates a hardware problem, or a bug in the software, or a bad software modification that allowed an invalid snapshot to be loaded. As a result of this, the node will shut down and stop using any state that was built on the snapshot, resetting the chain height from %d to %d. On the next restart, the node will resume syncing from %d without using any snapshot data. Please report this incident to %s, including how you obtained the snapshot. The invalid snapshot chainstate will be left on disk in case it is helpful in diagnosing the issue that caused this error."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "%s is set very high!"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "%s is set very high! Fees this large could be paid on a single transaction."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "%s request to listen on port %u. This port is considered \"bad\" and thus it is unlikely that any peer will connect to it. See doc/p2p-bad-ports.md for details and a full list."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "-maxmempool must be at least %d MB"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "-paytxfee is deprecated and will be fully removed in v31.0."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "A fatal internal error occurred, see debug.log for details: "),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Assumeutxo data not found for the given blockhash '%s'."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Block verification was interrupted"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Can't spend unconfirmed version %d pre-selected input with a version 3 tx"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Can't spend unconfirmed version 3 pre-selected input with a version %d tx"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Cannot add WalletDescriptor to a non-descriptor wallet"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Cannot obtain a lock on directory %s. %s is probably already running."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Cannot provide specific connections and have addrman find outgoing connections at the same time."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Cannot resolve -%s address: '%s'"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Cannot set -forcednsseed to true when setting -dnsseed to false."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Cannot set -peerblockfilters without -blockfilterindex."),
|
||||
@@ -278,7 +35,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Could not find asmap file %s"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Could not generate scriptPubKeys (cache is empty)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Could not parse asmap file %s"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Could not top up scriptPubKeys"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Disk space for %s may not accommodate the block files. Approximately %u GB of data will be stored in this directory."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Disk space is too low!"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Distributed under the MIT software license, see the accompanying file %s or %s"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Do you want to rebuild the databases now?"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Done loading"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Dump file %s does not exist."),
|
||||
@@ -286,22 +45,34 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Elliptic curve cryptography sanity check fail
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error creating %s"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error initializing block database"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error loading %s"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error loading %s: External signer wallet being loaded without external signer support compiled"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error loading %s: Private keys can only be disabled during creation"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error loading %s: Wallet corrupted"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error loading %s: Wallet is a legacy wallet. Please migrate to a descriptor wallet using the migration tool (migratewallet RPC)."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error loading %s: Wallet requires newer version of %s"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error loading block database"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error loading databases"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error loading wallet. Wallet requires blocks to be downloaded, and software does not currently support loading wallets while blocks are being downloaded out of order when using assumeutxo snapshots. Wallet should be able to load successfully after node sync reaches height %s"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error opening block database"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error opening coins database"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error reading %s! All keys read correctly, but transaction data or address metadata may be missing or incorrect."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error reading %s! Transaction data may be missing or incorrect. Rescanning wallet."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error reading configuration file: %s"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error reading from database, shutting down."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error reading next record from wallet database"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error starting/committing db txn for wallet transactions removal process"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Address book data in wallet cannot be identified to belong to migrated wallets"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Cannot extract destination from the generated scriptpubkey"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Could not add watchonly tx %s to watchonly wallet"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Could not delete watchonly transactions. "),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Couldn't create cursor into database"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Disk space is low for %s"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Dumpfile checksum does not match. Computed %s, expected %s"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Dumpfile format record is incorrect. Got \"%s\", expected \"format\"."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Dumpfile identifier record is incorrect. Got \"%s\", expected \"%s\"."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Dumpfile specifies an unsupported database format (%s). Only sqlite database dumps are supported"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Dumpfile version is not supported. This version of bitcoin-wallet only supports version 1 dumpfiles. Got dumpfile with version %s"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Duplicate descriptors created during migration. Your wallet may be corrupted."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Failed to create new watchonly wallet"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Got key that was not hex: %s"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Got value that was not hex: %s"),
|
||||
@@ -312,9 +83,11 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error: Not all address book records were migr
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Not all transaction records were migrated"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: This wallet already uses SQLite"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: This wallet is already a descriptor wallet"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Transaction %s in wallet cannot be identified to belong to migrated wallets"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to begin reading all records in the database"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to make a backup of your wallet"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to parse version %u as a uint32_t"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to produce descriptors for this legacy wallet. Make sure to provide the wallet's passphrase if it is encrypted."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to read all records in the database"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to read wallet's best block locator record"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to remove watchonly address book data"),
|
||||
@@ -326,12 +99,15 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error: Wallet does not exist"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: cannot remove legacy wallet records"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: database transaction cannot be executed for wallet %s"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to acquire rescan reserver during wallet initialization"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to calculate bump fees, because unconfirmed UTXOs depend on an enormous cluster of unconfirmed transactions."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to close block undo file."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to close file when writing block."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to connect best block (%s)."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to disconnect block."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to listen on any port. Use -listen=0 if you want this."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to read block."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to remove snapshot chainstate dir (%s). Manually remove it before restarting.\n"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to rename invalid peers.dat file. Please move or delete it and try again."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to rescan the wallet during initialization"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to start indexes, shutting down…"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to verify database"),
|
||||
@@ -340,8 +116,13 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Failed to write to block index database."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to write to coin database."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to write undo data."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Failure removing transaction: %s"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable %s."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Fee rate (%s) is lower than the minimum fee rate setting (%s)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "File %s already exists. If you are sure this is what you want, move it out of the way first."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Flushing block file to disk failed. This is likely the result of an I/O error."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Flushing undo file to disk failed. This is likely the result of an I/O error."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Ignoring duplicate -wallet %s."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Incompatible options: -dnsseed=1 was explicitly specified, but -onlynet forbids connections to IPv4/IPv6"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Incorrect or no genesis block found. Wrong datadir for network?"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Initialization sanity check failed. %s is shutting down."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Input not found or already spent"),
|
||||
@@ -352,35 +133,57 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Invalid -onion address or hostname: '%s'"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid -proxy address or hostname, ends with '=': '%s'"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid -proxy address or hostname: '%s'"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid P2P permission: '%s'"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for %s=<amount>: '%s' (must be at least %s)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for %s=<amount>: '%s'"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for %s=<amount>: '%s' (must be at least %s)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for %s=<amount>: '%s' (must be at least the minrelay fee of %s to prevent stuck transactions)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -%s=<amount>: '%s'"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid netmask specified in -whitelist: '%s'"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid or corrupt peers.dat (%s). If you believe this is a bug, please report it to %s. As a workaround, you can move the file (%s) out of the way (rename, move, or delete) to have a new one created on the next start."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid port specified in %s: '%s'"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid value detected for '-wallet' or '-nowallet'. '-wallet' requires a string value, while '-nowallet' accepts only '1' to disable all wallets"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Listening for incoming connections failed (listen returned error %s)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Loading P2P addresses…"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Loading banlist…"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Loading block index…"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Loading wallet…"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Maximum transaction weight is less than transaction weight without inputs"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Maximum transaction weight is too low, can not accommodate change output"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Maximum transaction weight must be between %d and %d"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Missing amount"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Missing solving data for estimating transaction size"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "More than one onion bind address is provided. Using %s for the automatically created Tor onion service."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Need to specify a port with -whitebind: '%s'"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "No addresses available"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "No dump file provided. To use createfromdump, -dumpfile=<filename> must be provided."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "No dump file provided. To use dump, -dumpfile=<filename> must be provided."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Not enough file descriptors available. %d available, %d required."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Not found pre-selected input %s"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Not solvable pre-selected input %s"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Only direction was set, no permissions: '%s'"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Option '-checkpoints' is set but checkpoints were removed. This option has no effect."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Option '-maxorphantx' is set but no longer has any effect (see release notes). Please remove it from your configuration."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Options '-datacarrier' or '-datacarriersize' are set but are marked as deprecated. They will be removed in a future version."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Outbound connections restricted to CJDNS (-onlynet=cjdns) but -cjdnsreachable is not provided"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Outbound connections restricted to Tor (-onlynet=onion) but the proxy for reaching the Tor network is explicitly forbidden: -onion=0"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Outbound connections restricted to Tor (-onlynet=onion) but the proxy for reaching the Tor network is not provided: none of -proxy, -onion or -listenonion is given"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Outbound connections restricted to i2p (-onlynet=i2p) but -i2psam is not provided"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Please contribute if you find %s useful. Visit %s for further information about the software."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Prune cannot be configured with a negative value."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Prune configured below the minimum of %d MiB. Please use a higher number."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Prune mode is incompatible with -reindex-chainstate. Use full -reindex instead."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Prune mode is incompatible with -txindex."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of a pruned node)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Pruning blockstore…"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Reducing -maxconnections from %d to %d, because of system limitations."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Rename of '%s' -> '%s' failed. Cannot clean up the background chainstate leveldb directory."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Rename of '%s' -> '%s' failed. You should resolve this by manually moving or deleting the invalid snapshot directory %s, otherwise you will encounter the same error again on the next startup."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Replaying blocks…"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Rescanning…"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "SQLiteDatabase: Failed to execute statement to verify database: %s"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "SQLiteDatabase: Failed to prepare statement to verify database: %s"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "SQLiteDatabase: Failed to read database verification error: %s"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "SQLiteDatabase: Unexpected application id. Expected %u, got %u"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "SQLiteDatabase: Unknown sqlite wallet schema version %d. Only version %d is supported"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Section [%s] is not recognized."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Settings file could not be read"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Settings file could not be written"),
|
||||
@@ -388,6 +191,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Signer did not echo address"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Signer echoed unexpected address %s"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Signer returned error: %s"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Signing transaction failed"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Specified -blockmaxweight (%d) exceeds consensus maximum block weight (%d)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Specified -blockreservedweight (%d) exceeds consensus maximum block weight (%d)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Specified -blockreservedweight (%d) is lower than minimum safety value of (%d)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Specified -walletdir \"%s\" does not exist"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Specified -walletdir \"%s\" is a relative path"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Specified -walletdir \"%s\" is not a directory"),
|
||||
@@ -397,36 +203,56 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Starting network threads…"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "System error while flushing: %s"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "System error while loading external block file: %s"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "System error while saving block to disk: %s"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "The %s developers"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "The %s path uses exFAT, which is known to have intermittent corruption problems on macOS. Move this directory to a different filesystem to avoid data loss."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "The block database contains a block which appears to be from the future. This may be due to your computer's date and time being set incorrectly. Only rebuild the block database if you are sure that your computer's date and time are correct"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "The combination of the pre-selected inputs and the wallet automatic inputs selection exceeds the transaction maximum weight. Please try sending a smaller amount or manually consolidating your wallet's UTXOs"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "The inputs size exceeds the maximum weight. Please try sending a smaller amount or manually consolidating your wallet's UTXOs"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "The preselected coins total amount does not cover the transaction target. Please allow other inputs to be automatically selected or include more coins manually"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "The source code is available from %s."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "The specified config file %s does not exist"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "The transaction amount is too small to pay the fee"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "The transaction amount is too small to send after the fee has been deducted"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "The transactions removal process can only be executed within a db txn"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "The wallet will avoid paying less than the minimum relay fee."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "There is no ScriptPubKeyManager for this address"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "This is a pre-release test build - use at your own risk - do not use for mining or merchant applications"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "This is experimental software."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "This is the maximum transaction fee you pay (in addition to the normal fee) to prioritize partial spend avoidance over regular coin selection."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "This is the minimum transaction fee you pay on every transaction."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "This is the transaction fee you may discard if change is smaller than dust at this level"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "This is the transaction fee you may pay when fee estimates are not available."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "This is the transaction fee you will pay if you send a transaction."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction %s does not belong to this wallet"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction amount too small"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction amounts must not be negative"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction change output index out of range"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction must have at least one recipient"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction needs a change address, but we can't generate it."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction requires one destination of non-zero value, a non-zero feerate, or a pre-selected input"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction too large"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "UTXO snapshot failed to validate. Restart to resume normal initial block download, or try loading a different snapshot."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to bind to %s on this computer (bind returned error %s)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to bind to %s on this computer. %s is probably already running."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to create the PID file '%s': %s"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to find UTXO for external input"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to open %s for writing"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to parse -maxuploadtarget: '%s'"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to replay blocks. You will need to rebuild the database using -reindex-chainstate."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to start HTTP server. See debug log for details."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Unconfirmed UTXOs are available, but spending them creates a chain of transactions that will be rejected by the mempool"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Unexpected legacy entry in descriptor wallet found. Loading wallet %s\n\nThe wallet might have been tampered with or created with malicious intent.\n"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Unknown -blockfilterindex value %s."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Unknown address type '%s'"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Unknown change type '%s'"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Unknown network specified in -onlynet: '%s'"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Unknown new rules activated (versionbit %i)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Unrecognised option \"%s\" provided in -test=<option>."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Unrecognized descriptor found. Loading wallet %s\n\nThe wallet might have been created on a newer version.\nPlease try running the latest software version.\n"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Unrecognized network in -proxy='%s': '%s'"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Unsupported category-specific logging level %1$s=%2$s. Expected %1$s=<category>:<loglevel>. Valid categories: %3$s. Valid loglevels: %4$s."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Unsupported chainstate database format found. Please restart with -reindex-chainstate. This will rebuild the chainstate database."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Unsupported global logging level %s=%s. Valid values: %s."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Unsupported logging category %s=%s."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "User Agent comment (%s) contains unsafe characters."),
|
||||
@@ -434,5 +260,14 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Verifying blocks…"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Verifying wallet(s)…"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Wallet file creation failed: %s"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Wallet needed to be rewritten: restart %s to complete"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Warning: Private keys detected in wallet {%s} with disabled private keys"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Witness data for blocks after height %d requires validation. Please restart with -reindex."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Your computer's date and time appear to be more than %d minutes out of sync with the network, this may lead to consensus failure. After you've confirmed your computer's clock, this message should no longer appear when you restart your node. Without a restart, it should stop showing automatically after you've connected to a sufficient number of new outbound peers, which may take some time. You can inspect the `timeoffset` field of the `getpeerinfo` and `getnetworkinfo` RPC methods to get more info."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "\nUnable to cleanup failed migration"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "\nUnable to restore backup of wallet."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "acceptstalefeeestimates is not supported on %s chain."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "default wallet"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "whitebind may only be used for incoming connections (\"out\" was passed)"),
|
||||
};
|
||||
|
@@ -5333,82 +5333,82 @@ Go to File > Open Wallet to load a wallet.
|
||||
<context>
|
||||
<name>bitcoin-core</name>
|
||||
<message>
|
||||
<location filename="../bitcoinstrings.cpp" line="+12"/>
|
||||
<location filename="../bitcoinstrings.cpp" line="+206"/>
|
||||
<source>The %s developers</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<location line="-194"/>
|
||||
<source>%s failed to validate the -assumeutxo snapshot state. This indicates a hardware problem, or a bug in the software, or a bad software modification that allowed an invalid snapshot to be loaded. As a result of this, the node will shut down and stop using any state that was built on the snapshot, resetting the chain height from %d to %d. On the next restart, the node will resume syncing from %d without using any snapshot data. Please report this incident to %s, including how you obtained the snapshot. The invalid snapshot chainstate will be left on disk in case it is helpful in diagnosing the issue that caused this error.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+12"/>
|
||||
<location line="+3"/>
|
||||
<source>%s request to listen on port %u. This port is considered "bad" and thus it is unlikely that any peer will connect to it. See doc/p2p-bad-ports.md for details and a full list.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+7"/>
|
||||
<location line="+23"/>
|
||||
<source>Disk space for %s may not accommodate the block files. Approximately %u GB of data will be stored in this directory.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+3"/>
|
||||
<location line="+2"/>
|
||||
<source>Distributed under the MIT software license, see the accompanying file %s or %s</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+9"/>
|
||||
<location line="+15"/>
|
||||
<source>Error loading wallet. Wallet requires blocks to be downloaded, and software does not currently support loading wallets while blocks are being downloaded out of order when using assumeutxo snapshots. Wallet should be able to load successfully after node sync reaches height %s</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+8"/>
|
||||
<location line="+4"/>
|
||||
<source>Error reading %s! Transaction data may be missing or incorrect. Rescanning wallet.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+3"/>
|
||||
<location line="+4"/>
|
||||
<source>Error starting/committing db txn for wallet transactions removal process</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+5"/>
|
||||
<location line="+8"/>
|
||||
<source>Error: Dumpfile format record is incorrect. Got "%s", expected "format".</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+2"/>
|
||||
<location line="+1"/>
|
||||
<source>Error: Dumpfile identifier record is incorrect. Got "%s", expected "%s".</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+5"/>
|
||||
<location line="+2"/>
|
||||
<source>Error: Dumpfile version is not supported. This version of bitcoin-wallet only supports version 1 dumpfiles. Got dumpfile with version %s</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+9"/>
|
||||
<location line="+16"/>
|
||||
<source>Error: Unable to produce descriptors for this legacy wallet. Make sure to provide the wallet's passphrase if it is encrypted.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+15"/>
|
||||
<location line="+31"/>
|
||||
<source>File %s already exists. If you are sure this is what you want, move it out of the way first.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+14"/>
|
||||
<location line="+20"/>
|
||||
<source>Invalid or corrupt peers.dat (%s). If you believe this is a bug, please report it to %s. As a workaround, you can move the file (%s) out of the way (rename, move, or delete) to have a new one created on the next start.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+4"/>
|
||||
<location line="+2"/>
|
||||
<source>Invalid value detected for '-wallet' or '-nowallet'. '-wallet' requires a string value, while '-nowallet' accepts only '1' to disable all wallets</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+7"/>
|
||||
<location line="+11"/>
|
||||
<source>More than one onion bind address is provided. Using %s for the automatically created Tor onion service.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -5418,62 +5418,62 @@ Go to File > Open Wallet to load a wallet.
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+3"/>
|
||||
<location line="+1"/>
|
||||
<source>No dump file provided. To use dump, -dumpfile=<filename> must be provided.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+24"/>
|
||||
<location line="+12"/>
|
||||
<source>Please contribute if you find %s useful. Visit %s for further information about the software.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+3"/>
|
||||
<location line="+2"/>
|
||||
<source>Prune configured below the minimum of %d MiB. Please use a higher number.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+2"/>
|
||||
<location line="+1"/>
|
||||
<source>Prune mode is incompatible with -reindex-chainstate. Use full -reindex instead.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+9"/>
|
||||
<location line="+6"/>
|
||||
<source>Rename of '%s' -> '%s' failed. You should resolve this by manually moving or deleting the invalid snapshot directory %s, otherwise you will encounter the same error again on the next startup.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+4"/>
|
||||
<location line="+7"/>
|
||||
<source>SQLiteDatabase: Unknown sqlite wallet schema version %d. Only version %d is supported</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+11"/>
|
||||
<location line="+22"/>
|
||||
<source>The block database contains a block which appears to be from the future. This may be due to your computer's date and time being set incorrectly. Only rebuild the block database if you are sure that your computer's date and time are correct</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+16"/>
|
||||
<location line="+7"/>
|
||||
<source>The transaction amount is too small to send after the fee has been deducted</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+2"/>
|
||||
<location line="+4"/>
|
||||
<source>This is a pre-release test build - use at your own risk - do not use for mining or merchant applications</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+3"/>
|
||||
<location line="+2"/>
|
||||
<source>This is the maximum transaction fee you pay (in addition to the normal fee) to prioritize partial spend avoidance over regular coin selection.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+3"/>
|
||||
<location line="+2"/>
|
||||
<source>This is the transaction fee you may discard if change is smaller than dust at this level</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+3"/>
|
||||
<location line="+1"/>
|
||||
<source>This is the transaction fee you may pay when fee estimates are not available.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -5483,57 +5483,57 @@ Go to File > Open Wallet to load a wallet.
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+9"/>
|
||||
<location line="+16"/>
|
||||
<source>Unable to replay blocks. You will need to rebuild the database using -reindex-chainstate.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+15"/>
|
||||
<location line="+12"/>
|
||||
<source>Unsupported category-specific logging level %1$s=%2$s. Expected %1$s=<category>:<loglevel>. Valid categories: %3$s. Valid loglevels: %4$s.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+3"/>
|
||||
<location line="+1"/>
|
||||
<source>Unsupported chainstate database format found. Please restart with -reindex-chainstate. This will rebuild the chainstate database.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+3"/>
|
||||
<location line="+8"/>
|
||||
<source>Warning: Private keys detected in wallet {%s} with disabled private keys</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+2"/>
|
||||
<location line="+1"/>
|
||||
<source>Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+3"/>
|
||||
<location line="+1"/>
|
||||
<source>Witness data for blocks after height %d requires validation. Please restart with -reindex.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+3"/>
|
||||
<location line="+1"/>
|
||||
<source>You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+19"/>
|
||||
<location line="-253"/>
|
||||
<source>%s is set very high!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<location line="+3"/>
|
||||
<source>-maxmempool must be at least %d MB</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+6"/>
|
||||
<location line="+8"/>
|
||||
<source>Cannot obtain a lock on directory %s. %s is probably already running.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<location line="+2"/>
|
||||
<source>Cannot resolve -%s address: '%s'</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -5548,63 +5548,63 @@ Go to File > Open Wallet to load a wallet.
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="-248"/>
|
||||
<location line="-14"/>
|
||||
<source>%s is set very high! Fees this large could be paid on a single transaction.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+6"/>
|
||||
<location line="+11"/>
|
||||
<source>Cannot provide specific connections and have addrman find outgoing connections at the same time.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+9"/>
|
||||
<location line="+23"/>
|
||||
<source>Error loading %s: External signer wallet being loaded without external signer support compiled</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+11"/>
|
||||
<location line="+10"/>
|
||||
<source>Error reading %s! All keys read correctly, but transaction data or address metadata may be missing or incorrect.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+8"/>
|
||||
<location line="+6"/>
|
||||
<source>Error: Address book data in wallet cannot be identified to belong to migrated wallets</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+13"/>
|
||||
<location line="+11"/>
|
||||
<source>Error: Duplicate descriptors created during migration. Your wallet may be corrupted.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+3"/>
|
||||
<location line="+11"/>
|
||||
<source>Error: Transaction %s in wallet cannot be identified to belong to migrated wallets</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+9"/>
|
||||
<location line="+23"/>
|
||||
<source>Failed to remove snapshot chainstate dir (%s). Manually remove it before restarting.
|
||||
</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+3"/>
|
||||
<location line="+1"/>
|
||||
<source>Failed to rename invalid peers.dat file. Please move or delete it and try again.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+3"/>
|
||||
<location line="+9"/>
|
||||
<source>Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable %s.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+6"/>
|
||||
<location line="+3"/>
|
||||
<source>Flushing block file to disk failed. This is likely the result of an I/O error.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+3"/>
|
||||
<location line="+1"/>
|
||||
<source>Flushing undo file to disk failed. This is likely the result of an I/O error.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -5614,57 +5614,57 @@ Go to File > Open Wallet to load a wallet.
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+3"/>
|
||||
<location line="+13"/>
|
||||
<source>Invalid amount for %s=<amount>: '%s' (must be at least the minrelay fee of %s to prevent stuck transactions)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+10"/>
|
||||
<location line="+11"/>
|
||||
<source>Maximum transaction weight is less than transaction weight without inputs</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+2"/>
|
||||
<location line="+1"/>
|
||||
<source>Maximum transaction weight is too low, can not accommodate change output</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+10"/>
|
||||
<location line="+13"/>
|
||||
<source>Option '-checkpoints' is set but checkpoints were removed. This option has no effect.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+3"/>
|
||||
<location line="+1"/>
|
||||
<source>Option '-maxorphantx' is set but no longer has any effect (see release notes). Please remove it from your configuration.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+3"/>
|
||||
<location line="+1"/>
|
||||
<source>Options '-datacarrier' or '-datacarriersize' are set but are marked as deprecated. They will be removed in a future version.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+3"/>
|
||||
<location line="+1"/>
|
||||
<source>Outbound connections restricted to CJDNS (-onlynet=cjdns) but -cjdnsreachable is not provided</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+3"/>
|
||||
<location line="+1"/>
|
||||
<source>Outbound connections restricted to Tor (-onlynet=onion) but the proxy for reaching the Tor network is explicitly forbidden: -onion=0</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+3"/>
|
||||
<location line="+1"/>
|
||||
<source>Outbound connections restricted to Tor (-onlynet=onion) but the proxy for reaching the Tor network is not provided: none of -proxy, -onion or -listenonion is given</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+4"/>
|
||||
<location line="+1"/>
|
||||
<source>Outbound connections restricted to i2p (-onlynet=i2p) but -i2psam is not provided</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+11"/>
|
||||
<location line="+6"/>
|
||||
<source>Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of a pruned node)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -5674,47 +5674,47 @@ Go to File > Open Wallet to load a wallet.
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+10"/>
|
||||
<location line="+16"/>
|
||||
<source>Specified -blockmaxweight (%d) exceeds consensus maximum block weight (%d)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+2"/>
|
||||
<location line="+1"/>
|
||||
<source>Specified -blockreservedweight (%d) exceeds consensus maximum block weight (%d)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+3"/>
|
||||
<location line="+1"/>
|
||||
<source>Specified -blockreservedweight (%d) is lower than minimum safety value of (%d)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+8"/>
|
||||
<location line="+13"/>
|
||||
<source>The combination of the pre-selected inputs and the wallet automatic inputs selection exceeds the transaction maximum weight. Please try sending a smaller amount or manually consolidating your wallet's UTXOs</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+4"/>
|
||||
<location line="+1"/>
|
||||
<source>The inputs size exceeds the maximum weight. Please try sending a smaller amount or manually consolidating your wallet's UTXOs</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+3"/>
|
||||
<location line="+1"/>
|
||||
<source>The preselected coins total amount does not cover the transaction target. Please allow other inputs to be automatically selected or include more coins manually</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+23"/>
|
||||
<location line="+24"/>
|
||||
<source>UTXO snapshot failed to validate. Restart to resume normal initial block download, or try loading a different snapshot.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+6"/>
|
||||
<location line="+9"/>
|
||||
<source>Unconfirmed UTXOs are available, but spending them creates a chain of transactions that will be rejected by the mempool</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+3"/>
|
||||
<location line="+1"/>
|
||||
<source>Unexpected legacy entry in descriptor wallet found. Loading wallet %s
|
||||
|
||||
The wallet might have been tampered with or created with malicious intent.
|
||||
@@ -5722,29 +5722,34 @@ The wallet might have been tampered with or created with malicious intent.
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+26"/>
|
||||
<location line="+22"/>
|
||||
<source>Your computer's date and time appear to be more than %d minutes out of sync with the network, this may lead to consensus failure. After you've confirmed your computer's clock, this message should no longer appear when you restart your node. Without a restart, it should stop showing automatically after you've connected to a sufficient number of new outbound peers, which may take some time. You can inspect the `timeoffset` field of the `getpeerinfo` and `getnetworkinfo` RPC methods to get more info.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+8"/>
|
||||
<location line="+1"/>
|
||||
<source>
|
||||
Unable to cleanup failed migration</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+3"/>
|
||||
<location line="+1"/>
|
||||
<source>
|
||||
Unable to restore backup of wallet.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+3"/>
|
||||
<location line="+2"/>
|
||||
<source>default wallet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>whitebind may only be used for incoming connections ("out" was passed)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+4"/>
|
||||
<location line="-255"/>
|
||||
<source>-paytxfee is deprecated and will be fully removed in v31.0.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -5763,13 +5768,23 @@ Unable to restore backup of wallet.</source>
|
||||
<source>Block verification was interrupted</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Can't spend unconfirmed version %d pre-selected input with a version 3 tx</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Can't spend unconfirmed version 3 pre-selected input with a version %d tx</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Cannot add WalletDescriptor to a non-descriptor wallet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+5"/>
|
||||
<location line="+6"/>
|
||||
<source>Cannot write to directory '%s'; check permissions.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -5814,12 +5829,12 @@ Unable to restore backup of wallet.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<location line="+2"/>
|
||||
<source>Disk space is too low!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+2"/>
|
||||
<location line="+3"/>
|
||||
<source>Done loading</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -5849,7 +5864,7 @@ Unable to restore backup of wallet.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<location line="+2"/>
|
||||
<source>Error loading %s: Private keys can only be disabled during creation</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -5859,7 +5874,7 @@ Unable to restore backup of wallet.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<location line="+2"/>
|
||||
<source>Error loading %s: Wallet requires newer version of %s</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -5874,7 +5889,7 @@ Unable to restore backup of wallet.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<location line="+2"/>
|
||||
<source>Error opening block database</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -5884,7 +5899,7 @@ Unable to restore backup of wallet.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<location line="+3"/>
|
||||
<source>Error reading configuration file: %s</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -5899,7 +5914,7 @@ Unable to restore backup of wallet.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<location line="+3"/>
|
||||
<source>Error: Cannot extract destination from the generated scriptpubkey</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -5919,7 +5934,7 @@ Unable to restore backup of wallet.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<location line="+6"/>
|
||||
<source>Error: Failed to create new watchonly wallet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -5969,7 +5984,7 @@ Unable to restore backup of wallet.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<location line="+2"/>
|
||||
<source>Error: Unable to begin reading all records in the database</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -5984,7 +5999,7 @@ Unable to restore backup of wallet.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<location line="+2"/>
|
||||
<source>Error: Unable to read all records in the database</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -6029,7 +6044,7 @@ Unable to restore backup of wallet.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<location line="+2"/>
|
||||
<source>Failed to close block undo file.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -6059,7 +6074,7 @@ Unable to restore backup of wallet.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<location line="+3"/>
|
||||
<source>Failed to rescan the wallet during initialization</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -6094,17 +6109,17 @@ Unable to restore backup of wallet.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<location line="+2"/>
|
||||
<source>Fee rate (%s) is lower than the minimum fee rate setting (%s)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<location line="+4"/>
|
||||
<source>Ignoring duplicate -wallet %s.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<location line="+2"/>
|
||||
<source>Incorrect or no genesis block found. Wrong datadir for network?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -6149,17 +6164,17 @@ Unable to restore backup of wallet.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<location line="+2"/>
|
||||
<source>Invalid amount for %s=<amount>: '%s' (must be at least %s)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<location line="-1"/>
|
||||
<source>Invalid amount for %s=<amount>: '%s'</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<location line="+3"/>
|
||||
<source>Invalid amount for -%s=<amount>: '%s'</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -6169,12 +6184,12 @@ Unable to restore backup of wallet.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<location line="+2"/>
|
||||
<source>Invalid port specified in %s: '%s'</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<location line="+2"/>
|
||||
<source>Listening for incoming connections failed (listen returned error %s)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -6199,7 +6214,7 @@ Unable to restore backup of wallet.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<location line="+3"/>
|
||||
<source>Maximum transaction weight must be between %d and %d</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -6214,7 +6229,7 @@ Unable to restore backup of wallet.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<location line="+2"/>
|
||||
<source>Need to specify a port with -whitebind: '%s'</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -6224,7 +6239,7 @@ Unable to restore backup of wallet.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+2"/>
|
||||
<location line="+4"/>
|
||||
<source>Not found pre-selected input %s</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -6239,17 +6254,17 @@ Unable to restore backup of wallet.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<location line="+9"/>
|
||||
<source>Prune cannot be configured with a negative value.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<location line="+3"/>
|
||||
<source>Prune mode is incompatible with -txindex.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<location line="+2"/>
|
||||
<source>Pruning blockstore…</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -6259,7 +6274,7 @@ Unable to restore backup of wallet.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<location line="+3"/>
|
||||
<source>Replaying blocks…</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -6289,7 +6304,7 @@ Unable to restore backup of wallet.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<location line="+2"/>
|
||||
<source>Section [%s] is not recognized.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -6314,7 +6329,7 @@ Unable to restore backup of wallet.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<location line="+4"/>
|
||||
<source>Specified -walletdir "%s" does not exist</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -6359,7 +6374,12 @@ Unable to restore backup of wallet.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<location line="+2"/>
|
||||
<source>The %s path uses exFAT, which is known to have intermittent corruption problems on macOS. Move this directory to a different filesystem to avoid data loss.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+5"/>
|
||||
<source>The source code is available from %s.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -6374,7 +6394,7 @@ Unable to restore backup of wallet.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<location line="+2"/>
|
||||
<source>The transactions removal process can only be executed within a db txn</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -6389,22 +6409,22 @@ Unable to restore backup of wallet.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<location line="+2"/>
|
||||
<source>This is experimental software.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<location line="+2"/>
|
||||
<source>This is the minimum transaction fee you pay on every transaction.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<location line="+3"/>
|
||||
<source>This is the transaction fee you will pay if you send a transaction.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<location line="+2"/>
|
||||
<source>Transaction %s does not belong to this wallet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -6434,12 +6454,12 @@ Unable to restore backup of wallet.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<location line="+2"/>
|
||||
<source>Transaction too large</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<location line="+2"/>
|
||||
<source>Unable to bind to %s on this computer (bind returned error %s)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -6469,12 +6489,12 @@ Unable to restore backup of wallet.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<location line="+2"/>
|
||||
<source>Unable to start HTTP server. See debug log for details.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<location line="+3"/>
|
||||
<source>Unknown -blockfilterindex value %s.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -6504,7 +6524,7 @@ Unable to restore backup of wallet.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+2"/>
|
||||
<location line="+5"/>
|
||||
<source>Unsupported global logging level %s=%s. Valid values: %s.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -6514,37 +6534,37 @@ Unable to restore backup of wallet.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+2"/>
|
||||
<location line="+9"/>
|
||||
<source>acceptstalefeeestimates is not supported on %s chain.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="-6"/>
|
||||
<location line="-13"/>
|
||||
<source>Unsupported logging category %s=%s.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="-390"/>
|
||||
<location line="-206"/>
|
||||
<source>Error loading %s: Wallet is a legacy wallet. Please migrate to a descriptor wallet using the migration tool (migratewallet RPC).</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+23"/>
|
||||
<location line="+22"/>
|
||||
<source>Error: Dumpfile specifies an unsupported database format (%s). Only sqlite database dumps are supported</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+15"/>
|
||||
<location line="+29"/>
|
||||
<source>Failed to calculate bump fees, because unconfirmed UTXOs depend on an enormous cluster of unconfirmed transactions.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+128"/>
|
||||
<location line="+131"/>
|
||||
<source>Transaction requires one destination of non-zero value, a non-zero feerate, or a pre-selected input</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+16"/>
|
||||
<location line="+19"/>
|
||||
<source>Unrecognized descriptor found. Loading wallet %s
|
||||
|
||||
The wallet might have been created on a newer version.
|
||||
@@ -6553,12 +6573,12 @@ Please try running the latest software version.
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+59"/>
|
||||
<location line="-211"/>
|
||||
<source>Do you want to rebuild the databases now?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+18"/>
|
||||
<location line="+25"/>
|
||||
<source>Error: Could not add watchonly tx %s to watchonly wallet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -6568,7 +6588,7 @@ Please try running the latest software version.
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+24"/>
|
||||
<location line="+31"/>
|
||||
<source>Error: Wallet does not exist</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -6578,27 +6598,27 @@ Please try running the latest software version.
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+10"/>
|
||||
<location line="+13"/>
|
||||
<source>Failed to start indexes, shutting down…</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+16"/>
|
||||
<location line="+21"/>
|
||||
<source>Invalid -proxy address or hostname, ends with '=': '%s'</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+18"/>
|
||||
<location line="+26"/>
|
||||
<source>Not enough file descriptors available. %d available, %d required.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+59"/>
|
||||
<location line="+94"/>
|
||||
<source>Unrecognized network in -proxy='%s': '%s'</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+3"/>
|
||||
<location line="+5"/>
|
||||
<source>User Agent comment (%s) contains unsafe characters.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -6618,7 +6638,7 @@ Please try running the latest software version.
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="-51"/>
|
||||
<location line="-74"/>
|
||||
<source>Settings file could not be read</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user