From 2c539391cd306e705b3d60ae9e755e2396a37fa3 Mon Sep 17 00:00:00 2001 From: Holger Schinzel Date: Fri, 4 Sep 2015 21:18:16 +0200 Subject: [PATCH 01/14] version bump v54 --- configure.ac | 2 +- src/clientversion.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 5f647caad0608..71ab6736c32e6 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.60]) define(_CLIENT_VERSION_MAJOR, 0) define(_CLIENT_VERSION_MINOR, 12) define(_CLIENT_VERSION_REVISION, 0) -define(_CLIENT_VERSION_BUILD, 53) +define(_CLIENT_VERSION_BUILD, 54) define(_CLIENT_VERSION_IS_RELEASE, true) define(_COPYRIGHT_YEAR, 2015) AC_INIT([Dash Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[info@dashpay.io],[dash]) diff --git a/src/clientversion.h b/src/clientversion.h index ae7036d49cff4..b414154b5ac23 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -17,7 +17,7 @@ #define CLIENT_VERSION_MAJOR 0 #define CLIENT_VERSION_MINOR 12 #define CLIENT_VERSION_REVISION 0 -#define CLIENT_VERSION_BUILD 53 +#define CLIENT_VERSION_BUILD 54 //! Set to true for release, false for prerelease or test build #define CLIENT_VERSION_IS_RELEASE true From 792c5b822a0e85d224b3d1292455141e35c4fbf8 Mon Sep 17 00:00:00 2001 From: UdjinM6 Date: Mon, 7 Sep 2015 20:39:34 +0300 Subject: [PATCH 02/14] fix: GetRemainingPaymentCount was off by 1 --- src/masternode-budget.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/masternode-budget.cpp b/src/masternode-budget.cpp index b764cf24c11ea..303413cd982e8 100644 --- a/src/masternode-budget.cpp +++ b/src/masternode-budget.cpp @@ -1487,10 +1487,9 @@ int CBudgetProposal::GetTotalPaymentCount() int CBudgetProposal::GetRemainingPaymentCount() { // If this budget starts in the future, this value will be wrong - int nPayments = (GetBlockEndCycle() - GetBlockCurrentCycle()) / GetBudgetPaymentCycleBlocks(); - int nTotal = (GetBlockEndCycle() - GetBlockStartCycle()) / GetBudgetPaymentCycleBlocks(); + int nPayments = (GetBlockEndCycle() - GetBlockCurrentCycle()) / GetBudgetPaymentCycleBlocks() - 1; // Take the lowest value - return (nPayments <= nTotal ? nPayments : nTotal); + return std::min(nPayments, GetTotalPaymentCount()); } CBudgetProposalBroadcast::CBudgetProposalBroadcast(std::string strProposalNameIn, std::string strURLIn, int nPaymentCount, CScript addressIn, CAmount nAmountIn, int nBlockStartIn, uint256 nFeeTXHashIn) From 602d1b29447614b4f9f9f068a5d91966e841e56f Mon Sep 17 00:00:00 2001 From: UdjinM6 Date: Wed, 9 Sep 2015 08:00:30 +0300 Subject: [PATCH 03/14] DS: try to use only inputs with the same number of rounds starting from lowest number of rounds possible --- src/darksend.cpp | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/src/darksend.cpp b/src/darksend.cpp index 2168fee8b06d0..2cec76c39edaf 100644 --- a/src/darksend.cpp +++ b/src/darksend.cpp @@ -1625,12 +1625,21 @@ bool CDarksendPool::DoAutomaticDenominating(bool fDryRun) bool CDarksendPool::PrepareDarksendDenominate() { - // Submit transaction to the pool if we get here, use sessionDenom so we use the same amount of money - std::string strError = pwalletMain->PrepareDarksendDenominate(0, nDarksendRounds); - LogPrintf("DoAutomaticDenominating : Running Darksend denominate. Return '%s'\n", strError); - + std::string strError = ""; + // Submit transaction to the pool if we get here + // Try to use only inputs with the same number of rounds starting from lowest number of rounds possible + for(int i = 0; i < nDarksendRounds; i++) { + strError = pwalletMain->PrepareDarksendDenominate(i, i+1); + LogPrintf("DoAutomaticDenominating : Running Darksend denominate for %d rounds. Return '%s'\n", i, strError); + if(strError == "") return true; + } + + // We failed? That's strange but let's just make final attempt and try to mix everything + strError = pwalletMain->PrepareDarksendDenominate(0, nDarksendRounds); + LogPrintf("DoAutomaticDenominating : Running Darksend denominate for all rounds. Return '%s'\n", strError); if(strError == "") return true; + // Should never actually get here but just in case strAutoDenomResult = strError; LogPrintf("DoAutomaticDenominating : Error running denominate, %s\n", strError); return false; From 0c3a0291ac9f59397e405b3348a3dd3361ad115e Mon Sep 17 00:00:00 2001 From: UdjinM6 Date: Wed, 9 Sep 2015 21:20:53 +0300 Subject: [PATCH 04/14] huge update to sk translation (thanks xsedivy!) fix qrc --- src/qt/dash_locale.qrc | 2 +- src/qt/locale/dash_sk.ts | 990 ++++++++++++++++++++++++++++++++++++++- 2 files changed, 986 insertions(+), 6 deletions(-) diff --git a/src/qt/dash_locale.qrc b/src/qt/dash_locale.qrc index 8ec5b625847f0..1243c6686dad0 100644 --- a/src/qt/dash_locale.qrc +++ b/src/qt/dash_locale.qrc @@ -10,7 +10,7 @@ locale/dash_pl.qm locale/dash_pt.qm locale/dash_ru.qm - locale/dash_sk.qm + locale/dash_sk.qm locale/dash_sv.qm locale/dash_vi.qm locale/dash_zh_CN.qm diff --git a/src/qt/locale/dash_sk.ts b/src/qt/locale/dash_sk.ts index f2ed1e64d6c17..48ba8ef869de0 100644 --- a/src/qt/locale/dash_sk.ts +++ b/src/qt/locale/dash_sk.ts @@ -364,7 +364,7 @@ Verify messages to ensure they were signed with specified Dash addresses - Overiť spravy pre uistenie, že boli podpísané špecifickými Dash adresami + Overiť správy pre uistenie, že boli podpísané zadanými Dash adresami &Information @@ -1160,6 +1160,10 @@ Adresa: %4 W&allet Peňaženka + + If you disable the spending of unconfirmed change, the change from a transaction<br/>cannot be used until that transaction has at least one confirmation.<br/>This also affects how your balance is computed. + Ak vypnete míňanie nepotvrdeného výdavku tak výdavok z transakcie <br>bude možné použiť až keď daná transakcia bude mať aspoň jedno potvrdenie.<br/> Toto má vplyv aj na výpočet vášho zostatku. + Accept connections from outside Akceptovať pripojenie z vonku @@ -1180,6 +1184,10 @@ Adresa: %4 Expert Expert + + This setting determines the amount of individual masternodes that an input will be anonymized through.<br/>More rounds of anonymization gives a higher degree of privacy, but also costs more in fees. + Toto nastavenie určuje množstvo rozličných masternode cez ktoré sa bude anonymizovať vstup.<br/> Viac kôl anonymizácie dáva väčšiu úroveň súkromia, ale tiež stojí viac na poplatkoch. + Whether to show coin control features or not. Či zobrazovať možnosti "Coin control" alebo nie. @@ -1196,6 +1204,10 @@ Adresa: %4 &Network Sieť + + Automatically open the Dash client port on the router. This only works when your router supports UPnP and it is enabled. + Automaticky otvoriť na smerovači port pre Dash klient. Toto funguje iba ak Váš smerovač podporuje UPnP a je povolené + Map port using &UPnP Mapovať port pomocou &UPnP @@ -1244,6 +1256,10 @@ Adresa: %4 User Interface &language: Jazyk užívateľského rozhrania: + + The user interface language can be set here. This setting will take effect after restarting Dash. + Tu môžete nastaviť jazyk používateľského prostredia. Toto nastavenie sa prejaví po reštartovaní Dash. + Language missing or translation incomplete? Help contributing translations here: https://www.transifex.com/projects/p/dash/ @@ -1417,6 +1433,10 @@ https://www.transifex.com/projects/p/dash/ 0 DASH / 0 Rounds 0 DASH / 0 Kôl + + Submitted Denom: + Odoslaná denominácia: + n/a nie je k dispozícii @@ -1433,6 +1453,10 @@ https://www.transifex.com/projects/p/dash/ Start/Stop Mixing Začať/Zastaviť miešanie + + The denominations you submitted to the Masternode.<br>To mix, other users must submit the exact same denominations. + Denominácie ktoré ste odoslali na Masternode. <br>Pre miešanie, ostatný používatelia musia odoslať rovnakú sumu denominácií. + (Last Message) (Posledná správa) @@ -1445,6 +1469,10 @@ https://www.transifex.com/projects/p/dash/ Try Mix Výskúšať mix + + Reset the current status of Darksend (can interrupt Darksend if it's in the process of Mixing, which can cost you money!) + Vynulovať súčasný stav Darksend (môže prerušiť Darksend ak je v procese miešania, čo Vás môže stáť peniaze!) + Reset Resetovať @@ -1481,10 +1509,18 @@ https://www.transifex.com/projects/p/dash/ Overall progress Celkový progres + + Denominated + Denominované + Anonymized Anonymizované + + Denominated inputs have %5 of %n rounds on average + Denominované vstupy majú v priemere %5 z %n kolaDenominované vstupy majú v priemere %5 z %n kôlDenominované vstupy majú v priemere %5 z %n kôl + Found enough compatible inputs to anonymize %1 Nájdený dostatok kompatibilných vstupov na anonymizáciu %1 @@ -1550,6 +1586,10 @@ https://www.transifex.com/projects/p/dash/ Invalid payment address %1 Neplatná adresa platby %1 + + URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters. + URI sa nedá analyzovať! Toto môže byť spôsobené neplatnou Dash adresou, alebo nesprávnym tvarom URI parametrov. + Payment request file cannot be read! This can be caused by an invalid payment request file. Súbor s požiadavkou na platbu sa nedá prečítať! Môže to byť spôsobené neplatným súborom s požiadavkou. @@ -1722,6 +1762,10 @@ https://www.transifex.com/projects/p/dash/ Number of connections Počet pripojení + + Open the Dash debug log file from the current data directory. This can take a few seconds for large log files. + Otvoriť denník ladenia Dash zo súčastného adresára. Môže trvať niekoľko sekúnd ak je súbor veľký. + &Open &Otvoriť @@ -1802,6 +1846,10 @@ https://www.transifex.com/projects/p/dash/ &Peers &Partnerské uzly + + Select a peer to view detailed information. + Pre detailné informácie vyberte partnerský uzol. + Direction Smer @@ -1818,6 +1866,14 @@ https://www.transifex.com/projects/p/dash/ Services Služby + + Starting Height + Počiatočná výška + + + Sync Height + Synchronizačná výška + Ban Score Skóre zákazu @@ -1870,6 +1926,10 @@ https://www.transifex.com/projects/p/dash/ Upgrade wallet format Inovovať formát peňaženky + + The buttons below will restart the wallet with command-line options to repair the wallet, fix issues with corrupt blockhain files or missing/obsolete transactions. + Tlačidlá nižšie reštartujú peňaženku s príkazmi na opravu peňaženky, opravia chyby s poškodenými súbormi reťazca blokov, alebo chýbajúce či zastarané transakcie. + -salvagewallet: Attempt to recover private keys from a corrupt wallet.dat. -salvagewallet: Pokus obnoviť súkromné kľúče z poškodeného wallet.dat. @@ -1886,10 +1946,22 @@ https://www.transifex.com/projects/p/dash/ -zapwallettxes=2: Recover transactions from blockchain (drop meta-data). -zapwallettxes=2: Obnoviť transakcie z reťazca blokov (zahodiť metaúdaje). + + -upgradewallet: Upgrade wallet to latest format on startup. (Note: this is NOT an update of the wallet itself!) + -upgradewallet: Inovácia peňaženky na posledný formát pri spustený. (Poznámka: toto NIE je aktualizácia samotnej peňaženky!) + Wallet repair options. Možnosti opravy peňaženky. + + Rebuild index + Znova vytvoriť index + + + -reindex: Rebuild block chain index from current blk000??.dat files. + -reindex: Znovu vytvoriť index reťazca blokov zo súčastného blk000??.dat súboru. + In: Dnu: @@ -1946,13 +2018,25 @@ https://www.transifex.com/projects/p/dash/ Unknown Neznáme - + + Fetching... + Načítava sa... + + ReceiveCoinsDialog + + Reuse one of the previously used receiving addresses.<br>Reusing addresses has security and privacy issues.<br>Do not use this unless re-generating a payment request made before. + Znovu použiť jednu z už použitých adries pre prijímanie. <br>Znovu používanie adries je problematické v otázke bezpečnosti aj súkromia.<br/> Používajte to len v prípade ak znovu generujete výzvu na zaplatenie, ktorú ste už vytvorili v minulosti. + R&euse an existing receiving address (not recommended) Znovu použiť jestvujúcu prijímaciu adresu (neodporúča sa) + + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dash network. + Pripojiť ku vyžiadanej platbe voliteľnú správu, ktorá sa zobrazí, keď bude žiadosť otvorená. Poznámka: Správa nebude poslaná spolu s platbou cez sieť Dash. + &Message: &Správa: @@ -1961,6 +2045,10 @@ https://www.transifex.com/projects/p/dash/ An optional label to associate with the new receiving address. Voliteľný popis ktorý sa pridá k tejto novej prijímajúcej adrese. + + An optional message to attach to the payment request, which will be displayed when the request is opened.<br>Note: The message will not be sent with the payment over the Dash network. + Pripojiť ku vyžiadanej platbe voliteľnú správu, ktorá sa zobrazí, keď bude žiadosť otvorená. <br>Poznámka: Správa nebude poslaná spolu s platbou cez sieť Dash. + Use this form to request payments. All fields are <b>optional</b>. Použite tento formulár pre vyžiadanie platby. Všetky polia sú <b>voliteľné</b>. @@ -2194,6 +2282,18 @@ https://www.transifex.com/projects/p/dash/ Minimize Minimalizovať + + If the custom fee is set to 1000 duffs and the transaction is only 250 bytes, then "per kilobyte" only pays 250 duffs in fee,<br />while "at least" pays 1000 duffs. For transactions bigger than a kilobyte both pay by kilobyte. + Ak je vlastný poplatok nastavený na 1000 duffov a transakcia je len 250 bytov, v tom prípade "za kilobajt" zaplatí iba 250 duffov na poplatkoch, <br />zatiaľ čo "pri najmenšom" zaplatí 1000 duffov. Pre transakcie väčšie ako jeden kilobajt, obe zaplatia rovnako za kilobajt. + + + If the custom fee is set to 1000 duffs and the transaction is only 250 bytes, then "per kilobyte" only pays 250 duffs in fee,<br />while "total at least" pays 1000 duffs. For transactions bigger than a kilobyte both pay by kilobyte. + Ak je vlastný poplatok nastavený na 1000 duffov a transakcia je len 250 bytov, v tom prípade "za kilobajt" zaplatí iba 250 duffov na poplatkoch, <br />zatiaľ čo "celkovo pri najmenšom" zaplatí 1000 duffov. Pre transakcie väčšie ako jeden kilobajt, obe zaplatia rovnako za kilobajt. + + + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process. + Platenie minimálneho poplatku je v poriadku pokiaľ je objem transakcií menší ako je miesto v bloku. <br />Buďte opatrný pretože to môže skončiť s nikdy nepotvrdenými transakciami, akonáhle je dopyt po Dash transakciách väčší ako dokáže sieť Dash spracovať. + per kilobyte za kilo-byte @@ -2214,6 +2314,10 @@ https://www.transifex.com/projects/p/dash/ Custom: Vlastné: + + (Smart fee not initialized yet. This usually takes a few blocks...) + (Inteligentný poplatok nebol ešte inicializovaný. Obvykle to trvá nekoľko blokov...) + Confirmation time: Čas potvrdenia: @@ -2226,6 +2330,10 @@ https://www.transifex.com/projects/p/dash/ fast rýchla + + Send as zero-fee transaction if possible + Ak je to možné, poslať transakciu bez poplatku + (confirmation may take longer) (potvrdenie môže trvať dlhšie) @@ -2306,6 +2414,14 @@ https://www.transifex.com/projects/p/dash/ anonymous funds anonymne zdroje + + (darksend requires this amount to be rounded up to the nearest %1). + (Darksend vyžaduje aby bola táto suma zaokrúhlená nahor k najbližšej %1). + + + any available funds (not recommended) + hociktoré dostupné zdroje (nedoporučuje sa) + and InstantX a InstantX @@ -2334,6 +2450,10 @@ https://www.transifex.com/projects/p/dash/ A fee %1 times higher than %2 per kB is considered an insanely high fee. Poplatok je %1 krát vyšší ako %2 za kB je považovaný za nenormálne vysoký poplatok. + + Estimated to begin confirmation within %n block(s). + Odhad pre začiatok potvrdzovania je %n blok.Odhad pre začiatok potvrdzovania sú %n bloky.Odhad pre začiatok potvrdzovania je %n blokov. + The recipient address is not valid, please recheck. Adresa príjemcu je neplatná, prosím, overte ju. @@ -2437,6 +2557,10 @@ https://www.transifex.com/projects/p/dash/ Message: Správa: + + A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network. + Správa ktorá bola pripojená ku dash: URI ktorá sa uchová spolu s transakciou pre Vašu referenciu. Poznámka: Táto správa nebude poslaná cez sieť Dash. + This is an unverified payment request. Toto je neoverená výzva k platbe. @@ -2515,6 +2639,10 @@ https://www.transifex.com/projects/p/dash/ Copy the current signature to the system clipboard Kopírovať práve zvolenú adresu do systémového klipbordu + + Sign the message to prove you own this Dash address + Podpísať spravu aby ste dokázali, že vlastníte túto Dash adresu + Sign &Message Podpísať &správu @@ -2539,6 +2667,10 @@ https://www.transifex.com/projects/p/dash/ The Dash address the message was signed with Adresa Dash s ktorou bola podpísaná správa + + Verify the message to ensure it was signed with the specified Dash address + Overiť správu pre uistenie, že bola podpísaná zadanou Dash adresou + Verify &Message Overiť správu @@ -2740,6 +2872,10 @@ https://www.transifex.com/projects/p/dash/ Credit Kredit + + matures in %n more block(s) + dozreje za %n ďalší blokdozreje za %n ďalšie blokydozreje za %n ďalších blokov + not accepted neprijaté @@ -2904,7 +3040,15 @@ https://www.transifex.com/projects/p/dash/ Darksend Collateral Payment - Záručná Darksend platba + Zaisťovacia Darksend platba + + + Darksend Make Collateral Inputs + Darksend uskutočnil zaisťovacie vstupy + + + Darksend Create Denominations + Vytvoriť denominácie Darksend Darksent @@ -2930,6 +3074,10 @@ https://www.transifex.com/projects/p/dash/ Type of transaction. Typ transakcie. + + Whether or not a watch-only address is involved in this transaction. + Či sú ale nie sú, adresy iba na sledovanie zahrnuté v tejto transakcii. + Destination address of transaction. Cieľová adresa transakcie. @@ -2985,6 +3133,22 @@ https://www.transifex.com/projects/p/dash/ Darksent Darksent + + Darksend Make Collateral Inputs + Darksend uskutočnil zaisťovacie vstupy + + + Darksend Create Denominations + Vytvoriť denominácie Darksend + + + Darksend Denominate + Denominácia Darksend + + + Darksend Collateral Payment + Zaisťovacia Darksend platba + To yourself Samému sebe @@ -3092,7 +3256,11 @@ https://www.transifex.com/projects/p/dash/ UnitDisplayStatusBarControl - + + Unit to show amounts in. Click to select another unit. + Jednotka pre zobrazovanie súm. Kliknite pre zvolenie inej jednotky. + + WalletFrame @@ -3106,7 +3274,11 @@ https://www.transifex.com/projects/p/dash/ Send Coins Poslať Bitcoins - + + InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 DASH. + InstantX zatiaľ nepodporuje posielanie takto vysokých čiastok. Transakcie sú limitované na %1 DASH. + + WalletView @@ -3117,6 +3289,10 @@ https://www.transifex.com/projects/p/dash/ Export the data in the current tab to a file Exportovať tento náhľad do súboru + + Selected amount: + Vybraná suma: + Backup Wallet Zálohovať peňaženku @@ -3144,14 +3320,98 @@ https://www.transifex.com/projects/p/dash/ dash-core + + Bind to given address and always listen on it. Use [host]:port notation for IPv6 + Spojiť s danou adresou a vždy na nej počúvať. Použite zápis [host]:port pre IPv6 + + + Cannot obtain a lock on data directory %s. Dash Core is probably already running. + Nedá sa zamknúť dátový adresár %s. Dash Core už pravdepodobne beží. + + + Darksend uses exact denominated amounts to send funds, you might simply need to anonymize some more coins. + Pre poslanie zdrojov používa Darksend presné sumy, potrebujete jednoducho anonymizovať viac mincí. + + + Enter regression test mode, which uses a special chain in which blocks can be solved instantly. + Vstúpiť do regresného testovacieho módu, ktorý používa špeciálny reťazec blokov, kde sa dajú bloky ťažiť okamžite. + + + Error: Listening for incoming connections failed (listen returned error %s) + Chyba: Počúvanie prichádzajúcich spojení zlyhalo (vrátená chyba je %s) + + + Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message) + Vykonať príkaz po prijatí patričného varovania alebo uvidíme veľmi dlhé rozdvojenie siete (%s v cmd je nahradené správou) + + + Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) + Spustiť príkaz ak sa zmení transakcia v peňaženke (%s v cmd sa nahrádza TxID) + + + Execute command when the best block changes (%s in cmd is replaced by block hash) + Vykonaj príkaz, ak zmeny v najlepšom bloku (%s v príkaze nahradí blok hash) + + + In this mode -genproclimit controls how many blocks are generated immediately. + V tomto móde -genproclimit kontroluje počet blokov, ktoré sú vygenerované okamžite. + InstantX requires inputs with at least 6 confirmations, you might need to wait a few minutes and try again. InstantX vyžaduje vstupy s aspoň 6 potvrdeniami, môžete počkať pár minút a skúsiť znova. + + Name to construct url for KeePass entry that stores the wallet passphrase + Meno pre vytvorenie url pre položku KeePass, ktorá uchová heslo peňženky + + + Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect) + Dotaz na partnerské adresy pomocou vyhľadávania DNS v prípade nedostatku adries (predvolené: 1, pokiaľ -connect) + Set maximum size of high-priority/low-fee transactions in bytes (default: %d) Nastavte maximálnu veľkosť vysoko-prioritných/nízko-poplatkových transakcií v bajtoch (predvolené: %d) + + Set the number of script verification threads (%u to %d, 0 = auto, <0 = leave that many cores free, default: %d) + Nastaviť počeť vlákien overujúcich skripty (%u až %d, 0 = auto, <0 = nechať toľkoto jadier voľných, prednastavené: %d) + + + This is a pre-release test build - use at your own risk - do not use for mining or merchant applications + Toto je predbežná testovacia zostava - používate na vlastné riziko - nepoužívajte na ťaženie alebo obchodné aplikácie + + + Unable to bind to %s on this computer. Dash Core is probably already running. + Nedá sa viazať ku %s na tomto počítači. Dash Core už pravdepodobne beží. + + + Unable to locate enough Darksend denominated funds for this transaction. + Nedá sa nájsť dostatok denominácií Darksend pre túto transakciu. + + + Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 DASH. + Nedá sa nájsť dostatok ne-denominovaných Darksend zdrojov pre túto transakciu, ktoré nie sú rovné 1000 DASH. + + + Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. + Upozornenie: -paytxfee je nastavené veľmi vysoko. Toto sú transakčné poplatky ktoré zaplatíte ak odošlete transakciu. + + + Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. + Varovanie: Javí sa že sieť sieť úplne nesúhlasí! Niektorí mineri zjavne majú ťažkosti. + + + Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. + Varovanie: Zjavne sa úplne nezhodujeme s našimi peer-mi! Možno potrebujete prejsť na novšiu verziu alebo ostatné uzly potrebujú vyššiu verziu. + + + Warning: error reading wallet.dat! All keys read correctly, but transaction data or address book entries might be missing or incorrect. + Upozornenie: Chyba pri čítaní wallet.dat! Všetky kľúče načítané správne, ale transakčné dáta alebo položky adresára môže chýbať alebo byť nesprávne. + + + Warning: wallet.dat corrupt, data salvaged! Original wallet.dat saved as wallet.{timestamp}.bak in %s; if your balance or transactions are incorrect you should restore from a backup. + Upozornenie: wallet.dat poškodený, údaje zachránené! Pôvodný wallet.dat bol uložený ako wallet.{timestamp}.bak v %s; ak váš zostatok alebo transakcie nie sú správne, mali by ste obnoviť zo zálohy. + You must specify a masternodeprivkey in the configuration. Please see documentation for help. V konfigurácii musíte špecifikovať masternodeprivkey. Pre pomoc sa prosím pozrite do dokumentácie. @@ -3188,6 +3448,10 @@ https://www.transifex.com/projects/p/dash/ Block creation options: Možnosti vytvorenia bloku: + + Can't denominate: no compatible inputs left. + Nedá sa denominovať: nezostávajú žiadne kompatibilné vstupy. + Cannot downgrade wallet Nie je možné prejsť na staršiu verziu peňaženky @@ -3204,14 +3468,66 @@ https://www.transifex.com/projects/p/dash/ Cannot write default address Nie je možné zapísať predvolenú adresu + + Collateral not valid. + Zaistenie je neplatné. + + + Connect only to the specified node(s) + Pripájať iba k zadanému uzlu(om) + + + Connect to a node to retrieve peer addresses, and disconnect + Pre načítanie peer adresy sa pripojte k uzlu, a odpojte + Connection options: Možnosti pripojenia: + + Corrupted block database detected + Zistený poškodený blok databázy + Darksend options: Možnosti Darksend: + + Debugging/Testing options: + Možnosti Ladenia/Testovania: + + + Discover own IP address (default: 1 when listening and no -externalip) + Odhaliť vlastnú IP adresu (predvolené: 1 pri počúvanie a bez -externalip) + + + Do not load the wallet and disable wallet RPC calls + Nenačítať peňaženku a vypnúť RPC volania peňaženky + + + Do you want to rebuild the block database now? + Chcete znovu zostaviť databázu blokov? + + + Done loading + Načítanie hotové + + + Entries are full. + Položky sú plné. + + + Error initializing block database + Chyba pri inicializácii databázy blokov + + + Error initializing wallet database environment %s! + Chyba pri inicializácii databázového prostredia peňaženky %s! + + + Error loading block database + Chyba pri načítaní databázy blokov + Error loading wallet.dat Chyba pri načítaní wallet.dat @@ -3220,6 +3536,18 @@ https://www.transifex.com/projects/p/dash/ Error loading wallet.dat: Wallet corrupted Chyba pri načítaní wallet.dat: Peňaženka je poškodená + + Error opening block database + Chyba pri otváraní databázy blokov + + + Error reading from database, shutting down. + Chyba pri načítaní z databázy, ukončuje sa. + + + Error recovering public key. + Chyba pri obnovovaní verejného kľúča. + Error Chyba @@ -3228,14 +3556,98 @@ https://www.transifex.com/projects/p/dash/ Error: Disk space is low! Chyba: Nedostatok miesta na disku! + + Error: Wallet locked, unable to create transaction! + Chyba: Peňaženka je zamknutá, transakcia sa nedá vytvoriť! + + + Error: You already have pending entries in the Darksend pool + Chyba: Už máte čakajúce položky vo fronte Darksend + + + Failed to listen on any port. Use -listen=0 if you want this. + Nepodarilo sa počúvať žiadnom porte. Použite -listen=0 ak to chcete. + + + Failed to read block + Načítanie bloku zlyhalo + + + If <category> is not supplied, output all debugging information. + If <category> is not supplied, output all debugging information. + (1 = keep tx meta data e.g. account owner and payment request information, 2 = drop tx meta data) (1 = zachovať metaúdaje tx napr. vlastníka účtu a informácie o platobných príkazoch, 2 = zahodiť metaúdaje tx) + + Allow JSON-RPC connections from specified source. Valid for <ip> 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 + Povoliť JSON-RPC pripojenia zo zadaného zdroja. Pre <ip> sú platné jednoduché IP (napr. 1.2.3.4), sieť/netmask (napr. 1.2.3.4/255.255.255.0) alebo sieť/CIDR (napr. 1.2.3.4/24). Táto možnosť môže byť zadaná niekoľko krát + + + An error occurred while setting up the RPC address %s port %u for listening: %s + Pri nastavovaní RPC adresy %s na porte %u pre počúvanie došlo k chybe: %s + + + Bind to given address and whitelist peers connecting to it. Use [host]:port notation for IPv6 + Spojiť s danou adresou a povolenými partnerskými zariadeniami ktoré sa tam pripájajú. Použite zápis [host]:port pre IPv6 + + + Bind to given address to listen for JSON-RPC connections. Use [host]:port notation for IPv6. This option can be specified multiple times (default: bind to all interfaces) + Spojiť s danou adresou pre počúvanie JSON-RPC spojení. Použite zápis [host]:port pre IPv6. Táto možnosť môže byt zadaná niekoľko krát (predvolené: spojiť so všetkými rozhraniami) + + + Change automatic finalized budget voting behavior. mode=auto: Vote for only exact finalized budget match to my generated budget. (string, default: auto) + Zmeniť vlastnosť hlasovania automaticky dokončených rozpočtov. mód=auto: Hlasovať iba pre konkrétny dokončený rozpočet, ktorý sa zhoduje mojím vygenerovaným rozpočtom. (reťazec, predvolené: auto) + + + Continuously rate-limit free transactions to <n>*1000 bytes per minute (default:%u) + Nepretržite vyhodnocuj a limituj transakcie bez poplatku na <n>*1000 bajtov za minútu (predvolené:%u) + + + Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) + Vytvoriť nové súbory z predvolenými systémovými právami, namiesto umask 077 (funguje iba z vypnutou funkcionalitou peňaženky) + Delete all wallet transactions and only recover those parts of the blockchain through -rescan on startup Vymazať všetky transakcie z peňaženky a pri spustení znova získať z reťazca blokov iba tie získané pomocou -rescan + + Disable all Dash specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) + Vypnúť všetky funkcie špecifické pre Dash (Masternode, Darksend, InstantX, Rozpočty) (0-1, predvolené: %u) + + + Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. + Distribuované pod softvérovou licenciou MIT, viď sprievodný súbor COPYING alebo <http://www.opensource.org/licenses/mit-license.php>. + + + Enable instantx, show confirmations for locked transactions (bool, default: %s) + Zapnúť InstantX, ukázať potvrdenia pre zamknuté transakcie (bool, predvolené: %s) + + + Enable use of automated darksend for funds stored in this wallet (0-1, default: %u) + Povoliť používanie automatického darksend pre zdroje uložené v tejto peňaženke (0-1, predvolené: %u) + + + Error: Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported. + Chyba: Nájdený nepodporovaný argument -socks. Nastavenie SOCKS verzie nie je už možné, podporované sú už iba proxy SOCKS5. + + + Fees (in DASH/Kb) smaller than this are considered zero fee for relaying (default: %s) + Poplatky (v DASH za Kb) menšie ako toto, sú považované za nulový poplatok pre prenos (predvolené: %s) + + + Fees (in DASH/Kb) smaller than this are considered zero fee for transaction creation (default: %s) + Poplatky (v DASH za Kb) menšie ako toto, sú považované za nulový transakčný poplatok (predvolené: %s) + + + Flush database activity from memory pool to disk log every <n> megabytes (default: %u) + Vyprázdniť databázovú aktivitu s pamäte do diskového logu každých <n> megabajtov (predvolené: %u) + + + Found unconfirmed denominated outputs, will wait till they confirm to continue. + Nájdené nepotvrdené denominované výstupy, pre pokračovanie sa čaká kým sa nepotvrdia. + How thorough the block verification of -checkblocks is (0-4, default: %u) Ako dôkladné je -checkblocks overenie blokov (0-4, predvolené: %u) @@ -3244,14 +3656,106 @@ https://www.transifex.com/projects/p/dash/ If paytxfee is not set, include enough fee so transactions begin confirmation on average within n blocks (default: %u) Ak nie je nastavené paytxfee, pridať dostatočný poplatok aby sa transakcia začala potvrdzovať priemerne v rámci bloku (predvolené: %u) + + Invalid amount for -maxtxfee=<amount>: '%s' (must be at least the minrelay fee of %s to prevent stuck transactions) + Neplatná suma pre -maxtxfee=<amount>: '%s' (aby sa transakcia nezasekla, minimálny prenosový poplatok musí byť aspoň %s) + Log transaction priority and fee per kB when mining blocks (default: %u) Zaznamenať prioritu transakcií a poplatok za kB pri ťažbe blokov (predvolené: %u) + + Maintain a full transaction index, used by the getrawtransaction rpc call (default: %u) + Udržiavať kompletný transakčný index, využíva getrawtransaction rpc volanie (predvolené: %u) + + + Maximum size of data in data carrier transactions we relay and mine (default: %u) + Maximálna veľkosť dát v transakciách nosných dát, ktoré prenášame a ťažíme (predvolené: %u) + + + Maximum total fees to use in a single wallet transaction, setting too low may abort large transactions (default: %s) + Celkové maximum poplatkov pre použitie jednej transakcie peňaženky. Príliš malá hodnota môže prerušiť veľké transakcie (predvolené: %s) + + + Number of seconds to keep misbehaving peers from reconnecting (default: %u) + Počet sekúnd, počas ktorých nepripájať zle správajúce sa uzle (predvolené: %u) + + + Output debugging information (default: %u, supplying <category> is optional) + Výstupné ladiace informácie (predvolené: %u, dodanie <category> je voliteľné) + + + 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) + Poskytnúť likviditu pre Darksend nepravidelným miešaním mincí na kontinuálnej báze (0-100, predvolené: %u, 1=veľmi často, vysoké poplatky, 100=veľmi zriedkavo, malé poplatky) + + + Require high priority for relaying free or low-fee transactions (default:%u) + Vyžaduje sa vysoká priorita pre prenos poplatku alebo transakcie s malým poplatkom (predvolené:%u) + + + Send trace/debug info to console instead of debug.log file (default: %u) + Poslať sledovacie/ladiace informácie konzole namiesto debug.log súboru (predvolené: %u) + + + Set the number of threads for coin generation if enabled (-1 = all cores, default: %d) + Nastaviť počet vlákien pre generáciu mincí (-1 = všetky jadrá, predvolené: %d) + + + Show N confirmations for a successfully locked transaction (0-9999, default: %u) + Ukázať N potvrdení pre úspešne zamknutú transakciu (0-9999, predvolené: %u) + + + This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit <https://www.openssl.org/> and cryptographic software written by Eric Young and UPnP software written by Thomas Bernard. + Tento produkt obsahuje softvér vyvinutý projektom OpenSSL pre použitie sady nástrojov OpenSSL <https://www.openssl.org/> a kryptografického softvéru napísaného Eric Young a UPnP softvér napísaný Thomas Bernard. + + + To use dashd, or the -server option to dash-qt, you must set an rpcpassword in the configuration file: +%s +It is recommended you use the following random password: +rpcuser=dashrpc +rpcpassword=%s +(you do not need to remember this password) +The username and password MUST NOT be the same. +If the file does not exist, create it with owner-readable-only file permissions. +It is also recommended to set alertnotify so you are notified of problems; +for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com + + Pre použitie možnosti -server pre dash-qt, musíte nastaviť rpcpassword v konfiguračnom súbore: +%s +Doporučuje sa použiť nasledovné náhodné heslo: +rpcuser=dashrpc +rpcpassword=%s +(toto heslo si nemusíte pamätať) +Používateľské meno a heslo NEMÔŽU byť rovnaké. +Ak súbor neexistuje, vytvoriť na nastaviť práva tak aby ho mohol čítať iba vlastník. +Tiež sa doporučuje nastaviť alertnotify, aby ste boli upozornený na problém, +napríklad: alertnotify=echo %%s | mail -s "Dash Upozornenie" admin@foo.com + + + + Unable to locate enough funds for this transaction that are not equal 1000 DASH. + Nenašiel sa dostatok prostriedkov pre túto transakciu, ktorú nie sú rovné 1000 DASH. + + + Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) + Použiť samostatný SOCKS5 proxy server na dosiahnutie počítačov cez skryté služby Tor (predvolené: %s) + + + Warning: -maxtxfee is set very high! Fees this large could be paid on a single transaction. + Upozornenie: -maxtxfee je nastavené príliš vysoko! Takto vysoké poplatky by mali byť zaplatené za jednu transakciu. + Warning: Please check that your computer's date and time are correct! If your clock is wrong Dash Core will not work properly. Upozornenie: Skontrolujte si prosím či máte správny čas a dátum na Vašom počítači. Ak je Vaše nastavenie zlé, Dash Core nebude pracovať správne. + + Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. + Uzle na zoznam povolených, ktoré sa pripájajú z danej netmask alebo IP adresy. Môže byť zadané viac krát. + + + 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 + Uzle na zoznam povolených nemôžu byť DoS zakázané a ich transakcie vždy postúpené ďalej, aj v prípade, ak sú už pamäťovej fronte. Užitočné napr. pre brány + (9999 could be used only on mainnet) (9999 nemôže byť použité pre hlavnú sieť) @@ -3274,6 +3778,10 @@ https://www.transifex.com/projects/p/dash/ Acceptable ciphers (default: %s) Prijateľné šifry (predvolené: %s) + + Always query for peer addresses via DNS lookup (default: %u) + Vždy sa dotazovať adresy partnerských uzlov cez vyhľadávanie DNS (predvolené: %u) + Cannot resolve -whitebind address: '%s' Nedá sa vyriešiť -whitebind adresa: '%s' @@ -3282,6 +3790,10 @@ https://www.transifex.com/projects/p/dash/ Connect through SOCKS5 proxy Pripojiť sa cez SOCKS5 proxy + + Connect to KeePassHttp on port <port> (default: %u) + Pripojiť ku KeePassHttp na porte <port> (predvolené: %u) + Copyright (C) 2009-%i The Bitcoin Core Developers Autorské práva (C) 2009-%i Vývojári jadra Bitcoin @@ -3290,10 +3802,22 @@ https://www.transifex.com/projects/p/dash/ Copyright (C) 2014-%i The Dash Core Developers Autorské práva (C) 2014-%i Vývojári jadra Dash + + Could not parse -rpcbind value %s as network address + Nedá sa analyzovať -rpcbind hodnota %s ako sieťová adresa + Darksend is idle. Darksend je nečinný. + + Darksend request complete: + Darksend požiadavok dokončený: + + + Darksend request incomplete: + Darksend požiadavok nedokončený: + Disable safemode, override a real safe mode event (default: %u) Vypnúť núdzový režim, prepísať skutočnú udalosť núdzového režimu (predvolené: %u) @@ -3310,6 +3834,14 @@ https://www.transifex.com/projects/p/dash/ Error loading wallet.dat: Wallet requires newer version of Dash Core Chyba pri načítaní wallet.dat: Peňaženka vyžaduje novšiu verziu Dash Core + + Error: A fatal internal error occured, see debug.log for details + Chyba: Nastala fatálna interná chyba. Pre podrobnosti pozrite debug.log + + + Error: Can't select current denominated inputs + Chyba: Nedajú sa vybrať súčasné denominované vstupy + Error: Unsupported argument -tor found, use -onion. Chyba: nájdený nepodporovaný argument -tor, použite -onion. @@ -3350,6 +3882,10 @@ https://www.transifex.com/projects/p/dash/ Imports blocks from external blk000??.dat file Importovať bloky z externého blk000??.dat súboru + + Include IP addresses in debug output (default: %u) + Zahrnúť IP adresy v ladiacom výstupe (predvolené: %u) + Incompatible mode. Nekompatibilný mód. @@ -3358,10 +3894,18 @@ https://www.transifex.com/projects/p/dash/ Incompatible version. Nekompatibilná verzia. + + Incorrect or no genesis block found. Wrong datadir for network? + Nesprávny alebo žiadny genesis blok nájdený. Nesprávny dátový priečinok alebo sieť? + Information Informácia + + Initialization sanity check failed. Dash Core is shutting down. + Inicializácia kontroly zdravia zlyhala. Dash Core sa vypína. + Input is not valid. Vstup nie je platný. @@ -3382,6 +3926,42 @@ https://www.transifex.com/projects/p/dash/ Invalid -proxy address: '%s' Neplatná -proxy adresa: '%s' + + Invalid amount for -maxtxfee=<amount>: '%s' + Neplatná suma pre -maxtxfee=<amount>: '%s' + + + Invalid amount for -minrelaytxfee=<amount>: '%s' + Neplatná suma pre -minrelaytxfee=<amount>: '%s' + + + Invalid amount for -mintxfee=<amount>: '%s' + Neplatná suma pre -mintxfee=<amount>: '%s' + + + Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) + Neplatná suma pre -paytxfee=<amount>: '%s' (musí byť aspoň %s) + + + Invalid amount for -paytxfee=<amount>: '%s' + Neplatná suma pre -paytxfee=<amount>: '%s' + + + Last successful Darksend action was too recent. + Posledná Dasksend akcia bola pred chvíľou. + + + Limit size of signature cache to <n> entries (default: %u) + Obmedziť veľkosť podpisovej vyrovnávajúcej pamäti na <n> položiek (predvolené: %u) + + + Listen for JSON-RPC connections on <port> (default: %u or testnet: %u) + Počúvať JSON-RPC pripojenia na <port> (predvolené: %u alebo testovacia sieť: %u) + + + Listen for connections on <port> (default: %u or testnet: %u) + Počúvať pripojenia na <port> (predvolené: %u alebo testovacia sieť: %u) + Loading budget cache... Načíta sa vyrovnávacia pamäť rozpočtu... @@ -3398,10 +3978,222 @@ https://www.transifex.com/projects/p/dash/ Lock is already in place. Zámok je už na mieste. + + Lock masternodes from masternode configuration file (default: %u) + Zamknúť masternody z konfiguračného súboru masternode (predvolené: %u) + + + Maintain at most <n> connections to peers (default: %u) + Udržiavať najviac <n> spojení s inými počítačmi (predvolené: %u) + + + Maximum per-connection receive buffer, <n>*1000 bytes (default: %u) + Maximálna prijímajúca medzipamäť pre pripojenie, <n>*1000 bajtov (predvolené: %u) + + + Maximum per-connection send buffer, <n>*1000 bytes (default: %u) + Maximálna odosielajúca medzipamäť pre pripojenie, <n>*1000 bajtov (predvolené: %u) + Mixing in progress... Prebieha miešanie... + + Need to specify a port with -whitebind: '%s' + Je potrebné zadať port s -whitebind: '%s' + + + No Masternodes detected. + Nezistený žiadny Masternode. + + + No compatible Masternode found. + Nekompatibilný Masternode zdroj. + + + Not in the Masternode list. + Nie je v zozname Masternode. + + + Number of automatic wallet backups (default: 10) + Počet automatických záloh peňaženky (predvolené: 10) + + + Only accept block chain matching built-in checkpoints (default: %u) + Akceptovať iba reťazce blokov, ktoré sa zhodujú zo zabudovanými kontrolnými bodmi (predvolené: %u) + + + Only connect to nodes in network <net> (ipv4, ipv6 or onion) + Pripojiť iba k uzlom v sieti <net> (ipv4, ipv6, alebo onion) + + + Prepend debug output with timestamp (default: %u) + Na začiatok pripojiť časovú známku k ladiacemu výstupu (predvolené: %u) + + + Run a thread to flush wallet periodically (default: %u) + Spúšťať vlákno pre pravidelné vyprázdnenie peňaženky (predvolené: %u) + + + Send trace/debug info to debug.log file (default: %u) + Poslať sledovacie/ladiace informácie do debug.log súboru (predvolené: %u) + + + Send transactions as zero-fee transactions if possible (default: %u) + Poslať ako transakcie bez poplatku, ak je to možné (predvolené: %u) + + + Server certificate file (default: %s) + Certifikačný súbor servera (predvolené: %s) + + + Server private key (default: %s) + Privátny kľúč servera (predvolené: %s) + + + Set external address:port to get to this masternode (example: %s) + Nastaviť externú adresu:port ktorý sa dostane sa k tomuto masternode (príklad: %s) + + + Set key pool size to <n> (default: %u) + Nastaviť veľkosť kľúča fronty na <n> (predvolené: %u) + + + Set minimum block size in bytes (default: %u) + Nastaviť minimálnu veľkosť bloku v bajtoch (predvolené: %u) + + + Set the number of threads to service RPC calls (default: %d) + Nastaviť počet vlákien na obsluhu RPC volaní (predvolené: %d) + + + Sets the DB_PRIVATE flag in the wallet db environment (default: %u) + Nastaviť DB_PRIVATE príznak v prostredí peňaženky (predvolené: %u) + + + Signing timed out. + Časový limit pre prihlásenie uplynul. + + + Specify configuration file (default: %s) + Zadať konfiguračný súbor (predvolené: %s) + + + Specify connection timeout in milliseconds (minimum: 1, default: %d) + Zadajte časový limit pripojenia v milisekundách (minimum: 1, predvolené: %d) + + + Specify masternode configuration file (default: %s) + Zadať konfiguračný súbor masternode (predvolené: %s) + + + Specify pid file (default: %s) + Zadať pid súbor (predvolené: %s) + + + Spend unconfirmed change when sending transactions (default: %u) + Minúť nepotvrdené zmenu pri posielaní transakcií (predvolené: %u) + + + Stop running after importing blocks from disk (default: %u) + Ukončiť činnosť po importovaní blokov z disku (predvolené: %u) + + + Submitted following entries to masternode: %u / %d + Položky odoslané na masternode: %u / %d + + + Submitted to masternode, waiting for more entries ( %u / %d ) %s + Odoslané na masternode, čaká na viac položiek ( %u / %d ) %s + + + Submitted to masternode, waiting in queue %s + Odoslané na masternode, čaká vo fronte %s + + + Synchronization failed + Synchronizácia zlyhala + + + Synchronization finished + Synchronizácia dokončená + + + Synchronizing budgets... + Synchronizujú sa rozpočty... + + + Synchronizing masternode winners... + Synchronizujú sa masternode víťazi... + + + Synchronizing masternodes... + Synchronizujú sa masternode... + + + Synchronizing sporks... + Synchronizujú sa sporky... + + + This is not a Masternode. + Toto nie je Masternode. + + + Threshold for disconnecting misbehaving peers (default: %u) + Hranica pre odpájanie zle sa správajúcim partnerským uzlom (predvolené: %u) + + + Use KeePass 2 integration using KeePassHttp plugin (default: %u) + Použiť integráciu KeePass 2 s využitím doplnku KeePassHttp (predvolené: %u) + + + Use N separate masternodes to anonymize funds (2-8, default: %u) + Použiť N rozdielnych masternode na anonymizovanie zdrojov (2-8, predvolené: %u) + + + Use UPnP to map the listening port (default: %u) + Použiť UPnP pre mapovanie počúvajúceho portu (predvolené: %u) + + + Wallet needed to be rewritten: restart Dash Core to complete + Bolo potrebné prepísať peňaženku: k dokončeniu reštartujte Dash Core + + + Warning: Unsupported argument -benchmark ignored, use -debug=bench. + Upozornenie: Nepodporovaný argument -benchmark bol ignorovaný, použite -debug=bench. + + + Warning: Unsupported argument -debugnet ignored, use -debug=net. + Upozornenie: Nepodporovaný argument -debugnet bol ignorovaný, použite -debug=net. + + + Will retry... + Skúsime znovu... + + + Invalid masternodeprivkey. Please see documenation. + Neplatný masternodeprivkey. Prosím pozrite do dokumentácie. + + + (must be 9999 for mainnet) + (pre hlavnú sieť musí byť 9999) + + + Can't find random Masternode. + Nedá sa nájsť náhodný Masternode. + + + Can't mix while sync in progress. + Miešanie nefunguje počas synchronizácie. + + + Could not parse masternode.conf + Nedá sa analyzovať masternode.conf + + + Invalid netmask specified in -whitelist: '%s' + Nadaná neplatná netmask vo -whitelist: '%s' + Invalid port detected in masternode.conf Zistený neplatný port v masternode.conf @@ -3414,6 +4206,10 @@ https://www.transifex.com/projects/p/dash/ Invalid script detected. Zistený neplatný skript. + + KeePassHttp id for the established association + Identifikátor KeePassHttp pre zavedené priradenie + KeePassHttp key for AES encrypted communication with KeePass Kľúč KeePassHttp pre šifrovanú AES komunikáciu s KeePass @@ -3422,6 +4218,14 @@ https://www.transifex.com/projects/p/dash/ Keep N DASH anonymized (default: %u) Udržiavať N DASH anonymizovaných (predvolené: %u) + + Keep at most <n> unconnectable transactions in memory (default: %u) + V pamäti udržiavať najviac <n> nepotvrdených transakcií (predvolené: %u) + + + Last Darksend was too recent. + Posledný Dasksend bol pred chvíľou. + Line: %d Riadok: %d @@ -3454,10 +4258,78 @@ https://www.transifex.com/projects/p/dash/ Masternode: Masternode: + + Missing input transaction information. + Chýbajú vstupy transakčnej informácie. + + + No funds detected in need of denominating. + Nedetekované žiadne zdroje pre potreby denominácie. + + + No matching denominations found for mixing. + Nenájdené zhodné denominované zdroje pre miešanie. + + + Node relay options: + Prenosové možnosti uzla: + + + Non-standard public key detected. + Detekovaný neštandardný verejný kľúč. + + + Not compatible with existing transactions. + Nie je kompatibilné s existujúcou transakciou. + + + Not enough file descriptors available. + Nedostatok kľúčových slov súboru. + Options: Možnosti: + + Password for JSON-RPC connections + Heslo pre JSON-rPC spojenia + + + RPC SSL options: (see the Bitcoin Wiki for SSL setup instructions) + Možnosti RPC SSL: (Pozri v Bitcoin Wiki pokyny pre SSL nastavenie) + + + RPC server options: + Možnosti servra RPC: + + + RPC support for HTTP persistent connections (default: %d) + Podpora RPC pre trvalé HTTP spojenia (predvolené: %d) + + + Randomly drop 1 of every <n> network messages + Náhodne zahodiť 1 každých <n> sieťových správ + + + Randomly fuzz 1 of every <n> network messages + Náhodne prilepiť 1 každých <n> sieťových správ + + + Rebuild block chain index from current blk000??.dat files + Znovu vytvoriť index reťazca blokov zo súčastných blk000??.dat súborov + + + Receive and display P2P network alerts (default: %u) + Obdržať a zobraziť sieťové P2P varovania (predvolené: %u) + + + Relay and mine data carrier transactions (default: %u) + Prenášať a ťažiť transakcie nosných dát (predvolené: %u) + + + Relay non-P2SH multisig (default: %u) + Prenášať non-P2SH multi-podpis (predvolené: %u) + Rescan the block chain for missing wallet transactions Znova prehľadať reťazec blokov pre nájdenie chýbajúcich transakcií peňaženky @@ -3466,6 +4338,62 @@ https://www.transifex.com/projects/p/dash/ Rescanning... Znova prehľadávam... + + Run in the background as a daemon and accept commands + Bežať na pozadí ako démon a prijímať príkazy + + + Session not complete! + Relácia nie je dokončená! + + + Session timed out. + Relácia vypršala. + + + Set database cache size in megabytes (%d to %d, default: %d) + Nastaviť veľkosť pomocnej pamäti databázy v megabajtoch (%d do %d, prednastavené: %d) + + + Set maximum block size in bytes (default: %d) + Nastaviť maximálnu veľkosť v bajtoch (predvolené: %d) + + + Set the masternode private key + Nastaviť súkromný kľúč masternode + + + Show all debugging options (usage: --help -help-debug) + Zobraziť všetky možnosti ladenia (použitie: --help --help-debug) + + + Shrink debug.log file on client startup (default: 1 when no -debug) + Stlačiť debug.log súbor na spustenie klienta (predvolené: 1, keď nie -debug) + + + Signing failed. + Podpisovanie zlyhalo. + + + Signing transaction failed + Podpisovanie transakcie zlyhalo + + + Specify data directory + Zadať dátový adresár + + + Specify wallet file (within data directory) + Zadajte súbor peňaženky (vrámci dátovej zložky) + + + Specify your own public address + Zadajte Vašu vlastnú verejnú adresu + + + Synchronization pending... + Synchronizácia čaká... + This help message Táto pomocná správa @@ -3474,6 +4402,22 @@ https://www.transifex.com/projects/p/dash/ This is experimental software. Toto je experimentálny softvér. + + This is intended for regression testing tools and app development. + Toto je určené pre regresiu testovacích nástrojov and vývojárskych aplikácií. + + + Transaction amount too small + Suma transakcie je príliš malá + + + Transaction amounts must be positive + Sumy transakcie musia byť kladné + + + Transaction created successfully. + Transakcia úspešne vytvorená + Transaction fees are too high. Transakčné poplatky sú príliš vysoké @@ -3482,10 +4426,26 @@ https://www.transifex.com/projects/p/dash/ Transaction not valid. Neplatná transakcia. + + Transaction too large for fee policy + Transakcia je príliš veľká pre aktuálne podmienky poplatkov + Transaction too large Transakcia je príliš veľká + + Transmitting final transaction. + Vysiela sa finálna transakcia. + + + Unable to bind to %s on this computer (bind returned error %s) + Na tomto počítači sa nedá vytvoriť väzba %s (vytvorenie väzby vrátilo chybu %s) + + + Unable to sign spork message, wrong key? + Nedá sa podpísať spork správa, žeby zlý kľúč? + Unknown network specified in -onlynet: '%s' Špecifikovaná neznáma sieť v -onlynet: '%s' @@ -3514,6 +4474,10 @@ https://www.transifex.com/projects/p/dash/ Username for JSON-RPC connections Užívateľské meno pre JSON-RPC spojenia + + Value more than Darksend pool maximum allows. + Väčšia hodnota ako dovoľuje fronta Darksend. + Verifying blocks... Overovanie blokov @@ -3534,6 +4498,10 @@ https://www.transifex.com/projects/p/dash/ Wallet options: Možnosti peňaženky: + + Wallet window title + Nadpis okna peňaženky + Warning Upozornenie @@ -3542,6 +4510,18 @@ https://www.transifex.com/projects/p/dash/ Warning: This version is obsolete, upgrade required! Upozornenie: Táto verzia je zastaraná, vyžaduje sa aktualizácia! + + You need to rebuild the database using -reindex to change -txindex + Potrebujete prebudovať databázu použitím -reindex zmeniť -txindex + + + Your entries added successfully. + Vaše položky boli úspešne pridané. + + + Your transaction was accepted into the pool! + Vaša transakcia bola pridaná do fronty! + Zapping all transactions from wallet... Vymazať všetky transakcie z peňaženky... From ae14019e6d6854243b89a8ec7c118c64caeac4c3 Mon Sep 17 00:00:00 2001 From: UdjinM6 Date: Fri, 11 Sep 2015 21:19:14 +0300 Subject: [PATCH 05/14] IX fixes: - refactor initialization/fix initial values - use global `fEnableInstantX` - rpc output: `confirmations` (i.e. total) and `bcconfirmations` (blockchain only), fixes #593 also - throw error in UI before submiting IX if it violates max amount --- src/init.cpp | 18 +++++++++--------- src/qt/walletmodel.cpp | 6 ++++++ src/rpcwallet.cpp | 22 ++++++++++++++++++++-- src/util.cpp | 3 ++- src/util.h | 1 + src/wallet.cpp | 4 ++-- 6 files changed, 40 insertions(+), 14 deletions(-) diff --git a/src/init.cpp b/src/init.cpp index 901f7397940ee..db615b4088ef3 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -425,7 +425,7 @@ std::string HelpMessage(HelpMessageMode mode) strUsage += "\n" + _("InstantX options:") + "\n"; strUsage += " -enableinstantx= " + strprintf(_("Enable instantx, show confirmations for locked transactions (bool, default: %s)"), "true") + "\n"; - strUsage += " -instantxdepth= " + strprintf(_("Show N confirmations for a successfully locked transaction (0-9999, default: %u)"), 1) + "\n"; + strUsage += " -instantxdepth= " + strprintf(_("Show N confirmations for a successfully locked transaction (0-9999, default: %u)"), nInstantXDepth) + "\n"; strUsage += "\n" + _("Node relay options:") + "\n"; strUsage += " -datacarrier " + strprintf(_("Relay and mine data carrier transactions (default: %u)"), 1) + "\n"; @@ -698,6 +698,11 @@ bool AppInit2(boost::thread_group& threadGroup) LogPrintf("AppInit2 : parameter interaction: -zapwallettxes= -> setting -rescan=1\n"); } + if(!GetBoolArg("-enableinstantx", fEnableInstantX)){ + if (SoftSetArg("-instantxdepth", 0)) + LogPrintf("AppInit2 : parameter interaction: -enableinstantx=false -> setting -nInstantXDepth=0\n"); + } + // Make sure enough file descriptors are available int nBind = std::max((int)mapArgs.count("-bind") + (int)mapArgs.count("-whitebind"), 1); nMaxConnections = GetArg("-maxconnections", 125); @@ -1532,14 +1537,9 @@ bool AppInit2(boost::thread_group& threadGroup) if(nAnonymizeDarkcoinAmount > 999999) nAnonymizeDarkcoinAmount = 999999; if(nAnonymizeDarkcoinAmount < 2) nAnonymizeDarkcoinAmount = 2; - bool fEnableInstantX = GetBoolArg("-enableinstantx", true); - if(fEnableInstantX){ - nInstantXDepth = GetArg("-instantxdepth", 5); - if(nInstantXDepth > 60) nInstantXDepth = 60; - if(nInstantXDepth < 0) nAnonymizeDarkcoinAmount = 0; - } else { - nInstantXDepth = 0; - } + fEnableInstantX = GetBoolArg("-enableinstantx", fEnableInstantX); + nInstantXDepth = GetArg("-instantxdepth", nInstantXDepth); + nInstantXDepth = std::min(std::max(nInstantXDepth, 0), 60); //lite mode disables all Masternode and Darksend related functionality fLiteMode = GetBoolArg("-litemode", false); diff --git a/src/qt/walletmodel.cpp b/src/qt/walletmodel.cpp index 82d272eb84232..71179e791f157 100644 --- a/src/qt/walletmodel.cpp +++ b/src/qt/walletmodel.cpp @@ -297,6 +297,12 @@ WalletModel::SendCoinsReturn WalletModel::prepareTransaction(WalletModelTransact bool fCreated = wallet->CreateTransaction(vecSend, *newTx, *keyChange, nFeeRequired, strFailReason, coinControl, recipients[0].inputType, recipients[0].useInstantX); transaction.setTransactionFee(nFeeRequired); + if(recipients[0].useInstantX && newTx->GetValueOut() > GetSporkValue(SPORK_5_MAX_VALUE)*COIN){ + emit message(tr("Send Coins"), tr("InstantX doesn't support sending values that high yet. Transactions are currently limited to %1 DASH.").arg(GetSporkValue(SPORK_5_MAX_VALUE)), + CClientUIInterface::MSG_ERROR); + return TransactionCreationFailed; + } + if(!fCreated) { if((total + nFeeRequired) > nBalance) diff --git a/src/rpcwallet.cpp b/src/rpcwallet.cpp index 844936e80490d..f660860fc6001 100644 --- a/src/rpcwallet.cpp +++ b/src/rpcwallet.cpp @@ -48,7 +48,9 @@ void EnsureWalletIsUnlocked() void WalletTxToJSON(const CWalletTx& wtx, Object& entry) { int confirms = wtx.GetDepthInMainChain(false); - entry.push_back(Pair("confirmations", confirms)); + int confirmsTotal = wtx.GetDepthInMainChain(); + entry.push_back(Pair("confirmations", confirmsTotal)); + entry.push_back(Pair("bcconfirmations", confirms)); if (wtx.IsCoinBase()) entry.push_back(Pair("generated", true)); if (confirms > 0) @@ -1006,12 +1008,14 @@ struct tallyitem { CAmount nAmount; int nConf; + int nBCConf; vector txids; bool fIsWatchonly; tallyitem() { nAmount = 0; nConf = std::numeric_limits::max(); + nBCConf = std::numeric_limits::max(); fIsWatchonly = false; } }; @@ -1043,6 +1047,7 @@ Value ListReceived(const Array& params, bool fByAccounts) continue; int nDepth = wtx.GetDepthInMainChain(); + int nBCDepth = wtx.GetDepthInMainChain(false); if (nDepth < nMinDepth) continue; @@ -1059,6 +1064,7 @@ Value ListReceived(const Array& params, bool fByAccounts) tallyitem& item = mapTally[address]; item.nAmount += txout.nValue; item.nConf = min(item.nConf, nDepth); + item.nBCConf = min(item.nBCConf, nBCDepth); item.txids.push_back(wtx.GetHash()); if (mine & ISMINE_WATCH_ONLY) item.fIsWatchonly = true; @@ -1078,11 +1084,13 @@ Value ListReceived(const Array& params, bool fByAccounts) CAmount nAmount = 0; int nConf = std::numeric_limits::max(); + int nBCConf = std::numeric_limits::max(); bool fIsWatchonly = false; if (it != mapTally.end()) { nAmount = (*it).second.nAmount; nConf = (*it).second.nConf; + nBCConf = (*it).second.nBCConf; fIsWatchonly = (*it).second.fIsWatchonly; } @@ -1091,6 +1099,7 @@ Value ListReceived(const Array& params, bool fByAccounts) tallyitem& item = mapAccountTally[strAccount]; item.nAmount += nAmount; item.nConf = min(item.nConf, nConf); + item.nBCConf = min(item.nBCConf, nBCConf); item.fIsWatchonly = fIsWatchonly; } else @@ -1102,6 +1111,7 @@ Value ListReceived(const Array& params, bool fByAccounts) obj.push_back(Pair("account", strAccount)); obj.push_back(Pair("amount", ValueFromAmount(nAmount))); obj.push_back(Pair("confirmations", (nConf == std::numeric_limits::max() ? 0 : nConf))); + obj.push_back(Pair("bcconfirmations", (nBCConf == std::numeric_limits::max() ? 0 : nBCConf))); Array transactions; if (it != mapTally.end()) { @@ -1121,12 +1131,14 @@ Value ListReceived(const Array& params, bool fByAccounts) { CAmount nAmount = (*it).second.nAmount; int nConf = (*it).second.nConf; + int nBCConf = (*it).second.nBCConf; Object obj; if((*it).second.fIsWatchonly) obj.push_back(Pair("involvesWatchonly", true)); obj.push_back(Pair("account", (*it).first)); obj.push_back(Pair("amount", ValueFromAmount(nAmount))); obj.push_back(Pair("confirmations", (nConf == std::numeric_limits::max() ? 0 : nConf))); + obj.push_back(Pair("bcconfirmations", (nBCConf == std::numeric_limits::max() ? 0 : nBCConf))); ret.push_back(obj); } } @@ -1153,6 +1165,7 @@ Value listreceivedbyaddress(const Array& params, bool fHelp) " \"account\" : \"accountname\", (string) The account of the receiving address. The default account is \"\".\n" " \"amount\" : x.xxx, (numeric) The total amount in btc received by the address\n" " \"confirmations\" : n (numeric) The number of confirmations of the most recent transaction included\n" + " \"bcconfirmations\" : n (numeric) The number of blockchain confirmations of the most recent transaction included\n" " }\n" " ,...\n" "]\n" @@ -1184,6 +1197,7 @@ Value listreceivedbyaccount(const Array& params, bool fHelp) " \"account\" : \"accountname\", (string) The account name of the receiving account\n" " \"amount\" : x.xxx, (numeric) The total amount received by addresses with this account\n" " \"confirmations\" : n (numeric) The number of confirmations of the most recent transaction included\n" + " \"bcconfirmations\" : n (numeric) The number of blockchain confirmations of the most recent transaction included\n" " }\n" " ,...\n" "]\n" @@ -1323,6 +1337,8 @@ Value listtransactions(const Array& params, bool fHelp) " 'send' category of transactions.\n" " \"confirmations\": n, (numeric) The number of confirmations for the transaction. Available for 'send' and \n" " 'receive' category of transactions.\n" + " \"bcconfirmations\": n, (numeric) The number of blockchain confirmations for the transaction. Available for 'send'\n" + " and 'receive' category of transactions.\n" " \"blockhash\": \"hashvalue\", (string) The block hash containing the transaction. Available for 'send' and 'receive'\n" " category of transactions.\n" " \"blockindex\": n, (numeric) The block index containing the transaction. Available for 'send' and 'receive'\n" @@ -1500,6 +1516,7 @@ Value listsinceblock(const Array& params, bool fHelp) " \"vout\" : n, (numeric) the vout value\n" " \"fee\": x.xxx, (numeric) The amount of the fee in btc. This is negative and only available for the 'send' category of transactions.\n" " \"confirmations\": n, (numeric) The number of confirmations for the transaction. Available for 'send' and 'receive' category of transactions.\n" + " \"bcconfirmations\" : n, (numeric) The number of blockchain confirmations for the transaction. Available for 'send' and 'receive' category of transactions.\n" " \"blockhash\": \"hashvalue\", (string) The block hash containing the transaction. Available for 'send' and 'receive' category of transactions.\n" " \"blockindex\": n, (numeric) The block index containing the transaction. Available for 'send' and 'receive' category of transactions.\n" " \"blocktime\": xxx, (numeric) The block time in seconds since epoch (1 Jan 1970 GMT).\n" @@ -1551,7 +1568,7 @@ Value listsinceblock(const Array& params, bool fHelp) { CWalletTx tx = (*it).second; - if (depth == -1 || tx.GetDepthInMainChain() < depth) + if (depth == -1 || tx.GetDepthInMainChain(false) < depth) ListTransactions(tx, "*", 0, true, transactions, filter); } @@ -1578,6 +1595,7 @@ Value gettransaction(const Array& params, bool fHelp) "{\n" " \"amount\" : x.xxx, (numeric) The transaction amount in btc\n" " \"confirmations\" : n, (numeric) The number of confirmations\n" + " \"bcconfirmations\" : n, (numeric) The number of blockchain confirmations\n" " \"blockhash\" : \"hash\", (string) The block hash\n" " \"blockindex\" : xx, (numeric) The block index\n" " \"blocktime\" : ttt, (numeric) The time in seconds since epoch (1 Jan 1970 GMT)\n" diff --git a/src/util.cpp b/src/util.cpp index 62c305a114fd6..42c1571f9d85a 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -108,7 +108,8 @@ bool fMasterNode = false; string strMasterNodePrivKey = ""; string strMasterNodeAddr = ""; bool fLiteMode = false; -int nInstantXDepth = 1; +bool fEnableInstantX = true; +int nInstantXDepth = 5; int nDarksendRounds = 2; int nAnonymizeDarkcoinAmount = 1000; int nLiquidityProvider = 0; diff --git a/src/util.h b/src/util.h index 93f6db447021b..6127b69da5c17 100644 --- a/src/util.h +++ b/src/util.h @@ -32,6 +32,7 @@ extern bool fMasterNode; extern bool fLiteMode; +extern bool fEnableInstantX; extern int nInstantXDepth; extern int nDarksendRounds; extern int nAnonymizeDarkcoinAmount; diff --git a/src/wallet.cpp b/src/wallet.cpp index b6293891f3d91..d57ddbdb885f4 100644 --- a/src/wallet.cpp +++ b/src/wallet.cpp @@ -3254,7 +3254,7 @@ int CMerkleTx::GetTransactionLockSignatures() const { if(fLargeWorkForkFound || fLargeWorkInvalidChainFound) return -2; if(!IsSporkActive(SPORK_2_INSTANTX)) return -3; - if(nInstantXDepth == 0) return -1; + if(!fEnableInstantX) return -1; //compile consessus vote std::map::iterator i = mapTxLocks.find(GetHash()); @@ -3267,7 +3267,7 @@ int CMerkleTx::GetTransactionLockSignatures() const bool CMerkleTx::IsTransactionLockTimedOut() const { - if(nInstantXDepth == 0) return 0; + if(!fEnableInstantX) return 0; //compile consessus vote std::map::iterator i = mapTxLocks.find(GetHash()); From 9710b50a43517cc4b89a8cb4372d62820dbd4233 Mon Sep 17 00:00:00 2001 From: UdjinM6 Date: Wed, 9 Sep 2015 06:27:20 +0300 Subject: [PATCH 06/14] change threadSafe (i.e. cs_main lock usage) for Dash rpc commands Closes #604 --- src/rpcserver.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/rpcserver.cpp b/src/rpcserver.cpp index a862954582b7c..398af161d3c16 100644 --- a/src/rpcserver.cpp +++ b/src/rpcserver.cpp @@ -309,14 +309,14 @@ static const CRPCCommand vRPCCommands[] = { "hidden", "setmocktime", &setmocktime, true, false, false }, /* Dash features */ - { "dash", "mnsync", &mnsync, true, false, false }, - { "dash", "spork", &spork, true, false, false }, - { "dash", "masternode", &masternode, true, false, true }, - { "dash", "mnbudget", &mnbudget, true, false, false }, - { "dash", "mnfinalbudget", &mnfinalbudget, true, false, false }, - { "dash", "masternodelist", &masternodelist, true, false, false }, + { "dash", "masternode", &masternode, true, true, false }, + { "dash", "masternodelist", &masternodelist, true, true, false }, + { "dash", "mnbudget", &mnbudget, true, true, false }, + { "dash", "mnfinalbudget", &mnfinalbudget, true, true, false }, + { "dash", "mnsync", &mnsync, true, true, false }, + { "dash", "spork", &spork, true, true, false }, #ifdef ENABLE_WALLET - { "dash", "darksend", &darksend, false, false, true }, + { "dash", "darksend", &darksend, false, false, true }, /* not threadSafe because of SendMoney */ /* Wallet */ { "wallet", "addmultisigaddress", &addmultisigaddress, true, false, true }, From 79e2c541a8f7af572d91531052e250107070969d Mon Sep 17 00:00:00 2001 From: UdjinM6 Date: Wed, 16 Sep 2015 00:28:13 +0300 Subject: [PATCH 07/14] translations: vi to 100% --- src/qt/locale/dash_vi.ts | 148 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 148 insertions(+) diff --git a/src/qt/locale/dash_vi.ts b/src/qt/locale/dash_vi.ts index 152a7178f9c0b..f01324ba33b75 100644 --- a/src/qt/locale/dash_vi.ts +++ b/src/qt/locale/dash_vi.ts @@ -740,6 +740,10 @@ Kiểu: %3 Copy change Sao chép tiền trả lại + + Non-anonymized input selected. <b>Darksend will be disabled.</b><br><br>If you still want to use Darksend, please deselect all non-nonymized inputs first and then check Darksend checkbox again. + Đầu vào không ẩn danh được chọn. <b>Darksend sẽ bị tắt.</b><br><br>Nếu bạn vẫn muốn sử dụng Darksend, hãy bỏ chọn tata cả các đầu vào không ẩn danh trước và đánh dấu vào hộp Darksend lần nữa. + highest cao nhất @@ -1157,6 +1161,10 @@ Kiểu: %3 W&allet &Ví + + If you disable the spending of unconfirmed change, the change from a transaction<br/>cannot be used until that transaction has at least one confirmation.<br/>This also affects how your balance is computed. + Nếu bạn vô hiệu hóa các chi tiêu của phần tiền lẻ chưa được xác nhận, phần tiền lẻ từ một giao dịch <br/>không thể được sử dụng đến khi giao dịch đó nhận được ít nhất một xác nhận. <br/>Điều này ảnh hưởng đến cách tính số dư của bạn. + Accept connections from outside Chấp nhận kết nối từ bên ngoài @@ -1494,6 +1502,10 @@ https://www.transifex.com/projects/p/dash/ %n Rounds %n Vòng + + Not enough compatible inputs to anonymize <span style='color:red;'>%1</span>,<br>will anonymize <span style='color:red;'>%2</span> instead + Không đủ đầu vào tương ứng để ẩn danh <span style='color:red;'>%1</span>,<br>sẽ ẩn danh <span style='color:red;'>%2</span> thay vào đó + Overall progress Tiến trình chung @@ -1915,6 +1927,10 @@ https://www.transifex.com/projects/p/dash/ Upgrade wallet format Nâng cấp định dạng ví + + The buttons below will restart the wallet with command-line options to repair the wallet, fix issues with corrupt blockhain files or missing/obsolete transactions. + Nút dưới đây sẽ khởi động lại ví với tuỳ chọn dòng lệnh để sửa lại ví, sửa lại những vấn đề với các tệp blockchain bị lỗi hoặc các giao dịch bị thiếu/cũ. + -salvagewallet: Attempt to recover private keys from a corrupt wallet.dat. -salvagewallet: Thử phục hồi khoá riêng từ tệp wallet.dat bị lỗi. @@ -2267,6 +2283,18 @@ https://www.transifex.com/projects/p/dash/ Minimize Tối thiểu hoá + + If the custom fee is set to 1000 duffs and the transaction is only 250 bytes, then "per kilobyte" only pays 250 duffs in fee,<br />while "at least" pays 1000 duffs. For transactions bigger than a kilobyte both pay by kilobyte. + Nếu mức phí tuỳ chỉnh được đặt là 1000 duff và giao dịch chỉ có 250 byte, thì "theo kilobyte" chỉ trả 250 duff cho phí,<br />trong khi "ít nhất" phải trả 1000 duff. Cho các giao dịch lớn hơn 1 kilobyte thì cả hai đều trả theo kilobyte. + + + If the custom fee is set to 1000 duffs and the transaction is only 250 bytes, then "per kilobyte" only pays 250 duffs in fee,<br />while "total at least" pays 1000 duffs. For transactions bigger than a kilobyte both pay by kilobyte. + Nếu phí giao dịch tuỳ chỉnh được đặt là 1000 duff và giao dịch chỉ có 250 bytes, thì "theo kilobyte" chỉ trả 250 duff phí,<br />trong khi "tổng ít nhất" trả 1000 duff. Với các giao dịch lớn hơn 1 kilobyte thì cả hai đều trả theo kilobyte. + + + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process. + Chỉ trả phí tối thiểu cũng được chỉ khi mà có lượng giao dịch ít hơn không gian trong khối.<br />Nhưng cần lưu ý là nó có thể xảy ra hiện tượng giao dịch không bao giờ được xác nhận một khi có nhiều nhu cầu giao dash hơn khả năng mà mạng lưới có thể xử lý được. + per kilobyte mỗi kilobyte @@ -2287,6 +2315,10 @@ https://www.transifex.com/projects/p/dash/ Custom: Tuỳ chỉnh: + + (Smart fee not initialized yet. This usually takes a few blocks...) + (Phí khởi tạo thông minh chưa được khởi tạo. Thường thì sẽ mất vài block...) + Confirmation time: Thời gian xác thực: @@ -3043,6 +3075,10 @@ https://www.transifex.com/projects/p/dash/ Type of transaction. Kiểu giao dịch. + + Whether or not a watch-only address is involved in this transaction. + Cho dù có hay không thì một địa chỉ chỉ theo dõi cũng liên quan đến giao dịch này. + Destination address of transaction. Địa chỉ đích của giao dịch. @@ -3541,10 +3577,30 @@ https://www.transifex.com/projects/p/dash/ If <category> is not supplied, output all debugging information. Nếu <category> không được cung cấp, đưa ra tất cả các thông tin gỡ rối. + + (1 = keep tx meta data e.g. account owner and payment request information, 2 = drop tx meta data) + (1 = giữ lại dữ liệu tx, ví dụ chủ tài khoản và thông tin yêu cầu thanh toán, 2 = bỏ dữ liệu tx) + + + Allow JSON-RPC connections from specified source. Valid for <ip> 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 + Cho phép các kết nối JSON-RPC từ các nguồn nhất định. Các địa chỉ <ip> hợp lệ là các địa chỉ IP đơn (ví dụ: 1.2.3.4), một mạng/netmask (ví dụ: 1.2.3.4/255.255.255.0) hoặc một mạng/CIDR (ví dụ: 1.2.3.4/24). Tuỳ chọn này có thể chỉ ra nhiều lần. + An error occurred while setting up the RPC address %s port %u for listening: %s Có một lỗi xảy ra trong khi thiết lập địa chỉ RPC %s cổng %u để lắng nghe: %s + + Bind to given address and whitelist peers connecting to it. Use [host]:port notation for IPv6 + Liên kết với địa chỉ cụ thể và đưa nó vào danh sách chấp nhận của các đối tác kết nối vào nó. Sử dụng cách viết [địa chỉ máy]:cổng cho IPv6 + + + Bind to given address to listen for JSON-RPC connections. Use [host]:port notation for IPv6. This option can be specified multiple times (default: bind to all interfaces) + Liên kết với địa chỉ cụ thể để lắng nghe các kết nối JSON-RPC. Sử dụng cách viết [địa chỉ máy]:cổng cho IPv6. Tùy chọn này có thể được chỉ định nhiều lần (ngầm định: bind cho tất cả các giao diện) + + + Change automatic finalized budget voting behavior. mode=auto: Vote for only exact finalized budget match to my generated budget. (string, default: auto) + Thay đổi hành vi bỏ phiếu ngân sách cuối cùng tự động. mode = auto: Chỉ bỏ phiếu cho ngân sách cuối cùng tương ứng chính xác với ngân sách được cấp phát của tôi. (string, ngầm định: auto) + Continuously rate-limit free transactions to <n>*1000 bytes per minute (default:%u) Liên tục giới hạn tỷ lệ miễn phí giao dịch về <n>*1000 byte cho mỗi phút (ngầm định:%u) @@ -3573,6 +3629,10 @@ https://www.transifex.com/projects/p/dash/ Enable use of automated darksend for funds stored in this wallet (0-1, default: %u) Cho phép sử dụng tự động darksend cho những ngân sách được lưu trong ví (0-1, ngầm định: %u) + + Error: Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported. + Lỗi: Thấy tham số không được hỗ trợ -socks. Thiết lập phiên bản SOCKS là không thể được nữa, chỉ hỗ trợ proxy SOCKS5. + Fees (in DASH/Kb) smaller than this are considered zero fee for relaying (default: %s) Phí (tính theo DASH/Kb) nhỏ hơn số này được coi là không mất phí cho việc chuyển tiền (ngầm định: %s) @@ -3593,10 +3653,30 @@ https://www.transifex.com/projects/p/dash/ How thorough the block verification of -checkblocks is (0-4, default: %u) Cách kiểm tra khối triệt để -checkblocks là (0-4, ngầm định: %u) + + If paytxfee is not set, include enough fee so transactions begin confirmation on average within n blocks (default: %u) + Nếu paytxfee không được thiết lập, bao gồm đầy đủ phí để giao dịch bắt đầu xác nhận bình quân trong n khối (ngầm định: %u) + + + Invalid amount for -maxtxfee=<amount>: '%s' (must be at least the minrelay fee of %s to prevent stuck transactions) + Số lượng không phù hợp cho -maxtxfee=<số lượng>: '%s' (phải bằng ít nhất mức phí chuyển tiếp tối thiểu %s để tránh tình trạng tắc các giao dịch) + Log transaction priority and fee per kB when mining blocks (default: %u) Lưu nhật ký các ưu tiên và phí giao dịch cho mỗi kB khi đào các khối (ngầm định: %u) + + Maintain a full transaction index, used by the getrawtransaction rpc call (default: %u) + Duy trì một chỉ mục giao dịch đầy đủ, sử dụng bởi lệnh gọi rpc getrawtransaction (ngầm định: %u) + + + Maximum size of data in data carrier transactions we relay and mine (default: %u) + Kích thước tối đa của dữ liệu trong các giao dịch cung cấp dữ liệu, chúng tôi chuyển tiếp và đào (ngầm định: %u) + + + Maximum total fees to use in a single wallet transaction, setting too low may abort large transactions (default: %s) + Tổng số tối đa phí để sử dụng cho một giao dịch trên ví, đặt số này quá nhỏ có thể làm bỏ lỡ các giao dịch lớn (ngầm định: %s) + Number of seconds to keep misbehaving peers from reconnecting (default: %u) Số giây hạn chế để không cho phép các đối tác ngang hàng cư xử không đúng tiếp tục kết nối lại (ngầm định: %u) @@ -3609,6 +3689,10 @@ https://www.transifex.com/projects/p/dash/ 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) 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) + + Require high priority for relaying free or low-fee transactions (default:%u) + Yêu cầu ưu tiên cao cho việc chuyển tiếp các giao dịch miễn phí hoặc giao dịch phí thấp (ngầm định: %u) + Send trace/debug info to console instead of debug.log file (default: %u) Gửi thông tin trace/debug đến console thay vì ra tệp debug.log (ngầm định: %u) @@ -3625,6 +3709,30 @@ https://www.transifex.com/projects/p/dash/ This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit <https://www.openssl.org/> and cryptographic software written by Eric Young and UPnP software written by Thomas Bernard. Sản phẩm này có 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 <https://www.openssl.org/> 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. + + To use dashd, or the -server option to dash-qt, you must set an rpcpassword in the configuration file: +%s +It is recommended you use the following random password: +rpcuser=dashrpc +rpcpassword=%s +(you do not need to remember this password) +The username and password MUST NOT be the same. +If the file does not exist, create it with owner-readable-only file permissions. +It is also recommended to set alertnotify so you are notified of problems; +for example: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com + + Để sử dụng dashd, hoặc tuỳ chọn -server với dash-qt, bạn phải đặt một mật khẩu rpcpassword trong tệp cấu hình: +%s +Gợi ý rằng bạn nên sử dụng những mật khẩu ngẫu nhiên sau: +rpcuser=dashrpc +rpcpassword=%s +(bạn không cần thiết phải nhớ mật khẩu này) +Username và mật khẩu KHÔNG ĐƯỢC giống nhau. +Nếu tệp chưa có, thì hãy tạo ra với quyền chỉ đọc. +Gợi ý bạn rằng cần đặt alertnotify để bạn nhận được thông báo về các vấn đề; +ví dụ: alertnotify=echo %%s | mail -s "Dash Alert" admin@foo.com + + Unable to locate enough funds for this transaction that are not equal 1000 DASH. Không tìm được đủ ngân sách cho giao dịch mà nó không đủ 1000 DASH. @@ -3645,6 +3753,10 @@ https://www.transifex.com/projects/p/dash/ Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. Các đối tác ngang hàng cho phép đang kết nối từ địa chỉ IP và netmask. Nó có thể được chỉ rõ nhiều lần. + + 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 + Cái điểm ngang hàng trong danh sách trắng không thể bị cấm DoS và các giao dịch của nó luôn được chuyển tiếp, thậm chí cả khi nó đã có trong mempool, hữu ích ví dụ như cho một cửa ngõ + (9999 could be used only on mainnet) (9999 chỉ được sử dụng trên mạng chính thức) @@ -3690,6 +3802,10 @@ https://www.transifex.com/projects/p/dash/ Copyright (C) 2014-%i The Dash Core Developers Bản quyền (C) 2014-%i bởi Nhóm phát triển Dash Core + + Could not parse -rpcbind value %s as network address + Không thể phân tích giá trị -rpcbind %s như là địa chỉ mạng + Darksend is idle. Darksend đang nghỉ. @@ -3722,6 +3838,10 @@ https://www.transifex.com/projects/p/dash/ Error: A fatal internal error occured, see debug.log for details Lỗi: Một lỗi nghiêm trọng đã xuất hiện, xem debug.log để biết thêm chi tiết + + Error: Can't select current denominated inputs + Lỗi: Không thể chọn đầu vào gốc hiện tại + Error: Unsupported argument -tor found, use -onion. Lỗi: Tìm thấy tham số không được hỗ trợ -tor, thay vào đó hãy sử dụng -onion @@ -3878,6 +3998,10 @@ https://www.transifex.com/projects/p/dash/ Mixing in progress... Đang trong quá trình trộn... + + Need to specify a port with -whitebind: '%s' + Cần chỉ rõ một cổng với -whitebind: '%s' + No Masternodes detected. Không tìm thấy các Master node. @@ -3910,6 +4034,10 @@ https://www.transifex.com/projects/p/dash/ Run a thread to flush wallet periodically (default: %u) Chạy một luồng để làm sạch ví một cách thường xuyên (ngầm định: %u) + + Send trace/debug info to debug.log file (default: %u) + Gửi thông tin trace/debug vào file debug.log (ngầm định: %u) + Send transactions as zero-fee transactions if possible (default: %u) Gửi giao dịch như là giao dịch không phí nếu có thể (ngầm định: %u) @@ -4174,6 +4302,10 @@ https://www.transifex.com/projects/p/dash/ RPC server options: Tuỳ chọn cho RPC server + + RPC support for HTTP persistent connections (default: %d) + RPC hỗ trợ cho các kết nối HTTP cố định (ngầm định: %d) + Randomly drop 1 of every <n> network messages Bỏ ngẫu nhiên 1 mỗi <n> thông điệp mạng @@ -4186,6 +4318,18 @@ https://www.transifex.com/projects/p/dash/ Rebuild block chain index from current blk000??.dat files Tái tạo lại chỉ mục chuỗi khối từ tệp blk000??.dat + + Receive and display P2P network alerts (default: %u) + Nhận và hiển thị các cảnh báo mạng P2P (ngầm định: %u) + + + Relay and mine data carrier transactions (default: %u) + Chuyển tiếp và đào các giao dịch mang dữ liệu (ngầm định: %u) + + + Relay non-P2SH multisig (default: %u) + Chuyển tiếp các khoá đa chữ ký không phải P2SH (ngầm định: %u) + Rescan the block chain for missing wallet transactions Quét lại chuỗi khối cho các giao dịch ví bị thiếu. @@ -4246,6 +4390,10 @@ https://www.transifex.com/projects/p/dash/ Specify your own public address Hãy xác định địa chỉ công khai của bạn + + Synchronization pending... + Đang chuẩn bị đồng bộ... + This help message Đây là thông điệp trợ giúp From 3d91fe326cb0f2c89f152cf25c13f39697312580 Mon Sep 17 00:00:00 2001 From: UdjinM6 Date: Wed, 23 Sep 2015 03:15:23 +0300 Subject: [PATCH 08/14] add mnbudgetvoteraw Closes: #621 --- src/rpcclient.cpp | 2 ++ src/rpcmasternode-budget.cpp | 52 ++++++++++++++++++++++++++++++++++++ src/rpcserver.cpp | 1 + src/rpcserver.h | 1 + 4 files changed, 56 insertions(+) diff --git a/src/rpcclient.cpp b/src/rpcclient.cpp index 6bf0973d3b461..4844f6567373d 100644 --- a/src/rpcclient.cpp +++ b/src/rpcclient.cpp @@ -97,6 +97,8 @@ static const CRPCConvertParam vRPCConvertParams[] = { "mnbudget", 4 }, { "mnbudget", 6 }, { "mnbudget", 8 }, + { "mnbudgetvoteraw", 1 }, + { "mnbudgetvoteraw", 4 }, }; class CRPCConvertTable diff --git a/src/rpcmasternode-budget.cpp b/src/rpcmasternode-budget.cpp index 13c02ea859607..3245349f847c2 100644 --- a/src/rpcmasternode-budget.cpp +++ b/src/rpcmasternode-budget.cpp @@ -505,6 +505,58 @@ Value mnbudget(const Array& params, bool fHelp) return Value::null; } +Value mnbudgetvoteraw(const Array& params, bool fHelp) +{ + if (fHelp || params.size() != 6) + throw runtime_error( + "mnbudgetvoteraw + + Synchronization pending... + Synchronisation en suspens... + This help message Ce message d'aide diff --git a/src/qt/locale/dash_ja.ts b/src/qt/locale/dash_ja.ts new file mode 100644 index 0000000000000..1e0d322412a2f --- /dev/null +++ b/src/qt/locale/dash_ja.ts @@ -0,0 +1,3135 @@ + + + AddressBookPage + + Right-click to edit address or label + 右クリックでアドレスまたはラベルを編集します + + + Create a new address + 新規アドレスの作成 + + + &New + 新規(&N) + + + Copy the currently selected address to the system clipboard + 現在選択されているアドレスをシステムのクリップボードにコピーする + + + &Copy + コピー(&C) + + + Delete the currently selected address from the list + 選択されたアドレスを一覧から削除する + + + &Delete + 削除(&D) + + + Export the data in the current tab to a file + ファイルに現在のタブのデータをエクスポート + + + &Export + エクスポート (&E) + + + C&lose + 閉じる(&C) + + + Choose the address to send coins to + 送信先のアドレスを選択 + + + Choose the address to receive coins with + 支払いを受け取るアドレスを指定する + + + C&hoose + 選択(&C) + + + Sending addresses + アドレス送信中 + + + Receiving addresses + アドレス受信中 + + + &Copy Address + アドレスをコピー (&C) + + + Copy &Label + ラベルをコピー (&L) + + + &Edit + 編集 (&E) + + + Export Address List + アドレス帳をエクスポート + + + Comma separated file (*.csv) + CSVファイル (*.csv) + + + Exporting Failed + エクスポート失敗 + + + There was an error trying to save the address list to %1. Please try again. + トランザクション履歴を %1 へ保存する際にエラーが発生しました。再試行してください。 + + + + AddressTableModel + + Label + ラベル + + + Address + アドレス + + + (no label) + (ラベル無し) + + + + AskPassphraseDialog + + Passphrase Dialog + パスフレーズ ダイアログ + + + Enter passphrase + パスフレーズを入力 + + + New passphrase + 新しいパスフレーズ + + + Repeat new passphrase + 新しいパスフレーズをもう一度 + + + Enter the new passphrase to the wallet.<br/>Please use a passphrase of <b>ten or more random characters</b>, or <b>eight or more words</b>. + ウォレットの新しいパスフレーズを入力してください。<br/><b>10文字以上のランダムな文字</b>で構成されたものか、<b>8単語以上の単語</b>で構成されたパスフレーズを使用してください。 + + + Encrypt wallet + ウォレットを暗号化する + + + This operation needs your wallet passphrase to unlock the wallet. + この操作はウォレットをアンロックするためにパスフレーズが必要です。 + + + Unlock wallet + ウォレットをアンロックする + + + This operation needs your wallet passphrase to decrypt the wallet. + この操作はウォレットの暗号化解除のためにパスフレーズが必要です。 + + + Decrypt wallet + ウォレットの暗号化を解除する + + + Change passphrase + パスフレーズの変更 + + + Confirm wallet encryption + ウォレットの暗号化を確認する + + + Are you sure you wish to encrypt your wallet? + 本当にウォレットを暗号化しますか? + + + Wallet encrypted + ウォレットは暗号化されました + + + IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet. + 重要: 過去のウォレット ファイルのバックアップは、暗号化された新しいウォレット ファイルに取り替える必要があります。セキュリティ上の理由により、暗号化された新しいウォレットを使い始めると、暗号化されていないウォレット ファイルのバックアップはすぐに使えなくなります。 + + + Wallet encryption failed + ウォレットの暗号化に失敗しました + + + Wallet encryption failed due to an internal error. Your wallet was not encrypted. + 内部エラーによりウォレットの暗号化が失敗しました。ウォレットは暗号化されませんでした。 + + + The supplied passphrases do not match. + パスフレーズが同じではありません。 + + + Wallet unlock failed + ウォレットのアンロックに失敗しました + + + The passphrase entered for the wallet decryption was incorrect. + ウォレットの暗号化解除のパスフレーズが正しくありません。 + + + Wallet decryption failed + ウォレットの暗号化解除に失敗しました + + + Wallet passphrase was successfully changed. + ウォレットのパスフレーズの変更が成功しました。 + + + Warning: The Caps Lock key is on! + 警告: キャプスロック・キーがオンになっています! + + + + BitcoinGUI + + Wallet + ウォレット + + + Node + ノード + + + &Overview + 概要(&O) + + + Show general overview of wallet + ウォレットの概要を見る + + + &Send + 送る (&S) + + + &Receive + 受信 (&R) + + + &Transactions + 取引(&T) + + + Browse transaction history + 取引履歴を閲覧 + + + E&xit + 終了(&E) + + + Quit application + アプリケーションを終了 + + + About &Qt + Qt について(&Q) + + + Show information about Qt + Qt の情報を表示 + + + &Options... + オプション… (&O) + + + &Show / Hide + 見る/隠す (&S) + + + Show or hide the main Window + メイン ウインドウを表示または非表示 + + + &Encrypt Wallet... + ウォレットの暗号化… (&E) + + + Encrypt the private keys that belong to your wallet + あなたのウォレットの秘密鍵を暗号化します + + + &Backup Wallet... + ウォレットのバックアップ… (&B) + + + Backup wallet to another location + ウォレットを他の場所にバックアップ + + + &Change Passphrase... + パスフレーズの変更… (&C) + + + Change the passphrase used for wallet encryption + ウォレット暗号化用パスフレーズの変更 + + + Unlock wallet + ウォレットをアンロックする + + + Sign &message... + メッセージの署名… (&m) + + + &Verify message... + メッセージの検証… (&V) + + + &Information + 情報 (&I) + + + &Sending addresses... + 送金先アドレス一覧… (&S) + + + Show the list of used sending addresses and labels + 使用済みの送金用アドレスとラベルの一覧を表示する + + + &Receiving addresses... + 受け取り用アドレス一覧… (&R) + + + Show the list of used receiving addresses and labels + 支払いを受け取るアドレスとラベルのリストを表示する + + + Open &URI... + URI を開く… (&U) + + + &Command-line options + コマンドラインオプション (&C) + + + &File + ファイル(&F) + + + &Settings + 設定(&S) + + + &Help + ヘルプ(&H) + + + Tabs toolbar + タブツールバー + + + Synchronizing with network... + ネットワークに同期中… + + + Importing blocks from disk... + ディスクからブロックをインポートしています… + + + Reindexing blocks on disk... + ディスク上のブロックのインデックスを再作成中… + + + No block source available... + 利用可能なブロックがありません… + + + Up to date + バージョンは最新です + + + %n hour(s) + %n 時間 + + + %n day(s) + %n 日 + + + %n week(s) + %n 週間 + + + %1 and %2 + %1 と %2 + + + %n year(s) + %n 年 + + + %1 behind + %1 遅延 + + + Catching up... + 追跡中… + + + Last received block was generated %1 ago. + 最後に受信されたブロックは %1 前に生成されました。 + + + Transactions after this will not yet be visible. + この後の取引はまだ表示されません。 + + + Error + エラー + + + Warning + 警告 + + + Information + 情報 + + + Sent transaction + 送金取引 + + + Incoming transaction + 着金取引 + + + Wallet is <b>encrypted</b> and currently <b>unlocked</b> + ウォレットは<b>暗号化されて、アンロックされています</b> + + + Wallet is <b>encrypted</b> and currently <b>locked</b> + ウォレットは<b>暗号化されて、ロックされています</b> + + + + ClientModel + + Network Alert + ネットワーク警告 + + + + CoinControlDialog + + Quantity: + 数量: + + + Bytes: + バイト: + + + Amount: + 総額: + + + Priority: + 優先度: + + + Fee: + 手数料: + + + Coin Selection + コイン選択 + + + Dust: + ダスト: + + + After Fee: + 手数料差引後: + + + Change: + 釣り銭: + + + (un)select all + すべて選択/選択解除 + + + Tree mode + ツリーモード + + + List mode + リストモード + + + Amount + 総額 + + + Received with label + ラベルに対する入金一覧 + + + Received with address + アドレスに対する入金一覧 + + + Date + 日付 + + + Confirmations + 検証数 + + + Confirmed + 検証済み + + + Priority + 優先度 + + + Copy address + アドレスをコピーする + + + Copy label + ラベルをコピーする + + + Copy amount + 総額のコピー + + + Copy transaction ID + 取引 ID をコピー + + + Lock unspent + 未使用トランザクションをロックする + + + Unlock unspent + 未使用トランザクションをアンロックする + + + Copy quantity + 数量をコピーする + + + Copy fee + 手数料をコピーする + + + Copy after fee + 手数料差引後の値をコピーする + + + Copy bytes + バイト数をコピーする + + + Copy priority + 優先度をコピーする + + + Copy dust + ダストをコピーする + + + Copy change + 釣り銭をコピー + + + highest + 最高 + + + higher + 非常に高 + + + high + + + + medium-high + 中〜高 + + + medium + + + + low-medium + 低〜中 + + + low + + + + lower + 非常に低 + + + lowest + 最低 + + + (%1 locked) + (%1 がロック済み) + + + none + なし + + + yes + はい + + + no + いいえ + + + This means a fee of at least %1 per kB is required. + これは少なくとも1kBあたり %1 の手数料が必要であることを意味します。 + + + Can vary +/- 1 byte per input. + ひとつの入力につき1バイト程度ずれることがあります。 + + + Transactions with higher priority are more likely to get included into a block. + より高い優先度を持つトランザクションの方がブロックに取り込まれやすくなります。 + + + (no label) + (ラベル無し) + + + change from %1 (%2) + %1 (%2) からのおつり + + + (change) + (おつり) + + + + DarksendConfig + + + EditAddressDialog + + Edit Address + アドレスの編集 + + + &Label + ラベル(&L) + + + The label associated with this address list entry + このアドレス帳項目に結びつけられているラベル + + + &Address + アドレス帳 (&A) + + + The address associated with this address list entry. This can only be modified for sending addresses. + このアドレス帳項目に結びつけられているアドレス。この項目は送金用アドレスの場合のみ編集することができます。 + + + New receiving address + 新しい受信アドレス + + + New sending address + 新しい送信アドレス + + + Edit receiving address + 受信アドレスを編集 + + + Edit sending address + 送信アドレスを編集 + + + The entered address "%1" is already in the address book. + 入力されたアドレス "%1" は既にアドレス帳にあります。 + + + Could not unlock wallet. + ウォレットをアンロックできませんでした。 + + + New key generation failed. + 新しいキーの生成に失敗しました。 + + + + FreespaceChecker + + A new data directory will be created. + 新しいデータ ディレクトリが作成されます。 + + + name + name + + + Directory already exists. Add %1 if you intend to create a new directory here. + ディレクトリがもうあります。 新しいのディレクトリを作るつもりなら%1を書いてください。 + + + Path already exists, and is not a directory. + パスが存在しますがディレクトリではありません。 + + + Cannot create data directory here. + ここにデータ ディレクトリを作成することはできません。 + + + + HelpMessageDialog + + version + バージョン + + + (%1-bit) + (%1ビット) + + + Command-line options + コマンドライン オプション + + + Usage: + 使用法: + + + command-line options + コマンドライン オプション + + + UI options + ユーザインターフェイスオプション + + + Choose data directory on startup (default: 0) + 起動時にデータ ディレクトリを選ぶ ( デフォルト設定:0) + + + Set language, for example "de_DE" (default: system locale) + 言語設定 例: "de_DE" (デフォルト設定: システムの言語) + + + Start minimized + 最小化された状態で起動する + + + Set SSL root certificates for payment request (default: -system-) + 支払いリクエスト用にSSLルート証明書を設定する(デフォルト設定:-system-) + + + Show splash screen on startup (default: 1) + 起動時にスプラッシュ画面を表示する (デフォルト設定: 1) + + + + Intro + + Welcome + ようこそ! + + + + Use the default data directory + 初期値のデータ ディレクトリを使用 + + + Use a custom data directory: + 任意のデータ ディレクトリを使用: + + + Error: Specified data directory "%1" cannot be created. + エラー: 指定のデータディレクトリ "%1" を作成できません。 + + + Error + エラー + + + %1 GB of free space available + 使用可能な空き領域の%1ギガバイト + + + + OpenURIDialog + + Open URI + URI を開く + + + Open payment request from URI or file + URI またはファイルから支払いリクエストを開く + + + URI: + URI: + + + Select payment request file + 支払いリクエストファイルを選択してください + + + Select payment request file to open + 開きたい支払いリクエストファイルを選択してください + + + + OptionsDialog + + Options + 設定 + + + &Main + メイン (&M) + + + Size of &database cache + データベースキャッシュのサイズ (&D) + + + MB + MB + + + Number of script &verification threads + スクリプト検証用スレッド数 (&V) + + + (0 = auto, <0 = leave that many cores free) + (0 = 自動、0以上 = 指定した数のコアをフリーにする) + + + W&allet + ウォレット (&A) + + + Accept connections from outside + 外部からの接続を許可する + + + Allow incoming connections + 外部からの接続を許可する + + + &Connect through SOCKS5 proxy (default proxy): + SOCKS5 プロキシ経由で接続する (デフォルトプロキシ): (&C) + + + Expert + エクスポート + + + Whether to show coin control features or not. + コインコントロール機能を表示するかどうか。 + + + Enable coin &control features + コインコントロール機能を有効化する (&C) + + + &Spend unconfirmed change + 未検証のおつりを使用する (&S) + + + &Network + ネットワーク (&N) + + + Map port using &UPnP + UPnP を使ってポートを割り当てる (&U) + + + Proxy &IP: + プロキシの IP (&I) : + + + IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1) + プロキシのIPアドレス (例えば IPv4: 127.0.0.1 / IPv6: ::1) + + + &Port: + ポート (&P): + + + Port of the proxy (e.g. 9050) + プロキシのポート番号 (例 9050) + + + &Window + ウインドウ (&W) + + + Show only a tray icon after minimizing the window. + ウインドウを最小化したあとトレイ アイコンだけを表示する。 + + + &Minimize to the tray instead of the taskbar + タスクバーの代わりにトレイに最小化 (&M) + + + M&inimize on close + 閉じる時に最小化 (&i) + + + &Display + 表示 (&D) + + + User Interface &language: + ユーザインターフェースの言語 (&l): + + + &Unit to show amounts in: + 額を表示する単位 (&U): + + + Choose the default subdivision unit to show in the interface and when sending coins. + インターフェース上の表示とコインの送信で使用する単位を選択します。 + + + Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |. + トランザクションタブのコンテキストメニュー項目に表示する、サードパーティURL (例えばブロックエクスプローラ)。URL中の%sはトランザクションのハッシュ値に置き換えられます。垂直バー | で区切ることで、複数のURLを指定できます。 + + + Third party transaction URLs + サードパーティのトランザクションURL + + + Active command-line options that override above options: + 上のオプションを置き換えることのできる、有効なコマンドラインオプションの一覧: + + + Reset all client options to default. + すべてのオプションを初期値に戻します。 + + + &Reset Options + オプションをリセット (&R) + + + &OK + &OK + + + &Cancel + キャンセル (&C) + + + default + デフォルト設定 + + + none + なし + + + Confirm options reset + オプションのリセットの確認 + + + Client restart required to activate changes. + 変更を有効化するにはクライアントを再起動する必要があります。 + + + This change would require a client restart. + この変更はクライアントの再起動が必要です。 + + + The supplied proxy address is invalid. + プロキシアドレスが無効です。 + + + + OverviewPage + + Form + フォーム + + + Available: + 利用可能: + + + Your current spendable balance + あなたの利用可能残高 + + + Pending: + 検証待ち: + + + Total of transactions that have yet to be confirmed, and do not yet count toward the spendable balance + 未検証の取引で利用可能残高に反映されていない数 + + + Immature: + 未完成: + + + Mined balance that has not yet matured + 完成していない採掘された残高 + + + Balances + 残高 + + + Unconfirmed transactions to watch-only addresses + 監視限定アドレスに対する未検証のトランザクション + + + Mined balance in watch-only addresses that has not yet matured + ウォッチオンリーアドレスの採掘された残高のうち、成熟していないもの + + + Total: + 合計: + + + Your current total balance + あなたの現在の残高 + + + Current total balance in watch-only addresses + 監視限定アドレス内の現在の全残高 + + + Watch-only: + 監視限定: + + + Your current balance in watch-only addresses + 監視限定アドレス内の現在の残高 + + + Spendable: + 使用可能: + + + Status: + 状態: + + + Recent transactions + 最近のトランザクション + + + N/A + N/A + + + + PaymentServer + + Payment request error + 支払いのリクエストのエラーです + + + URI handling + URI の操作 + + + Payment request fetch URL is invalid: %1 + 支払い要求の取得先URLが無効です: %1 + + + Payment request file handling + 支払いリクエストファイルを処理しています + + + Invalid payment address %1 + 支払いのアドレス「%1」は無効です + + + Payment request file cannot be read! This can be caused by an invalid payment request file. + 支払いリクエストファイルを読み込めませんでした!無効な支払いリクエストファイルにより引き起こされた可能性があります。 + + + Payment request rejected + 支払い要求は拒否されました + + + Payment request network doesn't match client network. + 支払いリクエストのネットワークは現在のクライアントのネットワークに一致しません。 + + + Payment request is not initialized. + 支払いリクエストは開始されていません。 + + + Unverified payment requests to custom payment scripts are unsupported. + カスタム支払いスクリプトに対する、検証されていない支払いリクエストはサポートされていません。 + + + Requested payment amount of %1 is too small (considered dust). + 要求された支払額 %1 は少なすぎます (ダストとみなされてしまいます)。 + + + Refund from %1 + %1 からの返金 + + + Payment request %1 is too large (%2 bytes, allowed %3 bytes). + 支払リクエスト %1 は大きすぎます(%2バイトですが、%3バイトまでが許されています)。 + + + Payment request DoS protection + 支払リクエストDoS保護 + + + Error communicating with %1: %2 + %1: %2とコミュニケーション・エラーです + + + Payment request cannot be parsed! + 支払リクエストを読み込めませんでした! + + + Bad response from server %1 + サーバーの返事は無効 %1 + + + Network request error + ネットワーク・リクエストのエラーです + + + Payment acknowledged + 支払いは確認しました + + + + PeerTableModel + + Address/Hostname + アドレス / ホスト名 + + + User Agent + ユーザエージェント + + + Ping Time + Ping時間 + + + + QObject + + Amount + 総額 + + + %1 d + %1日 + + + %1 h + %1 h + + + %1 m + %1 m + + + %1 s + %1秒 + + + None + なし + + + N/A + N/A + + + %1 ms + %1ミリ秒 + + + + QRImageWidget + + &Save Image... + 画像を保存… (&S) + + + &Copy Image + 画像をコピー(&C) + + + Save QR Code + QR コードの保存 + + + PNG Image (*.png) + PNG画像ファイル(*.png) + + + + RPCConsole + + &Information + 情報 (&I) + + + General + 一般 + + + Name + 名前 + + + Client name + クライアント名 + + + N/A + N/A + + + Number of connections + 接続数 + + + &Open + 開く (&O) + + + Startup time + 起動した日時 + + + Network + ネットワーク + + + Last block time + 最終ブロックの日時 + + + Debug log file + デバッグ用ログファイル + + + Using OpenSSL version + 使用中の OpenSSL のバージョン + + + Build date + ビルドの日付 + + + Current number of blocks + 現在のブロック数 + + + Client version + クライアントのバージョン + + + Using BerkeleyDB version + 使用中のBerkleyDBバージョン + + + Block chain + ブロック チェーン + + + &Console + コンソール (&C) + + + Clear console + コンソールをクリア + + + &Network Traffic + ネットワーク (&N) + + + &Clear + クリア(&C) + + + Totals + 合計 + + + Received + 受取 + + + Sent + 送金 + + + &Peers + ピア (&P) + + + Select a peer to view detailed information. + 詳しい情報を見たいピアを選択してください。 + + + Direction + 方向 + + + Version + バージョン + + + User Agent + ユーザエージェント + + + Services + サービス + + + Starting Height + 開始時のブロック高 + + + Sync Height + 同期済みブロック高 + + + Ban Score + Banスコア + + + Connection Time + 接続時間 + + + Last Send + 最終送信 + + + Last Receive + 最終受信 + + + Bytes Sent + 送信済バイト数 + + + Bytes Received + 受信済バイト数 + + + Ping Time + Ping時間 + + + In: + 入力: + + + Out: + 出力: + + + Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. + 上下の矢印で履歴をたどれます。 <b>Ctrl-L</b> でスクリーンを消去できます。 + + + Type <b>help</b> for an overview of available commands. + 使用可能なコマンドを見るには <b>help</b> と入力します。 + + + %1 B + %1 B + + + %1 KB + %1 KB + + + %1 MB + %1 MB + + + %1 GB + %1 GB + + + via %1 + %1経由 + + + never + 一度もなし + + + Inbound + 内向き + + + Outbound + 外向き + + + Unknown + 未知 + + + Fetching... + 取得中… + + + + ReceiveCoinsDialog + + R&euse an existing receiving address (not recommended) + 既存の受取用アドレスを再利用する (非推奨) (&E) + + + &Message: + メッセージ (&M): + + + An optional label to associate with the new receiving address. + 受取用アドレスに紐づく任意のラベル。 + + + Use this form to request payments. All fields are <b>optional</b>. + このフォームを使用して支払のリクエストを行いましょう。すべての項目は<b>任意入力</b>です。 + + + &Label: + ラベル (&L): + + + An optional amount to request. Leave this empty or zero to not request a specific amount. + リクエストする任意の金額。特定の金額をリクエストするのでない場合には、この欄は空白のままかゼロにしてください。 + + + &Amount: + 総額 (&A): + + + &Request payment + 支払をリクエストする (&R) + + + Clear all fields of the form. + 全ての入力項目をクリア + + + Clear + クリア + + + Requested payments history + 支払リクエスト履歴 + + + Show the selected request (does the same as double clicking an entry) + 選択されたリクエストを表示する(項目をダブルクリックすることでも表示できます) + + + Show + 表示 + + + Remove the selected entries from the list + リストから選択項目を削除 + + + Remove + 削除 + + + Copy label + ラベルをコピーする + + + Copy message + メッセージをコピーする + + + Copy amount + 総額のコピー + + + + ReceiveRequestDialog + + QR Code + QR コード + + + Copy &URI + URI をコピーする (&U) + + + Copy &Address + アドレスをコピーする (&A) + + + &Save Image... + 画像を保存… (&S) + + + Request payment to %1 + %1 への支払いリクエストを行う + + + Payment information + 支払い情報 + + + URI + URI + + + Address + アドレス + + + Amount + 総額 + + + Label + ラベル + + + Message + メッセージ + + + Resulting URI too long, try to reduce the text for label / message. + URI が長くなり過ぎます。ラベルやメッセージのテキストを短くしてください。 + + + Error encoding URI into QR Code. + QR コード用の URI エンコードでエラー。 + + + + RecentRequestsTableModel + + Date + 日付 + + + Label + ラベル + + + Message + メッセージ + + + Amount + 総額 + + + (no label) + (ラベル無し) + + + (no message) + (メッセージなし) + + + (no amount) + (金額なし) + + + + SendCoinsDialog + + Send Coins + コインを送る + + + Coin Control Features + コインコントロール機能 + + + Inputs... + 入力… + + + automatically selected + 自動選択 + + + Insufficient funds! + 残高不足です! + + + Quantity: + 数量: + + + Bytes: + バイト: + + + Amount: + 総額: + + + Priority: + 優先度: + + + medium + + + + Fee: + 手数料: + + + Dust: + ダスト: + + + no + いいえ + + + After Fee: + 手数料差引後: + + + Change: + 釣り銭: + + + If this is activated, but the change address is empty or invalid, change will be sent to a newly generated address. + これが有効にもかかわらずおつりアドレスが空欄であったり無効であった場合には、おつりは新しく生成されたアドレスへ送金されます。 + + + Custom change address + カスタムおつりアドレス + + + Transaction Fee: + トランザクション手数料: + + + Choose... + 選択… + + + collapse fee-settings + 手数料設定を折りたたむ + + + per kilobyte + 1キロバイトあたり手数料 + + + total at least + 最小手数料 + + + (read the tooltip) + (ツールチップをお読みください) + + + Recommended: + 推奨: + + + Custom: + カスタム: + + + (Smart fee not initialized yet. This usually takes a few blocks...) + (スマート手数料はまだ初期化されていません。これにはおおよそ数ブロックほどかかります…) + + + Confirmation time: + 検証時間: + + + normal + 普通 + + + fast + 高速 + + + Send as zero-fee transaction if possible + 可能な場合には手数料ゼロのトランザクションとして送金する + + + (confirmation may take longer) + (検証に長い時間がかかる可能性があります) + + + Confirm the send action + 送る操作を確認する + + + S&end + 送る (&e) + + + Clear all fields of the form. + 全ての入力項目をクリア + + + Clear &All + すべてクリア (&A) + + + Send to multiple recipients at once + 一度に複数の人に送る + + + Add &Recipient + 受取人を追加 (&R) + + + Balance: + 残高: + + + Copy quantity + 数量をコピーする + + + Copy amount + 総額のコピー + + + Copy fee + 手数料をコピーする + + + Copy after fee + 手数料差引後の値をコピーする + + + Copy bytes + バイト数をコピーする + + + Copy priority + 優先度をコピーする + + + Copy dust + ダストをコピーする + + + Copy change + 釣り銭をコピー + + + %1 to %2 + %1 から %2 + + + Are you sure you want to send? + 送ってよろしいですか? + + + Confirm send coins + コインを送る確認 + + + Estimated to begin confirmation within %n block(s). + %n ブロック以内に検証が開始されると予想されます。 + + + The amount to pay must be larger than 0. + 支払額は0より大きくないといけません。 + + + The amount exceeds your balance. + 額が残高を超えています。 + + + The total exceeds your balance when the %1 transaction fee is included. + %1 の取引手数料を含めると額が残高を超えています。 + + + Transaction creation failed! + トラザクションの作成に失敗しました! + + + The transaction was rejected! This might happen if some of the coins in your wallet were already spent, such as if you used a copy of wallet.dat and coins were spent in the copy but not marked as spent here. + トランザクションは拒否されました。wallet.dat のコピーを使い、そしてコピーしたウォレットからコインを使用したことがマークされなかったときなど、ウォレットのいくつかのコインがすでに使用されている場合に、このエラーは起こるかもしれません。 + + + Pay only the minimum fee of %1 + 最小手数料 %1 のみを支払う + + + Warning: Unknown change address + 警告:未知のおつりアドレスです + + + (no label) + (ラベル無し) + + + + SendCoinsEntry + + This is a normal payment. + これは通常の支払です。 + + + Pay &To: + 送り先 (&T): + + + Choose previously used address + 前に使用したアドレスを選ぶ + + + Alt+A + Alt+A + + + Paste address from clipboard + クリップボードからアドレスを貼付ける + + + Alt+P + Alt+P + + + Remove this entry + この項目を削除する + + + &Label: + ラベル (&L): + + + Enter a label for this address to add it to the list of used addresses + このアドレスに対するラベルを入力することで、使用済みアドレスの一覧に追加することができます + + + A&mount: + 金額 (&A): + + + Message: + メッセージ: + + + Pay To: + 支払先: + + + Memo: + メモ: + + + Enter a label for this address to add it to your address book + アドレス帳に追加するには、このアドレスのラベルを入力します + + + + ShutdownWindow + + Do not shut down the computer until this window disappears. + このウィンドウが消えるまでコンピュータをシャットダウンしないで下さい。 + + + + SignVerifyMessageDialog + + Signatures - Sign / Verify a Message + 署名 - メッセージの署名/検証 + + + &Sign Message + メッセージの署名 (&S) + + + Choose previously used address + 前に使用したアドレスを選ぶ + + + Alt+A + Alt+A + + + Paste address from clipboard + クリップボードからアドレスを貼付ける + + + Alt+P + Alt+P + + + Enter the message you want to sign here + ここにあなたが署名するメッセージを入力します + + + Signature + 署名 + + + Copy the current signature to the system clipboard + 現在の署名をシステムのクリップボードにコピーする + + + Sign &Message + メッセージの署名 (&M) + + + Reset all sign message fields + 入力項目の内容をすべて消去します + + + Clear &All + すべてクリア (&A) + + + &Verify Message + メッセージの検証 (&V) + + + Verify &Message + メッセージの検証 (&M) + + + Reset all verify message fields + 入力項目の内容をすべて消去します + + + Click "Sign Message" to generate signature + 署名を作成するには"メッセージの署名"をクリック + + + The entered address is invalid. + 不正なアドレスが入力されました。 + + + Please check the address and try again. + アドレスを確かめてからもう一度試してください。 + + + The entered address does not refer to a key. + 入力されたアドレスに関連するキーがありません。 + + + Wallet unlock was cancelled. + ウォレットのアンロックはキャンセルされました。 + + + Private key for the entered address is not available. + 入力されたアドレスのプライベート キーが無効です。 + + + Message signing failed. + メッセージの署名に失敗しました。 + + + Message signed. + メッセージに署名しました。 + + + The signature could not be decoded. + 署名がデコードできません。 + + + Please check the signature and try again. + 署名を確認してからもう一度試してください。 + + + The signature did not match the message digest. + 署名はメッセージ ダイジェストと一致しませんでした。 + + + Message verification failed. + メッセージの検証に失敗しました。 + + + Message verified. + メッセージは検証されました。 + + + + SplashScreen + + The Bitcoin Core developers + ビットコインコアの開発者 + + + [testnet] + [testnet] + + + + TrafficGraphWidget + + KB/s + KB/s + + + + TransactionDesc + + Open for %n more block(s) + %n 以上のブロックを開く + + + Open until %1 + ユニット %1 を開く + + + conflicted + 衝突 + + + %1/offline + %1/オフライン + + + %1/unconfirmed + %1/未検証 + + + %1 confirmations + %1 確認 + + + Status + ステータス + + + , has not been successfully broadcast yet + まだブロードキャストが成功していません + + + , broadcast through %n node(s) + %n ノードにブロードキャスト + + + Date + 日付 + + + Source + ソース + + + Generated + 生成された + + + From + 送信 + + + unknown + 未確認 + + + To + 宛先 + + + own address + 自分のアドレス + + + watch-only + 監視限定 + + + label + ラベル + + + Credit + クレジット + + + matures in %n more block(s) + %n 以上のブロックが満期 + + + not accepted + 承認されなかった + + + Debit + 引き落とし額 + + + Total debit + 総出金額 + + + Total credit + 総入金額 + + + Transaction fee + 取引手数料 + + + Net amount + 正味金額 + + + Message + メッセージ + + + Comment + コメント + + + Transaction ID + 取引 ID + + + Merchant + 商人 + + + 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. + 生成されたコインは使う前に%1のブロックを完成させる必要があります。あなたが生成した時、このブロックはブロック チェーンに追加されるネットワークにブロードキャストされました。チェーンに追加されるのが失敗した場合、状態が"不承認"に変更されて使えなくなるでしょう。これは、別のノードがあなたの数秒前にブロックを生成する場合に時々起こるかもしれません。 + + + Debug information + デバッグ情報 + + + Transaction + 取引 + + + Inputs + 入力 + + + Amount + 総額 + + + true + 正しい + + + false + 正しくない + + + + TransactionDescDialog + + Transaction details + 取引の詳細 + + + This pane shows a detailed description of the transaction + ここでは取引の詳細を表示しています + + + + TransactionTableModel + + Date + 日付 + + + Type + タイプ + + + Address + アドレス + + + Open for %n more block(s) + %n 以上のブロックを開く + + + Open until %1 + ユニット %1 を開く + + + Offline + オフライン + + + Unconfirmed + 未検証 + + + Confirming (%1 of %2 recommended confirmations) + 検証中(%2の推奨検証数のうち、%1検証が完了) + + + Confirmed (%1 confirmations) + 検証されました (%1 検証済み) + + + Conflicted + 衝突 + + + Immature (%1 confirmations, will be available after %2) + 未成熟(%1検証。%2検証完了後に使用可能となります) + + + This block was not received by any other nodes and will probably not be accepted! + このブロックは他のどのノードによっても受け取られないで、多分受け入れられないでしょう! + + + Generated but not accepted + 生成されましたが承認されませんでした + + + Received with + 受信元 + + + Received from + 送り主 + + + Sent to + 送り先 + + + Payment to yourself + 自分自身への支払い + + + Mined + 発掘した + + + watch-only + 監視限定 + + + (n/a) + (n/a) + + + Transaction status. Hover over this field to show number of confirmations. + 取引の状況。このフィールドの上にカーソルを置くと検証の数を表示します。 + + + Date and time that the transaction was received. + 取引を受信した日時。 + + + Type of transaction. + 取引の種類。 + + + Whether or not a watch-only address is involved in this transaction. + 監視限定アドレスがこのトランザクションに含まれているかどうか + + + Amount removed from or added to balance. + 残高に追加または削除された総額。 + + + + TransactionView + + All + すべて + + + Today + 今日 + + + This week + 今週 + + + This month + 今月 + + + Last month + 先月 + + + This year + 今年 + + + Range... + 期間… + + + Received with + 受信元 + + + Sent to + 送り先 + + + To yourself + 自分自身 + + + Mined + 発掘した + + + Other + その他 + + + Enter address or label to search + 検索するアドレスまたはラベルを入力 + + + Min amount + 最小の額 + + + Copy address + アドレスをコピーする + + + Copy label + ラベルをコピーする + + + Copy amount + 総額のコピー + + + Copy transaction ID + 取引 ID をコピー + + + Edit label + ラベルの編集 + + + Show transaction details + 取引の詳細を表示 + + + Export Transaction History + トランザクション履歴をエクスポートする + + + Comma separated file (*.csv) + CSVファイル (*.csv) + + + Confirmed + 検証済み + + + Watch-only + 監視限定 + + + Date + 日付 + + + Type + タイプ + + + Label + ラベル + + + Address + アドレス + + + ID + ID + + + Exporting Failed + エクスポート失敗 + + + There was an error trying to save the transaction history to %1. + トランザクション履歴を %1 へ保存する際にエラーが発生しました。 + + + Exporting Successful + エクスポートに成功しました + + + The transaction history was successfully saved to %1. + トランザクション履歴は正常に%1に保存されました。 + + + Range: + 期間: + + + to + から + + + + UnitDisplayStatusBarControl + + Unit to show amounts in. Click to select another unit. + 金額を表示する際の単位。クリックすることで他の単位を選択します。 + + + + WalletFrame + + No wallet has been loaded. + ウォレットがロードされていません + + + + WalletModel + + Send Coins + コインを送る + + + + WalletView + + &Export + エクスポート (&E) + + + Export the data in the current tab to a file + ファイルに現在のタブのデータをエクスポート + + + Backup Wallet + ウォレットのバックアップ + + + Wallet Data (*.dat) + ウォレット データ (*.dat) + + + Backup Failed + バックアップに失敗しました + + + There was an error trying to save the wallet data to %1. + ウォレットデータを%1へ保存する際にエラーが発生しました。 + + + Backup Successful + バックアップ成功 + + + The wallet data was successfully saved to %1. + ウォレット データは正常に%1に保存されました。 + + + + dash-core + + Bind to given address and always listen on it. Use [host]:port notation for IPv6 + 指定のアドレスへバインドし、その上で常にリスンします。IPv6 は [host]:port 番号 と表記します + + + Error: Listening for incoming connections failed (listen returned error %s) + エラー: 内向きの接続をリッスンするのに失敗しました (エラー %s が返却されました) + + + Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message) + 関連のアラートをもらってもすごく長いのフォークを見てもコマンドを実行 (コマンドの中にあるの%sはメッセージから置き換えさせる) + + + Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) + ウォレットの取引を変更する際にコマンドを実行 (cmd の %s は TxID に置換される) + + + Execute command when the best block changes (%s in cmd is replaced by block hash) + 最良のブロックに変更する際にコマンドを実行 (cmd の %s はブロック ハッシュに置換される) + + + Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect) + 保有するピアアドレスが少ない場合、DNS ルックアップによりピアアドレスを問い合わせる (-connect を使っていない場合のデフォルト設定: 1) + + + Set maximum size of high-priority/low-fee transactions in bytes (default: %d) + 最優先/最低手数料の最大サイズをバイトで指定 (デフォルト設定: %d) + + + Set the number of script verification threads (%u to %d, 0 = auto, <0 = leave that many cores free, default: %d) + スクリプト検証スレッドを設定 (%uから%dの間, 0 = 自動, <0 = たくさんのコアを自由にしておく, デフォルト設定: %d) + + + This is a pre-release test build - use at your own risk - do not use for mining or merchant applications + これはリリース前のテストビルドです - 各自の責任で利用すること - 採掘や商取引に使用しないでください + + + Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. + 警告: -paytxfee が非常に高く設定されています! これは取引を送信する場合に支払う取引手数料です。 + + + Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. + 警告: ネットワークは完全に同意しないみたいです。マイナーは何かの問題を経験してるみたいなんです。 + + + Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. + 警告: ピアーと完全に同意しないみたいです!アップグレードは必要かもしれません、それとも他のノードはアップグレードは必要かもしれません。 + + + Warning: error reading wallet.dat! All keys read correctly, but transaction data or address book entries might be missing or incorrect. + 警告: wallet.dat の読み込みエラー! すべてのキーは正しく読み取れますが、取引データやアドレス帳のエントリが失われたか、正しくない可能性があります。 + + + Warning: wallet.dat corrupt, data salvaged! Original wallet.dat saved as wallet.{timestamp}.bak in %s; if your balance or transactions are incorrect you should restore from a backup. + 警告: wallet.dat が壊れたのでデータを復旧しました! オリジナルの wallet.dat は wallet.{timestamp}.bak として %s に保存されました; もしもあなたの残高や取引が正しくないならバックアップから復元してください。 + + + (default: 1) + (デフォルト設定: 1) + + + Accept command line and JSON-RPC commands + コマンドラインと JSON-RPC コマンドを許可 + + + Accept connections from outside (default: 1 if no -proxy or -connect) + 外部からの接続を許可 (デフォルト設定: -proxy または -connect を使用していない場合は1) + + + Add a node to connect to and attempt to keep the connection open + 接続するノードを追加し接続を持続するように試します + + + Allow DNS lookups for -addnode, -seednode and -connect + -addnode, -seednode と -connect で DNS ルックアップを許可する + + + Attempt to recover private keys from a corrupt wallet.dat + 壊れた wallet.dat から秘密鍵を復旧することを試す + + + Block creation options: + ブロック作成オプション: + + + Cannot downgrade wallet + ウォレットのダウングレードはできません + + + Cannot resolve -bind address: '%s' + -bind のアドレス '%s' を解決できません + + + Cannot resolve -externalip address: '%s' + -externalip のアドレス '%s' を解決できません + + + Cannot write default address + 初期値のアドレスを書き込むことができません + + + Connect only to the specified node(s) + 指定したノードだけに接続 + + + Connect to a node to retrieve peer addresses, and disconnect + ピア アドレスを取得するためにノードに接続し、そして切断します + + + Connection options: + 接続オプション: + + + Corrupted block database detected + 破損したブロック データベースが見つかりました + + + + Debugging/Testing options: + デバッグ/テスト用オプション: + + + Do not load the wallet and disable wallet RPC calls + ウォレットは読み込まず、ウォレットRPCコールを無効化する + + + Do you want to rebuild the block database now? + ブロック データベースを今すぐ再構築しますか? + + + Done loading + 読み込み完了 + + + Error initializing block database + ブロック データベースの初期化中にエラー + + + Error initializing wallet database environment %s! + ウォレットのデータベース環境 %s 初期化エラー! + + + Error loading block database + ブロック データベースの読み込みエラー + + + Error loading wallet.dat + wallet.dat 読み込みエラー + + + Error loading wallet.dat: Wallet corrupted + wallet.dat 読み込みエラー: ウォレットが壊れました + + + Error opening block database + ブロック データベースの開始エラー + + + Error reading from database, shutting down. + データベースの読み込みエラー。シャットダウンします。 + + + Error + エラー + + + Error: Disk space is low! + エラー: ディスク容量不足! + + + Failed to listen on any port. Use -listen=0 if you want this. + ポートのリスンに失敗しました。必要であれば -listen=0 を使用してください。 + + + If <category> is not supplied, output all debugging information. + <category> が与えられなかった場合には、すべてのデバッグ情報が出力されます。 + + + (1 = keep tx meta data e.g. account owner and payment request information, 2 = drop tx meta data) + (1 = トランザクションのメタデータ、例えばアカウントの所有者や支払リクエストの内容を保持する, 2 = トランザクションのメタデータを破棄する) + + + Allow JSON-RPC connections from specified source. Valid for <ip> 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 + 指定したアクセス元からのJSON-RPC接続を許可する。有効な<ip>は、単一のIP (例 1.2.3.4)、ネットワーク/ネットマスク (1.2.3.4/255.255.255.0)、またはネットワーク/CIDR (1.2.3.4/24)です。このオプションは複数回指定できます。 + + + An error occurred while setting up the RPC address %s port %u for listening: %s + リッスンする RPC アドレス %s、ポート %u の設定中にエラーが発生しました: %s + + + Bind to given address and whitelist peers connecting to it. Use [host]:port notation for IPv6 + 指定されたアドレスおよび、そこに接続を行ってきたホワイトリストのピアに対してバインドを行います。IPv6の場合には [host]:port 表記を使用してください + + + Bind to given address to listen for JSON-RPC connections. Use [host]:port notation for IPv6. This option can be specified multiple times (default: bind to all interfaces) + 指定されたアドレスに対して JSON-RPC 接続をリッスンしするようバインドします。IPv6の場合には [host]:port 表記を使用してください。このオプションは複数回指定することが可能です (デフォルト設定:すべてのインターフェースに対してバインドする) + + + Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) + umask 077 ではなく、システムのデフォルトパーミッションで新規ファイルを作成する (ウォレット機能が無効化されていた場合にのみ有効) + + + Delete all wallet transactions and only recover those parts of the blockchain through -rescan on startup + ウォレットの全トランザクションを削除し、これらを-rescanオプションを用いることで起動時にブロックチェインのデータのみからリカバリします。 + + + Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. + MITソフトウェアライセンスのもとで配布されています。付属のCOPYINGファイルまたは<http://www.opensource.org/licenses/mit-license.php>を参照してください。 + + + Error: Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported. + エラー:サポートされていない引数 -socks が見つかりました。SOCKSバージョンの設定はできないようになりました。SOCKS5プロキシのみがサポートされています。 + + + How thorough the block verification of -checkblocks is (0-4, default: %u) + -checkblocks のブロックの検証レベル (0-4, デフォルト設定: %u) + + + If paytxfee is not set, include enough fee so transactions begin confirmation on average within n blocks (default: %u) + paytxfee が設定されていなかった場合、平均して n ブロック以内にトランザクションが検証され始めるのに十分な手数料を含める (デフォルト設定: %u) + + + Invalid amount for -maxtxfee=<amount>: '%s' (must be at least the minrelay fee of %s to prevent stuck transactions) + -maxtxfee=<amount> の数量の指定が不正です: '%s' (トランザクションが詰まってしまうのを防ぐため、少なくとも %s の最小中継手数料を指定しなければいけません) + + + Maintain a full transaction index, used by the getrawtransaction rpc call (default: %u) + getrawtransaction rpc 呼び出し時に用いる、完全なトランザクションインデックスを保持する (デフォルト設定: %u) + + + Maximum size of data in data carrier transactions we relay and mine (default: %u) + 中継および採掘を行う際の、データ運送トランザクションの中のデータの最大サイズ (デフォルト設定: %u) + + + Number of seconds to keep misbehaving peers from reconnecting (default: %u) + 不正なピアを再接続するまでの秒数 (デフォルト設定: %u) + + + Output debugging information (default: %u, supplying <category> is optional) + デバッグ情報を出力する (デフォルト設定: %u, <category> の指定は任意です) + + + Set the number of threads for coin generation if enabled (-1 = all cores, default: %d) + コイン生成が有効になっていた場合の利用スレッド数を設定する (-1 = すべてのコア, デフォルト設定: %d) + + + This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit <https://www.openssl.org/> and cryptographic software written by Eric Young and UPnP software written by Thomas Bernard. + この製品はOpenSSLプロジェクトにより開発されたソフトウェアをOpenSSLツールキットとして利用しています <https://www.openssl.org/>。また、Eric Young氏により開発された暗号ソフトウェア、Thomas Bernard氏により書かれたUPnPソフトウェアを用いています。 + + + Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) + Tor 秘匿サービスを通し、別々の SOCKS5 プロキシを用いることでピアに到達する (デフォルト設定: %s) + + + Warning: -maxtxfee is set very high! Fees this large could be paid on a single transaction. + 警告: -maxtxfee が非常に高く設定されています!ひとつのトランザクションでこの量の手数料が支払われてしまうことがあります。 + + + Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. + 与えられたネットマスクやIPアドレスから接続を行う、ホワイトリストのピア。複数回指定できます。 + + + 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 + ホワイトリストのピアはDoSによるアクセス禁止処理が無効化され、トランザクションは例えmempool内に既に存在していたとしても常にリレーされます。これは例えばゲートウェイに対して有用です + + + (default: %s) + (デフォルト設定: %s) + + + Accept public REST requests (default: %u) + 公開 REST リクエストを許可する (デフォルト設定: %u) + + + Acceptable ciphers (default: %s) + 受付可能な暗号化方式 (デフォルト設定: %s) + + + Always query for peer addresses via DNS lookup (default: %u) + DNS ルックアップを通してピアアドレスを常に問い合わせる (デフォルト設定: %u) + + + Cannot resolve -whitebind address: '%s' + -whitebind アドレス '%s' を解決できません + + + Connect through SOCKS5 proxy + SOCKS5 プロキシ経由で接続する + + + Copyright (C) 2009-%i The Bitcoin Core Developers + Copyright (C) 2009-%i Bitcoin Core 開発者 + + + Could not parse -rpcbind value %s as network address + -rpcbind の値 %s をネットワークアドレスとして解釈できませんでした + + + Error: A fatal internal error occured, see debug.log for details + エラー:致命的な内部エラーが発生しました。詳細はdebug.logを参照してください + + + Error: Unsupported argument -tor found, use -onion. + エラー: サポートされていない引数 -tor が見つかりました。-onion を使用してください。 + + + Generate coins (default: %u) + コインを生成 (デフォルト設定: %u) + + + How many blocks to check at startup (default: %u, 0 = all) + 起動時に点検するブロック数 (デフォルト設定: %u, 0=すべて) + + + Importing... + インポートしています… + + + Imports blocks from external blk000??.dat file + 外部の blk000??.dat ファイルからブロックをインポート + + + Include IP addresses in debug output (default: %u) + デバッグ出力にIPアドレスを含める (デフォルト設定: %u) + + + Incorrect or no genesis block found. Wrong datadir for network? + 不正なブロックあるいは、生成されていないブロックが見つかりました。ネットワークの datadir が間違っていませんか? + + + Information + 情報 + + + Invalid -onion address: '%s' + 無効な -onion アドレス:'%s' + + + Invalid -proxy address: '%s' + 無効な -proxy アドレス: '%s' + + + Invalid amount for -maxtxfee=<amount>: '%s' + -maxtxfee=<amount> に対する無効な数量です: '%s' + + + Invalid amount for -minrelaytxfee=<amount>: '%s' + 不正な額 -minrelaytxfee=<amount>: '%s' + + + Invalid amount for -mintxfee=<amount>: '%s' + 不正な額 -minrelaytxfee=<amount>: '%s' + + + Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) + -paytxfee=<amount> に対する無効な数量です: '%s' (少なくとも %s でなければいけません) + + + Invalid amount for -paytxfee=<amount>: '%s' + -paytxfee=<amount> の額 '%s' が無効です + + + Listen for JSON-RPC connections on <port> (default: %u or testnet: %u) + <port> で JSON-RPC 接続をリスン (デフォルト設定: %u、testnet は %u) + + + Listen for connections on <port> (default: %u or testnet: %u) + 接続のリッスンを <port> で行う (デフォルト設定: %u、testnet: %u) + + + Maintain at most <n> connections to peers (default: %u) + ピアの接続数を最大でも <n> 個に維持する (デフォルト設定: %u) + + + Maximum per-connection receive buffer, <n>*1000 bytes (default: %u) + 接続毎の最大受信バッファ <n>*1000 バイト (デフォルト設定: %u) + + + Maximum per-connection send buffer, <n>*1000 bytes (default: %u) + 接続毎の最大送信バッファ <n>*1000 バイト (デフォルト設定: %u) + + + Need to specify a port with -whitebind: '%s' + -whitebind を用いてポートを指定する必要があります: '%s' + + + Only connect to nodes in network <net> (ipv4, ipv6 or onion) + <net> (ipv4, ipv6 または onion) ネットワーク内のノードだけに接続する + + + Prepend debug output with timestamp (default: %u) + デバッグ出力にタイムスタンプを付ける (デフォルト設定: %u) + + + Send transactions as zero-fee transactions if possible (default: %u) + 可能な場合には手数料ゼロのトランザクションとしてトランザクションを送信する (デフォルト設定: %u) + + + Server certificate file (default: %s) + サーバ証明書ファイル (デフォルト設定: %s) + + + Server private key (default: %s) + サーバの秘密鍵 (デフォルト設定: %s) + + + Set key pool size to <n> (default: %u) + key pool のサイズを <n> (デフォルト設定: %u) にセット + + + Set minimum block size in bytes (default: %u) + 最小ブロックサイズをバイトで設定 (デフォルト設定: %u) + + + Set the number of threads to service RPC calls (default: %d) + RPC サービスのスレッド数を設定 (デフォルト設定: %d) + + + Specify configuration file (default: %s) + 設定ファイルの指定 (デフォルト設定: %s) + + + Specify connection timeout in milliseconds (minimum: 1, default: %d) + 接続のタイムアウトをミリセコンドで指定 (最小値: 1, デフォルト設定:: %d) + + + Specify pid file (default: %s) + pid ファイルの指定 (デフォルト設定: %s) + + + Spend unconfirmed change when sending transactions (default: %u) + トランザクション送信時に未検証のおつりを使用する (デフォルト設定: %u) + + + Threshold for disconnecting misbehaving peers (default: %u) + 不正なピアを切断するためのしきい値 (デフォルト設定: %u) + + + Use UPnP to map the listening port (default: %u) + リッスンポートの割当に UPnP を使用 (デフォルト設定: %u) + + + Warning: Unsupported argument -benchmark ignored, use -debug=bench. + 警告: サポートされていない引数 -benchmark は無視されました。-debug=bench を使用してください。 + + + Warning: Unsupported argument -debugnet ignored, use -debug=net. + 警告: サポートされていない引数 -debugnet は無視されました。-debug=net を使用してください。 + + + Invalid netmask specified in -whitelist: '%s' + -whitelist に対する無効なネットマスクです: '%s' + + + Keep at most <n> unconnectable transactions in memory (default: %u) + 最大で <n> 個の孤立したトランザクションをメモリの中に保持する (デフォルト設定: %u) + + + Loading addresses... + アドレスを読み込んでいます… + + + Loading block index... + ブロック インデックスを読み込んでいます… + + + Loading wallet... (%3.2f %%) + ウォレットを読み込んでいます… (%3.2f %%) + + + Loading wallet... + ウォレットを読み込んでいます… + + + Node relay options: + ノード中継オプション: + + + Not enough file descriptors available. + 使用可能なファイルディスクリプタが不足しています。 + + + Options: + オプション: + + + Password for JSON-RPC connections + JSON-RPC 接続のパスワード + + + RPC SSL options: (see the Bitcoin Wiki for SSL setup instructions) + RPC SSL オプション: (SSLのセットアップ手順はビットコインWikiを参照してください) + + + RPC server options: + RPCサーバのオプション: + + + RPC support for HTTP persistent connections (default: %d) + RPCにおけるHTTPの持続的接続のサポート (デフォルト設定:%d) + + + Receive and display P2P network alerts (default: %u) + P2Pネットワークのアラートの受け取りと表示を行う (デフォルト設定: %u) + + + Relay and mine data carrier transactions (default: %u) + データ運送トランザクションのリレーおよび採掘を行う (デフォルト設定: %u) + + + Relay non-P2SH multisig (default: %u) + P2SHでないマルチシグトランザクションをリレーする (デフォルト設定: %u) + + + Rescan the block chain for missing wallet transactions + 失ったウォレットの取引のブロック チェーンを再スキャン + + + Rescanning... + 再スキャン中… + + + Run in the background as a daemon and accept commands + デーモンとしてバックグランドで実行しコマンドを許可 + + + Set database cache size in megabytes (%d to %d, default: %d) + データベースのキャッシュサイズをメガバイトで設定 (%d から %d。デフォルト設定: %d) + + + Set maximum block size in bytes (default: %d) + 最大ブロックサイズをバイトで設定 (デフォルト設定: %d) + + + Show all debugging options (usage: --help -help-debug) + すべてのデバッグオプションを表示する (使い方: --help -help-debug) + + + Shrink debug.log file on client startup (default: 1 when no -debug) + クライアント起動時に debug.log ファイルを縮小 (デフォルト設定: -debug オプションを指定しない場合は1) + + + Signing transaction failed + 取引の署名に失敗しました + + + Specify data directory + データ ディレクトリの指定 + + + Specify wallet file (within data directory) + ウォレットのファイルを指定 (データ・ディレクトリの中に) + + + Specify your own public address + あなた自身のパブリックなアドレスを指定 + + + This help message + このヘルプ メッセージ + + + This is experimental software. + これは実験的なソフトウェアです。 + + + Transaction amount too small + 取引の額が小さ過ぎます + + + Transaction amounts must be positive + 取引の額は0より大きくしてください + + + Transaction too large for fee policy + 手数料ポリシーに対してトランザクションが大きすぎます + + + Transaction too large + 取引が大き過ぎます + + + Unable to bind to %s on this computer (bind returned error %s) + このコンピュータの %s にバインドすることができません (バインドが返したエラーは %s) + + + Unknown network specified in -onlynet: '%s' + -onlynet で指定された '%s' は未知のネットワークです + + + Upgrade wallet to latest format + ウォレットを最新のフォーマットにアップグレード + + + Use OpenSSL (https) for JSON-RPC connections + JSON-RPC 接続に OpenSSL (https) を使用 + + + Use UPnP to map the listening port (default: 1 when listening) + リスン ポートの割当に UPnP を使用 (デフォルト設定: リスン中は1) + + + Use the test network + テストのためのネットワークを使用 + + + Username for JSON-RPC connections + JSON-RPC 接続のユーザー名 + + + Verifying blocks... + ブロックの検証中… + + + Verifying wallet... + ウォレットの検証中… + + + Wallet %s resides outside data directory %s + 財布 %s はデータ・ディレクトリ%sの外にあります + + + Wallet options: + ウォレットオプション: + + + Warning + 警告 + + + You need to rebuild the database using -reindex to change -txindex + -txindex を変更するには -reindex を使用してデータベースを再構築する必要があります + + + Zapping all transactions from wallet... + ウォレットからすべてのトランザクションを消去しています… + + + on startup + 起動時 + + + wallet.dat corrupt, salvage failed + wallet.dat が壊れ、復旧に失敗しました + + + \ No newline at end of file diff --git a/src/qt/locale/dash_zh_CN.ts b/src/qt/locale/dash_zh_CN.ts index 2d05183a3cc7a..13efc20b33365 100644 --- a/src/qt/locale/dash_zh_CN.ts +++ b/src/qt/locale/dash_zh_CN.ts @@ -93,7 +93,11 @@ Exporting Failed 导出失败 - + + There was an error trying to save the address list to %1. Please try again. + 尝试保存地址列表至%1.时发生错误,请重新执行操作. + + AddressTableModel @@ -135,6 +139,10 @@ For anonymization only 仅限匿名 + + Enter the new passphrase to the wallet.<br/>Please use a passphrase of <b>ten or more random characters</b>, or <b>eight or more words</b>. + 输入钱包的新密码。<br/>使用的密码请至少包含<b>10个以上随机字符</>,或者是<b>8个以上的单词</b>。 + Encrypt wallet 加密钱包 @@ -382,6 +390,22 @@ Show network monitor 显示网络流量监控 + + &Peers list + &节点列表 + + + Show peers info + 显示节点信息 + + + Wallet &Repair + 钱包&修复 + + + Show wallet repair options + 显示钱包修复选项 + Open &Configuration File 打开 &配置文件 @@ -390,6 +414,14 @@ Open configuration file 打开配置文件 + + Show Automatic &Backups + 显示自动备份& + + + Show automatically created wallet backups + 显示自动创建的钱包备份 + &Sending addresses... &付款地址 @@ -422,6 +454,14 @@ Dash Core client 达世币核心客户端 + + Processed %n blocks of transaction history. + 已处理了%n个区块的交易记录. + + + Synchronizing additional data: %p% + 正在同步附加数据:%p% + Show the Dash Core help message to get a list with possible Dash command-line options 打开达世币核心帮助信息取得可使用的命令行列表 @@ -470,10 +510,26 @@ Up to date 已是最新 + + %n hour(s) + %n小时 + + + %n day(s) + %n天 + + + %n week(s) + %n周 + %1 and %2 %1 和 %2 + + %n year(s) + %n年 + %1 behind 落后 %1 @@ -537,6 +593,10 @@ Address: %4 ClientModel + + Total: %1 (DS compatible: %2 / Enabled: %3) + 总量:%1 (匿名发送兼容: %2 / 可用: %3) + Network Alert 网络警报 @@ -564,6 +624,14 @@ Address: %4 Fee: 费用: + + Coin Selection + 选择币 + + + Dust: + 零钱: + After Fee: 加上交易费用后: @@ -592,6 +660,18 @@ Address: %4 Amount 金额 + + Received with label + 收款标签 + + + Received with address + 收款地址 + + + DS Rounds + 匿名发送循环 + Date 日期 @@ -652,10 +732,18 @@ Address: %4 Copy priority 复制优先级 + + Copy dust + 复制零钱金额 + Copy change 复制零钱 + + Non-anonymized input selected. <b>Darksend will be disabled.</b><br><br>If you still want to use Darksend, please deselect all non-nonymized inputs first and then check Darksend checkbox again. + 已选择非匿名输入. <b>匿名发送将会被禁用.</ b><br> <br>如果你仍然想使用匿名发送功能,请先取消所选的非匿名输入,然后再勾选匿名发送. + highest 最高 @@ -672,6 +760,10 @@ Address: %4 medium-high 中高 + + Can vary +/- %1 duff(s) per input. + 每笔输入可能会有 +/- %1个duff(s)的偏差. + n/a n/a @@ -904,10 +996,18 @@ Address: %4 version 版本 + + (%1-bit) + (%1 位) + About Dash Core 关于 达世币核心 + + Command-line options + 命令行选项 + Usage: 使用: @@ -972,11 +1072,23 @@ Address: %4 Dash Core 达世币核心 + + Error: Specified data directory "%1" cannot be created. + 错误:指定的数据目录“%1”无法被创建. + Error 错误 - + + %1 GB of free space available + %1GB的可用空间 + + + (of %1 GB needed) + (需要 %1 GB的空间) + + OpenURIDialog @@ -1050,14 +1162,34 @@ Address: %4 W&allet &钱包 + + If you disable the spending of unconfirmed change, the change from a transaction<br/>cannot be used until that transaction has at least one confirmation.<br/>This also affects how your balance is computed. + 如果禁用未确认的零钱,则零钱<br/>至少需要1个确认<br/>才能使用。同时账户余额显示会受到影响。 + + + Accept connections from outside + 接受来自外部的链接 + + + Allow incoming connections + 接受外来链接 + Connect to the Dash network through a SOCKS5 proxy. 通过SOCKS5代理链接达世币网络。 + + &Connect through SOCKS5 proxy (default proxy): + &通过 SOCKS5 代理连接 (默认代理): + Expert 专家 + + This setting determines the amount of individual masternodes that an input will be anonymized through.<br/>More rounds of anonymization gives a higher degree of privacy, but also costs more in fees. + 此选项用以调整进行匿名化操作的主节点数量。<br/>越多的循环次数提供了更高级别的匿名性,同时也会花费更多的手续费 + Whether to show coin control features or not. 是否需要交易源地址控制功能。 @@ -1136,14 +1268,22 @@ https://www.transifex.com/projects/p/dash/ 缺少相关语言或翻译不完整? 请到这里协助翻译: https://www.transifex.com/projects/p/dash/ + + User Interface Theme: + 用户界面主题: + &Unit to show amounts in: - 比特币金额单位(&U): + &达世币金额单位: Choose the default subdivision unit to show in the interface and when sending coins. 选择达世币单位。 + + Decimal digits + 小数位数 + Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |. 出现在交易的选项卡的上下文菜单项的第三方网址 (例如:区块链接查询) 。 %s的URL被替换为交易哈希。多个的URL需要竖线 | 分隔。 @@ -1235,6 +1375,18 @@ https://www.transifex.com/projects/p/dash/ Mined balance that has not yet matured 尚未成熟的挖矿收入余额 + + Balances + 余额 + + + Unconfirmed transactions to watch-only addresses + 仅限查看的还未交易确认的地址 + + + Mined balance in watch-only addresses that has not yet matured + 仅限查看的地址中尚未成熟的挖矿收入余额 + Total: 总额: @@ -1243,6 +1395,22 @@ https://www.transifex.com/projects/p/dash/ Your current total balance 您当前的总余额 + + Current total balance in watch-only addresses + 仅限查看地址中的当前总余额 + + + Watch-only: + 仅限查看: + + + Your current balance in watch-only addresses + 仅限查看地址中的当前余额 + + + Spendable: + 可花费: + Status: 状态: @@ -1279,10 +1447,18 @@ https://www.transifex.com/projects/p/dash/ Darksend 匿名发送 + + Recent transactions + 最近交易 + Start/Stop Mixing 开始/关闭 混合 + + The denominations you submitted to the Masternode.<br>To mix, other users must submit the exact same denominations. + 您向主节点所提交的用以面额化混合的DASH,<br>当其他用户提交相同的面额化DASH数量时,将开始混合. + (Last Message) (最近一次信息) @@ -1323,6 +1499,34 @@ https://www.transifex.com/projects/p/dash/ No inputs detected 未检测到输入 + + %n Rounds + %n 次循环 + + + Not enough compatible inputs to anonymize <span style='color:red;'>%1</span>,<br>will anonymize <span style='color:red;'>%2</span> instead + 没有足够相容的输入来进行匿名处理<span style='color:red;'>%1</span>,<br>将匿名处理 <span style='color:red;'>%2</span> 作为代替 + + + Overall progress + 总体进度 + + + Denominated + 已面额化的 + + + Anonymized + 已匿名处理的 + + + Found enough compatible inputs to anonymize %1 + 找到足够的相容的输入进行匿名处理 %1 + + + Mixed + 混淆的 + Enabled 打开 @@ -1372,10 +1576,34 @@ https://www.transifex.com/projects/p/dash/ Payment request file handling 付款请求文件处理 + + Invalid payment address %1 + 无效的付款地址 %1 + URI cannot be parsed! This can be caused by an invalid Dash address or malformed URI parameters. 链接不能被解析! 原因可能是无效的达世币地址或输入的链接有错。 + + Payment request file cannot be read! This can be caused by an invalid payment request file. + 付款请求文件不能读取! 这可能是个无效的付款请求文件. + + + Payment request rejected + 付款请求被拒绝 + + + Payment request network doesn't match client network. + 付款请求网络与客户端网络不符. + + + Payment request has expired. + 支付请求已过期. + + + Payment request is not initialized. + 付款请求没有完成初始化. + Unverified payment requests to custom payment scripts are unsupported. 不支持到自定义付款脚本的未验证付款请求。 @@ -1388,10 +1616,22 @@ https://www.transifex.com/projects/p/dash/ Refund from %1 退款来自 %1 + + Payment request %1 is too large (%2 bytes, allowed %3 bytes). + 付款请求 %1 过大 (%2 位,上限 %3 位). + + + Payment request DoS protection + 支付请求的Dos保护 + Error communicating with %1: %2 %1: %2 通讯出错 + + Payment request cannot be parsed! + 支付请求不能被解析! + Bad response from server %1 来自 %1 服务器的错误响应 @@ -1407,14 +1647,66 @@ https://www.transifex.com/projects/p/dash/ PeerTableModel - + + Address/Hostname + 地址/主机名 + + + User Agent + 用户代理 + + + Ping Time + Ping 时间 + + QObject + + Amount + 金额 + Enter a Dash address (e.g. %1) 输入达世币地址(e.g. %1) - + + %1 d + %1 天 + + + %1 h + %1 小时 + + + %1 m + %1 分钟 + + + %1 s + %1 秒 + + + NETWORK + 网络 + + + UNKNOWN + 未知 + + + None + + + + N/A + 不可用 + + + %1 ms + %1 毫秒 + + QRImageWidget @@ -1504,10 +1796,18 @@ https://www.transifex.com/projects/p/dash/ Client version 客户端版本 + + Using BerkeleyDB version + 使用 BerkeleyDB 版本 + Block chain 数据链 + + Number of Masternodes + 主节点数量 + &Console 控制台(&C) @@ -1528,6 +1828,134 @@ https://www.transifex.com/projects/p/dash/ Totals 总数 + + Received + 接收 + + + Sent + 发送 + + + &Peers + &节点 + + + Select a peer to view detailed information. + 选择一个节点查看详细信息. + + + Direction + 方向 + + + Version + 版本 + + + User Agent + 用户代理 + + + Services + 服务 + + + Starting Height + 起始高度 + + + Sync Height + 同步高度 + + + Ban Score + 禁止得分 + + + Connection Time + 连接时间 + + + Last Send + 最近发送 + + + Last Receive + 最近接收 + + + Bytes Sent + 发送字节 + + + Bytes Received + 接收字节 + + + Ping Time + Ping 时间 + + + &Wallet Repair + &钱包修复 + + + Salvage wallet + 抢救钱包 + + + Rescan blockchain files + 重新扫描区块链文件 + + + Recover transactions 1 + 恢复交易 1 + + + Recover transactions 2 + 恢复交易 2 + + + Upgrade wallet format + 升级钱包版本 + + + The buttons below will restart the wallet with command-line options to repair the wallet, fix issues with corrupt blockhain files or missing/obsolete transactions. + 下面的按钮将重新启动钱包并使用命令行选项进行修复,解决损坏或丢失的区块链文件/超时的交易问题. + + + -salvagewallet: Attempt to recover private keys from a corrupt wallet.dat. + -salvagewallet: 尝试从已损坏的钱包文件中找回私钥. + + + -rescan: Rescan the block chain for missing wallet transactions. + -rescan: 对丢失的钱包交易重新扫描数据块链. + + + -zapwallettxes=1: Recover transactions from blockchain (keep meta-data, e.g. account owner). + -zapwallettxes=1: 从区块链恢复交易 (保留交易描述信息,例如:账户拥有者). + + + -zapwallettxes=2: Recover transactions from blockchain (drop meta-data). + -zapwallettxes=2: 从区块链恢复交易 (删除交易描述信息). + + + -upgradewallet: Upgrade wallet to latest format on startup. (Note: this is NOT an update of the wallet itself!) + -upgradewallet: 在启动时升级钱包到最新格式.(注:这并不是钱包软件本身的更新!) + + + Wallet repair options. + 钱包修复选项. + + + Rebuild index + 重建区块链的索引 + + + -reindex: Rebuild block chain index from current blk000??.dat files. + -reindex: 从现在的blk000??.dat文件重新建立数据块链索引. + In: 输入: @@ -1564,9 +1992,37 @@ https://www.transifex.com/projects/p/dash/ %1 GB %1 GB - + + via %1 + 经由 %1 + + + never + 永不 + + + Inbound + 导入 + + + Outbound + 导出 + + + Unknown + 未知 + + + Fetching... + 正在读取中... + + ReceiveCoinsDialog + + Reuse one of the previously used receiving addresses.<br>Reusing addresses has security and privacy issues.<br>Do not use this unless re-generating a payment request made before. + 重复使用以前用过的接收地址。<br>重用地址有安全和隐私方面的隐患。<br>除非是为重复生成同一项支付请求,否则请不要这样做。 + R&euse an existing receiving address (not recommended) 重用现有的接收地址(不推荐) @@ -1780,6 +2236,10 @@ https://www.transifex.com/projects/p/dash/ Fee: 费用: + + Dust: + 零钱: + no @@ -1801,16 +2261,92 @@ https://www.transifex.com/projects/p/dash/ 自定义零钱地址 - Confirm the send action - 确认并发送货币 + Transaction Fee: + 交易手续费: - S&end - 发送(&E) + Choose... + 选择... - Clear all fields of the form. - 清除此表单的所有字段。 + collapse fee-settings + 收起手续费设置 + + + Minimize + 最小化 + + + If the custom fee is set to 1000 duffs and the transaction is only 250 bytes, then "per kilobyte" only pays 250 duffs in fee,<br />while "at least" pays 1000 duffs. For transactions bigger than a kilobyte both pay by kilobyte. + +如果自定手续费设定为1000 duffs,而交易信息只有250字节的话,那么选择"每千位字节"就只会支付250 duffs的手续费,<br />而"至少"会支付1000 duffs. +但如果交易信息大于一千字节,那么两者都要支付千字节费用. + + + If the custom fee is set to 1000 duffs and the transaction is only 250 bytes, then "per kilobyte" only pays 250 duffs in fee,<br />while "total at least" pays 1000 duffs. For transactions bigger than a kilobyte both pay by kilobyte. + +如果自定手续费设定为1000 duffs,而交易信息只有250字节的话,那么选择"每千位字节"就只会支付250 duffs的手续费,<br />而"总共至少"会支付1000 duffs. +但如果交易信息大于一千字节,那么两者都要支付千字节费用. + + + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks.<br />But be aware that this can end up in a never confirming transaction once there is more demand for dash transactions than the network can process. + 当交易量少于区块可容纳的空间时,只需支付最低手续费.<br />但当交易量的需求增长到超过总体网络可处理的量时,可能会造成一笔一直不被确认的交易. + + + per kilobyte + 每千位字节 + + + total at least + 总共至少 + + + (read the tooltip) + (请看提示) + + + Recommended: + 建议: + + + Custom: + 自定义: + + + (Smart fee not initialized yet. This usually takes a few blocks...) + (手续费演算法还没有准备好.通常都要等几个块才可以...) + + + Confirmation time: + 确认时间: + + + normal + 正常 + + + fast + 快速 + + + Send as zero-fee transaction if possible + 如果可能,发送零手续费的交易 + + + (confirmation may take longer) + (确认可能需要一点时间) + + + Confirm the send action + 确认并发送货币 + + + S&end + 发送(&E) + + + Clear all fields of the form. + 清除此表单的所有字段。 Clear &All @@ -1860,6 +2396,10 @@ https://www.transifex.com/projects/p/dash/ Copy priority 复制优先级 + + Copy dust + 复制零钱金额 + Copy change 复制零钱 @@ -1896,10 +2436,22 @@ https://www.transifex.com/projects/p/dash/ are added as transaction fee 作为交易费被添加 + + Total Amount = <b>%1</b><br />= %2 + 总额 = <b>%1</b><br />= %2 + Confirm send coins 确认发送货币 + + A fee %1 times higher than %2 per kB is considered an insanely high fee. + 每kB手续费高于%2的 %1倍被认为是非常高的费用. + + + Estimated to begin confirmation within %n block(s). + 预计在%n 个区块内开始确认. + The recipient address is not valid, please recheck. 收款人地址不合法,请检查。 @@ -1932,6 +2484,10 @@ https://www.transifex.com/projects/p/dash/ Error: The wallet was unlocked only to anonymize coins. 错误: 钱包被锁定以用于匿名化您的达世币。 + + Pay only the minimum fee of %1 + 只付最低手续费%1 + Warning: Invalid Dash address 警告:无效的达世币地址 @@ -2202,6 +2758,10 @@ https://www.transifex.com/projects/p/dash/ TransactionDesc + + Open for %n more block(s) + 对于%n个块开放 + Open until %1 至 %1 个数据块时开启 @@ -2262,6 +2822,10 @@ https://www.transifex.com/projects/p/dash/ , has not been successfully broadcast yet ,未被成功广播 + + , broadcast through %n node(s) + ,通过%n多个节点广播 + Date 日期 @@ -2290,6 +2854,10 @@ https://www.transifex.com/projects/p/dash/ own address 自己的地址 + + watch-only + 仅限查看 + label 标签 @@ -2306,6 +2874,14 @@ https://www.transifex.com/projects/p/dash/ Debit 支出 + + Total debit + 支出总额 + + + Total credit + 入账总额 + Transaction fee 交易费 @@ -2384,6 +2960,10 @@ https://www.transifex.com/projects/p/dash/ Address 地址 + + Open for %n more block(s) + 对于%n个块开放 + Open until %1 至 %1 个数据块时开启 @@ -2464,6 +3044,10 @@ https://www.transifex.com/projects/p/dash/ Darksent 匿名发送 + + watch-only + 仅限查看 + (n/a) (不可用) @@ -2480,6 +3064,10 @@ https://www.transifex.com/projects/p/dash/ Type of transaction. 交易类别。 + + Whether or not a watch-only address is involved in this transaction. + 决定是否有一个仅限查看的地址参与这次交易. + Destination address of transaction. 交易目的地址。 @@ -2603,6 +3191,10 @@ https://www.transifex.com/projects/p/dash/ Confirmed 已确认 + + Watch-only + 仅限查看 + Date 日期 @@ -2679,6 +3271,10 @@ https://www.transifex.com/projects/p/dash/ Export the data in the current tab to a file 导出当前数据到文件 + + Selected amount: + 选择总额: + Backup Wallet 备份钱包 @@ -2746,6 +3342,14 @@ https://www.transifex.com/projects/p/dash/ Unable to bind to %s on this computer. Dash Core is probably already running. 无法绑定%s此计算机. 达世币核心应该已经在运行中了. + + Unable to locate enough Darksend denominated funds for this transaction. + 无法找到足够的已匿名化资金来完成交易,不足1000 DASH. + + + Unable to locate enough Darksend non-denominated funds for this transaction that are not equal 1000 DASH. + 无法找到足够的未匿名化资金来完成交易,不足1000 DASH. + Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. 警告: -paytxfee 设定了很高的金额!这可是你交易付款所要付的手续费。 @@ -2918,10 +3522,30 @@ https://www.transifex.com/projects/p/dash/ Failed to read block 读取数据块失败 + + An error occurred while setting up the RPC address %s port %u for listening: %s + 建立RPC地址 %s 时发生了一个错误 %u, 正在监听 : %s + + + Delete all wallet transactions and only recover those parts of the blockchain through -rescan on startup + 删除钱包里的所有交易信息, 并且在下次启动时, 使用 -rescan 来从区块链中恢复 + Disable all Dash specific functionality (Masternodes, Darksend, InstantX, Budgeting) (0-1, default: %u) 禁止所有达世币附加功能(主节点, 匿名发送, 即时发送, 预算) (0-1, default: %u) + + Enable instantx, show confirmations for locked transactions (bool, default: %s) + 激活即时支付,显示锁定交易的确认数(bool, 默认: %s) + + + Enable use of automated darksend for funds stored in this wallet (0-1, default: %u) + 允许存储在这个钱包内的资金自动使用匿名发送(0-1, 默认: %u) + + + Fees (in DASH/Kb) smaller than this are considered zero fee for relaying (default: %s) + 如果手续费比这个值低,就视为没有付手续费(当产生交易时)(默认: %s) + Fees (in DASH/Kb) smaller than this are considered zero fee for transaction creation (default: %s) 如果手续费比这个值低,就视为没有付手续费(当产生交易时)(默认: %s) @@ -2930,6 +3554,169 @@ https://www.transifex.com/projects/p/dash/ Found unconfirmed denominated outputs, will wait till they confirm to continue. 未确认的面额化输出,将等待他们确认后继续。 + + How thorough the block verification of -checkblocks is (0-4, default: %u) + 使用 -checkblocks 检查区块的仔细程度 (0-4, 默认:%u) + + + If paytxfee is not set, include enough fee so transactions begin confirmation on average within n blocks (default: %u) + 当没有设定 paytxfee 时, 自动包含可以让交易能在平均 n 个区块内开始确认的手续费 (默认: %u) + + + Invalid amount for -maxtxfee=<amount>: '%s' (must be at least the minrelay fee of %s to prevent stuck transactions) + 设定 -maxtxfee=<金额> 的金额无效: '%s' (必须大于最低转发手续费%s 以避免交易无法被确认) + + + Maximum total fees to use in a single wallet transaction, setting too low may abort large transactions (default: %s) + 单一的钱包交易允许支付最大的总手续费, 设定过低可能会导致无法进行大量交易 (默认: %s) + + + Number of seconds to keep misbehaving peers from reconnecting (default: %u) + 禁止与作弊节点重新链接的秒数 (默认: %u) + + + Output debugging information (default: %u, supplying <category> is optional) + 输出除错信息(默认: %u, <category>是可选项) + + + Send trace/debug info to console instead of debug.log file (default: %u) + 发送追踪/debug信息而并非debug.log文件至控制台 (默认: %u) + + + Set the number of threads for coin generation if enabled (-1 = all cores, default: %d) + 设定生成币的执行绪数目(-1 表示处理器核心数, 默认: %d) + + + This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit <https://www.openssl.org/> and cryptographic software written by Eric Young and UPnP software written by Thomas Bernard. + 此产品包括了由OpenSSL Project所开发的OpenSSL Toolkit 软件<https://www.openssl.org/>, 和由Eric Young 编写的加密软件, 以及由Thomas Bernard 编写的UPnP软件. + + + Unable to locate enough funds for this transaction that are not equal 1000 DASH. + 无法找到足够的资金完成交易,不足1000 DASH. + + + Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) + 使用独立的SOCK5 代理服务器, 来通过Tor 隐藏服务器与节点的链接 (默认: %s) + + + Warning: -maxtxfee is set very high! Fees this large could be paid on a single transaction. + 警告: -maxtxfee 设定的金额过高! 这是一次交易就要支付的手续费. + + + Warning: Please check that your computer's date and time are correct! If your clock is wrong Dash Core will not work properly. + 警告: 请检查电脑日期和时间是否正确!达世币核心没办法在时钟不准的情况下正常运作。 + + + Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. + 把来自指定网络或IP地址放进白名单. 这个选项可以设定多次. + + + 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 + 在白名单中的节点不会因为检测到DoS攻击而被停用. 来自这些节点的交易也一定会被转发, 即使说交易本神就来自记忆池. 适用于网关 + + + (9999 could be used only on mainnet) + (9999 只能被用于主网) + + + (default: %s) + (默认: %s) + + + <category> can be: + + <category> 可以是: + + + + Acceptable ciphers (default: %s) + 可接受的密码 (默认: %s) + + + Always query for peer addresses via DNS lookup (default: %u) + 总是通过DNS查询对等地址(默认: %u) + + + Cannot resolve -whitebind address: '%s' + 不能解决 -whitebind 地址: '%s' + + + Connect through SOCKS5 proxy + 通过SOCKS5代理连接 + + + Connect to KeePassHttp on port <port> (default: %u) + 连接至 KeePassHttp 端口 <port> (默认: %u) + + + Copyright (C) 2009-%i The Bitcoin Core Developers + 版权(C) 2009-%i The Bitcoin Core Developers + + + Copyright (C) 2014-%i The Dash Core Developers + 版权 (C) 2014-%i The Dash Core Developers + + + Could not parse -rpcbind value %s as network address + 无法解析 -rpcbind 参数 %s 作为网络地址 + + + Darksend is idle. + 匿名化处于空闲状态 + + + Darksend request complete: + 匿名化请求已完成: + + + Darksend request incomplete: + 匿名化请求未完成: + + + Disable safemode, override a real safe mode event (default: %u) + 未激活安全模式,重新写入真正安全模式项目(默认: %u) + + + Enable the client to act as a masternode (0-1, default: %u) + 激活客户端,使其作为主节点(0-1, 默认: %u) + + + Error connecting to Masternode. + 连接到主节点时发生错误. + + + Error loading wallet.dat: Wallet requires newer version of Dash Core + 读取钱包文件错误: 需要较为新版本的达世币核心来读取钱包 + + + Error: A fatal internal error occured, see debug.log for details + 错误: 一个之名的内部错误, 到debug.log查看更多细节 + + + Error: Can't select current denominated inputs + 错误: 无法选择现在也面额化的输入 + + + Error: Unsupported argument -tor found, use -onion. + 錯誤: 找到不再支援的 -tor 參數,請改用 -onion 參數。 +错误: 找到不支持 -tor 参数, 请改用 -onion 参数. + + + Finalizing transaction. + 正在完成交易。 + + + Found enough users, signing ( waiting %s ) + 用户数已满足,开始签名 (等待中 %s) + + + Found enough users, signing ... + 用户数已满足,开始签名 ... + + + Generate coins (default: %u) + 生成币 (默认: %u) + Importing... 正在导入... @@ -2938,6 +3725,10 @@ https://www.transifex.com/projects/p/dash/ Imports blocks from external blk000??.dat file 从其它来源的 blk000??.dat 档汇入区块 + + Include IP addresses in debug output (default: %u) + 在除错输出内容中包含网络IP地址(默认: %u) + Incompatible mode. 不兼容模式。 @@ -2974,10 +3765,219 @@ https://www.transifex.com/projects/p/dash/ Invalid -proxy address: '%s' 无效-代理地址:'%s' + + Invalid amount for -maxtxfee=<amount>: '%s' + 设定 -maxtxfee=<金额> 的金额无效: '%s' + + + Invalid amount for -minrelaytxfee=<amount>: '%s' + 设定 --minrelaytxfee=<金额> 的金额无效: '%s' + + + Invalid amount for -mintxfee=<amount>: '%s' + 设定 -mintxfee=<金额> 的金额无效: '%s' + + + Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) + 设定 -paytxfee=<金额> 的金额无效: '%s' (至少要有%s) + + + Invalid amount for -paytxfee=<amount>: '%s' + 设定 -paytxfee=<金额> 的金额无效: '%s' + + + Last successful Darksend action was too recent. + 最后一次成功匿名发送刚刚完成. + + + Listen for JSON-RPC connections on <port> (default: %u or testnet: %u) + 监听 JSON-RPC<port>(默认: %u 或 测试网络: %u) + + + Listen for connections on <port> (default: %u or testnet: %u) + Listen for connections on <port> (default: %u 或 testnet: %u) + + + Loading budget cache... + 正在读取预算缓存... + + + Loading masternode cache... + 正在读取主节点缓存... + + + Loading masternode payment cache... + 正在读取主节点奖励缓存... + + + Mixing in progress... + 混淆中... + + + No Masternodes detected. + 没有检测到任何主节点。 + + + No compatible Masternode found. + 没有找到任何兼容的主节点。 + + + Not in the Masternode list. + 在主节点列表中不存在. + + + Number of automatic wallet backups (default: 10) + 自动备份的钱包数目 (默认: 10) + + + Only accept block chain matching built-in checkpoints (default: %u) + 只接受与镶入检验点匹配的数据块链 (默认: %u) + + + Only connect to nodes in network <net> (ipv4, ipv6 or onion) + 在网络中只连接至节点 <net> (ipv4, ipv6 或 onion) + + + Prepend debug output with timestamp (default: %u) + 通过时间标记预先调试输出 (默认: %u) + + + Run a thread to flush wallet periodically (default: %u) + 启用定期将变动写入​​钱包档的执行绪(默认: %u) + + + Send trace/debug info to debug.log file (default: %u) + 发送 追踪或除错 信息到debug.log中 (默认: %u) + + + Send transactions as zero-fee transactions if possible (default: %u) + 如果可能,发送零手续费的交易(默认: %u) + + + Server certificate file (default: %s) + 服务器证书文件(默认: %s) + + + Server private key (default: %s) + 服务器私钥 (默认: %s) + + + Set key pool size to <n> (default: %u) + 设置钥匙池大小至<n> (默认: %u) + + + Set minimum block size in bytes (default: %u) + 以字节为单位设置最小的块(默认: %u) + + + Set the number of threads to service RPC calls (default: %d) + 设定处理RPC 服务请求的执行绪数目(默认: %d) + + + Sets the DB_PRIVATE flag in the wallet db environment (default: %u) + 在钱包资料库环境变数设定DB_PRIVATE 旗标(默认: %u) + + + Signing timed out. + 签名超时. + + + Specify configuration file (default: %s) + 指定配置文件(默认: %s) + + + Specify connection timeout in milliseconds (minimum: 1, default: %d) + 指定连接超时毫秒数 (最小值: 1, 默认: %d) + + + Specify masternode configuration file (default: %s) + 指定主节点配置文件 (默认: %s) + + + Specify pid file (default: %s) + 指定pid 文件 (默认: %s) + + + Spend unconfirmed change when sending transactions (default: %u) + 发送交易时花费未确认的费用(默认: %u) + + + Stop running after importing blocks from disk (default: %u) + 从硬盘导入区块信息后停止运行(默认: %u) + + + Synchronization failed + 同步失败 + + + Synchronization finished + 同步完成 + + + Synchronizing budgets... + 正在同步预算... + + + Synchronizing masternode winners... + 正在同步获得奖励的主节点... + + + Synchronizing masternodes... + 正在同步主节点... + + + Synchronizing sporks... + 同步分叉... + + + This is not a Masternode. + 这并不是一个主节点。 + + + Threshold for disconnecting misbehaving peers (default: %u) + 断开的作弊节点临界值(默认: %u) + + + Wallet needed to be rewritten: restart Dash Core to complete + 錢包需要重寫: 請重新啓動達世幣核心來完成 +钱包需要重写: 请重新启动达世币核心来完成 + + + Warning: Unsupported argument -benchmark ignored, use -debug=bench. + 警告: 忽略了不再支持的 -benchmark 参数, 请改用 -debug=bench. + + + Warning: Unsupported argument -debugnet ignored, use -debug=net. + 警告: 忽略了不再支持的 -debugnet 参数, 请改用 -debug=net. + + + Will retry... + 即将重试... + Invalid masternodeprivkey. Please see documenation. 无效主节点私钥。请查阅文件材料。 + + (must be 9999 for mainnet) + (设置 9999 为主网) + + + Can't find random Masternode. + 无法找到随机主节点. + + + Can't mix while sync in progress. + 无法在同步过程中进行混淆. + + + Could not parse masternode.conf + 无法解析主节点配置文件 + + + Invalid port detected in masternode.conf + 在主节点配置文件中检测到无效端口 + Invalid private key. 无效私钥。 @@ -2986,10 +3986,18 @@ https://www.transifex.com/projects/p/dash/ Invalid script detected. 检测到无效脚本。 + + Keep N DASH anonymized (default: %u) + 保持定量达世币匿名化(默认: %u) + Last Darksend was too recent. 最后一次匿名发送刚刚完成。 + + Line: %d + 线路: %d + Loading addresses... 正在读取地址... @@ -3058,6 +4066,10 @@ https://www.transifex.com/projects/p/dash/ RPC server options: RPC服务器选项: + + RPC support for HTTP persistent connections (default: %d) + RPC 支持HTTP 持久链接 (默认: %d) + Rebuild block chain index from current blk000??.dat files 从现在的blk000??.dat文件重新建立数据块链索引 @@ -3078,6 +4090,10 @@ https://www.transifex.com/projects/p/dash/ Session not complete! 对话未完成! + + Session timed out. + 对话超市 + Set database cache size in megabytes (%d to %d, default: %d) 以兆字节为单位设置缓存数据大小 (%d to %d, 默认: %d) @@ -3118,10 +4134,18 @@ https://www.transifex.com/projects/p/dash/ Specify your own public address 指定你个人公开地址 + + Synchronization pending... + 同步即将开始... + This help message 此帮助信息 + + This is experimental software. + 这是一款实验软件. + This is intended for regression testing tools and app development. 这被用来作为回归测试工具和app的开发。 @@ -3150,6 +4174,10 @@ https://www.transifex.com/projects/p/dash/ Transaction too large 交易过大 + + Transmitting final transaction. + 正在传输最终交易. + Unable to bind to %s on this computer (bind returned error %s) 无法绑定%s此计算机 (绑定返回错误 %s) @@ -3162,6 +4190,10 @@ https://www.transifex.com/projects/p/dash/ Unknown network specified in -onlynet: '%s' 在 -onlynet 指定了不明的网路别: '%s' + + Unknown state: id = %u + 未知状态: id = %u + Upgrade wallet to latest format 升级钱包至最新版本 @@ -3206,6 +4238,10 @@ https://www.transifex.com/projects/p/dash/ Wallet options: 钱包选项: + + Wallet window title + 钱包窗口标题 + Warning 警告 @@ -3218,6 +4254,14 @@ https://www.transifex.com/projects/p/dash/ You need to rebuild the database using -reindex to change -txindex 你需要通过使用-reindex改变-txindex来重新建立数据库 + + Your entries added successfully. + 您的词条也添加成功. + + + Your transaction was accepted into the pool! + 您的交易成功被矿池接受! + Zapping all transactions from wallet... 从钱包正在展开所有交易记录... From 6509adf6710690bf88509a25c94b663d44bd89af Mon Sep 17 00:00:00 2001 From: Evan Duffield Date: Mon, 28 Sep 2015 07:54:08 -0700 Subject: [PATCH 14/14] Revert "More liberal block creation" This reverts commit bda45f1b26accaefe1fd1ddb67ee088af3399dfd. --- src/miner.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/miner.cpp b/src/miner.cpp index bcdfedfc976eb..7c9accbd19e80 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -253,8 +253,8 @@ CBlockTemplate* CreateNewBlock(const CScript& scriptPubKeyIn) double dPriorityDelta = 0; CAmount nFeeDelta = 0; mempool.ApplyDeltas(hash, dPriorityDelta, nFeeDelta); - // if (fSortedByFee && (dPriorityDelta <= 0) && (nFeeDelta <= 0) && (feeRate < ::minRelayTxFee) && (nBlockSize + nTxSize >= nBlockMinSize)) - // continue; + if (fSortedByFee && (dPriorityDelta <= 0) && (nFeeDelta <= 0) && (feeRate < ::minRelayTxFee) && (nBlockSize + nTxSize >= nBlockMinSize)) + continue; // Prioritise by fee once past the priority size or we run out of high-priority // transactions: