Skip to content

Commit 6e3fe93

Browse files
committed
qt: Update translation source file
Tree-SHA512: d16e6fd179c74203c9ce2dae717fe1d71b501ee6e397f10c6d0ec6fad9bdad256d9f383781d1f375c82d309d76547edf5ec10bdecabc21db4339b68c326e208e
1 parent 1e0d6e9 commit 6e3fe93

File tree

2 files changed

+399
-293
lines changed

2 files changed

+399
-293
lines changed

src/qt/bitcoinstrings.cpp

Lines changed: 33 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
2424
"Accept relayed transactions received from whitelisted peers even when not "
2525
"relaying transactions (default: %d)"),
2626
QT_TRANSLATE_NOOP("bitcoin-core", ""
27+
"Add a node to connect to and attempt to keep the connection open (see the "
28+
"`addnode` RPC command help for more info)"),
29+
QT_TRANSLATE_NOOP("bitcoin-core", ""
2730
"Allow JSON-RPC connections from specified source. Valid for <ip> are a "
2831
"single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or "
2932
"a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times"),
@@ -42,8 +45,11 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
4245
QT_TRANSLATE_NOOP("bitcoin-core", ""
4346
"Cannot obtain a lock on data directory %s. %s is probably already running."),
4447
QT_TRANSLATE_NOOP("bitcoin-core", ""
48+
"Cannot provide specific connections and have addrman find outgoing "
49+
"connections at the same."),
50+
QT_TRANSLATE_NOOP("bitcoin-core", ""
4551
"Connect only to the specified node(s); -connect=0 disables automatic "
46-
"connections"),
52+
"connections (the rules for this peer are the same as for -addnode)"),
4753
QT_TRANSLATE_NOOP("bitcoin-core", ""
4854
"Create new files with system default permissions, instead of umask 077 (only "
4955
"effective with disabled wallet functionality)"),
@@ -160,12 +166,20 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
160166
"Set lowest fee rate (in %s/kB) for transactions to be included in block "
161167
"creation. (default: %s)"),
162168
QT_TRANSLATE_NOOP("bitcoin-core", ""
169+
"Set maximum BIP141 block weight to this * 4. Deprecated, use blockmaxweight"),
170+
QT_TRANSLATE_NOOP("bitcoin-core", ""
163171
"Set the number of script verification threads (%u to %d, 0 = auto, <0 = "
164172
"leave that many cores free, default: %d)"),
165173
QT_TRANSLATE_NOOP("bitcoin-core", ""
166174
"Sets the serialization of raw transaction or block hex returned in non-"
167175
"verbose mode, non-segwit(0) or segwit(1) (default: %d)"),
168176
QT_TRANSLATE_NOOP("bitcoin-core", ""
177+
"Specify directory to hold wallets (default: <datadir>/wallets if it exists, "
178+
"otherwise <datadir>)"),
179+
QT_TRANSLATE_NOOP("bitcoin-core", ""
180+
"Specify location of debug log file: this can be an absolute path or a path "
181+
"relative to the data directory (default: %s)"),
182+
QT_TRANSLATE_NOOP("bitcoin-core", ""
169183
"Support filtering of blocks and transaction with bloom filters (default: %u)"),
170184
QT_TRANSLATE_NOOP("bitcoin-core", ""
171185
"The block database contains a block which appears to be from the future. "
@@ -212,9 +226,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
212226
QT_TRANSLATE_NOOP("bitcoin-core", ""
213227
"Use UPnP to map the listening port (default: 1 when listening and no -proxy)"),
214228
QT_TRANSLATE_NOOP("bitcoin-core", ""
215-
"Use hierarchical deterministic key generation (HD) after BIP32. Only has "
216-
"effect during wallet creation/first start"),
217-
QT_TRANSLATE_NOOP("bitcoin-core", ""
218229
"Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: "
219230
"%s)"),
220231
QT_TRANSLATE_NOOP("bitcoin-core", ""
@@ -240,6 +251,13 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
240251
"Warning: We do not appear to fully agree with our peers! You may need to "
241252
"upgrade, or other nodes may need to upgrade."),
242253
QT_TRANSLATE_NOOP("bitcoin-core", ""
254+
"What type of addresses to use (\"legacy\", \"p2sh-segwit\", or \"bech32\", "
255+
"default: \"%s\")"),
256+
QT_TRANSLATE_NOOP("bitcoin-core", ""
257+
"What type of change to use (\"legacy\", \"p2sh-segwit\", or \"bech32\"). "
258+
"Default is same as -addresstype, except when -addresstype=p2sh-segwit a "
259+
"native segwit output is used when sending to a native segwit address)"),
260+
QT_TRANSLATE_NOOP("bitcoin-core", ""
243261
"Whether to save the mempool on shutdown and load on restart (default: %u)"),
244262
QT_TRANSLATE_NOOP("bitcoin-core", ""
245263
"Whitelist peers connecting from the given IP address (e.g. 1.2.3.4) or CIDR "
@@ -250,20 +268,16 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
250268
QT_TRANSLATE_NOOP("bitcoin-core", ""
251269
"You need to rebuild the database using -reindex to go back to unpruned "
252270
"mode. This will redownload the entire blockchain"),
253-
QT_TRANSLATE_NOOP("bitcoin-core", ""
254-
"You need to rebuild the database using -reindex-chainstate to change -txindex"),
255271
QT_TRANSLATE_NOOP("bitcoin-core", "%d of last 100 blocks have unexpected version"),
256272
QT_TRANSLATE_NOOP("bitcoin-core", "%s corrupt, salvage failed"),
257273
QT_TRANSLATE_NOOP("bitcoin-core", "%s is set very high!"),
258274
QT_TRANSLATE_NOOP("bitcoin-core", "(default: %s)"),
259275
QT_TRANSLATE_NOOP("bitcoin-core", "(default: %u)"),
260-
QT_TRANSLATE_NOOP("bitcoin-core", "(press q to shutdown and continue later)"),
261276
QT_TRANSLATE_NOOP("bitcoin-core", "-maxmempool must be at least %d MB"),
262277
QT_TRANSLATE_NOOP("bitcoin-core", "<category> can be:"),
263278
QT_TRANSLATE_NOOP("bitcoin-core", "Accept command line and JSON-RPC commands"),
264279
QT_TRANSLATE_NOOP("bitcoin-core", "Accept connections from outside (default: 1 if no -proxy or -connect)"),
265280
QT_TRANSLATE_NOOP("bitcoin-core", "Accept public REST requests (default: %u)"),
266-
QT_TRANSLATE_NOOP("bitcoin-core", "Add a node to connect to and attempt to keep the connection open"),
267281
QT_TRANSLATE_NOOP("bitcoin-core", "Allow DNS lookups for -addnode, -seednode and -connect"),
268282
QT_TRANSLATE_NOOP("bitcoin-core", "Always query for peer addresses via DNS lookup (default: %u)"),
269283
QT_TRANSLATE_NOOP("bitcoin-core", "Append comment to the user agent string"),
@@ -272,7 +286,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Automatically create Tor hidden service (defa
272286
QT_TRANSLATE_NOOP("bitcoin-core", "Block creation options:"),
273287
QT_TRANSLATE_NOOP("bitcoin-core", "Cannot downgrade wallet"),
274288
QT_TRANSLATE_NOOP("bitcoin-core", "Cannot resolve -%s address: '%s'"),
275-
QT_TRANSLATE_NOOP("bitcoin-core", "Cannot write default address"),
276289
QT_TRANSLATE_NOOP("bitcoin-core", "Chain selection options:"),
277290
QT_TRANSLATE_NOOP("bitcoin-core", "Change index out of range"),
278291
QT_TRANSLATE_NOOP("bitcoin-core", "Connect through SOCKS5 proxy"),
@@ -289,6 +302,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Enable publish hash transaction in <address>"
289302
QT_TRANSLATE_NOOP("bitcoin-core", "Enable publish raw block in <address>"),
290303
QT_TRANSLATE_NOOP("bitcoin-core", "Enable publish raw transaction in <address>"),
291304
QT_TRANSLATE_NOOP("bitcoin-core", "Enable transaction replacement in the memory pool (default: %u)"),
305+
QT_TRANSLATE_NOOP("bitcoin-core", "Error creating %s: You can't create non-HD wallets with this version."),
292306
QT_TRANSLATE_NOOP("bitcoin-core", "Error initializing block database"),
293307
QT_TRANSLATE_NOOP("bitcoin-core", "Error initializing wallet database environment %s!"),
294308
QT_TRANSLATE_NOOP("bitcoin-core", "Error loading %s"),
@@ -306,6 +320,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error"),
306320
QT_TRANSLATE_NOOP("bitcoin-core", "Error: A fatal internal error occurred, see debug.log for details"),
307321
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Disk space is low!"),
308322
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to listen on any port. Use -listen=0 if you want this."),
323+
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to rescan the wallet during initialization"),
309324
QT_TRANSLATE_NOOP("bitcoin-core", "Fee (in %s/kB) to add to transactions you send (default: %s)"),
310325
QT_TRANSLATE_NOOP("bitcoin-core", "How many blocks to check at startup (default: %u, 0 = all)"),
311326
QT_TRANSLATE_NOOP("bitcoin-core", "Importing..."),
@@ -360,15 +375,17 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Rescanning..."),
360375
QT_TRANSLATE_NOOP("bitcoin-core", "Rewinding blocks..."),
361376
QT_TRANSLATE_NOOP("bitcoin-core", "Run in the background as a daemon and accept commands"),
362377
QT_TRANSLATE_NOOP("bitcoin-core", "Send trace/debug info to console instead of debug.log file"),
363-
QT_TRANSLATE_NOOP("bitcoin-core", "Send transactions with full-RBF opt-in enabled (default: %u)"),
378+
QT_TRANSLATE_NOOP("bitcoin-core", "Send transactions with full-RBF opt-in enabled (RPC only, default: %u)"),
364379
QT_TRANSLATE_NOOP("bitcoin-core", "Set database cache size in megabytes (%d to %d, default: %d)"),
365380
QT_TRANSLATE_NOOP("bitcoin-core", "Set key pool size to <n> (default: %u)"),
366381
QT_TRANSLATE_NOOP("bitcoin-core", "Set maximum BIP141 block weight (default: %d)"),
367-
QT_TRANSLATE_NOOP("bitcoin-core", "Set maximum block size in bytes (default: %d)"),
368382
QT_TRANSLATE_NOOP("bitcoin-core", "Set the number of threads to service RPC calls (default: %d)"),
369383
QT_TRANSLATE_NOOP("bitcoin-core", "Show all debugging options (usage: --help -help-debug)"),
370384
QT_TRANSLATE_NOOP("bitcoin-core", "Shrink debug.log file on client startup (default: 1 when no -debug)"),
371385
QT_TRANSLATE_NOOP("bitcoin-core", "Signing transaction failed"),
386+
QT_TRANSLATE_NOOP("bitcoin-core", "Specified -walletdir \"%s\" does not exist"),
387+
QT_TRANSLATE_NOOP("bitcoin-core", "Specified -walletdir \"%s\" is a relative path"),
388+
QT_TRANSLATE_NOOP("bitcoin-core", "Specified -walletdir \"%s\" is not a directory"),
372389
QT_TRANSLATE_NOOP("bitcoin-core", "Specify configuration file (default: %s)"),
373390
QT_TRANSLATE_NOOP("bitcoin-core", "Specify connection timeout in milliseconds (minimum: 1, default: %d)"),
374391
QT_TRANSLATE_NOOP("bitcoin-core", "Specify data directory"),
@@ -395,7 +412,10 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Transaction too large for fee policy"),
395412
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction too large"),
396413
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to bind to %s on this computer (bind returned error %s)"),
397414
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to bind to %s on this computer. %s is probably already running."),
415+
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to generate initial keys"),
398416
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to start HTTP server. See debug log for details."),
417+
QT_TRANSLATE_NOOP("bitcoin-core", "Unknown address type '%s'"),
418+
QT_TRANSLATE_NOOP("bitcoin-core", "Unknown change type '%s'"),
399419
QT_TRANSLATE_NOOP("bitcoin-core", "Unknown network specified in -onlynet: '%s'"),
400420
QT_TRANSLATE_NOOP("bitcoin-core", "Unsupported argument -benchmark ignored, use -debug=bench."),
401421
QT_TRANSLATE_NOOP("bitcoin-core", "Unsupported argument -debugnet ignored, use -debug=net."),
@@ -409,13 +429,14 @@ QT_TRANSLATE_NOOP("bitcoin-core", "User Agent comment (%s) contains unsafe chara
409429
QT_TRANSLATE_NOOP("bitcoin-core", "Username for JSON-RPC connections"),
410430
QT_TRANSLATE_NOOP("bitcoin-core", "Verifying blocks..."),
411431
QT_TRANSLATE_NOOP("bitcoin-core", "Verifying wallet(s)..."),
412-
QT_TRANSLATE_NOOP("bitcoin-core", "Wallet %s resides outside data directory %s"),
432+
QT_TRANSLATE_NOOP("bitcoin-core", "Wallet %s resides outside wallet directory %s"),
413433
QT_TRANSLATE_NOOP("bitcoin-core", "Wallet debugging/testing options:"),
414434
QT_TRANSLATE_NOOP("bitcoin-core", "Wallet needed to be rewritten: restart %s to complete"),
415435
QT_TRANSLATE_NOOP("bitcoin-core", "Wallet options:"),
416436
QT_TRANSLATE_NOOP("bitcoin-core", "Warning"),
417437
QT_TRANSLATE_NOOP("bitcoin-core", "Warning: unknown new rules activated (versionbit %i)"),
418438
QT_TRANSLATE_NOOP("bitcoin-core", "Whether to operate in a blocks only mode (default: %u)"),
439+
QT_TRANSLATE_NOOP("bitcoin-core", "You need to rebuild the database using -reindex to change -txindex"),
419440
QT_TRANSLATE_NOOP("bitcoin-core", "Zapping all transactions from wallet..."),
420441
QT_TRANSLATE_NOOP("bitcoin-core", "ZeroMQ notification options:"),
421442
};

0 commit comments

Comments
 (0)