Skip to content

Commit b0819c7

Browse files
committed
qt: periodic translations update
1 parent dd98f04 commit b0819c7

23 files changed

+657
-169
lines changed

src/qt/bitcoinstrings.cpp

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,14 +132,21 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
132132
"Randomize credentials for every proxy connection. This enables Tor stream "
133133
"isolation (default: %u)"),
134134
QT_TRANSLATE_NOOP("bitcoin-core", ""
135-
"Reduce storage requirements by pruning (deleting) old blocks. This mode is "
136-
"incompatible with -txindex and -rescan. Warning: Reverting this setting "
137-
"requires re-downloading the entire blockchain. (default: 0 = disable pruning "
138-
"blocks, >%u = target size in MiB to use for block files)"),
135+
"Reduce storage requirements by enabling pruning (deleting) of old blocks. "
136+
"This allows the pruneblockchain RPC to be called to delete specific blocks, "
137+
"and enables automatic pruning of old blocks if a target size in MiB is "
138+
"provided. This mode is incompatible with -txindex and -rescan. Warning: "
139+
"Reverting this setting requires re-downloading the entire blockchain. "
140+
"(default: 0 = disable pruning blocks, 1 = allow manual pruning via RPC, >%u "
141+
"= automatically prune block files to stay under the specified target size in "
142+
"MiB)"),
139143
QT_TRANSLATE_NOOP("bitcoin-core", ""
140144
"Rescans are not possible in pruned mode. You will need to use -reindex which "
141145
"will download the whole blockchain again."),
142146
QT_TRANSLATE_NOOP("bitcoin-core", ""
147+
"Set lowest fee rate (in %s/kB) for transactions to be included in block "
148+
"creation. (default: %s)"),
149+
QT_TRANSLATE_NOOP("bitcoin-core", ""
143150
"Set maximum size of high-priority/low-fee transactions in bytes (default: %d)"),
144151
QT_TRANSLATE_NOOP("bitcoin-core", ""
145152
"Set the number of script verification threads (%u to %d, 0 = auto, <0 = "

src/qt/locale/bitcoin_cs.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3705,10 +3705,6 @@
37053705
<source>Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s)</source>
37063706
<translation>Použít samostatnou SOCKS5 proxy ke spojení s protějšky přes skryté služby v Toru (výchozí: %s)</translation>
37073707
</message>
3708-
<message>
3709-
<source>Username and hashed password for JSON-RPC connections. The field &lt;userpw&gt; comes in the format: &lt;USERNAME&gt;:&lt;SALT&gt;$&lt;HASH&gt;. A canonical python script is included in share/rpcuser. This option can be specified multiple times</source>
3710-
<translation>Uživatelské jméno a zahašované heslo pro JSON-RPC spojení. Pole &lt;userpw&gt; má formát: &lt;UŽIVATELSKÉ_JMÉNO&gt;:&lt;SŮL&gt;$&lt;HAŠ&gt;. Pomocný pythonní skript je přiložen v share/rpcuser. Tuto volbu lze použít i vícekrát</translation>
3711-
</message>
37123708
<message>
37133709
<source>Warning: Unknown block versions being mined! It's possible unknown rules are in effect</source>
37143710
<translation>Upozornění: Síť těží neznámé verze bloků! Je možné, že jsou v platnosti neznámá pravidla</translation>

src/qt/locale/bitcoin_da.ts

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2204,6 +2204,14 @@
22042204
<source>Warning: Unknown change address</source>
22052205
<translation>Advarsel: Ukendt byttepengeadresse</translation>
22062206
</message>
2207+
<message>
2208+
<source>Confirm custom change address</source>
2209+
<translation>Bekræft tilpasset byttepengeadresse</translation>
2210+
</message>
2211+
<message>
2212+
<source>The address you selected for change is not part of this wallet. Any or all funds in your wallet may be sent to this address. Are you sure?</source>
2213+
<translation>Den adresse, du har valgt til byttepenge, er ikke en del af denne tegnebog. Nogle af eller alle penge i din tegnebog kan blive sendt til denne adresse. Er du sikker?</translation>
2214+
</message>
22072215
<message>
22082216
<source>(no label)</source>
22092217
<translation>(ingen mærkat)</translation>
@@ -3125,6 +3133,10 @@
31253133
<source>Use UPnP to map the listening port (default: 1 when listening and no -proxy)</source>
31263134
<translation>Brug UPnP for at konfigurere den lyttende port (standard: 1 under lytning og ingen -proxy)</translation>
31273135
</message>
3136+
<message>
3137+
<source>Username and hashed password for JSON-RPC connections. The field &lt;userpw&gt; comes in the format: &lt;USERNAME&gt;:&lt;SALT&gt;$&lt;HASH&gt;. A canonical python script is included in share/rpcuser. The client then connects normally using the rpcuser=&lt;USERNAME&gt;/rpcpassword=&lt;PASSWORD&gt; pair of arguments. This option can be specified multiple times</source>
3138+
<translation>Brugernavn og hashet adgangskode for JSON-RPC-forbindelser. Feltet &lt;userpw&gt; er i formatet: &lt;BRUGERNAVN&gt;:&lt;SALT&gt;$&lt;HASH&gt;. Et kanonisk Python-skript er inkluderet i share/rpcuser. Klienten forbinder så normalt ved hjælp af argumentparret rpcuser=&lt;BRUGERNAVN&gt;/rpcpassword=&lt;ADGANGSKODE&gt;. Dette tilvalg kan angives flere gange</translation>
3139+
</message>
31283140
<message>
31293141
<source>Wallet will not create transactions that violate mempool chain limits (default: %u)</source>
31303142
<translation>Tegnebogen vil ikke oprette transaktioner, som overtræder begrænsningen for hukommelsespuljekæden (standard: %u)</translation>
@@ -3705,10 +3717,6 @@
37053717
<source>Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s)</source>
37063718
<translation>Brug separat SOCS5-proxy for at nå knuder via skjulte Tor-tjenester (standard: %s)</translation>
37073719
</message>
3708-
<message>
3709-
<source>Username and hashed password for JSON-RPC connections. The field &lt;userpw&gt; comes in the format: &lt;USERNAME&gt;:&lt;SALT&gt;$&lt;HASH&gt;. A canonical python script is included in share/rpcuser. This option can be specified multiple times</source>
3710-
<translation>Brugernavn og hashet adgangskode for JSON-RPC-forbindelser. Feltet &lt;userpw&gt; er i formatet: &lt;BRUGERNAVN&gt;:&lt;SALT&gt;$&lt;HASH&gt;. Et kanonisk Python-skript inkluderes i share/rpcuser. Dette tilvalg kan angives flere gange</translation>
3711-
</message>
37123720
<message>
37133721
<source>Warning: Unknown block versions being mined! It's possible unknown rules are in effect</source>
37143722
<translation>Advarsel: Ukendte blokversioner bliver minet! Det er muligt, at ukendte regler er i brug</translation>

src/qt/locale/bitcoin_de.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2589,6 +2589,10 @@
25892589
<source>Transaction total size</source>
25902590
<translation>Gesamte Transaktionsgröße</translation>
25912591
</message>
2592+
<message>
2593+
<source>Output index</source>
2594+
<translation>Ausgabeindex</translation>
2595+
</message>
25922596
<message>
25932597
<source>Merchant</source>
25942598
<translation>Händler</translation>
@@ -3661,10 +3665,6 @@
36613665
<source>Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s)</source>
36623666
<translation>Separaten SOCKS5-Proxy verwenden, um Gegenstellen über versteckte Tor-Dienste zu erreichen (Standard: %s)</translation>
36633667
</message>
3664-
<message>
3665-
<source>Username and hashed password for JSON-RPC connections. The field &lt;userpw&gt; comes in the format: &lt;USERNAME&gt;:&lt;SALT&gt;$&lt;HASH&gt;. A canonical python script is included in share/rpcuser. This option can be specified multiple times</source>
3666-
<translation>Benutzername und gehashtes Passwort für JSON-RPC Verbindungen. Das Feld &lt;userpw&gt; kommt im Format: &lt;USERNAME&gt;:&lt;SALT&gt;$&lt;HASH&gt;. Ein entsprechendes Pythonskript ist in share/rpcuser inbegriffen. Diese Option kann mehrere Male spezifiziert werden</translation>
3667-
</message>
36683668
<message>
36693669
<source>Warning: Unknown block versions being mined! It's possible unknown rules are in effect</source>
36703670
<translation>Warnung: Unbekannte Blockversion wird durch Mining erzeugt! Es ist möglich, dass unbekannte Regeln in Kraft sind.</translation>

src/qt/locale/bitcoin_en.ts

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@
778778
<translation type="unfinished">Confirmed</translation>
779779
</message>
780780
<message>
781-
<location filename="../coincontroldialog.cpp" line="+54"/>
781+
<location filename="../coincontroldialog.cpp" line="+55"/>
782782
<source>Copy address</source>
783783
<translation type="unfinished"></translation>
784784
</message>
@@ -3862,7 +3862,7 @@
38623862
<context>
38633863
<name>bitcoin-core</name>
38643864
<message>
3865-
<location filename="../bitcoinstrings.cpp" line="+304"/>
3865+
<location filename="../bitcoinstrings.cpp" line="+311"/>
38663866
<source>Options:</source>
38673867
<translation>Options:</translation>
38683868
</message>
@@ -3887,7 +3887,7 @@
38873887
<translation>Accept command line and JSON-RPC commands</translation>
38883888
</message>
38893889
<message>
3890-
<location line="-207"/>
3890+
<location line="-214"/>
38913891
<source>Accept connections from outside (default: 1 if no -proxy or -connect/-noconnect)</source>
38923892
<translation type="unfinished"></translation>
38933893
</message>
@@ -3917,17 +3917,12 @@
39173917
<translation type="unfinished"></translation>
39183918
</message>
39193919
<message>
3920-
<location line="+9"/>
3921-
<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>
3922-
<translation type="unfinished"></translation>
3923-
</message>
3924-
<message>
3925-
<location line="+5"/>
3920+
<location line="+18"/>
39263921
<source>Rescans are not possible in pruned mode. You will need to use -reindex which will download the whole blockchain again.</source>
39273922
<translation type="unfinished"></translation>
39283923
</message>
39293924
<message>
3930-
<location line="+129"/>
3925+
<location line="+132"/>
39313926
<source>Error: A fatal internal error occurred, see debug.log for details</source>
39323927
<translation type="unfinished"></translation>
39333928
</message>
@@ -3952,7 +3947,7 @@
39523947
<translation type="unfinished"></translation>
39533948
</message>
39543949
<message>
3955-
<location line="-346"/>
3950+
<location line="-353"/>
39563951
<source>Bitcoin Core</source>
39573952
<translation type="unfinished">Bitcoin Core</translation>
39583953
</message>
@@ -4022,7 +4017,17 @@
40224017
<translation type="unfinished"></translation>
40234018
</message>
40244019
<message>
4025-
<location line="+24"/>
4020+
<location line="+14"/>
4021+
<source>Reduce storage requirements by enabling pruning (deleting) of old blocks. This allows the pruneblockchain RPC to be called to delete specific blocks, and enables automatic pruning of old blocks if a target size in MiB is provided. This mode is incompatible with -txindex and -rescan. Warning: Reverting this setting requires re-downloading the entire blockchain. (default: 0 = disable pruning blocks, 1 = allow manual pruning via RPC, &gt;%u = automatically prune block files to stay under the specified target size in MiB)</source>
4022+
<translation type="unfinished"></translation>
4023+
</message>
4024+
<message>
4025+
<location line="+12"/>
4026+
<source>Set lowest fee rate (in %s/kB) for transactions to be included in block creation. (default: %s)</source>
4027+
<translation type="unfinished"></translation>
4028+
</message>
4029+
<message>
4030+
<location line="+5"/>
40264031
<source>Set the number of script verification threads (%u to %d, 0 = auto, &lt;0 = leave that many cores free, default: %d)</source>
40274032
<translation type="unfinished"></translation>
40284033
</message>
@@ -4397,7 +4402,7 @@
43974402
<translation type="unfinished"></translation>
43984403
</message>
43994404
<message>
4400-
<location line="-344"/>
4405+
<location line="-351"/>
44014406
<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>
44024407
<translation type="unfinished"></translation>
44034408
</message>
@@ -4457,7 +4462,7 @@
44574462
<translation type="unfinished"></translation>
44584463
</message>
44594464
<message>
4460-
<location line="+11"/>
4465+
<location line="+18"/>
44614466
<source>Set maximum size of high-priority/low-fee transactions in bytes (default: %d)</source>
44624467
<translation type="unfinished"></translation>
44634468
</message>
@@ -4662,12 +4667,12 @@
46624667
<translation>Password for JSON-RPC connections</translation>
46634668
</message>
46644669
<message>
4665-
<location line="-228"/>
4670+
<location line="-235"/>
46664671
<source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source>
46674672
<translation>Execute command when the best block changes (%s in cmd is replaced by block hash)</translation>
46684673
</message>
46694674
<message>
4670-
<location line="+156"/>
4675+
<location line="+163"/>
46714676
<source>Allow DNS lookups for -addnode, -seednode and -connect</source>
46724677
<translation>Allow DNS lookups for -addnode, -seednode and -connect</translation>
46734678
</message>
@@ -4677,7 +4682,7 @@
46774682
<translation>Loading addresses...</translation>
46784683
</message>
46794684
<message>
4680-
<location line="-277"/>
4685+
<location line="-284"/>
46814686
<source>(1 = keep tx meta data e.g. account owner and payment request information, 2 = drop tx meta data)</source>
46824687
<translation type="unfinished"></translation>
46834688
</message>
@@ -4732,7 +4737,7 @@
47324737
<translation type="unfinished"></translation>
47334738
</message>
47344739
<message>
4735-
<location line="+19"/>
4740+
<location line="+26"/>
47364741
<source>Sets the serialization of raw transaction or block hex returned in non-verbose mode, non-segwit(0) or segwit(1) (default: %d)</source>
47374742
<translation type="unfinished"></translation>
47384743
</message>

src/qt/locale/bitcoin_en_GB.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2513,10 +2513,6 @@
25132513
<source>Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s)</source>
25142514
<translation>Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s)</translation>
25152515
</message>
2516-
<message>
2517-
<source>Username and hashed password for JSON-RPC connections. The field &lt;userpw&gt; comes in the format: &lt;USERNAME&gt;:&lt;SALT&gt;$&lt;HASH&gt;. A canonical python script is included in share/rpcuser. This option can be specified multiple times</source>
2518-
<translation>Username and hashed password for JSON-RPC connections. The field &lt;userpw&gt; comes in the format: &lt;USERNAME&gt;:&lt;SALT&gt;$&lt;HASH&gt;. A canonical python script is included in share/rpcuser. This option can be specified multiple times</translation>
2519-
</message>
25202516
<message>
25212517
<source>Warning: Unknown block versions being mined! It's possible unknown rules are in effect</source>
25222518
<translation>Warning: Unknown block versions being mined! It's possible unknown rules are in effect</translation>

src/qt/locale/bitcoin_es.ts

Lines changed: 63 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1360,7 +1360,15 @@
13601360
<source>Node/Service</source>
13611361
<translation>Nodo/Servicio</translation>
13621362
</message>
1363-
</context>
1363+
<message>
1364+
<source>NodeId</source>
1365+
<translation>ID de nodo</translation>
1366+
</message>
1367+
<message>
1368+
<source>Ping</source>
1369+
<translation>Sonido</translation>
1370+
</message>
1371+
</context>
13641372
<context>
13651373
<name>QObject</name>
13661374
<message>
@@ -1399,14 +1407,54 @@
13991407
<source>%1 ms</source>
14001408
<translation>%1 ms</translation>
14011409
</message>
1410+
<message numerus="yes">
1411+
<source>%n second(s)</source>
1412+
<translation><numerusform>%n segundo</numerusform><numerusform>%n segundos</numerusform></translation>
1413+
</message>
1414+
<message numerus="yes">
1415+
<source>%n minute(s)</source>
1416+
<translation><numerusform>%n minuto</numerusform><numerusform>%n minutos</numerusform></translation>
1417+
</message>
1418+
<message numerus="yes">
1419+
<source>%n hour(s)</source>
1420+
<translation><numerusform>%n hora</numerusform><numerusform>%n horas</numerusform></translation>
1421+
</message>
1422+
<message numerus="yes">
1423+
<source>%n day(s)</source>
1424+
<translation><numerusform>%n dia</numerusform><numerusform>%n dias</numerusform></translation>
1425+
</message>
1426+
<message numerus="yes">
1427+
<source>%n week(s)</source>
1428+
<translation><numerusform>%n semana</numerusform><numerusform>%n semanas</numerusform></translation>
1429+
</message>
14021430
<message>
14031431
<source>%1 and %2</source>
14041432
<translation>%1 y %2</translation>
14051433
</message>
1406-
</context>
1434+
<message numerus="yes">
1435+
<source>%n year(s)</source>
1436+
<translation><numerusform>%n año</numerusform><numerusform>%n años</numerusform></translation>
1437+
</message>
1438+
<message>
1439+
<source>%1 didn't yet exit safely...</source>
1440+
<translation>%1 no se ha cerrado de forma segura todavía...</translation>
1441+
</message>
1442+
</context>
14071443
<context>
14081444
<name>QObject::QObject</name>
1409-
</context>
1445+
<message>
1446+
<source>Error: Specified data directory "%1" does not exist.</source>
1447+
<translation>Error: El directorio de datos «%1» especificado no existe.</translation>
1448+
</message>
1449+
<message>
1450+
<source>Error: Cannot parse configuration file: %1. Only use key=value syntax.</source>
1451+
<translation>Error: No se puede analizar el archivo de configuración: %1. Utilice únicamente la sintaxis clave=valor.</translation>
1452+
</message>
1453+
<message>
1454+
<source>Error: %1</source>
1455+
<translation>Error: %1</translation>
1456+
</message>
1457+
</context>
14101458
<context>
14111459
<name>QRImageWidget</name>
14121460
<message>
@@ -1584,6 +1632,10 @@
15841632
<source>Ping Wait</source>
15851633
<translation>Espera de Ping</translation>
15861634
</message>
1635+
<message>
1636+
<source>Min Ping</source>
1637+
<translation>Sonido Mínimo</translation>
1638+
</message>
15871639
<message>
15881640
<source>Time Offset</source>
15891641
<translation>Desplazamiento de tiempo</translation>
@@ -1644,6 +1696,14 @@
16441696
<source>1 &amp;year</source>
16451697
<translation>1 &amp;año</translation>
16461698
</message>
1699+
<message>
1700+
<source>&amp;Disconnect</source>
1701+
<translation>&amp;Desconectar</translation>
1702+
</message>
1703+
<message>
1704+
<source>Ban for</source>
1705+
<translation>Prohibir para</translation>
1706+
</message>
16471707
<message>
16481708
<source>Welcome to the %1 RPC console.</source>
16491709
<translation>Bienvenido a la consola RPC %1.</translation>
@@ -3546,10 +3606,6 @@
35463606
<source>Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s)</source>
35473607
<translation>Usar distintos proxys SOCKS5 para comunicarse vía Tor de forma anónima (Por defecto: %s)</translation>
35483608
</message>
3549-
<message>
3550-
<source>Username and hashed password for JSON-RPC connections. The field &lt;userpw&gt; comes in the format: &lt;USERNAME&gt;:&lt;SALT&gt;$&lt;HASH&gt;. A canonical python script is included in share/rpcuser. This option can be specified multiple times</source>
3551-
<translation>Nombre de usuario y hash de la contraseña para las conexiones JSON-RPC. El campo &lt;userpw&gt; tiene el formato: &lt;USERNAME&gt;:&lt;SALT&gt;$&lt;HASH&gt;. Se incluye un script python convencional en share/rpcuser. Esta opción puede ser especificada multiples veces</translation>
3552-
</message>
35533609
<message>
35543610
<source>Warning: Unknown block versions being mined! It's possible unknown rules are in effect</source>
35553611
<translation>Advertencia: Se están minando versiones de bloques desconocidas! Es posible que normas desconocidas estén activas</translation>

0 commit comments

Comments
 (0)