Skip to content

Commit 1d2d676

Browse files
committed
qt: Set transifex slug to 0.14
Also perform update of source translations.
1 parent caa2f10 commit 1d2d676

File tree

3 files changed

+2027
-377
lines changed

3 files changed

+2027
-377
lines changed

.tx/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[main]
22
host = https://www.transifex.com
33

4-
[bitcoin.qt-translation-013x]
4+
[bitcoin.qt-translation-014x]
55
file_filter = src/qt/locale/bitcoin_<lang>.ts
66
source_file = src/qt/locale/bitcoin_en.ts
77
source_lang = en

src/qt/bitcoinstrings.cpp

Lines changed: 34 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,15 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
1515
"(1 = keep tx meta data e.g. account owner and payment request information, 2 "
1616
"= drop tx meta data)"),
1717
QT_TRANSLATE_NOOP("bitcoin-core", ""
18-
"-fallbackfee is set very high! This is the transaction fee you may pay when "
19-
"fee estimates are not available."),
20-
QT_TRANSLATE_NOOP("bitcoin-core", ""
2118
"-maxtxfee is set very high! Fees this large could be paid on a single "
2219
"transaction."),
2320
QT_TRANSLATE_NOOP("bitcoin-core", ""
24-
"-paytxfee is set very high! This is the transaction fee you will pay if you "
25-
"send a transaction."),
26-
QT_TRANSLATE_NOOP("bitcoin-core", ""
2721
"A fee rate (in %s/kB) that will be used when fee estimation has insufficient "
2822
"data (default: %s)"),
2923
QT_TRANSLATE_NOOP("bitcoin-core", ""
24+
"Accept connections from outside (default: 1 if no -proxy or -connect/-"
25+
"noconnect)"),
26+
QT_TRANSLATE_NOOP("bitcoin-core", ""
3027
"Accept relayed transactions received from whitelisted peers even when not "
3128
"relaying transactions (default: %d)"),
3229
QT_TRANSLATE_NOOP("bitcoin-core", ""
@@ -46,6 +43,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
4643
QT_TRANSLATE_NOOP("bitcoin-core", ""
4744
"Cannot obtain a lock on data directory %s. %s is probably already running."),
4845
QT_TRANSLATE_NOOP("bitcoin-core", ""
46+
"Connect only to the specified node(s); -noconnect or -connect=0 alone to "
47+
"disable automatic connections"),
48+
QT_TRANSLATE_NOOP("bitcoin-core", ""
4949
"Create new files with system default permissions, instead of umask 077 (only "
5050
"effective with disabled wallet functionality)"),
5151
QT_TRANSLATE_NOOP("bitcoin-core", ""
@@ -55,11 +55,13 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
5555
"Discover own IP addresses (default: 1 when listening and no -externalip or -"
5656
"proxy)"),
5757
QT_TRANSLATE_NOOP("bitcoin-core", ""
58-
"Distributed under the MIT software license, see the accompanying file "
59-
"COPYING or <http://www.opensource.org/licenses/mit-license.php>."),
58+
"Distributed under the MIT software license, see the accompanying file %s or "
59+
"%s"),
6060
QT_TRANSLATE_NOOP("bitcoin-core", ""
6161
"Do not keep transactions in the mempool longer than <n> hours (default: %u)"),
6262
QT_TRANSLATE_NOOP("bitcoin-core", ""
63+
"Equivalent bytes per sigop in transactions for relay and mining (default: %u)"),
64+
QT_TRANSLATE_NOOP("bitcoin-core", ""
6365
"Error loading %s: You can't enable HD on a already existing non-HD wallet"),
6466
QT_TRANSLATE_NOOP("bitcoin-core", ""
6567
"Error reading %s! All keys read correctly, but transaction data or address "
@@ -82,8 +84,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
8284
"Fees (in %s/kB) smaller than this are considered zero fee for transaction "
8385
"creation (default: %s)"),
8486
QT_TRANSLATE_NOOP("bitcoin-core", ""
85-
"Force relay of transactions from whitelisted peers even they violate local "
86-
"relay policy (default: %d)"),
87+
"Force relay of transactions from whitelisted peers even if they violate "
88+
"local relay policy (default: %d)"),
8789
QT_TRANSLATE_NOOP("bitcoin-core", ""
8890
"How thorough the block verification of -checkblocks is (0-4, default: %u)"),
8991
QT_TRANSLATE_NOOP("bitcoin-core", ""
@@ -125,7 +127,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
125127
"reindex (download the whole blockchain again in case of pruned node)"),
126128
QT_TRANSLATE_NOOP("bitcoin-core", ""
127129
"Query for peer addresses via DNS lookup, if low on addresses (default: 1 "
128-
"unless -connect)"),
130+
"unless -connect/-noconnect)"),
129131
QT_TRANSLATE_NOOP("bitcoin-core", ""
130132
"Randomize credentials for every proxy connection. This enables Tor stream "
131133
"isolation (default: %u)"),
@@ -143,6 +145,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
143145
"Set the number of script verification threads (%u to %d, 0 = auto, <0 = "
144146
"leave that many cores free, default: %d)"),
145147
QT_TRANSLATE_NOOP("bitcoin-core", ""
148+
"Sets the serialization of raw transaction or block hex returned in non-"
149+
"verbose mode, non-segwit(0) or segwit(1) (default: %d)"),
150+
QT_TRANSLATE_NOOP("bitcoin-core", ""
146151
"Support filtering of blocks and transaction with bloom filters (default: %u)"),
147152
QT_TRANSLATE_NOOP("bitcoin-core", ""
148153
"The block database contains a block which appears to be from the future. "
@@ -152,12 +157,11 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
152157
QT_TRANSLATE_NOOP("bitcoin-core", ""
153158
"The transaction amount is too small to send after the fee has been deducted"),
154159
QT_TRANSLATE_NOOP("bitcoin-core", ""
155-
"This is a pre-release test build - use at your own risk - do not use for "
156-
"mining or merchant applications"),
160+
"This is the transaction fee you may pay when fee estimates are not available."),
157161
QT_TRANSLATE_NOOP("bitcoin-core", ""
158162
"This product includes software developed by the OpenSSL Project for use in "
159-
"the OpenSSL Toolkit <https://www.openssl.org/> and cryptographic software "
160-
"written by Eric Young and UPnP software written by Thomas Bernard."),
163+
"the OpenSSL Toolkit %s and cryptographic software written by Eric Young and "
164+
"UPnP software written by Thomas Bernard."),
161165
QT_TRANSLATE_NOOP("bitcoin-core", ""
162166
"Total length of network version string (%i) exceeds maximum length (%i). "
163167
"Reduce the number or size of uacomments."),
@@ -186,8 +190,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
186190
"comes in the format: <USERNAME>:<SALT>$<HASH>. A canonical python script is "
187191
"included in share/rpcuser. This option can be specified multiple times"),
188192
QT_TRANSLATE_NOOP("bitcoin-core", ""
189-
"Warning: The network does not appear to fully agree! Some miners appear to "
190-
"be experiencing issues."),
193+
"Wallet will not create transactions that violate mempool chain limits "
194+
"(default: %u"),
191195
QT_TRANSLATE_NOOP("bitcoin-core", ""
192196
"Warning: Unknown block versions being mined! It's possible unknown rules are "
193197
"in effect"),
@@ -196,11 +200,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
196200
"if your balance or transactions are incorrect you should restore from a "
197201
"backup."),
198202
QT_TRANSLATE_NOOP("bitcoin-core", ""
199-
"Warning: We do not appear to fully agree with our peers! You may need to "
200-
"upgrade, or other nodes may need to upgrade."),
201-
QT_TRANSLATE_NOOP("bitcoin-core", ""
202-
"Whitelist peers connecting from the given netmask or IP address. Can be "
203-
"specified multiple times."),
203+
"Whitelist peers connecting from the given IP address (e.g. 1.2.3.4) or CIDR "
204+
"notated network (e.g. 1.2.3.0/24). Can be specified multiple times."),
204205
QT_TRANSLATE_NOOP("bitcoin-core", ""
205206
"Whitelisted peers cannot be DoS banned and their transactions are always "
206207
"relayed, even if they are already in the mempool, useful e.g. for a gateway"),
@@ -210,12 +211,12 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
210211
QT_TRANSLATE_NOOP("bitcoin-core", ""
211212
"You need to rebuild the database using -reindex-chainstate to change -txindex"),
212213
QT_TRANSLATE_NOOP("bitcoin-core", "%s corrupt, salvage failed"),
214+
QT_TRANSLATE_NOOP("bitcoin-core", "%s is set very high!"),
213215
QT_TRANSLATE_NOOP("bitcoin-core", "(default: %s)"),
214216
QT_TRANSLATE_NOOP("bitcoin-core", "(default: %u)"),
215217
QT_TRANSLATE_NOOP("bitcoin-core", "-maxmempool must be at least %d MB"),
216218
QT_TRANSLATE_NOOP("bitcoin-core", "<category> can be:"),
217219
QT_TRANSLATE_NOOP("bitcoin-core", "Accept command line and JSON-RPC commands"),
218-
QT_TRANSLATE_NOOP("bitcoin-core", "Accept connections from outside (default: 1 if no -proxy or -connect)"),
219220
QT_TRANSLATE_NOOP("bitcoin-core", "Accept public REST requests (default: %u)"),
220221
QT_TRANSLATE_NOOP("bitcoin-core", "Add a node to connect to and attempt to keep the connection open"),
221222
QT_TRANSLATE_NOOP("bitcoin-core", "Allow DNS lookups for -addnode, -seednode and -connect"),
@@ -228,7 +229,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Cannot downgrade wallet"),
228229
QT_TRANSLATE_NOOP("bitcoin-core", "Cannot resolve -%s address: '%s'"),
229230
QT_TRANSLATE_NOOP("bitcoin-core", "Cannot write default address"),
230231
QT_TRANSLATE_NOOP("bitcoin-core", "Change index out of range"),
231-
QT_TRANSLATE_NOOP("bitcoin-core", "Connect only to the specified node(s)"),
232232
QT_TRANSLATE_NOOP("bitcoin-core", "Connect through SOCKS5 proxy"),
233233
QT_TRANSLATE_NOOP("bitcoin-core", "Connect to a node to retrieve peer addresses, and disconnect"),
234234
QT_TRANSLATE_NOOP("bitcoin-core", "Connection options:"),
@@ -273,6 +273,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Invalid amount for -paytxfee=<amount>: '%s' (
273273
QT_TRANSLATE_NOOP("bitcoin-core", "Invalid netmask specified in -whitelist: '%s'"),
274274
QT_TRANSLATE_NOOP("bitcoin-core", "Keep at most <n> unconnectable transactions in memory (default: %u)"),
275275
QT_TRANSLATE_NOOP("bitcoin-core", "Keep the transaction memory pool below <n> megabytes (default: %u)"),
276+
QT_TRANSLATE_NOOP("bitcoin-core", "Keypool ran out, please call keypoolrefill first"),
276277
QT_TRANSLATE_NOOP("bitcoin-core", "Listen for JSON-RPC connections on <port> (default: %u or testnet: %u)"),
277278
QT_TRANSLATE_NOOP("bitcoin-core", "Listen for connections on <port> (default: %u or testnet: %u)"),
278279
QT_TRANSLATE_NOOP("bitcoin-core", "Loading addresses..."),
@@ -284,7 +285,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Maintain at most <n> connections to peers (de
284285
QT_TRANSLATE_NOOP("bitcoin-core", "Make the wallet broadcast transactions"),
285286
QT_TRANSLATE_NOOP("bitcoin-core", "Maximum per-connection receive buffer, <n>*1000 bytes (default: %u)"),
286287
QT_TRANSLATE_NOOP("bitcoin-core", "Maximum per-connection send buffer, <n>*1000 bytes (default: %u)"),
287-
QT_TRANSLATE_NOOP("bitcoin-core", "Minimum bytes per sigop in transactions we relay and mine (default: %u)"),
288288
QT_TRANSLATE_NOOP("bitcoin-core", "Need to specify a port with -whitebind: '%s'"),
289289
QT_TRANSLATE_NOOP("bitcoin-core", "Node relay options:"),
290290
QT_TRANSLATE_NOOP("bitcoin-core", "Not enough file descriptors available."),
@@ -309,9 +309,10 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Rewinding blocks..."),
309309
QT_TRANSLATE_NOOP("bitcoin-core", "Run in the background as a daemon and accept commands"),
310310
QT_TRANSLATE_NOOP("bitcoin-core", "Send trace/debug info to console instead of debug.log file"),
311311
QT_TRANSLATE_NOOP("bitcoin-core", "Send transactions as zero-fee transactions if possible (default: %u)"),
312+
QT_TRANSLATE_NOOP("bitcoin-core", "Send transactions with full-RBF opt-in enabled (default: %u)"),
312313
QT_TRANSLATE_NOOP("bitcoin-core", "Set database cache size in megabytes (%d to %d, default: %d)"),
313314
QT_TRANSLATE_NOOP("bitcoin-core", "Set key pool size to <n> (default: %u)"),
314-
QT_TRANSLATE_NOOP("bitcoin-core", "Set maximum BIP141 block cost (default: %d)"),
315+
QT_TRANSLATE_NOOP("bitcoin-core", "Set maximum BIP141 block weight (default: %d)"),
315316
QT_TRANSLATE_NOOP("bitcoin-core", "Set maximum block size in bytes (default: %d)"),
316317
QT_TRANSLATE_NOOP("bitcoin-core", "Set the number of threads to service RPC calls (default: %d)"),
317318
QT_TRANSLATE_NOOP("bitcoin-core", "Show all debugging options (usage: --help -help-debug)"),
@@ -324,14 +325,20 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Specify pid file (default: %s)"),
324325
QT_TRANSLATE_NOOP("bitcoin-core", "Specify wallet file (within data directory)"),
325326
QT_TRANSLATE_NOOP("bitcoin-core", "Specify your own public address"),
326327
QT_TRANSLATE_NOOP("bitcoin-core", "Spend unconfirmed change when sending transactions (default: %u)"),
328+
QT_TRANSLATE_NOOP("bitcoin-core", "Starting network threads..."),
327329
QT_TRANSLATE_NOOP("bitcoin-core", "The source code is available from %s."),
328330
QT_TRANSLATE_NOOP("bitcoin-core", "The transaction amount is too small to pay the fee"),
331+
QT_TRANSLATE_NOOP("bitcoin-core", "The wallet will avoid paying less than the minimum relay fee."),
329332
QT_TRANSLATE_NOOP("bitcoin-core", "This is experimental software."),
333+
QT_TRANSLATE_NOOP("bitcoin-core", "This is the minimum transaction fee you pay on every transaction."),
334+
QT_TRANSLATE_NOOP("bitcoin-core", "This is the transaction fee you will pay if you send a transaction."),
330335
QT_TRANSLATE_NOOP("bitcoin-core", "Threshold for disconnecting misbehaving peers (default: %u)"),
331336
QT_TRANSLATE_NOOP("bitcoin-core", "Tor control port password (default: empty)"),
332337
QT_TRANSLATE_NOOP("bitcoin-core", "Tor control port to use if onion listening enabled (default: %s)"),
333338
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction amount too small"),
334-
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction amounts must be positive"),
339+
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction amounts must not be negative"),
340+
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction has too long of a mempool chain"),
341+
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction must have at least one recipient"),
335342
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction too large for fee policy"),
336343
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction too large"),
337344
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to bind to %s on this computer (bind returned error %s)"),

0 commit comments

Comments
 (0)