Skip to content

Commit c7f74f1

Browse files
committed
Translations update
Translation string freeze, see Release schedule for 22.0.
1 parent 2749613 commit c7f74f1

File tree

3 files changed

+1819
-1605
lines changed

3 files changed

+1819
-1605
lines changed

src/qt/bitcoinstrings.cpp

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
4242
"Error: Dumpfile version is not supported. This version of bitcoin-wallet "
4343
"only supports version 1 dumpfiles. Got dumpfile with version %s"),
4444
QT_TRANSLATE_NOOP("bitcoin-core", ""
45+
"Error: Legacy wallets only support the \"legacy\", \"p2sh-segwit\", and "
46+
"\"bech32\" address types"),
47+
QT_TRANSLATE_NOOP("bitcoin-core", ""
4548
"Error: Listening for incoming connections failed (listen returned error %s)"),
4649
QT_TRANSLATE_NOOP("bitcoin-core", ""
4750
"Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable -"
@@ -103,9 +106,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
103106
"Total length of network version string (%i) exceeds maximum length (%i). "
104107
"Reduce the number or size of uacomments."),
105108
QT_TRANSLATE_NOOP("bitcoin-core", ""
106-
"Transaction needs a change address, but we can't generate it. Please call "
107-
"keypoolrefill first."),
108-
QT_TRANSLATE_NOOP("bitcoin-core", ""
109109
"Unable to replay blocks. You will need to rebuild the database using -"
110110
"reindex-chainstate."),
111111
QT_TRANSLATE_NOOP("bitcoin-core", ""
@@ -160,6 +160,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error: Got key that was not hex: %s"),
160160
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Got value that was not hex: %s"),
161161
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Keypool ran out, please call keypoolrefill first"),
162162
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Missing checksum"),
163+
QT_TRANSLATE_NOOP("bitcoin-core", "Error: No %s addresses available."),
163164
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to parse version %u as a uint32_t"),
164165
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to write record to new wallet"),
165166
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"),
216217
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction amounts must not be negative"),
217218
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction has too long of a mempool chain"),
218219
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction must have at least one recipient"),
220+
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction needs a change address, but we can't generate it. %s"),
219221
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction too large"),
220222
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to bind to %s on this computer (bind returned error %s)"),
221223
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to bind to %s on this computer. %s is probably already running."),
@@ -228,12 +230,12 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Unknown -blockfilterindex value %s."),
228230
QT_TRANSLATE_NOOP("bitcoin-core", "Unknown address type '%s'"),
229231
QT_TRANSLATE_NOOP("bitcoin-core", "Unknown change type '%s'"),
230232
QT_TRANSLATE_NOOP("bitcoin-core", "Unknown network specified in -onlynet: '%s'"),
233+
QT_TRANSLATE_NOOP("bitcoin-core", "Unknown new rules activated (versionbit %i)"),
231234
QT_TRANSLATE_NOOP("bitcoin-core", "Unsupported logging category %s=%s."),
232235
QT_TRANSLATE_NOOP("bitcoin-core", "Upgrading UTXO database"),
233236
QT_TRANSLATE_NOOP("bitcoin-core", "Upgrading txindex database"),
234237
QT_TRANSLATE_NOOP("bitcoin-core", "User Agent comment (%s) contains unsafe characters."),
235238
QT_TRANSLATE_NOOP("bitcoin-core", "Verifying blocks…"),
236239
QT_TRANSLATE_NOOP("bitcoin-core", "Verifying wallet(s)…"),
237240
QT_TRANSLATE_NOOP("bitcoin-core", "Wallet needed to be rewritten: restart %s to complete"),
238-
QT_TRANSLATE_NOOP("bitcoin-core", "Warning: unknown new rules activated (versionbit %i)"),
239241
};

0 commit comments

Comments
 (0)