Merge branch qt-translations into master
Forgot the Tree-SHA512 on last commit, so add a merge commit to include it. Tree-SHA512: 3d8d644f1ef3f272a34ac5b1fc724ea23cdfa260e13bc1d3b8bd4a89bf841377771be2173bad96ee05be6bb64bb5ff13e6166a1de1b88d80feea09a3fa96179f
This commit is contained in:
commit
a5cd829a0b
2 changed files with 423 additions and 228 deletions
|
@ -21,9 +21,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
|
|||
"A fee rate (in %s/kB) that will be used when fee estimation has insufficient "
|
||||
"data (default: %s)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Accept connections from outside (default: 1 if no -proxy or -connect/-"
|
||||
"noconnect)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Accept relayed transactions received from whitelisted peers even when not "
|
||||
"relaying transactions (default: %d)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
|
@ -37,14 +34,16 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
|
|||
"Bind to given address and whitelist peers connecting to it. Use [host]:port "
|
||||
"notation for IPv6"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Bind to given address to listen for JSON-RPC connections. Use [host]:port "
|
||||
"notation for IPv6. This option can be specified multiple times (default: "
|
||||
"bind to all interfaces)"),
|
||||
"Bind to given address to listen for JSON-RPC connections. This option is "
|
||||
"ignored unless -rpcallowip is also passed. Port is optional and overrides -"
|
||||
"rpcport. Use [host]:port notation for IPv6. This option can be specified "
|
||||
"multiple times (default: 127.0.0.1 and ::1 i.e., localhost, or if -"
|
||||
"rpcallowip has been specified, 0.0.0.0 and :: i.e., all addresses)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Cannot obtain a lock on data directory %s. %s is probably already running."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Connect only to the specified node(s); -noconnect or -connect=0 alone to "
|
||||
"disable automatic connections"),
|
||||
"Connect only to the specified node(s); -connect=0 disables automatic "
|
||||
"connections"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Create new files with system default permissions, instead of umask 077 (only "
|
||||
"effective with disabled wallet functionality)"),
|
||||
|
@ -62,13 +61,17 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
|
|||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Equivalent bytes per sigop in transactions for relay and mining (default: %u)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Error loading %s: You can't enable HD on a already existing non-HD wallet"),
|
||||
"Error loading %s: You can't enable HD on an already existing non-HD wallet"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Error reading %s! All keys read correctly, but transaction data or address "
|
||||
"book entries might be missing or incorrect."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Error: Listening for incoming connections failed (listen returned error %s)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Exclude debugging information for a category. Can be used in conjunction "
|
||||
"with -debug=1 to output debug logs for all categories except one or more "
|
||||
"specified categories."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Execute command when a relevant alert is received or we see a really long "
|
||||
"fork (%s in cmd is replaced by message)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
|
@ -134,7 +137,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
|
|||
"reindex (download the whole blockchain again in case of pruned node)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Query for peer addresses via DNS lookup, if low on addresses (default: 1 "
|
||||
"unless -connect/-noconnect)"),
|
||||
"unless -connect used)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Randomize credentials for every proxy connection. This enables Tor stream "
|
||||
"isolation (default: %u)"),
|
||||
|
@ -154,8 +157,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
|
|||
"Set lowest fee rate (in %s/kB) for transactions to be included in block "
|
||||
"creation. (default: %s)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Set maximum size of high-priority/low-fee transactions in bytes (default: %d)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Set the number of script verification threads (%u to %d, 0 = auto, <0 = "
|
||||
"leave that many cores free, default: %d)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
|
@ -186,6 +187,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
|
|||
"Tries to keep outbound traffic under the given target (in MiB per 24h), 0 = "
|
||||
"no limit (default: %d)"),
|
||||
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 rewind the database to a pre-fork state. You will need to "
|
||||
"redownload the blockchain"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
|
@ -225,6 +229,8 @@ 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", ""
|
||||
"Whether to save the mempool on shutdown and load on restart (default: %u)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Whitelist peers connecting from the given IP address (e.g. 1.2.3.4) or CIDR "
|
||||
"notated network (e.g. 1.2.3.0/24). Can be specified multiple times."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
|
@ -235,13 +241,17 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
|
|||
"mode. This will redownload the entire blockchain"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"You need to rebuild the database using -reindex-chainstate to change -txindex"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "%d of last 100 blocks have unexpected version"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "%s corrupt, salvage failed"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "%s is set very high!"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "(default: %s)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "(default: %u)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "(press q to shutdown and continue later)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "-maxmempool must be at least %d MB"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "-wallet parameter must only specify a filename (not a path)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "<category> can be:"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Accept command line and JSON-RPC commands"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Accept connections from outside (default: 1 if no -proxy or -connect)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Accept public REST requests (default: %u)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Add a node to connect to and attempt to keep the connection open"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Allow DNS lookups for -addnode, -seednode and -connect"),
|
||||
|
@ -274,10 +284,11 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error initializing wallet database environmen
|
|||
QT_TRANSLATE_NOOP("bitcoin-core", "Error loading %s"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error loading %s: Wallet corrupted"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error loading %s: Wallet requires newer version of %s"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error loading %s: You can't disable HD on a already existing HD wallet"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error loading %s: You can't disable HD on an already existing HD wallet"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error loading block database"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error opening block database"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error reading from database, shutting down."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error upgrading chainstate database"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: A fatal internal error occurred, see debug.log for details"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Disk space is low!"),
|
||||
|
@ -291,18 +302,19 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Incorrect or no genesis block found. Wrong da
|
|||
QT_TRANSLATE_NOOP("bitcoin-core", "Information"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Initialization sanity check failed. %s is shutting down."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Insufficient funds"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid -onion address: '%s'"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid -proxy address: '%s'"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid -onion address or hostname: '%s'"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid -proxy address or hostname: '%s'"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -%s=<amount>: '%s'"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -fallbackfee=<amount>: '%s'"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid characters in -wallet filename"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid netmask specified in -whitelist: '%s'"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Keep at most <n> unconnectable transactions in memory (default: %u)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Keep the transaction memory pool below <n> megabytes (default: %u)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Keypool ran out, please call keypoolrefill first"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Listen for JSON-RPC connections on <port> (default: %u or testnet: %u)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Listen for connections on <port> (default: %u or testnet: %u)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Loading addresses..."),
|
||||
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..."),
|
||||
|
@ -329,12 +341,12 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Rebuild chain state from the currently indexe
|
|||
QT_TRANSLATE_NOOP("bitcoin-core", "Reducing -maxconnections from %d to %d, because of system limitations."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Relay and mine data carrier transactions (default: %u)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Relay non-P2SH multisig (default: %u)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Replaying blocks..."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Rescan the block chain for missing wallet transactions on startup"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Rescanning..."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Rewinding blocks..."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Run in the background as a daemon and accept commands"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Send trace/debug info to console instead of debug.log file"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Send transactions as zero-fee transactions if possible (default: %u)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Send transactions with full-RBF opt-in enabled (default: %u)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Set database cache size in megabytes (%d to %d, default: %d)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Set key pool size to <n> (default: %u)"),
|
||||
|
@ -374,13 +386,15 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Unknown network specified in -onlynet: '%s'")
|
|||
QT_TRANSLATE_NOOP("bitcoin-core", "Unsupported argument -benchmark ignored, use -debug=bench."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Unsupported argument -debugnet ignored, use -debug=net."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Unsupported argument -tor found, use -onion."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Unsupported logging category %s=%s."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Upgrade wallet to latest format on startup"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Upgrading UTXO database"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Use UPnP to map the listening port (default: %u)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Use the test chain"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "User Agent comment (%s) contains unsafe characters."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Username for JSON-RPC connections"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Verifying blocks..."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Verifying wallet..."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Verifying wallet(s)..."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Wallet %s resides outside data directory %s"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Wallet debugging/testing options:"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Wallet needed to be rewritten: restart %s to complete"),
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue