translations 20150902

This commit is contained in:
UdjinM6 2015-09-02 11:20:18 +03:00
parent 386a39d00e
commit 8d1609f0a5
20 changed files with 4265 additions and 142 deletions

View File

@ -652,6 +652,7 @@ TRANSLATIONS += src/qt/locale/dash_bg.ts \
src/qt/locale/dash_pl.ts \
src/qt/locale/dash_pt.ts \
src/qt/locale/dash_ru.ts \
src/qt/locale/dash_sk.ts \
src/qt/locale/dash_sv.ts \
src/qt/locale/dash_vi.ts \
src/qt/locale/dash_zh_CN.ts \

View File

@ -13,6 +13,7 @@ QT_TS = \
qt/locale/dash_pl.ts \
qt/locale/dash_pt.ts \
qt/locale/dash_ru.ts \
qt/locale/dash_sk.ts \
qt/locale/dash_sv.ts \
qt/locale/dash_vi.ts \
qt/locale/dash_zh_CN.ts \

View File

@ -160,7 +160,7 @@ void CMasternodeSync::GetNextAsset()
std::string CMasternodeSync::GetSyncStatus()
{
switch (masternodeSync.RequestedMasternodeAssets) {
case MASTERNODE_SYNC_INITIAL: return _("Synchronization doesn't yet started");
case MASTERNODE_SYNC_INITIAL: return _("Synchronization pending...");
case MASTERNODE_SYNC_SPORKS: return _("Synchronizing sporks...");
case MASTERNODE_SYNC_LIST: return _("Synchronizing masternodes...");
case MASTERNODE_SYNC_MNW: return _("Synchronizing masternode winners...");

View File

@ -10,6 +10,7 @@
<file alias="pl">locale/dash_pl.qm</file>
<file alias="pt">locale/dash_pt.qm</file>
<file alias="ru">locale/dash_ru.qm</file>
<file alias="sv">locale/dash_sk.qm</file>
<file alias="sv">locale/dash_sv.qm</file>
<file alias="vi">locale/dash_vi.qm</file>
<file alias="zh_CN">locale/dash_zh_CN.qm</file>

View File

@ -313,6 +313,9 @@ QT_TRANSLATE_NOOP("dash-core", "Listen for JSON-RPC connections on <port> (defau
QT_TRANSLATE_NOOP("dash-core", "Listen for connections on <port> (default: %u or testnet: %u)"),
QT_TRANSLATE_NOOP("dash-core", "Loading addresses..."),
QT_TRANSLATE_NOOP("dash-core", "Loading block index..."),
QT_TRANSLATE_NOOP("dash-core", "Loading budget cache..."),
QT_TRANSLATE_NOOP("dash-core", "Loading masternode cache..."),
QT_TRANSLATE_NOOP("dash-core", "Loading masternode payment cache..."),
QT_TRANSLATE_NOOP("dash-core", "Loading wallet... (%3.2f %%)"),
QT_TRANSLATE_NOOP("dash-core", "Loading wallet..."),
QT_TRANSLATE_NOOP("dash-core", "Lock is already in place."),
@ -385,9 +388,9 @@ QT_TRANSLATE_NOOP("dash-core", "Stop running after importing blocks from disk (d
QT_TRANSLATE_NOOP("dash-core", "Submitted following entries to masternode: %u / %d"),
QT_TRANSLATE_NOOP("dash-core", "Submitted to masternode, waiting for more entries ( %u / %d ) %s"),
QT_TRANSLATE_NOOP("dash-core", "Submitted to masternode, waiting in queue %s"),
QT_TRANSLATE_NOOP("dash-core", "Synchronization doesn't yet started"),
QT_TRANSLATE_NOOP("dash-core", "Synchronization failed"),
QT_TRANSLATE_NOOP("dash-core", "Synchronization finished"),
QT_TRANSLATE_NOOP("dash-core", "Synchronization pending..."),
QT_TRANSLATE_NOOP("dash-core", "Synchronizing budgets..."),
QT_TRANSLATE_NOOP("dash-core", "Synchronizing masternode winners..."),
QT_TRANSLATE_NOOP("dash-core", "Synchronizing masternodes..."),

View File

@ -1,4 +1,4 @@
<TS language="bg" version="2.1">
<TS language="bg" version="2.0">
<context>
<name>AddressBookPage</name>
<message>
@ -3954,6 +3954,18 @@ for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com
<source>Listen for connections on &lt;port&gt; (default: %u or testnet: %u)</source>
<translation>Слушане за входящи връзки на &lt;port&gt; (по подразбиране:%u или за тестовата мрежа: %u)</translation>
</message>
<message>
<source>Loading budget cache...</source>
<translation>Зареждане на бюджетния кеш...</translation>
</message>
<message>
<source>Loading masternode cache...</source>
<translation>Зареждане на masternode кеш...</translation>
</message>
<message>
<source>Loading masternode payment cache...</source>
<translation>Зараждане на masternode кеш за плащане</translation>
</message>
<message>
<source>Lock is already in place.</source>
<translation>Заключването е вече налично.</translation>
@ -4090,10 +4102,6 @@ for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com
<source>Submitted to masternode, waiting in queue %s</source>
<translation>Изпратено към Мастернода, чака в опашката %s</translation>
</message>
<message>
<source>Synchronization doesn't yet started</source>
<translation>Синхронизацията все още не е започнала</translation>
</message>
<message>
<source>Synchronization failed</source>
<translation>Синхронизацията е неуспешна</translation>
@ -4374,6 +4382,10 @@ for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com
<source>Specify your own public address</source>
<translation>Въведете Ваш публичен адрес</translation>
</message>
<message>
<source>Synchronization pending...</source>
<translation>Изчаква синхронизация ...</translation>
</message>
<message>
<source>This help message</source>
<translation>Това помощно съобщение</translation>

View File

@ -1,4 +1,4 @@
<TS language="de" version="2.1">
<TS language="de" version="2.0">
<context>
<name>AddressBookPage</name>
<message>
@ -3963,6 +3963,18 @@ Dash Core wird heruntergefahren.</translation>
<source>Listen for connections on &lt;port&gt; (default: %u or testnet: %u)</source>
<translation>&lt;port&gt; nach Verbindungen abhören (Standard: %u oder Testnetz: %u)</translation>
</message>
<message>
<source>Loading budget cache...</source>
<translation>Lade Budget-Cache...</translation>
</message>
<message>
<source>Loading masternode cache...</source>
<translation>Lade Masternode-Cache...</translation>
</message>
<message>
<source>Loading masternode payment cache...</source>
<translation>Lade Masternode Zahlungs-Cache...</translation>
</message>
<message>
<source>Lock is already in place.</source>
<translation>Schon gesperrt.</translation>
@ -4099,10 +4111,6 @@ Dash Core wird heruntergefahren.</translation>
<source>Submitted to masternode, waiting in queue %s</source>
<translation>An Masternode übermittelt, wartet in Warteschlange %s</translation>
</message>
<message>
<source>Synchronization doesn't yet started</source>
<translation>Die Synchronisation hat noch nicht begonnen.</translation>
</message>
<message>
<source>Synchronization failed</source>
<translation>Synchronisation fehlgeschlagen</translation>
@ -4383,6 +4391,10 @@ Dash Core wird heruntergefahren.</translation>
<source>Specify your own public address</source>
<translation>Die eigene öffentliche Adresse angeben</translation>
</message>
<message>
<source>Synchronization pending...</source>
<translation>Synchronisation steht bevor...</translation>
</message>
<message>
<source>This help message</source>
<translation>Dieser Hilfetext</translation>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" ?><!DOCTYPE TS><TS language="en" version="2.1">
<?xml version="1.0" ?><!DOCTYPE TS><TS language="en" version="2.0">
<context>
<name>AddressBookPage</name>
<message>
@ -294,7 +294,7 @@
<context>
<name>BitcoinGUI</name>
<message>
<location filename="../bitcoingui.cpp" line="+107"/>
<location filename="../bitcoingui.cpp" line="+108"/>
<location line="+752"/>
<source>Dash Core</source>
<translation>Dash Core</translation>
@ -581,12 +581,12 @@
<translation><numerusform>Processed %n block of transaction history.</numerusform><numerusform>Processed %n blocks of transaction history.</numerusform></translation>
</message>
<message>
<location line="+32"/>
<location line="+31"/>
<source>Synchronizing additional data: %p%</source>
<translation>Synchronizing additional data: %p%</translation>
</message>
<message>
<location line="-408"/>
<location line="-407"/>
<source>Show the Dash Core help message to get a list with possible Dash command-line options</source>
<translation>Show the Dash Core help message to get a list with possible Dash command-line options</translation>
</message>
@ -641,12 +641,12 @@
<translation>No block source available...</translation>
</message>
<message>
<location line="+17"/>
<location line="+18"/>
<source>Up to date</source>
<translation>Up to date</translation>
</message>
<message numerus="yes">
<location line="+43"/>
<location line="+42"/>
<source>%n hour(s)</source>
<translation><numerusform>%n hour</numerusform><numerusform>%n hours</numerusform></translation>
</message>
@ -1815,7 +1815,7 @@ https://www.transifex.com/projects/p/dash/</translation>
</message>
<message>
<location line="+573"/>
<location filename="../overviewpage.cpp" line="+487"/>
<location filename="../overviewpage.cpp" line="+488"/>
<location line="+10"/>
<location line="+10"/>
<location line="+14"/>
@ -4206,12 +4206,12 @@ https://www.transifex.com/projects/p/dash/</translation>
<translation>Export the data in the current tab to a file</translation>
</message>
<message>
<location line="+8"/>
<location line="+9"/>
<source>Selected amount:</source>
<translation>Selected amount:</translation>
</message>
<message>
<location line="+193"/>
<location line="+194"/>
<source>Backup Wallet</source>
<translation>Backup Wallet</translation>
</message>
@ -5041,7 +5041,22 @@ for example: alertnotify=echo %%s | mail -s &quot;Dash Alert&quot; admin@foo.com
<translation>Listen for connections on &lt;port&gt; (default: %u or testnet: %u)</translation>
</message>
<message>
<location line="+5"/>
<location line="+3"/>
<source>Loading budget cache...</source>
<translation>Loading budget cache...</translation>
</message>
<message>
<location line="+1"/>
<source>Loading masternode cache...</source>
<translation>Loading masternode cache...</translation>
</message>
<message>
<location line="+1"/>
<source>Loading masternode payment cache...</source>
<translation>Loading masternode payment cache...</translation>
</message>
<message>
<location line="+3"/>
<source>Lock is already in place.</source>
<translation>Lock is already in place.</translation>
</message>
@ -5210,11 +5225,6 @@ for example: alertnotify=echo %%s | mail -s &quot;Dash Alert&quot; admin@foo.com
<source>Submitted to masternode, waiting in queue %s</source>
<translation>Submitted to masternode, waiting in queue %s</translation>
</message>
<message>
<location line="+1"/>
<source>Synchronization doesn&apos;t yet started</source>
<translation>Synchronization doesn&apos;t yet started</translation>
</message>
<message>
<location line="+1"/>
<source>Synchronization failed</source>
@ -5226,7 +5236,7 @@ for example: alertnotify=echo %%s | mail -s &quot;Dash Alert&quot; admin@foo.com
<translation>Synchronization finished</translation>
</message>
<message>
<location line="+1"/>
<location line="+2"/>
<source>Synchronizing budgets...</source>
<translation>Synchronizing budgets...</translation>
</message>
@ -5291,7 +5301,7 @@ for example: alertnotify=echo %%s | mail -s &quot;Dash Alert&quot; admin@foo.com
<translation>Will retry...</translation>
</message>
<message>
<location line="-133"/>
<location line="-136"/>
<source>Invalid masternodeprivkey. Please see documenation.</source>
<translation>Invalid masternodeprivkey. Please see documenation.</translation>
</message>
@ -5376,7 +5386,7 @@ for example: alertnotify=echo %%s | mail -s &quot;Dash Alert&quot; admin@foo.com
<translation>Loading block index...</translation>
</message>
<message>
<location line="+1"/>
<location line="+4"/>
<source>Loading wallet... (%3.2f %%)</source>
<translation>Loading wallet... (%3.2f %%)</translation>
</message>
@ -5566,7 +5576,12 @@ for example: alertnotify=echo %%s | mail -s &quot;Dash Alert&quot; admin@foo.com
<translation>Specify your own public address</translation>
</message>
<message>
<location line="+13"/>
<location line="+8"/>
<source>Synchronization pending...</source>
<translation>Synchronization pending...</translation>
</message>
<message>
<location line="+5"/>
<source>This help message</source>
<translation>This help message</translation>
</message>

View File

@ -1,4 +1,4 @@
<TS language="es" version="2.1">
<TS language="es" version="2.0">
<context>
<name>AddressBookPage</name>
<message>
@ -790,7 +790,7 @@ Dirección: %4
</message>
<message>
<source>(%1 locked)</source>
<translation>(%1 bloqueada)</translation>
<translation>(%1 bloqueadas)</translation>
</message>
<message>
<source>none</source>
@ -3964,6 +3964,18 @@ por ejemplo: alertnotify=echo %%s | mail -s "Alerta de Dash" admin@foo.com
<source>Listen for connections on &lt;port&gt; (default: %u or testnet: %u)</source>
<translation>Escuchar a las conexiones en el &lt;port&gt; (predeterminado: %u ó testnet: %u)</translation>
</message>
<message>
<source>Loading budget cache...</source>
<translation>Cargando caché del presupuesto...</translation>
</message>
<message>
<source>Loading masternode cache...</source>
<translation>Cargando caché de nodos maestros...</translation>
</message>
<message>
<source>Loading masternode payment cache...</source>
<translation>Cargando caché de pago del nodo maestro...</translation>
</message>
<message>
<source>Lock is already in place.</source>
<translation>El bloqueo ya está activo.</translation>
@ -4100,10 +4112,6 @@ por ejemplo: alertnotify=echo %%s | mail -s "Alerta de Dash" admin@foo.com
<source>Submitted to masternode, waiting in queue %s</source>
<translation>Enviado al nodo maestro, esperando en cola %s</translation>
</message>
<message>
<source>Synchronization doesn't yet started</source>
<translation>La sincronización aún no ha comenzado</translation>
</message>
<message>
<source>Synchronization failed</source>
<translation>La sincronización falló</translation>
@ -4384,6 +4392,10 @@ por ejemplo: alertnotify=echo %%s | mail -s "Alerta de Dash" admin@foo.com
<source>Specify your own public address</source>
<translation>Especifique su propia dirección pública</translation>
</message>
<message>
<source>Synchronization pending...</source>
<translation>Sincronización pendiente...</translation>
</message>
<message>
<source>This help message</source>
<translation>Este mensaje de ayuda</translation>

View File

@ -1,4 +1,4 @@
<TS language="fi" version="2.1">
<TS language="fi" version="2.0">
<context>
<name>AddressBookPage</name>
<message>
@ -3714,7 +3714,7 @@ Näillä toiminnoilla voit korjata korruptoituneen lohkoketjun tai puuttuvat/van
<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>Tämä ohjelma sisältää OpenSSL projektin OpenSSL työkalupakin &lt;https://www.openssl.org/&gt; sekä Eric Youngin kehittämän salausohjelmiston ja Thomas Bernardin kehittämän UPnP ohjelmiston.
Käännös päivitetty: 22.8.2015 by AjM.</translation>
Käännös päivitetty: 1.9.2015 by AjM.</translation>
</message>
<message>
<source>To use dashd, or the -server option to dash-qt, you must set an rpcpassword in the configuration file:
@ -3970,6 +3970,18 @@ esimerkiksi: alertnotify=echo %%s | mail -s "Dash Hälytys" admin@foo.com
<source>Listen for connections on &lt;port&gt; (default: %u or testnet: %u)</source>
<translation>Kuuntele yhteyksiä portissa &lt;port&gt; (oletus: %u tai testiverkossa: %u)</translation>
</message>
<message>
<source>Loading budget cache...</source>
<translation>Ladataan budjetti välimuistia...</translation>
</message>
<message>
<source>Loading masternode cache...</source>
<translation>Ladataan masternode välimuistia...</translation>
</message>
<message>
<source>Loading masternode payment cache...</source>
<translation>Ladataan masternode maksuvälimuistia...</translation>
</message>
<message>
<source>Lock is already in place.</source>
<translation>On jo lukittu.</translation>
@ -4106,10 +4118,6 @@ esimerkiksi: alertnotify=echo %%s | mail -s "Dash Hälytys" admin@foo.com
<source>Submitted to masternode, waiting in queue %s</source>
<translation>Esitetty masternodelle, odotetaan jonossa %s</translation>
</message>
<message>
<source>Synchronization doesn't yet started</source>
<translation>Synkronointia ei ole vielä aloitettu</translation>
</message>
<message>
<source>Synchronization failed</source>
<translation>Synkronointi epäonnistui</translation>
@ -4390,6 +4398,10 @@ esimerkiksi: alertnotify=echo %%s | mail -s "Dash Hälytys" admin@foo.com
<source>Specify your own public address</source>
<translation>Määritä julkinen osoitteesi</translation>
</message>
<message>
<source>Synchronization pending...</source>
<translation>Synkronointi odottaa...</translation>
</message>
<message>
<source>This help message</source>
<translation>Tämä ohjeviesti</translation>

View File

@ -1,4 +1,4 @@
<TS language="fr" version="2.1">
<TS language="fr" version="2.0">
<context>
<name>AddressBookPage</name>
<message>
@ -3963,6 +3963,18 @@ Pour exemple: alertnotify=echo %%s | mail -s "Alerte Dash" admin@foo.com
<source>Listen for connections on &lt;port&gt; (default: %u or testnet: %u)</source>
<translation>Écouter les connexions sur &lt;port&gt; (par défaut: %u ou testnet: %u)</translation>
</message>
<message>
<source>Loading budget cache...</source>
<translation>Chargement du cache de budget...</translation>
</message>
<message>
<source>Loading masternode cache...</source>
<translation>Chargement du cache de masternode...</translation>
</message>
<message>
<source>Loading masternode payment cache...</source>
<translation>Chargement du cache de paiement masternode...</translation>
</message>
<message>
<source>Lock is already in place.</source>
<translation>Verrou déjà en place.</translation>
@ -4099,10 +4111,6 @@ Pour exemple: alertnotify=echo %%s | mail -s "Alerte Dash" admin@foo.com
<source>Submitted to masternode, waiting in queue %s</source>
<translation>Soumis au masternode, dans la file d'attente %s</translation>
</message>
<message>
<source>Synchronization doesn't yet started</source>
<translation>La synchronisation n'a pas encore démarrée</translation>
</message>
<message>
<source>Synchronization failed</source>
<translation>La synchronisation a échouée</translation>

View File

@ -1,4 +1,4 @@
<TS language="it" version="2.1">
<TS language="it" version="2.0">
<context>
<name>AddressBookPage</name>
<message>
@ -446,6 +446,10 @@
<source>Dash Core client</source>
<translation>Cliente Dash Core</translation>
</message>
<message numerus="yes">
<source>Processed %n blocks of transaction history.</source>
<translation><numerusform>Processato %n blocco della cronologia transazioni.</numerusform><numerusform>Processati %n blocchi della cronologia transazioni.</numerusform></translation>
</message>
<message>
<source>Show the Dash Core help message to get a list with possible Dash command-line options</source>
<translation>Mostra il messaggio di aiuto di Dash Core per ottenere una lista con le possibili opzioni di linea di comando di Dash</translation>
@ -470,6 +474,10 @@
<source>Tabs toolbar</source>
<translation>Barra degli strumenti "Tabs"</translation>
</message>
<message numerus="yes">
<source>%n active connection(s) to Dash network</source>
<translation><numerusform>%n connessione attiva alla rete Dash</numerusform><numerusform>%n connessioni attive alla rete Dash</numerusform></translation>
</message>
<message>
<source>Synchronizing with network...</source>
<translation>Sincronizzazione con la rete in corso...</translation>
@ -860,6 +868,10 @@ Indirizzo: %4
<source>Darksend was successfully set to basic (%1 and 2 rounds). You can change this at any time by opening Dash's configuration screen.</source>
<translation>Dark send è statto correttamente impostato su base (%1 e 2 round). Puoi cambiare questa impostazione in qualsiasi momento tu lo voglia dalla finestra di configurazione.</translation>
</message>
<message>
<source>Darksend was successfully set to high (%1 and 8 rounds). You can change this at any time by opening Dash's configuration screen.</source>
<translation>Darksend è stata impostata correttamente a elevato (%1 e 8 turni). È possibile modificare in qualsiasi momento aprendo schermata di configurazione di Dash.</translation>
</message>
<message>
<source>Darksend was successfully set to maximum (%1 and 16 rounds). You can change this at any time by opening Dash's configuration screen.</source>
<translation>Darksend è stato correttamente settato al massimo (%1 e 16 rounds). Puoi cambiarlo quando vuoi aprendo la finestra di configurazione di Dash</translation>
@ -1440,6 +1452,10 @@ Più URL vengono separati da una barra verticale |.</translation>
<source>No inputs detected</source>
<translation>Non ci sono input rilevati</translation>
</message>
<message numerus="yes">
<source>%n Rounds</source>
<translation><numerusform>%n Round</numerusform><numerusform>%n Rounds</numerusform></translation>
</message>
<message>
<source>Found enough compatible inputs to anonymize %1</source>
<translation>Incontrati sufficienti inputs compatibili per anonimizzare %1</translation>
@ -2249,6 +2265,10 @@ Più URL vengono separati da una barra verticale |.</translation>
<source>anonymous funds</source>
<translation>fondi anonimi</translation>
</message>
<message>
<source>(darksend requires this amount to be rounded up to the nearest %1).</source>
<translation>(darksend richiede questo importo da arrotondato al più vicino %1).</translation>
</message>
<message>
<source>any available funds (not recommended)</source>
<translation>tutti i fondi disponibili (non raccomandato)</translation>
@ -2277,6 +2297,10 @@ Più URL vengono separati da una barra verticale |.</translation>
<source>A fee %1 times higher than %2 per kB is considered an insanely high fee.</source>
<translation>Una commissione %1 volte piú alta che %2 per kB é considerata incredibilmente alta.</translation>
</message>
<message numerus="yes">
<source>Estimated to begin confirmation within %n block(s).</source>
<translation><numerusform>Inizio della confirmazione stimato in %n blocco</numerusform><numerusform>Inizio della confirmazione stimato in %n blocchi</numerusform></translation>
</message>
<message>
<source>The recipient address is not valid, please recheck.</source>
<translation>L'indirizzo del beneficiario non è valido, si prega di ricontrollare.</translation>
@ -2583,6 +2607,10 @@ Più URL vengono separati da una barra verticale |.</translation>
</context>
<context>
<name>TransactionDesc</name>
<message numerus="yes">
<source>Open for %n more block(s)</source>
<translation><numerusform>Aperto per %n blocco in piú</numerusform><numerusform>Aperto per %n blocchi in piú</numerusform></translation>
</message>
<message>
<source>Open until %1</source>
<translation>Aperto fino a %1</translation>
@ -2643,6 +2671,10 @@ Più URL vengono separati da una barra verticale |.</translation>
<source>, has not been successfully broadcast yet</source>
<translation>, non è stato ancora trasmesso con successo</translation>
</message>
<message numerus="yes">
<source>, broadcast through %n node(s)</source>
<translation><numerusform>, trasmettere attraverso %n nodo</numerusform><numerusform>, trasmettere attraverso %n nodi</numerusform></translation>
</message>
<message>
<source>Date</source>
<translation>Data</translation>
@ -2683,6 +2715,10 @@ Più URL vengono separati da una barra verticale |.</translation>
<source>Credit</source>
<translation>Credito</translation>
</message>
<message numerus="yes">
<source>matures in %n more block(s)</source>
<translation><numerusform>Matura in %n blocco in piú</numerusform><numerusform>Matura in %n blocchi in piú</numerusform></translation>
</message>
<message>
<source>not accepted</source>
<translation>non accettato</translation>
@ -2777,6 +2813,10 @@ Più URL vengono separati da una barra verticale |.</translation>
<source>Address</source>
<translation>Indirizzo</translation>
</message>
<message numerus="yes">
<source>Open for %n more block(s)</source>
<translation><numerusform>Aperto per %n blocco in piú</numerusform><numerusform>Aperto per %n blocchi in piú</numerusform></translation>
</message>
<message>
<source>Open until %1</source>
<translation>Aperto fino a %1</translation>
@ -3123,6 +3163,10 @@ Più URL vengono separati da una barra verticale |.</translation>
<source>Bind to given address and always listen on it. Use [host]:port notation for IPv6</source>
<translation>Associa all'indirizzo indicato e resta permanentemente in ascolto su questo. Usa la notazione [host]:porta per l'IPv6</translation>
</message>
<message>
<source>Cannot obtain a lock on data directory %s. Dash Core is probably already running.</source>
<translation>Impossibile ottenere un blocco sulla data directory %s. Dash Core è probabilmente già in esecuzione.</translation>
</message>
<message>
<source>Darksend uses exact denominated amounts to send funds, you might simply need to anonymize some more coins.</source>
<translation>Darksend utilizza esatto denominato importo a inviare fondi, si potrebbe semplicemente bisogno di anonimizzare alcuni più monete.</translation>
@ -3187,10 +3231,6 @@ Più URL vengono separati da una barra verticale |.</translation>
<source>Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 DASH.</source>
<translation>Impossibile trovare un numero sufficiente di non denominati fondi Darksend per questa operazione che non sono uguali a 1000 DASH.</translation>
</message>
<message>
<source>Unable to locate enough Darksend non-denominated funds for this transaction.</source>
<translation>Impossibile trovare un numero sufficiente di non denominati fondi Darksend per questa transazione.</translation>
</message>
<message>
<source>Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction.</source>
<translation>Attenzione: -paytxfee è molto alta. Questa è la commissione che si paga quando si invia una transazione.</translation>
@ -3543,6 +3583,10 @@ Più URL vengono separati da una barra verticale |.</translation>
<source>KeePassHttp key for AES encrypted communication with KeePass</source>
<translation>Chiave KeePassHttp per AES comunicazione cripra con KeePass</translation>
</message>
<message>
<source>Keep at most &lt;n&gt; unconnectable transactions in memory (default: %u)</source>
<translation>Mantenere al massimo &lt;n&gt; le operazioni in collegabile in memoria (predefinito: %u)</translation>
</message>
<message>
<source>Last Darksend was too recent.</source>
<translation>L'ultima darksend è troppo recente</translation>

View File

@ -1,4 +1,4 @@
<TS language="pl" version="2.1">
<TS language="pl" version="2.0">
<context>
<name>AddressBookPage</name>
<message>
@ -1456,7 +1456,7 @@ https://www.transifex.com/projects/p/dash/</translation>
</message>
<message>
<source>The denominations you submitted to the Masternode.&lt;br&gt;To mix, other users must submit the exact same denominations.</source>
<translation>Denominacje, które wysłałeś do Masternoda.&lt;br&gt;Aby zostały one ymieszane, inni użytkownicy muszą wysłać dokładnie takie same denominacje. </translation>
<translation>Denominacje, które wysłałeś do Masternoda.&lt;br&gt;Aby zostały one wymieszane, inni użytkownicy muszą wysłać dokładnie takie same denominacje. </translation>
</message>
<message>
<source>(Last Message)</source>
@ -3962,6 +3962,18 @@ Zaleca się również aby ustawić alarm powiadomień tzw. alertnotify, aby dać
<source>Listen for connections on &lt;port&gt; (default: %u or testnet: %u)</source>
<translation>Nasłuchuj połączeń na &lt;port&gt; (domyślnie: %u lub testnet: %u)</translation>
</message>
<message>
<source>Loading budget cache...</source>
<translation>Ładuje pamięć podręczną budżetu...</translation>
</message>
<message>
<source>Loading masternode cache...</source>
<translation>Ładuję pamięć podręczną masternoda...</translation>
</message>
<message>
<source>Loading masternode payment cache...</source>
<translation>Ładuję pamięć podręczną płatności masternodów...</translation>
</message>
<message>
<source>Lock is already in place.</source>
<translation>Transakcja została już zamknięta.</translation>
@ -4098,10 +4110,6 @@ Zaleca się również aby ustawić alarm powiadomień tzw. alertnotify, aby dać
<source>Submitted to masternode, waiting in queue %s</source>
<translation>Przesłano do masterdnoda, czekaj na swoją kolej %s</translation>
</message>
<message>
<source>Synchronization doesn't yet started</source>
<translation>Synchronizacja jeszcze się nie zaczęła</translation>
</message>
<message>
<source>Synchronization failed</source>
<translation>Synchronizacja nie powiodła się</translation>
@ -4382,6 +4390,10 @@ Zaleca się również aby ustawić alarm powiadomień tzw. alertnotify, aby dać
<source>Specify your own public address</source>
<translation>Sprecyzuj swój adres publiczny</translation>
</message>
<message>
<source>Synchronization pending...</source>
<translation>Synchronizacja w toku...</translation>
</message>
<message>
<source>This help message</source>
<translation>Ten komunikat pomocny</translation>

View File

@ -1,4 +1,4 @@
<TS language="pt" version="2.1">
<TS language="pt" version="2.0">
<context>
<name>AddressBookPage</name>
<message>
@ -506,22 +506,6 @@
<source>Up to date</source>
<translation>Actualizado</translation>
</message>
<message>
<source>Synchronizing sporks...</source>
<translation>A sincronizar sporks...</translation>
</message>
<message>
<source>Synchronizing masternodes...</source>
<translation>A sincronizar masternodes...</translation>
</message>
<message>
<source>Synchronizing masternode winners...</source>
<translation>A sincronizar masternodes vencedores...</translation>
</message>
<message>
<source>Synchronizing budgets...</source>
<translation>A sincronizar orçamentos...</translation>
</message>
<message numerus="yes">
<source>%n hour(s)</source>
<translation><numerusform>%n hora</numerusform><numerusform>%n horas</numerusform></translation>
@ -3393,10 +3377,6 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 DASH.</source>
<translation>Não foi possível localizar fundos Darksend não denominados suficientes para esta transacção que não sejam igual a 1000DRK.</translation>
</message>
<message>
<source>Unable to locate enough Darksend non-denominated funds for this transaction.</source>
<translation>Não foi possível localizar fundos Darksend não denominados suficientes para esta transacção.</translation>
</message>
<message>
<source>Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction.</source>
<translation>Aviso: -paytxfee tem um valor muito elevado! Esta é a taxa de transacção que será paga se enviar uma transacção.</translation>
@ -3585,6 +3565,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>(1 = keep tx meta data e.g. account owner and payment request information, 2 = drop tx meta data)</source>
<translation>(1 = mantem meta dados das transacções ex. dono da conta e informação das solicitações de pagamento, 2 = elimina os meta dados das transacções)</translation>
</message>
<message>
<source>An error occurred while setting up the RPC address %s port %u for listening: %s</source>
<translation>Ocorreu um erro ao configurar o endereço RPC %s na porta %u para escutar: %s</translation>
</message>
<message>
<source>Bind to given address and whitelist peers connecting to it. Use [host]:port notation for IPv6</source>
<translation>Vincular a um determinado endereço e ouvir sempre . Use a notação [host]:porta para IPv6</translation>
@ -3633,6 +3617,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Output debugging information (default: %u, supplying &lt;category&gt; is optional)</source>
<translation>Informação de depuração de saída (omissão: %u, fornecer &lt;category&gt; é opcional)</translation>
</message>
<message>
<source>Provide liquidity to Darksend by infrequently mixing coins on a continual basis (0-100, default: %u, 1=very frequent, high fees, 100=very infrequent, low fees)</source>
<translation>Providenciar liquidez para o Darksend misturando moedas continuamente com baixa frequência (0-100, omissão: %u, 1=muito frequente taxas elevadas, 100=pouco frequente, taxas reduzidas)</translation>
</message>
<message>
<source>Send trace/debug info to console instead of debug.log file (default: %u)</source>
<translation>Enviar informação de execução/depuração para a consola em vez de enviar para o ficheiro debug.log (omissão: %u)</translation>
@ -3645,6 +3633,14 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Show N confirmations for a successfully locked transaction (0-9999, default: %u)</source>
<translation>Mostrar N confirmações para uma transacção bloqueada com sucesso (0-9999, omissão: %u)</translation>
</message>
<message>
<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>Este produto inclui software desenvolvido pelo Projecto OpenSSL para uso no OpenSSL Toolkit &lt;https://www.openssl.org/&gt;, software criptográfico escrito por Eric Young e software UPnP escrito por Thomas Bernard.</translation>
</message>
<message>
<source>Unable to locate enough funds for this transaction that are not equal 1000 DASH.</source>
<translation>Não foi possível localizar fundos suficientes para esta transacção que não sejam igual a 1000DRK.</translation>
</message>
<message>
<source>Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s)</source>
<translation>Usar um proxy SOCKS5 diferente para ligar aos nós através dos serviços escondidos Tor (omissão: %s)</translation>
@ -3771,6 +3767,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Generate coins (default: %u)</source>
<translation>Gerar moedas (default: %u)</translation>
</message>
<message>
<source>How many blocks to check at startup (default: %u, 0 = all)</source>
<translation>Quanto blocos deve verificar no arranque (omissão: %u, 0 = all)</translation>
</message>
<message>
<source>Importing...</source>
<translation>A importar...</translation>
@ -3859,6 +3859,18 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Listen for connections on &lt;port&gt; (default: %u or testnet: %u)</source>
<translation>Escutar ligações na &lt;port&gt; (default: %u or testnet: %u)</translation>
</message>
<message>
<source>Loading budget cache...</source>
<translation>Carregando cache de orçamentos...</translation>
</message>
<message>
<source>Loading masternode cache...</source>
<translation>A carregar a cache de masternodes...</translation>
</message>
<message>
<source>Loading masternode payment cache...</source>
<translation>Carregando cache de pagamento de maternodes...</translation>
</message>
<message>
<source>Lock is already in place.</source>
<translation>Bloqueio efectuado.</translation>
@ -3995,6 +4007,22 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Submitted to masternode, waiting in queue %s</source>
<translation>Apresentado ao masternode, esperando na fila %s </translation>
</message>
<message>
<source>Synchronizing budgets...</source>
<translation>A sincronizar orçamentos...</translation>
</message>
<message>
<source>Synchronizing masternode winners...</source>
<translation>A sincronizar masternodes vencedores...</translation>
</message>
<message>
<source>Synchronizing masternodes...</source>
<translation>A sincronizar masternodes...</translation>
</message>
<message>
<source>Synchronizing sporks...</source>
<translation>A sincronizar sporks...</translation>
</message>
<message>
<source>This is not a Masternode.</source>
<translation>Este não é um Masternode</translation>
@ -4099,18 +4127,6 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Loading block index...</source>
<translation>A carregar índice de blocos...</translation>
</message>
<message>
<source>Loading budget cache...</source>
<translation>Carregando cache de orçamentos...</translation>
</message>
<message>
<source>Loading masternode cache...</source>
<translation>Carregando cache de masternode...</translation>
</message>
<message>
<source>Loading masternode payment cache...</source>
<translation>Carregando cache de pagamento de maternodes...</translation>
</message>
<message>
<source>Loading wallet... (%3.2f %%)</source>
<translation>A carregar carteira... (%3.2f %%)</translation>

View File

@ -1,4 +1,4 @@
<TS language="ru" version="2.1">
<TS language="ru" version="2.0">
<context>
<name>AddressBookPage</name>
<message>
@ -3963,6 +3963,18 @@ rpcpassword=%s
<source>Listen for connections on &lt;port&gt; (default: %u or testnet: %u)</source>
<translation>Принимать входящие подключения на порт &lt;port&gt; (по умолчанию: %u или testnet: %u)</translation>
</message>
<message>
<source>Loading budget cache...</source>
<translation>Загрузка кэша бюджетов...</translation>
</message>
<message>
<source>Loading masternode cache...</source>
<translation>Загрузка кэша мастернод...</translation>
</message>
<message>
<source>Loading masternode payment cache...</source>
<translation>Загрузка кэша выплат Мастернодам...</translation>
</message>
<message>
<source>Lock is already in place.</source>
<translation>Установлена блокировка.</translation>
@ -4099,10 +4111,6 @@ rpcpassword=%s
<source>Submitted to masternode, waiting in queue %s</source>
<translation>Отправлено на мастерноду, ожидаем в очереди %s</translation>
</message>
<message>
<source>Synchronization doesn't yet started</source>
<translation>Синхронизация еще не началась</translation>
</message>
<message>
<source>Synchronization failed</source>
<translation>Синхронизация закончилась неудачно</translation>
@ -4383,6 +4391,10 @@ rpcpassword=%s
<source>Specify your own public address</source>
<translation>Укажите Ваш собственный публичный адрес</translation>
</message>
<message>
<source>Synchronization pending...</source>
<translation>Ожидание синхронизации...</translation>
</message>
<message>
<source>This help message</source>
<translation>Эта справка</translation>

3558
src/qt/locale/dash_sk.ts Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
<TS language="sv" version="2.1">
<TS language="sv" version="2.0">
<context>
<name>AddressBookPage</name>
<message>
@ -407,6 +407,10 @@
<source>Open a dash: URI or payment request</source>
<translation>Öppna en Dash-URI eller betalningsbegäran</translation>
</message>
<message>
<source>&amp;Command-line options</source>
<translation>&amp;Kommandoradalternativ</translation>
</message>
<message>
<source>Show the Dash Core help message to get a list with possible Dash command-line options</source>
<translation>Visa Dash Core-hjälpmeddelandet för att en lista med möjliga Dash-kommandoradalternativ</translation>
@ -2669,10 +2673,22 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Enter regression test mode, which uses a special chain in which blocks can be solved instantly.</source>
<translation> in i regressionstestläget, vilken använder en särskild kedja i vilken block kan lösas direkt.</translation>
</message>
<message>
<source>Error: Listening for incoming connections failed (listen returned error %s)</source>
<translation>Fel: Lyssnande inkommande anslutningar misslyckades (avlyssna återkommande fel %s)</translation>
</message>
<message>
<source>Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message)</source>
<translation>Exekvera kommandot när ett viktigt larm mottas eller vi ser en jättelång förgrening (%s i cmd ersätts av ett meddelande)</translation>
</message>
<message>
<source>Execute command when a wallet transaction changes (%s in cmd is replaced by TxID)</source>
<translation>Exekvera kommandot när en plånbokstransaktion ändras (%s i cmd ersätts av TxID) </translation>
</message>
<message>
<source>Execute command when the best block changes (%s in cmd is replaced by block hash)</source>
<translation>Exekvera kommandot när det bästa blocket ändras (%s i cmd ersätts av blockhash)</translation>
</message>
<message>
<source>In this mode -genproclimit controls how many blocks are generated immediately.</source>
<translation>I detta läge kontrollerar -genproclimit hur många block som genereras omedelbart.</translation>
@ -2713,10 +2729,6 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 DASH.</source>
<translation>Kunde inte hitta tillräckliga Darksend-icke-denominationsmedel för denna transaktion som inte är likvärdiga 1000 DASH.</translation>
</message>
<message>
<source>Unable to locate enough Darksend non-denominated funds for this transaction.</source>
<translation>Kunde inte hitta tillräckliga Darksend-icke-denominationsmedel för denna transaktion.</translation>
</message>
<message>
<source>Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction.</source>
<translation>Varning: -paytxfee är väldigt högt satt! Detta är transaktionsavgiften du kommer att betala om du skickar en transaktion.</translation>
@ -3161,6 +3173,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Transaction too large</source>
<translation>Transaktionen är för stor</translation>
</message>
<message>
<source>Unable to bind to %s on this computer (bind returned error %s)</source>
<translation>Kan inte binda %s till denna dator (bindande återgav ett fel %s)</translation>
</message>
<message>
<source>Unable to sign spork message, wrong key?</source>
<translation>Kan inte sporka meddelandet, fel nyckel?</translation>
@ -3201,6 +3217,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Verifying wallet...</source>
<translation>Bekräftar plånbok...</translation>
</message>
<message>
<source>Wallet %s resides outside data directory %s</source>
<translation>Plånboken %s återfinns utanför datakatalogen %s</translation>
</message>
<message>
<source>Wallet is locked.</source>
<translation>Plånboken är låst.</translation>

View File

@ -1,4 +1,4 @@
<TS language="vi" version="2.1">
<TS language="vi" version="2.0">
<context>
<name>AddressBookPage</name>
<message>
@ -458,6 +458,10 @@
<source>Processed %n blocks of transaction history.</source>
<translation><numerusform>Xử đưc %n khối của các giao dịch đã qua.</numerusform></translation>
</message>
<message>
<source>Synchronizing additional data: %p%</source>
<translation>Đang đng bộ những dữ liệu bổ sung: %p%</translation>
</message>
<message>
<source>Show the Dash Core help message to get a list with possible Dash command-line options</source>
<translation>Hiển thị hướng dẫn của Dash Core đ danh sách đy đ các tuỳ chọn dòng lệnh của Dash.</translation>
@ -589,6 +593,10 @@ Kiểu: %3
</context>
<context>
<name>ClientModel</name>
<message>
<source>Total: %1 (DS compatible: %2 / Enabled: %3)</source>
<translation>Tổng số: %1 (Tương thích với DS: %2 / Sẵn sàng: %3)</translation>
</message>
<message>
<source>Network Alert</source>
<translation>Cảnh báo mạng</translation>
@ -1169,6 +1177,10 @@ Kiểu: %3
<source>Expert</source>
<translation>Chuyên gia</translation>
</message>
<message>
<source>This setting determines the amount of individual masternodes that an input will be anonymized through.&lt;br/&gt;More rounds of anonymization gives a higher degree of privacy, but also costs more in fees.</source>
<translation>Thiết lập này xác đnh số tiền cho mỗi master nodes đu vào thông qua đó đưc n danh.&lt;br/&gt;Càng nhiều vòng n danh thì sẽ cho mức đ riêng càng cao, nhưng cũng tốn nhiều phí hơn.</translation>
</message>
<message>
<source>Whether to show coin control features or not.</source>
<translation>Hiển thị hoặc không hiển thị tính năng coin control.</translation>
@ -1903,6 +1915,26 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Upgrade wallet format</source>
<translation>Nâng cấp đnh dạng </translation>
</message>
<message>
<source>-salvagewallet: Attempt to recover private keys from a corrupt wallet.dat.</source>
<translation>-salvagewallet: Thử phục hồi khoá riêng từ tệp wallet.dat bị lỗi.</translation>
</message>
<message>
<source>-rescan: Rescan the block chain for missing wallet transactions.</source>
<translation>-rescan: Quét lại blockchain đ tìm những giao dịch bị thiếu.</translation>
</message>
<message>
<source>-zapwallettxes=1: Recover transactions from blockchain (keep meta-data, e.g. account owner).</source>
<translation>-zapwallettxes=1: Phục hồi các giao dịch từ blockchain (giữ các meta-data, dụ: chủ tải khoản).</translation>
</message>
<message>
<source>-zapwallettxes=2: Recover transactions from blockchain (drop meta-data).</source>
<translation>-zapwallettxes=2: Phục hồi tất cả các giao dịch từ blockchain (bỏ đi các meta-data).</translation>
</message>
<message>
<source>-upgradewallet: Upgrade wallet to latest format on startup. (Note: this is NOT an update of the wallet itself!)</source>
<translation>-upgradewallet: Nâng cấp lên đnh dạng mới nhất khi khởi đng. (Chú ý: điều này KHÔNG nghĩa nâng cấp bản thân phần mềm )</translation>
</message>
<message>
<source>Wallet repair options.</source>
<translation>Các tuỳ chọn sửa .</translation>
@ -1978,6 +2010,10 @@ https://www.transifex.com/projects/p/dash/</translation>
</context>
<context>
<name>ReceiveCoinsDialog</name>
<message>
<source>Reuse one of the previously used receiving addresses.&lt;br&gt;Reusing addresses has security and privacy issues.&lt;br&gt;Do not use this unless re-generating a payment request made before.</source>
<translation>Sử dụng lại đa chỉ đã đưc sử dụng đ nhận trước đây.&lt;br&gt;Sử dụng lại đa chỉ nảy sinh vấn đ an ninh riêng .&lt;br&gt;Đng sử dụng trừ khi bạn tạo lại yêu cầu thanh toán bạn đã làm trước đây.</translation>
</message>
<message>
<source>R&amp;euse an existing receiving address (not recommended)</source>
<translation>Tái &amp;sử dụng lại đa chỉ nhận đã (không khuyến khích)</translation>
@ -1994,6 +2030,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>An optional label to associate with the new receiving address.</source>
<translation>Một nhãn tuỳ chọn đ liên kết với đa chỉ nhận mới.</translation>
</message>
<message>
<source>An optional message to attach to the payment request, which will be displayed when the request is opened.&lt;br&gt;Note: The message will not be sent with the payment over the Dash network.</source>
<translation>Một thông điệp tuỳ chọn đ đính vào yêu cầu thanh toán, sẽ hiển thị khi yêu cầu đưc mở.&lt;br&gt;Chú ý: Thông điệp sẽ không đưc gửi thông qua mạng lưới Dash.</translation>
</message>
<message>
<source>Use this form to request payments. All fields are &lt;b&gt;optional&lt;/b&gt;.</source>
<translation>Sử dụng biểu mẫu này đ yêu cầu thanh toán. Tất cả các trường đu &lt;b&gt;không bắt buộc&lt;/b&gt;.</translation>
@ -2387,6 +2427,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>The recipient address is not valid, please recheck.</source>
<translation>Đa chỉ nhận không hợp lệ, hãy kiểm tra lại.</translation>
</message>
<message>
<source>&lt;b&gt;(%1 of %2 entries displayed)&lt;/b&gt;</source>
<translation>&lt;b&gt;(%1 của %2 các thành phần đưc hiển thị)&lt;/b&gt;</translation>
</message>
<message>
<source>The amount to pay must be larger than 0.</source>
<translation>Số tiền thanh toán phải lớn hơn 0.</translation>
@ -2841,6 +2885,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Merchant</source>
<translation>Người bán</translation>
</message>
<message>
<source>Generated coins must mature %1 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, its state will change to "not accepted" and it won't be spendable. This may occasionally happen if another node generates a block within a few seconds of yours.</source>
<translation>Coin đưc tạo phải đưc trưởng thành %1 khối trước khi chúng thể đưc tiêu. Khi bạn sinh khối này, đưc quảng trong mạng đ thêm vào chuỗi khối. Nếu không đưc đưa vào chuỗi, trạng thái của đưc chuyển thành "không được chấp nhận" sẽ không thể tiêu đưc. Điều này thỉnh thoảng xảy ra nếu những nút khác cũng sinh trong vòng vài giây với khối của bạn.</translation>
</message>
<message>
<source>Debug information</source>
<translation>Thông tin gỡ rối</translation>
@ -3309,10 +3357,6 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 DASH.</source>
<translation>Không tìm đ ngân sách Darksend denominated cho giao dịch không bằng 1000 DASH</translation>
</message>
<message>
<source>Unable to locate enough Darksend non-denominated funds for this transaction.</source>
<translation>Không kiếm đ ngân sách Darksend non-denominated cho giao dịch này.</translation>
</message>
<message>
<source>Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction.</source>
<translation>Cảnh báo: -paytxfee đưc đt rất cao! Đây mức phí giao dịch bạn sẽ trả nếu bạn gửi một giao dịch.</translation>
@ -3497,18 +3541,114 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>If &lt;category&gt; is not supplied, output all debugging information.</source>
<translation>Nếu &lt;category&gt; không đưc cung cấp, đưa ra tất cả các thông tin gỡ rối.</translation>
</message>
<message>
<source>An error occurred while setting up the RPC address %s port %u for listening: %s</source>
<translation> một lỗi xảy ra trong khi thiết lập đa chỉ RPC %s cổng %u đ lắng nghe: %s</translation>
</message>
<message>
<source>Continuously rate-limit free transactions to &lt;n&gt;*1000 bytes per minute (default:%u)</source>
<translation>Liên tục giới hạn tỷ lệ miễn phí giao dịch về &lt;n&gt;*1000 byte cho mỗi phút (ngầm đnh:%u)</translation>
</message>
<message>
<source>Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality)</source>
<translation>Tạo tệp mới với các quyền hệ thống ngầm đnh, thay umask 077 (chỉ tác dụng với chức năng đưc tắt)</translation>
</message>
<message>
<source>Delete all wallet transactions and only recover those parts of the blockchain through -rescan on startup</source>
<translation>Xoá hết tất cả các giao dịch chỉ phục hồi những phần đó của blockchain qua -rescan khi khởi đng</translation>
</message>
<message>
<source>Disable all Dash specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u)</source>
<translation>Tắt tất cả các chức năng đc trưng của Dash (Masternode, Darksend, InstantX, Lập ngân sách) (0-1, ngầm đnh: %u)</translation>
</message>
<message>
<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>Phân phối dưới giấy phép phần mềm MIT, hãy xem file COPYING đi kèm hoặc &lt;http://www.opensource.org/licenses/mit-license.php&gt;.</translation>
</message>
<message>
<source>Enable instantx, show confirmations for locked transactions (bool, default: %s)</source>
<translation>Bật InstantX, hiển thị các xác thực cho các giao dịch bị khoá (bool, ngầm đnh: %s)</translation>
</message>
<message>
<source>Enable use of automated darksend for funds stored in this wallet (0-1, default: %u)</source>
<translation>Cho phép sử dụng tự đng darksend cho những ngân sách đưc lưu trong (0-1, ngầm đnh: %u)</translation>
</message>
<message>
<source>Fees (in DASH/Kb) smaller than this are considered zero fee for relaying (default: %s)</source>
<translation>Phí (tính theo DASH/Kb) nhỏ hơn số này đưc coi không mất phí cho việc chuyển tiền (ngầm đnh: %s)</translation>
</message>
<message>
<source>Fees (in DASH/Kb) smaller than this are considered zero fee for transaction creation (default: %s)</source>
<translation>Phí (theo DASH/Kb) nhỏ hơn số này đưc coi không mất phí cho việc khởi tạo giao dịch (ngầm đnh: %s)</translation>
</message>
<message>
<source>Flush database activity from memory pool to disk log every &lt;n&gt; megabytes (default: %u)</source>
<translation>Đy các hoạt đng với sở dữ liệu từ bộ nhớ xuống nhật trên đĩa mỗi &lt;n&gt; megabytes (ngầm đnh: %u)</translation>
</message>
<message>
<source>Found unconfirmed denominated outputs, will wait till they confirm to continue.</source>
<translation>Đã thấy các mệnh giá đu ra chưa đưc xác nhận, sẽ đi đến khi chúng xác nhận đ tiếp tục.</translation>
</message>
<message>
<source>How thorough the block verification of -checkblocks is (0-4, default: %u)</source>
<translation>Cách kiểm tra khối triệt đ -checkblocks (0-4, ngầm đnh: %u)</translation>
</message>
<message>
<source>Log transaction priority and fee per kB when mining blocks (default: %u)</source>
<translation>Lưu nhật các ưu tiên phí giao dịch cho mỗi kB khi đào các khối (ngầm đnh: %u)</translation>
</message>
<message>
<source>Number of seconds to keep misbehaving peers from reconnecting (default: %u)</source>
<translation>Số giây hạn chế đ không cho phép các đi tác ngang hàng xử không đúng tiếp tục kết nối lại (ngầm đnh: %u)</translation>
</message>
<message>
<source>Output debugging information (default: %u, supplying &lt;category&gt; is optional)</source>
<translation>Thông tin gỡ rối đu ra (ngầm đnh: %u, cung cấp &lt;category&gt; một tuỳ chọn)</translation>
</message>
<message>
<source>Provide liquidity to Darksend by infrequently mixing coins on a continual basis (0-100, default: %u, 1=very frequent, high fees, 100=very infrequent, low fees)</source>
<translation>Cung cấp thanh khoản cho Darksend bằng việc thường xuyên trộn tiền một cách liên tục (0-100, ngầm đnh: %u, 1=rất thường xuyên, phí cao, 100=rất ít thường xuyên, phí thấp)</translation>
</message>
<message>
<source>Send trace/debug info to console instead of debug.log file (default: %u)</source>
<translation>Gửi thông tin trace/debug đến console thay ra tệp debug.log (ngầm đnh: %u)</translation>
</message>
<message>
<source>Set the number of threads for coin generation if enabled (-1 = all cores, default: %d)</source>
<translation>Thiết lập số các luồng cho việc sinh coin nếu bật (-1 = tất cả các lõi, ngầm đnh: %d)</translation>
</message>
<message>
<source>Show N confirmations for a successfully locked transaction (0-9999, default: %u)</source>
<translation>Hiển thị N xác nhận cho mỗi giao dịch đưc khoá thành công (0-9999, ngầm đnh: %u)</translation>
</message>
<message>
<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>Sản phẩm này kèm theo phần mềm đưc phát triển bởi dự án OpenSSL đ sử dụng các công cụ OpenSSL &lt;https://www.openssl.org/&gt; và phần mềm mã hoá được viết bởi Eric Young và phần mềm UPnP được viết bởi Thomas Bernard.</translation>
</message>
<message>
<source>Unable to locate enough funds for this transaction that are not equal 1000 DASH.</source>
<translation>Không tìm đưc đ ngân sách cho giao dịch không đ 1000 DASH.</translation>
</message>
<message>
<source>Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s)</source>
<translation>Sửa dụng các SOCKS5 proxy riêng biệt cho mỗi đi tác ngang hàng thông qua dịch vụ n Tor (ngầm đnh: %s)</translation>
</message>
<message>
<source>Warning: -maxtxfee is set very high! Fees this large could be paid on a single transaction.</source>
<translation>Cảnh báo: -maxtxfee đưc đt rất cao! Mức Phí cao này sẽ đưc trả cho mỗi một giao dịch đơn.</translation>
</message>
<message>
<source>Warning: Please check that your computer's date and time are correct! If your clock is wrong Dash Core will not work properly.</source>
<translation>Cánh báo: Hãy vui lòng kiểm tra ngày giờ máy tính của bạn cho chính xác! Nếu đng hồ của bạn sai thì Dash Core sẽ không làm việc một cách hoàn hảo.</translation>
</message>
<message>
<source>Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times.</source>
<translation>Các đi tác ngang hàng cho phép đang kết nối từ đa chỉ IP netmask. thể đưc chỉ nhiều lần.</translation>
</message>
<message>
<source>(9999 could be used only on mainnet)</source>
<translation>(9999 chỉ đưc sử dụng trên mạng chính thức)</translation>
</message>
<message>
<source>(default: %s)</source>
<translation>(ngầm đnh: %s)</translation>
@ -3526,6 +3666,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Acceptable ciphers (default: %s)</source>
<translation>Các loại hoá thể chấp nhận (ngầm đnh: %s)</translation>
</message>
<message>
<source>Always query for peer addresses via DNS lookup (default: %u)</source>
<translation>Luôn luôn tìm kiếm đa chỉ các đi tác ngang hàng thông qua tìm kiếm DNS (ngầm đnh: %u)</translation>
</message>
<message>
<source>Cannot resolve -whitebind address: '%s'</source>
<translation>Không thể phân giải đa chỉ -whitebind: '%s'</translation>
@ -3534,6 +3678,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Connect through SOCKS5 proxy</source>
<translation>Kết nối thông qua SOCKS 5 proxy</translation>
</message>
<message>
<source>Connect to KeePassHttp on port &lt;port&gt; (default: %u)</source>
<translation>Kết nối tới KeePassHttp trên cổng &lt;port&gt; (ngầm đnh: %u)</translation>
</message>
<message>
<source>Copyright (C) 2009-%i The Bitcoin Core Developers</source>
<translation>Bản quyền (C) 2009-%i bởi Nhóm phát triển Bitcoin Core</translation>
@ -3570,10 +3718,18 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Error loading wallet.dat: Wallet requires newer version of Dash Core</source>
<translation>Lỗi nạp wallet.dat: cần một phiên bản mới hơn của Dash Core</translation>
</message>
<message>
<source>Error: A fatal internal error occured, see debug.log for details</source>
<translation>Lỗi: Một lỗi nghiêm trọng đã xuất hiện, xem debug.log đ biết thêm chi tiết</translation>
</message>
<message>
<source>Error: Unsupported argument -tor found, use -onion.</source>
<translation>Lỗi: Tìm thấy tham số không đưc hỗ trợ -tor, thay vào đó hãy sử dụng -onion</translation>
</message>
<message>
<source>Fee (in DASH/kB) to add to transactions you send (default: %s)</source>
<translation>Phí (theo DASH/Kb) sẽ thêm vào các giao dịch bạn gửi (ngầm đnh: %s)</translation>
</message>
<message>
<source>Finalizing transaction.</source>
<translation>Đang hoàn tất giao dịch.</translation>
@ -3582,10 +3738,18 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Force safe mode (default: %u)</source>
<translation>Cưỡng bức chế đ an toàn (ngầm đnh: %u)</translation>
</message>
<message>
<source>Found enough users, signing ( waiting %s )</source>
<translation>Đã tìm đ người dùng, đang (vui lòng đi %s)</translation>
</message>
<message>
<source>Found enough users, signing ...</source>
<translation>Đã kiếm đ người dùng, đang ...</translation>
</message>
<message>
<source>Generate coins (default: %u)</source>
<translation>Sinh tiền (ngầm đnh: %u)</translation>
</message>
<message>
<source>How many blocks to check at startup (default: %u, 0 = all)</source>
<translation>Bao nhiêu khối đ kiểm tra khi khởi đng (ngầm đnh: %u, 0 = tất cả)</translation>
@ -3598,6 +3762,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Imports blocks from external blk000??.dat file</source>
<translation>Nạp khối từ tệp ngoài blk000??.dat</translation>
</message>
<message>
<source>Include IP addresses in debug output (default: %u)</source>
<translation>Kèm đa chỉ IP trong thông tin gỡ rối đu ra (ngầm đnh: %u)</translation>
</message>
<message>
<source>Incompatible mode.</source>
<translation>Kiểu không tương thích.</translation>
@ -3674,6 +3842,22 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Listen for connections on &lt;port&gt; (default: %u or testnet: %u)</source>
<translation>Lắng nghe kết nối từ &lt;cổng&gt; (ngầm đnh: %u hoặc mạng thử: %u)</translation>
</message>
<message>
<source>Loading budget cache...</source>
<translation>Đang nạp bộ đm ngân sách...</translation>
</message>
<message>
<source>Loading masternode cache...</source>
<translation>Đang tải cache cho masternode...</translation>
</message>
<message>
<source>Loading masternode payment cache...</source>
<translation>Đang tải bộ đm thanh toán cho masternode...</translation>
</message>
<message>
<source>Lock is already in place.</source>
<translation>Khoá đã sẵn sàng.</translation>
</message>
<message>
<source>Lock masternodes from masternode configuration file (default: %u)</source>
<translation>Khoá các masternode từ tệp cấu hình masternode (ngầm đnh: %u)</translation>
@ -3682,6 +3866,14 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Maintain at most &lt;n&gt; connections to peers (default: %u)</source>
<translation>Duy trì nhiều nhất &lt;n&gt; kết nối tới các điểm ngang cấp (ngầm đnh: %u)</translation>
</message>
<message>
<source>Maximum per-connection receive buffer, &lt;n&gt;*1000 bytes (default: %u)</source>
<translation>Tối đa cho bộ đm nhận của mỗi kết nối, &lt;n&gt;*1000 bytes (ngầm đnh: %u)</translation>
</message>
<message>
<source>Maximum per-connection send buffer, &lt;n&gt;*1000 bytes (default: %u)</source>
<translation>Tối đa cho bộ đm gửi của mỗi kết nối, &lt;n&gt;*1000 bytes (ngầm đnh: %u)</translation>
</message>
<message>
<source>Mixing in progress...</source>
<translation>Đang trong quá trình trộn...</translation>
@ -3702,6 +3894,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Number of automatic wallet backups (default: 10)</source>
<translation>Số lượng tự đng sao lưu (ngầm định: 10)</translation>
</message>
<message>
<source>Only accept block chain matching built-in checkpoints (default: %u)</source>
<translation>Chỉ chấp nhận các chuỗi khối tương ng với các điểm kiểm tra trong (ngầm đnh: %u)</translation>
</message>
<message>
<source>Only connect to nodes in network &lt;net&gt; (ipv4, ipv6 or onion)</source>
<translation>Chỉ kết nối với các nút trong mạng &lt;net&gt; (IPv4, IPv6 hoặc onion)</translation>
@ -3710,6 +3906,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Prepend debug output with timestamp (default: %u)</source>
<translation>Thêm tiền tố đu ra debug với dấu thời gian (ngầm đnh: %u)</translation>
</message>
<message>
<source>Run a thread to flush wallet periodically (default: %u)</source>
<translation>Chạy một luồng đ làm sạch một cách thường xuyên (ngầm đnh: %u)</translation>
</message>
<message>
<source>Send transactions as zero-fee transactions if possible (default: %u)</source>
<translation>Gửi giao dịch như giao dịch không phí nếu thể (ngầm đnh: %u)</translation>
@ -3722,6 +3922,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Server private key (default: %s)</source>
<translation>Khoá riêng của máy chủ (ngầm đnh: %s)</translation>
</message>
<message>
<source>Set external address:port to get to this masternode (example: %s)</source>
<translation>Đt external address:port cho masternode này ( dụ: %s)</translation>
</message>
<message>
<source>Set key pool size to &lt;n&gt; (default: %u)</source>
<translation>Thiết lập kích thước pool đến &lt;n&gt; (ngầm đnh: %u)</translation>
@ -3734,6 +3938,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Set the number of threads to service RPC calls (default: %d)</source>
<translation>Thiết lập số luồng phục vụ các lời gọi RPC (ngầm đnh: %d)</translation>
</message>
<message>
<source>Sets the DB_PRIVATE flag in the wallet db environment (default: %u)</source>
<translation>Thiết lập cờ DB_PRIVATE trong môi trường sở dữ liệu (ngầm đnh: %u)</translation>
</message>
<message>
<source>Signing timed out.</source>
<translation> không kịp.</translation>
@ -3754,6 +3962,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Specify pid file (default: %s)</source>
<translation>Hãy chỉ tệp pid (ngầm đnh: %s)</translation>
</message>
<message>
<source>Spend unconfirmed change when sending transactions (default: %u)</source>
<translation>Tiên các khoản trả lại chưa đưc xác nhận khi gửi các giao dịch (ngầm đnh: %u)</translation>
</message>
<message>
<source>Stop running after importing blocks from disk (default: %u)</source>
<translation>Dừng chạy sau khi nạp các khối từ đĩa (ngầm đnh: %u)</translation>
@ -3770,6 +3982,30 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Submitted to masternode, waiting in queue %s</source>
<translation>Đã đưc gửi cho masternode, đang đi trong hàng đi %s</translation>
</message>
<message>
<source>Synchronization failed</source>
<translation>Đng bộ thất bại</translation>
</message>
<message>
<source>Synchronization finished</source>
<translation>Đng bộ đã hoàn thành</translation>
</message>
<message>
<source>Synchronizing budgets...</source>
<translation>Đang đng bộ ngân sách...</translation>
</message>
<message>
<source>Synchronizing masternode winners...</source>
<translation>Đng bộ các masternode đưc chọn...</translation>
</message>
<message>
<source>Synchronizing masternodes...</source>
<translation>Đang đng bộ các masternode...</translation>
</message>
<message>
<source>Synchronizing sporks...</source>
<translation>Đang đng bộ các sporks...</translation>
</message>
<message>
<source>This is not a Masternode.</source>
<translation>Đây không phải một Masternode.</translation>
@ -3778,14 +4014,26 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Threshold for disconnecting misbehaving peers (default: %u)</source>
<translation>Ngưỡng ngắt kết nối khi đi tác ngang hàng xử không đúng (ngầm đnh: %u)</translation>
</message>
<message>
<source>Use KeePass 2 integration using KeePassHttp plugin (default: %u)</source>
<translation>Sử dụng tích hợp KeePass 2 dùng KeePassHttp plugin (ngầm đnh: %u)</translation>
</message>
<message>
<source>Use N separate masternodes to anonymize funds (2-8, default: %u)</source>
<translation>Sử dụng N masternods riêng biệt đ n danh khoản tiền (2-8, ngầm đnh: %u)</translation>
</message>
<message>
<source>Use UPnP to map the listening port (default: %u)</source>
<translation>Sử dụng UPnP đ ánh xạ cổng lắng nghe (ngầm đnh: %u)</translation>
</message>
<message>
<source>Wallet needed to be rewritten: restart Dash Core to complete</source>
<translation> cần đưc ghi lại: khởi đng lại Dash Core đ hoàn tất</translation>
</message>
<message>
<source>Warning: Unsupported argument -benchmark ignored, use -debug=bench.</source>
<translation>Cảnh báo: Tham số không hỗ trợ -benchmark đưc bỏ qua, hãy sử dụng -debug=bench.</translation>
</message>
<message>
<source>Warning: Unsupported argument -debugnet ignored, use -debug=net.</source>
<translation>Cảnh báo: Tham số không hỗ trợ -debugnet đưc bỏ qua, hãy sử dụng -debug=net</translation>
@ -3798,6 +4046,30 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Invalid masternodeprivkey. Please see documenation.</source>
<translation>Masternodeprivkey không hợp lệ. Hãy xem lại tài liệu.</translation>
</message>
<message>
<source>(must be 9999 for mainnet)</source>
<translation>(phải 9999 cho mạng chính thức)</translation>
</message>
<message>
<source>Can't find random Masternode.</source>
<translation>Không tìm thấy Masternode ngẫu nhiên.</translation>
</message>
<message>
<source>Can't mix while sync in progress.</source>
<translation>Không thể trộn trong quá trình đng bộ.</translation>
</message>
<message>
<source>Could not parse masternode.conf</source>
<translation>Không hiểu đưc tệp masternode.conf</translation>
</message>
<message>
<source>Invalid netmask specified in -whitelist: '%s'</source>
<translation>Lỗi netmask đưc chỉ ra trong -whitelist: '%s'</translation>
</message>
<message>
<source>Invalid port detected in masternode.conf</source>
<translation>Phát hiện thấy cổng không hợp lệ trong tệp masternode.conf</translation>
</message>
<message>
<source>Invalid private key.</source>
<translation>Khoá riêng không hợp lệ.</translation>
@ -3814,6 +4086,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>KeePassHttp key for AES encrypted communication with KeePass</source>
<translation>Khoá KeePassHttp cho liên lạc hoá AES với KeePass</translation>
</message>
<message>
<source>Keep N DASH anonymized (default: %u)</source>
<translation>Giữ N DASH đã đưc n danh (ngầm đnh: %u)</translation>
</message>
<message>
<source>Keep at most &lt;n&gt; unconnectable transactions in memory (default: %u)</source>
<translation>Giữ nhiều nhất &lt;n&gt; các giao dịch không kết nối đưc trong bộ nhớ (ngầm đnh: %u)</translation>
@ -3834,18 +4110,6 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Loading block index...</source>
<translation>Đang nạp chỉ mục khối...</translation>
</message>
<message>
<source>Loading budget cache...</source>
<translation>Đang nạp bộ đm ngân sách...</translation>
</message>
<message>
<source>Loading masternode cache...</source>
<translation>Đang tải cache cho masternode...</translation>
</message>
<message>
<source>Loading masternode payment cache...</source>
<translation>Đang tải bộ đm thanh toán cho masternode...</translation>
</message>
<message>
<source>Loading wallet... (%3.2f %%)</source>
<translation>Đang nạp ... (%3.2f %%)</translation>
@ -3878,6 +4142,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>No matching denominations found for mixing.</source>
<translation>Không tìm thấy mệnh giá tương ng đ trộn.</translation>
</message>
<message>
<source>Node relay options:</source>
<translation>Tuỳ chọn trung chuyển nút:</translation>
</message>
<message>
<source>Non-standard public key detected.</source>
<translation>Phát hiện thấy khoá công khai không hợp chuẩn.</translation>
@ -4082,6 +4350,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Wallet options:</source>
<translation>Tuỳ chọn :</translation>
</message>
<message>
<source>Wallet window title</source>
<translation>Tiêu đ cửa sổ </translation>
</message>
<message>
<source>Warning</source>
<translation>Cảnh báo</translation>

View File

@ -1,4 +1,4 @@
<TS language="zh_CN" version="2.1">
<TS language="zh_CN" version="2.0">
<context>
<name>AddressBookPage</name>
<message>
@ -278,6 +278,10 @@
<source>&amp;About Dash Core</source>
<translation>&amp;</translation>
</message>
<message>
<source>Show information about Dash Core</source>
<translation></translation>
</message>
<message>
<source>About &amp;Qt</source>
<translation> &amp;Qt</translation>
@ -414,6 +418,10 @@
<source>&amp;Command-line options</source>
<translation>&amp; </translation>
</message>
<message>
<source>Dash Core client</source>
<translation></translation>
</message>
<message>
<source>Show the Dash Core help message to get a list with possible Dash command-line options</source>
<translation>使</translation>
@ -438,6 +446,10 @@
<source>Tabs toolbar</source>
<translation></translation>
</message>
<message numerus="yes">
<source>%n active connection(s) to Dash network</source>
<translation><numerusform>%n </numerusform></translation>
</message>
<message>
<source>Synchronizing with network...</source>
<translation>...</translation>
@ -892,6 +904,10 @@ Address: %4
<source>version</source>
<translation></translation>
</message>
<message>
<source>About Dash Core</source>
<translation> </translation>
</message>
<message>
<source>Usage:</source>
<translation>使</translation>
@ -952,6 +968,10 @@ Address: %4
<source>Use a custom data directory:</source>
<translation>使</translation>
</message>
<message>
<source>Dash Core</source>
<translation></translation>
</message>
<message>
<source>Error</source>
<translation></translation>
@ -1030,6 +1050,10 @@ Address: %4
<source>W&amp;allet</source>
<translation>&amp;</translation>
</message>
<message>
<source>Connect to the Dash network through a SOCKS5 proxy.</source>
<translation>SOCKS5代理链接达世币网络</translation>
</message>
<message>
<source>Expert</source>
<translation></translation>
@ -1317,6 +1341,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Darksend was successfully reset.</source>
<translation></translation>
</message>
<message>
<source>Darksend requires at least %1 to use.</source>
<translation> %1 使</translation>
</message>
<message>
<source>Wallet is locked and user declined to unlock. Disabling Darksend.</source>
<translation> </translation>
@ -1344,6 +1372,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Payment request file handling</source>
<translation> </translation>
</message>
<message>
<source>URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters.</source>
<translation>! </translation>
</message>
<message>
<source>Unverified payment requests to custom payment scripts are unsupported.</source>
<translation></translation>
@ -1378,6 +1410,10 @@ https://www.transifex.com/projects/p/dash/</translation>
</context>
<context>
<name>QObject</name>
<message>
<source>Enter a Dash address (e.g. %1)</source>
<translation>(e.g. %1)</translation>
</message>
</context>
<context>
<name>QRImageWidget</name>
@ -1547,6 +1583,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>An optional label to associate with the new receiving address.</source>
<translation></translation>
</message>
<message>
<source>An optional message to attach to the payment request, which will be displayed when the request is opened.&lt;br&gt;Note: The message will not be sent with the payment over the Dash network.</source>
<translation>&lt;br&gt;注意: 这个讯息不会随着付款送到达世币网路上</translation>
</message>
<message>
<source>Use this form to request payments. All fields are &lt;b&gt;optional&lt;/b&gt;.</source>
<translation>使&lt;b&gt;&lt;/b&gt;</translation>
@ -1915,6 +1955,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Pay &amp;To:</source>
<translation>(&amp;T)</translation>
</message>
<message>
<source>The Dash address to send the payment to</source>
<translation></translation>
</message>
<message>
<source>Choose previously used address</source>
<translation></translation>
@ -2001,6 +2045,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>You can sign messages with your addresses to prove you own them. Be careful not to sign anything vague, as phishing attacks may try to trick you into signing your identity over to them. Only sign fully-detailed statements you agree to.</source>
<translation></translation>
</message>
<message>
<source>The Dash address to sign the message with</source>
<translation></translation>
</message>
<message>
<source>Choose previously used address</source>
<translation></translation>
@ -2053,6 +2101,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Enter the signing address, message (ensure you copy line breaks, spaces, tabs, etc. exactly) and signature below to verify the message. Be careful not to read more into the signature than what is in the signed message itself, to avoid being tricked by a man-in-the-middle attack.</source>
<translation></translation>
</message>
<message>
<source>The Dash address the message was signed with</source>
<translation></translation>
</message>
<message>
<source>Verify the message to ensure it was signed with the specified Dash address</source>
<translation></translation>
@ -2612,7 +2664,11 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Send Coins</source>
<translation></translation>
</message>
</context>
<message>
<source>InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 DASH.</source>
<translation>.%1 .</translation>
</message>
</context>
<context>
<name>WalletView</name>
<message>
@ -2686,6 +2742,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>InstantX requires inputs with at least 6 confirmations, you might need to wait a few minutes and try again.</source>
<translation>6</translation>
</message>
<message>
<source>Unable to bind to %s on this computer. Dash Core is probably already running.</source>
<translation>%s此计算机. .</translation>
</message>
<message>
<source>Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction.</source>
<translation>: -paytxfee </translation>
@ -2858,6 +2918,14 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Failed to read block</source>
<translation></translation>
</message>
<message>
<source>Disable all Dash specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u)</source>
<translation>(, , , ) (0-1, default: %u)</translation>
</message>
<message>
<source>Fees (in DASH/Kb) smaller than this are considered zero fee for transaction creation (default: %s)</source>
<translation>,()(: %s)</translation>
</message>
<message>
<source>Found unconfirmed denominated outputs, will wait till they confirm to continue.</source>
<translation></translation>
@ -3014,6 +3082,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Set database cache size in megabytes (%d to %d, default: %d)</source>
<translation> (%d to %d, %d)</translation>
</message>
<message>
<source>Set maximum block size in bytes (default: %d)</source>
<translation>( %d)</translation>
</message>
<message>
<source>Set the masternode private key</source>
<translation></translation>

View File

@ -1,4 +1,4 @@
<TS language="zh_TW" version="2.1">
<TS language="zh_TW" version="2.0">
<context>
<name>AddressBookPage</name>
<message>
@ -458,6 +458,10 @@
<source>Processed %n blocks of transaction history.</source>
<translation><numerusform> %n </numerusform></translation>
</message>
<message>
<source>Synchronizing additional data: %p%</source>
<translation>: %p%</translation>
</message>
<message>
<source>Show the Dash Core help message to get a list with possible Dash command-line options</source>
<translation></translation>
@ -506,14 +510,6 @@
<source>Up to date</source>
<translation></translation>
</message>
<message>
<source>Synchronizing masternodes...</source>
<translation>...</translation>
</message>
<message>
<source>Synchronizing budgets...</source>
<translation>...</translation>
</message>
<message numerus="yes">
<source>%n hour(s)</source>
<translation><numerusform>%n </numerusform></translation>
@ -1817,11 +1813,11 @@ https://www.transifex.com/projects/p/dash/</translation>
</message>
<message>
<source>Received</source>
<translation></translation>
<translation></translation>
</message>
<message>
<source>Sent</source>
<translation></translation>
<translation></translation>
</message>
<message>
<source>&amp;Peers</source>
@ -1925,7 +1921,7 @@ https://www.transifex.com/projects/p/dash/</translation>
</message>
<message>
<source>-upgradewallet: Upgrade wallet to latest format on startup. (Note: this is NOT an update of the wallet itself!)</source>
<translation>-upgradewallet: 在啟動時升級錢包到最新的格式 ()</translation>
<translation>-upgradewallet: 在啟動時升級錢包到最新的格式 ()</translation>
</message>
<message>
<source>Wallet repair options.</source>
@ -3052,7 +3048,7 @@ https://www.transifex.com/projects/p/dash/</translation>
</message>
<message>
<source>Sent to</source>
<translation></translation>
<translation></translation>
</message>
<message>
<source>Darksent</source>
@ -3441,6 +3437,14 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Error: Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported.</source>
<translation>錯誤: 找到不再支援的 -socks SOCKS5 SOCKS </translation>
</message>
<message>
<source>Fees (in DASH/Kb) smaller than this are considered zero fee for relaying (default: %s)</source>
<translation>(Kb) (: %s)</translation>
</message>
<message>
<source>Fees (in DASH/Kb) smaller than this are considered zero fee for transaction creation (default: %s)</source>
<translation>(Kb) (: %s)</translation>
</message>
<message>
<source>Flush database activity from memory pool to disk log every &lt;n&gt; megabytes (default: %u)</source>
<translation> &lt;n&gt; (MB)(: %u)</translation>
@ -3461,6 +3465,26 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Log transaction priority and fee per kB when mining blocks (default: %u)</source>
<translation>(kB)(: %u)</translation>
</message>
<message>
<source>Maintain a full transaction index, used by the getrawtransaction rpc call (default: %u)</source>
<translation> getrawtransaction RPC (: %u)</translation>
</message>
<message>
<source>Maximum size of data in data carrier transactions we relay and mine (default: %u)</source>
<translation>(: %u)</translation>
</message>
<message>
<source>Maximum total fees to use in a single wallet transaction, setting too low may abort large transactions (default: %s)</source>
<translation>(: %s)</translation>
</message>
<message>
<source>Number of seconds to keep misbehaving peers from reconnecting (default: %u)</source>
<translation>(: %u)</translation>
</message>
<message>
<source>Output debugging information (default: %u, supplying &lt;category&gt; is optional)</source>
<translation>(: %u, &lt;category&gt;)</translation>
</message>
<message>
<source>Set the number of threads for coin generation if enabled (-1 = all cores, default: %d)</source>
<translation>(-1 : %d)</translation>
@ -3597,6 +3621,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Listen for JSON-RPC connections on &lt;port&gt; (default: %u or testnet: %u)</source>
<translation> &lt;port&gt; JSON-RPC (: %u, : %u)</translation>
</message>
<message>
<source>Loading masternode cache...</source>
<translation>...</translation>
</message>
<message>
<source>Mixing in progress...</source>
<translation>...</translation>
@ -3621,6 +3649,10 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Only accept block chain matching built-in checkpoints (default: %u)</source>
<translation>(: %u)</translation>
</message>
<message>
<source>Only connect to nodes in network &lt;net&gt; (ipv4, ipv6 or onion)</source>
<translation> &lt;net&gt; (IPv4IPv6或onion)</translation>
</message>
<message>
<source>Prepend debug output with timestamp (default: %u)</source>
<translation>(: %u)</translation>
@ -3681,6 +3713,22 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Stop running after importing blocks from disk (default: %u)</source>
<translation>(: %u)</translation>
</message>
<message>
<source>Synchronization failed</source>
<translation></translation>
</message>
<message>
<source>Synchronization finished</source>
<translation></translation>
</message>
<message>
<source>Synchronizing budgets...</source>
<translation>...</translation>
</message>
<message>
<source>Synchronizing masternodes...</source>
<translation>...</translation>
</message>
<message>
<source>This is not a Masternode.</source>
<translation></translation>
@ -3713,14 +3761,6 @@ https://www.transifex.com/projects/p/dash/</translation>
<source>Loading block index...</source>
<translation>...</translation>
</message>
<message>
<source>Loading masternode cache...</source>
<translation>...</translation>
</message>
<message>
<source>Loading masternode payment cache...</source>
<translation>...</translation>
</message>
<message>
<source>Loading wallet... (%3.2f %%)</source>
<translation>... (%3.2f %%)</translation>