Skip to content

Commit af01cd3

Browse files
committed
qt: Periodic translation update
1 parent b8d1b81 commit af01cd3

27 files changed

+348
-134
lines changed

src/qt/bitcoinstrings.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
7878
"Execute command when the best block changes (%s in cmd is replaced by block "
7979
"hash)"),
8080
QT_TRANSLATE_NOOP("bitcoin-core", ""
81+
"Extra transactions to keep in memory for compact block reconstructions "
82+
"(default: %u)"),
83+
QT_TRANSLATE_NOOP("bitcoin-core", ""
8184
"Fees (in %s/kB) smaller than this are considered zero fee for relaying, "
8285
"mining and transaction creation (default: %s)"),
8386
QT_TRANSLATE_NOOP("bitcoin-core", ""
@@ -95,6 +98,10 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
9598
"If paytxfee is not set, include enough fee so transactions begin "
9699
"confirmation on average within n blocks (default: %u)"),
97100
QT_TRANSLATE_NOOP("bitcoin-core", ""
101+
"If this block is in the chain assume that it and its ancestors are valid and "
102+
"potentially skip their script verification (0 to verify all, default: %s, "
103+
"testnet: %s)"),
104+
QT_TRANSLATE_NOOP("bitcoin-core", ""
98105
"Invalid amount for -maxtxfee=<amount>: '%s' (must be at least the minrelay "
99106
"fee of %s to prevent stuck transactions)"),
100107
QT_TRANSLATE_NOOP("bitcoin-core", ""

src/qt/locale/bitcoin_af_ZA.ts

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,22 @@
99
<source>Copy the currently selected address to the system clipboard</source>
1010
<translation>Maak 'n kopie van die huidige adres na die stelsel klipbord</translation>
1111
</message>
12+
<message>
13+
<source>&amp;Copy</source>
14+
<translation>&amp;Kopie</translation>
15+
</message>
16+
<message>
17+
<source>Delete the currently selected address from the list</source>
18+
<translation>Verwyder die huidiglik gekieste address van die lys</translation>
19+
</message>
1220
<message>
1321
<source>&amp;Delete</source>
1422
<translation>&amp;Verwyder</translation>
1523
</message>
24+
<message>
25+
<source>Choose the address to send coins to</source>
26+
<translation>Kies die address na wie die muntstukke gestuur moet word</translation>
27+
</message>
1628
</context>
1729
<context>
1830
<name>AddressTableModel</name>
@@ -410,6 +422,14 @@
410422
<source>Copy amount</source>
411423
<translation>Kopieer bedrag</translation>
412424
</message>
425+
<message>
426+
<source>%1 to %2</source>
427+
<translation>%1 tot %2</translation>
428+
</message>
429+
<message>
430+
<source>or</source>
431+
<translation>of</translation>
432+
</message>
413433
<message>
414434
<source>(no label)</source>
415435
<translation>(geen etiket)</translation>

src/qt/locale/bitcoin_ca.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2821,10 +2821,6 @@
28212821
<source>Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node)</source>
28222822
<translation>Poda: la darrera sincronització del moneder va més enllà de les dades podades. Cal que activeu -reindex (baixeu tota la cadena de blocs de nou en cas de node podat)</translation>
28232823
</message>
2824-
<message>
2825-
<source>Reduce storage requirements by pruning (deleting) old blocks. This mode is incompatible with -txindex and -rescan. Warning: Reverting this setting requires re-downloading the entire blockchain. (default: 0 = disable pruning blocks, &gt;%u = target size in MiB to use for block files)</source>
2826-
<translation>Reduïu els requisits d'emmagatzematge podant (suprimint) els blocs antics. Aquest mode és incompatible amb -txindex i -rescan. Avís: la reversió d'aquest paràmetre implica haver de tornar a baixar la cadena de blocs sencera. (per defecte: 0 = inhabilita la poda de blocs, &gt;%u = mida objectiu en MiB per utilitzar en els fitxers de blocs)</translation>
2827-
</message>
28282824
<message>
28292825
<source>Rescans are not possible in pruned mode. You will need to use -reindex which will download the whole blockchain again.</source>
28302826
<translation>Els rescanejos no són possible en el mode de poda. Caldrà que utilitzeu -reindex, que tornarà a baixar la cadena de blocs sencera.</translation>

src/qt/locale/bitcoin_ca_ES.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2821,10 +2821,6 @@
28212821
<source>Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node)</source>
28222822
<translation>Poda: la darrera sincronització del moneder va més enllà de les dades podades. Cal que activeu -reindex (baixeu tota la cadena de blocs de nou en cas de node podat)</translation>
28232823
</message>
2824-
<message>
2825-
<source>Reduce storage requirements by pruning (deleting) old blocks. This mode is incompatible with -txindex and -rescan. Warning: Reverting this setting requires re-downloading the entire blockchain. (default: 0 = disable pruning blocks, &gt;%u = target size in MiB to use for block files)</source>
2826-
<translation>Reduïu els requisits d'emmagatzematge podant (suprimint) els blocs antics. Aquest mode és incompatible amb -txindex i -rescan. Avís: la reversió d'aquest paràmetre implica haver de tornar a baixar la cadena de blocs sencera. (per defecte: 0 = inhabilita la poda de blocs, &gt;%u = mida objectiu en MiB per utilitzar en els fitxers de blocs)</translation>
2827-
</message>
28282824
<message>
28292825
<source>Rescans are not possible in pruned mode. You will need to use -reindex which will download the whole blockchain again.</source>
28302826
<translation>Els rescanejos no són possible en el mode de poda. Caldrà que utilitzeu -reindex, que tornarà a baixar la cadena de blocs sencera.</translation>

src/qt/locale/bitcoin_cs.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3021,10 +3021,6 @@
30213021
<source>Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node)</source>
30223022
<translation>Prořezávání: poslední synchronizace peněženky proběhla před už prořezanými daty. Je třeba provést -reindex (tedy v případě prořezávacího režimu stáhnout znovu celý řetězec bloků)</translation>
30233023
</message>
3024-
<message>
3025-
<source>Reduce storage requirements by pruning (deleting) old blocks. This mode is incompatible with -txindex and -rescan. Warning: Reverting this setting requires re-downloading the entire blockchain. (default: 0 = disable pruning blocks, &gt;%u = target size in MiB to use for block files)</source>
3026-
<translation>Omezit nároky na úložný prostor prořezáváním (mazáním) starých bloků. Tento režim není slučitelný s -txindex ani -rescan. Upozornění: opětovná změna tohoto nastavení bude vyžadovat nové stažení celého řetězce bloků. (výchozí: 0 = bloky neprořezávat, &gt;%u = cílová velikost souborů s bloky, v MiB)</translation>
3027-
</message>
30283024
<message>
30293025
<source>Rescans are not possible in pruned mode. You will need to use -reindex which will download the whole blockchain again.</source>
30303026
<translation>V prořezávacím režimu není možné přeskenovávat řetězec bloků. Musíš provést -reindex, což znovu stáhne celý řetězec bloků.</translation>

src/qt/locale/bitcoin_da.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3029,10 +3029,6 @@
30293029
<source>Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node)</source>
30303030
<translation>Beskæring: Seneste synkronisering rækker udover beskårne data. Du er nødt til at bruge -reindex (downloade hele blokkæden igen i fald af beskåret knude)</translation>
30313031
</message>
3032-
<message>
3033-
<source>Reduce storage requirements by pruning (deleting) old blocks. This mode is incompatible with -txindex and -rescan. Warning: Reverting this setting requires re-downloading the entire blockchain. (default: 0 = disable pruning blocks, &gt;%u = target size in MiB to use for block files)</source>
3034-
<translation>Reducér lagringskravene ved at beskære (slette) gamle blokke. Denne tilstand er ikke kompatibel med -txindex og -rescan. Advarsel: Fortrydelse af denne indstilling kræver gendownload af hele blokkæden. (standard: 0 = deaktivér beskæring af blokke, &gt;%u = målstørrelse i MiB der skal bruges på blokfiler)</translation>
3035-
</message>
30363032
<message>
30373033
<source>Rescans are not possible in pruned mode. You will need to use -reindex which will download the whole blockchain again.</source>
30383034
<translation>Genindlæsninger er ikke mulige i beskåret tilstand. Du er nødt til at bruge -reindex, hvilket vil downloade hele blokkæden igen.</translation>

src/qt/locale/bitcoin_de.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3005,10 +3005,6 @@
30053005
<source>Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node)</source>
30063006
<translation>Prune (Kürzung): Die letzte Syncronisation der Wallet liegt vor gekürzten (gelöschten) Blöcken. Es ist ein -reindex (download der gesamten Blockkette) notwendig.</translation>
30073007
</message>
3008-
<message>
3009-
<source>Reduce storage requirements by pruning (deleting) old blocks. This mode is incompatible with -txindex and -rescan. Warning: Reverting this setting requires re-downloading the entire blockchain. (default: 0 = disable pruning blocks, &gt;%u = target size in MiB to use for block files)</source>
3010-
<translation>Speicherplatzanforderung durch kürzen (löschen) alter Blöcke reduzieren. Dieser Modus ist nicht mit -txindex und -rescan kompatibel. Warnung: Die Umkehr dieser Einstellung erfordert das erneute Herunterladen der gesamten Blockkette. (Standard: 0 = deaktiviert das Kürzen von Blöcken, &gt;%u = Zielgröße in MiB, die für Blockdateien verwendet werden darf)</translation>
3011-
</message>
30123008
<message>
30133009
<source>Rescans are not possible in pruned mode. You will need to use -reindex which will download the whole blockchain again.</source>
30143010
<translation>Rescans sind im pruned mode nicht möglich. Ein -reindex ist notwendig, welcher die gesmate Blockkette erneut herunterlädt.</translation>

src/qt/locale/bitcoin_en.ts

Lines changed: 44 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -304,12 +304,12 @@
304304
<translation>Sign &amp;message...</translation>
305305
</message>
306306
<message>
307-
<location line="+417"/>
307+
<location line="+427"/>
308308
<source>Synchronizing with network...</source>
309309
<translation>Synchronizing with network...</translation>
310310
</message>
311311
<message>
312-
<location line="-495"/>
312+
<location line="-505"/>
313313
<source>&amp;Overview</source>
314314
<translation>&amp;Overview</translation>
315315
</message>
@@ -419,12 +419,17 @@
419419
<translation type="unfinished"></translation>
420420
</message>
421421
<message>
422-
<location line="+53"/>
422+
<location line="+27"/>
423+
<source>Syncing Headers (%1%)...</source>
424+
<translation type="unfinished"></translation>
425+
</message>
426+
<message>
427+
<location line="+37"/>
423428
<source>Reindexing blocks on disk...</source>
424429
<translation>Reindexing blocks on disk...</translation>
425430
</message>
426431
<message>
427-
<location line="-497"/>
432+
<location line="-508"/>
428433
<source>Send coins to a Bitcoin address</source>
429434
<translation>Send coins to a Bitcoin address</translation>
430435
</message>
@@ -454,12 +459,12 @@
454459
<translation>&amp;Verify message...</translation>
455460
</message>
456461
<message>
457-
<location line="+504"/>
462+
<location line="+514"/>
458463
<source>Bitcoin</source>
459464
<translation>Bitcoin</translation>
460465
</message>
461466
<message>
462-
<location line="-729"/>
467+
<location line="-739"/>
463468
<source>Wallet</source>
464469
<translation>Wallet</translation>
465470
</message>
@@ -552,7 +557,7 @@
552557
</translation>
553558
</message>
554559
<message>
555-
<location line="+49"/>
560+
<location line="+60"/>
556561
<source>Indexing blocks on disk...</source>
557562
<translation type="unfinished"></translation>
558563
</message>
@@ -561,13 +566,8 @@
561566
<source>Processing blocks on disk...</source>
562567
<translation type="unfinished"></translation>
563568
</message>
564-
<message>
565-
<location line="+11"/>
566-
<source>No block source available...</source>
567-
<translation>No block source available...</translation>
568-
</message>
569569
<message numerus="yes">
570-
<location line="+9"/>
570+
<location line="+19"/>
571571
<source>Processed %n block(s) of transaction history.</source>
572572
<translation>
573573
<numerusform>Processed %n block of transaction history.</numerusform>
@@ -610,7 +610,7 @@
610610
<translation>Up to date</translation>
611611
</message>
612612
<message>
613-
<location line="-428"/>
613+
<location line="-438"/>
614614
<source>Show the %1 help message to get a list with possible Bitcoin command-line options</source>
615615
<translation type="unfinished"></translation>
616616
</message>
@@ -620,7 +620,12 @@
620620
<translation type="unfinished"></translation>
621621
</message>
622622
<message>
623-
<location line="+255"/>
623+
<location line="+227"/>
624+
<source>Connecting to peers...</source>
625+
<translation type="unfinished"></translation>
626+
</message>
627+
<message>
628+
<location line="+38"/>
624629
<source>Catching up...</source>
625630
<translation>Catching up...</translation>
626631
</message>
@@ -3862,7 +3867,7 @@
38623867
<context>
38633868
<name>bitcoin-core</name>
38643869
<message>
3865-
<location filename="../bitcoinstrings.cpp" line="+311"/>
3870+
<location filename="../bitcoinstrings.cpp" line="+318"/>
38663871
<source>Options:</source>
38673872
<translation>Options:</translation>
38683873
</message>
@@ -3887,7 +3892,7 @@
38873892
<translation>Accept command line and JSON-RPC commands</translation>
38883893
</message>
38893894
<message>
3890-
<location line="-214"/>
3895+
<location line="-221"/>
38913896
<source>Accept connections from outside (default: 1 if no -proxy or -connect/-noconnect)</source>
38923897
<translation type="unfinished"></translation>
38933898
</message>
@@ -3902,12 +3907,12 @@
39023907
<translation type="unfinished"></translation>
39033908
</message>
39043909
<message>
3905-
<location line="+34"/>
3910+
<location line="+37"/>
39063911
<source>If &lt;category&gt; is not supplied or if &lt;category&gt; = 1, output all debugging information.</source>
39073912
<translation type="unfinished"></translation>
39083913
</message>
39093914
<message>
3910-
<location line="+32"/>
3915+
<location line="+36"/>
39113916
<source>Prune configured below the minimum of %d MiB. Please use a higher number.</source>
39123917
<translation type="unfinished"></translation>
39133918
</message>
@@ -3947,7 +3952,7 @@
39473952
<translation type="unfinished"></translation>
39483953
</message>
39493954
<message>
3950-
<location line="-353"/>
3955+
<location line="-360"/>
39513956
<source>Bitcoin Core</source>
39523957
<translation type="unfinished">Bitcoin Core</translation>
39533958
</message>
@@ -3997,7 +4002,17 @@
39974002
<translation>Execute command when a wallet transaction changes (%s in cmd is replaced by TxID)</translation>
39984003
</message>
39994004
<message>
4000-
<location line="+29"/>
4005+
<location line="+6"/>
4006+
<source>Extra transactions to keep in memory for compact block reconstructions (default: %u)</source>
4007+
<translation type="unfinished"></translation>
4008+
</message>
4009+
<message>
4010+
<location line="+20"/>
4011+
<source>If this block is in the chain assume that it and its ancestors are valid and potentially skip their script verification (0 to verify all, default: %s, testnet: %s)</source>
4012+
<translation type="unfinished"></translation>
4013+
</message>
4014+
<message>
4015+
<location line="+10"/>
40014016
<source>Maximum allowed median peer time offset adjustment. Local perspective of time may be influenced by peers forward or backward by this amount. (default: %u seconds)</source>
40024017
<translation type="unfinished"></translation>
40034018
</message>
@@ -4402,7 +4417,7 @@
44024417
<translation type="unfinished"></translation>
44034418
</message>
44044419
<message>
4405-
<location line="-351"/>
4420+
<location line="-358"/>
44064421
<source>Allow JSON-RPC connections from specified source. Valid for &lt;ip&gt; are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times</source>
44074422
<translation type="unfinished"></translation>
44084423
</message>
@@ -4437,7 +4452,7 @@
44374452
<translation>Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message)</translation>
44384453
</message>
44394454
<message>
4440-
<location line="+9"/>
4455+
<location line="+12"/>
44414456
<source>Fees (in %s/kB) smaller than this are considered zero fee for relaying, mining and transaction creation (default: %s)</source>
44424457
<translation type="unfinished"></translation>
44434458
</message>
@@ -4447,7 +4462,7 @@
44474462
<translation type="unfinished"></translation>
44484463
</message>
44494464
<message>
4450-
<location line="+3"/>
4465+
<location line="+7"/>
44514466
<source>Invalid amount for -maxtxfee=&lt;amount&gt;: &apos;%s&apos; (must be at least the minrelay fee of %s to prevent stuck transactions)</source>
44524467
<translation type="unfinished"></translation>
44534468
</message>
@@ -4667,12 +4682,12 @@
46674682
<translation>Password for JSON-RPC connections</translation>
46684683
</message>
46694684
<message>
4670-
<location line="-235"/>
4685+
<location line="-242"/>
46714686
<source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source>
46724687
<translation>Execute command when the best block changes (%s in cmd is replaced by block hash)</translation>
46734688
</message>
46744689
<message>
4675-
<location line="+163"/>
4690+
<location line="+170"/>
46764691
<source>Allow DNS lookups for -addnode, -seednode and -connect</source>
46774692
<translation>Allow DNS lookups for -addnode, -seednode and -connect</translation>
46784693
</message>
@@ -4682,7 +4697,7 @@
46824697
<translation>Loading addresses...</translation>
46834698
</message>
46844699
<message>
4685-
<location line="-284"/>
4700+
<location line="-291"/>
46864701
<source>(1 = keep tx meta data e.g. account owner and payment request information, 2 = drop tx meta data)</source>
46874702
<translation type="unfinished"></translation>
46884703
</message>
@@ -4702,7 +4717,7 @@
47024717
<translation type="unfinished"></translation>
47034718
</message>
47044719
<message>
4705-
<location line="+21"/>
4720+
<location line="+24"/>
47064721
<source>Fees (in %s/kB) smaller than this are considered zero fee for transaction creation (default: %s)</source>
47074722
<translation type="unfinished"></translation>
47084723
</message>
@@ -4717,7 +4732,7 @@
47174732
<translation type="unfinished"></translation>
47184733
</message>
47194734
<message>
4720-
<location line="+11"/>
4735+
<location line="+15"/>
47214736
<source>Maintain a full transaction index, used by the getrawtransaction rpc call (default: %u)</source>
47224737
<translation type="unfinished"></translation>
47234738
</message>

src/qt/locale/bitcoin_en_GB.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1873,10 +1873,6 @@
18731873
<source>Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node)</source>
18741874
<translation>Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node)</translation>
18751875
</message>
1876-
<message>
1877-
<source>Reduce storage requirements by pruning (deleting) old blocks. This mode is incompatible with -txindex and -rescan. Warning: Reverting this setting requires re-downloading the entire blockchain. (default: 0 = disable pruning blocks, &gt;%u = target size in MiB to use for block files)</source>
1878-
<translation>Reduce storage requirements by pruning (deleting) old blocks. This mode is incompatible with -txindex and -rescan. Warning: Reverting this setting requires re-downloading the entire blockchain. (default: 0 = disable pruning blocks, &gt;%u = target size in MiB to use for block files)</translation>
1879-
</message>
18801876
<message>
18811877
<source>Rescans are not possible in pruned mode. You will need to use -reindex which will download the whole blockchain again.</source>
18821878
<translation>Rescans are not possible in pruned mode. You will need to use -reindex which will download the whole blockchain again.</translation>

0 commit comments

Comments
 (0)