Skip to content

Commit 7ec30cf

Browse files
committed
GUI: English (source) translations update
Lots of additions
1 parent 2ff8ad4 commit 7ec30cf

File tree

3 files changed

+1840
-1255
lines changed

3 files changed

+1840
-1255
lines changed

src/qt/bitcoinstrings.cpp

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,28 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
6060
"Error reading %s! Transaction data may be missing or incorrect. Rescanning "
6161
"wallet."),
6262
QT_TRANSLATE_NOOP("bitcoin-core", ""
63+
"Error: Address book data in wallet cannot be identified to belong to "
64+
"migrated wallets"),
65+
QT_TRANSLATE_NOOP("bitcoin-core", ""
6366
"Error: Dumpfile format record is incorrect. Got \"%s\", expected \"format\"."),
6467
QT_TRANSLATE_NOOP("bitcoin-core", ""
6568
"Error: Dumpfile identifier record is incorrect. Got \"%s\", expected \"%s\"."),
6669
QT_TRANSLATE_NOOP("bitcoin-core", ""
6770
"Error: Dumpfile version is not supported. This version of bitcoin-wallet "
6871
"only supports version 1 dumpfiles. Got dumpfile with version %s"),
6972
QT_TRANSLATE_NOOP("bitcoin-core", ""
73+
"Error: Duplicate descriptors created during migration. Your wallet may be "
74+
"corrupted."),
75+
QT_TRANSLATE_NOOP("bitcoin-core", ""
7076
"Error: Legacy wallets only support the \"legacy\", \"p2sh-segwit\", and "
7177
"\"bech32\" address types"),
7278
QT_TRANSLATE_NOOP("bitcoin-core", ""
79+
"Error: Transaction %s in wallet cannot be identified to belong to migrated "
80+
"wallets"),
81+
QT_TRANSLATE_NOOP("bitcoin-core", ""
82+
"Error: Unable to produce descriptors for this legacy wallet. Make sure the "
83+
"wallet is unlocked first"),
84+
QT_TRANSLATE_NOOP("bitcoin-core", ""
7385
"Failed to rename invalid peers.dat file. Please move or delete it and try "
7486
"again."),
7587
QT_TRANSLATE_NOOP("bitcoin-core", ""
@@ -156,6 +168,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
156168
"Unknown wallet file format \"%s\" provided. Please provide one of \"bdb\" or "
157169
"\"sqlite\"."),
158170
QT_TRANSLATE_NOOP("bitcoin-core", ""
171+
"Unsupported category-specific logging level -loglevel=%s. Expected -"
172+
"loglevel=<category>:<loglevel>. Valid categories: %s. Valid loglevels: %s."),
173+
QT_TRANSLATE_NOOP("bitcoin-core", ""
159174
"Unsupported chainstate database format found. Please restart with -reindex-"
160175
"chainstate. This will rebuild the chainstate database."),
161176
QT_TRANSLATE_NOOP("bitcoin-core", ""
@@ -176,6 +191,12 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
176191
QT_TRANSLATE_NOOP("bitcoin-core", ""
177192
"You need to rebuild the database using -reindex to go back to unpruned "
178193
"mode. This will redownload the entire blockchain"),
194+
QT_TRANSLATE_NOOP("bitcoin-core", ""
195+
"\n"
196+
"Unable to cleanup failed migration"),
197+
QT_TRANSLATE_NOOP("bitcoin-core", ""
198+
"\n"
199+
"Unable to restore backup of wallet."),
179200
QT_TRANSLATE_NOOP("bitcoin-core", "%s is set very high!"),
180201
QT_TRANSLATE_NOOP("bitcoin-core", "-maxmempool must be at least %d MB"),
181202
QT_TRANSLATE_NOOP("bitcoin-core", "A fatal internal error occurred, see debug.log for details"),
@@ -203,15 +224,25 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error loading block database"),
203224
QT_TRANSLATE_NOOP("bitcoin-core", "Error opening block database"),
204225
QT_TRANSLATE_NOOP("bitcoin-core", "Error reading from database, shutting down."),
205226
QT_TRANSLATE_NOOP("bitcoin-core", "Error reading next record from wallet database"),
227+
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Could not add watchonly tx to watchonly wallet"),
228+
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Could not delete watchonly transactions"),
206229
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Couldn't create cursor into database"),
207230
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Disk space is low for %s"),
208231
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Dumpfile checksum does not match. Computed %s, expected %s"),
232+
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Failed to create new watchonly wallet"),
209233
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Got key that was not hex: %s"),
210234
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Got value that was not hex: %s"),
211235
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Keypool ran out, please call keypoolrefill first"),
212236
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Missing checksum"),
213237
QT_TRANSLATE_NOOP("bitcoin-core", "Error: No %s addresses available."),
238+
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Not all watchonly txs could be deleted"),
239+
QT_TRANSLATE_NOOP("bitcoin-core", "Error: This wallet already uses SQLite"),
240+
QT_TRANSLATE_NOOP("bitcoin-core", "Error: This wallet is already a descriptor wallet"),
241+
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to begin reading all records in the database"),
242+
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to make a backup of your wallet"),
214243
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to parse version %u as a uint32_t"),
244+
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to read all records in the database"),
245+
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to remove watchonly address book data"),
215246
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to write record to new wallet"),
216247
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to listen on any port. Use -listen=0 if you want this."),
217248
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to rescan the wallet during initialization"),
@@ -283,11 +314,13 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Unable to generate keys"),
283314
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to open %s for writing"),
284315
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to parse -maxuploadtarget: '%s'"),
285316
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to start HTTP server. See debug log for details."),
317+
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to unload the wallet before migrating"),
286318
QT_TRANSLATE_NOOP("bitcoin-core", "Unknown -blockfilterindex value %s."),
287319
QT_TRANSLATE_NOOP("bitcoin-core", "Unknown address type '%s'"),
288320
QT_TRANSLATE_NOOP("bitcoin-core", "Unknown change type '%s'"),
289321
QT_TRANSLATE_NOOP("bitcoin-core", "Unknown network specified in -onlynet: '%s'"),
290322
QT_TRANSLATE_NOOP("bitcoin-core", "Unknown new rules activated (versionbit %i)"),
323+
QT_TRANSLATE_NOOP("bitcoin-core", "Unsupported global logging level -loglevel=%s. Valid values: %s."),
291324
QT_TRANSLATE_NOOP("bitcoin-core", "Unsupported logging category %s=%s."),
292325
QT_TRANSLATE_NOOP("bitcoin-core", "User Agent comment (%s) contains unsafe characters."),
293326
QT_TRANSLATE_NOOP("bitcoin-core", "Verifying blocks…"),

0 commit comments

Comments
 (0)