mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 15:09:59 +01:00
Translations update
Translation string freeze, see Release schedule for 22.0.
This commit is contained in:
@@ -42,6 +42,9 @@ 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: Legacy wallets only support the \"legacy\", \"p2sh-segwit\", and "
|
||||
"\"bech32\" address types"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Error: Listening for incoming connections failed (listen returned error %s)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable -"
|
||||
@@ -103,9 +106,6 @@ 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 needs a change address, but we can't generate it. Please call "
|
||||
"keypoolrefill first."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Unable to replay blocks. You will need to rebuild the database using -"
|
||||
"reindex-chainstate."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
@@ -160,6 +160,7 @@ 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"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Keypool ran out, please call keypoolrefill first"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Missing checksum"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: No %s addresses available."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to parse version %u as a uint32_t"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to write record to new wallet"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to listen on any port. Use -listen=0 if you want this."),
|
||||
@@ -216,6 +217,7 @@ 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 has too long of a mempool chain"),
|
||||
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. %s"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction too large"),
|
||||
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."),
|
||||
@@ -228,6 +230,7 @@ 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", "Unsupported logging category %s=%s."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Upgrading UTXO database"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Upgrading txindex database"),
|
||||
@@ -235,5 +238,4 @@ QT_TRANSLATE_NOOP("bitcoin-core", "User Agent comment (%s) contains unsafe chara
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Verifying blocks…"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Verifying wallet(s)…"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Wallet needed to be rewritten: restart %s to complete"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Warning: unknown new rules activated (versionbit %i)"),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user