Skip to content

Commit e4382fb

Browse files
committed
qt: periodic translations update
1 parent 03c56f6 commit e4382fb

File tree

10 files changed

+153
-31
lines changed

10 files changed

+153
-31
lines changed

src/qt/bitcoinstrings.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,9 +311,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Send trace/debug info to console instead of d
311311
QT_TRANSLATE_NOOP("bitcoin-core", "Send transactions as zero-fee transactions if possible (default: %u)"),
312312
QT_TRANSLATE_NOOP("bitcoin-core", "Set database cache size in megabytes (%d to %d, default: %d)"),
313313
QT_TRANSLATE_NOOP("bitcoin-core", "Set key pool size to <n> (default: %u)"),
314-
QT_TRANSLATE_NOOP("bitcoin-core", "Set maximum block cost (default: %d)"),
314+
QT_TRANSLATE_NOOP("bitcoin-core", "Set maximum BIP141 block cost (default: %d)"),
315315
QT_TRANSLATE_NOOP("bitcoin-core", "Set maximum block size in bytes (default: %d)"),
316-
QT_TRANSLATE_NOOP("bitcoin-core", "Set minimum block size in bytes (default: %u)"),
317316
QT_TRANSLATE_NOOP("bitcoin-core", "Set the number of threads to service RPC calls (default: %d)"),
318317
QT_TRANSLATE_NOOP("bitcoin-core", "Show all debugging options (usage: --help -help-debug)"),
319318
QT_TRANSLATE_NOOP("bitcoin-core", "Shrink debug.log file on client startup (default: 1 when no -debug)"),

src/qt/locale/bitcoin_de.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2006,6 +2006,10 @@
20062006
<source>Only connect to nodes in network &lt;net&gt; (ipv4, ipv6 or onion)</source>
20072007
<translation>Nur zu Knoten des Netzwerktyps &lt;net&gt; verbinden (ipv4, ipv6 oder onion)</translation>
20082008
</message>
2009+
<message>
2010+
<source>Print this help message and exit</source>
2011+
<translation>Drucke diese Hilfemeldung und beende</translation>
2012+
</message>
20092013
<message>
20102014
<source>Print version and exit</source>
20112015
<translation>Gibt die Versionsnummer aus und beendet das Programm</translation>

src/qt/locale/bitcoin_en.ts

Lines changed: 19 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1218,12 +1218,12 @@
12181218
<translation type="unfinished">Amount</translation>
12191219
</message>
12201220
<message>
1221-
<location filename="../guiutil.cpp" line="+118"/>
1221+
<location filename="../guiutil.cpp" line="+135"/>
12221222
<source>Enter a Bitcoin address (e.g. %1)</source>
12231223
<translation type="unfinished"></translation>
12241224
</message>
12251225
<message>
1226-
<location line="+763"/>
1226+
<location line="+764"/>
12271227
<source>%1 d</source>
12281228
<translation type="unfinished"></translation>
12291229
</message>
@@ -2231,22 +2231,22 @@
22312231
<translation>Options:</translation>
22322232
</message>
22332233
<message>
2234-
<location line="+31"/>
2234+
<location line="+30"/>
22352235
<source>Specify data directory</source>
22362236
<translation>Specify data directory</translation>
22372237
</message>
22382238
<message>
2239-
<location line="-90"/>
2239+
<location line="-89"/>
22402240
<source>Connect to a node to retrieve peer addresses, and disconnect</source>
22412241
<translation>Connect to a node to retrieve peer addresses, and disconnect</translation>
22422242
</message>
22432243
<message>
2244-
<location line="+93"/>
2244+
<location line="+92"/>
22452245
<source>Specify your own public address</source>
22462246
<translation>Specify your own public address</translation>
22472247
</message>
22482248
<message>
2249-
<location line="-109"/>
2249+
<location line="-108"/>
22502250
<source>Accept command line and JSON-RPC commands</source>
22512251
<translation>Accept command line and JSON-RPC commands</translation>
22522252
</message>
@@ -2296,12 +2296,12 @@
22962296
<translation>Run in the background as a daemon and accept commands</translation>
22972297
</message>
22982298
<message>
2299-
<location line="+31"/>
2299+
<location line="+30"/>
23002300
<source>Unable to start HTTP server. See debug log for details.</source>
23012301
<translation type="unfinished"></translation>
23022302
</message>
23032303
<message>
2304-
<location line="-122"/>
2304+
<location line="-121"/>
23052305
<source>Accept connections from outside (default: 1 if no -proxy or -connect)</source>
23062306
<translation>Accept connections from outside (default: 1 if no -proxy or -connect)</translation>
23072307
</message>
@@ -2686,17 +2686,12 @@
26862686
<translation type="unfinished"></translation>
26872687
</message>
26882688
<message>
2689-
<location line="+2"/>
2690-
<source>Set maximum block cost (default: %d)</source>
2691-
<translation type="unfinished"></translation>
2692-
</message>
2693-
<message>
2694-
<location line="+1"/>
2689+
<location line="+3"/>
26952690
<source>Set maximum block size in bytes (default: %d)</source>
26962691
<translation type="unfinished"></translation>
26972692
</message>
26982693
<message>
2699-
<location line="+10"/>
2694+
<location line="+9"/>
27002695
<source>Specify wallet file (within data directory)</source>
27012696
<translation>Specify wallet file (within data directory)</translation>
27022697
</message>
@@ -2766,7 +2761,7 @@
27662761
<translation type="unfinished"></translation>
27672762
</message>
27682763
<message>
2769-
<location line="-322"/>
2764+
<location line="-321"/>
27702765
<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>
27712766
<translation type="unfinished"></translation>
27722767
</message>
@@ -2946,7 +2941,12 @@
29462941
<translation type="unfinished"></translation>
29472942
</message>
29482943
<message>
2949-
<location line="+7"/>
2944+
<location line="+3"/>
2945+
<source>Set maximum BIP141 block cost (default: %d)</source>
2946+
<translation type="unfinished"></translation>
2947+
</message>
2948+
<message>
2949+
<location line="+3"/>
29502950
<source>Show all debugging options (usage: --help -help-debug)</source>
29512951
<translation type="unfinished"></translation>
29522952
</message>
@@ -3041,7 +3041,7 @@
30413041
<translation type="unfinished"></translation>
30423042
</message>
30433043
<message>
3044-
<location line="-66"/>
3044+
<location line="-65"/>
30453045
<source>Password for JSON-RPC connections</source>
30463046
<translation>Password for JSON-RPC connections</translation>
30473047
</message>
@@ -3227,11 +3227,6 @@
32273227
</message>
32283228
<message>
32293229
<location line="+3"/>
3230-
<source>Set minimum block size in bytes (default: %u)</source>
3231-
<translation type="unfinished"></translation>
3232-
</message>
3233-
<message>
3234-
<location line="+1"/>
32353230
<source>Set the number of threads to service RPC calls (default: %d)</source>
32363231
<translation type="unfinished"></translation>
32373232
</message>
@@ -3266,7 +3261,7 @@
32663261
<translation>Unknown network specified in -onlynet: &apos;%s&apos;</translation>
32673262
</message>
32683263
<message>
3269-
<location line="-74"/>
3264+
<location line="-73"/>
32703265
<source>Insufficient funds</source>
32713266
<translation>Insufficient funds</translation>
32723267
</message>

src/qt/locale/bitcoin_es_MX.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@
4444
</context>
4545
<context>
4646
<name>AskPassphraseDialog</name>
47+
<message>
48+
<source>Passphrase Dialog</source>
49+
<translation>Dialogo de contraseña</translation>
50+
</message>
4751
<message>
4852
<source>Enter passphrase</source>
4953
<translation>Ingrese la contraseña</translation>
@@ -59,6 +63,10 @@
5963
</context>
6064
<context>
6165
<name>BanTableModel</name>
66+
<message>
67+
<source>IP/Netmask</source>
68+
<translation>IP/Máscara de red</translation>
69+
</message>
6270
</context>
6371
<context>
6472
<name>BitcoinGUI</name>
@@ -178,6 +186,10 @@
178186
<source>&amp;Receive</source>
179187
<translation>&amp;Recibir</translation>
180188
</message>
189+
<message>
190+
<source>&amp;Show / Hide</source>
191+
<translation>&amp;Mostrar / Ocultar</translation>
192+
</message>
181193
<message>
182194
<source>&amp;File</source>
183195
<translation>&amp;Archivo</translation>

src/qt/locale/bitcoin_es_UY.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
</message>
109109
<message>
110110
<source>Send coins to a Bitcoin address</source>
111-
<translation>Enviar monedas a una dirección BItCoin</translation>
111+
<translation>Enviar monedas a una dirección Bitcoin</translation>
112112
</message>
113113
<message>
114114
<source>Change the passphrase used for wallet encryption</source>

src/qt/locale/bitcoin_fa.ts

Lines changed: 71 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,11 @@
6767
<source>IP/Netmask</source>
6868
<translation>آی‌پی/نت‌ماسک</translation>
6969
</message>
70-
</context>
70+
<message>
71+
<source>Banned Until</source>
72+
<translation>مسدود شده تا</translation>
73+
</message>
74+
</context>
7175
<context>
7276
<name>BitcoinGUI</name>
7377
<message>
@@ -110,6 +114,10 @@
110114
<source>&amp;About %1</source>
111115
<translation>&amp;حدود%1</translation>
112116
</message>
117+
<message>
118+
<source>Show information about %1</source>
119+
<translation>نمایش اطلاعات دربارهٔ %1</translation>
120+
</message>
113121
<message>
114122
<source>About &amp;Qt</source>
115123
<translation>دربارهٔ &amp;کیوت</translation>
@@ -510,6 +518,10 @@
510518
</context>
511519
<context>
512520
<name>OpenURIDialog</name>
521+
<message>
522+
<source>Open URI</source>
523+
<translation>بازکردن آدرس</translation>
524+
</message>
513525
</context>
514526
<context>
515527
<name>OptionsDialog</name>
@@ -525,6 +537,10 @@
525537
<source>Accept connections from outside</source>
526538
<translation>پذیرش اتصالات از بیرون</translation>
527539
</message>
540+
<message>
541+
<source>Allow incoming connections</source>
542+
<translation>اجازه دادن به اتصالات دریافتی</translation>
543+
</message>
528544
<message>
529545
<source>Reset all client options to default.</source>
530546
<translation>بازنشانی تمام تنظیمات به پیش‌فرض.</translation>
@@ -691,7 +707,11 @@
691707
</context>
692708
<context>
693709
<name>PeerTableModel</name>
694-
</context>
710+
<message>
711+
<source>Ping Time</source>
712+
<translation>زمان پینگ</translation>
713+
</message>
714+
</context>
695715
<context>
696716
<name>QObject</name>
697717
<message>
@@ -797,6 +817,14 @@
797817
<source>Last Receive</source>
798818
<translation>آخرین دریافتی</translation>
799819
</message>
820+
<message>
821+
<source>Ping Time</source>
822+
<translation>زمان پینگ</translation>
823+
</message>
824+
<message>
825+
<source>Ping Wait</source>
826+
<translation>انتظار پینگ</translation>
827+
</message>
800828
<message>
801829
<source>Last block time</source>
802830
<translation>زمان آخرین بلوک</translation>
@@ -833,6 +861,22 @@
833861
<source>Type &lt;b&gt;help&lt;/b&gt; for an overview of available commands.</source>
834862
<translation>برای نمایش یک مرور کلی از دستورات ممکن، عبارت &lt;b&gt;help&lt;/b&gt; را بنویسید.</translation>
835863
</message>
864+
<message>
865+
<source>%1 B</source>
866+
<translation>%1 بایت</translation>
867+
</message>
868+
<message>
869+
<source>%1 KB</source>
870+
<translation>%1 کیلوبایت</translation>
871+
</message>
872+
<message>
873+
<source>%1 MB</source>
874+
<translation>%1 مگابایت</translation>
875+
</message>
876+
<message>
877+
<source>%1 GB</source>
878+
<translation>%1 گیگابایت</translation>
879+
</message>
836880
<message>
837881
<source>never</source>
838882
<translation>هرگز</translation>
@@ -887,7 +931,11 @@
887931
<source>Copy &amp;Address</source>
888932
<translation>&amp;کپی نشانی</translation>
889933
</message>
890-
</context>
934+
<message>
935+
<source>&amp;Save Image...</source>
936+
<translation>&amp;ذخیره عکس...</translation>
937+
</message>
938+
</context>
891939
<context>
892940
<name>SendCoinsDialog</name>
893941
<message>
@@ -934,6 +982,18 @@
934982
<source>Hide</source>
935983
<translation>پنهان کردن</translation>
936984
</message>
985+
<message>
986+
<source>Recommended:</source>
987+
<translation>توصیه شده:</translation>
988+
</message>
989+
<message>
990+
<source>Custom:</source>
991+
<translation>سفارشی:</translation>
992+
</message>
993+
<message>
994+
<source>Confirmation time:</source>
995+
<translation>روز تایید:</translation>
996+
</message>
937997
<message>
938998
<source>normal</source>
939999
<translation>نرمال</translation>
@@ -1024,6 +1084,10 @@
10241084
</context>
10251085
<context>
10261086
<name>ShutdownWindow</name>
1087+
<message>
1088+
<source>%1 is shutting down...</source>
1089+
<translation>%1 در حال خاموش شدن است...</translation>
1090+
</message>
10271091
</context>
10281092
<context>
10291093
<name>SignVerifyMessageDialog</name>
@@ -1250,6 +1314,10 @@
12501314
<source>Wallet options:</source>
12511315
<translation>گزینه‌های کیف پول:</translation>
12521316
</message>
1317+
<message>
1318+
<source>(default: %u)</source>
1319+
<translation>(پیش‌فرض %u)</translation>
1320+
</message>
12531321
<message>
12541322
<source>Information</source>
12551323
<translation>اطلاعات</translation>

src/qt/locale/bitcoin_pl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@
300300
</message>
301301
<message>
302302
<source>%1 behind</source>
303-
<translation>%1 wstecz</translation>
303+
<translation>%1 za</translation>
304304
</message>
305305
<message>
306306
<source>Last received block was generated %1 ago.</source>

src/qt/locale/bitcoin_pt_BR.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1894,6 +1894,10 @@
18941894
<source>Append comment to the user agent string</source>
18951895
<translation>Adiciona comentário ao user-agent do navegador</translation>
18961896
</message>
1897+
<message>
1898+
<source>Attempt to recover private keys from a corrupt wallet on startup</source>
1899+
<translation>Tentando recuperar a chape privada da carteira corrompida ao inicializar</translation>
1900+
</message>
18971901
<message>
18981902
<source>Block creation options:</source>
18991903
<translation>Opções de criação de blocos:</translation>

src/qt/locale/bitcoin_pt_PT.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -617,6 +617,10 @@
617617
<source>&amp;Main</source>
618618
<translation>&amp;Principal</translation>
619619
</message>
620+
<message>
621+
<source>Automatically start %1 after logging in to the system.</source>
622+
<translation>Começar o %1 automaticamente ao iniciar a sessão no sistema.</translation>
623+
</message>
620624
<message>
621625
<source>&amp;Start %1 on system login</source>
622626
<translation>&amp;Iniciar o %1 no início de sessão do sistema</translation>
@@ -1831,6 +1835,10 @@
18311835
<source>Append comment to the user agent string</source>
18321836
<translation>Anexar um comentário para a entrada de agente do utilizador</translation>
18331837
</message>
1838+
<message>
1839+
<source>Attempt to recover private keys from a corrupt wallet on startup</source>
1840+
<translation>Tentar reuperar as chaves privadas de um "wallet" ao iniciar</translation>
1841+
</message>
18341842
<message>
18351843
<source>Block creation options:</source>
18361844
<translation>Opções da criação de bloco:</translation>

0 commit comments

Comments
 (0)