qt: periodic translations update

This commit is contained in:
Wladimir J. van der Laan 2016-07-18 10:12:16 +00:00
parent 03c56f62c2
commit e4382fbef5
No known key found for this signature in database
GPG key ID: 74810B012346C9A6
10 changed files with 153 additions and 31 deletions

View file

@ -311,9 +311,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Send trace/debug info to console instead of d
QT_TRANSLATE_NOOP("bitcoin-core", "Send transactions as zero-fee transactions if possible (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)"),
QT_TRANSLATE_NOOP("bitcoin-core", "Set maximum block cost (default: %d)"),
QT_TRANSLATE_NOOP("bitcoin-core", "Set maximum BIP141 block cost (default: %d)"),
QT_TRANSLATE_NOOP("bitcoin-core", "Set maximum block size in bytes (default: %d)"),
QT_TRANSLATE_NOOP("bitcoin-core", "Set minimum block size in bytes (default: %u)"),
QT_TRANSLATE_NOOP("bitcoin-core", "Set the number of threads to service RPC calls (default: %d)"),
QT_TRANSLATE_NOOP("bitcoin-core", "Show all debugging options (usage: --help -help-debug)"),
QT_TRANSLATE_NOOP("bitcoin-core", "Shrink debug.log file on client startup (default: 1 when no -debug)"),

View file

@ -2006,6 +2006,10 @@
<source>Only connect to nodes in network &lt;net&gt; (ipv4, ipv6 or onion)</source>
<translation>Nur zu Knoten des Netzwerktyps &lt;net&gt; verbinden (ipv4, ipv6 oder onion)</translation>
</message>
<message>
<source>Print this help message and exit</source>
<translation>Drucke diese Hilfemeldung und beende</translation>
</message>
<message>
<source>Print version and exit</source>
<translation>Gibt die Versionsnummer aus und beendet das Programm</translation>

View file

@ -1218,12 +1218,12 @@
<translation type="unfinished">Amount</translation>
</message>
<message>
<location filename="../guiutil.cpp" line="+118"/>
<location filename="../guiutil.cpp" line="+135"/>
<source>Enter a Bitcoin address (e.g. %1)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+763"/>
<location line="+764"/>
<source>%1 d</source>
<translation type="unfinished"></translation>
</message>
@ -2231,22 +2231,22 @@
<translation>Options:</translation>
</message>
<message>
<location line="+31"/>
<location line="+30"/>
<source>Specify data directory</source>
<translation>Specify data directory</translation>
</message>
<message>
<location line="-90"/>
<location line="-89"/>
<source>Connect to a node to retrieve peer addresses, and disconnect</source>
<translation>Connect to a node to retrieve peer addresses, and disconnect</translation>
</message>
<message>
<location line="+93"/>
<location line="+92"/>
<source>Specify your own public address</source>
<translation>Specify your own public address</translation>
</message>
<message>
<location line="-109"/>
<location line="-108"/>
<source>Accept command line and JSON-RPC commands</source>
<translation>Accept command line and JSON-RPC commands</translation>
</message>
@ -2296,12 +2296,12 @@
<translation>Run in the background as a daemon and accept commands</translation>
</message>
<message>
<location line="+31"/>
<location line="+30"/>
<source>Unable to start HTTP server. See debug log for details.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="-122"/>
<location line="-121"/>
<source>Accept connections from outside (default: 1 if no -proxy or -connect)</source>
<translation>Accept connections from outside (default: 1 if no -proxy or -connect)</translation>
</message>
@ -2686,17 +2686,12 @@
<translation type="unfinished"></translation>
</message>
<message>
<location line="+2"/>
<source>Set maximum block cost (default: %d)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+1"/>
<location line="+3"/>
<source>Set maximum block size in bytes (default: %d)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+10"/>
<location line="+9"/>
<source>Specify wallet file (within data directory)</source>
<translation>Specify wallet file (within data directory)</translation>
</message>
@ -2766,7 +2761,7 @@
<translation type="unfinished"></translation>
</message>
<message>
<location line="-322"/>
<location line="-321"/>
<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>
<translation type="unfinished"></translation>
</message>
@ -2946,7 +2941,12 @@
<translation type="unfinished"></translation>
</message>
<message>
<location line="+7"/>
<location line="+3"/>
<source>Set maximum BIP141 block cost (default: %d)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+3"/>
<source>Show all debugging options (usage: --help -help-debug)</source>
<translation type="unfinished"></translation>
</message>
@ -3041,7 +3041,7 @@
<translation type="unfinished"></translation>
</message>
<message>
<location line="-66"/>
<location line="-65"/>
<source>Password for JSON-RPC connections</source>
<translation>Password for JSON-RPC connections</translation>
</message>
@ -3227,11 +3227,6 @@
</message>
<message>
<location line="+3"/>
<source>Set minimum block size in bytes (default: %u)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+1"/>
<source>Set the number of threads to service RPC calls (default: %d)</source>
<translation type="unfinished"></translation>
</message>
@ -3266,7 +3261,7 @@
<translation>Unknown network specified in -onlynet: &apos;%s&apos;</translation>
</message>
<message>
<location line="-74"/>
<location line="-73"/>
<source>Insufficient funds</source>
<translation>Insufficient funds</translation>
</message>

View file

@ -44,6 +44,10 @@
</context>
<context>
<name>AskPassphraseDialog</name>
<message>
<source>Passphrase Dialog</source>
<translation>Dialogo de contraseña</translation>
</message>
<message>
<source>Enter passphrase</source>
<translation>Ingrese la contraseña</translation>
@ -59,6 +63,10 @@
</context>
<context>
<name>BanTableModel</name>
<message>
<source>IP/Netmask</source>
<translation>IP/Máscara de red</translation>
</message>
</context>
<context>
<name>BitcoinGUI</name>
@ -178,6 +186,10 @@
<source>&amp;Receive</source>
<translation>&amp;Recibir</translation>
</message>
<message>
<source>&amp;Show / Hide</source>
<translation>&amp;Mostrar / Ocultar</translation>
</message>
<message>
<source>&amp;File</source>
<translation>&amp;Archivo</translation>

View file

@ -108,7 +108,7 @@
</message>
<message>
<source>Send coins to a Bitcoin address</source>
<translation>Enviar monedas a una dirección BItCoin</translation>
<translation>Enviar monedas a una dirección Bitcoin</translation>
</message>
<message>
<source>Change the passphrase used for wallet encryption</source>

View file

@ -67,7 +67,11 @@
<source>IP/Netmask</source>
<translation>آیپی/نتماسک</translation>
</message>
</context>
<message>
<source>Banned Until</source>
<translation>مسدود شده تا</translation>
</message>
</context>
<context>
<name>BitcoinGUI</name>
<message>
@ -110,6 +114,10 @@
<source>&amp;About %1</source>
<translation>&amp;حدود%1</translation>
</message>
<message>
<source>Show information about %1</source>
<translation>نمایش اطلاعات دربارهٔ %1</translation>
</message>
<message>
<source>About &amp;Qt</source>
<translation>دربارهٔ &amp;کیوت</translation>
@ -510,6 +518,10 @@
</context>
<context>
<name>OpenURIDialog</name>
<message>
<source>Open URI</source>
<translation>بازکردن آدرس</translation>
</message>
</context>
<context>
<name>OptionsDialog</name>
@ -525,6 +537,10 @@
<source>Accept connections from outside</source>
<translation>پذیرش اتصالات از بیرون</translation>
</message>
<message>
<source>Allow incoming connections</source>
<translation>اجازه دادن به اتصالات دریافتی</translation>
</message>
<message>
<source>Reset all client options to default.</source>
<translation>بازنشانی تمام تنظیمات به پیشفرض.</translation>
@ -691,7 +707,11 @@
</context>
<context>
<name>PeerTableModel</name>
</context>
<message>
<source>Ping Time</source>
<translation>زمان پینگ</translation>
</message>
</context>
<context>
<name>QObject</name>
<message>
@ -797,6 +817,14 @@
<source>Last Receive</source>
<translation>آخرین دریافتی</translation>
</message>
<message>
<source>Ping Time</source>
<translation>زمان پینگ</translation>
</message>
<message>
<source>Ping Wait</source>
<translation>انتظار پینگ</translation>
</message>
<message>
<source>Last block time</source>
<translation>زمان آخرین بلوک</translation>
@ -833,6 +861,22 @@
<source>Type &lt;b&gt;help&lt;/b&gt; for an overview of available commands.</source>
<translation>برای نمایش یک مرور کلی از دستورات ممکن، عبارت &lt;b&gt;help&lt;/b&gt; را بنویسید.</translation>
</message>
<message>
<source>%1 B</source>
<translation>%1 بایت</translation>
</message>
<message>
<source>%1 KB</source>
<translation>%1 کیلوبایت</translation>
</message>
<message>
<source>%1 MB</source>
<translation>%1 مگابایت</translation>
</message>
<message>
<source>%1 GB</source>
<translation>%1 گیگابایت</translation>
</message>
<message>
<source>never</source>
<translation>هرگز</translation>
@ -887,7 +931,11 @@
<source>Copy &amp;Address</source>
<translation>&amp;کپی نشانی</translation>
</message>
</context>
<message>
<source>&amp;Save Image...</source>
<translation>&amp;ذخیره عکس...</translation>
</message>
</context>
<context>
<name>SendCoinsDialog</name>
<message>
@ -934,6 +982,18 @@
<source>Hide</source>
<translation>پنهان کردن</translation>
</message>
<message>
<source>Recommended:</source>
<translation>توصیه شده:</translation>
</message>
<message>
<source>Custom:</source>
<translation>سفارشی:</translation>
</message>
<message>
<source>Confirmation time:</source>
<translation>روز تایید:</translation>
</message>
<message>
<source>normal</source>
<translation>نرمال</translation>
@ -1024,6 +1084,10 @@
</context>
<context>
<name>ShutdownWindow</name>
<message>
<source>%1 is shutting down...</source>
<translation>%1 در حال خاموش شدن است...</translation>
</message>
</context>
<context>
<name>SignVerifyMessageDialog</name>
@ -1250,6 +1314,10 @@
<source>Wallet options:</source>
<translation>گزینههای کیف پول:</translation>
</message>
<message>
<source>(default: %u)</source>
<translation>(پیشفرض %u)</translation>
</message>
<message>
<source>Information</source>
<translation>اطلاعات</translation>

View file

@ -300,7 +300,7 @@
</message>
<message>
<source>%1 behind</source>
<translation>%1 wstecz</translation>
<translation>%1 za</translation>
</message>
<message>
<source>Last received block was generated %1 ago.</source>

View file

@ -1894,6 +1894,10 @@
<source>Append comment to the user agent string</source>
<translation>Adiciona comentário ao user-agent do navegador</translation>
</message>
<message>
<source>Attempt to recover private keys from a corrupt wallet on startup</source>
<translation>Tentando recuperar a chape privada da carteira corrompida ao inicializar</translation>
</message>
<message>
<source>Block creation options:</source>
<translation>Opções de criação de blocos:</translation>

View file

@ -617,6 +617,10 @@
<source>&amp;Main</source>
<translation>&amp;Principal</translation>
</message>
<message>
<source>Automatically start %1 after logging in to the system.</source>
<translation>Começar o %1 automaticamente ao iniciar a sessão no sistema.</translation>
</message>
<message>
<source>&amp;Start %1 on system login</source>
<translation>&amp;Iniciar o %1 no início de sessão do sistema</translation>
@ -1831,6 +1835,10 @@
<source>Append comment to the user agent string</source>
<translation>Anexar um comentário para a entrada de agente do utilizador</translation>
</message>
<message>
<source>Attempt to recover private keys from a corrupt wallet on startup</source>
<translation>Tentar reuperar as chaves privadas de um "wallet" ao iniciar</translation>
</message>
<message>
<source>Block creation options:</source>
<translation>Opções da criação de bloco:</translation>

View file

@ -1830,6 +1830,10 @@
<source>Distributed under the MIT software license, see the accompanying file COPYING or &lt;http://www.opensource.org/licenses/mit-license.php&gt;.</source>
<translation>MIT yazılım lisansı kapsamında yayınlanmıştır, ekteki COPYING dosyasına ya da &lt;http://www.opensource.org/licenses/mit-license.php&gt; adresine bakınız.</translation>
</message>
<message>
<source>Error loading %s: You can't enable HD on a already existing non-HD wallet</source>
<translation>%s yüklenmesinde hata: zaten var olan ve HD olmayan bir cüzdanda HD etkinleştirilemez.</translation>
</message>
<message>
<source>Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect.</source>
<translation>%s dosyasının okunması sırasında bir hata meydana geldi! Tüm anahtarlar doğru bir şekilde okundu, ancak muamele verileri ya da adres defteri unsurları hatalı veya eksik olabilir.</translation>
@ -1854,6 +1858,10 @@
<source>Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly.</source>
<translation>Lütfen bilgisayarınızın saat ve tarihinin doğru olduğunu kontrol ediniz! Saatinizde gecikme varsa %s doğru şekilde çalışamaz.</translation>
</message>
<message>
<source>Please contribute if you find %s useful. Visit %s for further information about the software.</source>
<translation>%s programını faydalı buluyorsanız lütfen katkıda bulununuz. Yazılım hakkında daha fazla bilgi için %s adresini ziyaret ediniz.</translation>
</message>
<message>
<source>Set the number of script verification threads (%u to %d, 0 = auto, &lt;0 = leave that many cores free, default: %d)</source>
<translation>Betik kontrolü parçacıklarının sayısını belirler (%u ilâ %d, 0 = otomatik, &lt;0 = bu sayıda çekirdeği kullanma, varsayılan: %d)</translation>
@ -1866,6 +1874,10 @@
<source>This is a pre-release test build - use at your own risk - do not use for mining or merchant applications</source>
<translation>Bu yayın öncesi bir deneme sürümüdür - tüm riski siz üstlenmiş olursunuz - bitcoin oluşturmak ya da ticari uygulamalar için kullanmayınız</translation>
</message>
<message>
<source>Unable to rewind the database to a pre-fork state. You will need to redownload the blockchain</source>
<translation>Veritabanını çatallama öncesi duruma geri sarmak mümkün değil. Blok zincirini tekrar indirmeniz gerekmektedir</translation>
</message>
<message>
<source>Use UPnP to map the listening port (default: 1 when listening and no -proxy)</source>
<translation>Dinlenecek portu haritalamak için UPnP kullan (varsayılan: dinlenildiğinde ve -proxy olmadığında 1)</translation>
@ -1986,6 +1998,10 @@
<source>Error loading %s: Wallet requires newer version of %s</source>
<translation>%s unsurunun yüklenmesinde hata oluştu: cüzdan %s programının yeni bir sürümüne ihtiyaç duyuyor</translation>
</message>
<message>
<source>Error loading %s: You can't disable HD on a already existing HD wallet</source>
<translation>%s yüklenmesinde hata: zaten var olan HD bir cüzdanda HD devre dışı bırakılamaz.</translation>
</message>
<message>
<source>Error loading block database</source>
<translation>Blok veritabanının yüklenmesinde hata</translation>
@ -2074,10 +2090,18 @@
<source>Rebuild chain state from the currently indexed blocks</source>
<translation>Zincir durumunu güncel olarak endekslenen bloklardan yeniden derle</translation>
</message>
<message>
<source>Rewinding blocks...</source>
<translation>Bloklar geri sarılıyor...</translation>
</message>
<message>
<source>Set database cache size in megabytes (%d to %d, default: %d)</source>
<translation>Veritabanı önbellek boyutunu megabayt olarak belirt (%d ilâ %d, varsayılan: %d)</translation>
</message>
<message>
<source>Set maximum block cost (default: %d)</source>
<translation>Azami blok maliyetini ayarla (varsayılan: %d)</translation>
</message>
<message>
<source>Set maximum block size in bytes (default: %d)</source>
<translation>Azami blok boyutunu bayt olarak ayarla (varsayılan: %d)</translation>
@ -2086,6 +2110,10 @@
<source>Specify wallet file (within data directory)</source>
<translation>Cüzdan dosyası belirtiniz (veri klasörünün içinde)</translation>
</message>
<message>
<source>The source code is available from %s.</source>
<translation>Kaynak kod şuradan elde edilebilir: %s.</translation>
</message>
<message>
<source>Unable to bind to %s on this computer. %s is probably already running.</source>
<translation>Bu bilgisayarda %s unsuruna bağlanılamadı. %s muhtemelen hâlihazırda çalışmaktadır.</translation>
@ -2198,6 +2226,10 @@
<source>This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit &lt;https://www.openssl.org/&gt; and cryptographic software written by Eric Young and UPnP software written by Thomas Bernard.</source>
<translation>Bu ürün OpenSSL projesi tarafından OpenSSL araç takımı (http://www.openssl.org/) için geliştirilen yazılımlar, Eric Young (eay@cryptsoft.com) tarafından hazırlanmış şifreleme yazılımları ve Thomas Bernard tarafından programlanmış UPnP yazılımı içerir.</translation>
</message>
<message>
<source>Use hierarchical deterministic key generation (HD) after BIP32. Only has effect during wallet creation/first start</source>
<translation>BIP32'den sonra hiyerarşik determinist (HD) anahtar üretimini kullan. Sadece cüzdan oluşturulmasında/ilk başlamada etkiye sahiptir.</translation>
</message>
<message>
<source>Whitelisted peers cannot be DoS banned and their transactions are always relayed, even if they are already in the mempool, useful e.g. for a gateway</source>
<translation>Beyaz listeye alınan eşler DoS yasaklamasına uğramazlar ve muameleleri zaten mempool'da olsalar da daima aktarılır, bu mesela bir geçit için kullanışlıdır</translation>