From 34395885913257bf7e46986d4ecc8f096908ceb2 Mon Sep 17 00:00:00 2001 From: lateminer Date: Thu, 1 Nov 2018 21:43:13 +0300 Subject: [PATCH] Update translations from Bitcoin Core 0.14 --- src/Makefile.qt.include | 9 +- src/qt/locale/bitcoin_af.ts | 598 ++- src/qt/locale/bitcoin_af_ZA.ts | 132 +- src/qt/locale/bitcoin_ar.ts | 598 ++- src/qt/locale/bitcoin_be_BY.ts | 322 +- src/qt/locale/bitcoin_bg.ts | 556 ++- src/qt/locale/bitcoin_bg_BG.ts | 324 +- src/qt/locale/bitcoin_bs.ts | 169 - src/qt/locale/bitcoin_ca.ts | 988 ++--- src/qt/locale/bitcoin_ca@valencia.ts | 788 +--- src/qt/locale/bitcoin_ca_ES.ts | 1004 ++--- src/qt/locale/bitcoin_cs.ts | 1358 ++++--- src/qt/locale/bitcoin_cs_CZ.ts | 669 ---- src/qt/locale/bitcoin_cy.ts | 344 +- src/qt/locale/bitcoin_da.ts | 1350 ++++--- src/qt/locale/bitcoin_de.ts | 1266 +++--- src/qt/locale/bitcoin_el.ts | 126 +- src/qt/locale/bitcoin_el_GR.ts | 1139 +----- src/qt/locale/bitcoin_en.ts | 2408 ++++++------ src/qt/locale/bitcoin_en_GB.ts | 1652 ++------ src/qt/locale/bitcoin_eo.ts | 1062 +---- src/qt/locale/bitcoin_es.ts | 1522 ++++--- src/qt/locale/bitcoin_es_AR.ts | 220 +- src/qt/locale/bitcoin_es_CL.ts | 790 +--- src/qt/locale/bitcoin_es_CO.ts | 251 +- src/qt/locale/bitcoin_es_DO.ts | 1145 +----- src/qt/locale/bitcoin_es_ES.ts | 3487 ++++++++++++++++- src/qt/locale/bitcoin_es_MX.ts | 742 +--- src/qt/locale/bitcoin_es_UY.ts | 273 +- src/qt/locale/bitcoin_es_VE.ts | 614 +-- src/qt/locale/bitcoin_et.ts | 914 ++--- src/qt/locale/bitcoin_et_EE.ts | 779 ++++ src/qt/locale/bitcoin_eu_ES.ts | 96 +- src/qt/locale/bitcoin_fa.ts | 1190 +++--- src/qt/locale/bitcoin_fa_IR.ts | 592 +-- src/qt/locale/bitcoin_fi.ts | 1668 ++------ src/qt/locale/bitcoin_fr.ts | 1658 ++++---- src/qt/locale/bitcoin_fr_CA.ts | 98 +- src/qt/locale/bitcoin_fr_FR.ts | 871 +--- src/qt/locale/bitcoin_gl.ts | 1082 +---- src/qt/locale/bitcoin_he.ts | 1456 ++----- src/qt/locale/bitcoin_hi_IN.ts | 458 +-- src/qt/locale/bitcoin_hr.ts | 868 +--- src/qt/locale/bitcoin_hu.ts | 1170 +----- src/qt/locale/bitcoin_id_ID.ts | 1194 +----- src/qt/locale/bitcoin_it.ts | 1116 +++--- .../{bitcoin_uz@Latn.ts => bitcoin_it_IT.ts} | 110 +- src/qt/locale/bitcoin_ja.ts | 1274 +++--- src/qt/locale/bitcoin_ka.ts | 1202 +----- src/qt/locale/bitcoin_kk_KZ.ts | 170 +- src/qt/locale/bitcoin_ko_KR.ts | 2148 +++++++--- src/qt/locale/bitcoin_ku_IQ.ts | 395 ++ src/qt/locale/bitcoin_ky.ts | 22 +- src/qt/locale/bitcoin_la.ts | 782 +--- src/qt/locale/bitcoin_lt.ts | 922 +---- src/qt/locale/bitcoin_lv_LV.ts | 1140 +----- src/qt/locale/bitcoin_mk_MK.ts | 496 +-- src/qt/locale/bitcoin_mn.ts | 570 +-- src/qt/locale/bitcoin_ms_MY.ts | 342 +- src/qt/locale/bitcoin_nb.ts | 1494 +------ src/qt/locale/bitcoin_ne.ts | 631 +++ src/qt/locale/bitcoin_nl.ts | 1352 ++++--- src/qt/locale/bitcoin_pam.ts | 722 +--- src/qt/locale/bitcoin_pl.ts | 1369 +++---- src/qt/locale/bitcoin_pt_BR.ts | 1464 ++++--- src/qt/locale/bitcoin_pt_PT.ts | 1736 ++------ src/qt/locale/bitcoin_ro.ts | 654 +++- src/qt/locale/bitcoin_ro_RO.ts | 1450 +------ src/qt/locale/bitcoin_ru.ts | 1340 ++++--- src/qt/locale/bitcoin_ru_RU.ts | 112 +- src/qt/locale/bitcoin_sk.ts | 1254 +++--- src/qt/locale/bitcoin_sl_SI.ts | 1482 +------ src/qt/locale/bitcoin_sq.ts | 130 +- src/qt/locale/bitcoin_sr.ts | 482 +-- src/qt/locale/bitcoin_sr@latin.ts | 453 +++ src/qt/locale/bitcoin_sv.ts | 1554 ++------ src/qt/locale/bitcoin_ta.ts | 362 +- src/qt/locale/bitcoin_th_TH.ts | 848 ++-- src/qt/locale/bitcoin_tr.ts | 1816 +++++---- src/qt/locale/bitcoin_tr_TR.ts | 128 +- src/qt/locale/bitcoin_uk.ts | 1514 +------ src/qt/locale/bitcoin_ur_PK.ts | 164 +- src/qt/locale/bitcoin_uz@Cyrl.ts | 1008 +---- src/qt/locale/bitcoin_vi.ts | 86 +- src/qt/locale/bitcoin_vi_VN.ts | 766 ++-- src/qt/locale/bitcoin_zh.ts | 40 +- src/qt/locale/bitcoin_zh_CN.ts | 1325 ++++--- src/qt/locale/bitcoin_zh_HK.ts | 669 ++++ src/qt/locale/bitcoin_zh_TW.ts | 1288 +++--- 89 files changed, 29842 insertions(+), 48540 deletions(-) delete mode 100644 src/qt/locale/bitcoin_bs.ts delete mode 100644 src/qt/locale/bitcoin_cs_CZ.ts create mode 100644 src/qt/locale/bitcoin_et_EE.ts rename src/qt/locale/{bitcoin_uz@Latn.ts => bitcoin_it_IT.ts} (53%) create mode 100644 src/qt/locale/bitcoin_ku_IQ.ts create mode 100644 src/qt/locale/bitcoin_ne.ts create mode 100644 src/qt/locale/bitcoin_sr@latin.ts create mode 100644 src/qt/locale/bitcoin_zh_HK.ts diff --git a/src/Makefile.qt.include b/src/Makefile.qt.include index 0499e9f1e..ec7e12b50 100644 --- a/src/Makefile.qt.include +++ b/src/Makefile.qt.include @@ -13,11 +13,9 @@ QT_TS = \ qt/locale/bitcoin_be_BY.ts \ qt/locale/bitcoin_bg_BG.ts \ qt/locale/bitcoin_bg.ts \ - qt/locale/bitcoin_bs.ts \ qt/locale/bitcoin_ca_ES.ts \ qt/locale/bitcoin_ca.ts \ qt/locale/bitcoin_ca@valencia.ts \ - qt/locale/bitcoin_cs_CZ.ts \ qt/locale/bitcoin_cs.ts \ qt/locale/bitcoin_cy.ts \ qt/locale/bitcoin_da.ts \ @@ -36,6 +34,7 @@ QT_TS = \ qt/locale/bitcoin_es.ts \ qt/locale/bitcoin_es_UY.ts \ qt/locale/bitcoin_es_VE.ts \ + qt/locale/bitcoin_et_EE.ts \ qt/locale/bitcoin_et.ts \ qt/locale/bitcoin_eu_ES.ts \ qt/locale/bitcoin_fa_IR.ts \ @@ -50,11 +49,13 @@ QT_TS = \ qt/locale/bitcoin_hr.ts \ qt/locale/bitcoin_hu.ts \ qt/locale/bitcoin_id_ID.ts \ + qt/locale/bitcoin_it_IT.ts \ qt/locale/bitcoin_it.ts \ qt/locale/bitcoin_ja.ts \ qt/locale/bitcoin_ka.ts \ qt/locale/bitcoin_kk_KZ.ts \ qt/locale/bitcoin_ko_KR.ts \ + qt/locale/bitcoin_ku_IQ.ts \ qt/locale/bitcoin_ky.ts \ qt/locale/bitcoin_la.ts \ qt/locale/bitcoin_lt.ts \ @@ -63,6 +64,7 @@ QT_TS = \ qt/locale/bitcoin_mn.ts \ qt/locale/bitcoin_ms_MY.ts \ qt/locale/bitcoin_nb.ts \ + qt/locale/bitcoin_ne.ts \ qt/locale/bitcoin_nl.ts \ qt/locale/bitcoin_pam.ts \ qt/locale/bitcoin_pl.ts \ @@ -75,6 +77,7 @@ QT_TS = \ qt/locale/bitcoin_sk.ts \ qt/locale/bitcoin_sl_SI.ts \ qt/locale/bitcoin_sq.ts \ + qt/locale/bitcoin_sr@latin.ts \ qt/locale/bitcoin_sr.ts \ qt/locale/bitcoin_sv.ts \ qt/locale/bitcoin_ta.ts \ @@ -84,10 +87,10 @@ QT_TS = \ qt/locale/bitcoin_uk.ts \ qt/locale/bitcoin_ur_PK.ts \ qt/locale/bitcoin_uz@Cyrl.ts \ - qt/locale/bitcoin_uz@Latn.ts \ qt/locale/bitcoin_vi.ts \ qt/locale/bitcoin_vi_VN.ts \ qt/locale/bitcoin_zh_CN.ts \ + qt/locale/bitcoin_zh_HK.ts \ qt/locale/bitcoin_zh.ts \ qt/locale/bitcoin_zh_TW.ts diff --git a/src/qt/locale/bitcoin_af.ts b/src/qt/locale/bitcoin_af.ts index 9f39ea0fb..3894d2e1f 100644 --- a/src/qt/locale/bitcoin_af.ts +++ b/src/qt/locale/bitcoin_af.ts @@ -22,8 +22,8 @@ &Dupliseer - &Copy Address - &Dupliseer Adres + C&lose + S&luit Delete the currently selected address from the list @@ -49,6 +49,10 @@ Choose the address to receive coins with Kies die adres wat die munte moet ontvang + + C&hoose + K&ies + Sending addresses Stuurders adresse @@ -65,6 +69,14 @@ These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. Hierdie is die adresse waar u Blackcoins sal ontvang. Ons beveel aan dat u 'n nuwe adres kies vir elke transaksie + + &Copy Address + &Dupliseer Adres + + + Copy &Label + Kopieer &Etiket + &Edit &Verander @@ -88,6 +100,10 @@ AddressTableModel + + Label + Merk + Address Adres @@ -115,6 +131,10 @@ Repeat new passphrase Herhaal nuwe wagwoord + + 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>. + Tik die nuwe wagwoord vir u beursie.<br/>Gerbuik asseblief 'n wagwoord met <b>tien of meer lukrake karakters</b>, of <b>agt of meer woorde</b>. + Encrypt wallet Kodifiseer beursie @@ -139,6 +159,10 @@ Change passphrase Verander wagwoord + + Enter the old passphrase and new passphrase to the wallet. + Tik die ou en die nuwe wagwoorde vir die beursie. + Confirm wallet encryption Bevestig dat die beursie gekodifiseer is @@ -151,29 +175,13 @@ Are you sure you wish to encrypt your wallet? Is u seker dat u die beursie wil kodifiseer? - - Bitcoin Core will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - Blackcoin More gaan nou toemaak om die kodifikasie af te handel. Onthou dat die kodifikasie van u beursie nie altyd u munte kan beskerm teen diefstal deur kwaadwillige sagteware op u rekenaar nie. - - - 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. - BELANGRIK: Alle vorige kopieë en rugsteun-weergawes wat u tevore van die gemaak het, moet vervang word met die jongste weergawe van u nuutste gekodifiseerde beursie. Alle vorige weergawes en rugsteun-kopieë van u beursie sal nutteloos raak die oomblik wat u die nuut-gekodifiseerde beursie begin gebruik. - - - Warning: The Caps Lock key is on! - WAARSKUWING: Outomatiese Kapitalisering is aktief op u sleutelbord! - Wallet encrypted Beursie gekodifiseer - 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>. - Tik die nuwe wagwoord vir u beursie.<br/>Gerbuik asseblief 'n wagwoord met <b>tien of meer lukrake karakters</b>, of <b>agt of meer woorde</b>. - - - Enter the old passphrase and new passphrase to the wallet. - Tik die ou en die nuwe wagwoorde vir die beursie. + 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. + BELANGRIK: Alle vorige kopieë en rugsteun-weergawes wat u tevore van die gemaak het, moet vervang word met die jongste weergawe van u nuutste gekodifiseerde beursie. Alle vorige weergawes en rugsteun-kopieë van u beursie sal nutteloos raak die oomblik wat u die nuut-gekodifiseerde beursie begin gebruik. Wallet encryption failed @@ -195,9 +203,25 @@ The passphrase entered for the wallet decryption was incorrect. U het die verkeerde wagwoord ingetik. - + + Wallet decryption failed + Beursie-dekripsie het misluk + + + Wallet passphrase was successfully changed. + Beursie wagwoordfrase is suksesvol verander. + + + Warning: The Caps Lock key is on! + WAARSKUWING: Outomatiese Kapitalisering is aktief op u sleutelbord! + + BanTableModel + + IP/Netmask + IP/Netmasker + Banned Until Verban tot @@ -205,6 +229,10 @@ BitcoinGUI + + Sign &message... + Teken &boodskap... + Synchronizing with network... Netwerk-sinkronisasie... @@ -225,14 +253,42 @@ &Transactions &Transaksies + + Browse transaction history + Blaai deur transaksiegeskiedenis + + + E&xit + &Sluit + Quit application Stop en verlaat die applikasie + + &About %1 + &Oor %1 + + + Show information about %1 + Wys inligting oor %1 + + + About &Qt + Oor &Qt + + + Show information about Qt + Wys inligting oor Qt + &Options... &Opsies + + Modify configuration options for %1 + Verander konfigurasie-opsies vir %1 + &Encrypt Wallet... &Kodifiseer Beursie @@ -258,12 +314,16 @@ Oop & URI... - Bitcoin Core client - Blackcoin More klient + Click to disable network activity. + Kliek om netwerkaktiwiteit af te skakel. - Importing blocks from disk... - Besig om blokke vanaf die hardeskyf in te voer... + Network activity disabled. + Netwerkaktiwiteit gedeaktiveer. + + + Click to enable network activity again. + Kliek om netwerkaktiwiteit weer aan te skakel. Reindexing blocks on disk... @@ -281,6 +341,14 @@ Change the passphrase used for wallet encryption Verander die wagwoord wat ek vir kodifikasie van my beursie gebruik + + &Debug window + &Ontfout venster + + + Open debugging and diagnostic console + Maak ontfouting en diagnostiese konsole oop + Bitcoin Blackcoin @@ -298,8 +366,8 @@ &Ontvang - Show information about Bitcoin Core - Vertoon inligting oor Blackcoin More + &Show / Hide + &Wys / Versteek Show or hide the main Window @@ -317,26 +385,22 @@ Verify messages to ensure they were signed with specified Bitcoin addresses Verifieër boodskappe om seker te maak dat dit met die gespesifiseerde Blackcoin adresse + + &File + &Leër + &Help &Help - Bitcoin Core - Blackcoin More + Tabs toolbar + Orebalk Request payments (generates QR codes and bitcoin: URIs) Versoek betalings (genereer QR-kodes en blackcoin: URI's) - - &About Bitcoin Core - &Omtrent Blackcoin More - - - Modify configuration options for Bitcoin Core - Verander konfigurasie-opsies vir Blackcoin More - Show the list of used sending addresses and labels Vertoon die lys van gebruikte versendingsadresse en etikette @@ -349,12 +413,105 @@ Open a bitcoin: URI or payment request Skep 'n blackcoin: URI of betalingsversoek - - - ClientModel + + Indexing blocks on disk... + Blokke op skyf word geïndekseer... + + + Processing blocks on disk... + Blokke op skyf word geprosesseer... + + + %1 behind + %1 agter + + + Last received block was generated %1 ago. + Laaste ontvange blok is %1 gelede gegenereer. + + + Transactions after this will not yet be visible. + Transaksies hierna sal nog nie sigbaar wees nie. + + + Error + Fout + + + Warning + Waarskuwing + + + Information + Inligting + + + Up to date + Op datum + + + Catching up... + Word op datum gebring... + + + Date: %1 + + Datum: %1 + + + + Address: %1 + + Adres: %1 + + + + Sent transaction + Gestuurde transaksie + + + Incoming transaction + Inkomende transaksie + CoinControlDialog + + Bytes: + Grepe: + + + Fee: + Fooi: + + + Dust: + Stof: + + + After Fee: + Na Fooi: + + + (un)select all + (de)selekteer alle + + + List mode + Lysmodus + + + Date + Datum + + + Confirmations + Bevestigings + + + Confirmed + Bevestig + (no label) (geen etiket) @@ -362,26 +519,61 @@ EditAddressDialog + + Edit Address + Wysig Adres + FreespaceChecker + + name + naam + HelpMessageDialog - Bitcoin Core - Blackcoin More + version + weergawe - Reset all settings changes made over the GUI - Herstel al my veranderinge aan die stellings terug na die verstek-opsies + About %1 + Ongeveer %1 + + + UI Options: + Gebruikerkoppelvlakopsies: + + + Start minimized + Begin geminimeer + + + Reset all settings changed in the GUI + Alle instellings wat in die grafiese gebruikerkoppelvlak gewysig is, terugstel Intro - Bitcoin Core - Blackcoin More + Welcome + Welkom + + + Welcome to %1. + Welkom by %1. + + + Error + Fout + + + + ModalOverlay + + Hide + Versteek @@ -389,24 +581,203 @@ OptionsDialog + + Options + Opsies + + + MB + MG + + + Accept connections from outside + Verbindings van buite toelaat + + + Allow incoming connections + Inkomende verbindings toelaat + + + Reset all client options to default. + Alle kliëntopsies na verstek terugstel. + + + Expert + Kenner + + + IPv6 + IPv6 + + + Tor + Tor + + + default + verstek + + + none + geen + + + Confirm options reset + Bevestig terugstel van opsies + + + Client restart required to activate changes. + Kliënt moet herbegin word om veranderinge te aktiveer. + OverviewPage + + Available: + Beskikbaar: + + + Pending: + Hangend: + + + Immature: + Onvolwasse: + + + Balances + Balanse + + + Total: + Totaal: + + + Your current total balance + U huidige totale balans + + + Spendable: + Besteebaar: + + + Recent transactions + Onlangse transaksies + PaymentServer PeerTableModel + + User Agent + Gebruikeragent + QObject + + %1 d + %1 d + + + %1 h + %1 u + + + %1 m + %1 m + + + %1 s + %1 s + + + None + Geen + + + N/A + n.v.t. + + + %1 ms + %1 ms + + + %1 and %2 + %1 en %2 + + + + QObject::QObject QRImageWidget RPCConsole + + N/A + n.v.t. + + + Client version + Kliëntweergawe + + + General + Algemeen + + + Network + Netwerk + + + Name + Naam + + + Number of connections + Aantal verbindings + + + Block chain + Blokketting + + + Current number of blocks + Huidige aantal blokke + + + Received + Ontvang + + + Sent + Gestuur + + + Banned peers + Verbanne porture + + + Whitelisted + Gewitlys + + + Direction + Rigting + + + Version + Weergawe + + + User Agent + Gebruikeragent + ReceiveCoinsDialog @@ -417,9 +788,21 @@ Address Adres + + Label + Merk + RecentRequestsTableModel + + Date + Datum + + + Label + Merk + (no label) (geen etiket) @@ -427,14 +810,57 @@ SendCoinsDialog + + Bytes: + Grepe: + + + Fee: + Fooi: + + + After Fee: + Na Fooi: + + + Transaction Fee: + Transaksiefooi: + + + Choose... + Kies... + + + per kilobyte + per kilogreep + + + Hide + Versteek + + + total at least + totaal ten minste + + + Dust: + Stof: + + + Balance: + Balans: + (no label) (geen etiket) - + SendCoinsEntry + + SendConfirmationDialog + ShutdownWindow @@ -443,37 +869,61 @@ SplashScreen - - Bitcoin Core - Blackcoin More - TrafficGraphWidget TransactionDesc + + Date + Datum + TransactionDescDialog TransactionTableModel + + Date + Datum + + + Label + Merk + + + (no label) + (geen etiket) + TransactionView - - Exporting Failed - Uitvoer was onsuksesvol - Comma separated file (*.csv) Comma separated file (*.csv) + + Confirmed + Bevestig + + + Date + Datum + + + Label + Merk + Address Adres + + Exporting Failed + Uitvoer was onsuksesvol + UnitDisplayStatusBarControl @@ -498,12 +948,44 @@ bitcoin-core - WARNING: check your network connection, %d blocks received in the last %d hours (%d expected) - WAARSKUWING: toets die status van u netwerk, %d blokke ontvang in die laaste %d ure (%d verwag) + Bitcoin Core + Blackcoin More + + + Information + Inligting + + + Warning + Waarskuwing Do not keep transactions in the mempool longer than <n> hours (default: %u) Moenie transaksies vir langer as <n> ure in die geheuepoel hou nie (verstek: %u) - + + Insufficient funds + Onvoldoende fondse + + + Loading block index... + Blokindeks word gelaai... + + + Loading wallet... + Beursie word gelaai... + + + Rescanning... + Word herskandeer... + + + Done loading + Klaar met laai + + + Error + Fout + + \ No newline at end of file diff --git a/src/qt/locale/bitcoin_af_ZA.ts b/src/qt/locale/bitcoin_af_ZA.ts index a99a1b779..533e2285e 100644 --- a/src/qt/locale/bitcoin_af_ZA.ts +++ b/src/qt/locale/bitcoin_af_ZA.ts @@ -5,14 +5,74 @@ Create a new address Skep 'n nuwe adres + + &New + &Nuwe + Copy the currently selected address to the system clipboard Maak 'n kopie van die huidige adres na die stelsel klipbord + + &Copy + &Kopie + + + Delete the currently selected address from the list + Verwyder die huidiglik gekieste address van die lys + + + Export the data in the current tab to a file + Voer inligting uit van die huidige blad na n lêer + + + &Export + &Uitvoer + &Delete &Verwyder + + Choose the address to send coins to + Kies die address na wie die muntstukke gestuur moet word + + + C&hoose + K&ies + + + Sending addresses + Stuur adresse + + + Receiving addresses + Ontvang adresse + + + &Copy Address + &Kopie adres + + + Copy &Label + Kopie &Etiket + + + &Edit + &Wysig + + + Export Address List + Voer adres lys uit + + + Comma separated file (*.csv) + Koma geskeide lêers (*.csv) + + + Exporting Failed + Uitvoering Misluk + AddressTableModel @@ -71,6 +131,10 @@ Change passphrase Verander wagfrase + + Enter the old passphrase and new passphrase to the wallet. + Tik in die ou wagfrase en die nuwe wagfrase vir die beursie. + Confirm wallet encryption Bevestig beursie enkripsie. @@ -79,10 +143,6 @@ Wallet encrypted Die beursie is nou bewaak - - Enter the old passphrase and new passphrase to the wallet. - Tik in die ou wagfrase en die nuwe wagfrase vir die beursie. - Wallet encryption failed Die beursie kon nie bewaak word nie @@ -111,7 +171,7 @@ Wallet passphrase was successfully changed. Die beursie se wagfrase verandering was suksesvol. - + BanTableModel @@ -194,9 +254,6 @@ Informasie - - ClientModel - CoinControlDialog @@ -272,6 +329,13 @@ Fout + + ModalOverlay + + Form + Vorm + + OpenURIDialog @@ -306,6 +370,9 @@ Bedrag + + QObject::QObject + QRImageWidget @@ -364,10 +431,6 @@ Message Boodskap - - Amount - Bedrag - (no label) (geen etiket) @@ -407,11 +470,19 @@ Copy amount Kopieer bedrag + + %1 to %2 + %1 tot %2 + + + or + of + (no label) (geen etiket) - + SendCoinsEntry @@ -423,6 +494,9 @@ Boodskap: + + SendConfirmationDialog + ShutdownWindow @@ -457,6 +531,10 @@ From Van + + unknown + onbekend + To Na @@ -513,10 +591,6 @@ false onwaar - - unknown - onbekend - TransactionDescDialog @@ -559,6 +633,10 @@ (n/a) (n.v.t) + + (no label) + (geen etiket) + Date and time that the transaction was received. Datum en tyd wat die transaksie ontvang was. @@ -630,6 +708,10 @@ Copy amount Kopieer bedrag + + Comma separated file (*.csv) + Koma geskeide lêers (*.csv) + Date Datum @@ -650,6 +732,10 @@ ID ID + + Exporting Failed + Uitvoering Misluk + Range: Reeks: @@ -674,6 +760,14 @@ WalletView + + &Export + &Uitvoer + + + Export the data in the current tab to a file + Voer inligting uit van die huidige blad na n lêer + bitcoin-core @@ -689,10 +783,6 @@ Information Informasie - - This help message - Hierdie help boodskap - Loading addresses... Laai adresse... diff --git a/src/qt/locale/bitcoin_ar.ts b/src/qt/locale/bitcoin_ar.ts index 0ac2a60a0..952974d57 100644 --- a/src/qt/locale/bitcoin_ar.ts +++ b/src/qt/locale/bitcoin_ar.ts @@ -23,11 +23,7 @@ C&lose - &اغلاق - - - &Copy Address - انسخ العنوان + ا&غلاق Delete the currently selected address from the list @@ -73,6 +69,10 @@ These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. هذه هي عناوين Blackcoin التابعة لك من أجل إستقبال الدفعات. ينصح استخدام عنوان جديد من أجل كل صفقة + + &Copy Address + انسخ العنوان + Copy &Label نسخ &الوصف @@ -131,6 +131,10 @@ 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>. + أدخل عبارة مرور جديدة إلى المحفظة. الرجاء استخدام عبارة مرور تتكون من10 حروف عشوائية على الاقل, أو أكثر من 7 كلمات + Encrypt wallet تشفير المحفظة @@ -155,6 +159,10 @@ Change passphrase تغيير كلمة المرور + + Enter the old passphrase and new passphrase to the wallet. + أدخل كلمة المرور القديمة والجديدة للمحفظة. + Confirm wallet encryption تأكيد تشفير المحفظة @@ -167,29 +175,13 @@ Are you sure you wish to encrypt your wallet? هل أنت متأكد من رغبتك في تشفير محفظتك ؟ - - Bitcoin Core will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - بتكوين سوف يغلق الآن لإنهاء عملية التشفير. تذكر أن التشفير لا يستطيع حماية محفظتك تمامًا من السرقة من خلال البرمجيات الخبيثة التي تصيب جهازك - - - 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. - هام: أي نسخة إحتياطية سابقة قمت بها لمحفظتك يجب استبدالها بأخرى حديثة، مشفرة. لأسباب أمنية، النسخ الاحتياطية السابقة لملفات المحفظة الغير مشفرة تصبح عديمة الفائدة مع بداية استخدام المحفظة المشفرة الجديدة. - - - Warning: The Caps Lock key is on! - تحذير: مفتاح الحروف الكبيرة مفعل - Wallet encrypted محفظة مشفرة - 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>. - أدخل عبارة مرور جديدة إلى المحفظة. الرجاء استخدام عبارة مرور تتكون من10 حروف عشوائية على الاقل, أو أكثر من 7 كلمات - - - Enter the old passphrase and new passphrase to the wallet. - أدخل كلمة المرور القديمة والجديدة للمحفظة. + 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 @@ -219,10 +211,22 @@ Wallet passphrase was successfully changed. لقد تم تغير عبارة مرور المحفظة بنجاح + + Warning: The Caps Lock key is on! + تحذير: مفتاح الحروف الكبيرة مفعل + BanTableModel - + + IP/Netmask + عنوان البروتوكول/قناع + + + Banned Until + محظور حتى + + BitcoinGUI @@ -261,9 +265,17 @@ Quit application الخروج من التطبيق + + &About %1 + حوالي %1 + + + Show information about %1 + أظهر المعلومات حولة %1 + About &Qt - عن + عن &Qt Show information about Qt @@ -273,6 +285,10 @@ &Options... &خيارات ... + + Modify configuration options for %1 + تغيير خيارات الإعداد لأساس ل%1 + &Encrypt Wallet... &تشفير المحفظة @@ -297,14 +313,6 @@ Open &URI... افتح &URI... - - Bitcoin Core client - عميل Blackcoin More - - - Importing blocks from disk... - استيراد كتل من القرص ... - Reindexing blocks on disk... إعادة الفهرسة الكتل على القرص ... @@ -349,10 +357,6 @@ &Receive &استقبل - - Show information about Bitcoin Core - اظهار معلومات حول Blackcoin More - &Show / Hide &عرض / اخفاء @@ -390,16 +394,8 @@ شريط أدوات علامات التبويب - Bitcoin Core - Blackcoin More - - - &About Bitcoin Core - حول Blackcoin More - - - Modify configuration options for Bitcoin Core - تغيير خيارات الإعداد لأساس Blackcoin More + Request payments (generates QR codes and bitcoin: URIs) + أطلب دفعات (يولد كودات الرمز المربع وبيت كوين: العناوين المعطاة) Show the list of used sending addresses and labels @@ -414,8 +410,28 @@ فتح URI : Blackcoin أو طلب دفع - %1 and %2 - %1 و %2 + &Command-line options + &خيارات سطر الأوامر + + + Indexing blocks on disk... + ترتيب الفهرسة الكتل على القرص... + + + Processing blocks on disk... + معالجة الكتل على القرص... + + + %1 behind + خلف %1 + + + Last received block was generated %1 ago. + تم توليد الكتلة المستقبلة الأخيرة منذ %1. + + + Transactions after this will not yet be visible. + المعاملات بعد ذلك لن تكون مريئة بعد. Error @@ -433,10 +449,50 @@ Up to date محدث + + Show the %1 help message to get a list with possible Bitcoin command-line options + بين اشارة المساعدة %1 للحصول على قائمة من خيارات اوامر البت كوين المحتملة + + + %1 client + الزبون %1 + Catching up... اللحاق بالركب ... + + Date: %1 + + التاريخ %1 + + + + + + Amount: %1 + + الكمية %1 + + + + Type: %1 + + نوع %1 + + + + Label: %1 + + علامه: %1 + + + + Address: %1 + + عنوان %1 + + Sent transaction المعاملات المرسلة @@ -453,32 +509,33 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> المحفظة <b>مشفرة</b> و <b>مقفلة</b> حاليا - - - ClientModel - - Network Alert - تنبيه من الشبكة - - + CoinControlDialog + + Coin Selection + اختيار العمله + Quantity: الكمية : + + Bytes: + بايت + Amount: القيمة : - - Priority: - افضلية : - Fee: رسوم : + + Dust: + غبار: + After Fee: بعد الرسوم : @@ -487,26 +544,42 @@ Change: تعديل : + + (un)select all + عدم اختيار الجميع + + + Tree mode + صيغة الشجرة + + + List mode + صيغة القائمة + Amount - المبلغ + مبلغ + + + Received with label + مستقبل مع ملصق + + + Received with address + مستقبل مع عنوان Date - التاريخ + تاريخ Confirmations - تأكيد + تأكيدات Confirmed تأكيد - - Priority - أفضلية - Copy address انسخ عنوان @@ -535,46 +608,10 @@ Copy after fee نسخ بعد الرسوم - - Copy priority - نسخ الافضلية - Copy change نسخ التعديل - - highest - الاعلى - - - higher - اعلى - - - high - عالي - - - medium-high - متوسط-مرتفع - - - low - منخفض - - - lower - أدنى - - - lowest - الأدنى - - - none - لا شيء - yes نعم @@ -602,6 +639,14 @@ &Label &وصف + + The label associated with this address list entry + الملصق المرتبط بقائمة العناوين المدخلة + + + The address associated with this address list entry. This can only be modified for sending addresses. + العنوان المرتبط بقائمة العناوين المدخلة. و التي يمكن تعديلها فقط بواسطة ارسال العناوين + &Address &العنوان @@ -622,6 +667,10 @@ Edit sending address تعديل عنوان الارسال + + The entered address "%1" is not a valid Bitcoin address. + العنوان المدخل "%1" ليس عنوان بيت كوين صحيح. + The entered address "%1" is already in the address book. هدا العنوان "%1" موجود مسبقا في دفتر العناوين @@ -645,6 +694,14 @@ 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. لا يمكن انشاء دليل بيانات هنا . @@ -652,29 +709,69 @@ HelpMessageDialog - - Bitcoin Core - جوهر البيت كوين - version النسخة - About Bitcoin Core - عن جوهر البيت كوين + About %1 + حوالي %1 + + + Command-line options + خيارات سطر الأوامر Usage: المستخدم - + + command-line options + خيارات سطر الأوامر + + + UI Options: + خيارات واجهة المستخدم + + + Choose data directory on startup (default: %u) + اختر دليل البيانات عند بدء التشغير (افتراضي: %u) + + + Set language, for example "de_DE" (default: system locale) + أضع لغة, على سبيل المثال " de_DE " (افتراضي:- مكان النظام) + + + Start minimized + الدخول مصغر + + + Set SSL root certificates for payment request (default: -system-) + أضع شهادة بروتوكول الشبقة الأمنية لطلب المدفوع (افتراضي: -نظام-) + + + Show splash screen on startup (default: %u) + أظهر شاشة البداية عند بدء التشغيل (افتراضي: %u) + + + Reset all settings changed in the GUI + اعد تعديل جميع النظم المتغيرة في GUI + + Intro Welcome أهلا + + Welcome to %1. + اهلا بكم في %1 + + + As this is the first time the program is launched, you can choose where %1 will store its data. + بما انه هذه اول مرة لانطلاق هذا البرنامج, فيمكنك ان تختار اين سيخزن %1 بياناته + Use the default data directory استخدام دليل البانات الافتراضي @@ -684,16 +781,35 @@ استخدام دليل بيانات مخصص: - Bitcoin Core - جوهر البيت كوين + Error: Specified data directory "%1" cannot be created. + خطأ: لا يمكن تكوين دليل بيانات مخصص ل %1 Error خطأ + + ModalOverlay + + Form + نمودج + + + Hide + إخفاء + + OpenURIDialog + + Open URI + افتح URL + + + Open payment request from URI or file + حدد طلب الدفع من ملف او URI + Select payment request file حدد ملف طلب الدفع @@ -753,10 +869,18 @@ Port of the proxy (e.g. 9050) منفذ البروكسي (مثلا 9050) + + Used for reaching peers via: + مستخدم للاتصال بالاصدقاء من خلال: + &Window نافذه + + Hide tray icon + اخفاء لوحة الايقون + &Display &عرض @@ -831,7 +955,7 @@ QObject Amount - المبلغ + مبلغ %1 h @@ -845,6 +969,13 @@ N/A غير معروف + + %1 and %2 + %1 و %2 + + + + QObject::QObject QRImageWidget @@ -867,10 +998,6 @@ RPCConsole - - Client name - اسم العميل - N/A غير معروف @@ -915,6 +1042,10 @@ Sent تم الإرسال + + &Peers + &اصدقاء + Direction جهة @@ -956,8 +1087,20 @@ خارج: - Build date - وقت البناء + 1 &hour + 1 &ساعة + + + 1 &day + 1 & يوم + + + 1 &week + 1 & اسبوع + + + 1 &year + 1 & سنة Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -979,6 +1122,18 @@ %1 GB %1 قيقا بايت + + never + ابدا + + + Inbound + داخل + + + Outbound + خارجي + Yes نعم @@ -1071,7 +1226,7 @@ Amount - المبلغ + مبلغ Label @@ -1086,7 +1241,7 @@ RecentRequestsTableModel Date - التاريخ + تاريخ Label @@ -1096,10 +1251,6 @@ Message رسالة - - Amount - المبلغ - (no label) (لا وصف) @@ -1128,12 +1279,12 @@ الكمية : - Amount: - القيمة : + Bytes: + بايت - Priority: - افضلية : + Amount: + القيمة : Fee: @@ -1151,6 +1302,18 @@ Transaction Fee: رسوم المعاملة: + + Hide + إخفاء + + + normal + طبيعي + + + fast + سريع + Send to multiple recipients at once إرسال إلى عدة مستلمين في وقت واحد @@ -1163,6 +1326,10 @@ Clear all fields of the form. مسح كل حقول النموذج المطلوبة + + Dust: + غبار: + Clear &All مسح الكل @@ -1179,14 +1346,6 @@ S&end &ارسال - - Confirm send coins - تأكيد الإرسال Coins - - - %1 to %2 - %1 الى %2 - Copy quantity نسخ الكمية @@ -1203,18 +1362,22 @@ Copy after fee نسخ بعد الرسوم - - Copy priority - نسخ الافضلية - Copy change نسخ التعديل + + %1 to %2 + %1 الى %2 + or أو + + Confirm send coins + تأكيد الإرسال Coins + The amount to pay must be larger than 0. المبلغ المدفوع يجب ان يكون اكبر من 0 @@ -1231,7 +1394,7 @@ (no label) (لا وصف) - + SendCoinsEntry @@ -1242,14 +1405,22 @@ Pay &To: ادفع &الى : - - Enter a label for this address to add it to your address book - إدخال تسمية لهذا العنوان لإضافته إلى دفتر العناوين الخاص بك - &Label: &وصف : + + Choose previously used address + اختر عنوانا مستخدم سابقا + + + This is a normal payment. + هذا دفع اعتيادي + + + The Bitcoin address to send the payment to + عنوان البت كوين المرسل اليه الدفع + Alt+A Alt+A @@ -1262,6 +1433,10 @@ Alt+P Alt+P + + Remove this entry + ازل هذه المداخله + Message: الرسائل @@ -1270,7 +1445,18 @@ Pay To: ادفع &الى : - + + Enter a label for this address to add it to your address book + إدخال تسمية لهذا العنوان لإضافته إلى دفتر العناوين الخاص بك + + + + SendConfirmationDialog + + Yes + نعم + + ShutdownWindow @@ -1284,6 +1470,10 @@ &Sign Message &توقيع الرسالة + + Choose previously used address + اختر عنوانا مستخدم سابقا + Alt+A Alt+A @@ -1371,14 +1561,6 @@ SplashScreen - - Bitcoin Core - جوهر البيت كوين - - - The Bitcoin Core developers - مطوري جوهر البيت كوين - [testnet] [testnet] @@ -1393,10 +1575,6 @@ Open until %1 مفتوح حتى %1 - - conflicted - يتعارض - %1/offline %1 غير متواجد @@ -1413,9 +1591,13 @@ Status الحالة. + + , has not been successfully broadcast yet + , لم يتم حتى الآن البث بنجاح + Date - التاريخ + تاريخ Source @@ -1429,6 +1611,10 @@ From من + + unknown + غير معروف + To الى @@ -1475,7 +1661,7 @@ Amount - المبلغ + مبلغ true @@ -1485,40 +1671,40 @@ false خاطئ - - , has not been successfully broadcast yet - , لم يتم حتى الآن البث بنجاح - - - unknown - غير معروف - TransactionDescDialog - - Transaction details - تفاصيل المعاملة - This pane shows a detailed description of the transaction يبين هذا الجزء وصفا مفصلا لهده المعاملة - + TransactionTableModel Date - التاريخ + تاريخ Type النوع + + Label + وصف + Open until %1 مفتوح حتى %1 + + Offline + غير متصل + + + Conflicted + يتعارض + This block was not received by any other nodes and will probably not be accepted! لم يتم تلقى هذه الكتلة (Block) من قبل أي العقد الأخرى وربما لن تكون مقبولة! @@ -1527,18 +1713,6 @@ Generated but not accepted ولدت ولكن لم تقبل - - Offline - غير متصل - - - Label - وصف - - - Conflicted - يتعارض - Received with استقبل مع @@ -1563,6 +1737,10 @@ (n/a) غير متوفر + + (no label) + (لا وصف) + Transaction status. Hover over this field to show number of confirmations. حالة المعاملة. تحوم حول هذا الحقل لعرض عدد التأكيدات. @@ -1662,14 +1840,6 @@ Show transaction details عرض تفاصيل المعاملة - - Exporting Failed - فشل التصدير - - - Exporting Successful - نجح التصدير - Comma separated file (*.csv) ملف مفصول بفواصل (*.csv) @@ -1680,7 +1850,7 @@ Date - التاريخ + تاريخ Type @@ -1698,6 +1868,14 @@ ID العنوان + + Exporting Failed + فشل التصدير + + + Exporting Successful + نجح التصدير + Range: المدى: @@ -1742,7 +1920,7 @@ Backup Successful نجاح النسخ الاحتياطي - + bitcoin-core @@ -1754,8 +1932,12 @@ حدد مجلد المعلومات - Accept connections from outside (default: 1 if no -proxy or -connect) - قبول الاتصالات من خارج + Bitcoin Core + جوهر البيت كوين + + + The %s developers + %s المبرمجون Error: Disk space is low! @@ -1789,10 +1971,6 @@ Transaction amount too small قيمة العملية صغيره جدا - - Transaction amounts must be positive - يجب ان يكون قيمة العملية بالموجب - Transaction too large المعاملة طويلة جدا @@ -1801,22 +1979,10 @@ Warning تحذير - - This help message - رسالة المساعدة هذه - Loading addresses... تحميل العنوان - - Error loading wallet.dat: Wallet corrupted - خطأ عند تنزيل wallet.dat: المحفظة تالفة - - - Error loading wallet.dat - خطأ عند تنزيل wallet.dat - Invalid -proxy address: '%s' عنوان البروكسي غير صحيح : '%s' diff --git a/src/qt/locale/bitcoin_be_BY.ts b/src/qt/locale/bitcoin_be_BY.ts index 863f354a6..3343383ba 100644 --- a/src/qt/locale/bitcoin_be_BY.ts +++ b/src/qt/locale/bitcoin_be_BY.ts @@ -25,10 +25,6 @@ C&lose Зачыніць - - &Copy Address - Капіяваць адрас - Delete the currently selected address from the list Выдаліць абраны адрас са спісу @@ -67,11 +63,15 @@ These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - Тут знаходзяцца Blackcoin-адрасы для высылання плацяжоў. Заўсёды спраўджвайце колькасць і адрас прызначэння перад здзяйсненнем транзакцыі. + Тут знаходзяцца Блэккойн-адрасы для высылання плацяжоў. Заўсёды спраўджвайце колькасць і адрас прызначэння перад здзяйсненнем транзакцыі. These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Тут знаходзяцца Blackcoin-адрасы для прымання плацяжоў. Пажадана выкарыстоўваць новы адрас для кожнай транзакцыі. + Тут знаходзяцца Блэккойн-адрасы для прымання плацяжоў. Пажадана выкарыстоўваць новы адрас для кожнай транзакцыі. + + + &Copy Address + Капіяваць адрас Copy &Label @@ -131,6 +131,10 @@ 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> не меньш чым з дзесяці сімвалаў</b>, ці <b>больш чым з васьмі слоў</b>. + Encrypt wallet Зашыфраваць гаманец. @@ -155,6 +159,10 @@ Change passphrase Змяніць пароль + + Enter the old passphrase and new passphrase to the wallet. + Увядзіце стары пароль і новы пароль для гаманца. + Confirm wallet encryption Пацвердзіце шыфраванне гаманца @@ -167,29 +175,13 @@ Are you sure you wish to encrypt your wallet? Ці ўпэўненыя вы, што жадаеце зашыфраваць свой гаманец? - - Bitcoin Core will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - Blackcoin More зараз будзе зачынены, каб фіналізаваць працэс шыфравання. Памятайце, што шыфраванне вашага гаманца не гарантуе абсалютную абарону ад магчымасці крадзяжу біткойнаў шкоднымі праграмамі, якія могуць інфікаваць ваш камп'ютар. - - - 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. - ВАЖНА: Усе папярэднія копіі гаманца варта замяніць новым зашыфраваным файлам. У мэтах бяспекі папярэднія копіі незашыфраванага файла-гаманца стануць неўжывальнымі, калі вы станеце карыстацца новым зашыфраваным гаманцом. - - - Warning: The Caps Lock key is on! - Увага: Caps Lock уключаны! - Wallet encrypted Гаманец зашыфраваны - 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> не меньш чым з дзесяці сімвалаў</b>, ці <b>больш чым з васьмі слоў</b>. - - - Enter the old passphrase and new passphrase to the wallet. - Увядзіце стары пароль і новы пароль для гаманца. + 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 @@ -219,6 +211,10 @@ Wallet passphrase was successfully changed. Парольная фраза гаманца паспяхова зменена. + + Warning: The Caps Lock key is on! + Увага: Caps Lock уключаны! + BanTableModel @@ -297,14 +293,6 @@ Open &URI... Адчыниць &URI... - - Bitcoin Core client - Blackcoin More кліент - - - Importing blocks from disk... - Імпартуюцца блокі з дыску... - Reindexing blocks on disk... Пераіндэксацыя блокаў на дыску... @@ -335,7 +323,7 @@ Bitcoin - Blackcoin + Блэккойн Wallet @@ -349,10 +337,6 @@ &Receive Атрымаць - - Show information about Bitcoin Core - Паказаць інфармацыю аб Blackcoin More - &Show / Hide &Паказаць / Схаваць @@ -385,21 +369,9 @@ &Help Дапамога - - Bitcoin Core - Blackcoin More - Request payments (generates QR codes and bitcoin: URIs) - Запатрабаваць плацёж (генеруецца QR-код для блэккойн URI) - - - &About Bitcoin Core - Аб Blackcoin More - - - Modify configuration options for Bitcoin Core - Мадыфікаваць опцыі канфігурацыі Blackcoin More + Запатрабаваць плацёж (генеруецца QR-код для біткойн URI) Show the list of used sending addresses and labels @@ -411,48 +383,12 @@ Open a bitcoin: URI or payment request - Адкрыць блэккойн: URI ці запыт плацяжу + Адкрыць біткойн: URI ці запыт плацяжу &Command-line options Опцыі каманднага радка - - Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options - Паказваць даведку Blackcoin More каб атрымаць спіс магчымых опцый каманднага радка - - - %n active connection(s) to Bitcoin network - %n актыўнае злучэнне з сецівам Blackcoin%n актыўных злучэнняў з сецівам Blackcoin%n актыўных злучэнняў з сецівам Blackcoin%n актыўных злучэнняў з сецівам Blackcoin - - - No block source available... - Крыніца блокаў недасяжная... - - - Processed %n block(s) of transaction history. - Апрацаваны %n блок гісторыі транзакцый.Апрацавана %n блокі гісторыі транзакцый.Апрацавана %n блокаў гісторыі транзакцый.Апрацавана %n блокаў гісторыі транзакцый. - - - %n hour(s) - %n гадзіна%n гадзіны%n гадзін%n гадзін - - - %n day(s) - %n дзень%n дні%n дзён%n дзён - - - %n week(s) - %n тыдзень%n тыдні%n тыдняў%n тыдняў - - - %1 and %2 - %1 і %2 - - - %n year(s) - %n год%n гады%n гадоў%n гадоў - %1 behind %1 таму @@ -531,14 +467,7 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> Гаманец <b>зашыфраваны</b> і зараз <b>заблакаваны</b> - - - ClientModel - - Network Alert - Трывога Сеціва - - + CoinControlDialog @@ -553,10 +482,6 @@ Amount: Колькасць: - - Priority: - Прыярытэт: - Fee: Камісія: @@ -605,10 +530,6 @@ Confirmed Пацверджана - - Priority - Прыярытэт - Copy address Капіяваць адрас @@ -649,50 +570,10 @@ Copy bytes Капіяваць байты - - Copy priority - Капіяваць прыярытэт - Copy dust Капіяваць пыл - - highest - найвышэйшы - - - higher - вышэйшы - - - high - высокі - - - medium-high - вышэй сярэдняга - - - medium - сярэдні - - - low-medium - ніжэй сярэдняга - - - low - нізкі - - - lower - ніжэйшы - - - lowest - найніжэйшы - yes так @@ -701,14 +582,6 @@ no не - - This means a fee of at least %1 per kB is required. - Гэта значыць патрэбную камісію мінімум %1 на Кб. - - - Transactions with higher priority are more likely to get included into a block. - Транзакцыя большага прыярытэту больш прываблівая для ўключэння ў блок. - (no label) непазначаны @@ -774,18 +647,10 @@ HelpMessageDialog - - Bitcoin Core - Blackcoin More - (%1-bit) (%1-біт) - - About Bitcoin Core - Аб Blackcoin More - Command-line options Опцыі каманднага радка @@ -798,6 +663,10 @@ command-line options опцыі каманднага радка + + Start minimized + Стартаваць ммінімізаванай + Intro @@ -805,27 +674,18 @@ Welcome Вітаем - - Welcome to Bitcoin Core. - Вітаем у Blackcoin More. - - - Bitcoin Core - Blackcoin More - Error Памылка - - %n GB of free space available - %n Гб вольнага месца даступна%n Гб вольнага месца даступна%n Гб вольнага месца даступна%n Гб вольнага месца даступна + + + ModalOverlay + + Form + Форма - - (of %n GB needed) - (з %n Гб патрэбна)(з %n Гб патрэбна)(з %n Гб патрэбна)(з %n Гб патрэбна) - - + OpenURIDialog @@ -867,6 +727,13 @@ Amount Колькасць + + %1 and %2 + %1 і %2 + + + + QObject::QObject QRImageWidget @@ -938,10 +805,6 @@ Message Паведамленне - - Amount - Колькасць - (no label) непазначаны @@ -969,10 +832,6 @@ Amount: Колькасць: - - Priority: - Прыярытэт: - Fee: Камісія: @@ -997,10 +856,6 @@ Confirm the send action Пацвердзіць дасыланне - - Confirm send coins - Пацвердзіць дасыланне манет - Copy quantity Капіяваць колькасць @@ -1022,8 +877,12 @@ Капіяваць байты - Copy priority - Капіяваць прыярытэт + Copy dust + Капіяваць пыл + + + Confirm send coins + Пацвердзіць дасыланне манет The amount to pay must be larger than 0. @@ -1033,11 +892,7 @@ (no label) непазначаны - - Copy dust - Капіяваць пыл - - + SendCoinsEntry @@ -1048,10 +903,6 @@ Pay &To: Заплаціць да: - - Enter a label for this address to add it to your address book - Увядзіце пазнаку гэтаму адрасу, каб дадаць яго ў адрасную кнігу - &Label: Метка: @@ -1080,7 +931,14 @@ Memo: Памятка: + + Enter a label for this address to add it to your address book + Увядзіце пазнаку гэтаму адрасу, каб дадаць яго ў адрасную кнігу + + + SendConfirmationDialog + ShutdownWindow @@ -1101,14 +959,6 @@ SplashScreen - - Bitcoin Core - Blackcoin More - - - The Bitcoin Core developers - Распрацоўнікі Blackcoin More - [testnet] [testnet] @@ -1139,10 +989,18 @@ Status Статус + + , has not been successfully broadcast yet + , пакуль не было паспяхова транслявана + Date Дата + + unknown + невядома + Message Паведамленне @@ -1159,26 +1017,14 @@ Amount Колькасць - - , has not been successfully broadcast yet - , пакуль не было паспяхова транслявана - - - unknown - невядома - - + TransactionDescDialog - - Transaction details - Дэталі транзакцыі - This pane shows a detailed description of the transaction Гэтая панэль паказвае дэтальнае апісанне транзакцыі - + TransactionTableModel @@ -1189,6 +1035,10 @@ Type Тып + + Label + Метка + Confirmed (%1 confirmations) Пацверджана (%1 пацверджанняў) @@ -1201,10 +1051,6 @@ Generated but not accepted Згенеравана, але не прынята - - Label - Метка - Received with Прынята з @@ -1229,6 +1075,10 @@ (n/a) (n/a) + + (no label) + непазначаны + Transaction status. Hover over this field to show number of confirmations. Статус транзакцыі. Навядзіце курсар на гэтае поле, каб паказаць колькасць пацверджанняў. @@ -1324,10 +1174,6 @@ Edit label Рэдагаваць пазнаку - - Exporting Failed - Экспартаванне няўдалае - Comma separated file (*.csv) Коскамі падзелены файл (*.csv) @@ -1356,6 +1202,10 @@ ID ID + + Exporting Failed + Экспартаванне няўдалае + Range: Прамежак: @@ -1407,6 +1257,10 @@ Run in the background as a daemon and accept commands Запусціць у фоне як дэман і прымаць каманды + + Bitcoin Core + Blackcoin More + Do you want to rebuild the block database now? Ці жадаеце вы перабудаваць зараз базу звестак блокаў? @@ -1455,10 +1309,6 @@ Wallet options: Опцыі гаманца: - - Activating best chain... - Актывацыя лепшага ланцуга... - Information Інфармацыя @@ -1507,14 +1357,6 @@ Loading addresses... Загружаем адрасы... - - Error loading wallet.dat: Wallet corrupted - Памылка загрузкі wallet.dat: гаманец пашкоджаны - - - Error loading wallet.dat - Памылка загрузкі wallet.dat - Insufficient funds Недастаткова сродкаў diff --git a/src/qt/locale/bitcoin_bg.ts b/src/qt/locale/bitcoin_bg.ts index 927af7048..fceab3a82 100644 --- a/src/qt/locale/bitcoin_bg.ts +++ b/src/qt/locale/bitcoin_bg.ts @@ -25,10 +25,6 @@ C&lose Затвори - - &Copy Address - &Копирай адрес - Delete the currently selected address from the list Изтрий избрания адрес от списъка @@ -71,7 +67,11 @@ These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Това са Вашите Биткойн адреси,благодарение на които ще получавате плащания.Препоръчително е да използвате нови адреси за получаване на всяка транзакция. + Това са Вашите Blackcoin адреси,благодарение на които ще получавате плащания.Препоръчително е да използвате нови адреси за получаване на всяка транзакция. + + + &Copy Address + &Копирай адрес Copy &Label @@ -131,6 +131,10 @@ 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>десет или повече произволни символа</b>, или <b>осем или повече думи</b>. + Encrypt wallet Шифриране на портфейла @@ -155,6 +159,10 @@ Change passphrase Смяна на паролата + + Enter the old passphrase and new passphrase to the wallet. + Въведете старата парола и новата прола към портфейла. + Confirm wallet encryption Потвърдете на шифрирането на портфейла @@ -168,21 +176,13 @@ Наистина ли желаете да шифрирате портфейла си? - Bitcoin Core will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - Blackcoin More сега ще се затоври за да завърши процеса на криптиране. Запомнете, че криптирането на вашия портефейл не може напълно да предпази вашите монети от кражба чрез зловреден софтуер, инфектирал вашия компютър + 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. ВАЖНО: Всички стари запазвания, които сте направили на Вашият портфейл трябва да замените с запазване на новополучения, шифриран портфейл. От съображения за сигурност, предишните запазвания на нешифрирани портфейли ще станат неизползваеми веднага, щом започнете да използвате новият, шифриран портфейл. - - Warning: The Caps Lock key is on! - Внимание: Caps Lock (главни букви) е включен. - - - Wallet encrypted - Портфейлът е шифриран - Wallet encryption failed Шифрирането беше неуспешно @@ -211,9 +211,17 @@ Wallet passphrase was successfully changed. Паролата на портфейла беше променена успешно. + + Warning: The Caps Lock key is on! + Внимание: Caps Lock (главни букви) е включен. + BanTableModel + + IP/Netmask + IP/Netmask + Banned Until Със забранен достъп до @@ -257,6 +265,14 @@ Quit application Изход от приложението + + &About %1 + Относно %1 + + + Show information about %1 + Покажи информация относно %1 + About &Qt За &Qt @@ -269,6 +285,10 @@ &Options... &Опции... + + Modify configuration options for %1 + Промени настройки за %1 + &Encrypt Wallet... &Шифриране на портфейла... @@ -294,8 +314,8 @@ Отвори &URI... - Bitcoin Core client - Blackcoin More клиент + Reindexing blocks on disk... + Повторно индексиране на блоковете на диска... Send coins to a Bitcoin address @@ -337,10 +357,6 @@ &Receive &Получаване - - Show information about Bitcoin Core - Покажете информация за Blackcoin More - &Show / Hide &Показване / Скриване @@ -377,18 +393,10 @@ Tabs toolbar Раздели - - Bitcoin Core - Blackcoin More - Request payments (generates QR codes and bitcoin: URIs) Изискване на плащания(генерира QR кодове и блэккойн: URIs) - - &About Bitcoin Core - &Относно Blackcoin More - Show the list of used sending addresses and labels Показване на списъка с използвани адреси и имена @@ -399,23 +407,19 @@ Open a bitcoin: URI or payment request - Отворете блэккойн: URI или заявка за плащане + Отворете блэккойн: URI или заявка за плащане &Command-line options &Налични команди - Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options - Покажи помощните съобщения на Blackcoin More за да видиш наличните и валидни команди + Indexing blocks on disk... + Индексиране на блокове на диска... - No block source available... - Липсва източник на блоковете... - - - %1 and %2 - %1 и %2 + Processing blocks on disk... + Обработване на блокове на диска... %1 behind @@ -445,6 +449,14 @@ Up to date Синхронизиран + + Show the %1 help message to get a list with possible Bitcoin command-line options + Покажи %1 помощно съобщение за да получиш лист с възможни Blackcoin команди + + + %1 client + %1 клиент + Catching up... Зарежда блокове... @@ -495,14 +507,7 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> Портфейлът е <b>криптиран</b> и <b>заключен</b> - - - ClientModel - - Network Alert - Мрежови проблем - - + CoinControlDialog @@ -521,10 +526,6 @@ Amount: Сума: - - Priority: - Приоритет: - Fee: Такса: @@ -577,10 +578,6 @@ Confirmed Потвърдени - - Priority - Приоритет - Copy address Копирай адрес @@ -621,10 +618,6 @@ Copy bytes Копиране на байтовете - - Copy priority - Копиране на приоритет - Copy dust Копирай прахта: @@ -633,54 +626,10 @@ Copy change Копирай рестото - - highest - Най-висок - - - higher - По-висок - - - high - Висок - - - medium-high - Средно-висок - - - medium - Среден - - - low-medium - Ниско-среден - - - low - Нисък - - - lower - По-нисък - - - lowest - Най-нисък - (%1 locked) (%1 заключен) - - none - нищо - - - This label turns red if the transaction size is greater than 1000 bytes. - Този етикет става червен, когато размера на транзакцията е по-голяма от 1000 бита. - yes да @@ -689,14 +638,6 @@ no не - - This means a fee of at least %1 per kB is required. - Това означава че се изисква такса от поне %1 на килобайт. - - - Can vary +/- 1 byte per input. - Може да варира с +-1 байт - (no label) (без име) @@ -720,6 +661,14 @@ &Label &Име + + The label associated with this address list entry + Етикетът свързан с това въведение в листа с адреси + + + The address associated with this address list entry. This can only be modified for sending addresses. + Адресът свързан с това въведение в листа с адреси. Това може да бъде променено само за адреси за изпращане. + &Address &Адрес @@ -740,14 +689,14 @@ Edit sending address Редактиране на адрес за изпращане - - The entered address "%1" is already in the address book. - Вече има адрес "%1" в списъка с адреси. - The entered address "%1" is not a valid Bitcoin address. "%1" не е валиден Blackcoin адрес. + + The entered address "%1" is already in the address book. + Вече има адрес "%1" в списъка с адреси. + Could not unlock wallet. Отключването на портфейла беше неуспешно. @@ -782,10 +731,6 @@ HelpMessageDialog - - Bitcoin Core - Blackcoin More - version версия @@ -795,8 +740,8 @@ (%1-битов) - About Bitcoin Core - Относно Blackcoin More + About %1 + Относно %1 Command-line options @@ -810,7 +755,35 @@ command-line options Списък с налични команди - + + UI Options: + Опции на интерфейс: + + + Choose data directory on startup (default: %u) + Избери директория за данни при стартирване (по подразбиране: %u) + + + Set language, for example "de_DE" (default: system locale) + Избери език, примерно "de_DE" (по подразбиране: system locale) + + + Start minimized + Стартирай минимизиран + + + Set SSL root certificates for payment request (default: -system-) + Задай SSL root сертификат за молба за изплащане (по подразбиране: -system-) + + + Show splash screen on startup (default: %u) + Покажи splash екран при стартирване (по подразбиране %u) + + + Reset all settings changed in the GUI + Нулиране на всички настройки променени в GUI + + Intro @@ -818,12 +791,8 @@ Добре дошли - Welcome to Bitcoin Core. - Добре дошли в Blackcoin More. - - - As this is the first time the program is launched, you can choose where Bitcoin Core will store its data. - Тъй като това е първото стартиране на програмата можете да изберете къде Blackcoin More да запази данните си. + Welcome to %1. + Добре дошли в %1. Use the default data directory @@ -833,21 +802,40 @@ Use a custom data directory: Използване на директория ръчно - - Bitcoin Core - Blackcoin More - Error Грешка + + ModalOverlay + + Form + Формуляр + + + Last block time + Време на последния блок + + + Hide + Скрий + + OpenURIDialog Open URI Отваряне на URI + + Open payment request from URI or file + Отвори молба за изплащане от URI или файл + + + URI: + URI: + OptionsDialog @@ -899,10 +887,6 @@ &Network &Мрежа - - Automatically start Bitcoin Core after logging in to the system. - Автоматично стартиране на Blackcoin More след влизане в системата. - W&allet По&ртфейл @@ -1073,6 +1057,14 @@ PaymentServer + + Payment request error + Възникна грешка по време назаявката за плащане + + + Cannot start bitcoin: click-to-pay handler + Blackcoin не можe да се стартира: click-to-pay handler + URI handling Справяне с URI @@ -1081,6 +1073,10 @@ Invalid payment address %1 Невалиден адрес на плащане %1 + + Payment request file handling + Файл за справяне със заявки + Payment request rejected Заявката за плащане беше отхвърлена @@ -1089,22 +1085,6 @@ Payment request network doesn't match client network. Мрежата от която се извършва заявката за плащане не съвпада с мрежата на клиента. - - Requested payment amount of %1 is too small (considered dust). - Заявената сума за плащане: %1 е твърде малка (счита се за отпадък) - - - Payment request error - Възникна грешка по време назаявката за плащане - - - Cannot start bitcoin: click-to-pay handler - Blackcoin не можe да се стартира: click-to-pay handler - - - Payment request file handling - Файл за справяне със заявки - Payment request expired. Заявката за плащане е изтекла. @@ -1113,6 +1093,10 @@ Invalid payment request. Невалидна заявка за плащане. + + Requested payment amount of %1 is too small (considered dust). + Заявената сума за плащане: %1 е твърде малка (счита се за отпадък) + Refund from %1 Възстановяване на сума от %1 @@ -1129,14 +1113,14 @@ Bad response from server %1 Възникна проблем при свързването със сървър %1 - - Payment acknowledged - Плащането е прието - Network request error Грешка в мрежата по време на заявката + + Payment acknowledged + Плащането е прието + PeerTableModel @@ -1144,11 +1128,7 @@ User Agent Клиент на потребителя - - Ping Time - Време за отговор - - + QObject @@ -1187,7 +1167,14 @@ %1 ms %1 милисекунда - + + %1 and %2 + %1 и %2 + + + + QObject::QObject + QRImageWidget @@ -1209,10 +1196,6 @@ RPCConsole - - Client name - Име на клиента - N/A Несъществуващ @@ -1233,10 +1216,6 @@ General Основни - - Using OpenSSL version - Използване на OpenSSL версия - Using BerkeleyDB version Използване на база данни BerkeleyDB @@ -1341,10 +1320,6 @@ Out: Изходящи - - Build date - Дата на създаване - Debug log file Лог файл,съдържащ грешките @@ -1526,10 +1501,6 @@ Message Съобщение - - Amount - Сума - (no label) (без име) @@ -1538,11 +1509,7 @@ (no message) (без съобщение) - - (no amount) - (липсва сума) - - + SendCoinsDialog @@ -1573,10 +1540,6 @@ Amount: Сума: - - Priority: - Приоритет: - Fee: Такса: @@ -1621,10 +1584,6 @@ Custom: По избор: - - Confirmation time: - Време за потвърждение: - normal нормален @@ -1665,10 +1624,6 @@ S&end И&зпрати - - Confirm send coins - Потвърждаване - Copy quantity Копиране на количеството @@ -1690,17 +1645,29 @@ Копиране на байтовете - Copy priority - Копиране на приоритет + Copy dust + Копирай прахта: Copy change Копирай рестото + + Are you sure you want to send? + Наистина ли искате да изпратите? + + + added as transaction fee + добавено като такса за транзакция + or или + + Confirm send coins + Потвърждаване + The amount to pay must be larger than 0. Сумата трябва да е по-голяма от 0. @@ -1725,25 +1692,13 @@ Warning: Invalid Bitcoin address Внимание: Невалиден Blackcoin адрес - - (no label) - (без име) - Warning: Unknown change address Внимание:Неизвестен адрес за промяна - Copy dust - Копирай прахта: - - - Are you sure you want to send? - Наистина ли искате да изпратите? - - - added as transaction fee - добавено като такса за транзакция + (no label) + (без име) @@ -1756,10 +1711,6 @@ Pay &To: Плати &На: - - Enter a label for this address to add it to your address book - Въведете име за този адрес, за да го добавите в списъка с адреси - &Label: &Име: @@ -1800,13 +1751,20 @@ Memo: Бележка: + + Enter a label for this address to add it to your address book + Въведете име за този адрес, за да го добавите в списъка с адреси + + + + SendConfirmationDialog + + Yes + Да + ShutdownWindow - - Bitcoin Core is shutting down... - Blackcoin More се изключва... - Do not shut down the computer until this window disappears. Не изключвайте компютъра докато този прозорец не изчезне. @@ -1929,14 +1887,6 @@ SplashScreen - - Bitcoin Core - Blackcoin More - - - The Bitcoin Core developers - Разработчици на Blackcoin More - [testnet] [testnet] @@ -1955,10 +1905,6 @@ Open until %1 Подлежи на промяна до %1 - - conflicted - припокриващ се - %1/offline %1/офлайн @@ -1975,6 +1921,10 @@ Status Статус + + , has not been successfully broadcast yet + , все още не е изпратено + Date Дата @@ -1991,6 +1941,10 @@ From От + + unknown + неизвестен + To За @@ -2075,26 +2029,14 @@ false false - - , has not been successfully broadcast yet - , все още не е изпратено - - - unknown - неизвестен - TransactionDescDialog - - Transaction details - Транзакция - This pane shows a detailed description of the transaction Описание на транзакцията - + TransactionTableModel @@ -2106,33 +2048,17 @@ Тип - Immature (%1 confirmations, will be available after %2) - Неплатим (%1 потвърждения, ще бъде платим след %2) + Label + Име Open until %1 Подлежи на промяна до %1 - - Confirmed (%1 confirmations) - Потвърдени (%1 потвърждения) - - - This block was not received by any other nodes and will probably not be accepted! - Блокът не е получен от останалите участници и най-вероятно няма да бъде одобрен. - - - Generated but not accepted - Генерирана, но отхвърлена от мрежата - Offline Извън линия - - Label - Име - Unconfirmed Непотвърдено @@ -2141,10 +2067,26 @@ Confirming (%1 of %2 recommended confirmations) Потвърждаване (%1 от %2 препоръчвани потвърждения) + + 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 Получени @@ -2173,6 +2115,10 @@ (n/a) (n/a) + + (no label) + (без име) + Transaction status. Hover over this field to show number of confirmations. Състояние на транзакцията. Задръжте върху това поле за брой потвърждения. @@ -2276,22 +2222,6 @@ Export Transaction History Изнасяне историята на транзакциите - - Watch-only - само гледане - - - Exporting Failed - Грешка при изнасянето - - - Exporting Successful - Изнасянето е успешна - - - The transaction history was successfully saved to %1. - Историята с транзакциите беше успешно запазена в %1. - Comma separated file (*.csv) CSV файл (*.csv) @@ -2300,6 +2230,10 @@ Confirmed Потвърдени + + Watch-only + само гледане + Date Дата @@ -2320,6 +2254,18 @@ ID ИД + + Exporting Failed + Грешка при изнасянето + + + Exporting Successful + Изнасянето е успешна + + + The transaction history was successfully saved to %1. + Историята с транзакциите беше успешно запазена в %1. + Range: От: @@ -2372,14 +2318,14 @@ There was an error trying to save the wallet data to %1. Възникна грешка при запазването на информацията за портфейла в %1. - - The wallet data was successfully saved to %1. - Информацията за портфейла беше успешно запазена в %1. - Backup Successful Успешно запазване на портфейла + + The wallet data was successfully saved to %1. + Информацията за портфейла беше успешно запазена в %1. + bitcoin-core @@ -2400,12 +2346,8 @@ Въведете Ваш публичен адрес - Accept connections from outside (default: 1 if no -proxy or -connect) - Приемайте връзки отвън.(по подразбиране:1 в противен случай -proxy или -connect) - - - Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. - Сложете в бял списък пиъри,свързващи се от дадената интернет маска или айпи адрес.Може да бъде заложено неколкократно. + Bitcoin Core + Blackcoin More <category> can be: @@ -2447,34 +2389,14 @@ Wallet options: Настройки на портфейла: - - Set the number of threads for coin generation if enabled (-1 = all cores, default: %d) - Заложете броя на нишки за генерация на монети ако е включено(-1 = всички ядра, по подразбиране: %d) - Connect through SOCKS5 proxy Свързване чрез SOCKS5 прокси - - Copyright (C) 2009-%i The Bitcoin Core Developers - Всички права запазени (C) 2009-%i Доставчиците на Blackcoin More - Information Информация - - Invalid amount for -maxtxfee=<amount>: '%s' - Невалидна сума за -maxtxfee=<amount>: '%s' - - - Invalid amount for -minrelaytxfee=<amount>: '%s' - Невалидна сума за -minrelaytxfee=<amount>: '%s' - - - Invalid amount for -mintxfee=<amount>: '%s' - Невалидна сума за -mintxfee=<amount>: '%s' - Send trace/debug info to console instead of debug.log file Изпрати локализиращата или дебъг информацията към конзолата, вместо файлът debug.log @@ -2487,10 +2409,6 @@ Transaction amount too small Сумата на транзакцията е твърде малка - - Transaction amounts must be positive - Сумите на транзакциите трябва да са положителни - Transaction too large Транзакцията е твърде голяма @@ -2507,22 +2425,10 @@ Password for JSON-RPC connections Парола за JSON-RPC връзките - - This help message - Това помощно съобщение - Loading addresses... Зареждане на адреси... - - Error loading wallet.dat: Wallet corrupted - Грешка при зареждане на wallet.dat: портфейлът е повреден - - - Error loading wallet.dat - Грешка при зареждане на wallet.dat - Invalid -proxy address: '%s' Невалиден -proxy address: '%s' @@ -2539,10 +2445,6 @@ Specify pid file (default: %s) Задайте pid файл(по подразбиране: %s) - - Invalid amount for -paytxfee=<amount>: '%s' - Невалидна сума за -paytxfee=<amount>: '%s' - Insufficient funds Недостатъчно средства diff --git a/src/qt/locale/bitcoin_bg_BG.ts b/src/qt/locale/bitcoin_bg_BG.ts index 8b2bc6d8d..38c49ea57 100644 --- a/src/qt/locale/bitcoin_bg_BG.ts +++ b/src/qt/locale/bitcoin_bg_BG.ts @@ -13,6 +13,10 @@ &New Нов + + Copy the currently selected address to the system clipboard + Копирай текущо избрания адрес към клипборда + &Copy Копирай @@ -21,32 +25,249 @@ C&lose Затвори - + + Delete the currently selected address from the list + Изтрий текущо избрания адрес от листа + + + Export the data in the current tab to a file + Изнеси данните в избрания раздел към файл + + + &Export + Изнеси + + + &Delete + Изтрий + + + Choose the address to send coins to + Избери адреса на който да пратиш монети + + + Choose the address to receive coins with + Избери адреса на който да получиш монети + + + C&hoose + Избери + + + Sending addresses + Адрес за пращане + + + Receiving addresses + Адрес за получаване + + + These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. + Тези са вашите Blackcoin адреси за изпращане на монети. Винаги проверявайте количеството и получаващия адрес преди изпращане. + + + These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + Това са вашите Blackcoin адреси за получаване на монети. Препоръчително е да ползвате нов адрес на всяка транзакция. + + + &Copy Address + Копирай адрес + + + Copy &Label + Копирай етикет + + + &Edit + Редактирай + + + Export Address List + Изнеси лист с адреси + + + Comma separated file (*.csv) + Comma separated file (*.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 + Повтори парола + + + 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 + Потвърди криптирането на порфейла + BanTableModel - + + IP/Netmask + IP/Мрежова маска + + + Banned Until + Блокиран до + + BitcoinGUI - Bitcoin Core - Blackcoin More + Sign &message... + Подпиши съобщение... - &About Bitcoin Core - За Blackcoin More + Synchronizing with network... + Синхронизиране с мрежата... + + + &Overview + Преглед + + + Node + Възел + + + Show general overview of wallet + Покажи общ преглед на портфейла + + + &Transactions + Транзакции + + + Browse transaction history + Разгледай история на транзакциите + + + E&xit + Изход + + + Quit application + Излез от приложението + + + &About %1 + За %1 + + + Show information about %1 + Покажи информация за %1 + + + About &Qt + Относно Qt + + + Show information about Qt + Покажи информация отностно Qt + + + &Options... + Настройки... + + + Modify configuration options for %1 + Промени конфигурации за %1 + + + &Encrypt Wallet... + Криптирай портфейл + + + &Backup Wallet... + Направи резервно копие на портфейла... + + + &Change Passphrase... + Промени паролата... + + + &Sending addresses... + Адреси за пращане... + + + &Receiving addresses... + Адреси за получаване... + + + Open &URI... + Отвори URI + + + Reindexing blocks on disk... + Повторно индексиране на блоковете на диска... - - - ClientModel CoinControlDialog + + (no label) + (без етикет) + EditAddressDialog @@ -56,21 +277,12 @@ HelpMessageDialog - - Bitcoin Core - Blackcoin More - - - About Bitcoin Core - За Blackcoin More - Intro - - Bitcoin Core - Blackcoin More - + + + ModalOverlay OpenURIDialog @@ -90,6 +302,9 @@ QObject + + QObject::QObject + QRImageWidget @@ -101,16 +316,39 @@ ReceiveRequestDialog + + Address + Адрес + + + Label + Етикет + RecentRequestsTableModel + + Label + Етикет + + + (no label) + (без етикет) + SendCoinsDialog - + + (no label) + (без етикет) + + SendCoinsEntry + + SendConfirmationDialog + ShutdownWindow @@ -119,10 +357,6 @@ SplashScreen - - Bitcoin Core - Blackcoin More - TrafficGraphWidget @@ -135,9 +369,33 @@ TransactionTableModel + + Label + Етикет + + + (no label) + (без етикет) + TransactionView + + Comma separated file (*.csv) + Comma separated file (*.csv) + + + Label + Етикет + + + Address + Адрес + + + Exporting Failed + Изнасянето се провали + UnitDisplayStatusBarControl @@ -150,8 +408,20 @@ WalletView + + &Export + Изнеси + + + Export the data in the current tab to a file + Изнеси данните в избрания раздел към файл + bitcoin-core + + Bitcoin Core + Blackcoin More + \ No newline at end of file diff --git a/src/qt/locale/bitcoin_bs.ts b/src/qt/locale/bitcoin_bs.ts deleted file mode 100644 index c0815c28b..000000000 --- a/src/qt/locale/bitcoin_bs.ts +++ /dev/null @@ -1,169 +0,0 @@ - - - AddressBookPage - - - AddressTableModel - - - AskPassphraseDialog - - - BanTableModel - - - BitcoinGUI - - Bitcoin - Blackcoin - - - Bitcoin Core - Blackcoin More - - - - ClientModel - - - CoinControlDialog - - - EditAddressDialog - - - FreespaceChecker - - - HelpMessageDialog - - Bitcoin Core - Blackcoin More - - - - Intro - - Bitcoin Core - Blackcoin More - - - - OpenURIDialog - - - OptionsDialog - - - OverviewPage - - - PaymentServer - - - PeerTableModel - - - QObject - - - QRImageWidget - - - RPCConsole - - - ReceiveCoinsDialog - - - ReceiveRequestDialog - - - RecentRequestsTableModel - - - SendCoinsDialog - - - SendCoinsEntry - - Alt+A - Alt+A - - - Alt+P - Alt+P - - - - ShutdownWindow - - - SignVerifyMessageDialog - - Alt+A - Alt+A - - - Alt+P - Alt+P - - - - SplashScreen - - Bitcoin Core - Blackcoin More - - - - TrafficGraphWidget - - - TransactionDesc - - - TransactionDescDialog - - - TransactionTableModel - - - TransactionView - - All - Sve - - - Today - Danas - - - This month - Ovaj mjesec - - - Last month - Prošli mjesec - - - This year - Ove godine - - - - UnitDisplayStatusBarControl - - - WalletFrame - - - WalletModel - - - WalletView - - - bitcoin-core - - \ No newline at end of file diff --git a/src/qt/locale/bitcoin_ca.ts b/src/qt/locale/bitcoin_ca.ts index d28631594..54b1147c8 100644 --- a/src/qt/locale/bitcoin_ca.ts +++ b/src/qt/locale/bitcoin_ca.ts @@ -25,10 +25,6 @@ C&lose &Tanca - - &Copy Address - &Copia l'adreça - Delete the currently selected address from the list Elimina l'adreça sel·leccionada actualment de la llista @@ -47,23 +43,23 @@ Choose the address to send coins to - Trieu una adreça on voleu enviar monedes + Trieu l'adreça on enviar les monedes Choose the address to receive coins with - Trieu l'adreça on voleu rebre monedes + Trieu l'adreça on rebre les monedes C&hoose - T&ria + &Tria Sending addresses - S'estan enviant les adreces + Adreces d'enviament Receiving addresses - S'estan rebent les adreces + Adreces de recepció These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. @@ -73,9 +69,13 @@ These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. Aquestes són les vostres adreces Blackcoin per rebre pagaments. Es recomana utilitzar una adreça nova de recepció per a cada transacció. + + &Copy Address + &Copia l'adreça + Copy &Label - Copia l'&etiqueta + Copia l'eti&queta &Edit @@ -87,7 +87,7 @@ Comma separated file (*.csv) - Fitxer de separació amb comes (*.csv) + Fitxer separat per comes (*.csv) Exporting Failed @@ -131,6 +131,10 @@ Repeat new passphrase Repetiu la nova contrasenya + + 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>. + Introduïu la contrasenya nova al moneder.<br/>Utilitzeu una contrasenya de <b>deu o més caràcters aleatoris</b>, o <b>vuit o més paraules</b>. + Encrypt wallet Encripta el moneder @@ -155,6 +159,10 @@ Change passphrase Canvia la contrasenya + + Enter the old passphrase and new passphrase to the wallet. + Introduïu la contrasenya antiga i la contrasenya nova al moneder. + Confirm wallet encryption Confirma l'encriptació del moneder @@ -167,29 +175,17 @@ Are you sure you wish to encrypt your wallet? Esteu segur que voleu encriptar el vostre moneder? - - Bitcoin Core will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - Ara es tancarà el Blackcoin More per finalitzar el procés d'encriptació. Tingueu present que encriptar el vostre moneder no garanteix que les vostres blackcoins no puguin ser robades per programari maliciós que infecti l'ordinador. - - - 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. - IMPORTANT: Tota copia de seguretat que hàgiu realitzat hauria de ser reemplaçada pel, recentment generat, fitxer encriptat del moneder. - - - Warning: The Caps Lock key is on! - Avís: Les lletres majúscules estan activades! - Wallet encrypted Moneder encriptat - 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>. - Introduïu la contrasenya nova al moneder.<br/>Utilitzeu una contrasenya de <b>deu o més caràcters aleatoris</b>, o <b>vuit o més paraules</b>. + %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. + Ara es tancarà el %1 per finalitzar el procés d'encriptació. Recordeu que encriptar el vostre moneder no garanteix que les vostres blackcoins no puguin ser robades per programari maliciós que infecti l'ordinador. - Enter the old passphrase and new passphrase to the wallet. - Introduïu la contrasenya antiga i la contrasenya nova al moneder. + 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. + IMPORTANT: Tota copia de seguretat que hàgiu realitzat hauria de ser reemplaçada pel, recentment generat, fitxer encriptat del moneder. Per motius de seguretat, les còpies de seguretat anteriors del fitxer de moneder no encriptat esdevindran inusables tan aviat com començar a utilitzar el nou moneder encriptat. Wallet encryption failed @@ -201,7 +197,7 @@ The supplied passphrases do not match. - La contrasenya introduïda no coincideix. + Les contrasenyes introduïdes no coincideixen. Wallet unlock failed @@ -219,6 +215,10 @@ Wallet passphrase was successfully changed. La contrasenya del moneder ha estat modificada correctament. + + Warning: The Caps Lock key is on! + Avís: Les lletres majúscules estan activades! + BanTableModel @@ -269,6 +269,14 @@ Quit application Surt de l'aplicació + + &About %1 + Qu&ant al %1 + + + Show information about %1 + Mosta informació sobre el %1 + About &Qt Quant a &Qt @@ -281,6 +289,10 @@ &Options... &Opcions... + + Modify configuration options for %1 + Modifica les opcions de configuració de %1 + &Encrypt Wallet... &Encripta el moneder... @@ -299,19 +311,23 @@ &Receiving addresses... - Adreces de &recepció + Adreces de &recepció... Open &URI... Obre un &URI... - Bitcoin Core client - Client del Blackcoin More + Click to disable network activity. + Feu clic per inhabilitar l'activitat de la xarxa. - Importing blocks from disk... - S'estan important els blocs del disc... + Network activity disabled. + S'ha inhabilitat l'activitat de la xarxa. + + + Click to enable network activity again. + Feu clic per tornar a habilitar l'activitat de la xarxa. Reindexing blocks on disk... @@ -357,10 +373,6 @@ &Receive &Rep - - Show information about Bitcoin Core - Mostra informació del Blackcoin More - &Show / Hide &Mostra / Amaga @@ -397,22 +409,10 @@ Tabs toolbar Barra d'eines de les pestanyes - - Bitcoin Core - Nucli de Blackcoin - Request payments (generates QR codes and bitcoin: URIs) Sol·licita pagaments (genera codis QR i blackcoin: URI) - - &About Bitcoin Core - &Quant al Blackcoin More - - - Modify configuration options for Bitcoin Core - Modifica les opcions de configuració del Blackcoin More - Show the list of used sending addresses and labels Mostra la llista d'adreces d'enviament i etiquetes utilitzades @@ -429,41 +429,21 @@ &Command-line options Opcions de la &línia d'ordres - - Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options - Mostra el missatge d'ajuda del Blackcoin More per obtenir una llista amb les possibles opcions de línia d'ordres de Blackcoin - %n active connection(s) to Bitcoin network %n connexió activa a la xarxa Blackcoin%n connexions actives a la xarxa Blackcoin - No block source available... - No hi ha cap font de bloc disponible... + Indexing blocks on disk... + S'estan indexant els blocs al disc... + + + Processing blocks on disk... + S'estan processant els blocs al disc... Processed %n block(s) of transaction history. - S'han processat %n bloc de l'historial de transacció.S'han processat %n blocs de l'historial de transacció. - - - %n hour(s) - %n hora%n hores - - - %n day(s) - %n dia%n dies - - - %n week(s) - %n setmana%n setmanes - - - %1 and %2 - %1 i %2 - - - %n year(s) - %n any%n anys + S'ha processat %n bloc de l'historial de transacció.S'han processat %n blocs de l'historial de transacció. %1 behind @@ -493,6 +473,14 @@ Up to date Al dia + + Show the %1 help message to get a list with possible Bitcoin command-line options + Mostra el missatge d'ajuda del %1 per obtenir una llista amb les possibles opcions de línia d'ordres de Blackcoin + + + %1 client + Client de %1 + Catching up... S'està posant al dia ... @@ -535,6 +523,14 @@ Incoming transaction Transacció entrant + + HD key generation is <b>enabled</b> + La generació de la clau HD és <b>habilitada</b> + + + HD key generation is <b>disabled</b> + La generació de la clau HD és <b>inhabilitada</b> + Wallet is <b>encrypted</b> and currently <b>unlocked</b> El moneder està <b>encriptat</b> i actualment <b>desbloquejat</b> @@ -543,12 +539,9 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> El moneder està <b>encriptat</b> i actualment <b>bloquejat</b> - - - ClientModel - Network Alert - Alerta de xarxa + A fatal error occurred. Bitcoin can no longer continue safely and will quit. + S'ha produït un error fatal. Blackcoin no pot continuar amb seguretat i finalitzarà. @@ -569,13 +562,9 @@ Amount: Import: - - Priority: - Prioritat: - Fee: - Comissió + Comissió: Dust: @@ -625,17 +614,13 @@ Confirmed Confirmat - - Priority - Prioritat - Copy address - Copiar adreça + Copia l'adreça Copy label - Copiar etiqueta + Copia l'etiqueta Copy amount @@ -643,7 +628,7 @@ Copy transaction ID - Copiar ID de transacció + Copia l'ID de transacció Lock unspent @@ -669,10 +654,6 @@ Copy bytes Copia els bytes - - Copy priority - Copia la prioritat - Copy dust Copia el polsim @@ -681,66 +662,10 @@ Copy change Copia el canvi - - highest - El més alt - - - higher - Més alt - - - high - Alt - - - medium-high - mig-alt - - - medium - mig - - - low-medium - baix-mig - - - low - baix - - - lower - més baix - - - lowest - el més baix - (%1 locked) (%1 bloquejada) - - none - cap - - - This label turns red if the transaction size is greater than 1000 bytes. - Aquesta etiqueta es torna en vermell si la transacció és superior a 1000 bytes. - - - This label turns red if the priority is smaller than "medium". - Aquesta etiqueta es torna en vermell si la propietat és inferior que la «mitjana». - - - This label turns red if any recipient receives an amount smaller than %1. - Aquesta etiqueta es torna vermella si el destinatari rep un import inferior de %1. - - - Can vary +/- %1 satoshi(s) per input. - Pot variar +/- %1 satoshi(s) per entrada. - yes @@ -750,16 +675,12 @@ no - This means a fee of at least %1 per kB is required. - Això comporta una comissió d'almenys %1 per kB. + This label turns red if any recipient receives an amount smaller than the current dust threshold. + Aquesta etiqueta es torna vermella si cap recipient rep un import inferior al llindar de polsim actual. - Can vary +/- 1 byte per input. - Pot variar +/- 1 byte per entrada. - - - Transactions with higher priority are more likely to get included into a block. - Les transaccions amb una major prioritat són més propenses a ser incloses en un bloc. + Can vary +/- %1 satoshi(s) per input. + Pot variar en +/- %1 satoshi(s) per entrada. (no label) @@ -798,7 +719,7 @@ New receiving address - Nova adreça de recepció. + Nova adreça de recepció New sending address @@ -806,27 +727,27 @@ Edit receiving address - Edita les adreces de recepció + Edita l'adreça de recepció Edit sending address - Edita les adreces d'enviament - - - The entered address "%1" is already in the address book. - L'adreça introduïda «%1» ja és present a la llibreta d'adreces. + Edita l'adreça d'enviament The entered address "%1" is not a valid Bitcoin address. L'adreça introduïda «%1» no és una adreça de Blackcoin vàlida. + + The entered address "%1" is already in the address book. + L'adreça introduïda «%1» ja és present a la llibreta d'adreces. + Could not unlock wallet. No s'ha pogut desbloquejar el moneder. New key generation failed. - Ha fallat la generació d'una nova clau. + Ha fallat la generació d'una clau nova. @@ -854,10 +775,6 @@ HelpMessageDialog - - Bitcoin Core - Nucli de Blackcoin - version versió @@ -867,8 +784,8 @@ (%1-bit) - About Bitcoin Core - Quant al Blackcoin More + About %1 + Quant al %1 Command-line options @@ -907,7 +824,7 @@ Mostra la pantalla de benvinguda a l'inici (per defecte: %u) - Reset all settings changes made over the GUI + Reset all settings changed in the GUI Reinicialitza tots els canvis de configuració fets des de la interfície gràfica @@ -915,19 +832,19 @@ Intro Welcome - Us donem la benviguda + Us donem la benvinguda - Welcome to Bitcoin Core. - Us donem la benvinguda al Blackcoin More. + Welcome to %1. + Us donem la benvinguda a %1. - As this is the first time the program is launched, you can choose where Bitcoin Core will store its data. - Atès que és la primera vegada que executeu el programa, podeu triar on emmagatzemarà el Blackcoin More les dades. + As this is the first time the program is launched, you can choose where %1 will store its data. + Com és la primera vegada que s'executa el programa, podeu triar on %1 emmagatzemarà les dades. - Bitcoin Core will download and store a copy of the Blackcoin block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - El Blackcoin More descarregarà i emmagatzemarà una còpia de la cadena de blocs de Blackcoin. Com a mínim s'emmagatzemaran %1 GB de dades en aquest directori, que seguiran creixent gradualment. També s'hi emmagatzemarà el moneder. + %1 will download and store a copy of the Bitcoin block chain. At least %2GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + %1 baixarà i emmagatzemarà una còpia de la cadena de blocs de Blackcoin. Com a mínim %2GB de dades s'emmagatzemaran en aquest directori, i augmentarà al llarg del temps. El moneder també s'emmagatzemarà en aquest directori. Use the default data directory @@ -937,10 +854,6 @@ Use a custom data directory: Utilitza un directori de dades personalitzat: - - Bitcoin Core - Nucli de Blackcoin - Error: Specified data directory "%1" cannot be created. Error: el directori de dades «%1» especificat no pot ser creat. @@ -958,6 +871,37 @@ (de %n GB necessari)(de %n GB necessaris) + + ModalOverlay + + Form + Formulari + + + Last block time + Últim temps de bloc + + + Progress + Progrés + + + calculating... + s'està calculant... + + + Estimated time left until synced + Temps estimat restant fins sincronitzat + + + Hide + Amaga + + + Unknown. Syncing Headers (%1)... + Desconegut. Sincronització de les capçaleres (%1)... + + OpenURIDialog @@ -978,7 +922,7 @@ Select payment request file to open - Selecciona el fitxer de sol·licitud de pagament per obrir + Seleccioneu el fitxer de sol·licitud de pagament per obrir @@ -991,6 +935,14 @@ &Main &Principal + + Automatically start %1 after logging in to the system. + Inicieu %1 automàticament després d'entrar en el sistema. + + + &Start %1 on system login + &Inicia %1 en l'entrada al sistema + Size of &database cache Mida de la memòria cau de la base de &dades @@ -1019,10 +971,6 @@ Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu. Minimitza en comptes de sortir de l'aplicació quan la finestra es tanca. Quan s'habilita aquesta opció l'aplicació es tancara només quan se selecciona Surt del menú. - - The user interface language can be set here. This setting will take effect after restarting Bitcoin Core. - La interfície d'usuari pot definir-se des d'aquí. El paràmetre tindrà efecte després de reiniciar el Blackcoin More. - 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 de terceres parts (p. ex. explorador de blocs) que apareix en la pestanya de transaccions com elements del menú contextual. %s en l'URL es reemplaçat pel resum de la transacció. Diferents URL estan separades per una barra vertical |. @@ -1047,14 +995,6 @@ &Network &Xarxa - - Automatically start Bitcoin Core after logging in to the system. - Inicia el Blackcoin More automàticament després d'iniciar una sessió en el sistema. - - - &Start Bitcoin Core on system login - &Inicia el Blackcoin More en inciar el sistema - (0 = auto, <0 = leave that many cores free) (0 = auto, <0 = deixa tants nuclis lliures) @@ -1139,6 +1079,14 @@ &Window &Finestra + + &Hide the icon from the system tray. + Ama&ga la icona de la safata del sistema. + + + Hide tray icon + Amaga la icona de la safata + Show only a tray icon after minimizing the window. Mostra només la icona de la barra en minimitzar la finestra. @@ -1159,6 +1107,10 @@ User Interface &language: &Llengua de la interfície d'usuari: + + The user interface language can be set here. This setting will take effect after restarting %1. + Aquí es pot definir la llengua de la interfície d'usuari. Aquest paràmetre tindrà efecte en reiniciar el %1. + &Unit to show amounts in: &Unitats per mostrar els imports en: @@ -1285,42 +1237,26 @@ PaymentServer + + Payment request error + Error de la sol·licitud de pagament + + + Cannot start bitcoin: click-to-pay handler + No es pot iniciar blackcoin: controlador click-to-pay + URI handling Gestió d'URI - - Invalid payment address %1 - Adreça de pagament no vàlida %1 - - - Payment request rejected - La sol·licitud de pagament s'ha rebutjat - - - Payment request network doesn't match client network. - La xarxa de la sol·licitud de pagament no coincideix amb la xarxa del client. - - - Payment request is not initialized. - La sol·licitud de pagament no està inicialitzada. - - - Requested payment amount of %1 is too small (considered dust). - L'import de pagament sol·licitat %1 és massa petit (es considera polsim). - - - Payment request error - Error en la sol·licitud de pagament - - - Cannot start bitcoin: click-to-pay handler - No es pot iniciar blackcoin: gestor clica-per-pagar - Payment request fetch URL is invalid: %1 L'URL de recuperació de la sol·licitud de pagament no és vàlida: %1 + + Invalid payment address %1 + Adreça de pagament no vàlida %1 + URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. L'URI no pot ser analitzat! Això pot ser a causa d'una adreça de Blackcoin no vàlida o per paràmetres URI amb mal format. @@ -1333,10 +1269,22 @@ Payment request file cannot be read! This can be caused by an invalid payment request file. No es pot llegir el fitxer de la sol·licitud de pagament. Això pot ser causat per un fitxer de sol·licitud de pagament no vàlid. + + Payment request rejected + La sol·licitud de pagament s'ha rebutjat + + + Payment request network doesn't match client network. + La xarxa de la sol·licitud de pagament no coincideix amb la xarxa del client. + Payment request expired. La sol·licitud de pagament ha vençut. + + Payment request is not initialized. + La sol·licitud de pagament no està inicialitzada. + Unverified payment requests to custom payment scripts are unsupported. No s'accepten sol·licituds de pagament no verificades a scripts de pagament personalitzats. @@ -1345,6 +1293,10 @@ Invalid payment request. Sol·licitud de pagament no vàlida. + + Requested payment amount of %1 is too small (considered dust). + L'import de pagament sol·licitat %1 és massa petit (es considera polsim). + Refund from %1 Reemborsament de %1 @@ -1365,14 +1317,14 @@ Bad response from server %1 Mala resposta del servidor %1 - - Payment acknowledged - Pagament reconegut - Network request error Error en la sol·licitud de xarxa + + Payment acknowledged + Pagament reconegut + PeerTableModel @@ -1384,11 +1336,7 @@ Node/Service Node/Servei - - Ping Time - Temps de ping - - + QObject @@ -1427,7 +1375,14 @@ %1 ms %1 ms - + + %1 and %2 + %1 i %2 + + + + QObject::QObject + QRImageWidget @@ -1449,10 +1404,6 @@ RPCConsole - - Client name - Nom del client - N/A N/A @@ -1473,14 +1424,14 @@ General General - - Using OpenSSL version - Utilitzant OpenSSL versió - Using BerkeleyDB version Utilitzant BerkeleyDB versió + + Datadir + Datadir + Startup time &Temps d'inici @@ -1506,12 +1457,16 @@ Nombre de blocs actuals - Memory usage - Us de memoria + Memory Pool + Reserva de memòria - Open the Bitcoin Core debug log file from the current data directory. This can take a few seconds for large log files. - Obre el fitxer de registre de depuració del Blackcoin More del directori de dades actual. Pot portar uns quants segons per a fitxers de registre grans. + Current number of transactions + Nombre actual de transaccions + + + Memory usage + Us de memoria Received @@ -1629,10 +1584,6 @@ Out: Fora: - - Build date - Data de compilació - Debug log file Fitxer de registre de depuració @@ -1641,14 +1592,6 @@ Clear console Neteja la consola - - &Disconnect Node - &Desconnecta el node - - - Ban Node for - Bandeja el node durant - 1 &hour 1 &hora @@ -1665,14 +1608,6 @@ 1 &year 1 &any - - &Unban Node - &Desbandeja el node - - - Welcome to the Bitcoin Core RPC console. - Us donem la benviguda a la consola RPC del Blackcoin More. - Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. Utilitza les fletxes d'amunt i avall per navegar per l'historial, i <b>Ctrl-L<\b> per netejar la pantalla. @@ -1882,10 +1817,6 @@ Message Missatge - - Amount - Import - (no label) (sense etiqueta) @@ -1895,8 +1826,12 @@ (sense missatge) - (no amount) - (sense import) + (no amount requested) + (no s'ha sol·licitat import) + + + Requested + Sol·licitat @@ -1933,10 +1868,6 @@ Amount: Import: - - Priority: - Prioritat: - Fee: Comissió: @@ -2005,10 +1936,6 @@ (Smart fee not initialized yet. This usually takes a few blocks...) (No s'ha inicialitzat encara la comissió intel·ligent. Normalment pren uns pocs blocs...) - - Confirmation time: - Temps de confirmació: - normal normal @@ -2017,14 +1944,6 @@ fast ràpid - - Send as zero-fee transaction if possible - Envia com a transacció de comissió zero si és possible - - - (confirmation may take longer) - (la confirmació pot trigar més temps) - Send to multiple recipients at once Envia a múltiples destinataris al mateix temps @@ -2035,7 +1954,7 @@ Clear all fields of the form. - Netejar tots els camps del formulari. + Esborra tots els camps del formuari. Dust: @@ -2057,14 +1976,6 @@ S&end E&nvia - - Confirm send coins - Confirma l'enviament de monedes - - - %1 to %2 - %1 a %2 - Copy quantity Copia la quantitat @@ -2086,13 +1997,25 @@ Copia els bytes - Copy priority - Copia la prioritat + Copy dust + Copia el polsim Copy change Copia el canvi + + %1 to %2 + %1 a %2 + + + Are you sure you want to send? + Esteu segur que ho voleu enviar? + + + added as transaction fee + S'ha afegit una taxa de transacció + Total Amount %1 Import total %1 @@ -2101,6 +2024,14 @@ or o + + Confirm send coins + Confirma l'enviament de monedes + + + The recipient address is not valid. Please recheck. + L'adreça del destinatari no és vàlida. Torneu-la a comprovar. + The amount to pay must be larger than 0. L'import a pagar ha de ser major que 0. @@ -2111,15 +2042,15 @@ The total exceeds your balance when the %1 transaction fee is included. - El total excedeix el teu balanç quan s'afegeix la comissió a la transacció %1. + El total excedeix el vostre balanç quan s'afegeix la comissió a la transacció %1. + + + Duplicate address found: addresses should only be used once each. + S'ha trobat una adreça duplicada: les adreces només s'haurien d'utilitzar una vegada cada una. Transaction creation failed! - Ha fallat la creació de la transacció! - - - 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. - S'ha rebutjat la transacció! Això pot passar si alguna de les monedes del vostre moneder ja s'han gastat; per exemple, si heu fet servir una còpia de seguretat del fitxer wallet.dat i s'haguessin gastat monedes de la còpia però sense marcar-les-hi com a gastades. + La creació de la transacció ha fallat! A fee higher than %1 is considered an absurdly high fee. @@ -2133,41 +2064,17 @@ Pay only the required fee of %1 Paga només la comissió necessària de %1 - - Estimated to begin confirmation within %n block(s). - Estimat per començar la confirmació en %n bloc.Estimat per començar la confirmació en %n blocs. - - - The recipient address is not valid. Please recheck. - L'adreça de destinatari no és vàlida. Torneu-la a comprovar. - - - Duplicate address found: addresses should only be used once each. - S'ha trobat una adreça duplicada: cal utilitzar les adreces només un cop cada vegada. - Warning: Invalid Bitcoin address Avís: adreça Blackcoin no vàlida - - (no label) - (sense etiqueta) - Warning: Unknown change address Avís: adreça de canvi desconeguda - Copy dust - Copia el polsim - - - Are you sure you want to send? - Esteu segur que ho voleu enviar? - - - added as transaction fee - S'ha afegit una taxa de transacció + (no label) + (sense etiqueta) @@ -2180,17 +2087,13 @@ Pay &To: Paga &a: - - Enter a label for this address to add it to your address book - Introduïu una etiqueta per a aquesta adreça per afegir-la a la llibreta d'adreces - &Label: &Etiqueta: Choose previously used address - Escull una adreça feta servir anteriorment + Tria les adreces fetes servir amb anterioritat This is a normal payment. @@ -2252,13 +2155,20 @@ Memo: Memo: + + Enter a label for this address to add it to your address book + Introduïu una etiqueta per a aquesta adreça per afegir-la a la llibreta d'adreces + + + + SendConfirmationDialog + + Yes + + ShutdownWindow - - Bitcoin Core is shutting down... - S'està aturant el Blackcoin More... - Do not shut down the computer until this window disappears. No apagueu l'ordinador fins que no desaparegui aquesta finestra. @@ -2288,11 +2198,11 @@ Alt+A - Alt+A + Alta+A Paste address from clipboard - Enganxa l'adreça del porta-retalls + Enganxar adreça del porta-retalls Alt+P @@ -2405,14 +2315,6 @@ SplashScreen - - Bitcoin Core - Blackcoin More - - - The Bitcoin Core developers - Els desenvolupadors del Blackcoin More - [testnet] [testnet] @@ -2431,10 +2333,6 @@ Open until %1 Obert fins %1 - - conflicted - en conflicte - %1/offline %1/fora de línia @@ -2451,9 +2349,9 @@ Status Estat - - , broadcast through %n node(s) - , difusió a través de %n node, difusió a través de %n nodes + + , has not been successfully broadcast yet + , encara no ha estat emès correctement Date @@ -2465,11 +2363,15 @@ Generated - Generat + Generada From - Des de + De + + + unknown + desconegut To @@ -2477,7 +2379,7 @@ own address - Adreça pròpia + adreça pròpia watch-only @@ -2491,10 +2393,6 @@ Credit Crèdit - - matures in %n more block(s) - disponible en %n bloc mésdisponibles en %n blocs més - not accepted no acceptat @@ -2525,11 +2423,11 @@ Comment - Comentar + Comentari Transaction ID - ID de transacció + ID de la transacció Merchant @@ -2563,30 +2461,14 @@ false fals - - , has not been successfully broadcast yet - , encara no ha estat emès correctement - - - Open for %n more block(s) - Obre per %n bloc mésObre per %n blocs més - - - unknown - desconegut - TransactionDescDialog - - Transaction details - Detall de la transacció - This pane shows a detailed description of the transaction Aquest panell mostra una descripció detallada de la transacció - + TransactionTableModel @@ -2598,21 +2480,41 @@ Tipus - Immature (%1 confirmations, will be available after %2) - Immadur (%1 confirmacions, serà disponible després de %2) - - - Open for %n more block(s) - Obre per %n bloc mésObre per %n blocs més + Label + Etiqueta Open until %1 Obert fins %1 + + Offline + Fora de línia + + + Unconfirmed + Sense confirmar + + + Abandoned + Abandonada + + + Confirming (%1 of %2 recommended confirmations) + Confirmant (%1 de %2 confirmacions recomanades) + Confirmed (%1 confirmations) Confirmat (%1 confirmacions) + + Conflicted + En conflicte + + + Immature (%1 confirmations, will be available after %2) + Immadur (%1 confirmacions, serà disponible després de %2) + This block was not received by any other nodes and will probably not be accepted! Aquest bloc no ha estat rebut per cap altre node i probablement no serà acceptat! @@ -2621,37 +2523,17 @@ Generated but not accepted Generat però no acceptat - - Offline - Fora de línia - - - Label - Etiqueta - - - Unconfirmed - Sense confirmar - - - Confirming (%1 of %2 recommended confirmations) - Confirmant (%1 de %2 confirmacions recomanades) - - - Conflicted - En conflicte - Received with - Rebut amb + Rebuda amb Received from - Rebut de + Rebuda de Sent to - Enviat a + Enviada a Payment to yourself @@ -2659,7 +2541,7 @@ Mined - Minat + Minada watch-only @@ -2669,6 +2551,10 @@ (n/a) (n/a) + + (no label) + (sense etiqueta) + Transaction status. Hover over this field to show number of confirmations. Estat de la transacció. Desplaceu-vos sobre aquest camp per mostrar el nombre de confirmacions. @@ -2726,11 +2612,11 @@ Received with - Rebut amb + Rebuda amb Sent to - Enviat a + Enviada a To yourself @@ -2738,7 +2624,7 @@ Mined - Minat + Minada Other @@ -2758,7 +2644,7 @@ Copy label - Copiar etiqueta + Copia l'etiqueta Copy amount @@ -2766,7 +2652,11 @@ Copy transaction ID - Copiar ID de transacció + Copia l'ID de transacció + + + Copy raw transaction + Copia la transacció crua Edit label @@ -2780,26 +2670,6 @@ Export Transaction History Exporta l'historial de transacció - - Watch-only - Només de lectura - - - Exporting Failed - L'exportació ha fallat - - - There was an error trying to save the transaction history to %1. - S'ha produït un error en provar de desar l'historial de transacció a %1. - - - Exporting Successful - Exportació amb èxit - - - The transaction history was successfully saved to %1. - L'historial de transaccions s'ha desat correctament a %1. - Comma separated file (*.csv) Fitxer separat per comes (*.csv) @@ -2808,6 +2678,10 @@ Confirmed Confirmat + + Watch-only + Només de lectura + Date Data @@ -2828,6 +2702,22 @@ ID ID + + Exporting Failed + L'exportació ha fallat + + + There was an error trying to save the transaction history to %1. + S'ha produït un error en provar de desar l'historial de transacció a %1. + + + Exporting Successful + Exportació amb èxit + + + The transaction history was successfully saved to %1. + L'historial de transaccions s'ha desat correctament a %1. + Range: Rang: @@ -2884,14 +2774,14 @@ There was an error trying to save the wallet data to %1. S'ha produït un error en provar de desar les dades del moneder a %1. - - The wallet data was successfully saved to %1. - S'han desat les dades del moneder correctament a %1. - Backup Successful La còpia de seguretat s'ha realitzat correctament + + The wallet data was successfully saved to %1. + S'han desat les dades del moneder correctament a %1. + bitcoin-core @@ -2916,20 +2806,44 @@ Accepta la línia d'ordres i ordres JSON-RPC - Maximum total fees (in %s) to use in a single wallet transaction; setting this too low may abort large transactions (default: %s) - Comissions totals màximes (en %s) per utilitzar en una única transacció de moneder; definir-ne una massa baixa pot interrompre les transaccions més grans (per defecte: %s) + If <category> is not supplied or if <category> = 1, output all debugging information. + Si no es proporciona <category> o si <category> = 1, treu a la sortida tota la informació de depuració. + + + Prune configured below the minimum of %d MiB. Please use a higher number. + Poda configurada per sota el mínim de %d MiB. Utilitzeu un nombre superior. + + + Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node) + Poda: la darrera sincronització del moneder va més enllà de les dades podades. Cal que activeu -reindex (baixeu tota la cadena de blocs de nou en cas de node podat) + + + Rescans are not possible in pruned mode. You will need to use -reindex which will download the whole blockchain again. + Els rescanejos no són possible en el mode de poda. Caldrà que utilitzeu -reindex, que tornarà a baixar la cadena de blocs sencera. + + + Error: A fatal internal error occurred, see debug.log for details + Error: s'ha produït un error intern fatal. Vegeu debug.log per a més detalls Fee (in %s/kB) to add to transactions you send (default: %s) Comissió (en %s/kB) per afegir a les transaccions que envieu (per defecte: %s) + + Pruning blockstore... + S'està podant la cadena de blocs... + Run in the background as a daemon and accept commands Executa en segon pla com a programa dimoni i accepta ordres - Accept connections from outside (default: 1 if no -proxy or -connect) - Accepta connexions de fora (per defecte: 1 si no -proxy o -connect) + Unable to start HTTP server. See debug log for details. + No s'ha pogut iniciar el servidor HTTP. Vegeu debug.log per a més detalls. + + + Bitcoin Core + Blackcoin More Bind to given address and always listen on it. Use [host]:port notation for IPv6 @@ -2939,10 +2853,6 @@ Delete all wallet transactions and only recover those parts of the blockchain through -rescan on startup Elimina totes les transaccions del moneder i només recupera aquelles de la cadena de blocs a través de -rescan a l'inici - - Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. - Distribuït sota llicència de programari MIT. Vegeu el fitxer acompanyant COPYING o <http://www.opensource.org/licenses/mit-license.php>. - Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) Executa una ordre quan una transacció del moneder canviï (%s en cmd es canvia per TxID) @@ -2951,38 +2861,6 @@ Set the number of script verification threads (%u to %d, 0 = auto, <0 = leave that many cores free, default: %d) Defineix el nombre de fils de verificació d'scripts (%u a %d, 0 = auto, <0 = deixa tants nuclis lliures, per defecte: %d) - - This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - Aquesta és una versió de pre-llançament - utilitza-la sota la teva responsabilitat - No usar per a minería o aplicacions de compra-venda - - - Unable to bind to %s on this computer. Bitcoin Core is probably already running. - No es pot enllaçar %s a aquest ordinador. El Blackcoin More probablement ja estigui executant-s'hi. - - - WARNING: abnormally high number of blocks generated, %d blocks received in the last %d hours (%d expected) - AVÍS: s'ha generat un nombre anòmalament alt de blocs, %d blocs rebuts en les darreres %d hores (se n'esperaven %d) - - - WARNING: check your network connection, %d blocks received in the last %d hours (%d expected) - AVÍS: comproveu la vostra connexió a la xarxa, %d blocs rebuts en les darreres %d hores (se n'esperaven %d) - - - Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. - Avís: la xarxa no sembla que hi estigui plenament d'acord. Alguns miners sembla que estan experimentant problemes. - - - Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. - Avís: sembla que no estem plenament d'acord amb els nostres iguals! Podria caler que actualitzar l'aplicació, o potser que ho facin altres nodes. - - - 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. - Avís: el fitxer wallet.dat és corrupte, dades rescatades! L'arxiu wallet.dat original ha estat desat com wallet.{estampa_temporal}.bak al directori %s; si el teu balanç o transaccions son incorrectes hauries de restaurar-lo de un backup. - - - Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. - Afegeix a la llista blanca els iguals que es connecten de la màscara de xarxa o adreça IP donada. Es pot especificar moltes vegades. - <category> can be: <category> pot ser: @@ -2991,10 +2869,6 @@ Block creation options: Opcions de la creació de blocs: - - Connect only to the specified node(s) - Connecta només al(s) node(s) especificats - Connection options: Opcions de connexió: @@ -3083,6 +2957,10 @@ Use UPnP to map the listening port (default: %u) Utilitza UPnP per a mapejar el port d'escolta (per defecte: %u) + + Use the test chain + Utilitza la cadena de proves + Verifying blocks... S'estan verificant els blocs... @@ -3095,18 +2973,18 @@ Wallet %s resides outside data directory %s El moneder %s resideix fora del directori de dades %s + + Wallet debugging/testing options: + Opcions de depuració/proves del moneder: + + + Wallet needed to be rewritten: restart %s to complete + Cal reescriure el moneder: reinicieu %s per a completar-ho + Wallet options: Opcions de moneder: - - Warning: This version is obsolete; upgrade required! - Avís: aquesta versió és obsoleta; cal actualitzar-la! - - - You need to rebuild the database using -reindex to change -txindex - Cal que reconstruïu la base de dades fent servir -reindex per canviar -txindex - 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 Permet les connexions JSON-RPC d'una font específica. Vàlid per a <ip> són una IP individual (p. ex., 1.2.3.4), una xarxa / màscara de xarxa (p. ex., 1.2.3.4/255.255.255.0) o una xarxa/CIDR (p. ex., 1.2.3.4/24). Es pot especificar aquesta opció moltes vegades @@ -3119,10 +2997,6 @@ 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) Vincula a l'adreça donada per a escoltar les connexions JSON-RPC. Feu servir la notació [host]:port per a IPv6. Aquesta opció pot ser especificada moltes vegades (per defecte: vincula a totes les interfícies) - - Cannot obtain a lock on data directory %s. Bitcoin Core is probably already running. - No es pot obtenir un bloqueig del directori de dades %s. El Blackcoin More probablement ja s'estigui executant. - Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) Crea fitxers nous amb els permisos per defecte del sistema, en comptes de l'umask 077 (només efectiu amb la funcionalitat de moneder inhabilitada) @@ -3151,10 +3025,6 @@ Maximum size of data in data carrier transactions we relay and mine (default: %u) Mida màxima de les dades en les transaccions de l'operador en què confiem i en les meves (per defecte: %u) - - Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect) - Consulta a adreces d'iguals a través de DNS, si es troba baix en adreces (per defecte: 1 a menys que -connect) - Randomize credentials for every proxy connection. This enables Tor stream isolation (default: %u) Genera a l'atzar credencials per a cada connexió proxy. Això habilita l'aïllament del flux de Tor (per defecte: %u) @@ -3163,18 +3033,10 @@ Set maximum size of high-priority/low-fee transactions in bytes (default: %d) Defineix la mida màxima de transaccions d'alta prioritat / baixa comissió en bytes (per defecte: %d) - - Set the number of threads for coin generation if enabled (-1 = all cores, default: %d) - Defineix el nombre de fils per a la generació de moneda si està habilitat (-1 = tots els nuclis, per defecte: %d) - The transaction amount is too small to send after the fee has been deducted L'import de la transacció és massa petit per enviar-la després que se'n dedueixi la comissió - - 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. - Aquest producte inclou programari desenvolupat pel projecte OpenSSL per a ús a l'OpenSSL Toolkit <https://www.openssl.org/> i programari criptogràfic escrit per Eric Young i programari UPnP escrit per Thomas Bernard. - 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 Els iguals en la llista blanca no poden ser bandejats per DoS i es transmetran sempre llurs transaccions, fins i tot si ja són a la mempool. Això és útil, p. ex., per a una passarel·la @@ -3191,49 +3053,17 @@ Accept public REST requests (default: %u) Accepta sol·licituds REST públiques (per defecte: %u) - - Activating best chain... - S'està activant la millor cadena... - - - Cannot resolve -whitebind address: '%s' - No es pot resoldre l'adreça -whitebind: «%s» - Connect through SOCKS5 proxy Connecta a través del proxy SOCKS5 - - Copyright (C) 2009-%i The Bitcoin Core Developers - Copyright (C) 2014-%i Els desenvolupadors del Blackcoin More - - - Error loading wallet.dat: Wallet requires newer version of Bitcoin Core - Error en carregar wallet.dat: el moneder requereix una versió més nova del Blackcoin More - Error reading from database, shutting down. Error en llegir la base de dades, tancant. Information - &Informació - - - Initialization sanity check failed. Bitcoin Core is shutting down. - Ha fallat la inicialització de la comprovació de validesa. El Blackcoin More s'està aturant. - - - Invalid amount for -maxtxfee=<amount>: '%s' - Import no vàlid per a -maxtxfee=<amount>: '%s' - - - Invalid amount for -minrelaytxfee=<amount>: '%s' - Import no vàlid per a -minrelaytxfee=<amount>: «%s» - - - Invalid amount for -mintxfee=<amount>: '%s' - Import no vàlid per a -mintxfee=<amount>: «%s» + Informació Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) @@ -3259,14 +3089,6 @@ RPC server options: Opcions del servidor RPC: - - Rebuild block chain index from current blk000??.dat files on startup - Reconstrueix l'índex de la cadena de blocs dels fitxers blk000??.dat actuals a l'inici. - - - Receive and display P2P network alerts (default: %u) - Rep i mostra avisos de la xarxa P2P (per defecte: %u) - Send trace/debug info to console instead of debug.log file Envia informació de traça/depuració a la consola en comptes del fitxer debug.log @@ -3299,10 +3121,6 @@ Transaction amount too small Import de la transacció massa petit - - Transaction amounts must be positive - Els imports de les transaccions han de ser positius - Transaction too large for fee policy Transacció massa gran per a la política de comissions @@ -3319,10 +3137,6 @@ Username for JSON-RPC connections Nom d'usuari per a connexions JSON-RPC - - Wallet needed to be rewritten: restart Bitcoin Core to complete - Cal reescriure el moneder: reiniceu el Blackcoin More per completar-ho. - Warning Avís @@ -3331,10 +3145,6 @@ Zapping all transactions from wallet... Se suprimeixen totes les transaccions del moneder... - - wallet.dat corrupt, salvage failed - El fitxer wallet.data és corrupte. El rescat de les dades ha fallat - Password for JSON-RPC connections Contrasenya per a connexions JSON-RPC @@ -3343,10 +3153,6 @@ Execute command when the best block changes (%s in cmd is replaced by block hash) Executa l'ordre quan el millor bloc canviï (%s en cmd es reemplaça per un resum de bloc) - - This help message - Aquest misatge d'ajuda - Allow DNS lookups for -addnode, -seednode and -connect Permet consultes DNS per a -addnode, -seednode i -connect @@ -3355,10 +3161,6 @@ Loading addresses... S'estan carregant les adreces... - - Error loading wallet.dat: Wallet corrupted - Error en carregar wallet.dat: Moneder corrupte - (1 = keep tx meta data e.g. account owner and payment request information, 2 = drop tx meta data) (1 = manté les metadades de les tx, p. ex., propietari del compte i informació de sol·licitud del pagament, 2 = prescindeix de les metadades de les tx) @@ -3391,14 +3193,6 @@ Always query for peer addresses via DNS lookup (default: %u) Demana sempre les adreces dels iguals a través de consultes DNS (per defecte: %u) - - Error loading wallet.dat - Error en carregar wallet.dat - - - Generate coins (default: %u) - Genera monedes (per defecte: %u) - How many blocks to check at startup (default: %u, 0 = all) Quants blocs per comprovar a l'inici (per defecte: %u, 0 = tots) @@ -3451,10 +3245,6 @@ Set key pool size to <n> (default: %u) Defineix la mida clau disponible a <n> (per defecte: %u) - - Set minimum block size in bytes (default: %u) - Defineix la mida de bloc mínima en bytes (per defecte: %u) - Set the number of threads to service RPC calls (default: %d) Defineix el nombre de fils a crides de servei RPC (per defecte: %d) @@ -3475,26 +3265,26 @@ Spend unconfirmed change when sending transactions (default: %u) Gasta el canvi no confirmat en enviar les transaccions (per defecte: %u) + + Starting network threads... + S'estan iniciant els fils de la xarxa... + Threshold for disconnecting misbehaving peers (default: %u) Llindar per a desconnectar els iguals de comportament qüestionable (per defecte: %u) + + Transaction amounts must not be negative + Els imports de la transacció no han de ser negatius + + + Transaction must have at least one recipient + La transacció ha de tenir com a mínim un destinatari + Unknown network specified in -onlynet: '%s' Xarxa desconeguda especificada a -onlynet: '%s' - - Cannot resolve -bind address: '%s' - No es pot resoldre l'adreça -bind: '%s' - - - Cannot resolve -externalip address: '%s' - No es pot resoldre l'adreça -externalip: '%s' - - - Invalid amount for -paytxfee=<amount>: '%s' - Import no vàlid per a -paytxfee=<amount>: «%s» - Insufficient funds Balanç insuficient diff --git a/src/qt/locale/bitcoin_ca@valencia.ts b/src/qt/locale/bitcoin_ca@valencia.ts index dffb4160d..460a4e1dc 100644 --- a/src/qt/locale/bitcoin_ca@valencia.ts +++ b/src/qt/locale/bitcoin_ca@valencia.ts @@ -25,10 +25,6 @@ C&lose &Tanca - - &Copy Address - &Copia l'adreça - Delete the currently selected address from the list Elimina l'adreça sel·leccionada actualment de la llista @@ -73,6 +69,10 @@ These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. Estes són les vostres adreces Blackcoin per rebre pagaments. Es recomana utilitzar una adreça nova de recepció per a cada transacció. + + &Copy Address + &Copia l'adreça + Copy &Label Copia l'&etiqueta @@ -131,6 +131,10 @@ Repeat new passphrase Repetiu la nova contrasenya + + 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>. + Introduïu la contrasenya nova al moneder.<br/>Utilitzeu una contrasenya de <b>deu o més caràcters aleatoris</b>, o <b>vuit o més paraules</b>. + Encrypt wallet Encripta el moneder @@ -155,6 +159,10 @@ Change passphrase Canvia la contrasenya + + Enter the old passphrase and new passphrase to the wallet. + Introduïu la contrasenya antiga i la contrasenya nova al moneder. + Confirm wallet encryption Confirma l'encriptació del moneder @@ -167,29 +175,13 @@ Are you sure you wish to encrypt your wallet? Esteu segur que voleu encriptar el vostre moneder? - - Bitcoin Core will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - Ara es tancarà el Blackcoin More per finalitzar el procés d'encriptació. Tingueu present que encriptar el vostre moneder no garanteix que les vostres blackcoins no puguen ser robades per programari maliciós que infecti l'ordinador. - - - 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. - IMPORTANT: Tota copia de seguretat que hàgeu realitzat hauria de ser reemplaçada pel, recentment generat, fitxer encriptat del moneder. - - - Warning: The Caps Lock key is on! - Avís: Les lletres majúscules estan activades! - Wallet encrypted Moneder encriptat - 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>. - Introduïu la contrasenya nova al moneder.<br/>Utilitzeu una contrasenya de <b>deu o més caràcters aleatoris</b>, o <b>vuit o més paraules</b>. - - - Enter the old passphrase and new passphrase to the wallet. - Introduïu la contrasenya antiga i la contrasenya nova al moneder. + 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. + IMPORTANT: Tota copia de seguretat que hàgeu realitzat hauria de ser reemplaçada pel, recentment generat, fitxer encriptat del moneder. Wallet encryption failed @@ -219,6 +211,10 @@ Wallet passphrase was successfully changed. La contrasenya del moneder ha estat modificada correctament. + + Warning: The Caps Lock key is on! + Avís: Les lletres majúscules estan activades! + BanTableModel @@ -297,14 +293,6 @@ Open &URI... Obri un &URI... - - Bitcoin Core client - Client del Blackcoin More - - - Importing blocks from disk... - S'estan important els blocs del disc... - Reindexing blocks on disk... S'estan reindexant els blocs al disc... @@ -349,10 +337,6 @@ &Receive &Rep - - Show information about Bitcoin Core - Mostra informació del Blackcoin More - &Show / Hide &Mostra / Amaga @@ -389,22 +373,10 @@ Tabs toolbar Barra d'eines de les pestanyes - - Bitcoin Core - Nucli de Blackcoin - Request payments (generates QR codes and bitcoin: URIs) Sol·licita pagaments (genera codis QR i blackcoin: URI) - - &About Bitcoin Core - &Quant al Blackcoin More - - - Modify configuration options for Bitcoin Core - Modifica les opcions de configuració del Blackcoin More - Show the list of used sending addresses and labels Mostra la llista d'adreces d'enviament i etiquetes utilitzades @@ -421,42 +393,6 @@ &Command-line options Opcions de la &línia d'ordes - - Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options - Mostra el missatge d'ajuda del Blackcoin More per obtindre una llista amb les possibles opcions de línia d'ordes de Blackcoin - - - %n active connection(s) to Bitcoin network - %n connexió activa a la xarxa Blackcoin%n connexions actives a la xarxa Blackcoin - - - No block source available... - No hi ha cap font de bloc disponible... - - - Processed %n block(s) of transaction history. - Proccessats %n bloc de l'historial de transaccions.Proccessats %n blocs de l'historial de transaccions. - - - %n hour(s) - %n hora%n hores - - - %n day(s) - %n dia%n dies - - - %n week(s) - %n setmana%n setmanes - - - %1 and %2 - %1 i %2 - - - %n year(s) - %n any%n anys - %1 behind %1 darrere @@ -535,14 +471,7 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> El moneder està <b>encriptat</b> i actualment <b>bloquejat</b> - - - ClientModel - - Network Alert - Alerta de xarxa - - + CoinControlDialog @@ -561,10 +490,6 @@ Amount: Import: - - Priority: - Prioritat: - Fee: Comissió @@ -617,10 +542,6 @@ Confirmed Confirmat - - Priority - Prioritat - Copy address Copiar adreça @@ -661,10 +582,6 @@ Copy bytes Copia els bytes - - Copy priority - Copia la prioritat - Copy dust Copia el polsim @@ -673,66 +590,10 @@ Copy change Copia el canvi - - highest - El més alt - - - higher - Més alt - - - high - Alt - - - medium-high - mig-alt - - - medium - mig - - - low-medium - baix-mig - - - low - baix - - - lower - més baix - - - lowest - el més baix - (%1 locked) (%1 bloquejada) - - none - cap - - - This label turns red if the transaction size is greater than 1000 bytes. - Esta etiqueta es torna en roig si la transacció és superior a 1000 bytes. - - - This label turns red if the priority is smaller than "medium". - Esta etiqueta es torna en roig si la propietat és inferior que la «mitjana». - - - This label turns red if any recipient receives an amount smaller than %1. - Esta etiqueta es torna roja si el destinatari rep un import inferior de %1. - - - Can vary +/- %1 satoshi(s) per input. - Pot variar +/- %1 satoshi(s) per entrada. - yes @@ -742,16 +603,8 @@ no - This means a fee of at least %1 per kB is required. - Això comporta una comissió d'almenys %1 per kB. - - - Can vary +/- 1 byte per input. - Pot variar +/- 1 byte per entrada. - - - Transactions with higher priority are more likely to get included into a block. - Les transaccions amb una major prioritat són més propenses a ser incloses en un bloc. + Can vary +/- %1 satoshi(s) per input. + Pot variar +/- %1 satoshi(s) per entrada. (no label) @@ -804,14 +657,14 @@ Edit sending address Edita les adreces d'enviament - - The entered address "%1" is already in the address book. - L'adreça introduïda «%1» ja és present a la llibreta d'adreces. - The entered address "%1" is not a valid Bitcoin address. L'adreça introduïda «%1» no és una adreça de Blackcoin vàlida. + + The entered address "%1" is already in the address book. + L'adreça introduïda «%1» ja és present a la llibreta d'adreces. + Could not unlock wallet. No s'ha pogut desbloquejar el moneder. @@ -846,10 +699,6 @@ HelpMessageDialog - - Bitcoin Core - Blackcoin More - version versió @@ -858,10 +707,6 @@ (%1-bit) (%1-bit) - - About Bitcoin Core - Quant al Blackcoin More - Command-line options Opcions de línia d'ordes @@ -874,6 +719,22 @@ command-line options Opcions de la línia d'ordes + + UI Options: + Opcions d'interfície: + + + Set language, for example "de_DE" (default: system locale) + Defineix un idioma, per exemple «de_DE» (per defecte: preferències locals de sistema) + + + Start minimized + Inicia minimitzat + + + Set SSL root certificates for payment request (default: -system-) + Defineix certificats arrel SSL per a la sol·licitud de pagament (per defecte: -sistema-) + Intro @@ -881,18 +742,6 @@ Welcome Vos donem la benviguda - - Welcome to Bitcoin Core. - Vos donem la benvinguda al Blackcoin More. - - - As this is the first time the program is launched, you can choose where Bitcoin Core will store its data. - Atès que és la primera vegada que executeu el programa, podeu triar on emmagatzemarà el Blackcoin More les dades. - - - Bitcoin Core will download and store a copy of the Bitcoin block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - El Blackcoin More descarregarà i emmagatzemarà una còpia de la cadena de blocs de Blackcoin. Com a mínim s'emmagatzemaran %1 GB de dades en este directori, que seguiran creixent gradualment. També s'hi emmagatzemarà el moneder. - Use the default data directory Utilitza el directori de dades per defecte @@ -901,10 +750,6 @@ Use a custom data directory: Utilitza un directori de dades personalitzat: - - Bitcoin Core - Blackcoin More - Error: Specified data directory "%1" cannot be created. Error: el directori de dades «%1» especificat no pot ser creat. @@ -913,15 +758,22 @@ Error Error - - %n GB of free space available - %n GB d'espai lliure disponible%n GB d'espai lliure disponible + + + ModalOverlay + + Form + Formulari - - (of %n GB needed) - (de %n GB necessari)(de %n GB necessaris) + + Last block time + Últim temps de bloc - + + Hide + Amaga + + OpenURIDialog @@ -983,10 +835,6 @@ Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu. Minimitza en comptes d'eixir de l'aplicació quan la finestra es tanca. Quan s'habilita esta opció l'aplicació es tancara només quan se selecciona Ix del menú. - - The user interface language can be set here. This setting will take effect after restarting Bitcoin Core. - La interfície d'usuari pot definir-se des d'ací. El paràmetre tindrà efecte després de reiniciar el Blackcoin More. - 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 de terceres parts (p. ex. explorador de blocs) que apareix en la pestanya de transaccions com elements del menú contextual. %s en l'URL es reemplaçat pel resum de la transacció. Diferents URL estan separades per una barra vertical |. @@ -1011,14 +859,6 @@ &Network &Xarxa - - Automatically start Bitcoin Core after logging in to the system. - Inicia el Blackcoin More automàticament després d'iniciar una sessió en el sistema. - - - &Start Bitcoin Core on system login - &Inicia el Blackcoin More en inciar el sistema - (0 = auto, <0 = leave that many cores free) (0 = auto, <0 = deixa tants nuclis lliures) @@ -1225,30 +1065,6 @@ PaymentServer - - URI handling - Gestió d'URI - - - Invalid payment address %1 - Adreça de pagament no vàlida %1 - - - Payment request rejected - La sol·licitud de pagament s'ha rebutjat - - - Payment request network doesn't match client network. - La xarxa de la sol·licitud de pagament no coincideix amb la xarxa del client. - - - Payment request is not initialized. - La sol·licitud de pagament no està inicialitzada. - - - Requested payment amount of %1 is too small (considered dust). - L'import de pagament sol·licitat %1 és massa petit (es considera polsim). - Payment request error Error en la sol·licitud de pagament @@ -1257,10 +1073,18 @@ Cannot start bitcoin: click-to-pay handler No es pot iniciar blackcoin: gestor clica-per-pagar + + URI handling + Gestió d'URI + Payment request fetch URL is invalid: %1 L'URL de recuperació de la sol·licitud de pagament no és vàlida: %1 + + Invalid payment address %1 + Adreça de pagament no vàlida %1 + URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. L'URI no pot ser analitzat! Això pot ser a causa d'una adreça de Blackcoin no vàlida o per paràmetres URI amb mal format. @@ -1273,10 +1097,22 @@ Payment request file cannot be read! This can be caused by an invalid payment request file. No es pot llegir el fitxer de la sol·licitud de pagament. Això pot ser causat per un fitxer de sol·licitud de pagament no vàlid. + + Payment request rejected + La sol·licitud de pagament s'ha rebutjat + + + Payment request network doesn't match client network. + La xarxa de la sol·licitud de pagament no coincideix amb la xarxa del client. + Payment request expired. La sol·licitud de pagament ha vençut. + + Payment request is not initialized. + La sol·licitud de pagament no està inicialitzada. + Unverified payment requests to custom payment scripts are unsupported. No s'accepten sol·licituds de pagament no verificades a scripts de pagament personalitzats. @@ -1285,6 +1121,10 @@ Invalid payment request. Sol·licitud de pagament no vàlida. + + Requested payment amount of %1 is too small (considered dust). + L'import de pagament sol·licitat %1 és massa petit (es considera polsim). + Refund from %1 Reemborsament de %1 @@ -1305,14 +1145,14 @@ Bad response from server %1 Mala resposta del servidor %1 - - Payment acknowledged - Pagament reconegut - Network request error Error en la sol·licitud de xarxa + + Payment acknowledged + Pagament reconegut + PeerTableModel @@ -1324,11 +1164,7 @@ Node/Service Node/Servei - - Ping Time - Temps de ping - - + QObject @@ -1367,7 +1203,14 @@ %1 ms %1 ms - + + %1 and %2 + %1 i %2 + + + + QObject::QObject + QRImageWidget @@ -1389,10 +1232,6 @@ RPCConsole - - Client name - Nom del client - N/A N/A @@ -1413,10 +1252,6 @@ General General - - Using OpenSSL version - Utilitzant OpenSSL versió - Using BerkeleyDB version Utilitzant BerkeleyDB versió @@ -1445,10 +1280,6 @@ Current number of blocks Nombre de blocs actuals - - Open the Bitcoin Core debug log file from the current data directory. This can take a few seconds for large log files. - Obri el fitxer de registre de depuració del Blackcoin More del directori de dades actual. Pot portar uns quants segons per a fitxers de registre grans. - Received Rebut @@ -1537,10 +1368,6 @@ Out: Fora: - - Build date - Data de compilació - Debug log file Fitxer de registre de depuració @@ -1549,10 +1376,6 @@ Clear console Neteja la consola - - Welcome to the Bitcoin Core RPC console. - Vos donem la benviguda a la consola RPC del Blackcoin More. - Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. Utilitza les fletxes d'amunt i avall per navegar per l'historial, i <b>Ctrl-L<\b> per netejar la pantalla. @@ -1646,7 +1469,7 @@ Clear all fields of the form. - Esborra tots els camps del formuari. + Netejar tots els camps del formulari. Clear @@ -1678,7 +1501,7 @@ Copy label - Copia l'etiqueta + Copiar etiqueta Copy message @@ -1758,10 +1581,6 @@ Message Missatge - - Amount - Import - (no label) (sense etiqueta) @@ -1770,11 +1589,7 @@ (no message) (sense missatge) - - (no amount) - (sense import) - - + SendCoinsDialog @@ -1809,13 +1624,9 @@ Amount: Import: - - Priority: - Prioritat: - Fee: - Comissió: + Comissió After Fee: @@ -1881,10 +1692,6 @@ (Smart fee not initialized yet. This usually takes a few blocks...) (No s'ha inicialitzat encara la comissió intel·ligent. Normalment pren uns pocs blocs...) - - Confirmation time: - Temps de confirmació: - normal normal @@ -1893,14 +1700,6 @@ fast ràpid - - Send as zero-fee transaction if possible - Envia com a transacció de comissió zero si és possible - - - (confirmation may take longer) - (la confirmació pot trigar més temps) - Send to multiple recipients at once Envia a múltiples destinataris al mateix temps @@ -1933,14 +1732,6 @@ S&end E&nvia - - Confirm send coins - Confirma l'enviament de monedes - - - %1 to %2 - %1 a %2 - Copy quantity Copia la quantitat @@ -1962,17 +1753,37 @@ Copia els bytes - Copy priority - Copia la prioritat + Copy dust + Copia el polsim Copy change Copia el canvi + + %1 to %2 + %1 a %2 + + + Are you sure you want to send? + Esteu segur que ho voleu enviar? + + + added as transaction fee + S'ha afegit una taxa de transacció + or o + + Confirm send coins + Confirma l'enviament de monedes + + + The recipient address is not valid. Please recheck. + L'adreça de destinatari no és vàlida. Torneu-la a comprovar. + The amount to pay must be larger than 0. L'import a pagar ha de ser major que 0. @@ -1986,12 +1797,12 @@ El total excedeix el teu balanç quan s'afig la comissió a la transacció %1. - Transaction creation failed! - Ha fallat la creació de la transacció! + Duplicate address found: addresses should only be used once each. + S'ha trobat una adreça duplicada: cal utilitzar les adreces només un cop cada vegada. - 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. - S'ha rebutjat la transacció! Això pot passar si alguna de les monedes del vostre moneder ja s'han gastat; per exemple, si heu fet servir una còpia de seguretat del fitxer wallet.dat i s'hagueren gastat monedes de la còpia però sense marcar-les-hi com a gastades. + Transaction creation failed! + Ha fallat la creació de la transacció! A fee higher than %1 is considered an absurdly high fee. @@ -2001,41 +1812,17 @@ Payment request expired. La sol·licitud de pagament ha vençut. - - Estimated to begin confirmation within %n block(s). - Estimat per començar la confirmació en %n bloc.Estimat per començar la confirmació en %n blocs. - - - The recipient address is not valid. Please recheck. - L'adreça de destinatari no és vàlida. Torneu-la a comprovar. - - - Duplicate address found: addresses should only be used once each. - S'ha trobat una adreça duplicada: cal utilitzar les adreces només un cop cada vegada. - Warning: Invalid Bitcoin address Avís: adreça Blackcoin no vàlida - - (no label) - (sense etiqueta) - Warning: Unknown change address Avís: adreça de canvi desconeguda - Copy dust - Copia el polsim - - - Are you sure you want to send? - Esteu segur que ho voleu enviar? - - - added as transaction fee - S'ha afegit una taxa de transacció + (no label) + (sense etiqueta) @@ -2048,17 +1835,13 @@ Pay &To: Paga &a: - - Enter a label for this address to add it to your address book - Introduïu una etiqueta per a esta adreça per afegir-la a la llibreta d'adreces - &Label: &Etiqueta: Choose previously used address - Trieu una adreça feta servir anteriorment + Tria les adreces fetes servir amb anterioritat This is a normal payment. @@ -2070,11 +1853,11 @@ Alt+A - Alta+A + Alt+A Paste address from clipboard - Apegar adreça del porta-retalls + Apega l'adreça del porta-retalls Alt+P @@ -2120,13 +1903,20 @@ Memo: Memo: + + Enter a label for this address to add it to your address book + Introduïu una etiqueta per a esta adreça per afegir-la a la llibreta d'adreces + + + + SendConfirmationDialog + + Yes + + ShutdownWindow - - Bitcoin Core is shutting down... - S'està parant el Blackcoin More... - Do not shut down the computer until this window disappears. No apagueu l'ordinador fins que no desaparegui esta finestra. @@ -2273,14 +2063,6 @@ SplashScreen - - Bitcoin Core - Blackcoin More - - - The Bitcoin Core developers - Els desenvolupadors del Blackcoin More - [testnet] [testnet] @@ -2299,10 +2081,6 @@ Open until %1 Obert fins %1 - - conflicted - en conflicte - %1/offline %1/fora de línia @@ -2319,9 +2097,9 @@ Status Estat - - , broadcast through %n node(s) - , difusió a través de %n node, difusió a través de %n nodes + + , has not been successfully broadcast yet + , encara no ha estat emés correctement Date @@ -2339,6 +2117,10 @@ From Des de + + unknown + desconegut + To A @@ -2359,10 +2141,6 @@ Credit Crèdit - - matures in %n more block(s) - madura en %n bloc mésmadura en %n blocs més - not accepted no acceptat @@ -2431,30 +2209,14 @@ false fals - - , has not been successfully broadcast yet - , encara no ha estat emés correctement - - - Open for %n more block(s) - Obri per %n bloc mésObri per %n blocs més - - - unknown - desconegut - TransactionDescDialog - - Transaction details - Detall de la transacció - This pane shows a detailed description of the transaction Este panell mostra una descripció detallada de la transacció - + TransactionTableModel @@ -2466,37 +2228,17 @@ Tipus - Immature (%1 confirmations, will be available after %2) - Immadur (%1 confirmacions, serà disponible després de %2) - - - Open for %n more block(s) - Obri per %n bloc mésObri per %n blocs més + Label + Etiqueta Open until %1 Obert fins %1 - - Confirmed (%1 confirmations) - Confirmat (%1 confirmacions) - - - This block was not received by any other nodes and will probably not be accepted! - Este bloc no ha estat rebut per cap altre node i probablement no serà acceptat! - - - Generated but not accepted - Generat però no acceptat - Offline Fora de línia - - Label - Etiqueta - Unconfirmed Sense confirmar @@ -2505,10 +2247,26 @@ Confirming (%1 of %2 recommended confirmations) Confirmant (%1 de %2 confirmacions recomanades) + + Confirmed (%1 confirmations) + Confirmat (%1 confirmacions) + Conflicted En conflicte + + Immature (%1 confirmations, will be available after %2) + Immadur (%1 confirmacions, serà disponible després de %2) + + + This block was not received by any other nodes and will probably not be accepted! + Este bloc no ha estat rebut per cap altre node i probablement no serà acceptat! + + + Generated but not accepted + Generat però no acceptat + Received with Rebut amb @@ -2537,6 +2295,10 @@ (n/a) (n/a) + + (no label) + (sense etiqueta) + Transaction status. Hover over this field to show number of confirmations. Estat de la transacció. Desplaceu-vos sobre este camp per mostrar el nombre de confirmacions. @@ -2622,7 +2384,7 @@ Copy address - Copia l'adreça + Copiar adreça Copy label @@ -2648,34 +2410,18 @@ Export Transaction History Exporta l'historial de transacció - - Watch-only - Només de lectura - - - Exporting Failed - L'exportació ha fallat - - - There was an error trying to save the transaction history to %1. - S'ha produït un error en provar de guardar l'historial de transacció a %1. - - - Exporting Successful - Exportació amb èxit - - - The transaction history was successfully saved to %1. - L'historial de transaccions s'ha guardat correctament a %1. - Comma separated file (*.csv) - Fitxer separat per comes (*.csv) + Fitxer de separació amb comes (*.csv) Confirmed Confirmat + + Watch-only + Només de lectura + Date Data @@ -2696,6 +2442,22 @@ ID ID + + Exporting Failed + L'exportació ha fallat + + + There was an error trying to save the transaction history to %1. + S'ha produït un error en provar de guardar l'historial de transacció a %1. + + + Exporting Successful + Exportació amb èxit + + + The transaction history was successfully saved to %1. + L'historial de transaccions s'ha guardat correctament a %1. + Range: Rang: @@ -2752,14 +2514,14 @@ There was an error trying to save the wallet data to %1. S'ha produït un error en provar de guardar les dades del moneder a %1. - - The wallet data was successfully saved to %1. - S'han guardat les dades del moneder correctament a %1. - Backup Successful La còpia de seguretat s'ha realitzat correctament + + The wallet data was successfully saved to %1. + S'han guardat les dades del moneder correctament a %1. + bitcoin-core @@ -2783,13 +2545,21 @@ Accept command line and JSON-RPC commands Accepta la línia d'ordes i ordes JSON-RPC + + Error: A fatal internal error occurred, see debug.log for details + Error: s'ha produït un error intern fatal. Vegeu debug.log per a més detalls + + + Pruning blockstore... + S'està podant l'emmagatzemament de blocs... + Run in the background as a daemon and accept commands Executa en segon pla com a programa dimoni i accepta ordes - Accept connections from outside (default: 1 if no -proxy or -connect) - Accepta connexions de fora (per defecte: 1 si no -proxy o -connect) + Bitcoin Core + Blackcoin More Bind to given address and always listen on it. Use [host]:port notation for IPv6 @@ -2799,10 +2569,6 @@ Delete all wallet transactions and only recover those parts of the blockchain through -rescan on startup Elimina totes les transaccions del moneder i només recupera aquelles de la cadena de blocs a través de -rescan a l'inici - - Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. - Distribuït sota llicència de programari MIT. Vegeu el fitxer acompanyant COPYING o <http://www.opensource.org/licenses/mit-license.php>. - Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) Executa una orde quan una transacció del moneder canvie (%s en cmd es canvia per TxID) @@ -2811,38 +2577,6 @@ Set the number of script verification threads (%u to %d, 0 = auto, <0 = leave that many cores free, default: %d) Defineix el nombre de fils de verificació d'scripts (%u a %d, 0 = auto, <0 = deixa tants nuclis lliures, per defecte: %d) - - This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - Esta és una versió de pre-llançament - utilitza-la sota la teva responsabilitat - No usar per a minería o aplicacions de compra-venda - - - Unable to bind to %s on this computer. Bitcoin Core is probably already running. - No es pot enllaçar %s a este ordinador. El Blackcoin More probablement ja estiga executant-s'hi. - - - WARNING: abnormally high number of blocks generated, %d blocks received in the last %d hours (%d expected) - AVÍS: s'ha generat un nombre anòmalament alt de blocs, %d blocs rebuts en les darreres %d hores (se n'esperaven %d) - - - WARNING: check your network connection, %d blocks received in the last %d hours (%d expected) - AVÍS: comproveu la vostra connexió a la xarxa, %d blocs rebuts en les darreres %d hores (se n'esperaven %d) - - - Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. - Avís: la xarxa no pareix que hi estiga plenament d'acord. Alguns miners pareix que estan experimentant problemes. - - - Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. - Avís: pareix que no estem plenament d'acord amb els nostres iguals! Podria caldre que actualitzar l'aplicació, o potser que ho facen altres nodes. - - - 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. - Avís: el fitxer wallet.dat és corrupte, dades rescatades! L'arxiu wallet.dat original ha estat guardat com wallet.{estampa_temporal}.bak al directori %s; si el teu balanç o transaccions son incorrectes hauries de restaurar-lo de un backup. - - - Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. - Afig a la llista blanca els iguals que es connecten de la màscara de xarxa o adreça IP donada. Es pot especificar moltes vegades. - <category> can be: <category> pot ser: @@ -2851,10 +2585,6 @@ Block creation options: Opcions de la creació de blocs: - - Connect only to the specified node(s) - Connecta només al(s) node(s) especificats - Connection options: Opcions de connexió: @@ -2959,14 +2689,6 @@ Wallet options: Opcions de moneder: - - Warning: This version is obsolete; upgrade required! - Avís: esta versió és obsoleta; cal actualitzar-la! - - - You need to rebuild the database using -reindex to change -txindex - Cal que reconstruïu la base de dades fent servir -reindex per canviar -txindex - 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 Permet les connexions JSON-RPC d'una font específica. Vàlid per a <ip> són una IP individual (p. ex., 1.2.3.4), una xarxa / màscara de xarxa (p. ex., 1.2.3.4/255.255.255.0) o una xarxa/CIDR (p. ex., 1.2.3.4/24). Es pot especificar esta opció moltes vegades @@ -2979,10 +2701,6 @@ 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) Vincula a l'adreça donada per a escoltar les connexions JSON-RPC. Feu servir la notació [host]:port per a IPv6. Esta opció pot ser especificada moltes vegades (per defecte: vincula a totes les interfícies) - - Cannot obtain a lock on data directory %s. Bitcoin Core is probably already running. - No es pot obtindre un bloqueig del directori de dades %s. El Blackcoin More probablement ja s'estiga executant. - Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) Crea fitxers nous amb els permisos per defecte del sistema, en comptes de l'umask 077 (només efectiu amb la funcionalitat de moneder inhabilitada) @@ -3011,10 +2729,6 @@ Maximum size of data in data carrier transactions we relay and mine (default: %u) Mida màxima de les dades en les transaccions de l'operador en què confiem i en les meues (per defecte: %u) - - Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect) - Consulta a adreces d'iguals a través de DNS, si es troba baix en adreces (per defecte: 1 a menys que -connect) - Randomize credentials for every proxy connection. This enables Tor stream isolation (default: %u) Genera a l'atzar credencials per a cada connexió proxy. Això habilita l'aïllament del flux de Tor (per defecte: %u) @@ -3023,18 +2737,10 @@ Set maximum size of high-priority/low-fee transactions in bytes (default: %d) Defineix la mida màxima de transaccions d'alta prioritat / baixa comissió en bytes (per defecte: %d) - - Set the number of threads for coin generation if enabled (-1 = all cores, default: %d) - Defineix el nombre de fils per a la generació de moneda si està habilitat (-1 = tots els nuclis, per defecte: %d) - The transaction amount is too small to send after the fee has been deducted L'import de la transacció és massa petit per enviar-la després que se'n deduïsca la comissió - - 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. - Este producte inclou programari desenvolupat pel projecte OpenSSL per a ús a l'OpenSSL Toolkit <https://www.openssl.org/> i programari criptogràfic escrit per Eric Young i programari UPnP escrit per Thomas Bernard. - 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 Els iguals en la llista blanca no poden ser bandejats per DoS i es transmetran sempre llurs transaccions, fins i tot si ja són a la mempool. Això és útil, p. ex., per a una passarel·la @@ -3051,49 +2757,17 @@ Accept public REST requests (default: %u) Accepta sol·licituds REST públiques (per defecte: %u) - - Activating best chain... - S'està activant la millor cadena... - - - Cannot resolve -whitebind address: '%s' - No es pot resoldre l'adreça -whitebind: «%s» - Connect through SOCKS5 proxy Connecta a través del proxy SOCKS5 - - Copyright (C) 2009-%i The Bitcoin Core Developers - Copyright (C) 2018-%i Els desenvolupadors del Blackcoin More - - - Error loading wallet.dat: Wallet requires newer version of Bitcoin Core - Error en carregar wallet.dat: el moneder requereix una versió més nova del Blackcoin More - Error reading from database, shutting down. Error en llegir la base de dades, tancant. Information - &Informació - - - Initialization sanity check failed. Bitcoin Core is shutting down. - Ha fallat la inicialització de la comprovació de validesa. El Blackcoin More s'està parant. - - - Invalid amount for -maxtxfee=<amount>: '%s' - Import no vàlid per a -maxtxfee=<amount>: '%s' - - - Invalid amount for -minrelaytxfee=<amount>: '%s' - Import no vàlid per a -minrelaytxfee=<amount>: «%s» - - - Invalid amount for -mintxfee=<amount>: '%s' - Import no vàlid per a -mintxfee=<amount>: «%s» + Informació Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) @@ -3119,14 +2793,6 @@ RPC server options: Opcions del servidor RPC: - - Rebuild block chain index from current blk000??.dat files on startup - Reconstrueix l'índex de la cadena de blocs dels fitxers blk000??.dat actuals a l'inici. - - - Receive and display P2P network alerts (default: %u) - Rep i mostra avisos de la xarxa P2P (per defecte: %u) - Send trace/debug info to console instead of debug.log file Envia informació de traça/depuració a la consola en comptes del fitxer debug.log @@ -3159,10 +2825,6 @@ Transaction amount too small Import de la transacció massa petit - - Transaction amounts must be positive - Els imports de les transaccions han de ser positius - Transaction too large for fee policy Transacció massa gran per a la política de comissions @@ -3179,10 +2841,6 @@ Username for JSON-RPC connections Nom d'usuari per a connexions JSON-RPC - - Wallet needed to be rewritten: restart Bitcoin Core to complete - Cal reescriure el moneder: reiniceu el Blackcoin More per completar-ho. - Warning Avís @@ -3191,10 +2849,6 @@ Zapping all transactions from wallet... Se suprimeixen totes les transaccions del moneder... - - wallet.dat corrupt, salvage failed - El fitxer wallet.data és corrupte. El rescat de les dades ha fallat - Password for JSON-RPC connections Contrasenya per a connexions JSON-RPC @@ -3203,10 +2857,6 @@ Execute command when the best block changes (%s in cmd is replaced by block hash) Executa l'orde quan el millor bloc canvie (%s en cmd es reemplaça per un resum de bloc) - - This help message - Este misatge d'ajuda - Allow DNS lookups for -addnode, -seednode and -connect Permet consultes DNS per a -addnode, -seednode i -connect @@ -3215,10 +2865,6 @@ Loading addresses... S'estan carregant les adreces... - - Error loading wallet.dat: Wallet corrupted - Error en carregar wallet.dat: Moneder corrupte - (1 = keep tx meta data e.g. account owner and payment request information, 2 = drop tx meta data) (1 = manté les metadades de les tx, p. ex., propietari del compte i informació de sol·licitud del pagament, 2 = prescindeix de les metadades de les tx) @@ -3251,14 +2897,6 @@ Always query for peer addresses via DNS lookup (default: %u) Demana sempre les adreces dels iguals a través de consultes DNS (per defecte: %u) - - Error loading wallet.dat - Error en carregar wallet.dat - - - Generate coins (default: %u) - Genera monedes (per defecte: %u) - How many blocks to check at startup (default: %u, 0 = all) Quants blocs per comprovar a l'inici (per defecte: %u, 0 = tots) @@ -3311,10 +2949,6 @@ Set key pool size to <n> (default: %u) Defineix la mida clau disponible a <n> (per defecte: %u) - - Set minimum block size in bytes (default: %u) - Defineix la mida de bloc mínima en bytes (per defecte: %u) - Set the number of threads to service RPC calls (default: %d) Defineix el nombre de fils a crides de servei RPC (per defecte: %d) @@ -3343,18 +2977,6 @@ Unknown network specified in -onlynet: '%s' Xarxa desconeguda especificada a -onlynet: '%s' - - Cannot resolve -bind address: '%s' - No es pot resoldre l'adreça -bind: '%s' - - - Cannot resolve -externalip address: '%s' - No es pot resoldre l'adreça -externalip: '%s' - - - Invalid amount for -paytxfee=<amount>: '%s' - Import no vàlid per a -paytxfee=<amount>: «%s» - Insufficient funds Balanç insuficient diff --git a/src/qt/locale/bitcoin_ca_ES.ts b/src/qt/locale/bitcoin_ca_ES.ts index bebb5992e..93d41a150 100644 --- a/src/qt/locale/bitcoin_ca_ES.ts +++ b/src/qt/locale/bitcoin_ca_ES.ts @@ -25,10 +25,6 @@ C&lose &Tanca - - &Copy Address - &Copia l'adreça - Delete the currently selected address from the list Elimina l'adreça sel·leccionada actualment de la llista @@ -47,23 +43,23 @@ Choose the address to send coins to - Trieu una adreça on voleu enviar monedes + Trieu l'adreça on enviar les monedes Choose the address to receive coins with - Trieu l'adreça on voleu rebre monedes + Trieu l'adreça on rebre les monedes C&hoose - T&ria + &Tria Sending addresses - S'estan enviant les adreces + Adreces d'enviament Receiving addresses - S'estan rebent les adreces + Adreces de recepció These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. @@ -73,9 +69,13 @@ These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. Aquestes són les vostres adreces Blackcoin per rebre pagaments. Es recomana utilitzar una adreça nova de recepció per a cada transacció. + + &Copy Address + &Copia l'adreça + Copy &Label - Copia l'&etiqueta + Copia l'eti&queta &Edit @@ -87,7 +87,7 @@ Comma separated file (*.csv) - Fitxer de separació amb comes (*.csv) + Fitxer separat per comes (*.csv) Exporting Failed @@ -131,6 +131,10 @@ Repeat new passphrase Repetiu la nova contrasenya + + 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>. + Introduïu la contrasenya nova al moneder.<br/>Utilitzeu una contrasenya de <b>deu o més caràcters aleatoris</b>, o <b>vuit o més paraules</b>. + Encrypt wallet Encripta el moneder @@ -155,6 +159,10 @@ Change passphrase Canvia la contrasenya + + Enter the old passphrase and new passphrase to the wallet. + Introduïu la contrasenya antiga i la contrasenya nova al moneder. + Confirm wallet encryption Confirma l'encriptació del moneder @@ -167,29 +175,17 @@ Are you sure you wish to encrypt your wallet? Esteu segur que voleu encriptar el vostre moneder? - - Bitcoin Core will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - Ara es tancarà el Blackcoin More per finalitzar el procés d'encriptació. Tingueu present que encriptar el vostre moneder no garanteix que les vostres blackcoins no puguin ser robades per programari maliciós que infecti l'ordinador. - - - 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. - IMPORTANT: Tota copia de seguretat que hàgiu realitzat hauria de ser reemplaçada pel, recentment generat, fitxer encriptat del moneder. - - - Warning: The Caps Lock key is on! - Avís: Les lletres majúscules estan activades! - Wallet encrypted Moneder encriptat - 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>. - Introduïu la contrasenya nova al moneder.<br/>Utilitzeu una contrasenya de <b>deu o més caràcters aleatoris</b>, o <b>vuit o més paraules</b>. + %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. + Ara es tancarà el %1 per finalitzar el procés d'encriptació. Recordeu que encriptar el vostre moneder no garanteix que les vostres blackcoins no puguin ser robades per programari maliciós que infecti l'ordinador. - Enter the old passphrase and new passphrase to the wallet. - Introduïu la contrasenya antiga i la contrasenya nova al moneder. + 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. + IMPORTANT: Tota copia de seguretat que hàgiu realitzat hauria de ser reemplaçada pel, recentment generat, fitxer encriptat del moneder. Per motius de seguretat, les còpies de seguretat anteriors del fitxer de moneder no encriptat esdevindran inusables tan aviat com començar a utilitzar el nou moneder encriptat. Wallet encryption failed @@ -201,7 +197,7 @@ The supplied passphrases do not match. - La contrasenya introduïda no coincideix. + Les contrasenyes introduïdes no coincideixen. Wallet unlock failed @@ -219,6 +215,10 @@ Wallet passphrase was successfully changed. La contrasenya del moneder ha estat modificada correctament. + + Warning: The Caps Lock key is on! + Avís: Les lletres majúscules estan activades! + BanTableModel @@ -269,6 +269,14 @@ Quit application Surt de l'aplicació + + &About %1 + Qu&ant al %1 + + + Show information about %1 + Mosta informació sobre el %1 + About &Qt Quant a &Qt @@ -281,6 +289,10 @@ &Options... &Opcions... + + Modify configuration options for %1 + Modifica les opcions de configuració de %1 + &Encrypt Wallet... &Encripta el moneder... @@ -299,19 +311,23 @@ &Receiving addresses... - Adreces de &recepció + Adreces de &recepció... Open &URI... Obre un &URI... - Bitcoin Core client - Client del Blackcoin More + Click to disable network activity. + Feu clic per inhabilitar l'activitat de la xarxa. - Importing blocks from disk... - S'estan important els blocs del disc... + Network activity disabled. + S'ha inhabilitat l'activitat de la xarxa. + + + Click to enable network activity again. + Feu clic per tornar a habilitar l'activitat de la xarxa. Reindexing blocks on disk... @@ -357,10 +373,6 @@ &Receive &Rep - - Show information about Bitcoin Core - Mostra informació del Blackcoin More - &Show / Hide &Mostra / Amaga @@ -397,22 +409,10 @@ Tabs toolbar Barra d'eines de les pestanyes - - Bitcoin Core - Blackcoin More - Request payments (generates QR codes and bitcoin: URIs) Sol·licita pagaments (genera codis QR i blackcoin: URI) - - &About Bitcoin Core - &Quant al Blackcoin More - - - Modify configuration options for Bitcoin Core - Modifica les opcions de configuració del Blackcoin More - Show the list of used sending addresses and labels Mostra la llista d'adreces d'enviament i etiquetes utilitzades @@ -429,41 +429,21 @@ &Command-line options Opcions de la &línia d'ordres - - Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options - Mostra el missatge d'ajuda del Blackcoin More per obtenir una llista amb les possibles opcions de línia d'ordres de Blackcoin - %n active connection(s) to Bitcoin network %n connexió activa a la xarxa Blackcoin%n connexions actives a la xarxa Blackcoin - No block source available... - No hi ha cap font de bloc disponible... + Indexing blocks on disk... + S'estan indexant els blocs al disc... + + + Processing blocks on disk... + S'estan processant els blocs al disc... Processed %n block(s) of transaction history. - S'han processat %n bloc de l'historial de transacció.S'han processat %n blocs de l'historial de transacció. - - - %n hour(s) - %n hora%n hores - - - %n day(s) - %n dia%n dies - - - %n week(s) - %n setmana%n setmanes - - - %1 and %2 - %1 i %2 - - - %n year(s) - %n any%n anys + S'ha processat %n bloc de l'historial de transacció.S'han processat %n blocs de l'historial de transacció. %1 behind @@ -487,12 +467,20 @@ Information - Informació + &Informació Up to date Al dia + + Show the %1 help message to get a list with possible Bitcoin command-line options + Mostra el missatge d'ajuda del %1 per obtenir una llista amb les possibles opcions de línia d'ordres de Blackcoin + + + %1 client + Client de %1 + Catching up... S'està posant al dia ... @@ -535,6 +523,14 @@ Incoming transaction Transacció entrant + + HD key generation is <b>enabled</b> + La generació de la clau HD és <b>habilitada</b> + + + HD key generation is <b>disabled</b> + La generació de la clau HD és <b>inhabilitada</b> + Wallet is <b>encrypted</b> and currently <b>unlocked</b> El moneder està <b>encriptat</b> i actualment <b>desbloquejat</b> @@ -543,12 +539,9 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> El moneder està <b>encriptat</b> i actualment <b>bloquejat</b> - - - ClientModel - Network Alert - Alerta de xarxa + A fatal error occurred. Bitcoin can no longer continue safely and will quit. + S'ha produït un error fatal. Blackcoin no pot continuar amb seguretat i finalitzarà. @@ -569,13 +562,9 @@ Amount: Import: - - Priority: - Prioritat: - Fee: - Comissió + Comissió: Dust: @@ -625,17 +614,13 @@ Confirmed Confirmat - - Priority - Prioritat - Copy address - Copiar adreça + Copia l'adreça Copy label - Copiar etiqueta + Copia l'etiqueta Copy amount @@ -643,7 +628,7 @@ Copy transaction ID - Copiar ID de transacció + Copia l'ID de transacció Lock unspent @@ -669,10 +654,6 @@ Copy bytes Copia els bytes - - Copy priority - Copia la prioritat - Copy dust Copia el polsim @@ -681,66 +662,10 @@ Copy change Copia el canvi - - highest - El més alt - - - higher - Més alt - - - high - Alt - - - medium-high - mig-alt - - - medium - mig - - - low-medium - baix-mig - - - low - baix - - - lower - més baix - - - lowest - el més baix - (%1 locked) (%1 bloquejada) - - none - cap - - - This label turns red if the transaction size is greater than 1000 bytes. - Aquesta etiqueta es torna en vermell si la transacció és superior a 1000 bytes. - - - This label turns red if the priority is smaller than "medium". - Aquesta etiqueta es torna en vermell si la propietat és inferior que la «mitjana». - - - This label turns red if any recipient receives an amount smaller than %1. - Aquesta etiqueta es torna vermella si el destinatari rep un import inferior de %1. - - - Can vary +/- %1 satoshi(s) per input. - Pot variar +/- %1 satoshi(s) per entrada. - yes @@ -750,16 +675,12 @@ no - This means a fee of at least %1 per kB is required. - Això comporta una comissió d'almenys %1 per kB. + This label turns red if any recipient receives an amount smaller than the current dust threshold. + Aquesta etiqueta es torna vermella si cap recipient rep un import inferior al llindar de polsim actual. - Can vary +/- 1 byte per input. - Pot variar +/- 1 byte per entrada. - - - Transactions with higher priority are more likely to get included into a block. - Les transaccions amb una major prioritat són més propenses a ser incloses en un bloc. + Can vary +/- %1 satoshi(s) per input. + Pot variar en +/- %1 satoshi(s) per entrada. (no label) @@ -798,7 +719,7 @@ New receiving address - Nova adreça de recepció. + Nova adreça de recepció New sending address @@ -806,27 +727,27 @@ Edit receiving address - Edita les adreces de recepció + Edita l'adreça de recepció Edit sending address - Edita les adreces d'enviament - - - The entered address "%1" is already in the address book. - L'adreça introduïda «%1» ja és present a la llibreta d'adreces. + Edita l'adreça d'enviament The entered address "%1" is not a valid Bitcoin address. L'adreça introduïda «%1» no és una adreça de Blackcoin vàlida. + + The entered address "%1" is already in the address book. + L'adreça introduïda «%1» ja és present a la llibreta d'adreces. + Could not unlock wallet. No s'ha pogut desbloquejar el moneder. New key generation failed. - Ha fallat la generació d'una nova clau. + Ha fallat la generació d'una clau nova. @@ -854,10 +775,6 @@ HelpMessageDialog - - Bitcoin Core - Blackcoin More - version versió @@ -867,8 +784,8 @@ (%1-bit) - About Bitcoin Core - Quant al Blackcoin More + About %1 + Quant al %1 Command-line options @@ -907,7 +824,7 @@ Mostra la pantalla de benvinguda a l'inici (per defecte: %u) - Reset all settings changes made over the GUI + Reset all settings changed in the GUI Reinicialitza tots els canvis de configuració fets des de la interfície gràfica @@ -915,19 +832,19 @@ Intro Welcome - Us donem la benviguda + Us donem la benvinguda - Welcome to Bitcoin Core. - Us donem la benvinguda al Blackcoin More. + Welcome to %1. + Us donem la benvinguda a %1. - As this is the first time the program is launched, you can choose where Bitcoin Core will store its data. - Atès que és la primera vegada que executeu el programa, podeu triar on emmagatzemarà el Blackcoin More les dades. + As this is the first time the program is launched, you can choose where %1 will store its data. + Com és la primera vegada que s'executa el programa, podeu triar on %1 emmagatzemarà les dades. - Bitcoin Core will download and store a copy of the Blackcoin block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - El Blackcoin More descarregarà i emmagatzemarà una còpia de la cadena de blocs de Blackcoin. Com a mínim s'emmagatzemaran %1 GB de dades en aquest directori, que seguiran creixent gradualment. També s'hi emmagatzemarà el moneder. + %1 will download and store a copy of the Bitcoin block chain. At least %2GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + %1 baixarà i emmagatzemarà una còpia de la cadena de blocs de Blackcoin. Com a mínim %2GB de dades s'emmagatzemaran en aquest directori, i augmentarà al llarg del temps. El moneder també s'emmagatzemarà en aquest directori. Use the default data directory @@ -937,10 +854,6 @@ Use a custom data directory: Utilitza un directori de dades personalitzat: - - Bitcoin Core - Blackcoin More - Error: Specified data directory "%1" cannot be created. Error: el directori de dades «%1» especificat no pot ser creat. @@ -958,6 +871,37 @@ (de %n GB necessari)(de %n GB necessaris) + + ModalOverlay + + Form + Formulari + + + Last block time + Últim temps de bloc + + + Progress + Progrés + + + calculating... + s'està calculant... + + + Estimated time left until synced + Temps estimat restant fins sincronitzat + + + Hide + Amaga + + + Unknown. Syncing Headers (%1)... + Desconegut. Sincronització de les capçaleres (%1)... + + OpenURIDialog @@ -978,7 +922,7 @@ Select payment request file to open - Selecciona el fitxer de sol·licitud de pagament per obrir + Seleccioneu el fitxer de sol·licitud de pagament per obrir @@ -991,6 +935,14 @@ &Main &Principal + + Automatically start %1 after logging in to the system. + Inicieu %1 automàticament després d'entrar en el sistema. + + + &Start %1 on system login + &Inicia %1 en l'entrada al sistema + Size of &database cache Mida de la memòria cau de la base de &dades @@ -1019,10 +971,6 @@ Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu. Minimitza en comptes de sortir de l'aplicació quan la finestra es tanca. Quan s'habilita aquesta opció l'aplicació es tancara només quan se selecciona Surt del menú. - - The user interface language can be set here. This setting will take effect after restarting Bitcoin Core. - La interfície d'usuari pot definir-se des d'aquí. El paràmetre tindrà efecte després de reiniciar el Blackcoin More. - 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 de terceres parts (p. ex. explorador de blocs) que apareix en la pestanya de transaccions com elements del menú contextual. %s en l'URL es reemplaçat pel resum de la transacció. Diferents URL estan separades per una barra vertical |. @@ -1047,14 +995,6 @@ &Network &Xarxa - - Automatically start Bitcoin Core after logging in to the system. - Inicia el Blackcoin More automàticament després d'iniciar una sessió en el sistema. - - - &Start Bitcoin Core on system login - &Inicia el Blackcoin More en inciar el sistema - (0 = auto, <0 = leave that many cores free) (0 = auto, <0 = deixa tants nuclis lliures) @@ -1115,6 +1055,22 @@ Shows, if the supplied default SOCKS5 proxy is used to reach peers via this network type. Mostra si el proxy SOCKS5 per defecte proporcionat s'utilitza per arribar als iguals mitjançant aquest tipus de xarxa. + + IPv4 + IPv4 + + + IPv6 + IPv6 + + + Tor + Tor + + + Connect to the Bitcoin network through a separate SOCKS5 proxy for Tor hidden services. + Conectar a la red de Blackcoin a través de un proxy SOCKS5 per als serveis ocults de Tor + Use separate SOCKS5 proxy to reach peers via Tor hidden services: Utilitza un proxy SOCKS4 apart per a arribar als iguals a través de serveis ocults de Tor: @@ -1123,6 +1079,14 @@ &Window &Finestra + + &Hide the icon from the system tray. + Ama&ga la icona de la safata del sistema. + + + Hide tray icon + Amaga la icona de la safata + Show only a tray icon after minimizing the window. Mostra només la icona de la barra en minimitzar la finestra. @@ -1143,6 +1107,10 @@ User Interface &language: &Llengua de la interfície d'usuari: + + The user interface language can be set here. This setting will take effect after restarting %1. + Aquí es pot definir la llengua de la interfície d'usuari. Aquest paràmetre tindrà efecte en reiniciar el %1. + &Unit to show amounts in: &Unitats per mostrar els imports en: @@ -1269,42 +1237,26 @@ PaymentServer + + Payment request error + Error de la sol·licitud de pagament + + + Cannot start bitcoin: click-to-pay handler + No es pot iniciar blackcoin: controlador click-to-pay + URI handling Gestió d'URI - - Invalid payment address %1 - Adreça de pagament no vàlida %1 - - - Payment request rejected - La sol·licitud de pagament s'ha rebutjat - - - Payment request network doesn't match client network. - La xarxa de la sol·licitud de pagament no coincideix amb la xarxa del client. - - - Payment request is not initialized. - La sol·licitud de pagament no està inicialitzada. - - - Requested payment amount of %1 is too small (considered dust). - L'import de pagament sol·licitat %1 és massa petit (es considera polsim). - - - Payment request error - Error en la sol·licitud de pagament - - - Cannot start bitcoin: click-to-pay handler - No es pot iniciar blackcoin: gestor clica-per-pagar - Payment request fetch URL is invalid: %1 L'URL de recuperació de la sol·licitud de pagament no és vàlida: %1 + + Invalid payment address %1 + Adreça de pagament no vàlida %1 + URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. L'URI no pot ser analitzat! Això pot ser a causa d'una adreça de Blackcoin no vàlida o per paràmetres URI amb mal format. @@ -1317,10 +1269,22 @@ Payment request file cannot be read! This can be caused by an invalid payment request file. No es pot llegir el fitxer de la sol·licitud de pagament. Això pot ser causat per un fitxer de sol·licitud de pagament no vàlid. + + Payment request rejected + La sol·licitud de pagament s'ha rebutjat + + + Payment request network doesn't match client network. + La xarxa de la sol·licitud de pagament no coincideix amb la xarxa del client. + Payment request expired. La sol·licitud de pagament ha vençut. + + Payment request is not initialized. + La sol·licitud de pagament no està inicialitzada. + Unverified payment requests to custom payment scripts are unsupported. No s'accepten sol·licituds de pagament no verificades a scripts de pagament personalitzats. @@ -1329,6 +1293,10 @@ Invalid payment request. Sol·licitud de pagament no vàlida. + + Requested payment amount of %1 is too small (considered dust). + L'import de pagament sol·licitat %1 és massa petit (es considera polsim). + Refund from %1 Reemborsament de %1 @@ -1349,14 +1317,14 @@ Bad response from server %1 Mala resposta del servidor %1 - - Payment acknowledged - Pagament reconegut - Network request error Error en la sol·licitud de xarxa + + Payment acknowledged + Pagament reconegut + PeerTableModel @@ -1368,11 +1336,7 @@ Node/Service Node/Servei - - Ping Time - Temps de ping - - + QObject @@ -1411,7 +1375,14 @@ %1 ms %1 ms - + + %1 and %2 + %1 i %2 + + + + QObject::QObject + QRImageWidget @@ -1433,10 +1404,6 @@ RPCConsole - - Client name - Nom del client - N/A N/A @@ -1457,14 +1424,14 @@ General General - - Using OpenSSL version - Utilitzant OpenSSL versió - Using BerkeleyDB version Utilitzant BerkeleyDB versió + + Datadir + Datadir + Startup time &Temps d'inici @@ -1490,8 +1457,16 @@ Nombre de blocs actuals - Open the Bitcoin Core debug log file from the current data directory. This can take a few seconds for large log files. - Obre el fitxer de registre de depuració del Blackcoin More del directori de dades actual. Pot portar uns quants segons per a fitxers de registre grans. + Memory Pool + Reserva de memòria + + + Current number of transactions + Nombre actual de transaccions + + + Memory usage + Us de memoria Received @@ -1609,10 +1584,6 @@ Out: Fora: - - Build date - Data de compilació - Debug log file Fitxer de registre de depuració @@ -1621,14 +1592,6 @@ Clear console Neteja la consola - - &Disconnect Node - &Desconnecta el node - - - Ban Node for - Bandeja el node durant - 1 &hour 1 &hora @@ -1645,14 +1608,6 @@ 1 &year 1 &any - - &Unban Node - &Desbandeja el node - - - Welcome to the Bitcoin Core RPC console. - Us donem la benviguda a la consola RPC del Blackcoin More. - Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. Utilitza les fletxes d'amunt i avall per navegar per l'historial, i <b>Ctrl-L<\b> per netejar la pantalla. @@ -1862,10 +1817,6 @@ Message Missatge - - Amount - Import - (no label) (sense etiqueta) @@ -1875,8 +1826,12 @@ (sense missatge) - (no amount) - (sense import) + (no amount requested) + (no s'ha sol·licitat import) + + + Requested + Sol·licitat @@ -1913,10 +1868,6 @@ Amount: Import: - - Priority: - Prioritat: - Fee: Comissió: @@ -1985,10 +1936,6 @@ (Smart fee not initialized yet. This usually takes a few blocks...) (No s'ha inicialitzat encara la comissió intel·ligent. Normalment pren uns pocs blocs...) - - Confirmation time: - Temps de confirmació: - normal normal @@ -1997,14 +1944,6 @@ fast ràpid - - Send as zero-fee transaction if possible - Envia com a transacció de comissió zero si és possible - - - (confirmation may take longer) - (la confirmació pot trigar més temps) - Send to multiple recipients at once Envia a múltiples destinataris al mateix temps @@ -2015,7 +1954,7 @@ Clear all fields of the form. - Netejar tots els camps del formulari. + Esborra tots els camps del formuari. Dust: @@ -2037,14 +1976,6 @@ S&end E&nvia - - Confirm send coins - Confirma l'enviament de monedes - - - %1 to %2 - %1 a %2 - Copy quantity Copia la quantitat @@ -2066,13 +1997,25 @@ Copia els bytes - Copy priority - Copia la prioritat + Copy dust + Copia el polsim Copy change Copia el canvi + + %1 to %2 + %1 a %2 + + + Are you sure you want to send? + Esteu segur que ho voleu enviar? + + + added as transaction fee + S'ha afegit una taxa de transacció + Total Amount %1 Import total %1 @@ -2081,6 +2024,14 @@ or o + + Confirm send coins + Confirma l'enviament de monedes + + + The recipient address is not valid. Please recheck. + L'adreça del destinatari no és vàlida. Torneu-la a comprovar. + The amount to pay must be larger than 0. L'import a pagar ha de ser major que 0. @@ -2091,15 +2042,15 @@ The total exceeds your balance when the %1 transaction fee is included. - El total excedeix el teu balanç quan s'afegeix la comissió a la transacció %1. + El total excedeix el vostre balanç quan s'afegeix la comissió a la transacció %1. + + + Duplicate address found: addresses should only be used once each. + S'ha trobat una adreça duplicada: les adreces només s'haurien d'utilitzar una vegada cada una. Transaction creation failed! - Ha fallat la creació de la transacció! - - - 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. - S'ha rebutjat la transacció! Això pot passar si alguna de les monedes del vostre moneder ja s'han gastat; per exemple, si heu fet servir una còpia de seguretat del fitxer wallet.dat i s'haguessin gastat monedes de la còpia però sense marcar-les-hi com a gastades. + La creació de la transacció ha fallat! A fee higher than %1 is considered an absurdly high fee. @@ -2113,41 +2064,17 @@ Pay only the required fee of %1 Paga només la comissió necessària de %1 - - Estimated to begin confirmation within %n block(s). - Estimat per començar la confirmació en %n bloc.Estimat per començar la confirmació en %n blocs. - - - The recipient address is not valid. Please recheck. - L'adreça de destinatari no és vàlida. Torneu-la a comprovar. - - - Duplicate address found: addresses should only be used once each. - S'ha trobat una adreça duplicada: cal utilitzar les adreces només un cop cada vegada. - Warning: Invalid Bitcoin address Avís: adreça Blackcoin no vàlida - - (no label) - (sense etiqueta) - Warning: Unknown change address Avís: adreça de canvi desconeguda - Copy dust - Copia el polsim - - - Are you sure you want to send? - Esteu segur que ho voleu enviar? - - - added as transaction fee - S'ha afegit una taxa de transacció + (no label) + (sense etiqueta) @@ -2160,10 +2087,6 @@ Pay &To: Paga &a: - - Enter a label for this address to add it to your address book - Introduïu una etiqueta per a aquesta adreça per afegir-la a la llibreta d'adreces - &Label: &Etiqueta: @@ -2232,13 +2155,20 @@ Memo: Memo: + + Enter a label for this address to add it to your address book + Introduïu una etiqueta per a aquesta adreça per afegir-la a la llibreta d'adreces + + + + SendConfirmationDialog + + Yes + + ShutdownWindow - - Bitcoin Core is shutting down... - S'està aturant el Blackcoin More... - Do not shut down the computer until this window disappears. No apagueu l'ordinador fins que no desaparegui aquesta finestra. @@ -2264,15 +2194,15 @@ Choose previously used address - Tria les adreces fetes servir amb anterioritat + Escull una adreça feta servir anteriorment Alt+A - Alt+A + Alta+A Paste address from clipboard - Enganxa l'adreça del porta-retalls + Enganxar adreça del porta-retalls Alt+P @@ -2385,14 +2315,6 @@ SplashScreen - - Bitcoin Core - Blackcoin More - - - The Bitcoin Core developers - Els desenvolupadors del Blackcoin More - [testnet] [testnet] @@ -2411,10 +2333,6 @@ Open until %1 Obert fins %1 - - conflicted - en conflicte - %1/offline %1/fora de línia @@ -2431,9 +2349,9 @@ Status Estat - - , broadcast through %n node(s) - , difusió a través de %n node, difusió a través de %n nodes + + , has not been successfully broadcast yet + , encara no ha estat emès correctement Date @@ -2445,11 +2363,15 @@ Generated - Generat + Generada From - Des de + De + + + unknown + desconegut To @@ -2457,7 +2379,7 @@ own address - Adreça pròpia + adreça pròpia watch-only @@ -2471,10 +2393,6 @@ Credit Crèdit - - matures in %n more block(s) - disponible en %n bloc mésdisponibles en %n blocs més - not accepted no acceptat @@ -2505,11 +2423,11 @@ Comment - Comentar + Comentari Transaction ID - ID de transacció + ID de la transacció Merchant @@ -2543,30 +2461,14 @@ false fals - - , has not been successfully broadcast yet - , encara no ha estat emès correctement - - - Open for %n more block(s) - Obre per %n bloc mésObre per %n blocs més - - - unknown - desconegut - TransactionDescDialog - - Transaction details - Detall de la transacció - This pane shows a detailed description of the transaction Aquest panell mostra una descripció detallada de la transacció - + TransactionTableModel @@ -2578,21 +2480,41 @@ Tipus - Immature (%1 confirmations, will be available after %2) - Immadur (%1 confirmacions, serà disponible després de %2) - - - Open for %n more block(s) - Obre per %n bloc mésObre per %n blocs més + Label + Etiqueta Open until %1 Obert fins %1 + + Offline + Fora de línia + + + Unconfirmed + Sense confirmar + + + Abandoned + Abandonada + + + Confirming (%1 of %2 recommended confirmations) + Confirmant (%1 de %2 confirmacions recomanades) + Confirmed (%1 confirmations) Confirmat (%1 confirmacions) + + Conflicted + En conflicte + + + Immature (%1 confirmations, will be available after %2) + Immadur (%1 confirmacions, serà disponible després de %2) + This block was not received by any other nodes and will probably not be accepted! Aquest bloc no ha estat rebut per cap altre node i probablement no serà acceptat! @@ -2601,37 +2523,17 @@ Generated but not accepted Generat però no acceptat - - Offline - Fora de línia - - - Label - Etiqueta - - - Unconfirmed - Sense confirmar - - - Confirming (%1 of %2 recommended confirmations) - Confirmant (%1 de %2 confirmacions recomanades) - - - Conflicted - En conflicte - Received with - Rebut amb + Rebuda amb Received from - Rebut de + Rebuda de Sent to - Enviat a + Enviada a Payment to yourself @@ -2639,7 +2541,7 @@ Mined - Minat + Minada watch-only @@ -2649,6 +2551,10 @@ (n/a) (n/a) + + (no label) + (sense etiqueta) + Transaction status. Hover over this field to show number of confirmations. Estat de la transacció. Desplaceu-vos sobre aquest camp per mostrar el nombre de confirmacions. @@ -2706,11 +2612,11 @@ Received with - Rebut amb + Rebuda amb Sent to - Enviat a + Enviada a To yourself @@ -2718,7 +2624,7 @@ Mined - Minat + Minada Other @@ -2738,7 +2644,7 @@ Copy label - Copiar etiqueta + Copia l'etiqueta Copy amount @@ -2746,7 +2652,11 @@ Copy transaction ID - Copiar ID de transacció + Copia l'ID de transacció + + + Copy raw transaction + Copia la transacció crua Edit label @@ -2760,26 +2670,6 @@ Export Transaction History Exporta l'historial de transacció - - Watch-only - Només de lectura - - - Exporting Failed - L'exportació ha fallat - - - There was an error trying to save the transaction history to %1. - S'ha produït un error en provar de desar l'historial de transacció a %1. - - - Exporting Successful - Exportació amb èxit - - - The transaction history was successfully saved to %1. - L'historial de transaccions s'ha desat correctament a %1. - Comma separated file (*.csv) Fitxer separat per comes (*.csv) @@ -2788,6 +2678,10 @@ Confirmed Confirmat + + Watch-only + Només de lectura + Date Data @@ -2808,6 +2702,22 @@ ID ID + + Exporting Failed + L'exportació ha fallat + + + There was an error trying to save the transaction history to %1. + S'ha produït un error en provar de desar l'historial de transacció a %1. + + + Exporting Successful + Exportació amb èxit + + + The transaction history was successfully saved to %1. + L'historial de transaccions s'ha desat correctament a %1. + Range: Rang: @@ -2864,14 +2774,14 @@ There was an error trying to save the wallet data to %1. S'ha produït un error en provar de desar les dades del moneder a %1. - - The wallet data was successfully saved to %1. - S'han desat les dades del moneder correctament a %1. - Backup Successful La còpia de seguretat s'ha realitzat correctament + + The wallet data was successfully saved to %1. + S'han desat les dades del moneder correctament a %1. + bitcoin-core @@ -2896,20 +2806,44 @@ Accepta la línia d'ordres i ordres JSON-RPC - Maximum total fees (in %s) to use in a single wallet transaction; setting this too low may abort large transactions (default: %s) - Comissions totals màximes (en %s) per utilitzar en una única transacció de moneder; definir-ne una massa baixa pot interrompre les transaccions més grans (per defecte: %s) + If <category> is not supplied or if <category> = 1, output all debugging information. + Si no es proporciona <category> o si <category> = 1, treu a la sortida tota la informació de depuració. + + + Prune configured below the minimum of %d MiB. Please use a higher number. + Poda configurada per sota el mínim de %d MiB. Utilitzeu un nombre superior. + + + Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node) + Poda: la darrera sincronització del moneder va més enllà de les dades podades. Cal que activeu -reindex (baixeu tota la cadena de blocs de nou en cas de node podat) + + + Rescans are not possible in pruned mode. You will need to use -reindex which will download the whole blockchain again. + Els rescanejos no són possible en el mode de poda. Caldrà que utilitzeu -reindex, que tornarà a baixar la cadena de blocs sencera. + + + Error: A fatal internal error occurred, see debug.log for details + Error: s'ha produït un error intern fatal. Vegeu debug.log per a més detalls Fee (in %s/kB) to add to transactions you send (default: %s) Comissió (en %s/kB) per afegir a les transaccions que envieu (per defecte: %s) + + Pruning blockstore... + S'està podant la cadena de blocs... + Run in the background as a daemon and accept commands Executa en segon pla com a programa dimoni i accepta ordres - Accept connections from outside (default: 1 if no -proxy or -connect) - Accepta connexions de fora (per defecte: 1 si no -proxy o -connect) + Unable to start HTTP server. See debug log for details. + No s'ha pogut iniciar el servidor HTTP. Vegeu debug.log per a més detalls. + + + Bitcoin Core + Blackcoin More Bind to given address and always listen on it. Use [host]:port notation for IPv6 @@ -2919,10 +2853,6 @@ Delete all wallet transactions and only recover those parts of the blockchain through -rescan on startup Elimina totes les transaccions del moneder i només recupera aquelles de la cadena de blocs a través de -rescan a l'inici - - Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. - Distribuït sota llicència de programari MIT. Vegeu el fitxer acompanyant COPYING o <http://www.opensource.org/licenses/mit-license.php>. - Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) Executa una ordre quan una transacció del moneder canviï (%s en cmd es canvia per TxID) @@ -2931,38 +2861,6 @@ Set the number of script verification threads (%u to %d, 0 = auto, <0 = leave that many cores free, default: %d) Defineix el nombre de fils de verificació d'scripts (%u a %d, 0 = auto, <0 = deixa tants nuclis lliures, per defecte: %d) - - This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - Aquesta és una versió de pre-llançament - utilitza-la sota la teva responsabilitat - No usar per a minería o aplicacions de compra-venda - - - Unable to bind to %s on this computer. Bitcoin Core is probably already running. - No es pot enllaçar %s a aquest ordinador. El Blackcoin More probablement ja estigui executant-s'hi. - - - WARNING: abnormally high number of blocks generated, %d blocks received in the last %d hours (%d expected) - AVÍS: s'ha generat un nombre anòmalament alt de blocs, %d blocs rebuts en les darreres %d hores (se n'esperaven %d) - - - WARNING: check your network connection, %d blocks received in the last %d hours (%d expected) - AVÍS: comproveu la vostra connexió a la xarxa, %d blocs rebuts en les darreres %d hores (se n'esperaven %d) - - - Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. - Avís: la xarxa no sembla que hi estigui plenament d'acord. Alguns miners sembla que estan experimentant problemes. - - - Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. - Avís: sembla que no estem plenament d'acord amb els nostres iguals! Podria caler que actualitzar l'aplicació, o potser que ho facin altres nodes. - - - 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. - Avís: el fitxer wallet.dat és corrupte, dades rescatades! L'arxiu wallet.dat original ha estat desat com wallet.{estampa_temporal}.bak al directori %s; si el teu balanç o transaccions son incorrectes hauries de restaurar-lo de un backup. - - - Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. - Afegeix a la llista blanca els iguals que es connecten de la màscara de xarxa o adreça IP donada. Es pot especificar moltes vegades. - <category> can be: <category> pot ser: @@ -2971,10 +2869,6 @@ Block creation options: Opcions de la creació de blocs: - - Connect only to the specified node(s) - Connecta només al(s) node(s) especificats - Connection options: Opcions de connexió: @@ -3063,6 +2957,10 @@ Use UPnP to map the listening port (default: %u) Utilitza UPnP per a mapejar el port d'escolta (per defecte: %u) + + Use the test chain + Utilitza la cadena de proves + Verifying blocks... S'estan verificant els blocs... @@ -3075,18 +2973,18 @@ Wallet %s resides outside data directory %s El moneder %s resideix fora del directori de dades %s + + Wallet debugging/testing options: + Opcions de depuració/proves del moneder: + + + Wallet needed to be rewritten: restart %s to complete + Cal reescriure el moneder: reinicieu %s per a completar-ho + Wallet options: Opcions de moneder: - - Warning: This version is obsolete; upgrade required! - Avís: aquesta versió és obsoleta; cal actualitzar-la! - - - You need to rebuild the database using -reindex to change -txindex - Cal que reconstruïu la base de dades fent servir -reindex per canviar -txindex - 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 Permet les connexions JSON-RPC d'una font específica. Vàlid per a <ip> són una IP individual (p. ex., 1.2.3.4), una xarxa / màscara de xarxa (p. ex., 1.2.3.4/255.255.255.0) o una xarxa/CIDR (p. ex., 1.2.3.4/24). Es pot especificar aquesta opció moltes vegades @@ -3099,10 +2997,6 @@ 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) Vincula a l'adreça donada per a escoltar les connexions JSON-RPC. Feu servir la notació [host]:port per a IPv6. Aquesta opció pot ser especificada moltes vegades (per defecte: vincula a totes les interfícies) - - Cannot obtain a lock on data directory %s. Bitcoin Core is probably already running. - No es pot obtenir un bloqueig del directori de dades %s. El Blackcoin More probablement ja s'estigui executant. - Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) Crea fitxers nous amb els permisos per defecte del sistema, en comptes de l'umask 077 (només efectiu amb la funcionalitat de moneder inhabilitada) @@ -3131,10 +3025,6 @@ Maximum size of data in data carrier transactions we relay and mine (default: %u) Mida màxima de les dades en les transaccions de l'operador en què confiem i en les meves (per defecte: %u) - - Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect) - Consulta a adreces d'iguals a través de DNS, si es troba baix en adreces (per defecte: 1 a menys que -connect) - Randomize credentials for every proxy connection. This enables Tor stream isolation (default: %u) Genera a l'atzar credencials per a cada connexió proxy. Això habilita l'aïllament del flux de Tor (per defecte: %u) @@ -3143,18 +3033,10 @@ Set maximum size of high-priority/low-fee transactions in bytes (default: %d) Defineix la mida màxima de transaccions d'alta prioritat / baixa comissió en bytes (per defecte: %d) - - Set the number of threads for coin generation if enabled (-1 = all cores, default: %d) - Defineix el nombre de fils per a la generació de moneda si està habilitat (-1 = tots els nuclis, per defecte: %d) - The transaction amount is too small to send after the fee has been deducted L'import de la transacció és massa petit per enviar-la després que se'n dedueixi la comissió - - 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. - Aquest producte inclou programari desenvolupat pel projecte OpenSSL per a ús a l'OpenSSL Toolkit <https://www.openssl.org/> i programari criptogràfic escrit per Eric Young i programari UPnP escrit per Thomas Bernard. - 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 Els iguals en la llista blanca no poden ser bandejats per DoS i es transmetran sempre llurs transaccions, fins i tot si ja són a la mempool. Això és útil, p. ex., per a una passarel·la @@ -3171,26 +3053,10 @@ Accept public REST requests (default: %u) Accepta sol·licituds REST públiques (per defecte: %u) - - Activating best chain... - S'està activant la millor cadena... - - - Cannot resolve -whitebind address: '%s' - No es pot resoldre l'adreça -whitebind: «%s» - Connect through SOCKS5 proxy Connecta a través del proxy SOCKS5 - - Copyright (C) 2009-%i The Bitcoin Core Developers - Copyright (C) 2018-%i Els desenvolupadors del Blackcoin More - - - Error loading wallet.dat: Wallet requires newer version of Bitcoin Core - Error en carregar wallet.dat: el moneder requereix una versió més nova del Blackcoin More - Error reading from database, shutting down. Error en llegir la base de dades, tancant. @@ -3199,22 +3065,6 @@ Information &Informació - - Initialization sanity check failed. Bitcoin Core is shutting down. - Ha fallat la inicialització de la comprovació de validesa. El Blackcoin More s'està aturant. - - - Invalid amount for -maxtxfee=<amount>: '%s' - Import no vàlid per a -maxtxfee=<amount>: '%s' - - - Invalid amount for -minrelaytxfee=<amount>: '%s' - Import no vàlid per a -minrelaytxfee=<amount>: «%s» - - - Invalid amount for -mintxfee=<amount>: '%s' - Import no vàlid per a -mintxfee=<amount>: «%s» - Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) Import no vàlid per a -paytxfee=<amount>: «%s» (ha de ser com a mínim %s) @@ -3239,14 +3089,6 @@ RPC server options: Opcions del servidor RPC: - - Rebuild block chain index from current blk000??.dat files on startup - Reconstrueix l'índex de la cadena de blocs dels fitxers blk000??.dat actuals a l'inici. - - - Receive and display P2P network alerts (default: %u) - Rep i mostra avisos de la xarxa P2P (per defecte: %u) - Send trace/debug info to console instead of debug.log file Envia informació de traça/depuració a la consola en comptes del fitxer debug.log @@ -3279,10 +3121,6 @@ Transaction amount too small Import de la transacció massa petit - - Transaction amounts must be positive - Els imports de les transaccions han de ser positius - Transaction too large for fee policy Transacció massa gran per a la política de comissions @@ -3299,10 +3137,6 @@ Username for JSON-RPC connections Nom d'usuari per a connexions JSON-RPC - - Wallet needed to be rewritten: restart Bitcoin Core to complete - Cal reescriure el moneder: reiniceu el Blackcoin More per completar-ho. - Warning Avís @@ -3311,10 +3145,6 @@ Zapping all transactions from wallet... Se suprimeixen totes les transaccions del moneder... - - wallet.dat corrupt, salvage failed - El fitxer wallet.data és corrupte. El rescat de les dades ha fallat - Password for JSON-RPC connections Contrasenya per a connexions JSON-RPC @@ -3323,10 +3153,6 @@ Execute command when the best block changes (%s in cmd is replaced by block hash) Executa l'ordre quan el millor bloc canviï (%s en cmd es reemplaça per un resum de bloc) - - This help message - Aquest misatge d'ajuda - Allow DNS lookups for -addnode, -seednode and -connect Permet consultes DNS per a -addnode, -seednode i -connect @@ -3335,10 +3161,6 @@ Loading addresses... S'estan carregant les adreces... - - Error loading wallet.dat: Wallet corrupted - Error en carregar wallet.dat: Moneder corrupte - (1 = keep tx meta data e.g. account owner and payment request information, 2 = drop tx meta data) (1 = manté les metadades de les tx, p. ex., propietari del compte i informació de sol·licitud del pagament, 2 = prescindeix de les metadades de les tx) @@ -3371,14 +3193,6 @@ Always query for peer addresses via DNS lookup (default: %u) Demana sempre les adreces dels iguals a través de consultes DNS (per defecte: %u) - - Error loading wallet.dat - Error en carregar wallet.dat - - - Generate coins (default: %u) - Genera monedes (per defecte: %u) - How many blocks to check at startup (default: %u, 0 = all) Quants blocs per comprovar a l'inici (per defecte: %u, 0 = tots) @@ -3431,10 +3245,6 @@ Set key pool size to <n> (default: %u) Defineix la mida clau disponible a <n> (per defecte: %u) - - Set minimum block size in bytes (default: %u) - Defineix la mida de bloc mínima en bytes (per defecte: %u) - Set the number of threads to service RPC calls (default: %d) Defineix el nombre de fils a crides de servei RPC (per defecte: %d) @@ -3455,26 +3265,26 @@ Spend unconfirmed change when sending transactions (default: %u) Gasta el canvi no confirmat en enviar les transaccions (per defecte: %u) + + Starting network threads... + S'estan iniciant els fils de la xarxa... + Threshold for disconnecting misbehaving peers (default: %u) Llindar per a desconnectar els iguals de comportament qüestionable (per defecte: %u) + + Transaction amounts must not be negative + Els imports de la transacció no han de ser negatius + + + Transaction must have at least one recipient + La transacció ha de tenir com a mínim un destinatari + Unknown network specified in -onlynet: '%s' Xarxa desconeguda especificada a -onlynet: '%s' - - Cannot resolve -bind address: '%s' - No es pot resoldre l'adreça -bind: '%s' - - - Cannot resolve -externalip address: '%s' - No es pot resoldre l'adreça -externalip: '%s' - - - Invalid amount for -paytxfee=<amount>: '%s' - Import no vàlid per a -paytxfee=<amount>: «%s» - Insufficient funds Balanç insuficient diff --git a/src/qt/locale/bitcoin_cs.ts b/src/qt/locale/bitcoin_cs.ts index 3cbd541dc..ea35fd6d5 100644 --- a/src/qt/locale/bitcoin_cs.ts +++ b/src/qt/locale/bitcoin_cs.ts @@ -3,7 +3,7 @@ AddressBookPage Right-click to edit address or label - Pravým tlačítkem myši začneš upravovat označení adresy + Pravým tlačítkem myši můžeš upravit označení adresy Create a new address @@ -15,7 +15,7 @@ Copy the currently selected address to the system clipboard - Zkopíruj aktuálně vybranou adresu do systémové schránky + Zkopíruj tuto adresu do systémové schránky &Copy @@ -25,13 +25,9 @@ C&lose &Zavřít - - &Copy Address - &Kopíruj adresu - Delete the currently selected address from the list - Smaž zvolenou adresu ze seznamu + Smaž tuto adresu ze seznamu Export the data in the current tab to a file @@ -67,11 +63,15 @@ These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - Tohle jsou tvé Blackcoinové adresy pro posílání plateb. Před odesláním mincí si vždy zkontroluj částku a cílovou adresu. + Tohle jsou tvé blackcoinové adresy pro posílání plateb. Před odesláním mincí si vždy zkontroluj částku a cílovou adresu. These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Tohle jsou tvé Blackcoinové adresy pro příjem plateb. Je doporučené používat pokaždé novou adresu pro každou transakci. + Tohle jsou tvé blackcoinové adresy pro příjem plateb. Nezapomeň si pro každou transakci vždy vygenerovat novou adresu. + + + &Copy Address + &Kopíruj adresu Copy &Label @@ -83,11 +83,11 @@ Export Address List - Exportuj seznam adres + Export seznamu adres Comma separated file (*.csv) - CSV formát (*.csv) + Formát CSV (*.csv) Exporting Failed @@ -131,6 +131,10 @@ Repeat new passphrase Totéž heslo ještě jednou + + 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>. + Zadej nové heslo k peněžence.<br/>Použij <b>alespoň deset náhodných znaků</b> nebo <b>alespoň osm slov</b>. + Encrypt wallet Zašifruj peněženku @@ -155,6 +159,10 @@ Change passphrase Změň heslo + + Enter the old passphrase and new passphrase to the wallet. + Zadej staré a nové heslo k peněžence. + Confirm wallet encryption Potvrď zašifrování peněženky @@ -167,29 +175,17 @@ Are you sure you wish to encrypt your wallet? Jsi si jistý, že chceš peněženku zašifrovat? - - Bitcoin Core will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - Blackcoin More se teď ukončí, aby dokončil zašifrování. Pamatuj však, že pouhé zašifrování peněženky nemůže zabránit krádeži tvých blackcoinů malwarem, kterým se může počítač nakazit. - - - 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. - DŮLEŽITÉ: Všechny předchozí zálohy peněženky by měly být nahrazeny nově vygenerovanou, zašifrovanou peněženkou. Z bezpečnostních důvodů budou předchozí zálohy nešifrované peněženky nepoužitelné, jakmile začneš používat novou zašifrovanou peněženku. - - - Warning: The Caps Lock key is on! - Upozornění: Caps Lock je zapnutý! - Wallet encrypted Peněženka je zašifrována - 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>. - Zadej nové heslo k peněžence.<br/>Použij <b>alespoň deset náhodných znaků</b> nebo <b>alespoň osm slov</b>. + %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. + %1 se teď ukončí, aby dokončil zašifrování. Pamatuj však, že pouhé zašifrování peněženky nemůže zabránit krádeži tvých blackcoinů malwarem, kterým se může počítač nakazit. - Enter the old passphrase and new passphrase to the wallet. - Zadej staré a nové heslo k peněžence. + 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. + DŮLEŽITÉ: Všechny předchozí zálohy peněženky by měly být nahrazeny nově vygenerovanou, zašifrovanou peněženkou. Z bezpečnostních důvodů budou předchozí zálohy nešifrované peněženky nepoužitelné, jakmile začneš používat novou zašifrovanou peněženku. Wallet encryption failed @@ -219,10 +215,22 @@ Wallet passphrase was successfully changed. Heslo k peněžence bylo v pořádku změněno. + + Warning: The Caps Lock key is on! + Upozornění: Caps Lock je zapnutý! + BanTableModel - + + IP/Netmask + IP/Maska + + + Banned Until + Blokován do + + BitcoinGUI @@ -261,6 +269,14 @@ Quit application Ukonči aplikaci + + &About %1 + O &%1 + + + Show information about %1 + Zobraz informace o %1 + About &Qt O &Qt @@ -273,6 +289,10 @@ &Options... &Možnosti... + + Modify configuration options for %1 + Uprav nastavení %1 + &Encrypt Wallet... Zaši&fruj peněženku... @@ -298,12 +318,20 @@ Načíst &URI... - Bitcoin Core client - Blackcoin More klient + Click to disable network activity. + Kliknutím zařízneš spojení se sítí. - Importing blocks from disk... - Importuji bloky z disku... + Network activity disabled. + Síť je vypnutá. + + + Click to enable network activity again. + Kliknutím opět umožníš spojení do sítě. + + + Syncing Headers (%1%)... + Synchronizuji záhlaví bloků (%1 %)… Reindexing blocks on disk... @@ -311,7 +339,7 @@ Send coins to a Bitcoin address - Pošli mince na Blackcoinovou adresu + Pošli mince na blackcoinovou adresu Backup wallet to another location @@ -349,10 +377,6 @@ &Receive Při&jmi - - Show information about Bitcoin Core - Zobraz informace o Blackcoin More - &Show / Hide &Zobraz/Skryj @@ -367,11 +391,11 @@ Sign messages with your Bitcoin addresses to prove you own them - Podepiš zprávy svými Blackcoinovými adresami, čímž prokážeš, že jsi jejich vlastníkem + Podepiš zprávy svými blackcoinovými adresami, čímž prokážeš, že jsi jejich vlastníkem Verify messages to ensure they were signed with specified Bitcoin addresses - Ověř zprávy, aby ses ujistil, že byly podepsány danými Blackcoinovými adresami + Ověř zprávy, aby ses ujistil, že byly podepsány danými blackcoinovými adresami &File @@ -389,22 +413,10 @@ Tabs toolbar Panel s listy - - Bitcoin Core - Blackcoin More - Request payments (generates QR codes and bitcoin: URIs) Požaduj platby (generuje QR kódy a blackcoin: URI) - - &About Bitcoin Core - O &Blackcoin More - - - Modify configuration options for Bitcoin Core - Uprav nastavení Blackcoin More - Show the list of used sending addresses and labels Ukaž seznam použitých odesílacích adres a jejich označení @@ -419,47 +431,27 @@ &Command-line options - Ar&gumenty z příkazové řádky - - - Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options - Seznam argumentů Blackcoinu pro příkazovou řádku získáš v nápovědě Blackcoinu More + Ar&gumenty příkazové řádky %n active connection(s) to Bitcoin network - %n aktivní spojení do Blackcoinové sítě%n aktivní spojení do Blackcoinové sítě%n aktivních spojení do Blackcoinové sítě + %n aktivní spojení do blackcoinové sítě%n aktivní spojení do blackcoinové sítě%n aktivních spojení do bitcoinové sítě - No block source available... - Není dostupný žádný zdroj bloků... + Indexing blocks on disk... + Vytvářím index bloků na disku... + + + Processing blocks on disk... + Zpracovávám bloky na disku... Processed %n block(s) of transaction history. Zpracován %n blok transakční historie.Zpracovány %n bloky transakční historie.Zpracováno %n bloků transakční historie. - - %n hour(s) - %n hodinu%n hodiny%n hodin - - - %n day(s) - %n den%n dny%n dnů - - - %n week(s) - %n týden%n týdny%n týdnů - - - %1 and %2 - %1 a %2 - - - %n year(s) - %n rok%n roky%n roků - %1 behind - Stahuji ještě bloky transakcí za poslední %1 + Stahuji ještě %1 bloků transakcí Last received block was generated %1 ago. @@ -485,6 +477,18 @@ Up to date Aktuální + + Show the %1 help message to get a list with possible Bitcoin command-line options + Seznam argumentů Blackcoinu pro příkazovou řádku získáš v nápovědě %1 + + + %1 client + %1 klient + + + Connecting to peers... + Připojuji se… + Catching up... Stahuji... @@ -527,6 +531,14 @@ Incoming transaction Příchozí transakce + + HD key generation is <b>enabled</b> + HD generování klíčů je <b>zapnuté</b> + + + HD key generation is <b>disabled</b> + HD generování klíčů je <b>vypnuté</b> + Wallet is <b>encrypted</b> and currently <b>unlocked</b> Peněženka je <b>zašifrovaná</b> a momentálně <b>odemčená</b> @@ -535,12 +547,9 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> Peněženka je <b>zašifrovaná</b> a momentálně <b>zamčená</b> - - - ClientModel - Network Alert - Upozornění sítě + A fatal error occurred. Bitcoin can no longer continue safely and will quit. + Stala se fatální chyba. Blackcoin nemůže bezpečně pokračovat v činnosti, a proto skončí. @@ -561,10 +570,6 @@ Amount: Částka: - - Priority: - Priorita: - Fee: Poplatek: @@ -617,10 +622,6 @@ Confirmed Potvrzeno - - Priority - Priorita - Copy address Kopíruj adresu @@ -661,10 +662,6 @@ Copy bytes Kopíruj bajty - - Copy priority - Kopíruj prioritu - Copy dust Kopíruj prach @@ -673,66 +670,10 @@ Copy change Kopíruj drobné - - highest - nejvyšší - - - higher - vyšší - - - high - vysoká - - - medium-high - vyšší střední - - - medium - střední - - - low-medium - nižší střední - - - low - nízká - - - lower - nižší - - - lowest - nejnižší - (%1 locked) (%1 zamčeno) - - none - žádná - - - This label turns red if the transaction size is greater than 1000 bytes. - Popisek zčervená, pokud je velikost transakce větší než 1000 bajtů. - - - This label turns red if the priority is smaller than "medium". - Popisek zčervená, pokud je priorita menší než „střední“. - - - This label turns red if any recipient receives an amount smaller than %1. - Popisek zčervená, pokud má některý příjemce obdržet částku menší než %1. - - - Can vary +/- %1 satoshi(s) per input. - Může se lišit o +/– %1 satoshi na každý vstup. - yes ano @@ -742,16 +683,12 @@ ne - This means a fee of at least %1 per kB is required. - To znamená, že je vyžadován poplatek alespoň %1 za kB. + This label turns red if any recipient receives an amount smaller than the current dust threshold. + Popisek zčervená, pokud má některý příjemce obdržet částku menší, než je aktuální práh pro prach. - Can vary +/- 1 byte per input. - Může se lišit o +/– 1 bajt na každý vstup. - - - Transactions with higher priority are more likely to get included into a block. - Transakce s vyšší prioritou mají větší šanci na zařazení do bloku. + Can vary +/- %1 satoshi(s) per input. + Může se lišit o +/– %1 satoshi na každý vstup. (no label) @@ -805,12 +742,12 @@ Uprav odesílací adresu - The entered address "%1" is already in the address book. - Zadaná adresa "%1" už v adresáři je. + The entered address "%1" is not a valid Bitcoin address. + Zadaná adresa „%1“ není platná blackcoinová adresa. - The entered address "%1" is not a valid Bitcoin address. - Zadaná adresa "%1" není platná Blackcoinová adresa. + The entered address "%1" is already in the address book. + Zadaná adresa „%1“ už v adresáři je. Could not unlock wallet. @@ -846,10 +783,6 @@ HelpMessageDialog - - Bitcoin Core - Blackcoin More - version verze @@ -859,12 +792,12 @@ (%1-bit) - About Bitcoin Core - O Blackcoin More + About %1 + O %1 Command-line options - Argumenty z příkazové řádky + Argumenty příkazové řádky Usage: @@ -898,7 +831,11 @@ Show splash screen on startup (default: %u) Zobrazit startovací obrazovku (výchozí: %u) - + + Reset all settings changed in the GUI + Vrátit všechny volby měněné v GUI na výchozí hodnoty + + Intro @@ -906,16 +843,16 @@ Vítej - Welcome to Bitcoin Core. - Vítej v Blackcoin More. + Welcome to %1. + Vítej v %1. - As this is the first time the program is launched, you can choose where Bitcoin Core will store its data. - Tohle je poprvé, co spouštíš Blackcoin More, takže si můžeš zvolit, kam bude ukládat svá data. + As this is the first time the program is launched, you can choose where %1 will store its data. + Tohle je poprvé, co spouštíš %1, takže si můžeš zvolit, kam bude ukládat svá data. - Bitcoin Core will download and store a copy of the Bitcoin block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Blackcoin More bude stahovat kopii řetězce bloků. Proto bude potřeba do tohoto adresáře uložit nejméně %1 GB dat – toto číslo bude navíc v průběhu času pomalu růst. Tvá peněženka bude rovněž uložena v tomto adresáři. + %1 will download and store a copy of the Bitcoin block chain. At least %2GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + %1 bude stahovat kopii řetězce bloků. Proto bude potřeba do tohoto adresáře uložit nejméně %2 GB dat – toto číslo bude navíc v průběhu času růst. Tvá peněženka bude rovněž uložena v tomto adresáři. Use the default data directory @@ -925,10 +862,6 @@ Use a custom data directory: Použij tento adresář pro data: - - Bitcoin Core - Blackcoin More - Error: Specified data directory "%1" cannot be created. Chyba: Nejde vytvořit požadovaný adresář pro data „%1“. @@ -946,6 +879,57 @@ (z potřebného %n GB)(z potřebných %n GB)(z potřebných %n GB) + + ModalOverlay + + Form + Formulář + + + Recent transactions may not yet be visible, and therefore your wallet's balance might be incorrect. This information will be correct once your wallet has finished synchronizing with the bitcoin network, as detailed below. + Nedávné transakce ještě nemusí být vidět, takže stav tvého účtu nemusí být platný. Jakmile se však tvá peněženka dosynchronizuje s blackcoinovou sítí (viz informace níže), tak už bude stav správně. + + + Attempting to spend bitcoins that are affected by not-yet-displayed transactions will not be accepted by the network. + Utrácení blackcoinů, které už utratily zatím nezobrazené transakce, nebude blackcoinovou sítí umožněno. + + + Number of blocks left + Zbývající počet bloků + + + Unknown... + neznámý… + + + Last block time + Čas posledního bloku + + + Progress + Stav + + + Progress increase per hour + Postup za hodinu + + + calculating... + propočítávám… + + + Estimated time left until synced + Odhadovaný zbývající čas + + + Hide + Skryj + + + Unknown. Syncing Headers (%1)... + Neznámý. Synchronizuji záhlaví bloků (%1)… + + OpenURIDialog @@ -979,6 +963,14 @@ &Main &Hlavní + + Automatically start %1 after logging in to the system. + Automaticky spustí %1 po přihlášení do systému. + + + &Start %1 on system login + S&pustit %1 po přihlášení do systému + Size of &database cache Velikost &databázové cache @@ -1007,13 +999,9 @@ Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu. Zavřením se aplikace minimalizuje. Pokud je tato volba zaškrtnuta, tak se aplikace ukončí pouze zvolením Konec v menu. - - The user interface language can be set here. This setting will take effect after restarting Bitcoin Core. - Tady lze nastavit jazyk uživatelského rozhraní. Nastavení se projeví až po restartování Blackcoin More. - 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 třetích stran (např. block exploreru), které se zobrazí v kontextovém menu v záložce Transakce. %s v URL se nahradí hashem transakce. Více URL odděl svislítkem |. + URL třetích stran (např. block exploreru), která se zobrazí v kontextovém menu v záložce Transakce. %s v URL se nahradí hashem transakce. Více URL odděl svislítkem |. Third party transaction URLs @@ -1035,14 +1023,6 @@ &Network &Síť - - Automatically start Bitcoin Core after logging in to the system. - Automaticky spustí Blackcoin More po přihlášení do systému. - - - &Start Bitcoin Core on system login - S&pustit Blackcoin More po přihlášení do systému - (0 = auto, <0 = leave that many cores free) (0 = automaticky, <0 = nechat daný počet jader volný, výchozí: 0) @@ -1053,7 +1033,7 @@ Expert - Odborník + Pokročilá nastavení Enable coin &control features @@ -1077,7 +1057,7 @@ Connect to the Bitcoin network through a SOCKS5 proxy. - Připojí se do Blackcoinové sítě přes SOCKS5 proxy. + Připojí se do blackcoinové sítě přes SOCKS5 proxy. &Connect through SOCKS5 proxy (default proxy): @@ -1117,7 +1097,7 @@ Connect to the Bitcoin network through a separate SOCKS5 proxy for Tor hidden services. - Připojí se do Blackcoinové sítě přes SOCKS5 proxy vyhrazenou pro skryté služby v Tor síti. + Připojí se do blackcoinové sítě přes SOCKS5 proxy vyhrazenou pro skryté služby v Tor síti. Use separate SOCKS5 proxy to reach peers via Tor hidden services: @@ -1127,6 +1107,14 @@ &Window O&kno + + &Hide the icon from the system tray. + Skryje ikonu, která se zobrazuje v panelu. + + + Hide tray icon + Skrýt &ikonu z panelu + Show only a tray icon after minimizing the window. Po minimalizaci okna zobrazí pouze ikonu v panelu. @@ -1147,9 +1135,13 @@ User Interface &language: &Jazyk uživatelského rozhraní: + + The user interface language can be set here. This setting will take effect after restarting %1. + Tady lze nastavit jazyk uživatelského rozhraní. Nastavení se projeví až po restartování %1. + &Unit to show amounts in: - J&ednotka pro částky: + Je&dnotka pro částky: Choose the default subdivision unit to show in the interface and when sending coins. @@ -1204,7 +1196,7 @@ The displayed information may be out of date. Your wallet automatically synchronizes with the Bitcoin network after a connection is established, but this process has not completed yet. - Zobrazené informace nemusí být aktuální. Tvá peněženka se automaticky sesynchronizuje s Blackcoinovou sítí, jakmile se s ní spojí. Zatím ale ještě není synchronizace dokončena. + Zobrazené informace nemusí být aktuální. Tvá peněženka se automaticky sesynchronizuje s blackcoinovou sítí, jakmile se s ní spojí. Zatím ale ještě není synchronizace dokončena. Watch-only: @@ -1273,30 +1265,6 @@ PaymentServer - - URI handling - Zpracování URI - - - Invalid payment address %1 - Neplatná platební adresa %1 - - - Payment request rejected - Platební požadavek byl odmítnut - - - Payment request network doesn't match client network. - Síť platebního požadavku neodpovídá síti klienta. - - - Payment request is not initialized. - Platební požadavek není zahájený. - - - Requested payment amount of %1 is too small (considered dust). - Požadovaná platební částka %1 je příliš malá (je považována za prach). - Payment request error Chyba platebního požadavku @@ -1305,13 +1273,21 @@ Cannot start bitcoin: click-to-pay handler Nemůžu spustit blackcoin: obsluha click-to-pay + + URI handling + Zpracování URI + Payment request fetch URL is invalid: %1 Zdrojová URL platebního požadavku není platná: %1 + + Invalid payment address %1 + Neplatná platební adresa %1 + URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. - Nepodařilo se analyzovat URI! Důvodem může být neplatná Blackcoinová adresa nebo poškozené parametry URI. + Nepodařilo se analyzovat URI! Důvodem může být neplatná blackcoinová adresa nebo poškozené parametry URI. Payment request file handling @@ -1321,10 +1297,22 @@ Payment request file cannot be read! This can be caused by an invalid payment request file. Soubor platebního požadavku nejde přečíst nebo zpracovat! Příčinou může být špatný soubor platebního požadavku. + + Payment request rejected + Platební požadavek byl odmítnut + + + Payment request network doesn't match client network. + Síť platebního požadavku neodpovídá síti klienta. + Payment request expired. Platební požadavek vypršel. + + Payment request is not initialized. + Platební požadavek není zahájený. + Unverified payment requests to custom payment scripts are unsupported. Neověřené platební požadavky k uživatelským platebním skriptům nejsou podporované. @@ -1333,6 +1321,10 @@ Invalid payment request. Neplatný platební požadavek. + + Requested payment amount of %1 is too small (considered dust). + Požadovaná platební částka %1 je příliš malá (je považována za prach). + Refund from %1 Vrácení peněz od %1 @@ -1353,14 +1345,14 @@ Bad response from server %1 Chybná odpověď ze serveru %1 - - Payment acknowledged - Platba potvrzena - Network request error Chyba síťového požadavku + + Payment acknowledged + Platba potvrzena + PeerTableModel @@ -1373,7 +1365,11 @@ Uzel/Služba - Ping Time + NodeId + Id uzlu + + + Ping Odezva @@ -1385,7 +1381,7 @@ Enter a Bitcoin address (e.g. %1) - Zadej Blackcoinovou adresu (např. %1) + Zadej blackcoinovou adresu (např. %1) %1 d @@ -1415,6 +1411,53 @@ %1 ms %1 ms + + %n second(s) + %n vteřinu%n vteřiny%n vteřin + + + %n minute(s) + %n minutu%n minuty%n minut + + + %n hour(s) + %n hodinu%n hodiny%n hodin + + + %n day(s) + %n den%n dny%n dnů + + + %n week(s) + %n týden%n týdny%n týdnů + + + %1 and %2 + %1 a %2 + + + %n year(s) + %n rok%n roky%n roků + + + %1 didn't yet exit safely... + %1 ještě bezpečně neskončil… + + + + QObject::QObject + + Error: Specified data directory "%1" does not exist. + Chyba: Zadaný adresář pro data „%1“ neexistuje. + + + Error: Cannot parse configuration file: %1. Only use key=value syntax. + Chyba: Nemohu zpracovat konfigurační soubor: %1. Používej pouze syntaxi klíč=hodnota. + + + Error: %1 + Chyba: %1 + QRImageWidget @@ -1437,13 +1480,9 @@ RPCConsole - - Client name - Název klienta - N/A - N/A + nedostupná informace Client version @@ -1461,14 +1500,14 @@ General Obecné - - Using OpenSSL version - Používaná verze OpenSSL - Using BerkeleyDB version Používaná verze BerkeleyDB + + Datadir + Adresář s daty + Startup time Čas spuštění @@ -1494,8 +1533,16 @@ Aktuální počet bloků - Open the Bitcoin Core debug log file from the current data directory. This can take a few seconds for large log files. - Otevři soubor s ladicími záznamy Blackcoin More z aktuálního datového adresáře. U velkých logů to může pár vteřin zabrat. + Memory Pool + Transakční zásobník + + + Current number of transactions + Aktuální množství transakcí + + + Memory usage + Obsazenost paměti Received @@ -1509,10 +1556,18 @@ &Peers &Protějšky + + Banned peers + Protějšky pod klatbou (blokované) + Select a peer to view detailed information. Vyber protějšek a uvidíš jeho detailní informace. + + Whitelisted + Vždy vítán + Direction Směr @@ -1521,10 +1576,34 @@ Version Verze + + Starting Block + Počáteční blok + + + Synced Headers + Aktuálně hlaviček + + + Synced Blocks + Aktuálně bloků + User Agent Typ klienta + + Open the %1 debug log file from the current data directory. This can take a few seconds for large log files. + Otevři soubor s ladicími záznamy %1 z aktuálního datového adresáře. U velkých žurnálů to může pár vteřin zabrat. + + + Decrease font size + Zmenšit písmo + + + Increase font size + Zvětšit písmo + Services Služby @@ -1549,6 +1628,18 @@ Ping Time Odezva + + The duration of a currently outstanding ping. + Jak dlouho už čekám na pong. + + + Ping Wait + Doba čekání na odezvu + + + Min Ping + Nejrychlejší odezva + Time Offset Časový posun @@ -1585,10 +1676,6 @@ Out: Ven: - - Build date - Datum kompilace - Debug log file Soubor s ladicími záznamy @@ -1597,14 +1684,6 @@ Clear console Vyčistit konzoli - - &Disconnect Node - &Odpojit uzel - - - Ban Node for - Uvalit na uzel klatbu na - 1 &hour 1 &hodinu @@ -1622,12 +1701,20 @@ 1 &rok - &Unban Node - &Zbavit uzel klatby + &Disconnect + &Odpoj - Welcome to the Bitcoin Core RPC console. - Vítej v RPC konzoli Blackcoin More. + Ban for + Uval klatbu na + + + &Unban + &Odblokuj + + + Welcome to the %1 RPC console. + Vítej v RPC konzoli %1. Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -1637,6 +1724,14 @@ Type <b>help</b> for an overview of available commands. Napsáním <b>help</b> si vypíšeš přehled dostupných příkazů. + + WARNING: Scammers have been active, telling users to type commands here, stealing their wallet contents. Do not use this console without fully understanding the ramification of a command. + UPOZORNĚNÍ: Podvodníci jsou aktivní a říkají uživatelům, aby sem zadávali příkazy, kterými jim pak ale vykradou jejich peněženky. Nepoužívej tuhle konzoli, pokud úplně neznáš důsledky jednotlivých příkazů. + + + Network activity disabled + Síť je vypnutá + %1 B %1 B @@ -1710,7 +1805,7 @@ 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 Bitcoin network. - Volitelná zpráva, která se připojí k platebnímu požadavku a která se zobrazí, když se požadavek otevře. Poznámka: Tahle zpráva se neposílá s platbou po Blackcoinové síti. + Volitelná zpráva, která se připojí k platebnímu požadavku a která se zobrazí, když se požadavek otevře. Poznámka: tahle zpráva se neposílá s platbou po blackcoinové síti. An optional label to associate with the new receiving address. @@ -1718,7 +1813,7 @@ Use this form to request payments. All fields are <b>optional</b>. - Tímto formulář můžeš požadovat platby. Všechna pole jsou <b>volitelná</b>. + Tímto formulářem můžeš požadovat platby. Všechna pole jsou <b>volitelná</b>. An optional amount to request. Leave this empty or zero to not request a specific amount. @@ -1756,6 +1851,10 @@ Remove Smazat + + Copy URI + Kopíruj URI + Copy label Kopíruj její označení @@ -1838,10 +1937,6 @@ Message Zpráva - - Amount - Částka - (no label) (bez označení) @@ -1851,8 +1946,12 @@ (bez zprávy) - (no amount) - (bez částky) + (no amount requested) + (bez požadované částky) + + + Requested + Požádáno @@ -1889,10 +1988,6 @@ Amount: Částka: - - Priority: - Priorita: - Fee: Poplatek: @@ -1961,10 +2056,6 @@ (Smart fee not initialized yet. This usually takes a few blocks...) (Inteligentní poplatek ještě není inicializovaný. Obvykle mu to tak pár bloků trvá...) - - Confirmation time: - Rychlost potvrzení: - normal normální @@ -1973,14 +2064,6 @@ fast rychlá - - Send as zero-fee transaction if possible - Pošli transakci pokud možno bez poplatku - - - (confirmation may take longer) - (potvrzení může trvat déle) - Send to multiple recipients at once Pošli více příjemcům naráz @@ -1997,6 +2080,10 @@ Dust: Prach: + + Confirmation time target: + Časové cílování potvrzení: + Clear &All Všechno s&maž @@ -2013,14 +2100,6 @@ S&end Pošl&i - - Confirm send coins - Potvrď odeslání mincí - - - %1 to %2 - %1 pro %2 - Copy quantity Kopíruj počet @@ -2042,13 +2121,25 @@ Kopíruj bajty - Copy priority - Kopíruj prioritu + Copy dust + Kopíruj prach Copy change Kopíruj drobné + + %1 to %2 + %1 pro %2 + + + Are you sure you want to send? + Jsi si jistý, že to chceš poslat? + + + added as transaction fee + přidán jako transakční poplatek + Total Amount %1 Celková částka %1 @@ -2057,6 +2148,14 @@ or nebo + + Confirm send coins + Potvrď odeslání mincí + + + The recipient address is not valid. Please recheck. + Adresa příjemce je neplatná – překontroluj ji prosím. + The amount to pay must be larger than 0. Odesílaná částka musí být větší než 0. @@ -2069,13 +2168,17 @@ The total exceeds your balance when the %1 transaction fee is included. Celková částka při připočítání poplatku %1 překročí stav účtu. + + Duplicate address found: addresses should only be used once each. + Zaznamenána duplicitní adresa: každá adresa by ale měla být použita vždy jen jednou. + Transaction creation failed! Vytvoření transakce selhalo! - 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. - Transakce byla odmítnuta! Tohle může nastat, pokud nějaké mince z tvé peněženky už jednou byly utraceny, například pokud používáš kopii souboru wallet.dat a mince byly utraceny v druhé kopii, ale nebyly označeny jako utracené v této. + The transaction was rejected with the following reason: %1 + Transakce byla zamítnuta s tímto odůvodněním: %1 A fee higher than %1 is considered an absurdly high fee. @@ -2085,6 +2188,10 @@ Payment request expired. Platební požadavek vypršel. + + %n block(s) + %n blok%n bloky%n bloků + Pay only the required fee of %1 Zaplatit pouze vyžadovaný poplatek %1 @@ -2093,37 +2200,25 @@ Estimated to begin confirmation within %n block(s). Potvrzování by podle odhadu mělo začít během %n bloku.Potvrzování by podle odhadu mělo začít během %n bloků.Potvrzování by podle odhadu mělo začít během %n bloků. - - The recipient address is not valid. Please recheck. - Adresa příjemce je neplatná – překontroluj ji prosím. - - - Duplicate address found: addresses should only be used once each. - Zaznamenána duplicitní adresa: každá adresa by ale měla být použita vždy jen jednou. - Warning: Invalid Bitcoin address - Upozornění: Neplatná Blackcoinová adresa - - - (no label) - (bez označení) + Upozornění: Neplatná blackcoinová adresa Warning: Unknown change address Upozornění: Neznámá adresa pro drobné - Copy dust - Kopíruj prach + Confirm custom change address + Potvrď vlastní adresu pro drobné - Are you sure you want to send? - Jsi si jistý, že to chceš poslat? + The address you selected for change is not part of this wallet. Any or all funds in your wallet may be sent to this address. Are you sure? + Adresa, kterou jsi zvolil pro drobné, není součástí této peněženky. Potenciálně všechny prostředky z tvé peněženky mohou být na tuto adresu odeslány. Souhlasíš, aby se tak stalo? - added as transaction fee - přidán jako transakční poplatek + (no label) + (bez označení) @@ -2136,10 +2231,6 @@ Pay &To: &Komu: - - Enter a label for this address to add it to your address book - Zadej označení této adresy; obojí se ti pak uloží do adresáře - &Label: O&značení: @@ -2198,7 +2289,7 @@ A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcoin network. - Zpráva, která byla připojena k blackcoin: URI a která se ti pro přehled uloží k transakci. Poznámka: Tahle zpráva se neposílá s platbou po Blackcoinové síti. + Zpráva, která byla připojena k blackcoin: URI a která se ti pro přehled uloží k transakci. Poznámka: Tahle zpráva se neposílá s platbou po blackcoinové síti. Pay To: @@ -2208,12 +2299,23 @@ Memo: Poznámka: + + Enter a label for this address to add it to your address book + Zadej označení této adresy; obojí se ti pak uloží do adresáře + + + + SendConfirmationDialog + + Yes + Ano + ShutdownWindow - Bitcoin Core is shutting down... - Blackcoin More se ukončuje... + %1 is shutting down... + %1 se ukončuje... Do not shut down the computer until this window disappears. @@ -2264,11 +2366,11 @@ Copy the current signature to the system clipboard - Zkopíruj aktuálně vybraný podpis do systémové schránky + Zkopíruj tento podpis do schránky Sign the message to prove you own this Bitcoin address - Podepiš zprávu, čímž prokážeš, že jsi vlastníkem této Blackcoinové adresy + Podepiš zprávu, čímž prokážeš, že jsi vlastníkem této blackcoinové adresy Sign &Message @@ -2296,7 +2398,7 @@ Verify the message to ensure it was signed with the specified Bitcoin address - Ověř zprávu, aby ses ujistil, že byla podepsána danou Blackcoinovou adresou + Ověř zprávu, aby ses ujistil, že byla podepsána danou blackcoinovou adresou Verify &Message @@ -2308,7 +2410,7 @@ Click "Sign Message" to generate signature - Kliknutím na "Podepiš zprávu" vygeneruješ podpis + Kliknutím na „Podepiš zprávu“ vygeneruješ podpis The entered address is invalid. @@ -2336,7 +2438,7 @@ Message signed. - Zpráv podepsána. + Zpráva podepsána. The signature could not be decoded. @@ -2361,14 +2463,6 @@ SplashScreen - - Bitcoin Core - Blackcoin More - - - The Bitcoin Core developers - Vývojáři Blackcoin More - [testnet] [testnet] @@ -2383,18 +2477,38 @@ TransactionDesc + + Open for %n more block(s) + Otevřeno pro %n další blokOtevřeno pro %n další blokyOtevřeno pro %n dalších bloků + Open until %1 Otřevřeno dokud %1 - conflicted - kolidující + conflicted with a transaction with %1 confirmations + koliduje s transakcí o %1 konfirmacích %1/offline %1/offline + + 0/unconfirmed, %1 + 0/nepotvrzeno, %1 + + + in memory pool + v transakčním zásobníku + + + not in memory pool + není ani v transakčním zásobníku + + + abandoned + zanechaná + %1/unconfirmed %1/nepotvrzeno @@ -2407,6 +2521,10 @@ Status Stav + + , has not been successfully broadcast yet + , ještě nebylo rozesláno + , broadcast through %n node(s) , rozesláno přes %n uzel, rozesláno přes %n uzly, rozesláno přes %n uzlů @@ -2427,6 +2545,10 @@ From Od + + unknown + neznámo + To Pro @@ -2487,13 +2609,21 @@ Transaction ID ID transakce + + Transaction total size + Celková velikost transakce + + + Output index + Pořadí výstupu + Merchant Obchodník 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. - Vygenerované mince musí čekat %1 bloků, než mohou být utraceny. Když jsi vygeneroval tenhle blok, tak byl rozposlán do sítě, aby byl přidán do řetězce bloků. Pokud se mu nepodaří dostat se do řetězce, změní se na "neakceptovaný" a nepůjde utratit. To se občas může stát, pokud jiný uzel vygeneruje blok zhruba ve stejném okamžiku jako ty. + Vygenerované mince musí čekat %1 bloků, než mohou být utraceny. Když jsi vygeneroval tenhle blok, tak byl rozposlán do sítě, aby byl přidán do řetězce bloků. Pokud se mu nepodaří dostat se do řetězce, změní se na „neakceptovaný“ a nepůjde utratit. To se občas může stát, pokud jiný uzel vygeneruje blok zhruba ve stejném okamžiku jako ty. Debug information @@ -2519,29 +2649,17 @@ false false - - , has not been successfully broadcast yet - , ještě nebylo rozesláno - - - Open for %n more block(s) - Otevřeno pro %n další blokOtevřeno pro %n další blokyOtevřeno pro %n dalších bloků - - - unknown - neznámo - TransactionDescDialog - - Transaction details - Detaily transakce - This pane shows a detailed description of the transaction Toto okno zobrazuje detailní popis transakce + + Details for %1 + Podrobnosti o %1 + TransactionTableModel @@ -2554,8 +2672,8 @@ Typ - Immature (%1 confirmations, will be available after %2) - Nedozráno (%1 potvrzení, bude k dispozici za %2) + Label + Označení Open for %n more block(s) @@ -2565,10 +2683,34 @@ Open until %1 Otřevřeno dokud %1 + + Offline + Offline + + + Unconfirmed + Nepotvrzeno + + + Abandoned + Zanechaná + + + Confirming (%1 of %2 recommended confirmations) + Potvrzuje se (%1 z %2 doporučených potvrzení) + Confirmed (%1 confirmations) Potvrzeno (%1 potvrzení) + + Conflicted + V kolizi + + + Immature (%1 confirmations, will be available after %2) + Nedozráno (%1 potvrzení, dozraje při %2 potvrzeních) + This block was not received by any other nodes and will probably not be accepted! Tento blok nedostal žádný jiný uzel a pravděpodobně nebude akceptován! @@ -2577,26 +2719,6 @@ Generated but not accepted Vygenerováno, ale neakceptováno - - Offline - Offline - - - Label - Označení - - - Unconfirmed - Nepotvrzeno - - - Confirming (%1 of %2 recommended confirmations) - Potvrzuje se (%1 z %2 doporučených potvrzení) - - - Conflicted - V kolizi - Received with Přijato do @@ -2625,6 +2747,10 @@ (n/a) (n/a) + + (no label) + (bez označení) + Transaction status. Hover over this field to show number of confirmations. Stav transakce. Najetím myši na toto políčko si zobrazíš počet potvrzení. @@ -2708,6 +2834,10 @@ Min amount Minimální částka + + Abandon transaction + Zapomenout transakci + Copy address Kopíruj adresu @@ -2728,6 +2858,10 @@ Copy raw transaction Kopíruj surovou transakci + + Copy full transaction details + Kopíruj kompletní podrobnosti o transakci + Edit label Uprav označení @@ -2740,34 +2874,18 @@ Export Transaction History Exportuj transakční historii - - Watch-only - Sledovaná - - - Exporting Failed - Exportování selhalo - - - There was an error trying to save the transaction history to %1. - Při ukládání transakční historie do %1 se přihodila nějaká chyba. - - - Exporting Successful - Úspěšně vyexportováno - - - The transaction history was successfully saved to %1. - Transakční historie byla v pořádku uložena do %1. - Comma separated file (*.csv) - CSV formát (*.csv) + Formát CSV (*.csv) Confirmed Potvrzeno + + Watch-only + Sledovaná + Date Datum @@ -2788,6 +2906,22 @@ ID ID + + Exporting Failed + Exportování selhalo + + + There was an error trying to save the transaction history to %1. + Při ukládání transakční historie do %1 se přihodila nějaká chyba. + + + Exporting Successful + Úspěšně vyexportováno + + + The transaction history was successfully saved to %1. + Transakční historie byla v pořádku uložena do %1. + Range: Rozsah: @@ -2844,14 +2978,14 @@ There was an error trying to save the wallet data to %1. Při ukládání peněženky do %1 se přihodila nějaká chyba. - - The wallet data was successfully saved to %1. - Data z peněženky byla v pořádku uložena do %1. - Backup Successful Úspěšně zazálohováno + + The wallet data was successfully saved to %1. + Data z peněženky byla v pořádku uložena do %1. + bitcoin-core @@ -2875,6 +3009,18 @@ Accept command line and JSON-RPC commands Akceptovat příkazy z příkazové řádky a přes JSON-RPC + + Accept connections from outside (default: 1 if no -proxy or -connect/-noconnect) + Přijímat spojení zvenčí (výchozí: 1, pokud není zadáno -proxy nebo -connect/-noconnect) + + + Connect only to the specified node(s); -noconnect or -connect=0 alone to disable automatic connections + Připojovat se pouze k určeným uzlům; samotné -noconnect nebo -connect=0 zakáží automatické připojování + + + Distributed under the MIT software license, see the accompanying file %s or %s + Šířen pod softwarovou licencí MIT, viz přiložený soubor %s nebo %s + If <category> is not supplied or if <category> = 1, output all debugging information. Pokud není <category> zadána nebo je <category> = 1, bude tisknout veškeré ladicí informace. @@ -2887,10 +3033,6 @@ Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node) Prořezávání: poslední synchronizace peněženky proběhla před už prořezanými daty. Je třeba provést -reindex (tedy v případě prořezávacího režimu stáhnout znovu celý řetězec bloků) - - Reduce storage requirements by pruning (deleting) old blocks. This mode is incompatible with -txindex and -rescan. Warning: Reverting this setting requires re-downloading the entire blockchain. (default: 0 = disable pruning blocks, >%u = target size in MiB to use for block files) - Omezit nároky na úložný prostor prořezáváním (mazáním) starých bloků. Tento režim není slučitelný s -txindex ani -rescan. Upozornění: opětovná změna tohoto nastavení bude vyžadovat nové stažení celého řetězce bloků. (výchozí: 0 = bloky neprořezávat, >%u = cílová velikost souborů s bloky, v MiB) - Rescans are not possible in pruned mode. You will need to use -reindex which will download the whole blockchain again. V prořezávacím režimu není možné přeskenovávat řetězec bloků. Musíš provést -reindex, což znovu stáhne celý řetězec bloků. @@ -2916,25 +3058,77 @@ Nemohu spustit HTTP server. Detaily viz v debug.log. - Accept connections from outside (default: 1 if no -proxy or -connect) - Přijímat spojení zvenčí (výchozí: 1, pokud není zadáno -proxy nebo -connect) + Bitcoin Core + Blackcoin More + + + The %s developers + Vývojáři %s + + + A fee rate (in %s/kB) that will be used when fee estimation has insufficient data (default: %s) + Sazba poplatku (v %s/kB), která se použije, pokud nebude k dispozici dostatek dat pro automatický odhad poplatku (výchozí: %s) + + + Accept relayed transactions received from whitelisted peers even when not relaying transactions (default: %d) + Přijímat přeposílané transakce obdržené od vždy vítaných protějšků, i když transakce nepřeposíláme (výchozí: %d) Bind to given address and always listen on it. Use [host]:port notation for IPv6 Poslouchat na zadané adrese. Pro zápis IPv6 adresy použij notaci [adresa]:port + + Cannot obtain a lock on data directory %s. %s is probably already running. + Nedaří se mi získat zámek na datový adresář %s. %s pravděpodobně už jednou běží. + Delete all wallet transactions and only recover those parts of the blockchain through -rescan on startup Smazat všechny transakce peněženky a při startu obnovit pouze relevantní části řetězce bloků pomocí -rescan - Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. - Šířen pod softwarovou licencí MIT, viz přiložený soubor COPYING nebo <http://www.opensource.org/licenses/mit-license.php>. + Error loading %s: You can't enable HD on a already existing non-HD wallet + Chyba při načítání %s: nemůžeš zapnout HD u existující ne-HD peněženky + + + Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect. + Nastala chyba při čtení souboru %s! Všechny klíče se přečetly správně, ale data o transakcích nebo záznamy v adresáři mohou chybět či být nesprávné. Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) Spustit příkaz, když se objeví transakce týkající se peněženky (%s se v příkazu nahradí za TxID) + + Extra transactions to keep in memory for compact block reconstructions (default: %u) + Počet extra transakcí, které se mají držet v paměti pro účely rekonstrukce kompaktních bloků (výchozí: %u) + + + If this block is in the chain assume that it and its ancestors are valid and potentially skip their script verification (0 to verify all, default: %s, testnet: %s) + Pokud je tenhle blok v řetězci, tak předpokládat, že on i jeho následníci jsou platní, a potenciálně přeskočit ověřování jejich skriptů (0 = ověřovat vše, výchozí: %s, testnet: %s) + + + Maximum allowed median peer time offset adjustment. Local perspective of time may be influenced by peers forward or backward by this amount. (default: %u seconds) + Maximální povolené seřizování času mediánem časů protějšků. Místní vnímání času může být ovlivněno protějšky, a to dopředu nebo dozadu až o toto množství. (výchozí: %u vteřin) + + + Maximum total fees (in %s) to use in a single wallet transaction or raw transaction; setting this too low may abort large transactions (default: %s) + Horní hranice pro celkový poplatek (v %s) za jednu transakci z peněženky nebo jednu surovou transakci; příliš nízká hodnota může zmařit velké transakce (výchozí: %s) + + + Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly. + Zkontroluj, že máš v počítači správně nastavený datum a čas! Pokud jsou nastaveny špatně, %s nebude fungovat správně. + + + Please contribute if you find %s useful. Visit %s for further information about the software. + Prosíme, zapoj se nebo přispěj, pokud ti %s přijde užitečný. Více informací o programu je na %s. + + + Reduce storage requirements by enabling pruning (deleting) of old blocks. This allows the pruneblockchain RPC to be called to delete specific blocks, and enables automatic pruning of old blocks if a target size in MiB is provided. This mode is incompatible with -txindex and -rescan. Warning: Reverting this setting requires re-downloading the entire blockchain. (default: 0 = disable pruning blocks, 1 = allow manual pruning via RPC, >%u = automatically prune block files to stay under the specified target size in MiB) + Omezit nároky na úložný prostor prořezáváním (mazáním) starých bloků. Tato volba také umožní použít RPC volání pruneblockchain ke smazání konkrétních bloků a dále automatické prořezávání starých bloků, pokud je zadána cílová velikost souborů s bloky v MiB. Tento režim není slučitelný s -txindex ani -rescan. Upozornění: opětovná změna tohoto nastavení bude vyžadovat nové stažení celého řetězce bloků. (výchozí: 0 = bloky neprořezávat, 1 = povolit ruční prořezávání skrze RPC, >%u = automatické prořezávání bloků tak, aby byla udržena cílová velikost souborů s bloky, v MiB) + + + Set lowest fee rate (in %s/kB) for transactions to be included in block creation. (default: %s) + Nastavit nejnižší akceptovatelný poplatek (v %s/kB) pro transakce, které mají být zahrnuty do nových bloků. (výchozí: %s) + Set the number of script verification threads (%u to %d, 0 = auto, <0 = leave that many cores free, default: %d) Nastavení počtu vláken pro verifikaci skriptů (%u až %d, 0 = automaticky, <0 = nechat daný počet jader volný, výchozí: %d) @@ -2948,20 +3142,20 @@ Tohle je testovací verze – používej ji jen na vlastní riziko, ale rozhodně ji nepoužívej k těžbě nebo pro obchodní aplikace - Unable to bind to %s on this computer. Bitcoin Core is probably already running. - Nedaří se mi připojit na %s na tomhle počítači. Blackcoin More už pravděpodobně jednou běží. + Unable to rewind the database to a pre-fork state. You will need to redownload the blockchain + Nedaří se mi vrátit databázi do stavu před štěpem. Budeš muset znovu stáhnout celý řetězec bloků Use UPnP to map the listening port (default: 1 when listening and no -proxy) Použít UPnP k namapování naslouchacího portu (výchozí: 1, pokud naslouchá a nepoužívá -proxy) - WARNING: abnormally high number of blocks generated, %d blocks received in the last %d hours (%d expected) - UPOZORNĚNÍ: vygenerováno nezvykle mnoho bloků – přijato %d bloků jen za posledních %d hodin (očekáváno %d) + Username and hashed password for JSON-RPC connections. The field <userpw> comes in the format: <USERNAME>:<SALT>$<HASH>. A canonical python script is included in share/rpcuser. The client then connects normally using the rpcuser=<USERNAME>/rpcpassword=<PASSWORD> pair of arguments. This option can be specified multiple times + Uživatelské jméno a zahašované heslo pro JSON-RPC spojení. Pole <userpw> má formát: <UŽIVATELSKÉ_JMÉNO>:<SŮL>$<HAŠ>. Pomocný pythonní skript je přiložen v share/rpcuser. Klient se pak už připojuje normálně pomocí páru argumentů rpcuser=<UŽIVATELSKÉ_JMÉNO>/rpcpassword=<HESLO>. Tuto volbu lze použít i vícekrát - WARNING: check your network connection, %d blocks received in the last %d hours (%d expected) - UPOZORNĚNÍ: zkontroluj své spojení do sítě – bylo přijato %d bloků za posledních %d hodin (očekáváno %d) + Wallet will not create transactions that violate mempool chain limits (default: %u) + Peněženka nebude vytvářet transakce, které by porušovaly limity transakčního zásobníku na řetězce (výchozí: %u) Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. @@ -2972,12 +3166,12 @@ Upozornění: Nesouhlasím zcela se svými protějšky! Možná potřebuji aktualizovat nebo ostatní uzly potřebují aktualizovat. - 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. - Upozornění: soubor wallet.dat je poškozený, data jsou však zachráněna! Původní soubor wallet.dat je uložený jako wallet.{timestamp}.bak v %s. Pokud jsou stav tvého účtu nebo transakce nesprávné, zřejmě bys měl obnovit zálohu. + You need to rebuild the database using -reindex-chainstate to change -txindex + Je třeba přestavět databázi použitím -reindex-chainstate, aby bylo možné změnit -txindex - Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. - Vždy vítat protějšky připojující se z dané podsítě či IP adresy. Lze zadat i vícekrát. + %s corrupt, salvage failed + %s je poškozen, jeho záchrana se nezdařila -maxmempool must be at least %d MB @@ -2987,18 +3181,38 @@ <category> can be: <category> může být: + + Append comment to the user agent string + Připojit komentář k typu klienta + + + Attempt to recover private keys from a corrupt wallet on startup + Pokusit se při startu zachránit soukromé klíče z poškozeného souboru s klíči + Block creation options: Možnosti vytváření bloku: - Connect only to the specified node(s) - Připojit se pouze k zadanému uzlu (příp. zadaným uzlům) + Cannot resolve -%s address: '%s' + Nemohu přeložit -%s adresu: '%s' + + + Chain selection options: + Možnosti výběru řetězce: + + + Change index out of range + Index drobných je mimo platný rozsah Connection options: Možnosti připojení: + + Copyright (C) %i-%i + Copyright (C) %i–%i + Corrupted block database detected Bylo zjištěno poškození databáze bloků @@ -3015,6 +3229,26 @@ Do you want to rebuild the block database now? Chceš přestavět databázi bloků hned teď? + + Enable publish hash block in <address> + Zapnout oznamování hashů bloků na adrese <address> + + + Enable publish hash transaction in <address> + Zapnout oznamování hashů transakcí na adrese <address> + + + Enable publish raw block in <address> + Zapnout oznamování surových bloků na adrese <address> + + + Enable publish raw transaction in <address> + Zapnout oznamování surových transakcí na adrese <address> + + + Enable transaction replacement in the memory pool (default: %u) + Povolit výměnu transakcí v transakčním zásobníku (výchozí: %u) + Error initializing block database Chyba při zakládání databáze bloků @@ -3023,6 +3257,22 @@ Error initializing wallet database environment %s! Chyba při vytváření databázového prostředí %s pro peněženku! + + Error loading %s + Chyba při načítání %s + + + Error loading %s: Wallet corrupted + Chyba při načítání %s: peněženka je poškozená + + + Error loading %s: Wallet requires newer version of %s + Chyba při načítání %s: peněženka vyžaduje novější verzi %s + + + Error loading %s: You can't disable HD on a already existing HD wallet + Chyba při načítání %s: nemůžeš vypnout HD u existující HD peněženky + Error loading block database Chyba při načítání databáze bloků @@ -3047,14 +3297,34 @@ Incorrect or no genesis block found. Wrong datadir for network? Nemám žádný nebo jen špatný genesis blok. Není špatně nastavený datadir? + + Initialization sanity check failed. %s is shutting down. + Selhala úvodní zevrubná prověrka. %s se ukončuje. + Invalid -onion address: '%s' Neplatná -onion adresa: '%s' + + Invalid amount for -%s=<amount>: '%s' + Neplatná částka pro -%s=<částka>: '%s' + + + Invalid amount for -fallbackfee=<amount>: '%s' + Neplatná částka pro -fallbackfee=<částka>: '%s' + Keep the transaction memory pool below <n> megabytes (default: %u) Udržovat zasobník transakcí menší než <n> megabajtů (výchozí: %u) + + Loading banlist... + Načítám seznam klateb... + + + Location of the auth cookie (default: data dir) + Místo pro autentizační cookie (výchozí: adresář pro data) + Not enough file descriptors available. Je nedostatek deskriptorů souborů. @@ -3063,6 +3333,14 @@ Only connect to nodes in network <net> (ipv4, ipv6 or onion) Připojovat se pouze k uzlům v <net> síti (ipv4, ipv6 nebo onion) + + Print this help message and exit + Vypsat tuto nápovědu a skončit + + + Print version and exit + Vypsat verzi a skončit + Prune cannot be configured with a negative value. Prořezávání nemůže být zkonfigurováno s negativní hodnotou. @@ -3071,6 +3349,18 @@ Prune mode is incompatible with -txindex. Prořezávací režim není kompatibilní s -txindex. + + Rebuild chain state and block index from the blk*.dat files on disk + Při startu znovu vytvořit index řetězce bloků z aktuálních blk*.dat souborů + + + Rebuild chain state from the currently indexed blocks + Znovu vytvořit stav řetězce bloků z aktuálně indexovaných bloků + + + Rewinding blocks... + Vracím bloky… + Set database cache size in megabytes (%d to %d, default: %d) Nastavit velikost databázové vyrovnávací paměti v megabajtech (%d až %d, výchozí: %d) @@ -3083,6 +3373,14 @@ Specify wallet file (within data directory) Udej název souboru s peněženkou (v rámci datového adresáře) + + The source code is available from %s. + Zdrojový kód je dostupný na %s. + + + Unable to bind to %s on this computer. %s is probably already running. + Nedaří se mi připojit na %s na tomhle počítači. %s už pravděpodobně jednou běží. + Unsupported argument -benchmark ignored, use -debug=bench. Nepodporovaný argument -benchmark se ignoruje, použij -debug=bench. @@ -3099,34 +3397,38 @@ Use UPnP to map the listening port (default: %u) Použít UPnP k namapování naslouchacího portu (výchozí: %u) + + Use the test chain + Použít testovací řetězec + User Agent comment (%s) contains unsafe characters. Komentář u typu klienta (%s) obsahuje riskantní znaky. Verifying blocks... - Ověřuji bloky... + Ověřuji bloky… Verifying wallet... - Kontroluji peněženku... + Kontroluji peněženku… Wallet %s resides outside data directory %s Peněženka %s se nachází mimo datový adresář %s + + Wallet debugging/testing options: + Možnosti ladění/testování peněženky: + + + Wallet needed to be rewritten: restart %s to complete + Soubor s peněženkou potřeboval přepsat: restartuj %s, aby se operace dokončila + Wallet options: Možnosti peněženky: - - Warning: This version is obsolete; upgrade required! - Upozornění: tahle verze je zastaralá, měl bys ji aktualizovat! - - - You need to rebuild the database using -reindex to change -txindex - Je třeba přestavět databázi použitím -reindex, aby bylo možné změnit -txindex - 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 Povolit JSON-RPC spojení ze specifikovaného zdroje. Platnou hodnotou <ip> je jednotlivá IP adresa (např. 1.2.3.4), síť/maska (např. 1.2.3.4/255.255.255.0) nebo síť/CIDR (např. 1.2.3.4/24). Tuto volbu lze použít i vícekrát @@ -3139,10 +3441,6 @@ 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) Čekat na zadané adrese na JSON-RPC spojení. Pro zápis IPv6 adresy použij notaci [adresa]:port. Tuto volbu lze použít i vícekrát (výchozí: poslouchat na všech rozhraních) - - Cannot obtain a lock on data directory %s. Bitcoin Core is probably already running. - Nedaří se mi získat zámek na datový adresář %s. Blackcoin More pravděpodobně už jednou běží. - Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) Vytvářet nové soubory s výchozími systémovými právy namísto umask 077 (uplatní se, pouze pokud je vypnutá funkce peněženky) @@ -3175,10 +3473,6 @@ Maximum size of data in data carrier transactions we relay and mine (default: %u) Maximální velikost dat v transakcích nesoucích data, se kterou jsme ochotni je ještě přeposílat a těžit (výchozí: %u) - - Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect) - Při nedostatku adres získat další protějšky z DNS (výchozí: 1, pokud není použito -connect) - Randomize credentials for every proxy connection. This enables Tor stream isolation (default: %u) Použít náhodné údaje pro každé proxy spojení. To umožní izolovat nesouvisející datové toky v Toru (výchozí: %u) @@ -3187,17 +3481,13 @@ Set maximum size of high-priority/low-fee transactions in bytes (default: %d) Nastavit maximální velikost prioritních/nízkopoplatkových transakcí v bajtech (výchozí: %d) - - Set the number of threads for coin generation if enabled (-1 = all cores, default: %d) - Nastavení počtu vláken pro těžení, je-li zapnuté (-1 = všechna jádra, výchozí: %d) - The transaction amount is too small to send after the fee has been deducted Částka v transakci po odečtení poplatku je příliš malá na odeslání - 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 zahrnuje programy vyvinuté OpenSSL Projektem pro použití v OpenSSL Toolkitu <https://www.openssl.org/> a kryptografický program od Erika Younga a program UPnP od Thomase Bernarda. + Use hierarchical deterministic key generation (HD) after BIP32. Only has effect during wallet creation/first start + Použít hierarchické deterministické generování klíčů (HD) podle BIP32. Má vliv pouze během vytváření peněženky/prvního startu 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 @@ -3215,34 +3505,14 @@ Accept public REST requests (default: %u) Přijímat veřejné REST požadavky (výchozí: %u) - - Activating best chain... - Aktivuji nejlepší řetězec... - - - Attempt to recover private keys from a corrupt wallet.dat on startup - Pokusit se při startu zachránit soukromé klíče z poškozeného souboru wallet.dat - Automatically create Tor hidden service (default: %d) Automaticky v Toru vytvářet skryté služby (výchozí: %d) - - Cannot resolve -whitebind address: '%s' - Nemohu přeložit -whitebind adresu: '%s' - Connect through SOCKS5 proxy Připojit se přes SOCKS5 proxy - - Copyright (C) 2009-%i The Bitcoin Core Developers - Copyright (C) 2018-%i Vývojáři Blackcoin More - - - Error loading wallet.dat: Wallet requires newer version of Bitcoin Core - Chyba při načítání wallet.dat: peněženka vyžaduje novější verzi Blackcoin More - Error reading from database, shutting down. Chyba při čtení z databáze, ukončuji se. @@ -3255,22 +3525,6 @@ Information Informace - - Initialization sanity check failed. Bitcoin Core is shutting down. - Selhala úvodní zevrubná prověrka. Blackcoin More se ukončuje. - - - Invalid amount for -maxtxfee=<amount>: '%s' - Neplatná částka pro -maxtxfee=<amount>: '%s' - - - Invalid amount for -minrelaytxfee=<amount>: '%s' - Neplatná částka pro -minrelaytxfee=<částka>: '%s' - - - Invalid amount for -mintxfee=<amount>: '%s' - Neplatná částka pro -mintxfee=<částka>: '%s' - Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) Neplatná částka pro -paytxfee=<částka>: '%s' (musí být alespoň %s) @@ -3295,14 +3549,6 @@ RPC server options: Možnosti RPC serveru: - - Rebuild block chain index from current blk000??.dat files on startup - Při startu znovu vytvořit index řetězce bloků z aktuálních blk000??.dat souborů - - - Receive and display P2P network alerts (default: %u) - Přijímat a zobrazovat poplachy z P2P sítě (výchozí: %u) - Reducing -maxconnections from %d to %d, because of system limitations. Omezuji -maxconnections z %d na %d kvůli systémovým omezením. @@ -3351,10 +3597,6 @@ Transaction amount too small Částka v transakci je příliš malá - - Transaction amounts must be positive - Částky v transakci musí být kladné - Transaction too large for fee policy Transakce je na poplatkovou politiku příliš velká @@ -3375,14 +3617,14 @@ Username for JSON-RPC connections Uživatelské jméno pro JSON-RPC spojení - - Wallet needed to be rewritten: restart Bitcoin Core to complete - Soubor s peněženkou potřeboval přepsat: restartuj Blackcoin More, aby se operace dokončila - Warning Upozornění + + Warning: unknown new rules activated (versionbit %i) + Upozornění: aktivována neznámá nová pravidla (verzový bit %i) + Whether to operate in a blocks only mode (default: %u) Zda fungovat v čistě blokovém režimu (výchozí: %u) @@ -3393,11 +3635,7 @@ ZeroMQ notification options: - Možnosti ZeroMQ oznámení: - - - wallet.dat corrupt, salvage failed - Soubor wallet.dat je poškozen, jeho záchrana se nezdařila + Možnosti ZeroMQ oznamování: Password for JSON-RPC connections @@ -3407,10 +3645,6 @@ Execute command when the best block changes (%s in cmd is replaced by block hash) Spustit příkaz, když se změní nejlepší blok (%s se v příkazu nahradí hashem bloku) - - This help message - Tato nápověda - Allow DNS lookups for -addnode, -seednode and -connect Povolit DNS dotazy pro -addnode (přidání uzlu), -seednode a -connect (připojení) @@ -3419,10 +3653,6 @@ Loading addresses... Načítám adresy... - - Error loading wallet.dat: Wallet corrupted - Chyba při načítání wallet.dat: peněženka je poškozená - (1 = keep tx meta data e.g. account owner and payment request information, 2 = drop tx meta data) (1 = ukládat transakční metadata, např. majitele účtu a informace o platebním požadavku, 2 = mazat transakční metadata) @@ -3431,22 +3661,22 @@ -maxtxfee is set very high! Fees this large could be paid on a single transaction. -maxtxfee je nastaveno velmi vysoko! Takto vysoký poplatek může být zaplacen v jednotlivé transakci. - - -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. - -paytxfee je nastaveno velmi vysoko! Toto je transakční poplatek, který zaplatíš za každou poslanou transakci. - Do not keep transactions in the mempool longer than <n> hours (default: %u) Nedržet transakce v zásobníku déle než <n> hodin (výchozí: %u) - Error reading wallet.dat! All keys read correctly, but transaction data or address book entries might be missing or incorrect. - Nastala chyba při čtení souboru wallet.dat! Všechny klíče se přečetly správně, ale data o transakcích nebo záznamy v adresáři mohou chybět či být nesprávné. + Equivalent bytes per sigop in transactions for relay and mining (default: %u) + Ekvivalent bajtů za každý sigop v transakcích – pro účely přeposílání a těžení (výchozí: %u) Fees (in %s/kB) smaller than this are considered zero fee for transaction creation (default: %s) Poplatky (v %s/kB) menší než tato hodnota jsou považovány za nulové pro účely vytváření transakcí (výchozí: %s) + + Force relay of transactions from whitelisted peers even if they violate local relay policy (default: %d) + Vynutit přeposílání transakcí od vždy vítaných protějšků (tj. těch na bílé listině), i když porušují místní zásady pro přeposílání (výchozí: %d) + How thorough the block verification of -checkblocks is (0-4, default: %u) Jak moc důkladná má být verifikace bloků -checkblocks (0-4, výchozí: %u) @@ -3463,10 +3693,26 @@ Output debugging information (default: %u, supplying <category> is optional) Tisknout ladicí informace (výchozí: %u, zadání <category> je volitelné) + + Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect/-noconnect) + Při nedostatku adres získat další protějšky z DNS (výchozí: 1, pokud není použito -connect/-noconnect) + + + Sets the serialization of raw transaction or block hex returned in non-verbose mode, non-segwit(0) or segwit(1) (default: %d) + Nastaví serializaci surových transakcí nebo bloků, jak jsou vraceny v méně povídavém módu: ne-segwit (0) nebo segwit (1) (výchozí: %d) + Support filtering of blocks and transaction with bloom filters (default: %u) Umožnit filtrování bloků a transakcí pomocí Bloomova filtru (výchozí: %u) + + This is the transaction fee you may pay when fee estimates are not available. + Toto je transakční poplatek, který se platí, pokud náhodou není k dispozici odhad poplatků. + + + This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit %s and cryptographic software written by Eric Young and UPnP software written by Thomas Bernard. + Tento produkt zahrnuje programy vyvinuté OpenSSL Projektem pro použití v OpenSSL Toolkitu %s a kryptografický program od Erika Younga a program UPnP od Thomase Bernarda. + Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments. Celková délka síťového identifikačního řetězce (%i) překročila svůj horní limit (%i). Omez počet nebo velikost voleb uacomment. @@ -3479,13 +3725,29 @@ Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported. Byl použit nepodporovaný argument -socks. Nastavení verze SOCKS už není možné, podporovány jsou pouze SOCKS5 proxy. + + Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay. + Nepodporovaný argument -whitelistalwaysrelay se ignoruje, použij -whitelistrelay a/nebo -whitelistforcerelay. + Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) Použít samostatnou SOCKS5 proxy ke spojení s protějšky přes skryté služby v Toru (výchozí: %s) - Username and hashed password for JSON-RPC connections. The field <userpw> comes in the format: <USERNAME>:<SALT>$<HASH>. A canonical python script is included in share/rpcuser. This option can be specified multiple times - Uživatelské jméno a zahašované heslo pro JSON-RPC spojení. Pole <userpw> má formát: <UŽIVATELSKÉ_JMÉNO>:<SŮL>$<HAŠ>. Pomocný pythonní skript je přiložen v share/rpcuser. Tuto volbu lze použít i vícekrát + Warning: Unknown block versions being mined! It's possible unknown rules are in effect + Upozornění: Síť těží neznámé verze bloků! Je možné, že jsou v platnosti neznámá pravidla + + + Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup. + Upozornění: soubor s peněženkou je poškozený, data jsou však zachráněna! Původní soubor %s je uložený jako %s v %s. Pokud nejsou stav tvého účtu nebo transakce v pořádku, zřejmě bys měl obnovit zálohu. + + + Whitelist peers connecting from the given IP address (e.g. 1.2.3.4) or CIDR notated network (e.g. 1.2.3.0/24). Can be specified multiple times. + Vždy vítat protějšky připojující se z dané IP adresy (např. 1.2.3.4) či podsítě (CIDR zápis, např. 1.2.3.0/24). Lze zadat i vícekrát. + + + %s is set very high! + %s je nastaveno velmi vysoko! (default: %s) @@ -3495,14 +3757,6 @@ Always query for peer addresses via DNS lookup (default: %u) Vždy získávat adresy dalších protějšků přes DNS (výchozí: %u) - - Error loading wallet.dat - Chyba při načítání wallet.dat - - - Generate coins (default: %u) - Těžit (výchozí: %u) - How many blocks to check at startup (default: %u, 0 = all) Kolik bloků při startu zkontrolovat (výchozí: %u, 0 = všechny) @@ -3515,6 +3769,10 @@ Invalid -proxy address: '%s' Neplatná -proxy adresa: '%s' + + Keypool ran out, please call keypoolrefill first + Vyčerpal se zásobník klíčů, zavolej prvně, prosím, keypoolrefill + Listen for JSON-RPC connections on <port> (default: %u or testnet: %u) Čekat na JSON-RPC spojení na <portu> (výchozí: %u nebo testnet: %u) @@ -3551,13 +3809,17 @@ Relay non-P2SH multisig (default: %u) Přeposílat ne-P2SH multisig (výchozí: %u) + + Send transactions with full-RBF opt-in enabled (default: %u) + Posílat transakce se zapnutým plným RBF (= replace-by-fee) (výchozí: %u) + Set key pool size to <n> (default: %u) Nastavit zásobník klíčů na velikost <n> (výchozí: %u) - Set minimum block size in bytes (default: %u) - Nastavit minimální velikost bloku v bajtech (výchozí: %u) + Set maximum BIP141 block weight (default: %d) + Nastavit maximální váhu bloku pro BIP141 (výchozí: %d) Set the number of threads to service RPC calls (default: %d) @@ -3575,26 +3837,42 @@ Spend unconfirmed change when sending transactions (default: %u) Utrácet i ještě nepotvrzené drobné při posílání transakcí (výchozí: %u) + + Starting network threads... + Spouštím síťová vlákna… + + + The wallet will avoid paying less than the minimum relay fee. + Peněženka zaručí přiložení poplatku alespoň ve výši minima pro přenos transakce. + + + This is the minimum transaction fee you pay on every transaction. + Toto je minimální poplatek, který zaplatíš za každou transakci. + + + This is the transaction fee you will pay if you send a transaction. + Toto je poplatek, který zaplatíš za každou poslanou transakci. + Threshold for disconnecting misbehaving peers (default: %u) Práh pro odpojování zlobivých protějšků (výchozí: %u) + + Transaction amounts must not be negative + Částky v transakci nemohou být záporné + + + Transaction has too long of a mempool chain + Transakce má v transakčním zásobníku příliš dlouhý řetězec + + + Transaction must have at least one recipient + Transakce musí mít alespoň jednoho příjemce + Unknown network specified in -onlynet: '%s' V -onlynet byla uvedena neznámá síť: '%s' - - Cannot resolve -bind address: '%s' - Nemohu přeložit -bind adresu: '%s' - - - Cannot resolve -externalip address: '%s' - Nemohu přeložit -externalip adresu: '%s' - - - Invalid amount for -paytxfee=<amount>: '%s' - Neplatná částka pro -paytxfee=<částka>: '%s' - Insufficient funds Nedostatek prostředků @@ -3621,7 +3899,7 @@ Rescanning... - Přeskenovávám... + Přeskenovávám… Done loading diff --git a/src/qt/locale/bitcoin_cs_CZ.ts b/src/qt/locale/bitcoin_cs_CZ.ts deleted file mode 100644 index 7aca33a99..000000000 --- a/src/qt/locale/bitcoin_cs_CZ.ts +++ /dev/null @@ -1,669 +0,0 @@ - - - AddressBookPage - - Right-click to edit address or label - Pravým klikem editujte adresu nebo popisek - - - Create a new address - Vytvořit novou adresu - - - Copy the currently selected address to the system clipboard - Kopírovat aktuálně vybrané adresy do schránky - - - Delete the currently selected address from the list - Odstraní aktuálně vybrané adresy ze seznamu - - - Export the data in the current tab to a file - Exportovat aktuální pohled do souboru - - - &Export - &Exportovat - - - &Delete - &Odstranit - - - Comma separated file (*.csv) - Textový soubor oddělený středníkem (*.csv) - - - - AddressTableModel - - Label - Popis - - - Address - Adresa - - - (no label) - (bez popisu) - - - - AskPassphraseDialog - - Enter passphrase - Zadej heslo - - - New passphrase - Nové heslo - - - Repeat new passphrase - Zopakujte nové heslo - - - Encrypt wallet - Zašifrovat peněženku - - - This operation needs your wallet passphrase to unlock the wallet. - Tato operace vyžaduje heslo k odemknutí peněženky. - - - Unlock wallet - Odemknout peněženku - - - This operation needs your wallet passphrase to decrypt the wallet. - Tato operace vyžaduje heslo k dešifrování peněženky. - - - Decrypt wallet - Dešifrovat peněženku - - - Change passphrase - Změnit heslo - - - Confirm wallet encryption - Potvrďte zašifrování peněženky - - - Wallet encrypted - Peněženka zašifrována - - - Wallet encryption failed - Zašifrování peněženky selhalo - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - Šifrování peněženky selhalo vinou vnitřní chyby. Vaše peněženka nebyla zašifrována. - - - The supplied passphrases do not match. - Zadaná hesla nejsou shodná. - - - Wallet unlock failed - Odemčení peněženky selhalo - - - The passphrase entered for the wallet decryption was incorrect. - Heslo zadané k dešifrování peněženky nebylo správné - - - Wallet decryption failed - Deěifrování peněženky selhalo - - - - BanTableModel - - - BitcoinGUI - - Synchronizing with network... - Synchronizuji se sítí... - - - &Overview - &Přehled - - - Show general overview of wallet - Zobrazit základní přehled o peněžence - - - &Transactions - &Transakce - - - Browse transaction history - Procházení historií transakcí - - - Quit application - Ukončit aplikaci - - - &Options... - &Možnosti... - - - Change the passphrase used for wallet encryption - Změnit heslo k šifrování peněženky - - - Bitcoin - Blackcoin - - - &File - &Soubor - - - &Settings - &Nastavení - - - &Help - Nápo&věda - - - Tabs toolbar - Panely - - - Up to date - Aktuální - - - Catching up... - Zachytávám... - - - Sent transaction - Odeslané transakce - - - Incoming transaction - Příchozí transakce - - - Wallet is <b>encrypted</b> and currently <b>unlocked</b> - Peněženka je <b>zašifrována</b> a momentálně <b>odemčená</b> - - - Wallet is <b>encrypted</b> and currently <b>locked</b> - Peněženka je <b>zašifrována</b> a momentálně <b>uzamčená</b> - - - - ClientModel - - - CoinControlDialog - - Amount: - Množství: - - - Amount - Množství - - - Date - Datum - - - Confirmed - Potvrzeno - - - Copy address - Kopírovat sdresu - - - Copy label - Kopírovat popis - - - (no label) - (bez popisu) - - - - EditAddressDialog - - Edit Address - Upravit adresu - - - &Label - &Popisek - - - &Address - &Adresa - - - New receiving address - Nová adresa pro příjem - - - New sending address - Nová adresa k odeslání - - - Edit receiving address - Upravit adresu pro příjem - - - Edit sending address - Upravit adresu k odeslání - - - The entered address "%1" is already in the address book. - Zadaná adresa "%1" se již v seznamu adres nachází. - - - Could not unlock wallet. - Nemohu odemknout peněženku - - - New key generation failed. - Generování nového klíče selhalo. - - - - FreespaceChecker - - - HelpMessageDialog - - Usage: - Použití: - - - - Intro - - - OpenURIDialog - - - OptionsDialog - - Options - Možnosti - - - Map port using &UPnP - Mapovat port pomocí &UPnP - - - &Minimize to the tray instead of the taskbar - &Minimalizovat do systémové lišty (tray) namísto do hlavního panelu - - - M&inimize on close - M&inimalizovat při zavření - - - - OverviewPage - - - PaymentServer - - - PeerTableModel - - - QObject - - Amount - Množství - - - - QRImageWidget - - - RPCConsole - - Name - Jméno - - - - ReceiveCoinsDialog - - &Label: - &Popisek: - - - &Message: - Zpráva: - - - Copy label - Kopírovat popis - - - - ReceiveRequestDialog - - Address - Adresa - - - Amount - Množství - - - Label - Popis - - - Message - Zpráva - - - - RecentRequestsTableModel - - Date - Datum - - - Label - Popis - - - Message - Zpráva - - - Amount - Množství - - - (no label) - (bez popisu) - - - - SendCoinsDialog - - Amount: - Množství: - - - Balance: - Zůstatek: - - - The amount to pay must be larger than 0. - Částka k zaplacení musí být větší než 0. - - - (no label) - (bez popisu) - - - - SendCoinsEntry - - &Label: - &Popisek: - - - Message: - Zpráva: - - - - ShutdownWindow - - - SignVerifyMessageDialog - - - SplashScreen - - [testnet] - [testnet] - - - - TrafficGraphWidget - - - TransactionDesc - - %1/unconfirmed - %1 potvrzeno - - - %1 confirmations - %1 potvrzení - - - Status - Stav - - - Date - Datum - - - Message - Zpráva - - - Transaction - Transakce - - - Amount - Množství - - - - TransactionDescDialog - - Transaction details - Detaily transakce - - - This pane shows a detailed description of the transaction - Toto podokno zobrazuje detailní popis transakce - - - - TransactionTableModel - - Date - Datum - - - Type - Typ - - - Confirmed (%1 confirmations) - Potvrzeno (%1 potvrzení) - - - This block was not received by any other nodes and will probably not be accepted! - Tento blok nebyl přijat žádným dalším uzlem a pravděpodobně nebude akceptován! - - - Label - Popis - - - Received with - Přijato s - - - Sent to - Odesláno na - - - Payment to yourself - Platba sobě samému - - - Mined - Vytěženo - - - Type of transaction. - Typ transakce. - - - - TransactionView - - All - Vše - - - Today - Dnes - - - This week - Tento týden - - - This month - Tento měsíc - - - Last month - Minulý měsíc - - - This year - Tento rok - - - Range... - Rozsah... - - - Received with - Přijato s - - - Sent to - Odesláno na - - - To yourself - Sobě samému - - - Mined - Vytěženo - - - Other - Ostatní - - - Min amount - Min. množství - - - Copy address - Kopírovat sdresu - - - Copy label - Kopírovat popis - - - Edit label - Upravit popis - - - Comma separated file (*.csv) - Textový soubor oddělený středníkem (*.csv) - - - Confirmed - Potvrzeno - - - Date - Datum - - - Type - Typ - - - Label - Popis - - - Address - Adresa - - - ID - ID - - - Range: - Rozsah: - - - - UnitDisplayStatusBarControl - - - WalletFrame - - - WalletModel - - - WalletView - - &Export - &Exportovat - - - Export the data in the current tab to a file - Exportovat aktuální pohled do souboru - - - - bitcoin-core - - Options: - Možnosti: - - - Loading addresses... - Načítání adres... - - - Loading wallet... - Načítání peněženky... - - - Done loading - Načítání dokončeno - - - \ No newline at end of file diff --git a/src/qt/locale/bitcoin_cy.ts b/src/qt/locale/bitcoin_cy.ts index fde4633e4..f8aa3b37f 100644 --- a/src/qt/locale/bitcoin_cy.ts +++ b/src/qt/locale/bitcoin_cy.ts @@ -21,10 +21,6 @@ C&lose C&au - - &Copy Address - &Cyfeiriad Copi - &Export &Allforio @@ -33,50 +29,10 @@ &Delete &Dileu - - C&hoose - &Dewis - - - Sending addresses - Cyfeiriadau anfon - - - Receiving addresses - Cyfeiriadau derbyn - - - Copy &Label - Copïo &Label - - - &Edit - &Golygu - - - Export Address List - Allforio Rhestr Cyfeiriad - - - Exporting Failed - Methodd Allfor - AddressTableModel - - Label - Label - - - Address - Cyfeiriad - - - (no label) - (heb label) - - + AskPassphraseDialog @@ -91,62 +47,6 @@ Repeat new passphrase Ailadroddwch gyfrinymadrodd newydd - - Encrypt wallet - Amgryptio'r waled - - - This operation needs your wallet passphrase to unlock the wallet. - Mae angen i'r gweithred hon ddefnyddio'ch cyfrinymadrodd er mwyn datgloi'r waled. - - - Unlock wallet - Datgloi'r waled - - - This operation needs your wallet passphrase to decrypt the wallet. - Mae angen i'r gweithred hon ddefnyddio'ch cyfrinymadrodd er mwyn dadgryptio'r waled. - - - Decrypt wallet - Dadgryptio'r waled - - - Change passphrase - Newid cyfrinymadrodd - - - Confirm wallet encryption - Cadarnau amgryptiad y waled - - - Are you sure you wish to encrypt your wallet? - Ydych chi'n siwr eich bod chi eisiau amgryptio dy waled di? - - - Wallet encrypted - Waled wedi'i amgryptio - - - Wallet encryption failed - Amgryptiad waled wedi methu - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - Methodd amgryptiad y waled oherwydd gwall mewnol. Ni amgryptwyd eich waled. - - - The supplied passphrases do not match. - Dydy'r cyfrinymadroddion a ddarparwyd ddim yn cyd-fynd â'u gilydd. - - - Wallet unlock failed - Methodd ddatgloi'r waled - - - Wallet decryption failed - Methodd dadgryptiad y waled - BanTableModel @@ -229,10 +129,6 @@ &Receive &Derbyn - - Show information about Bitcoin Core - Dangos gwybodaeth am Blackcoin More - &Show / Hide &Dangos / Cuddio @@ -253,34 +149,6 @@ Tabs toolbar Bar offer tabiau - - Bitcoin Core - Blackcoin More - - - &About Bitcoin Core - &Ynghylch Blackcoin More - - - %n hour(s) - %n awr%n awr%n awr%n awr - - - %n day(s) - %n dydd%n dydd%n dydd%n dydd - - - %n week(s) - %n wythnos%n wythnos%n wythnos%n wythnos - - - %1 and %2 - %1 a %2 - - - %n year(s) - %n blwydd%n blwydd%n blwydd%n blwydd - Error Gwall @@ -341,9 +209,6 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> Mae'r waled <b>wedi'i amgryptio</b> ac <b>ar glo</b> ar hyn o bryd - - - ClientModel CoinControlDialog @@ -355,23 +220,7 @@ Date Dyddiad - - Copy address - Cyfeiriad copi - - - Copy label - Copïo label - - - (no label) - (heb label) - - - (change) - (newid) - - + EditAddressDialog @@ -386,35 +235,7 @@ &Address &Cyfeiriad - - New receiving address - Cyfeiriad derbyn newydd - - - New sending address - Cyfeiriad anfon newydd - - - Edit receiving address - Golygu'r cyfeiriad derbyn - - - Edit sending address - Golygu'r cyfeiriad anfon - - - The entered address "%1" is already in the address book. - Mae'r cyfeiriad "%1" sydd newydd gael ei geisio gennych yn y llyfr cyfeiriad yn barod. - - - Could not unlock wallet. - Methodd ddatgloi'r waled. - - - New key generation failed. - Methodd gynhyrchu allwedd newydd. - - + FreespaceChecker @@ -424,14 +245,6 @@ HelpMessageDialog - - Bitcoin Core - Blackcoin More - - - About Bitcoin Core - Ynghylch Blackcoin More - Usage: Cynefod: @@ -443,19 +256,18 @@ Welcome Croeso - - Welcome to Bitcoin Core. - Croeso i Blackcoin More - - - Bitcoin Core - Blackcoin More - Error Gwall + + ModalOverlay + + Form + Ffurflen + + OpenURIDialog @@ -517,6 +329,13 @@ QObject + + %1 and %2 + %1 a %2 + + + + QObject::QObject QRImageWidget @@ -542,10 +361,6 @@ &Label: &Label: - - Copy label - Copïo label - ReceiveRequestDialog @@ -553,37 +368,9 @@ Copy &Address &Cyfeiriad Copi - - Address - Cyfeiriad - - - Label - Label - - - Message - Neges - RecentRequestsTableModel - - Date - Dyddiad - - - Label - Label - - - Message - Neges - - - (no label) - (heb label) - SendCoinsDialog @@ -607,14 +394,6 @@ Confirm the send action Cadarnhau'r gweithrediad anfon - - %1 to %2 - %1 i %2 - - - (no label) - (heb label) - SendCoinsEntry @@ -643,6 +422,9 @@ Neges: + + SendConfirmationDialog + ShutdownWindow @@ -663,14 +445,6 @@ SplashScreen - - Bitcoin Core - Blackcoin More - - - The Bitcoin Core developers - Datblygwyr Blackcoin More - [testnet] [testnet] @@ -681,79 +455,15 @@ TransactionDesc - - Open until %1 - Agor tan %1 - - - Date - Dyddiad - - - Message - Neges - TransactionDescDialog TransactionTableModel - - Date - Dyddiad - - - Type - Math - - - Open until %1 - Agor tan %1 - - - Label - Label - TransactionView - - Today - Heddiw - - - This year - Eleni - - - Copy address - Cyfeiriad copi - - - Copy label - Copïo label - - - Exporting Failed - Methodd Allfor - - - Date - Dyddiad - - - Type - Math - - - Label - Label - - - Address - Cyfeiriad - UnitDisplayStatusBarControl @@ -763,17 +473,9 @@ WalletModel - - Send Coins - Anfon arian - - + WalletView - - &Export - &Allforio - bitcoin-core @@ -781,6 +483,10 @@ Options: Opsiynau: + + Bitcoin Core + Blackcoin More + Information Gwybodaeth diff --git a/src/qt/locale/bitcoin_da.ts b/src/qt/locale/bitcoin_da.ts index 939332f19..211163551 100644 --- a/src/qt/locale/bitcoin_da.ts +++ b/src/qt/locale/bitcoin_da.ts @@ -3,7 +3,7 @@ AddressBookPage Right-click to edit address or label - Højreklik for at redigere adresse eller mærke + Højreklik for at redigere adresse eller mærkat Create a new address @@ -25,10 +25,6 @@ C&lose &Luk - - &Copy Address - &Kopiér adresse - Delete the currently selected address from the list Slet den markerede adresse fra listen @@ -67,11 +63,15 @@ These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - Disse er dine Blackcoin-adresser for at sende betalinger. Tjek altid beløb og modtageradresse, inden du sender blackcoins. + Disse er dine Blackcoin-adresser til afsendelse af betalinger. Tjek altid beløb og modtagelsesadresse, inden du sender blackcoins. These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Dette er dine Blackcoin-adresser til at modtage betalinger med. Det anbefales are bruge en ny modtagelsesadresse for hver transaktion. + Dette er dine Blackcoin-adresser til modtagelse af betalinger. Det anbefales at bruge en ny modtagelsesadresse for hver transaktion. + + + &Copy Address + &Kopiér adresse Copy &Label @@ -131,6 +131,10 @@ Repeat new passphrase Gentag ny adgangskode + + 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>. + Indtast det nye kodeord til tegnebogen.<br/>Brug venligst et kodeord på <b>ti eller flere tilfældige tegn</b> eller <b>otte eller flere ord</b>. + Encrypt wallet Kryptér tegnebog @@ -155,6 +159,10 @@ Change passphrase Skift adgangskode + + Enter the old passphrase and new passphrase to the wallet. + Indtast den gamle adgangskode og en ny adgangskode til tegnebogen. + Confirm wallet encryption Bekræft tegnebogskryptering @@ -167,29 +175,17 @@ Are you sure you wish to encrypt your wallet? Er du sikker på, at du ønsker at kryptere din tegnebog? - - Bitcoin Core will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - Blackcoin More vil nu lukke for at færdiggøre krypteringsprocessen. Husk at kryptering af din tegnebog kan ikke beskytte dine blackcoin fuldt ud mod at blive stjålet af eventuel malware, der måtte have inficeret din computer. - - - 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. - VIGTIGT: Enhver tidligere sikkerhedskopi, som du har lavet af tegnebogsfilen, bør blive erstattet af den nyligt genererede, krypterede tegnebogsfil. Af sikkerhedsmæssige årsager vil tidligere sikkerhedskopier af den ikke-krypterede tegnebogsfil blive ubrugelige i det øjeblik, du starter med at anvende den nye, krypterede tegnebog. - - - Warning: The Caps Lock key is on! - Advarsel: Caps Lock-tasten er aktiveret! - Wallet encrypted Tegnebog krypteret - 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>. - Indtast det nye kodeord til tegnebogen.<br/>Brug venligst et kodeord på <b>ti eller flere tilfældige tegn</b> eller <b>otte eller flere ord</b>. + %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. + %1 vil nu lukke for at færdiggøre krypteringsprocessen. Husk at kryptering af din tegnebog kan ikke beskytte dine blackcoin fuldt ud mod at blive stjålet af eventuel malware, der måtte have inficeret din computer. - Enter the old passphrase and new passphrase to the wallet. - Indtast den gamle adgangskode og en ny adgangskode til tegnebogen. + 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. + VIGTIGT: Enhver tidligere sikkerhedskopi, som du har lavet af tegnebogsfilen, bør blive erstattet af den nyligt genererede, krypterede tegnebogsfil. Af sikkerhedsmæssige årsager vil tidligere sikkerhedskopier af den ikke-krypterede tegnebogsfil blive ubrugelige i det øjeblik, du starter med at anvende den nye, krypterede tegnebog. Wallet encryption failed @@ -219,6 +215,10 @@ Wallet passphrase was successfully changed. Tegnebogens adgangskode blev ændret. + + Warning: The Caps Lock key is on! + Advarsel: Caps Lock-tasten er aktiveret! + BanTableModel @@ -235,7 +235,7 @@ BitcoinGUI Sign &message... - Underskriv &besked… + Signér &besked… Synchronizing with network... @@ -269,6 +269,14 @@ Quit application Afslut program + + &About %1 + &Om %1 + + + Show information about %1 + Vis informationer om %1 + About &Qt Om &Qt @@ -281,6 +289,10 @@ &Options... &Indstillinger… + + Modify configuration options for %1 + Redigér konfigurationsindstillinger for %1 + &Encrypt Wallet... &Kryptér tegnebog… @@ -306,12 +318,20 @@ &Åbn URI… - Bitcoin Core client - Blackcoin More-klient + Click to disable network activity. + Klik for at deaktivere netværksaktivitet. - Importing blocks from disk... - Importerer blokke fra disken… + Network activity disabled. + Netværksaktivitet deaktiveret. + + + Click to enable network activity again. + Klik for a aktivere netværksaktivitet igen. + + + Syncing Headers (%1%)... + Synkroniserer hoveder (%1%)… Reindexing blocks on disk... @@ -357,10 +377,6 @@ &Receive &Modtag - - Show information about Bitcoin Core - Vis oplysninger om Blackcoin More - &Show / Hide &Vis / skjul @@ -375,11 +391,11 @@ Sign messages with your Bitcoin addresses to prove you own them - Underskriv beskeder med dine Blackcoin-adresser for at bevise, at de tilhører dig + Signér beskeder med dine Blackcoin-adresser for at bevise, at de tilhører dig Verify messages to ensure they were signed with specified Bitcoin addresses - Verificér beskeder for at sikre, at de er underskrevet med de angivne Blackcoin-adresser + Verificér beskeder for at sikre, at de er signeret med de angivne Blackcoin-adresser &File @@ -397,21 +413,9 @@ Tabs toolbar Faneværktøjslinje - - Bitcoin Core - Blackcoin More - Request payments (generates QR codes and bitcoin: URIs) - Anmod om betalinger (genererer QR-koder og "blackcoin:"-URI'er) - - - &About Bitcoin Core - &Om Blackcoin More - - - Modify configuration options for Bitcoin Core - Ændr opsætning af Blackcoin More + Anmod om betalinger (genererer QR-koder og “blackcoin:”-URI'er) Show the list of used sending addresses and labels @@ -423,48 +427,28 @@ Open a bitcoin: URI or payment request - Åbn en "blackcoin:"-URI eller betalingsanmodning + Åbn en “blackcoin:”-URI eller betalingsanmodning &Command-line options Tilvalg for &kommandolinje - - Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options - Vis Blackcoin More hjælpebesked for at få en liste over mulige tilvalg for Blackcoin kommandolinje - %n active connection(s) to Bitcoin network %n aktiv forbindelse til Blackcoin-netværket%n aktive forbindelser til Blackcoin-netværket - No block source available... - Ingen blokkilde tilgængelig… + Indexing blocks on disk... + Genindekserer blokke på disken… + + + Processing blocks on disk... + Bearbejder blokke på disken… Processed %n block(s) of transaction history. Bearbejdede %n blok med transaktionshistorik.Bearbejdede %n blokke med transaktionshistorik. - - %n hour(s) - %n time%n timer - - - %n day(s) - %n dag%n dage - - - %n week(s) - %n uge%n uger - - - %1 and %2 - %1 og %2 - - - %n year(s) - %n år%n år - %1 behind %1 bagud @@ -493,6 +477,18 @@ Up to date Opdateret + + Show the %1 help message to get a list with possible Bitcoin command-line options + Vis %1 hjælpebesked for at få en liste over mulige tilvalg for Blackcoin kommandolinje + + + %1 client + %1-klient + + + Connecting to peers... + Forbinder til knuder… + Catching up... Indhenter… @@ -535,6 +531,14 @@ Incoming transaction Indgående transaktion + + HD key generation is <b>enabled</b> + Generering af HD-nøgler er <b>aktiveret</b> + + + HD key generation is <b>disabled</b> + Generering af HD-nøgler er <b>deaktiveret</b> + Wallet is <b>encrypted</b> and currently <b>unlocked</b> Tegnebog er <b>krypteret</b> og i øjeblikket <b>ulåst</b> @@ -543,12 +547,9 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> Tegnebog er <b>krypteret</b> og i øjeblikket <b>låst</b> - - - ClientModel - Network Alert - Netværksadvarsel + A fatal error occurred. Bitcoin can no longer continue safely and will quit. + Der opstod en fatal fejl. Blackcoin kan ikke længere fortsætte sikkert og vil afslutte. @@ -569,10 +570,6 @@ Amount: Beløb: - - Priority: - Prioritet: - Fee: Gebyr: @@ -607,7 +604,7 @@ Received with label - Modtaget med mærke + Modtaget med mærkat Received with address @@ -625,10 +622,6 @@ Confirmed Bekræftet - - Priority - Prioritet - Copy address Kopiér adresse @@ -663,16 +656,12 @@ Copy after fee - Kopiér efter-gebyr + Kopiér eftergebyr Copy bytes Kopiér byte - - Copy priority - Kopiér prioritet - Copy dust Kopiér støv @@ -681,66 +670,10 @@ Copy change Kopiér byttepenge - - highest - højest - - - higher - højere - - - high - højt - - - medium-high - mellemhøj - - - medium - medium - - - low-medium - mellemlav - - - low - lav - - - lower - lavere - - - lowest - lavest - (%1 locked) (%1 fastlåst) - - none - ingen - - - This label turns red if the transaction size is greater than 1000 bytes. - Denne mærkat bliver rød, hvis transaktionsstørrelsen er større end 1000 byte. - - - This label turns red if the priority is smaller than "medium". - Denne mærkat bliver rød, hvis prioriteten er mindre end "medium". - - - This label turns red if any recipient receives an amount smaller than %1. - Denne mærkat bliver rød, hvis en eller flere modtagere modtager et beløb, der er mindre end %1. - - - Can vary +/- %1 satoshi(s) per input. - Kan variere med +/- %1 satoshi per input. - yes ja @@ -750,16 +683,12 @@ nej - This means a fee of at least %1 per kB is required. - Dette betyder, at et gebyr på mindst %1 pr. kB er nødvendigt. + This label turns red if any recipient receives an amount smaller than the current dust threshold. + Denne mærkat bliver rød, hvis en eller flere modtagere modtager et beløb, der er mindre end den aktuelle støvgrænse. - Can vary +/- 1 byte per input. - Kan variere ±1 byte pr. input. - - - Transactions with higher priority are more likely to get included into a block. - Transaktioner med højere prioritet har højere sansynlighed for at blive inkluderet i en blok. + Can vary +/- %1 satoshi(s) per input. + Kan variere med ±%1 satoshi per input. (no label) @@ -813,12 +742,12 @@ Redigér afsendelsesadresse - The entered address "%1" is already in the address book. - Den indtastede adresse "%1" er allerede i adressebogen. + The entered address "%1" is not a valid Bitcoin address. + Den indtastede adresse “%1” er ikke en gyldig Blackcoin-adresse. - The entered address "%1" is not a valid Bitcoin address. - Den indtastede adresse "%1" er ikke en gyldig Blackcoin-adresse. + The entered address "%1" is already in the address book. + Den indtastede adresse “%1” er allerede i adressebogen. Could not unlock wallet. @@ -854,10 +783,6 @@ HelpMessageDialog - - Bitcoin Core - Blackcoin More - version version @@ -867,8 +792,8 @@ (%1-bit) - About Bitcoin Core - Om Blackcoin More + About %1 + Om %1 Command-line options @@ -892,7 +817,7 @@ Set language, for example "de_DE" (default: system locale) - Vælg sprog; fx "da_DK" (standard: systemsprog) + Vælg sprog; fx “da_DK” (standard: systemsprog) Start minimized @@ -907,7 +832,7 @@ Vis startskærm under opstart (standard: %u) - Reset all settings changes made over the GUI + Reset all settings changed in the GUI Nulstil alle indstillinger, der er foretaget i den grafiske brugerflade @@ -918,16 +843,16 @@ Velkommen - Welcome to Bitcoin Core. - Velkommen til Blackcoin More. + Welcome to %1. + Velkommen til %1. - As this is the first time the program is launched, you can choose where Bitcoin Core will store its data. - Siden dette er første gang, programmet startes, kan du vælge, hvor Blackcoin More skal gemme sin data. + As this is the first time the program is launched, you can choose where %1 will store its data. + Siden dette er første gang, programmet startes, kan du vælge, hvor %1 skal gemme sin data. - Bitcoin Core will download and store a copy of the Bitcoin block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Blackcoin More vil downloade og gemme et kopi af Blackcoin-blokkæden. Mindst %1 GB data vil blive gemt i denne mappe, og den vil vokse over tid. Tegnebogen vil også blive gemt i denne mappe. + %1 will download and store a copy of the Bitcoin block chain. At least %2GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + %1 vil downloade og gemme et kopi af Blackcoin-blokkæden. Mindst %2 GB data vil blive gemt i denne mappe, og den vil vokse over tid. Tegnebogen vil også blive gemt i denne mappe. Use the default data directory @@ -937,13 +862,9 @@ Use a custom data directory: Brug tilpasset mappe for data: - - Bitcoin Core - Blackcoin More - Error: Specified data directory "%1" cannot be created. - Fejl: Angivet datamappe "%1" kan ikke oprettes. + Fejl: Angivet datamappe “%1” kan ikke oprettes. Error @@ -955,7 +876,58 @@ (of %n GB needed) - (ud af %n GB behøvet)(ud af %n GB behøvet) + (ud af %n GB nødvendig)(ud af %n GB nødvendig) + + + + ModalOverlay + + Form + Formular + + + Recent transactions may not yet be visible, and therefore your wallet's balance might be incorrect. This information will be correct once your wallet has finished synchronizing with the bitcoin network, as detailed below. + Nylige transaktioner er måske ikke synlige endnu, og derfor kan din tegnebogs saldo være ukorrekt. Denne information vil være korrekt, når din tegnebog er færdig med at synkronisere med blackcoin-netværket, som detaljerne herunder viser. + + + Attempting to spend bitcoins that are affected by not-yet-displayed transactions will not be accepted by the network. + Forsøg på at bruge blackcoin, som er indeholdt i endnu-ikke-viste transaktioner, accepteres ikke af netværket. + + + Number of blocks left + Antal blokke tilbage + + + Unknown... + Ukendt… + + + Last block time + Tidsstempel for seneste blok + + + Progress + Fremgang + + + Progress increase per hour + Øgning af fremgang pr. time + + + calculating... + beregner… + + + Estimated time left until synced + Estimeret tid tilbage af synkronisering + + + Hide + Skjul + + + Unknown. Syncing Headers (%1)... + Ukendt. Synkroniserer hoveder (%1)… @@ -991,6 +963,14 @@ &Main &Generelt + + Automatically start %1 after logging in to the system. + Start %1 automatisk, når der logges ind på systemet. + + + &Start %1 on system login + &Start %1 ved systemlogin + Size of &database cache Størrelsen på &databasens cache @@ -1017,11 +997,7 @@ Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu. - Minimér i stedet for at lukke applikationen, når vinduet lukkes. Når denne indstilling er slået til, vil applikationen først blive lukket, når Afslut vælges i menuen. - - - The user interface language can be set here. This setting will take effect after restarting Bitcoin Core. - Sproget for brugerfladen kan vælges her. Denne indstilling vil træde i kraft efter genstart af Blackcoin More. + Minimér i stedet for at lukke applikationen, når vinduet lukkes. Når denne indstilling er aktiveret, vil applikationen først blive lukket, når Afslut vælges i menuen. 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 |. @@ -1047,14 +1023,6 @@ &Network &Netværk - - Automatically start Bitcoin Core after logging in to the system. - Start Blackcoin More automatisk efter der logges ind på systemet. - - - &Start Bitcoin Core on system login - &Start Blackcoin More ved system-login - (0 = auto, <0 = leave that many cores free) (0 = auto, <0 = efterlad så mange kerner fri) @@ -1069,11 +1037,11 @@ Enable coin &control features - Slå egenskaber for &coin-styring til + Aktivér egenskaber for &coin-styring If you disable the spending of unconfirmed change, the change from a transaction cannot be used until that transaction has at least one confirmation. This also affects how your balance is computed. - Hvis du slår brug af ubekræftede byttepenge fra, kan byttepengene fra en transaktion ikke bruges, før pågældende transaktion har mindst én bekræftelse. Dette påvirker også måden hvorpå din saldo beregnes. + Hvis du deaktiverer brug af ubekræftede byttepenge, kan byttepengene fra en transaktion ikke bruges, før pågældende transaktion har mindst én bekræftelse. Dette påvirker også måden hvorpå din saldo beregnes. &Spend unconfirmed change @@ -1139,6 +1107,14 @@ &Window &Vindue + + &Hide the icon from the system tray. + &Skjul ikonet fra statusbaren. + + + Hide tray icon + Skjul statusikon + Show only a tray icon after minimizing the window. Vis kun et statusikon efter minimering af vinduet. @@ -1159,6 +1135,10 @@ User Interface &language: &Sprog for brugergrænseflade: + + The user interface language can be set here. This setting will take effect after restarting %1. + Sproget for brugerfladen kan vælges her. Denne indstilling vil træde i kraft efter genstart af %1. + &Unit to show amounts in: &Enhed, som beløb vises i: @@ -1285,30 +1265,6 @@ PaymentServer - - URI handling - URI-håndtering - - - Invalid payment address %1 - Ugyldig betalingsadresse %1 - - - Payment request rejected - Betalingsanmodning afvist - - - Payment request network doesn't match client network. - Netværk for betalingsanmodning stemmer ikke overens med klientens netværk. - - - Payment request is not initialized. - Betalingsanmodning er ikke klargjort. - - - Requested payment amount of %1 is too small (considered dust). - Anmodet betalingsbeløb på %1 er for lille (regnes som støv). - Payment request error Fejl i betalingsanmodning @@ -1317,10 +1273,18 @@ Cannot start bitcoin: click-to-pay handler Kan ikke starte blackcoin: click-to-pay-håndtering + + URI handling + URI-håndtering + Payment request fetch URL is invalid: %1 Hentnings-URL for betalingsanmodning er ugyldig: %1 + + Invalid payment address %1 + Ugyldig betalingsadresse %1 + URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. URI kan ikke tolkes! Dette kan skyldes en ugyldig Blackcoin-adresse eller forkert udformede URL-parametre. @@ -1333,10 +1297,22 @@ Payment request file cannot be read! This can be caused by an invalid payment request file. Fil for betalingsanmodning kan ikke læses! Dette kan skyldes en ugyldig fil for betalingsanmodning. + + Payment request rejected + Betalingsanmodning afvist + + + Payment request network doesn't match client network. + Netværk for betalingsanmodning stemmer ikke overens med klientens netværk. + Payment request expired. Betalingsanmodning er udløbet. + + Payment request is not initialized. + Betalingsanmodning er ikke klargjort. + Unverified payment requests to custom payment scripts are unsupported. Ikke-verificerede betalingsanmodninger for tilpassede betalings-scripts understøttes ikke. @@ -1345,13 +1321,17 @@ Invalid payment request. Ugyldig betalingsanmodning. + + Requested payment amount of %1 is too small (considered dust). + Anmodet betalingsbeløb på %1 er for lille (regnes som støv). + Refund from %1 Tilbagebetaling fra %1 Payment request %1 is too large (%2 bytes, allowed %3 bytes). - Betalingsanmodning %1 er for stor (%2 byte, %3 byte tilladt). + Betalingsanmodning %1 er for stor (%2 byte; %3 byte tilladt). Error communicating with %1: %2 @@ -1365,14 +1345,14 @@ Bad response from server %1 Fejlagtigt svar fra server %1 - - Payment acknowledged - Betaling anerkendt - Network request error Fejl i netværksforespørgsel + + Payment acknowledged + Betaling anerkendt + PeerTableModel @@ -1385,8 +1365,12 @@ Knude/tjeneste - Ping Time - Ping-tid + NodeId + Knude-id + + + Ping + Ping @@ -1427,12 +1411,59 @@ %1 ms %1 ms + + %n second(s) + %n sekund%n sekunder + + + %n minute(s) + %n minut%n minutter + + + %n hour(s) + %n time%n timer + + + %n day(s) + %n dag%n dage + + + %n week(s) + %n uge%n uger + + + %1 and %2 + %1 og %2 + + + %n year(s) + %n år%n år + + + %1 didn't yet exit safely... + %1 har endnu ikke afsluttet på sikker vis… + + + + QObject::QObject + + Error: Specified data directory "%1" does not exist. + Fejl: Angivet datamappe “%1” eksisterer ikke. + + + Error: Cannot parse configuration file: %1. Only use key=value syntax. + Fejl: Kan ikke fortolke konfigurationsfil: %1. Brug kun syntaksen nøgle=værdi. + + + Error: %1 + Fejl: %1 + QRImageWidget &Save Image... - &Gem billede… + Gem billede… &Copy Image @@ -1449,10 +1480,6 @@ RPCConsole - - Client name - Klientnavn - N/A N/A @@ -1473,14 +1500,14 @@ General Generelt - - Using OpenSSL version - Anvender OpenSSL-version - Using BerkeleyDB version Bruger BerkeleyDB version + + Datadir + Datamappe + Startup time Opstartstidspunkt @@ -1517,10 +1544,6 @@ Memory usage Hukommelsesforbrug - - Open the Bitcoin Core debug log file from the current data directory. This can take a few seconds for large log files. - Åbn Blackcoin Mores fejlsøgningslogfil fra den aktuelle datamappe. Dette kan tage nogle få sekunder for store logfiler. - Received Modtaget @@ -1569,6 +1592,18 @@ User Agent Brugeragent + + Open the %1 debug log file from the current data directory. This can take a few seconds for large log files. + Åbn %1s fejlsøgningslogfil fra den aktuelle datamappe. Dette kan tage nogle få sekunder for store logfiler. + + + Decrease font size + Formindsk skrifttypestørrelse + + + Increase font size + Forstør skrifttypestørrelse + Services Tjenester @@ -1601,6 +1636,10 @@ Ping Wait Ping-ventetid + + Min Ping + Minimum ping + Time Offset Tidsforskydning @@ -1637,10 +1676,6 @@ Out: Udgående: - - Build date - Byggedato - Debug log file Fejlsøgningslogfil @@ -1649,14 +1684,6 @@ Clear console Ryd konsol - - &Disconnect Node - &Afbryd forbindelse til knude - - - Ban Node for - Bandlys knude i - 1 &hour 1 &time @@ -1674,12 +1701,20 @@ 1 &år - &Unban Node - &Fjern bandlysning af knude + &Disconnect + &Afbryd forbindelse - Welcome to the Bitcoin Core RPC console. - Velkommen til Blackcoin Mores RPC-konsol. + Ban for + Bandlys i + + + &Unban + &Fjern bandlysning + + + Welcome to the %1 RPC console. + Velkommen til %1s RPC-konsol. Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -1689,6 +1724,14 @@ Type <b>help</b> for an overview of available commands. Tast <b>help</b> for en oversigt over de tilgængelige kommandoer. + + WARNING: Scammers have been active, telling users to type commands here, stealing their wallet contents. Do not use this console without fully understanding the ramification of a command. + ADVARSEL: Svindlere har tidligere forsøgt at få folk til at indtaste kommandoer her og derved stjæle indholdet af deres tegnebog. Brug ikke denne konsol uden fuldt ud at forstå følgerne for en kommando. + + + Network activity disabled + Netværksaktivitet deaktiveret + %1 B %1 B @@ -1808,6 +1851,10 @@ Remove Fjern + + Copy URI + Kopiér URI + Copy label Kopiér mærkat @@ -1818,7 +1865,7 @@ Copy amount - Kopier beløb + Kopiér beløb @@ -1890,10 +1937,6 @@ Message Besked - - Amount - Beløb - (no label) (ingen mærkat) @@ -1903,8 +1946,12 @@ (ingen besked) - (no amount) - (intet beløb) + (no amount requested) + (intet anmodet beløb) + + + Requested + Anmodet @@ -1941,10 +1988,6 @@ Amount: Beløb: - - Priority: - Prioritet: - Fee: Gebyr: @@ -1983,7 +2026,7 @@ If the custom fee is set to 1000 satoshis and the transaction is only 250 bytes, then "per kilobyte" only pays 250 satoshis in fee, while "total at least" pays 1000 satoshis. For transactions bigger than a kilobyte both pay by kilobyte. - Hvis det brugertilpassede gebyr er sat til 1000 satoshis, og transaktionen kun fylder 250 byte, betaler "pr. kilobyte" kun 250 satoshis i gebyr, mens "total mindst" betaler 1000 satoshis. For transaktioner større end en kilobyte betaler begge pr. kilobyte. + Hvis det brugertilpassede gebyr er sat til 1000 satoshis, og transaktionen kun fylder 250 byte, betaler “pr. kilobyte” kun 250 satoshis i gebyr, mens “total mindst” betaler 1000 satoshis. For transaktioner større end en kilobyte betaler begge pr. kilobyte. Hide @@ -2013,10 +2056,6 @@ (Smart fee not initialized yet. This usually takes a few blocks...) (Smart-gebyr er ikke initialiseret endnu. Dette tager typisk nogle få blokke…) - - Confirmation time: - Bekræftelsestid: - normal normal @@ -2025,14 +2064,6 @@ fast hurtig - - Send as zero-fee transaction if possible - Send som nul-gebyr-transaktion hvis muligt - - - (confirmation may take longer) - (bekræftelse kan tage længere) - Send to multiple recipients at once Send til flere modtagere på en gang @@ -2049,6 +2080,10 @@ Dust: Støv: + + Confirmation time target: + Mål for bekræftelsestid: + Clear &All Ryd &alle @@ -2065,21 +2100,13 @@ S&end &Afsend - - Confirm send coins - Bekræft afsendelse af blackcoins - - - %1 to %2 - %1 til %2 - Copy quantity Kopiér mængde Copy amount - Kopier beløb + Kopiér beløb Copy fee @@ -2087,28 +2114,48 @@ Copy after fee - Kopiér efter-gebyr + Kopiér eftergebyr Copy bytes Kopiér byte - Copy priority - Kopiér prioritet + Copy dust + Kopiér støv Copy change Kopiér byttepenge + + %1 to %2 + %1 til %2 + + + Are you sure you want to send? + Er du sikker på, at du vil sende? + + + added as transaction fee + tilføjet som transaktionsgebyr + Total Amount %1 - Totalbeløb %1 + Beløb i alt %1 or eller + + Confirm send coins + Bekræft afsendelse af blackcoins + + + The recipient address is not valid. Please recheck. + Modtageradressen er ikke gyldig. Tjek venligst igen. + The amount to pay must be larger than 0. Beløbet til betaling skal være større end 0. @@ -2121,13 +2168,17 @@ The total exceeds your balance when the %1 transaction fee is included. Totalen overstiger din saldo, når transaktionsgebyret på %1 er inkluderet. + + Duplicate address found: addresses should only be used once each. + Adressegenganger fundet. Adresser bør kun bruges én gang hver. + Transaction creation failed! Oprettelse af transaktion mislykkedes! - 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. - Transaktionen blev afvist! Dette kan ske, hvis nogle af dine blackcoins i din tegnebog allerede er brugt, som hvis du brugte en kopi af wallet.dat og dine blackcoins er blevet brugt i kopien, men ikke er markeret som brugt her. + The transaction was rejected with the following reason: %1 + Transaktionen blev afvist med følgende begrundelse: %1 A fee higher than %1 is considered an absurdly high fee. @@ -2137,45 +2188,37 @@ Payment request expired. Betalingsanmodning er udløbet. + + %n block(s) + %n blok%n blokke + Pay only the required fee of %1 Betal kun det påkrævede gebyr på %1 Estimated to begin confirmation within %n block(s). - Bekræftelse estimeres til at begynde inden for %n blok.Bekræftelse estimeres til at begynde inden for %n blokke. - - - The recipient address is not valid. Please recheck. - Modtageradressen er ikke gyldig. Tjek venligst igen. - - - Duplicate address found: addresses should only be used once each. - Adressegenganger fundet. Adresser bør kun bruges én gang hver. + Bekræftelse estimeret til at begynde om %n blok.Bekræftelse estimeret til at begynde om %n blokke. Warning: Invalid Bitcoin address Advarsel: Ugyldig Blackcoin-adresse - - (no label) - (ingen mærkat) - Warning: Unknown change address Advarsel: Ukendt byttepengeadresse - Copy dust - Kopiér støv + Confirm custom change address + Bekræft tilpasset byttepengeadresse - Are you sure you want to send? - Er du sikker på, at du vil sende? + The address you selected for change is not part of this wallet. Any or all funds in your wallet may be sent to this address. Are you sure? + Den adresse, du har valgt til byttepenge, er ikke en del af denne tegnebog. Nogle af eller alle penge i din tegnebog kan blive sendt til denne adresse. Er du sikker? - added as transaction fee - tilføjet som transaktionsgebyr + (no label) + (ingen mærkat) @@ -2188,10 +2231,6 @@ Pay &To: Betal &til: - - Enter a label for this address to add it to your address book - Indtast en mærkat for denne adresse for at føje den til din adressebog - &Label: &Mærkat: @@ -2250,7 +2289,7 @@ A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcoin network. - En besked, som blev føjet til "blackcoin:"-URI'en, som vil gemmes med transaktionen til din reference. Bemærk: Denne besked vil ikke blive sendt over Blackcoin-netværket. + En besked, som blev føjet til “blackcoin:”-URI'en, som vil gemmes med transaktionen til din reference. Bemærk: Denne besked vil ikke blive sendt over Blackcoin-netværket. Pay To: @@ -2260,12 +2299,23 @@ Memo: Memo: + + Enter a label for this address to add it to your address book + Indtast en mærkat for denne adresse for at føje den til din adressebog + + + + SendConfirmationDialog + + Yes + Ja + ShutdownWindow - Bitcoin Core is shutting down... - Blackcoin More lukker ned… + %1 is shutting down... + %1 lukker ned… Do not shut down the computer until this window disappears. @@ -2276,11 +2326,11 @@ SignVerifyMessageDialog Signatures - Sign / Verify a Message - Signature - Underskriv/verificér en besked + Signaturer – Underskriv/verificér en besked &Sign Message - &Underskriv besked + &Singér besked You can sign messages/agreements with your addresses to prove you can receive bitcoins sent to them. Be careful not to sign anything vague or random, as phishing attacks may try to trick you into signing your identity over to them. Only sign fully-detailed statements you agree to. @@ -2308,27 +2358,27 @@ Enter the message you want to sign here - Indtast her beskeden, du ønsker at underskrive + Indtast her beskeden, du ønsker at signere Signature - Underskrift + Signatur Copy the current signature to the system clipboard - Kopiér den nuværende underskrift til systemets udklipsholder + Kopiér den nuværende signatur til systemets udklipsholder Sign the message to prove you own this Bitcoin address - Underskriv denne besked for at bevise, at Blackcoin-adressen tilhører dig + Signér denne besked for at bevise, at Blackcoin-adressen tilhører dig Sign &Message - Underskriv &besked + Signér &besked Reset all sign message fields - Nulstil alle "underskriv besked"-felter + Nulstil alle “signér besked”-felter Clear &All @@ -2348,7 +2398,7 @@ Verify the message to ensure it was signed with the specified Bitcoin address - Verificér beskeden for at sikre, at den er underskrevet med den angivne Blackcoin-adresse + Verificér beskeden for at sikre, at den er signeret med den angivne Blackcoin-adresse Verify &Message @@ -2356,11 +2406,11 @@ Reset all verify message fields - Nulstil alle "verificér besked"-felter + Nulstil alle “verificér besked”-felter Click "Sign Message" to generate signature - Klik "Underskriv besked" for at generere underskriften + Klik “Signér besked” for at generere underskriften The entered address is invalid. @@ -2384,23 +2434,23 @@ Message signing failed. - Underskrivning af besked mislykkedes. + Signering af besked mislykkedes. Message signed. - Besked underskrevet. + Besked signeret. The signature could not be decoded. - Underskriften kunne ikke afkodes. + Signaturen kunne ikke afkodes. Please check the signature and try again. - Tjek venligst underskriften, og forsøg igen. + Tjek venligst signaturen og forsøg igen. The signature did not match the message digest. - Underskriften matcher ikke beskedens indhold. + Signaturen passer ikke overens med beskedens indhold. Message verification failed. @@ -2413,14 +2463,6 @@ SplashScreen - - Bitcoin Core - Blackcoin More - - - The Bitcoin Core developers - Udviklerne af Blackcoin More - [testnet] [testnetværk] @@ -2435,18 +2477,38 @@ TransactionDesc + + Open for %n more block(s) + Åben i %n yderligere blokÅben i %n yderligere blokke + Open until %1 Åben indtil %1 - conflicted - konflikt + conflicted with a transaction with %1 confirmations + i konflikt med en transaktion, der har %1 bekræftelser %1/offline %1/offline + + 0/unconfirmed, %1 + 0/ubekræftet, %1 + + + in memory pool + i hukommelsespulje + + + not in memory pool + ikke i hukommelsespulje + + + abandoned + opgivet + %1/unconfirmed %1/ubekræftet @@ -2459,6 +2521,10 @@ Status Status + + , has not been successfully broadcast yet + , er ikke blevet transmitteret endnu + , broadcast through %n node(s) , transmitteret igennem %n knude, transmitteret igennem %n knuder @@ -2479,6 +2545,10 @@ From Fra + + unknown + ukendt + To Til @@ -2501,7 +2571,7 @@ matures in %n more block(s) - modner efter yderligere %n blokmodner efter yderligere %n blokke + modner om %n blokmodner om %n blokke not accepted @@ -2539,13 +2609,21 @@ Transaction ID Transaktions-ID + + Transaction total size + Totalstørrelse af transaktion + + + Output index + Outputindeks + Merchant Forretningsdrivende 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. - Minede blackcoins skal modne %1 blokke, før de kan bruges. Da du genererede denne blok, blev den transmitteret til netværket for at blive føjet til blokkæden. Hvis det ikke lykkes at få den i kæden, vil dens tilstand ændres til "ikke accepteret", og den vil ikke kunne bruges. Dette kan ske nu og da, hvis en anden knude udvinder en blok inden for nogle få sekunder fra din. + Minede blackcoins skal modne %1 blokke, før de kan bruges. Da du genererede denne blok, blev den transmitteret til netværket for at blive føjet til blokkæden. Hvis det ikke lykkes at få den i kæden, vil dens tilstand ændres til “ikke accepteret”, og den vil ikke kunne bruges. Dette kan ske nu og da, hvis en anden knude udvinder en blok inden for nogle få sekunder fra din. Debug information @@ -2571,29 +2649,17 @@ false falsk - - , has not been successfully broadcast yet - , er ikke blevet transmitteret endnu - - - Open for %n more block(s) - Åbn yderligere %n blokÅbn yderligere %n blokke - - - unknown - ukendt - TransactionDescDialog - - Transaction details - Transaktionsdetaljer - This pane shows a detailed description of the transaction Denne rude viser en detaljeret beskrivelse af transaktionen + + Details for %1 + Detaljer for %1 + TransactionTableModel @@ -2606,21 +2672,45 @@ Type - Immature (%1 confirmations, will be available after %2) - Umoden (%1 bekræftelser; vil være tilgængelig efter %2) + Label + Mærkat Open for %n more block(s) - Åbn yderligere %n blokÅbn yderligere %n blokke + Åben i %n yderligere blokÅben i %n yderligere blokke Open until %1 Åben indtil %1 + + Offline + Offline + + + Unconfirmed + Ubekræftet + + + Abandoned + Opgivet + + + Confirming (%1 of %2 recommended confirmations) + Bekræfter (%1 af %2 anbefalede bekræftelser) + Confirmed (%1 confirmations) Bekræftet (%1 bekræftelser) + + Conflicted + Konflikt + + + Immature (%1 confirmations, will be available after %2) + Umoden (%1 bekræftelser; vil være tilgængelig efter %2) + This block was not received by any other nodes and will probably not be accepted! Denne blok blev ikke modtaget af nogen andre knuder og vil formentlig ikke blive accepteret! @@ -2629,26 +2719,6 @@ Generated but not accepted Genereret, men ikke accepteret - - Offline - Offline - - - Label - Mærkat - - - Unconfirmed - Ubekræftet - - - Confirming (%1 of %2 recommended confirmations) - Bekræfter (%1 af %2 anbefalede bekræftelser) - - - Conflicted - Konflikt - Received with Modtaget med @@ -2677,6 +2747,10 @@ (n/a) (n/a) + + (no label) + (ingen mærkat) + Transaction status. Hover over this field to show number of confirmations. Transaktionsstatus. Hold musen over dette felt for at vise antallet af bekræftelser. @@ -2726,7 +2800,7 @@ This year - Dette år + I år Range... @@ -2760,6 +2834,10 @@ Min amount Minimumsbeløb + + Abandon transaction + Opgiv transaktion + Copy address Kopiér adresse @@ -2780,6 +2858,10 @@ Copy raw transaction Kopiér rå transaktion + + Copy full transaction details + Kopiér komplette transaktionsdetaljer + Edit label Redigér mærkat @@ -2790,27 +2872,7 @@ Export Transaction History - Historik for eksport af transaktioner - - - Watch-only - Kigge - - - Exporting Failed - Eksport mislykkedes - - - There was an error trying to save the transaction history to %1. - En fejl opstod under gemning af transaktionshistorik til %1. - - - Exporting Successful - Eksport problemfri - - - The transaction history was successfully saved to %1. - Transaktionshistorikken blev gemt til %1 med succes. + Eksportér transaktionshistorik Comma separated file (*.csv) @@ -2820,6 +2882,10 @@ Confirmed Bekræftet + + Watch-only + Kigge + Date Dato @@ -2840,6 +2906,22 @@ ID ID + + Exporting Failed + Eksport mislykkedes + + + There was an error trying to save the transaction history to %1. + En fejl opstod under gemning af transaktionshistorik til %1. + + + Exporting Successful + Eksport problemfri + + + The transaction history was successfully saved to %1. + Transaktionshistorikken blev gemt til %1. + Range: Interval: @@ -2896,14 +2978,14 @@ There was an error trying to save the wallet data to %1. Der skete en fejl under gemning af tegnebogsdata til %1. - - The wallet data was successfully saved to %1. - Tegnebogsdata blev gemt til %1 med succes. - Backup Successful Sikkerhedskopiering problemfri + + The wallet data was successfully saved to %1. + Tegnebogsdata blev gemt til %1. + bitcoin-core @@ -2927,18 +3009,22 @@ Accept command line and JSON-RPC commands Acceptér kommandolinje- og JSON-RPC-kommandoer + + Accept connections from outside (default: 1 if no -proxy or -connect/-noconnect) + Acceptér forbindelser udefra (standard: 1 hvis ingen -proxy eller -connect/-noconnect) + + + Connect only to the specified node(s); -noconnect or -connect=0 alone to disable automatic connections + Forbind kun til de specificerede knuder; -noconnect eller -connect=0 alene for at deaktivere automatiske forbindelser + + + Distributed under the MIT software license, see the accompanying file %s or %s + Distribueret under MIT-softwarelicensen; se den vedlagte fil %s eller %s + If <category> is not supplied or if <category> = 1, output all debugging information. Hvis <category> ikke angives eller hvis <category> = 1, udskriv al fejlretningsinformation. - - Maximum total fees (in %s) to use in a single wallet transaction; setting this too low may abort large transactions (default: %s) - Maksimalt totalgebyr (i %s) for brug i en enkelt tegnebogstransaktion; ved at sætte dette for lavt, kan store transaktioner afbrydes (standard: %s) - - - Please check that your computer's date and time are correct! If your clock is wrong Bitcoin Core will not work properly. - Kontrollér venligst, at din computers dato og tid er korrekt! Hvis uret ikke passer, vil Blackcoin More ikke fungere korrekt. - Prune configured below the minimum of %d MiB. Please use a higher number. Beskæring er sat under minimumsgrænsen på %d MiB. Brug venligst et større tal. @@ -2947,10 +3033,6 @@ Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node) Beskæring: Seneste synkronisering rækker udover beskårne data. Du er nødt til at bruge -reindex (downloade hele blokkæden igen i fald af beskåret knude) - - Reduce storage requirements by pruning (deleting) old blocks. This mode is incompatible with -txindex and -rescan. Warning: Reverting this setting requires re-downloading the entire blockchain. (default: 0 = disable pruning blocks, >%u = target size in MiB to use for block files) - Reducér lagringskravene ved at beskære (slette) gamle blokke. Denne tilstand er ikke kompatibel med -txindex og -rescan. Advarsel: Fortrydelse af denne indstilling kræver gendownload af hele blokkæden. (standard: 0 = slå beskæring af blokke fra, >%u = målstørrelse i MiB der skal bruges på blokfiler) - Rescans are not possible in pruned mode. You will need to use -reindex which will download the whole blockchain again. Genindlæsninger er ikke mulige i beskåret tilstand. Du er nødt til at bruge -reindex, hvilket vil downloade hele blokkæden igen. @@ -2976,25 +3058,77 @@ Kunne ikke starte HTTP-server. Se fejlretningslog for detaljer. - Accept connections from outside (default: 1 if no -proxy or -connect) - Acceptér forbindelser udefra (standard: 1 hvis hverken -proxy eller -connect) + Bitcoin Core + Blackcoin More + + + The %s developers + Udviklerne af %s + + + A fee rate (in %s/kB) that will be used when fee estimation has insufficient data (default: %s) + En gebyrsats (i %s/kB), som vil blive brugt, hvis gebyrestimering har utilstrækkelig data (standard: %s) + + + Accept relayed transactions received from whitelisted peers even when not relaying transactions (default: %d) + Acceptér videresendte transaktioner, der modtages fra hvidlistede knuder, selv når transaktioner ikke videresendes (standard: %d) Bind to given address and always listen on it. Use [host]:port notation for IPv6 Tildel til den givne adresse og lyt altid på den. Brug [vært]:port-notation for IPv6 + + Cannot obtain a lock on data directory %s. %s is probably already running. + Kan ikke opnå en lås på datamappe %s. %s kører sansynligvis allerede. + Delete all wallet transactions and only recover those parts of the blockchain through -rescan on startup Slet alle transaktioner i tegnebogen og genskab kun disse dele af blokkæden gennem -rescan under opstart - Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. - Distribueret under MIT-softwarelicensen; se den vedlagte fil COPYING eller <http://www.opensource.org/licenses/mit-license.php>. + Error loading %s: You can't enable HD on a already existing non-HD wallet + Fejl under indlæsning af %s: Du kan ikke aktivere HD på en allerede eksisterende ikke-HD-tegnebog + + + Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect. + Fejl under læsning af %s! Alle nøgler blev læst korrekt, men transaktionsdata eller indgange i adressebogen kan mangle eller være ukorrekte. Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) Udfør kommando, når en transaktion i tegnebogen ændres (%s i kommandoen erstattes med TxID) + + Extra transactions to keep in memory for compact block reconstructions (default: %u) + Ekstra transaktioner, der skal beholdes i hukommelsen til kompakte blokgenopbygninger (standard: %u) + + + If this block is in the chain assume that it and its ancestors are valid and potentially skip their script verification (0 to verify all, default: %s, testnet: %s) + Hvis denne blok er i kæden, så antag at den og dens forgængere er gyldige, og spring potentielt deres scriptverificering over (0 for at verificere alle, standard: %s, testnet: %s) + + + Maximum allowed median peer time offset adjustment. Local perspective of time may be influenced by peers forward or backward by this amount. (default: %u seconds) + Justering af maksimalt tilladt gennemsnitlig afvigelse fra peer-tid. Den lokale opfattelse af tid kan blive påvirket frem eller tilbage af peers med denne mængde tid. (standard: %u sekunder) + + + Maximum total fees (in %s) to use in a single wallet transaction or raw transaction; setting this too low may abort large transactions (default: %s) + Maksimalt totalgebyr (i %s) der må bruges i en enkelt tegnebogstransaktion eller rå transaktion; en for lav en værdi kan afbryde store transaktioner (standard: %s) + + + Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly. + Undersøg venligst at din computers dato og klokkeslet er korrekt indstillet! Hvis der er fejl i disse, vil %s ikke fungere korrekt. + + + Please contribute if you find %s useful. Visit %s for further information about the software. + Overvej venligst at bidrage til udviklingen, hvis du finder %s brugbar. Besøg %s for yderligere information om softwaren. + + + Reduce storage requirements by enabling pruning (deleting) of old blocks. This allows the pruneblockchain RPC to be called to delete specific blocks, and enables automatic pruning of old blocks if a target size in MiB is provided. This mode is incompatible with -txindex and -rescan. Warning: Reverting this setting requires re-downloading the entire blockchain. (default: 0 = disable pruning blocks, 1 = allow manual pruning via RPC, >%u = automatically prune block files to stay under the specified target size in MiB) + Reducér pladskravene ved at beskære (slette, “prune”) gamle blokke. Dette tillader pruneblockchain-RPC'en at blive kaldt for at slette specifikke blokke, og det aktiverer automatisk beskæring af gamle blokke, hvis en målstørrelse i MiB er angivet. Denne tilstand er ikke kompatibel med -txindex og -rescan. Advarsel: Fortrydelse af denne indstilling kræver download af hele blokkæden igen. (standard: 0 = slå beskæring af blokke fra, 1 = tillad manuel beskæring via RPC, >%u = beskær automatisk blokfiler for at bliver under den angivne målstørrelse i MiB) + + + Set lowest fee rate (in %s/kB) for transactions to be included in block creation. (default: %s) + Sæt den laveste gebyrrate (i %s/kB) for transaktioner, der skal inkluderes i blokoprettelse. (standard: %s) + Set the number of script verification threads (%u to %d, 0 = auto, <0 = leave that many cores free, default: %d) Sæt antallet af scriptverificeringstråde (%u til %d, 0 = auto, <0 = efterlad det antal kernet fri, standard: %d) @@ -3005,23 +3139,23 @@ This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - Dette er en foreløbig testudgivelse - brug på eget ansvar - brug ikke til udvinding eller handelsprogrammer + Dette er en foreløbig testudgivelse – brug på eget ansvar – brug ikke til mining eller handelsprogrammer - Unable to bind to %s on this computer. Bitcoin Core is probably already running. - Ikke i stand til at tildele til %s på denne computer. Blackcoin More kører sansynligvis allerede. + Unable to rewind the database to a pre-fork state. You will need to redownload the blockchain + Kan ikke spole databasen tilbage til en tilstand inden en splitning. Du er nødt til at downloade blokkæden igen Use UPnP to map the listening port (default: 1 when listening and no -proxy) Brug UPnP for at konfigurere den lyttende port (standard: 1 under lytning og ingen -proxy) - WARNING: abnormally high number of blocks generated, %d blocks received in the last %d hours (%d expected) - ADVARSEL: unormalt mange blokke er genereret; %d blokke er modtaget i løbet af de seneste %d timer (%d forventet) + Username and hashed password for JSON-RPC connections. The field <userpw> comes in the format: <USERNAME>:<SALT>$<HASH>. A canonical python script is included in share/rpcuser. The client then connects normally using the rpcuser=<USERNAME>/rpcpassword=<PASSWORD> pair of arguments. This option can be specified multiple times + Brugernavn og hashet adgangskode for JSON-RPC-forbindelser. Feltet <userpw> er i formatet: <BRUGERNAVN>:<SALT>$<HASH>. Et kanonisk Python-skript er inkluderet i share/rpcuser. Klienten forbinder så normalt ved hjælp af argumentparret rpcuser=<BRUGERNAVN>/rpcpassword=<ADGANGSKODE>. Dette tilvalg kan angives flere gange - WARNING: check your network connection, %d blocks received in the last %d hours (%d expected) - ADVARSEL: tjek din netværksforbindelse; %d blokke er modtaget i løbet af de seneste %d timer (%d forventet) + Wallet will not create transactions that violate mempool chain limits (default: %u) + Tegnebogen vil ikke oprette transaktioner, som overtræder begrænsningen for hukommelsespuljekæden (standard: %u) Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. @@ -3032,12 +3166,12 @@ Advarsel: Vi ser ikke ud til at være fuldt ud enige med andre knuder! Du kan være nødt til at opgradere, eller andre knuder kan være nødt til at opgradere. - 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. - Advarsel: wallet.dat ødelagt, data reddet! Oprindelig wallet.dat gemt som wallet.{timestamp}.bak i %s; hvis din saldo eller dine transaktioner er forkert, bør du genskabe fra en sikkerhedskopi. + You need to rebuild the database using -reindex-chainstate to change -txindex + Du er nødt til at genopbygge databasen ved hjælp af -reindex-chainstate for at ændre -txindex - Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. - Sæt andre knuder, der forbinder fra den angivne netmaske eller IP, på hvidliste. Kan angives flere gange. + %s corrupt, salvage failed + %s ødelagt, redning af data mislykkedes -maxmempool must be at least %d MB @@ -3047,18 +3181,38 @@ <category> can be: <kategori> kan være: + + Append comment to the user agent string + Føj kommentar til brugeragentstrengen + + + Attempt to recover private keys from a corrupt wallet on startup + Forsøg at genskabe private nøgler fra en ødelagt tegnebog under opstart + Block creation options: Blokoprettelsestilvalg: - Connect only to the specified node(s) - Tilslut kun til de(n) angivne knude(r) + Cannot resolve -%s address: '%s' + Kan ikke finde -%s-adressen: “%s” + + + Chain selection options: + Indstillinger for kædevalg: + + + Change index out of range + Ændr indeks uden for interval Connection options: Tilvalg for forbindelser: + + Copyright (C) %i-%i + Ophavsret © %i-%i + Corrupted block database detected Ødelagt blokdatabase opdaget @@ -3069,7 +3223,7 @@ Do not load the wallet and disable wallet RPC calls - Indlæs ikke tegnebogen og slå tegnebogs-RPC-kald fra + Indlæs ikke tegnebogen og deaktivér tegnebogs-RPC-kald Do you want to rebuild the block database now? @@ -3091,6 +3245,10 @@ Enable publish raw transaction in <address> Aktivér offentliggørelse af rå transaktion i <address> + + Enable transaction replacement in the memory pool (default: %u) + Aktivér transaktionserstatning i hukommelsespuljen (standard: %u) + Error initializing block database Klargøring af blokdatabase mislykkedes @@ -3099,6 +3257,22 @@ Error initializing wallet database environment %s! Klargøring af tegnebogsdatabasemiljøet %s mislykkedes! + + Error loading %s + Fejl under indlæsning af %s + + + Error loading %s: Wallet corrupted + Fejl under indlæsning af %s: Tegnebog ødelagt + + + Error loading %s: Wallet requires newer version of %s + Fejl under indlæsning af %s: Tegnebog kræver nyere version af %s + + + Error loading %s: You can't disable HD on a already existing HD wallet + Fejl under indlæsning af %s: Du kan ikke deaktivere HD på en allerede eksisterende HD-tegnebog + Error loading block database Indlæsning af blokdatabase mislykkedes @@ -3123,14 +3297,34 @@ Incorrect or no genesis block found. Wrong datadir for network? Ukorrekt eller ingen tilblivelsesblok fundet. Forkert datamappe for netværk? + + Initialization sanity check failed. %s is shutting down. + Klargøring af sundhedstjek mislykkedes. %s lukker ned. + Invalid -onion address: '%s' - Ugyldig -onion adresse: "%s" + Ugyldig -onion adresse: “%s” + + + Invalid amount for -%s=<amount>: '%s' + Ugyldigt beløb for -%s=<beløb>: “%s” + + + Invalid amount for -fallbackfee=<amount>: '%s' + Ugyldigt beløb for -fallbackfee=<beløb>: “%s” Keep the transaction memory pool below <n> megabytes (default: %u) Hold hukommelsespuljen med transaktioner under <n> megabyte (standard: %u) + + Loading banlist... + Indlæser bandlysningsliste… + + + Location of the auth cookie (default: data dir) + Placering for autentificerings-cookie (standard: datamappe) + Not enough file descriptors available. For få tilgængelige fildeskriptorer. @@ -3139,6 +3333,14 @@ Only connect to nodes in network <net> (ipv4, ipv6 or onion) Tilslut kun til knuder i netværk <net> (IPv4, IPv6 eller Onion) + + Print this help message and exit + Udskriv denne hjælpetekst og afslut + + + Print version and exit + Udskriv version og afslut + Prune cannot be configured with a negative value. Beskæring kan ikke opsættes med en negativ værdi. @@ -3147,6 +3349,18 @@ Prune mode is incompatible with -txindex. Beskæringstilstand er ikke kompatibel med -txindex. + + Rebuild chain state and block index from the blk*.dat files on disk + Genopbyg kædetilstand og blokindeks fra blk*.dat-filerne på disken + + + Rebuild chain state from the currently indexed blocks + Genopbyg kædetilstand ud fra de aktuelt indekserede blokke + + + Rewinding blocks... + Spoler blokke tilbage… + Set database cache size in megabytes (%d to %d, default: %d) Sæt cache-størrelse for database i megabytes (%d til %d; standard: %d) @@ -3159,6 +3373,14 @@ Specify wallet file (within data directory) Angiv tegnebogsfil (inden for datamappe) + + The source code is available from %s. + Kildekoden er tilgængelig fra %s. + + + Unable to bind to %s on this computer. %s is probably already running. + Ikke i stand til at tildele til %s på denne computer. %s kører formodentlig allerede. + Unsupported argument -benchmark ignored, use -debug=bench. Argument -benchmark understøttes ikke og ignoreres; brug -debug=bench. @@ -3175,6 +3397,10 @@ Use UPnP to map the listening port (default: %u) Brug UPnP til at konfigurere den lyttende port (standard: %u) + + Use the test chain + Brug testkæden + User Agent comment (%s) contains unsafe characters. Brugeragent-kommentar (%s) indeholder usikre tegn. @@ -3191,18 +3417,18 @@ Wallet %s resides outside data directory %s Tegnebog %s findes uden for datamappe %s + + Wallet debugging/testing options: + Tilvalg for fejlfinding/test af tegnebog: + + + Wallet needed to be rewritten: restart %s to complete + Det var nødvendigt at genskrive tegnebogen: Genstart %s for at gennemføre + Wallet options: Tilvalg for tegnebog: - - Warning: This version is obsolete; upgrade required! - Advarsel: Denne version er forældet; opgradering påkrævet! - - - You need to rebuild the database using -reindex to change -txindex - Du er nødt til at genopbygge databasen ved hjælp af -reindex for at ændre -txindex - 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 Tillad JSON-RPC-forbindelser fra angivet kilde. Gyldig for <ip> er en enkelt IP (fx 1.2.3.4), et netværk/netmaske (fx 1.2.3.4/255.255.255.0) eller et netværk/CIDR (fx 1.2.3.4/24). Dette tilvalg kan angives flere gange @@ -3215,13 +3441,9 @@ 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) Tildel til den givne adresse for at lytte efter JSON-RPC-forbindelser. Brug [vært]:port-notation for IPv6. Denne valgmulighed kan angives flere gange (standard: tildel til alle grænseflader) - - Cannot obtain a lock on data directory %s. Bitcoin Core is probably already running. - Kan ikke opnå en lås på datamappe %s. Blackcoin More kører sansynligvis allerede. - Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) - Opret nye filer med systemstandard for rettigheder i stedet for umask 077 (kun virksomt med tegnebogsfunktionalitet slået fra) + Opret nye filer med systemstandard for rettigheder i stedet for umask 077 (kun virksomt med tegnebogsfunktionalitet deaktiveret) Discover own IP addresses (default: 1 when listening and no -externalip or -proxy) @@ -3245,39 +3467,31 @@ Invalid amount for -maxtxfee=<amount>: '%s' (must be at least the minrelay fee of %s to prevent stuck transactions) - Ugyldigt beløb for -maxtxfee=<beløb>: "%s" (skal være på mindst minrelay-gebyret på %s for at undgå hængende transaktioner) + Ugyldigt beløb for -maxtxfee=<beløb>: “%s” (skal være på mindst minrelay-gebyret på %s for at undgå hængende transaktioner) Maximum size of data in data carrier transactions we relay and mine (default: %u) Maksimal størrelse på data i transaktioner til dataoverførsel, som vi videresender og miner (standard: %u) - - Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect) - Forespørgsel - Randomize credentials for every proxy connection. This enables Tor stream isolation (default: %u) - Brug tilfældige akkreditiver for hver proxy-forbindelse. Dette tillader strømisolation med Tor (standard: %u) + Brug tilfældige akkreditiver for hver proxy-forbindelse. Dette aktiverer strømisolation med Tor (standard: %u) Set maximum size of high-priority/low-fee transactions in bytes (default: %d) Sæt maksimumstørrelse for højprioritet/lavgebyr-transaktioner i byte (standard: %d) - - Set the number of threads for coin generation if enabled (-1 = all cores, default: %d) - Sæt antaller af tråde for coin-generering, hvis aktiveret (-1 = alle kerner, standard: %d) - The transaction amount is too small to send after the fee has been deducted Transaktionsbeløbet er for lille til at sende, når gebyret er trukket fra - 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. - Dette produkt indeholder software, der er udviklet af OpenSSL-projektet for brug i OpenSSL-værktøjskassen <https://www.openssl.org/>, samt kryptografisk software, der er skrevet af Eric Young, samt UPnP-software, der er skrevet af Thomas Bernard. + Use hierarchical deterministic key generation (HD) after BIP32. Only has effect during wallet creation/first start + Brug hierarkisk deterministisk nøglegenerering (HD) efter BIP32. Har kun effekt ved generering af ny tegnebog og under første opstart 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 - Andre knuder på hvidliste kan ikke DoS-bandlyses, og deres transaktioner videresendes altid, selv hvis de allerede er i mempool'en. Brugbart til fx et adgangspunkt + Andre knuder på hvidliste kan ikke DoS-bandlyses, og deres transaktioner videresendes altid, selv hvis de allerede er i hukommelsespuljen. Brugbart til fx et adgangspunkt You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain @@ -3291,38 +3505,14 @@ Accept public REST requests (default: %u) Acceptér offentlige REST-anmodninger (standard: %u) - - Activating best chain... - Aktiverer bedste kæde… - - - Always relay transactions received from whitelisted peers (default: %d) - Videresend altid transaktioner, der modtages fra hvidlistede knuder (standard: %d) - - - Attempt to recover private keys from a corrupt wallet.dat on startup - Forsøg at genskabe private nøgler fra en ødelagt wallet.dat under opstart - Automatically create Tor hidden service (default: %d) Opret automatisk skjult Tor-tjeneste (standard: %d) - - Cannot resolve -whitebind address: '%s' - Kan ikke løse -whitebind adresse: "%s" - Connect through SOCKS5 proxy Forbind gennem SOCKS5-proxy - - Copyright (C) 2009-%i The Bitcoin Core Developers - Ophavsret © 2018-%i Udviklerne af Blackcoin More - - - Error loading wallet.dat: Wallet requires newer version of Bitcoin Core - Fejl ved indlæsning af wallet.dat: Tegnebog kræver en nyere version af Blackcoin More - Error reading from database, shutting down. Fejl under læsning fra database; lukker ned. @@ -3335,29 +3525,13 @@ Information Information - - Initialization sanity check failed. Bitcoin Core is shutting down. - Sundhedstjek under klargøring mislykkedes. Blackcoin More lukker ned. - - - Invalid amount for -maxtxfee=<amount>: '%s' - Ugyldigt beløb for -maxtxfee=<beløb>: "%s" - - - Invalid amount for -minrelaytxfee=<amount>: '%s' - Ugyldigt beløb til -minrelaytxfee=<beløb>: "%s" - - - Invalid amount for -mintxfee=<amount>: '%s' - Ugyldigt beløb til -mintxfee=<beløb>: "%s" - Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) - Ugyldigt beløb for -paytxfee=<beløb>: "%s" (skal være mindst %s) + Ugyldigt beløb for -paytxfee=<beløb>: “%s” (skal være mindst %s) Invalid netmask specified in -whitelist: '%s' - Ugyldig netmaske angivet i -whitelist: "%s" + Ugyldig netmaske angivet i -whitelist: “%s” Keep at most <n> unconnectable transactions in memory (default: %u) @@ -3365,7 +3539,7 @@ Need to specify a port with -whitebind: '%s' - Nødt til at angive en port med -whitebinde: "%s" + Nødt til at angive en port med -whitebinde: “%s” Node relay options: @@ -3375,14 +3549,6 @@ RPC server options: Tilvalg for RPC-server: - - Rebuild block chain index from current blk000??.dat files on startup - Genopbyg blokkædeindeks fra nuværende blk000??.dat-filer ved opstart - - - Receive and display P2P network alerts (default: %u) - Modtag og vis P2P-netværksadvarsler (standard: %u) - Reducing -maxconnections from %d to %d, because of system limitations. Reducerer -maxconnections fra %d til %d på grund af systembegrænsninger. @@ -3409,7 +3575,7 @@ Signing transaction failed - Underskrift af transaktion mislykkedes + Signering af transaktion mislykkedes The transaction amount is too small to pay the fee @@ -3425,16 +3591,12 @@ Tor control port to use if onion listening enabled (default: %s) - Tor kontrolport, der skal bruges, hvis onion-lytning er slået til (standard: %s) + Tor kontrolport, der skal bruges, hvis onion-lytning er aktiveret (standard: %s) Transaction amount too small Transaktionsbeløb er for lavt - - Transaction amounts must be positive - Transaktionsbeløb skal være positive - Transaction too large for fee policy Transaktion for stor til gebyrretningslinjer @@ -3455,14 +3617,14 @@ Username for JSON-RPC connections Brugernavn til JSON-RPC-forbindelser - - Wallet needed to be rewritten: restart Bitcoin Core to complete - Det var nødvendigt at genskrive tegnebogen: genstart Blackcoin More for at gennemføre - Warning Advarsel + + Warning: unknown new rules activated (versionbit %i) + Advarsel: Ukendte nye regler aktiveret (versionsbit %i) + Whether to operate in a blocks only mode (default: %u) Hvorvidt der skal arbejdes i kun-blokke-tilstand (standard: %u) @@ -3475,10 +3637,6 @@ ZeroMQ notification options: ZeroMQ-notifikationsindstillinger: - - wallet.dat corrupt, salvage failed - wallet.dat ødelagt, redning af data mislykkedes - Password for JSON-RPC connections Adgangskode til JSON-RPC-forbindelser @@ -3487,10 +3645,6 @@ Execute command when the best block changes (%s in cmd is replaced by block hash) Udfør kommando, når den bedste blok ændres (%s i kommandoen erstattes med blokhash) - - This help message - Denne hjælpebesked - Allow DNS lookups for -addnode, -seednode and -connect Tillad DNS-opslag for -addnode, -seednode og -connect @@ -3499,10 +3653,6 @@ Loading addresses... Indlæser adresser… - - Error loading wallet.dat: Wallet corrupted - Fejl ved indlæsning af wallet.dat: Tegnebog ødelagt - (1 = keep tx meta data e.g. account owner and payment request information, 2 = drop tx meta data) (1 = behold metadata for transaktion, fx kontoindehaver og information om betalingsanmodning, 2 = drop metadata for transaktion) @@ -3511,22 +3661,22 @@ -maxtxfee is set very high! Fees this large could be paid on a single transaction. -maxtxfee er sat meget højt! Gebyrer så store risikeres betalt på en enkelt transaktion. - - -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. - -paytxfee er sat meget højt! Dette er transaktionsgebyret, som du betaler, hvis du sender en transaktion. - Do not keep transactions in the mempool longer than <n> hours (default: %u) Behold ikke transaktioner i hukommelsespuljen i mere end <n> timer (default: %u) - Error reading wallet.dat! All keys read correctly, but transaction data or address book entries might be missing or incorrect. - Fejl under læsning af wallet.dat! Alle nøgler blev læst korrekt, men transaktionsdata eller indgange i adressebogen kan mangle eller være ukorrekte. + Equivalent bytes per sigop in transactions for relay and mining (default: %u) + Tilsvarende bytes pr. sigop i transaktioner, som videresendes og mines (standard: %u) Fees (in %s/kB) smaller than this are considered zero fee for transaction creation (default: %s) Gebyrer (i %s/kB) mindre end dette opfattes som intet gebyr under oprettelse af transaktioner (standard: %s) + + Force relay of transactions from whitelisted peers even if they violate local relay policy (default: %d) + Gennemtving videresendelse af transaktioner fra hvidlistede knuder, selv om de overtræder lokal videresendelsespolitik (standard: %d) + How thorough the block verification of -checkblocks is (0-4, default: %u) Hvor gennemarbejdet blokverificeringen for -checkblocks er (0-4; standard: %u) @@ -3543,10 +3693,26 @@ Output debugging information (default: %u, supplying <category> is optional) Udskriv fejlsøgningsinformation (standard: %u, angivelse af <kategori> er valgfri) + + Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect/-noconnect) + Forespørg knudeadresser via DNS-opslag hvis antallet af adresser er lavt (standard: 1 med mindre -connect/-noconnect) + + + Sets the serialization of raw transaction or block hex returned in non-verbose mode, non-segwit(0) or segwit(1) (default: %d) + Indstiller serialiseringen af rå transaktioner eller blok-hex returneret i ikke-verbose tilstand, non-segwit(0) eller sigwit(1) (standard: %d) + Support filtering of blocks and transaction with bloom filters (default: %u) Understøt filtrering af blokke og transaktioner med Bloom-filtre (standard: %u) + + This is the transaction fee you may pay when fee estimates are not available. + Dette er transaktionsgebyret, du kan betale, når gebyrestimeringer ikke er tilgængelige. + + + This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit %s and cryptographic software written by Eric Young and UPnP software written by Thomas Bernard. + Dette produkt indeholder software, der er udviklet af OpenSSL-projektet for brug i OpenSSL-værktøjskassen %s, samt kryptografisk software, der er skrevet af Eric Young, samt UPnP-software, der er skrevet af Thomas Bernard. + Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments. Den totale længde på netværksversionsstrengen (%i) overstiger maksimallængden (%i). Reducér antaller af eller størrelsen på uacomments. @@ -3559,13 +3725,29 @@ Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported. Argument -socks understøttes ikke. Det er ikke længere muligt at sætte SOCKS-version; kun SOCKS5-proxier understøttes. + + Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay. + Argument -whitelistalwaysrelay understøttes ikke og ignoreres; brug -whitelistrelay og/eller -whitelistforcerelay. + Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) Brug separat SOCS5-proxy for at nå knuder via skjulte Tor-tjenester (standard: %s) - Username and hashed password for JSON-RPC connections. The field <userpw> comes in the format: <USERNAME>:<SALT>$<HASH>. A canonical python script is included in share/rpcuser. This option can be specified multiple times - Brugernavn og hashet adgangskode for JSON-RPC-forbindelser. Feltet <userpw> er i formatet: <BRUGERNAVN>:<SALT>$<HASH>. Et kanonisk Python-skript inkluderes i share/rpcuser. Dette tilvalg kan angives flere gange + Warning: Unknown block versions being mined! It's possible unknown rules are in effect + Advarsel: Ukendte blokversioner bliver minet! Det er muligt, at ukendte regler er i brug + + + Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup. + Advarsel: Tegnebogsfil ødelagt, data reddet! Oprindelig %s gemt som %s i %s; hvis din saldo eller dine transaktioner er forkert, bør du genskabe fra en sikkerhedskopi. + + + Whitelist peers connecting from the given IP address (e.g. 1.2.3.4) or CIDR notated network (e.g. 1.2.3.0/24). Can be specified multiple times. + Sæt knuder på hvidliste, som forbinder fra den givne IP-adresse (fx 1.2.3.4) eller CIDR-noteret netværk (fx 1.2.3.0/24). Kan angives flere gange. + + + %s is set very high! + %s er meget højt sat! (default: %s) @@ -3575,14 +3757,6 @@ Always query for peer addresses via DNS lookup (default: %u) Forespørg altid adresser på andre knuder via DNS-opslag (default: %u) - - Error loading wallet.dat - Fejl ved indlæsning af wallet.dat - - - Generate coins (default: %u) - Generér blackcoins (standard: %u) - How many blocks to check at startup (default: %u, 0 = all) Antal blokke som tjekkes ved opstart (standard: %u, 0 = alle) @@ -3593,7 +3767,11 @@ Invalid -proxy address: '%s' - Ugyldig -proxy adresse: "%s" + Ugyldig -proxy adresse: “%s” + + + Keypool ran out, please call keypoolrefill first + Nøglepulje løb tør; kald venligst keypoolrefill først Listen for JSON-RPC connections on <port> (default: %u or testnet: %u) @@ -3631,14 +3809,18 @@ Relay non-P2SH multisig (default: %u) Videresend ikke-P2SH multisig (standard: %u) + + Send transactions with full-RBF opt-in enabled (default: %u) + Send transaktioner med fuld-RBF opt-in aktiveret (standard: %u) + Set key pool size to <n> (default: %u) Sæt nøglepuljestørrelse til <n> (standard: %u) - Set minimum block size in bytes (default: %u) - Angiv minimumsblokstørrelse i byte (standard: %u) + Set maximum BIP141 block weight (default: %d) + Sæt maksimal BIP141-blokvægt (standard: %d) Set the number of threads to service RPC calls (default: %d) @@ -3660,25 +3842,41 @@ Spend unconfirmed change when sending transactions (default: %u) Brug ubekræftede byttepenge under afsendelse af transaktioner (standard: %u) + + Starting network threads... + Starter netværkstråde… + + + The wallet will avoid paying less than the minimum relay fee. + Tegnebogen vil undgå at betale mindre end minimum-videresendelsesgebyret. + + + This is the minimum transaction fee you pay on every transaction. + Dette er det transaktionsgebyr, du minimum betaler for hver transaktion. + + + This is the transaction fee you will pay if you send a transaction. + Dette er transaktionsgebyret, som betaler, når du sender en transaktion. + Threshold for disconnecting misbehaving peers (default: %u) Grænse for afbrydelse af forbindelse til knuder, der opfører sig upassende (standard: %u) + + Transaction amounts must not be negative + Transaktionsbeløb må ikke være negative + + + Transaction has too long of a mempool chain + Transaktionen har en for lang hukommelsespuljekæde + + + Transaction must have at least one recipient + Transaktionen skal have mindst én modtager + Unknown network specified in -onlynet: '%s' - Ukendt netværk anført i -onlynet: "%s" - - - Cannot resolve -bind address: '%s' - Kan ikke finde -bind adressen: "%s" - - - Cannot resolve -externalip address: '%s' - Kan ikke finde -externalip adressen: "%s" - - - Invalid amount for -paytxfee=<amount>: '%s' - Ugyldigt beløb for -paytxfee=<beløb>: "%s" + Ukendt netværk anført i -onlynet: “%s” Insufficient funds diff --git a/src/qt/locale/bitcoin_de.ts b/src/qt/locale/bitcoin_de.ts index f23eb3c65..a5a224592 100644 --- a/src/qt/locale/bitcoin_de.ts +++ b/src/qt/locale/bitcoin_de.ts @@ -25,10 +25,6 @@ C&lose &Schließen - - &Copy Address - Adresse &kopieren - Delete the currently selected address from the list Ausgewählte Adresse aus der Liste entfernen @@ -67,11 +63,15 @@ These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - Dies sind Ihre Blackcoin-Adressen zum Tätigen von Überweisungen. Bitte prüfen Sie den Betrag und die Empfangsadresse, bevor Sie Blackcoins überweisen. + Dies sind ihre Blackcoin-Adressen zum Tätigen von Überweisungen. Bitte prüfen Sie den Betrag und die Empfangsadresse, bevor Sie Blackcoins überweisen. These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Dies sind Ihre Blackcoin-Adressen zum Empfangen von Zahlungen. Es wird empfohlen für jede Transaktion eine neue Empfangsadresse zu verwenden. + Dies sind Ihre Blackcoin-Adressen zum Empfangen von Zahlungen. Es wird empfohlen, für jede Transaktion eine neue Empfangsadresse zu verwenden. + + + &Copy Address + Adresse &kopieren Copy &Label @@ -79,7 +79,7 @@ &Edit - &Editieren + B&earbeiten Export Address List @@ -131,13 +131,17 @@ Repeat new passphrase Neue Passphrase bestätigen + + 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>. + Geben Sie die neue Passphrase für die Brieftasche ein.<br>Bitte benutzen Sie eine Passphrase bestehend aus <b>zehn oder mehr zufälligen Zeichen</b> oder <b>acht oder mehr Wörtern</b>. + Encrypt wallet Wallet verschlüsseln This operation needs your wallet passphrase to unlock the wallet. - Dieser Vorgang benötigt Ihre Passphrase, um die Wallet zu entsperren. + Dieser Vorgang benötigt ihre Passphrase, um die Brieftasche zu entsperren. Unlock wallet @@ -145,59 +149,51 @@ This operation needs your wallet passphrase to decrypt the wallet. - Dieser Vorgang benötigt Ihre Passphrase, um die Wallet zu entschlüsseln. + Dieser Vorgang benötigt Ihre Passphrase, um die Brieftasche zu entschlüsseln. Decrypt wallet - Wallet entschlüsseln + Brieftasche entschlüsseln Change passphrase Passphrase ändern + + Enter the old passphrase and new passphrase to the wallet. + Geben Sie die alte und neue Brieftschen-Passphrase ein. + Confirm wallet encryption - Wallet-Verschlüsselung bestätigen + Brieftaschen-Verschlüsselung bestätigen Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! - Warnung: Wenn Sie Ihre Wallet verschlüsseln und Ihre Passphrase verlieren, werden Sie <b>alle Ihre Blackcoins verlieren</b>! + Warnung: Wenn Sie Ihre Brieftasche verschlüsseln und Ihre Passphrase verlieren, werden Sie <b>alle Ihre Blackcoins verlieren</b>! Are you sure you wish to encrypt your wallet? - Sind Sie sich sicher, dass Sie Ihre Wallet verschlüsseln möchten? - - - Bitcoin Core will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - Blackcoin More wird jetzt beendet, um den Verschlüsselungsprozess abzuschließen. Vergessen Sie nicht, dass eine Wallet-Verschlüsselung nicht vollständig vor Diebstahl Ihrer Blackcoins durch Schadsoftware schützen kann, die Ihren Computer infiziert. - - - 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. - WICHTIG: Alle vorherigen Wallet-Sicherungen sollten durch die neu erzeugte, verschlüsselte Wallet ersetzt werden. Aus Sicherheitsgründen werden vorherige Sicherungen der unverschlüsselten Wallet nutzlos, sobald Sie die neue, verschlüsselte Wallet verwenden. - - - Warning: The Caps Lock key is on! - Warnung: Die Feststelltaste ist aktiviert! + Sind Sie sich sicher, dass Sie Ihre Brieftasche verschlüsseln möchten? Wallet encrypted - Wallet verschlüsselt + Brieftasche verschlüsselt - 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>. - Geben Sie die neue Passphrase für die Wallet ein.<br>Bitte benutzen Sie eine Passphrase bestehend aus <b>zehn oder mehr zufälligen Zeichen</b> oder <b>acht oder mehr Wörtern</b>. + %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. + %1 wird jetzt beendet, um den Verschlüsselungsprozess abzuschließen. Bitte beachten Sie, dass die Brieftaschen-Verschlüsselung nicht vollständig vor Diebstahl Ihrer Blackcoins durch Schadprogramme schützt, die Ihren Computer befällt. - Enter the old passphrase and new passphrase to the wallet. - Geben Sie die alte und neue Wallet-Passphrase ein. + 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. + WICHTIG: Alle vorherigen Brieftaschen-Sicherungen sollten durch die neu erzeugte, verschlüsselte Brieftasche ersetzt werden. Aus Sicherheitsgründen werden vorherige Sicherungen der unverschlüsselten Brieftasche nutzlos, sobald Sie die neue, verschlüsselte Brieftasche verwenden. Wallet encryption failed - Wallet-Verschlüsselung fehlgeschlagen + Brieftaschen-Verschlüsselung fehlgeschlagen Wallet encryption failed due to an internal error. Your wallet was not encrypted. - Die Wallet-Verschlüsselung ist aufgrund eines internen Fehlers fehlgeschlagen. Ihre Wallet wurde nicht verschlüsselt. + Die Brieftaschen-Verschlüsselung ist aufgrund eines internen Fehlers fehlgeschlagen. Ihre Brieftasche wurde nicht verschlüsselt. The supplied passphrases do not match. @@ -205,19 +201,23 @@ Wallet unlock failed - Wallet-Entsperrung fehlgeschlagen + Brieftaschen-Entsperrung fehlgeschlagen The passphrase entered for the wallet decryption was incorrect. - Die eingegebene Passphrase zur Wallet-Entschlüsselung war nicht korrekt. + Die eingegebene Passphrase zur Brieftaschen-Entschlüsselung war nicht korrekt. Wallet decryption failed - Wallet-Entschlüsselung fehlgeschlagen + Brieftaschen-Entschlüsselung fehlgeschlagen Wallet passphrase was successfully changed. - Die Wallet-Passphrase wurde erfolgreich geändert. + Die Brieftaschen-Passphrase wurde erfolgreich geändert. + + + Warning: The Caps Lock key is on! + Warnung: Die Feststelltaste ist aktiviert! @@ -269,6 +269,14 @@ Quit application Anwendung beenden + + &About %1 + Über %1 + + + Show information about %1 + Informationen über %1 anzeigen + About &Qt Über &Qt @@ -281,6 +289,10 @@ &Options... &Konfiguration... + + Modify configuration options for %1 + Konfiguration von %1 bearbeiten + &Encrypt Wallet... Wallet &verschlüsseln... @@ -306,12 +318,20 @@ &URI öffnen... - Bitcoin Core client - "Blackcoin More"-Client + Click to disable network activity. + Klicken zum Deaktivieren der Netzwerkaktivität. - Importing blocks from disk... - Importiere Blöcke von Datenträger... + Network activity disabled. + Netzwerkaktivität deaktiviert. + + + Click to enable network activity again. + Klicken zum Aktivieren der Netzwerkaktivität. + + + Syncing Headers (%1%)... + Kopfdaten werden synchronisiert (%1%)... Reindexing blocks on disk... @@ -357,10 +377,6 @@ &Receive &Empfangen - - Show information about Bitcoin Core - Informationen über Blackcoin More anzeigen - &Show / Hide &Anzeigen / Verstecken @@ -397,22 +413,10 @@ Tabs toolbar Registerkartenleiste - - Bitcoin Core - Blackcoin More - Request payments (generates QR codes and bitcoin: URIs) Zahlungen anfordern (erzeugt QR-Codes und "blackcoin:"-URIs) - - &About Bitcoin Core - &Über Blackcoin More - - - Modify configuration options for Bitcoin Core - Konfiguration von Blackcoin More bearbeiten - Show the list of used sending addresses and labels Liste verwendeter Zahlungsadressen und Bezeichnungen anzeigen @@ -429,42 +433,22 @@ &Command-line options &Kommandozeilenoptionen - - Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options - Zeige den "Blackcoin More"-Hilfetext, um eine Liste mit möglichen Kommandozeilenoptionen zu erhalten - %n active connection(s) to Bitcoin network %n aktive Verbindung zum Blackcoin-Netzwerk%n aktive Verbindungen zum Blackcoin-Netzwerk - No block source available... - Keine Blockquelle verfügbar... + Indexing blocks on disk... + Indiziere Blöcke auf Datenträger... + + + Processing blocks on disk... + Verarbeite Blöcke auf Datenträger... Processed %n block(s) of transaction history. %n Block des Transaktionsverlaufs verarbeitet.%n Blöcke des Transaktionsverlaufs verarbeitet. - - %n hour(s) - %n Stunde%n Stunden - - - %n day(s) - %n Tag%n Tage - - - %n week(s) - %n Woche%n Wochen - - - %1 and %2 - %1 und %2 - - - %n year(s) - %n Jahr%n Jahre - %1 behind %1 im Rückstand @@ -493,6 +477,18 @@ Up to date Auf aktuellem Stand + + Show the %1 help message to get a list with possible Bitcoin command-line options + Zeige den "%1"-Hilfetext, um eine Liste mit möglichen Kommandozeilenoptionen zu erhalten + + + %1 client + %1 Client + + + Connecting to peers... + Verbinde mit Netzwerk... + Catching up... Hole auf... @@ -535,6 +531,14 @@ Incoming transaction Eingehende Transaktion + + HD key generation is <b>enabled</b> + HD Schlüssel Generierung ist <b>aktiviert</b> + + + HD key generation is <b>disabled</b> + HD Schlüssel Generierung ist <b>deaktiviert</b> + Wallet is <b>encrypted</b> and currently <b>unlocked</b> Wallet ist <b>verschlüsselt</b> und aktuell <b>entsperrt</b> @@ -543,12 +547,9 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> Wallet ist <b>verschlüsselt</b> und aktuell <b>gesperrt</b> - - - ClientModel - Network Alert - Netzwerkalarm + A fatal error occurred. Bitcoin can no longer continue safely and will quit. + Ein schwerer Fehler ist aufgetreten. Blackcoin kann nicht stabil weiter ausgeführt werden und wird beendet. @@ -569,10 +570,6 @@ Amount: Betrag: - - Priority: - Priorität: - Fee: Gebühr: @@ -625,10 +622,6 @@ Confirmed Bestätigt - - Priority - Priorität - Copy address Adresse kopieren @@ -667,80 +660,20 @@ Copy bytes - Byte kopieren - - - Copy priority - Priorität kopieren + Bytes kopieren Copy dust - "Dust" kopieren + "Staub" kopieren Copy change Wechselgeld kopieren - - highest - am höchsten - - - higher - höher - - - high - hoch - - - medium-high - mittel-hoch - - - medium - mittel - - - low-medium - niedrig-mittel - - - low - niedrig - - - lower - niedriger - - - lowest - am niedrigsten - (%1 locked) (%1 gesperrt) - - none - keine - - - This label turns red if the transaction size is greater than 1000 bytes. - Diese Bezeichnung wird rot, wenn die Transaktion größer als 1000 Byte ist. - - - This label turns red if the priority is smaller than "medium". - Diese Bezeichnung wird rot, wenn die Priorität niedriger als "mittel" ist. - - - This label turns red if any recipient receives an amount smaller than %1. - Diese Bezeichnung wird rot, wenn irgendein Empfänger einen Betrag kleiner als %1 erhält. - - - Can vary +/- %1 satoshi(s) per input. - Kann pro Eingabe um +/- %1 Satoshi(s) abweichen. - yes ja @@ -750,16 +683,12 @@ nein - This means a fee of at least %1 per kB is required. - Das bedeutet, dass eine Gebühr von mindestens %1 pro kB erforderlich ist. + This label turns red if any recipient receives an amount smaller than the current dust threshold. + Diese Bezeichnung wird rot, wenn irgendein Empfänger einen Betrag kleiner als die derzeitige "Staubgrenze" erhält. - Can vary +/- 1 byte per input. - Kann um +/- 1 Byte pro Eingabe variieren. - - - Transactions with higher priority are more likely to get included into a block. - Transaktionen mit höherer Priorität haben eine größere Chance in einen Block aufgenommen zu werden. + Can vary +/- %1 satoshi(s) per input. + Kann pro Eingabe um +/- %1 Satoshi(s) abweichen. (no label) @@ -812,17 +741,17 @@ Edit sending address Zahlungsadresse bearbeiten - - The entered address "%1" is already in the address book. - Die eingegebene Adresse "%1" befindet sich bereits im Adressbuch. - The entered address "%1" is not a valid Bitcoin address. Die eingegebene Adresse "%1" ist keine gültige Blackcoin-Adresse. + + The entered address "%1" is already in the address book. + Die eingegebene Adresse "%1" befindet sich bereits im Adressbuch. + Could not unlock wallet. - Wallet konnte nicht entsperrt werden. + Brieftasche konnte nicht entsperrt werden. New key generation failed. @@ -854,10 +783,6 @@ HelpMessageDialog - - Bitcoin Core - Blackcoin More - version Version @@ -867,8 +792,8 @@ (%1-Bit) - About Bitcoin Core - Über Blackcoin More + About %1 + Über %1 Command-line options @@ -892,7 +817,7 @@ Set language, for example "de_DE" (default: system locale) - Sprache einstellen, zum Beispiel "de_DE" (default: system locale) + Sprache einstellen, zum Beispiel "de_DE" (Standard: Systemgebietsschema) Start minimized @@ -900,14 +825,14 @@ Set SSL root certificates for payment request (default: -system-) - SSL-Wurzelzertifikate für Zahlungsanforderungen festlegen (Standard: -system-) + SSL-Wurzelzertifikate für Zahlungsanforderungen festlegen (Standard: Systemstandard) Show splash screen on startup (default: %u) Startbildschirm beim Starten anzeigen (Standard: %u) - Reset all settings changes made over the GUI + Reset all settings changed in the GUI Setze alle Einstellungen zurück, die über die grafische Oberfläche geändert wurden. @@ -918,16 +843,16 @@ Willkommen - Welcome to Bitcoin Core. - Willkommen zu Blackcoin More. + Welcome to %1. + Willkommen zu %1. - As this is the first time the program is launched, you can choose where Bitcoin Core will store its data. - Da Sie das Programm gerade zum ersten Mal starten, können Sie nun auswählen wo Blackcoin More seine Daten ablegen soll. + As this is the first time the program is launched, you can choose where %1 will store its data. + Da Sie das Programm gerade zum ersten Mal starten, können Sie nun auswählen wo %1 seine Daten ablegen wird. - Bitcoin Core will download and store a copy of the Bitcoin block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Blackcoin More wird eine Kopie der Blockkette herunterladen und speichern. Mindestens %1GB Daten werden in diesem Verzeichnis abgelegt und die Datenmenge wächst über die Zeit an. Auch die Wallet wird in diesem Verzeichnis abgelegt. + %1 will download and store a copy of the Bitcoin block chain. At least %2GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + %1 wird eine Kopie der Blockkette herunterladen und speichern. Mindestens %2GB Daten werden in diesem Verzeichnis abgelegt und die Datenmenge wächst über die Zeit an. Auch die Wallet wird in diesem Verzeichnis abgelegt. Use the default data directory @@ -937,10 +862,6 @@ Use a custom data directory: Ein benutzerdefiniertes Datenverzeichnis verwenden: - - Bitcoin Core - Blackcoin More - Error: Specified data directory "%1" cannot be created. Fehler: Angegebenes Datenverzeichnis "%1" kann nicht angelegt werden. @@ -958,6 +879,57 @@ (von benötigtem %n GB)(von benötigten %n GB) + + ModalOverlay + + Form + Formular + + + Recent transactions may not yet be visible, and therefore your wallet's balance might be incorrect. This information will be correct once your wallet has finished synchronizing with the bitcoin network, as detailed below. + Neueste Transaktionen werden eventuell noch nicht angezeigt, daher könnte Ihr Kontostand veraltet sein. Er wird korrigiert, sobald Ihr Wallet die Synchronisation mit dem Blackcoin-Netzwerk erfolgreich abgeschlossen. Details dazu finden sich weiter unten. + + + Attempting to spend bitcoins that are affected by not-yet-displayed transactions will not be accepted by the network. + Versuche, Blackcoins aus noch nicht angezeigten Transaktionen auszugeben, werden vom Netzwerk nicht akzeptiert. + + + Number of blocks left + Anzahl verbleibender Blöcke + + + Unknown... + Unbekannt... + + + Last block time + Letzte Blockzeit + + + Progress + Fortschritt + + + Progress increase per hour + Fortschritt pro Stunde + + + calculating... + berechne... + + + Estimated time left until synced + Abschätzung der verbleibenden Zeit bis synchronisiert + + + Hide + Ausblenden + + + Unknown. Syncing Headers (%1)... + Unbekannt. Synchronisiere Headers (%1)... + + OpenURIDialog @@ -991,6 +963,14 @@ &Main &Allgemein + + Automatically start %1 after logging in to the system. + %1 nach der Anmeldung am System automatisch ausführen. + + + &Start %1 on system login + &Starte %1 nach Systemanmeldung + Size of &database cache Größe des &Datenbankcaches @@ -1019,10 +999,6 @@ Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu. Minimiert die Anwendung anstatt sie zu beenden wenn das Fenster geschlossen wird. Wenn dies aktiviert ist, müssen Sie die Anwendung über "Beenden" im Menü schließen. - - The user interface language can be set here. This setting will take effect after restarting Bitcoin Core. - Legt die Sprache der Benutzeroberfläche fest. Diese Einstellung wird erst nach einem Neustart von Blackcoin More aktiv. - 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 |. Externe URLs (z.B. ein Block-Explorer), die im Kontextmenü des Transaktionsverlaufs eingefügt werden. In der URL wird %s durch den Transaktionshash ersetzt. Bei Angabe mehrerer URLs müssen diese durch "|" voneinander getrennt werden. @@ -1047,14 +1023,6 @@ &Network &Netzwerk - - Automatically start Bitcoin Core after logging in to the system. - Blackcoin More nach der Anmeldung am System automatisch starten. - - - &Start Bitcoin Core on system login - &Blackcoin More nach Systemanmeldung starten - (0 = auto, <0 = leave that many cores free) (0 = automatisch, <0 = so viele Kerne frei lassen) @@ -1139,6 +1107,14 @@ &Window &Programmfenster + + &Hide the icon from the system tray. + &Das Icon im System Tray verstecken. + + + Hide tray icon + Tray Icon verstecken + Show only a tray icon after minimizing the window. Nur ein Symbol im Infobereich anzeigen, nachdem das Programmfenster minimiert wurde. @@ -1159,6 +1135,10 @@ User Interface &language: &Sprache der Benutzeroberfläche: + + The user interface language can be set here. This setting will take effect after restarting %1. + Die Benutzeroberflächensprache kann hier festgelegt werden. Diese Einstellung wird nach einem Neustart von %1 wirksam werden. + &Unit to show amounts in: &Einheit der Beträge: @@ -1285,42 +1265,26 @@ PaymentServer - - URI handling - URI-Verarbeitung - - - Invalid payment address %1 - Ungültige Zahlungsadresse %1 - - - Payment request rejected - Zahlungsanforderung abgelehnt - - - Payment request network doesn't match client network. - Netzwerk der Zahlungsanforderung stimmt nicht mit dem Client-Netzwerk überein. - - - Payment request is not initialized. - Zahlungsanforderung ist nicht initialisiert. - - - Requested payment amount of %1 is too small (considered dust). - Angeforderter Zahlungsbetrag in Höhe von %1 ist zu niedrig und wurde als "Dust" eingestuft. - Payment request error fehlerhafte Zahlungsanforderung Cannot start bitcoin: click-to-pay handler - "blackcoin: Klicken-zum-Bezahlen"-Handler konnte nicht gestartet werden + Kann Blackcoin nicht starten: Klicken-zum-Bezahlen-Handler + + + URI handling + URI-Verarbeitung Payment request fetch URL is invalid: %1 Abruf-URL der Zahlungsanforderung ist ungültig: %1 + + Invalid payment address %1 + Ungültige Zahlungsadresse %1 + URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. URI kann nicht analysiert werden! Dies kann durch eine ungültige Blackcoin-Adresse oder fehlerhafte URI-Parameter verursacht werden. @@ -1333,10 +1297,22 @@ Payment request file cannot be read! This can be caused by an invalid payment request file. Zahlungsanforderungsdatei kann nicht gelesen werden! Dies kann durch eine ungültige Zahlungsanforderungsdatei verursacht werden. + + Payment request rejected + Zahlungsanforderung abgelehnt + + + Payment request network doesn't match client network. + Netzwerk der Zahlungsanforderung stimmt nicht mit dem Client-Netzwerk überein. + Payment request expired. Zahlungsanforderung abgelaufen. + + Payment request is not initialized. + Zahlungsanforderung ist nicht initialisiert. + Unverified payment requests to custom payment scripts are unsupported. Unverifizierte Zahlungsanforderungen an benutzerdefinierte Zahlungsskripte werden nicht unterstützt. @@ -1345,6 +1321,10 @@ Invalid payment request. Ungültige Zahlungsanforderung. + + Requested payment amount of %1 is too small (considered dust). + Angeforderter Zahlungsbetrag in Höhe von %1 ist zu niedrig und wurde als "Staub" eingestuft. + Refund from %1 Rücküberweisung von %1 @@ -1365,14 +1345,14 @@ Bad response from server %1 Fehlerhafte Antwort vom Server: %1 - - Payment acknowledged - Zahlung bestätigt - Network request error fehlerhafte Netzwerkanfrage + + Payment acknowledged + Zahlung bestätigt + PeerTableModel @@ -1385,8 +1365,12 @@ Knoten/Dienst - Ping Time - Pingzeit + NodeId + Knoten Identität + + + Ping + Ping @@ -1427,6 +1411,49 @@ %1 ms %1 ms + + %n second(s) + %n Sekunde%n Sekunde(n) + + + %n minute(s) + %n Minute%n Minute(n) + + + %n hour(s) + %n Stunde%n Stunden + + + %n day(s) + %n Tag%n Tage + + + %n week(s) + %n Woche%n Wochen + + + %1 and %2 + %1 und %2 + + + %1 didn't yet exit safely... + %1 wurde noch nicht sicher beendet... + + + + QObject::QObject + + Error: Specified data directory "%1" does not exist. + Fehler: Angegebenes Datenverzeichnis "%1" existiert nicht. + + + Error: Cannot parse configuration file: %1. Only use key=value syntax. + Fehler: Konfigurationsdatei kann nicht analysiert werden: %1. Bitte nur "Schlüssel=Wert"-Syntax verwenden. + + + Error: %1 + Fehler: %1 + QRImageWidget @@ -1449,10 +1476,6 @@ RPCConsole - - Client name - Clientname - N/A k.A. @@ -1473,14 +1496,14 @@ General Allgemein - - Using OpenSSL version - Verwendete OpenSSL-Version - Using BerkeleyDB version Verwendete BerkeleyDB-Version + + Datadir + Datenverzeichnis + Startup time Startzeit @@ -1517,10 +1540,6 @@ Memory usage Speichernutzung - - Open the Bitcoin Core debug log file from the current data directory. This can take a few seconds for large log files. - Öffnet die "Blackcoin More"-Debugprotokolldatei aus dem aktuellen Datenverzeichnis. Dies kann bei großen Protokolldateien einige Sekunden dauern. - Received Empfangen @@ -1569,6 +1588,18 @@ User Agent User-Agent + + Open the %1 debug log file from the current data directory. This can take a few seconds for large log files. + Öffnet die %1-Debugprotokolldatei aus dem aktuellen Datenverzeichnis. Dies kann bei großen Protokolldateien einige Sekunden dauern. + + + Decrease font size + Schrift verkleinern + + + Increase font size + Schrift vergrößern + Services Dienste @@ -1601,6 +1632,10 @@ Ping Wait Ping Wartezeit + + Min Ping + Minimaler Ping + Time Offset Zeitversatz @@ -1637,10 +1672,6 @@ Out: ausgehend: - - Build date - Erstellungsdatum - Debug log file Debugprotokolldatei @@ -1649,14 +1680,6 @@ Clear console Konsole zurücksetzen - - &Disconnect Node - Knoten &trennen - - - Ban Node for - Knoten gebannt für - 1 &hour 1 &Stunde @@ -1674,12 +1697,20 @@ 1 &Jahr - &Unban Node + &Disconnect + &Trennen + + + Ban for + Banne für + + + &Unban &Node entsperren - Welcome to the Bitcoin Core RPC console. - Willkommen in der "Blackcoin More"-RPC-Konsole. + Welcome to the %1 RPC console. + Willkommen in der %1 RPC Konsole. Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -1689,6 +1720,14 @@ Type <b>help</b> for an overview of available commands. Bitte <b>help</b> eingeben, um eine Übersicht verfügbarer Befehle zu erhalten. + + WARNING: Scammers have been active, telling users to type commands here, stealing their wallet contents. Do not use this console without fully understanding the ramification of a command. + WARNUNG: Betrüger versuchen aktiv Nutzer dazu zu bringen Kommandos hier auszuführen um die Wallet Inhalte zu stehlen. Diese Konsole sollte nicht benutzt werden ausser man kennt die möglichen Folgen des Kommandos. + + + Network activity disabled + Netzwerkaktivität deaktiviert + %1 B %1 B @@ -1808,6 +1847,10 @@ Remove Entfernen + + Copy URI + &URI kopieren + Copy label Bezeichnung kopieren @@ -1890,10 +1933,6 @@ Message Nachricht - - Amount - Betrag - (no label) (keine Bezeichnung) @@ -1903,8 +1942,12 @@ (keine Nachricht) - (no amount) - (kein Betrag) + (no amount requested) + (kein Betrag angefordert) + + + Requested + Angefordert @@ -1941,10 +1984,6 @@ Amount: Betrag: - - Priority: - Priorität: - Fee: Gebühr: @@ -2013,10 +2052,6 @@ (Smart fee not initialized yet. This usually takes a few blocks...) (Intelligente Gebührenlogik ist noch nicht verfügbar. Normalerweise dauert dies einige Blöcke lang...) - - Confirmation time: - Bestätigungszeit: - normal normal @@ -2025,14 +2060,6 @@ fast schnell - - Send as zero-fee transaction if possible - Wenn möglich als gebührenfreie Transaktion senden - - - (confirmation may take longer) - (Bestätigung kann länger dauern) - Send to multiple recipients at once An mehrere Empfänger auf einmal überweisen @@ -2049,6 +2076,10 @@ Dust: "Dust": + + Confirmation time target: + Gewünschte Bestätigungszeit: + Clear &All &Zurücksetzen @@ -2065,14 +2096,6 @@ S&end &Überweisen - - Confirm send coins - Überweisung bestätigen - - - %1 to %2 - %1 an %2 - Copy quantity Anzahl kopieren @@ -2094,13 +2117,25 @@ Byte kopieren - Copy priority - Priorität kopieren + Copy dust + "Staub" kopieren Copy change Wechselgeld kopieren + + %1 to %2 + %1 an %2 + + + Are you sure you want to send? + Wollen Sie die Überweisung ausführen? + + + added as transaction fee + als Transaktionsgebühr hinzugefügt + Total Amount %1 Gesamtbetrag %1 @@ -2109,6 +2144,14 @@ or oder + + Confirm send coins + Überweisung bestätigen + + + The recipient address is not valid. Please recheck. + Die Zahlungsadresse ist ungültig, bitte nochmals überprüfen. + The amount to pay must be larger than 0. Der zu zahlende Betrag muss größer als 0 sein. @@ -2121,13 +2164,17 @@ The total exceeds your balance when the %1 transaction fee is included. Der angegebene Betrag übersteigt aufgrund der Transaktionsgebühr in Höhe von %1 Ihren Kontostand. + + Duplicate address found: addresses should only be used once each. + Doppelte Adresse entdeckt: Adressen dürfen jeweils nur einmal vorkommen. + Transaction creation failed! Transaktionserstellung fehlgeschlagen! - 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. - Die Transaktion wurde abgelehnt! Dies kann passieren, wenn einige Blackcoins aus Ihrer Wallet bereits ausgegeben wurden. Beispielsweise weil Sie eine Kopie Ihrer wallet.dat genutzt, die Blackcoins dort ausgegeben haben und dies daher in der derzeit aktiven Wallet nicht vermerkt ist. + The transaction was rejected with the following reason: %1 + Die Transaktion wurde aus folgendem Grund abgelehnt: %1 A fee higher than %1 is considered an absurdly high fee. @@ -2137,6 +2184,10 @@ Payment request expired. Zahlungsanforderung abgelaufen. + + %n block(s) + %n Block%n Blöcke + Pay only the required fee of %1 Nur die notwendige Gebühr in Höhe von %1 zahlen @@ -2145,37 +2196,25 @@ Estimated to begin confirmation within %n block(s). Voraussichtlicher Beginn der Bestätigung innerhalb von %n Block.Voraussichtlicher Beginn der Bestätigung innerhalb von %n Blöcken. - - The recipient address is not valid. Please recheck. - Die Zahlungsadresse ist ungültig, bitte nochmals überprüfen. - - - Duplicate address found: addresses should only be used once each. - Doppelte Adresse entdeckt: Adressen dürfen jeweils nur einmal vorkommen. - Warning: Invalid Bitcoin address Warnung: Ungültige Blackcoin-Adresse - - (no label) - (keine Bezeichnung) - Warning: Unknown change address Warnung: Unbekannte Wechselgeld-Adresse - Copy dust - "Dust" kopieren + Confirm custom change address + Bestätige benutzerdefinierte Wechselgeld-Adresse - Are you sure you want to send? - Wollen Sie die Überweisung ausführen? + The address you selected for change is not part of this wallet. Any or all funds in your wallet may be sent to this address. Are you sure? + Die ausgewählte Wechselgeld-Adresse ist nicht Bestandteil dieses Wallets. Einige oder alle Mittel aus Ihrem Wallet könnten an diese Adresse gesendet werden. Wollen Sie das wirklich? - added as transaction fee - als Transaktionsgebühr hinzugefügt + (no label) + (keine Bezeichnung) @@ -2188,10 +2227,6 @@ Pay &To: E&mpfänger: - - Enter a label for this address to add it to your address book - Adressbezeichnung eingeben (diese wird zusammen mit der Adresse dem Adressbuch hinzugefügt) - &Label: &Bezeichnung: @@ -2260,12 +2295,23 @@ Memo: Memo: + + Enter a label for this address to add it to your address book + Geben Sie eine Bezeichnung für diese Adresse ein, um sie zu Ihrem Adressbuch hinzuzufügen + + + + SendConfirmationDialog + + Yes + Ja + ShutdownWindow - Bitcoin Core is shutting down... - Blackcoin More wird beendet... + %1 is shutting down... + %1 wird beendet... Do not shut down the computer until this window disappears. @@ -2413,14 +2459,6 @@ SplashScreen - - Bitcoin Core - Blackcoin More - - - The Bitcoin Core developers - Die "Blackcoin More"-Entwickler - [testnet] [Testnetz] @@ -2435,18 +2473,38 @@ TransactionDesc + + Open for %n more block(s) + Offen für %n weiteren BlockOffen für %n weitere Blöcke + Open until %1 Offen bis %1 - conflicted - in Konflikt stehend + conflicted with a transaction with %1 confirmations + steht im Konflikt mit einer Transaktion mit %1 Bestätigungen %1/offline %1/offline + + 0/unconfirmed, %1 + %1/unbestätigt + + + in memory pool + im Speicherpool + + + not in memory pool + nicht im Speicherpool + + + abandoned + eingestellt + %1/unconfirmed %1/unbestätigt @@ -2459,6 +2517,10 @@ Status Status + + , has not been successfully broadcast yet + , wurde noch nicht erfolgreich übertragen + , broadcast through %n node(s) , über %n Knoten übertragen, über %n Knoten übertragen @@ -2479,6 +2541,10 @@ From Von + + unknown + unbekannt + To An @@ -2537,7 +2603,15 @@ Transaction ID - Transaktions-ID + Transaktionskennung + + + Transaction total size + Gesamte Transaktionsgröße + + + Output index + Ausgabeindex Merchant @@ -2571,29 +2645,17 @@ false falsch - - , has not been successfully broadcast yet - , wurde noch nicht erfolgreich übertragen - - - Open for %n more block(s) - Offen für %n weiteren BlockOffen für %n weitere Blöcke - - - unknown - unbekannt - TransactionDescDialog - - Transaction details - Transaktionsdetails - This pane shows a detailed description of the transaction Dieser Bereich zeigt eine detaillierte Beschreibung der Transaktion an + + Details for %1 + Details für %1 + TransactionTableModel @@ -2606,8 +2668,8 @@ Typ - Immature (%1 confirmations, will be available after %2) - Unreif (%1 Bestätigungen, wird verfügbar sein nach %2) + Label + Bezeichnung Open for %n more block(s) @@ -2617,38 +2679,42 @@ Open until %1 Offen bis %1 - - Confirmed (%1 confirmations) - Bestätigt (%1 Bestätigungen) - - - This block was not received by any other nodes and will probably not be accepted! - Dieser Block wurde von keinem anderen Knoten empfangen und wird wahrscheinlich nicht angenommen werden! - - - Generated but not accepted - Erzeugt, jedoch nicht angenommen - Offline Offline - - Label - Bezeichnung - Unconfirmed Unbestätigt + + Abandoned + Eingestellt + Confirming (%1 of %2 recommended confirmations) Wird bestätigt (%1 von %2 empfohlenen Bestätigungen) + + Confirmed (%1 confirmations) + Bestätigt (%1 Bestätigungen) + Conflicted in Konflikt stehend + + Immature (%1 confirmations, will be available after %2) + Unreif (%1 Bestätigungen, wird verfügbar sein nach %2) + + + This block was not received by any other nodes and will probably not be accepted! + Dieser Block wurde vom Netzwerk nicht angenommen und wird wahrscheinlich nicht bestätigt werden! + + + Generated but not accepted + Generiert, aber nicht akzeptiert + Received with Empfangen über @@ -2677,13 +2743,17 @@ (n/a) (k.A.) + + (no label) + (keine Bezeichnung) + Transaction status. Hover over this field to show number of confirmations. - Transaktionsstatus, fahren Sie mit der Maus über dieses Feld, um die Anzahl der Bestätigungen zu sehen. + Transaktionsstatus. Fahren Sie mit der Maus über dieses Feld, um die Anzahl der Bestätigungen zu sehen. Date and time that the transaction was received. - Datum und Uhrzeit zu der die Transaktion empfangen wurde. + Datum und Zeit als die Transaktion empfangen wurde. Type of transaction. @@ -2730,7 +2800,7 @@ Range... - Zeitraum + Zeitraum... Received with @@ -2758,7 +2828,11 @@ Min amount - Minimaler Betrag + Mindestbetrag + + + Abandon transaction + Transaktion einstellen Copy address @@ -2774,11 +2848,15 @@ Copy transaction ID - Transaktions-ID kopieren + Transaktionskennung kopieren Copy raw transaction - Kopiere rohe Transaktion + Rohe Transaktion kopieren + + + Copy full transaction details + Vollständige Transaktionsdetails kopieren Edit label @@ -2792,26 +2870,6 @@ Export Transaction History Transaktionsverlauf exportieren - - Watch-only - Beobachtet - - - Exporting Failed - Exportieren fehlgeschlagen - - - There was an error trying to save the transaction history to %1. - Beim Speichern des Transaktionsverlaufs nach %1 ist ein Fehler aufgetreten. - - - Exporting Successful - Exportieren erfolgreich - - - The transaction history was successfully saved to %1. - Speichern des Transaktionsverlaufs nach %1 war erfolgreich. - Comma separated file (*.csv) Kommagetrennte-Datei (*.csv) @@ -2820,6 +2878,10 @@ Confirmed Bestätigt + + Watch-only + Nur beobachten + Date Datum @@ -2840,6 +2902,22 @@ ID ID + + Exporting Failed + Exportieren fehlgeschlagen + + + There was an error trying to save the transaction history to %1. + Beim Speichern des Transaktionsverlaufs nach %1 ist ein Fehler aufgetreten. + + + Exporting Successful + Exportieren erfolgreich + + + The transaction history was successfully saved to %1. + Speichern des Transaktionsverlaufs nach %1 war erfolgreich. + Range: Zeitraum: @@ -2896,14 +2974,14 @@ There was an error trying to save the wallet data to %1. Beim Speichern der Wallet-Daten nach %1 ist ein Fehler aufgetreten. - - The wallet data was successfully saved to %1. - Speichern der Wallet-Daten nach %1 war erfolgreich. - Backup Successful Sicherung erfolgreich + + The wallet data was successfully saved to %1. + Speichern der Wallet-Daten nach %1 war erfolgreich. + bitcoin-core @@ -2927,25 +3005,33 @@ Accept command line and JSON-RPC commands Kommandozeilen- und JSON-RPC-Befehle annehmen + + Accept connections from outside (default: 1 if no -proxy or -connect/-noconnect) + Eingehende Verbindungen annehmen (Standard: 1, wenn nicht -proxy oder -connect/-noconnect) + + + Connect only to the specified node(s); -noconnect or -connect=0 alone to disable automatic connections + Verbindungen nur zu spezifizierten Node(s); verwenden Sie -noconnect oder -connect=0 alleine um automatische Verbindungen zu deaktivieren + + + Distributed under the MIT software license, see the accompanying file %s or %s + Veröffentlicht unter der MIT-Softwarelizenz, siehe beiligende Datei %s oder %s. + If <category> is not supplied or if <category> = 1, output all debugging information. Wenn <category> nicht angegeben wird oder <category>=1, jegliche Debugginginformationen ausgeben. - - Maximum total fees (in %s) to use in a single wallet transaction; setting this too low may abort large transactions (default: %s) - Maximale Gesamtgebühr (in %s) in einer Börsentransaktion; wird dies zu niedrig gesetzten können große Transaktionen abgebrochen werden (Standard: %s) - - - Please check that your computer's date and time are correct! If your clock is wrong Bitcoin Core will not work properly. - Bitte korrigieren Sie die Datums- und Uhrzeiteinstellungen Ihres Computers, da Blackcoin More ansonsten nicht ordnungsgemäß funktionieren wird. - Prune configured below the minimum of %d MiB. Please use a higher number. Kürzungsmodus wurde kleiner als das Minimum in Höhe von %d MiB konfiguriert. Bitte verwenden Sie einen größeren Wert. - Reduce storage requirements by pruning (deleting) old blocks. This mode is incompatible with -txindex and -rescan. Warning: Reverting this setting requires re-downloading the entire blockchain. (default: 0 = disable pruning blocks, >%u = target size in MiB to use for block files) - Speicherplatzanforderung durch kürzen (löschen) alter Blöcke reduzieren. Dieser Modus ist nicht mit -txindex und -rescan kompatibel. Warnung: Die Umkehr dieser Einstellung erfordert das erneute Herunterladen der gesamten Blockkette. (Standard: 0 = deaktiviert das Kürzen von Blöcken, >%u = Zielgröße in MiB, die für Blockdateien verwendet werden darf) + Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node) + Prune (Kürzung): Die letzte Syncronisation der Wallet liegt vor gekürzten (gelöschten) Blöcken. Es ist ein -reindex (download der gesamten Blockkette) notwendig. + + + Rescans are not possible in pruned mode. You will need to use -reindex which will download the whole blockchain again. + Rescans sind im pruned mode nicht möglich. Ein -reindex ist notwendig, welcher die gesmate Blockkette erneut herunterlädt. Error: A fatal internal error occurred, see debug.log for details @@ -2968,25 +3054,73 @@ Kann HTTP Server nicht starten. Siehe debug log für Details. - Accept connections from outside (default: 1 if no -proxy or -connect) - Eingehende Verbindungen annehmen (Standard: 1, wenn nicht -proxy oder -connect) + Bitcoin Core + Blackcoin More + + + The %s developers + Die %s-Entwickler + + + A fee rate (in %s/kB) that will be used when fee estimation has insufficient data (default: %s) + Eine Transaktionsgebühr (in %s/kB) wird genutzt, wenn für die Gebührenschützung zu wenig Daten vorliegen (Standardwert: %s) + + + Accept relayed transactions received from whitelisted peers even when not relaying transactions (default: %d) + Geben Sie immer die Transaktionen, die Sie von freigegebenen Peers erhalten haben, weiter (Voreinstellung: %d) Bind to given address and always listen on it. Use [host]:port notation for IPv6 An die angegebene Adresse binden und immer abhören. Für IPv6 "[Host]:Port"-Notation verwenden + + Cannot obtain a lock on data directory %s. %s is probably already running. + Datenverzeichnis %s kann nicht gesperrt werden. Evtl. wurde %s bereits gestartet. + Delete all wallet transactions and only recover those parts of the blockchain through -rescan on startup Alle Wallet-Transaktionen löschen und nur diese Teilbereiche der Blockkette durch -rescan beim Starten wiederherstellen - Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. - Veröffentlicht unter der MIT-Softwarelizenz, siehe beiligende Datei COPYING oder <http://www.opensource.org/licenses/mit-license.php>. + Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect. + Lesen von %s fehlgeschlagen! Alle Schlüssel wurden korrekt gelesen, Transaktionsdaten bzw. Adressbucheinträge fehlen aber möglicherweise oder sind inkorrekt. Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) Befehl ausführen wenn sich eine Wallet-Transaktion verändert (%s im Befehl wird durch die Transaktions-ID ersetzt) + + Extra transactions to keep in memory for compact block reconstructions (default: %u) + Zusätzliche Transaktionen für kompakten Block-Nachbau im Speicher vorhalten (default: %u) + + + If this block is in the chain assume that it and its ancestors are valid and potentially skip their script verification (0 to verify all, default: %s, testnet: %s) + Sofern dieser Block Bestandteil der Blockchain ist, nehme an das er und seine Vorgänger gültig sind und überspringe ggf. dessen Skriptverifikation (0 um alle zu verifizieren, default: %s, testnet: %s) + + + Maximum allowed median peer time offset adjustment. Local perspective of time may be influenced by peers forward or backward by this amount. (default: %u seconds) + Maximum allowed median peer time offset adjustment. Local perspective of time may be influenced by peers forward or backward by this amount. (default: %u seconds) + + + Maximum total fees (in %s) to use in a single wallet transaction or raw transaction; setting this too low may abort large transactions (default: %s) + Maximale Gesamtgebühr (in %s) in einer Börsentransaktion; wird dies zu niedrig gesetzten können große Transaktionen abgebrochen werden (Standard: %s) + + + Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly. + Bitte korrigieren Sie die Datums- und Uhrzeiteinstellungen Ihres Computers, da %s ansonsten nicht ordnungsgemäß funktionieren wird. + + + Please contribute if you find %s useful. Visit %s for further information about the software. + Wenn sie %s nützlich finden, sind Helfer sehr gern gesehen. Besuchen Sie %s um mehr über das Softwareprojekt zu erfahren. + + + Reduce storage requirements by enabling pruning (deleting) of old blocks. This allows the pruneblockchain RPC to be called to delete specific blocks, and enables automatic pruning of old blocks if a target size in MiB is provided. This mode is incompatible with -txindex and -rescan. Warning: Reverting this setting requires re-downloading the entire blockchain. (default: 0 = disable pruning blocks, 1 = allow manual pruning via RPC, >%u = automatically prune block files to stay under the specified target size in MiB) + Speicherplatzanforderung durch Kürzen (Pruning) alter Blöcke reduzieren. Dies erlaubt das Aufrufen des sogenannten Pruneblockchain RPC zum Löschen spezifischer Blöcke und und aktiviert das automatische Pruning alter Blöcke, sofern eine Zielgröße in MIB angegeben wird. Dieser Modus ist nicht mit -txindex und -resacan kompatibel. Warnung: Das Rücksetzen dieser Einstellung erfordert das erneute Herunterladen der gesamten Blockchain. (Standard: 0 = deaktiviert das Pruning, 1 = erlaubt manuelles Pruning via RPC, >%u = automatisches Pruning der Blockdateien, um angegebene Maximalgröße nicht zu überschreiten) + + + Set lowest fee rate (in %s/kB) for transactions to be included in block creation. (default: %s) + Niedrigste Gebühr (in %s/kB) für Transaktionen einstellen, die bei der Blockerzeugung berücksichtigt werden sollen. (default: %s) + Set the number of script verification threads (%u to %d, 0 = auto, <0 = leave that many cores free, default: %d) Maximale Anzahl an Skript-Verifizierungs-Threads festlegen (%u bis %d, 0 = automatisch, <0 = so viele Kerne frei lassen, Standard: %d) @@ -3000,20 +3134,20 @@ Dies ist eine Vorab-Testversion - Verwendung auf eigene Gefahr - nicht für Mining- oder Handelsanwendungen nutzen! - Unable to bind to %s on this computer. Bitcoin Core is probably already running. - Kann auf diesem Computer nicht an %s binden, da Blackcoin More wahrscheinlich bereits gestartet wurde. + Unable to rewind the database to a pre-fork state. You will need to redownload the blockchain + Sie müssen die Datenbank mit Hilfe von -reindex neu aufbauen, um zum ungekürzten Modus zurückzukehren. Dies erfordert, dass die gesamte Blockkette erneut heruntergeladen wird. Use UPnP to map the listening port (default: 1 when listening and no -proxy) UPnP verwenden, um eine Portweiterleitung einzurichten (Standard: 1, wenn abgehört wird und -proxy nicht gesetzt ist) - WARNING: abnormally high number of blocks generated, %d blocks received in the last %d hours (%d expected) - Warnung: Es wurde eine ungewöhnlich hohe Anzahl Blöcke erzeugt, %d Blöcke wurden in den letzten %d Stunden empfangen (%d wurden erwartet). + Username and hashed password for JSON-RPC connections. The field <userpw> comes in the format: <USERNAME>:<SALT>$<HASH>. A canonical python script is included in share/rpcuser. The client then connects normally using the rpcuser=<USERNAME>/rpcpassword=<PASSWORD> pair of arguments. This option can be specified multiple times + Benutzername und gehashtes Passwort für JSON-RPC Verbindungen. Das Feld <userpw> kommt im Format: <USERNAME>:<SALT>$<HASH>. Ein kanonisches Pythonskript ist in share/rpcuser inbegriffen. Der client benutzt wie gehabt, die rpcuser/rpcpassword Parameter. Diese Option kann mehrere Male spezifiziert werden - WARNING: check your network connection, %d blocks received in the last %d hours (%d expected) - Warnung: Überprüpfen Sie ihre Netzwerkverbindung, %d Blöcke wurden in den letzten %d Stunden empfangen (%d wurden erwartet). + Wallet will not create transactions that violate mempool chain limits (default: %u) + Das Wallet erzeugt keine Transaktionen, die das Mempool Chain Limit überschreiten (Standardeinstellung: %u) Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. @@ -3024,12 +3158,12 @@ Warnung: Wir scheinen nicht vollständig mit unseren Gegenstellen übereinzustimmen! Sie oder die anderen Knoten müssen unter Umständen Ihre Client-Software aktualisieren. - 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. - Warnung: wallet.dat beschädigt, Datenrettung erfolgreich! Original wallet.dat wurde als wallet.{Zeitstempel}.dat in %s gespeichert. Falls Ihr Kontostand oder Transaktionen nicht korrekt sind, sollten Sie von einer Datensicherung wiederherstellen. + You need to rebuild the database using -reindex-chainstate to change -txindex + Sie müssen die Datenbank mit Hilfe von -reindex-chainstate neu aufbauen, um -txindex zu verändern - Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. - Gegenstellen die sich von der angegebenen Netzmaske oder IP-Adresse aus verbinden immer zulassen. Kann mehrmals angegeben werden. + %s corrupt, salvage failed + %s beschädigt, Datenrettung fehlgeschlagen -maxmempool must be at least %d MB @@ -3039,18 +3173,38 @@ <category> can be: <category> kann sein: + + Append comment to the user agent string + Hänge ein Kommentar zur User Agent-Zeichenkette an + + + Attempt to recover private keys from a corrupt wallet on startup + Es wird versucht, private Schlüssel beim Starten aus einem beschädigtem Wallet wiederherzustellen + Block creation options: Blockerzeugungsoptionen: - Connect only to the specified node(s) - Mit nur dem oder den angegebenen Knoten verbinden + Cannot resolve -%s address: '%s' + Kann Adresse in -%s nicht auflösen: '%s' + + + Chain selection options: + Chain Auswahloptionen: + + + Change index out of range + Position des Wechselgelds außerhalb des Bereichs Connection options: Verbindungsoptionen: + + Copyright (C) %i-%i + Copyright (C) %i-%i + Corrupted block database detected Beschädigte Blockdatenbank erkannt @@ -3083,6 +3237,10 @@ Enable publish raw transaction in <address> Aktiviere das Veröffentlichen der Roh-Transaktion in <address> + + Enable transaction replacement in the memory pool (default: %u) + Maximal <n> nicht-verbindbare Transaktionen im Speicher halten (Standard: %u) + Error initializing block database Fehler beim Initialisieren der Blockdatenbank @@ -3091,6 +3249,18 @@ Error initializing wallet database environment %s! Fehler beim Initialisieren der Wallet-Datenbankumgebung %s! + + Error loading %s + Fehler beim Laden von %s + + + Error loading %s: Wallet corrupted + Fehler beim Laden von %s: Das Wallet ist beschädigt + + + Error loading %s: Wallet requires newer version of %s + Fehler beim Laden von %s: Das Wallet benötigt eine neuere Version von %s + Error loading block database Fehler beim Laden der Blockdatenbank @@ -3115,14 +3285,34 @@ Incorrect or no genesis block found. Wrong datadir for network? Fehlerhafter oder kein Genesis-Block gefunden. Falsches Datenverzeichnis für das Netzwerk? + + Initialization sanity check failed. %s is shutting down. + Initialisierungsplausibilitätsprüfung fehlgeschlagen. %s wird beendet. + Invalid -onion address: '%s' Ungültige "-onion"-Adresse: '%s' + + Invalid amount for -%s=<amount>: '%s' + Ungültiger Betrag für -%s=<amount>: '%s' + + + Invalid amount for -fallbackfee=<amount>: '%s' + Ungültiger Betrag für -fallbackfee=<amount>: '%s' + Keep the transaction memory pool below <n> megabytes (default: %u) Halten Sie den Transaktionsspeicherpool unter <n> Megabytes (Voreinstellung: %u) + + Loading banlist... + Lade Sperrliste... + + + Location of the auth cookie (default: data dir) + Dateiort für das Auth-Cookie (Standard: Datenverzeichnis) + Not enough file descriptors available. Nicht genügend Datei-Deskriptoren verfügbar. @@ -3131,6 +3321,14 @@ Only connect to nodes in network <net> (ipv4, ipv6 or onion) Nur zu Knoten des Netzwerktyps <net> verbinden (ipv4, ipv6 oder onion) + + Print this help message and exit + Drucke diese Hilfemeldung und beende + + + Print version and exit + Gibt die Versionsnummer aus und beendet das Programm + Prune cannot be configured with a negative value. Kürzungsmodus kann nicht mit einem negativen Wert konfiguriert werden. @@ -3139,6 +3337,18 @@ Prune mode is incompatible with -txindex. Kürzungsmodus ist nicht mit -txindex kompatibel. + + Rebuild chain state and block index from the blk*.dat files on disk + Blockkettenindex aus aktuellen Dateien blk000??.dat beim Starten wiederaufbauen + + + Rebuild chain state from the currently indexed blocks + Blockkettenindex aus aktuellen Dateien blk000??.dat wiederaufbauen + + + Rewinding blocks... + Verifiziere Blöcke... + Set database cache size in megabytes (%d to %d, default: %d) Größe des Datenbankcaches in Megabyte festlegen (%d bis %d, Standard: %d) @@ -3151,6 +3361,14 @@ Specify wallet file (within data directory) Wallet-Datei angeben (innerhalb des Datenverzeichnisses) + + The source code is available from %s. + Der Quellcode ist von %s verfügbar. + + + Unable to bind to %s on this computer. %s is probably already running. + Kann auf diesem Computer nicht an %s binden. Evtl. wurde %s bereits gestartet. + Unsupported argument -benchmark ignored, use -debug=bench. Nicht unterstütztes Argument -benchmark wurde ignoriert, bitte -debug=bench verwenden. @@ -3167,6 +3385,10 @@ Use UPnP to map the listening port (default: %u) UPnP verwenden, um eine Portweiterleitung einzurichten (Standard: %u) + + Use the test chain + Die Testchain verwenden + User Agent comment (%s) contains unsafe characters. Der User Agent Kommentar (%s) enthält unsichere Zeichen. @@ -3183,18 +3405,18 @@ Wallet %s resides outside data directory %s Wallet %s liegt außerhalb des Datenverzeichnisses %s + + Wallet debugging/testing options: + Wallet Debugging-/Testoptionen: + + + Wallet needed to be rewritten: restart %s to complete + Wallet musste neu geschrieben werden: starten Sie %s zur Fertigstellung neu + Wallet options: Wallet-Optionen: - - Warning: This version is obsolete; upgrade required! - Warnung: Diese Version is veraltet, Aktualisierung erforderlich! - - - You need to rebuild the database using -reindex to change -txindex - Sie müssen die Datenbank mit Hilfe von -reindex neu aufbauen, um -txindex zu verändern - 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-Verbindungen von der angegeben Quelle erlauben. Gültig für <ip> ist eine einzelne IP-Adresse (z.B. 1.2.3.4), ein Netzwerk bzw. eine Netzmaske (z.B. 1.2.3.4/255.255.255.0), oder die CIDR-Notation (z.B. 1.2.3.4/24). Kann mehrmals angegeben werden. @@ -3207,10 +3429,6 @@ 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) An die angegebene Adresse binden und nach eingehenden JSON-RPC-Verbindungen abhören. Für IPv6 "[Host]:Port"-Notation verwenden. Kann mehrmals angegeben werden. (Standard: an alle Schnittstellen binden) - - Cannot obtain a lock on data directory %s. Bitcoin Core is probably already running. - Datenverzeichnis %s kann nicht gesperrt werden, da Blackcoin More wahrscheinlich bereits gestartet wurde. - Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) Neue Dateien mit Standard-Systemrechten erzeugen, anstatt mit umask 077 (nur mit deaktivierter Walletfunktion nutzbar) @@ -3243,10 +3461,6 @@ Maximum size of data in data carrier transactions we relay and mine (default: %u) Maximale Datengröße in "Data Carrier"-Transaktionen die weitergeleitet und erarbeitet werden (Standard: %u) - - Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect) - Adressen von Gegenstellen via DNS-Namensauflösung finden, falls zu wenige Adressen verfügbar sind (Standard: 1, außer bei -connect) - Randomize credentials for every proxy connection. This enables Tor stream isolation (default: %u) Zufällige Anmeldedaten für jede Proxyverbindung verwenden. Dies aktiviert Tor-Datenflussisolation (Standard: %u) @@ -3255,17 +3469,13 @@ Set maximum size of high-priority/low-fee transactions in bytes (default: %d) Maximale Größe in Byte von "high-priority/low-fee"-Transaktionen festlegen (Standard: %d) - - Set the number of threads for coin generation if enabled (-1 = all cores, default: %d) - Maximale Anzahl an Threads zur Blackcoinerzeugung, wenn aktiviert, festlegen (-1 = alle Kerne, Standard: %d) - The transaction amount is too small to send after the fee has been deducted Der Transaktionsbetrag ist zum senden zu niedrig, nachdem die Gebühr abgezogen wurde. - 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. - Dieses Produkt enthält Software, die vom OpenSSL-Projekt zur Verwendung im OpenSSL-Toolkit <https://www.openssl.org/> entwickelt wird, sowie von Eric Young geschriebene kryptographische Software und von Thomas Bernard geschriebene UPnP-Software. + Use hierarchical deterministic key generation (HD) after BIP32. Only has effect during wallet creation/first start + Use hierarchical deterministic key generation (HD) after BIP32. Only has effect during wallet creation/first start 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 @@ -3283,38 +3493,14 @@ Accept public REST requests (default: %u) Öffentliche REST-Anfragen annehmen (Standard: %u) - - Activating best chain... - Aktiviere beste Blockkette... - - - Always relay transactions received from whitelisted peers (default: %d) - Geben Sie immer die Transaktionen, die Sie von freigegebenen Peers erhalten haben, weiter (Voreinstellung: %d) - - - Attempt to recover private keys from a corrupt wallet.dat on startup - Versuchen, private Schlüssel beim Starten aus einer beschädigten wallet.dat wiederherzustellen - Automatically create Tor hidden service (default: %d) Automatisch versteckten Tor-Dienst erstellen (Standard: %d) - - Cannot resolve -whitebind address: '%s' - Kann Adresse in -whitebind nicht auflösen: '%s' - Connect through SOCKS5 proxy Über einen SOCKS5-Proxy &verbinden - - Copyright (C) 2009-%i The Bitcoin Core Developers - Urheberrecht (C) 2018-%i Die "Blackcoin More"-Entwickler - - - Error loading wallet.dat: Wallet requires newer version of Bitcoin Core - Fehler beim Laden von wallet.dat: Wallet benötigt neuere Version von Blackcoin More - Error reading from database, shutting down. Fehler beim lesen der Datenbank, Ausführung wird beendet. @@ -3327,22 +3513,6 @@ Information Hinweis - - Initialization sanity check failed. Bitcoin Core is shutting down. - Initialisierungsplausibilitätsprüfung fehlgeschlagen. Blackcoin More wird beendet. - - - Invalid amount for -maxtxfee=<amount>: '%s' - Ungültiger Betrag für -maxtxfee=<amount>: '%s' - - - Invalid amount for -minrelaytxfee=<amount>: '%s' - Ungültiger Betrag für -minrelaytxfee=<amount>: '%s' - - - Invalid amount for -mintxfee=<amount>: '%s' - Ungültiger Betrag für -mintxfee=<amount>: '%s' - Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) Ungültiger Betrag für -paytxfee=<amount>: '%s' (muss mindestens %s sein) @@ -3367,14 +3537,6 @@ RPC server options: RPC-Serveroptionen: - - Rebuild block chain index from current blk000??.dat files on startup - Blockkettenindex aus aktuellen Dateien blk000??.dat beim Starten wiederaufbauen - - - Receive and display P2P network alerts (default: %u) - P2P-Netzwerk-Alarme empfangen und anzeigen (Standard: %u) - Reducing -maxconnections from %d to %d, because of system limitations. Reduziere -maxconnections von %d zu %d, aufgrund von Systemlimitierungen. @@ -3423,10 +3585,6 @@ Transaction amount too small Transaktionsbetrag zu niedrig - - Transaction amounts must be positive - Transaktionsbeträge müssen positiv sein - Transaction too large for fee policy Transaktion ist für die Gebührenrichtlinie zu groß @@ -3447,14 +3605,14 @@ Username for JSON-RPC connections Benutzername für JSON-RPC-Verbindungen - - Wallet needed to be rewritten: restart Bitcoin Core to complete - Wallet musste neu geschrieben werden: starten Sie Blackcoin More zur Fertigstellung neu - Warning Warnung + + Warning: unknown new rules activated (versionbit %i) + Warnung: Unbekannte neue Regeln aktiviert (Versionsbit %i) + Whether to operate in a blocks only mode (default: %u) Legt fest ob nur Blöcke Modus aktiv sein soll (Standard: %u) @@ -3467,10 +3625,6 @@ ZeroMQ notification options: ZeroMQ-Benachrichtigungsoptionen: - - wallet.dat corrupt, salvage failed - wallet.dat beschädigt, Datenrettung fehlgeschlagen - Password for JSON-RPC connections Passwort für JSON-RPC-Verbindungen @@ -3479,10 +3633,6 @@ Execute command when the best block changes (%s in cmd is replaced by block hash) Befehl ausführen wenn der beste Block wechselt (%s im Befehl wird durch den Hash des Blocks ersetzt) - - This help message - Dieser Hilfetext - Allow DNS lookups for -addnode, -seednode and -connect Erlaube DNS-Abfragen für -addnode, -seednode und -connect @@ -3491,10 +3641,6 @@ Loading addresses... Lade Adressen... - - Error loading wallet.dat: Wallet corrupted - Fehler beim Laden von wallet.dat: Wallet beschädigt - (1 = keep tx meta data e.g. account owner and payment request information, 2 = drop tx meta data) (1 = TX-Metadaten wie z.B. Accountbesitzer und Zahlungsanforderungsinformationen behalten, 2 = TX-Metadaten verwerfen) @@ -3503,22 +3649,22 @@ -maxtxfee is set very high! Fees this large could be paid on a single transaction. -maxtxfee ist auf einen sehr hohen Wert festgelegt! Gebühren dieser Höhe könnten für eine einzelne Transaktion bezahlt werden. - - -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. - -paytxfee ist auf einen sehr hohen Wert festgelegt! Dies ist die Gebühr die beim Senden einer Transaktion fällig wird. - Do not keep transactions in the mempool longer than <n> hours (default: %u) Die Transaktion nicht länger im Speicherpool behalten als <n> Stunden (Standard: %u) - Error reading wallet.dat! All keys read correctly, but transaction data or address book entries might be missing or incorrect. - Lesen von wallet.dat fehlgeschlagen! Alle Schlüssel wurden korrekt gelesen, Transaktionsdaten bzw. Adressbucheinträge fehlen aber möglicherweise oder sind inkorrekt. + Equivalent bytes per sigop in transactions for relay and mining (default: %u) + Maximale Datengröße in "Data Carrier"-Transaktionen die weitergeleitet und erarbeitet werden (Standard: %u) Fees (in %s/kB) smaller than this are considered zero fee for transaction creation (default: %s) Niedrigere Gebühren (in %s/Kb) als diese werden bei der Transaktionserstellung als gebührenfrei angesehen (Standard: %s) + + Force relay of transactions from whitelisted peers even if they violate local relay policy (default: %d) + Leite Transaktionen von Peers auf der Positivliste auf jeden Fall weiter, auch wenn sie die lokale Weiterleitungsregeln verletzen (Standardeinstellung: %d) + How thorough the block verification of -checkblocks is (0-4, default: %u) Legt fest, wie gründlich die Blockverifikation von -checkblocks ist (0-4, Standard: %u) @@ -3535,6 +3681,22 @@ Output debugging information (default: %u, supplying <category> is optional) Debugginginformationen ausgeben (Standard: %u, <category> anzugeben ist optional) + + Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect/-noconnect) + Adressen von Gegenstellen via DNS-Namensauflösung finden, falls zu wenige Adressen verfügbar sind (Standard: 1, außer bei -connect/-noconnect) + + + Sets the serialization of raw transaction or block hex returned in non-verbose mode, non-segwit(0) or segwit(1) (default: %d) + Setzt die Serialisierung von Rohtransaktionen oder Block Hex-Daten auf non-verbose mode, nicht-Segwit(0) oder Segwit(1) (default: %d) + + + Support filtering of blocks and transaction with bloom filters (default: %u) + Unterstütze Blöcke und Transaktionen mit Bloomfiltern zu filtern (default: %u) + + + This is the transaction fee you may pay when fee estimates are not available. + Das ist die Transaktionsgebühr, welche du zahlen müsstest, wenn die Gebührenschätzungen nicht verfügbar sind. + Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments. Gesamtlänge des Netzwerkversionstrings (%i) erreicht die maximale Länge (%i). Reduzieren Sie die Nummer oder die Größe von uacomments. @@ -3547,13 +3709,25 @@ Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported. Nicht unterstütztes Argument -socks gefunden. Das Festlegen der SOCKS-Version ist nicht mehr möglich, nur noch SOCKS5-Proxies werden unterstützt. + + Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay. + Das Argument -whitelistalwaysrelay wird nicht unterstützt und deswegen ignoriert. Benutze -whitelistrelay und/oder -whitelistforcerelay. + Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) Separaten SOCKS5-Proxy verwenden, um Gegenstellen über versteckte Tor-Dienste zu erreichen (Standard: %s) - Username and hashed password for JSON-RPC connections. The field <userpw> comes in the format: <USERNAME>:<SALT>$<HASH>. A canonical python script is included in share/rpcuser. This option can be specified multiple times - Benutzername und gehashtes Passwort für JSON-RPC Verbindungen. Das Feld <userpw> kommt im Format: <USERNAME>:<SALT>$<HASH>. Ein kanonisches Pythonskript ist in share/rpcuser inbegriffen. Diese Option kann mehrere Male spezifiziert werden + Warning: Unknown block versions being mined! It's possible unknown rules are in effect + Warnung: Unbekannte Blockversion wird durch Mining erzeugt! Es ist möglich, dass unbekannte Regeln in Kraft sind. + + + Whitelist peers connecting from the given IP address (e.g. 1.2.3.4) or CIDR notated network (e.g. 1.2.3.0/24). Can be specified multiple times. + Gegenstellen die sich von der angegebenen IP-Adresse (e.g. 1.2.3.4) oder CIDR Notation (eg. 1.2.3.0/24) aus verbinden immer zulassen. Kann mehrmals angegeben werden. + + + %s is set very high! + %s wurde sehr hoch Eingestellt! (default: %s) @@ -3563,14 +3737,6 @@ Always query for peer addresses via DNS lookup (default: %u) Adressen von Gegenstellen immer über DNS-Namensauflösung abfragen (Standard: %u) - - Error loading wallet.dat - Fehler beim Laden von wallet.dat - - - Generate coins (default: %u) - Blackcoins erzeugen (Standard: %u) - How many blocks to check at startup (default: %u, 0 = all) Wieviele Blöcke beim Starten geprüft werden sollen (Standard: %u, 0 = alle) @@ -3583,6 +3749,10 @@ Invalid -proxy address: '%s' Ungültige Adresse in -proxy: '%s' + + Keypool ran out, please call keypoolrefill first + Der Keypool ist erschöpft. Bitte rufen Sie zunächst keypoolrefill auf. + Listen for JSON-RPC connections on <port> (default: %u or testnet: %u) <port> nach JSON-RPC-Verbindungen abhören (Standard: %u oder Testnetz: %u) @@ -3619,13 +3789,17 @@ Relay non-P2SH multisig (default: %u) Nicht-"P2SH-Multisig" weiterleiten (Standard: %u) + + Send transactions with full-RBF opt-in enabled (default: %u) + Wähle alle zu sendenden Transaktionen als full-RBF (Standard: %u) + Set key pool size to <n> (default: %u) Größe des Schlüsselpools festlegen auf <n> (Standard: %u) - Set minimum block size in bytes (default: %u) - Minimale Blockgröße in Byte festlegen (Standard: %u) + Set maximum BIP141 block weight (default: %d) + Maximales BIP141 Blockgewicht festlegen (Standard: %d) Set the number of threads to service RPC calls (default: %d) @@ -3647,26 +3821,42 @@ Spend unconfirmed change when sending transactions (default: %u) Unbestätigtes Wechselgeld darf beim Senden von Transaktionen ausgegeben werden (Standard: %u) + + Starting network threads... + Netzwerk-Threads werden gestartet... + + + The wallet will avoid paying less than the minimum relay fee. + Das Wallet verhindert Zahlungen, die die Mindesttransaktionsgebühr nicht berücksichtigen. + + + This is the minimum transaction fee you pay on every transaction. + Dies ist die minimale Gebühr die beim Senden einer Transaktion fällig wird. + + + This is the transaction fee you will pay if you send a transaction. + Dies ist die Gebühr die beim Senden einer Transaktion fällig wird. + Threshold for disconnecting misbehaving peers (default: %u) Schwellenwert, um Verbindungen zu sich nicht konform verhaltenden Gegenstellen zu beenden (Standard: %u) + + Transaction amounts must not be negative + Transaktionsbeträge dürfen nicht negativ sein. + + + Transaction has too long of a mempool chain + Die Speicherpoolkette der Transaktion ist zu lang. + + + Transaction must have at least one recipient + Die Transaktion muss mindestens einen Empfänger enthalten. + Unknown network specified in -onlynet: '%s' Unbekannter Netztyp in -onlynet angegeben: '%s' - - Cannot resolve -bind address: '%s' - Kann Adresse in -bind nicht auflösen: '%s' - - - Cannot resolve -externalip address: '%s' - Kann Adresse in -externalip nicht auflösen: '%s' - - - Invalid amount for -paytxfee=<amount>: '%s' - Ungültiger Betrag für -paytxfee=<amount>: '%s' - Insufficient funds Unzureichender Kontostand diff --git a/src/qt/locale/bitcoin_el.ts b/src/qt/locale/bitcoin_el.ts index 6777961cb..61e5a1cec 100644 --- a/src/qt/locale/bitcoin_el.ts +++ b/src/qt/locale/bitcoin_el.ts @@ -8,14 +8,6 @@ AddressTableModel - - Label - Ετικέτα - - - Address - Διεύθυνση - AskPassphraseDialog @@ -31,10 +23,6 @@ Repeat new passphrase Επαναλάβετε νέο συνθηματικό - - Change passphrase - Αλλαγή συνθηματικού - BanTableModel @@ -54,31 +42,12 @@ Σφάλμα - - ClientModel - CoinControlDialog Date Ημερομηνία - - Copy address - Αντιγραφή διεύθυνσης - - - Copy amount - Αντιγραφή ποσού - - - Copy quantity - Αντιγραφή ποσότητας - - - Copy change - Αντιγραφή αλλαγής - EditAddressDialog @@ -112,6 +81,9 @@ Σφάλμα + + ModalOverlay + OpenURIDialog @@ -134,6 +106,9 @@ QObject + + QObject::QObject + QRImageWidget @@ -150,48 +125,12 @@ Remove Αφαίρεση - - Copy message - Αντιγραφή μηνύματος - - - Copy amount - Αντιγραφή ποσού - - + ReceiveRequestDialog - - Address - Διεύθυνση - - - Label - Ετικέτα - - - Message - Μήνυμα - RecentRequestsTableModel - - Date - Ημερομηνία - - - Label - Ετικέτα - - - Message - Μήνυμα - - - (no message) - (κανένα μήνυμα) - SendCoinsDialog @@ -203,18 +142,6 @@ Recommended: Συνίσταται: - - Copy quantity - Αντιγραφή ποσότητας - - - Copy amount - Αντιγραφή ποσού - - - Copy change - Αντιγραφή αλλαγής - SendCoinsEntry @@ -223,6 +150,9 @@ Μήνυμα: + + SendConfirmationDialog + ShutdownWindow @@ -237,51 +167,15 @@ TransactionDesc - - Date - Ημερομηνία - - - Message - Μήνυμα - TransactionDescDialog TransactionTableModel - - Date - Ημερομηνία - - - Label - Ετικέτα - TransactionView - - Copy address - Αντιγραφή διεύθυνσης - - - Copy amount - Αντιγραφή ποσού - - - Date - Ημερομηνία - - - Label - Ετικέτα - - - Address - Διεύθυνση - UnitDisplayStatusBarControl diff --git a/src/qt/locale/bitcoin_el_GR.ts b/src/qt/locale/bitcoin_el_GR.ts index 2f7f63a47..c24c3c569 100644 --- a/src/qt/locale/bitcoin_el_GR.ts +++ b/src/qt/locale/bitcoin_el_GR.ts @@ -25,10 +25,6 @@ C&lose Κ&λείσιμο - - &Copy Address - &Αντιγραφή διεύθυνσης - Delete the currently selected address from the list Αντιγραφη της επιλεγμενης διεύθυνσης στο πρόχειρο του συστηματος @@ -47,15 +43,11 @@ Choose the address to send coins to - Επιλογή διεύθυνσης όπου θα σταλθούν νομίσματα + Επιλέξτε διεύθυνση αποστολής των νομισμάτων σας Choose the address to receive coins with - Επιλογή διεύθυνσης απ' όπου θα ληφθούν νομίσματα - - - C&hoose - Ε&πιλογή + Επιλέξτε διεύθυνση παραλαβής νομισμάτων Sending addresses @@ -66,43 +58,31 @@ Διευθύνσεις λήψης - These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - Αυτές είναι οι Blackcoin διευθύνσεις σας για να λαμβάνετε πληρωμές. Δίνοντας μία ξεχωριστή διεύθυνση σε κάθε αποστολέα, θα μπορείτε να ελέγχετε ποιος σας πληρώνει. - - - These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Αυτές είναι οι Blackcoin διευθύνσεις σας για να λαμβάνετε πληρωμές. Δίνοντας μία ξεχωριστή διεύθυνση σε κάθε αποστολέα, θα μπορείτε να ελέγχετε ποιος σας πληρώνει. + &Copy Address + &Αντιγραφή Διεύθυνσης Copy &Label - Αντιγραφή &επιγραφής + Αντιγραφή&Ετικέτα &Edit - &Επεξεργασία + &Διόρθωση Export Address List - Εξαγωγή της λίστας διευθύνσεων - - - Comma separated file (*.csv) - Αρχείο οριοθετημένο με κόμματα (*.csv) + Εξαγωγή Λίστας Διεύθυνσεων Exporting Failed - Η Εξαγωγή Απέτυχε + Αποτυχία Εξαγωγής - - There was an error trying to save the address list to %1. Please try again. - Παρουσιάστηκε σφάλμα κατά την αποθήκευση της λίστας πορτοφολιών στο %1. Παρακαλώ δοκιμάστε ξανά - - + AddressTableModel Label - Επιγραφή + Ετικέτα Address @@ -131,97 +111,19 @@ Repeat new passphrase Επανέλαβε τον νέο κωδικό πρόσβασης - - 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 - Επιβεβαίωσε την κρυπτογραφηση του πορτοφολιού - - - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! - Προσοχη: Εαν κρυπτογραφησεις το πορτοφολι σου και χάσεις τον κωδικο σου θα χάσεις <b> ΟΛΑ ΣΟΥ ΤΑ BLACKCOINS</b>! -Είσαι σίγουρος ότι θέλεις να κρυπτογραφησεις το πορτοφολι; - - - Are you sure you wish to encrypt your wallet? - Είστε σίγουροι ότι θέλετε να κρυπτογραφήσετε το πορτοφόλι σας; - - - Bitcoin Core will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - Το Blackcoin More θα κλεισει τώρα για να τελειώσει την διαδικασία κρυπτογράφησης. Θυμήσου ότι κρυπτογραφώντας το πορτοφόλι σου δεν μπορείς να προστατέψεις πλήρως τα blackcoins σου από κλοπή στην περίπτωση που μολυνθεί ο υπολογιστής σου με κακόβουλο λογισμικό. - - - - 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. - ΣΗΜΑΝΤΙΚΟ: Τα προηγούμενα αντίγραφα ασφαλείας που έχετε κάνει από το αρχείο του πορτοφόλιου σας θα πρέπει να αντικατασταθουν με το νέο που δημιουργείται, κρυπτογραφημένο αρχείο πορτοφόλιου. Για λόγους ασφαλείας, τα προηγούμενα αντίγραφα ασφαλείας του μη κρυπτογραφημένου αρχείου πορτοφόλιου θα καταστουν άχρηστα μόλις αρχίσετε να χρησιμοποιείτε το νέο κρυπτογραφημένο πορτοφόλι. - - - Warning: The Caps Lock key is on! - Προσοχη: το πλήκτρο Caps Lock είναι ενεργο. - - - Wallet encrypted - Κρυπτογραφημενο πορτοφολι - - - 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> οχτώ ή παραπάνω λέξεις</b>. - - - Enter the old passphrase and new passphrase to the 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. - Ο κωδικος του πορτοφολιού άλλαξε με επιτυχία. - - + BanTableModel @@ -263,6 +165,10 @@ Quit application Εξοδος από την εφαρμογή + + &About %1 + &Περί %1 + About &Qt Σχετικά με &Qt @@ -299,14 +205,6 @@ Open &URI... 'Ανοιγμα &URI - - Bitcoin Core client - Εφαρμογή Blackcoin More - - - Importing blocks from disk... - Εισαγωγή μπλοκ από τον σκληρο δίσκο ... - Reindexing blocks on disk... Φόρτωση ευρετηρίου μπλοκ στον σκληρο δισκο... @@ -351,10 +249,6 @@ &Receive &Παραλαβή - - Show information about Bitcoin Core - Σχετικά με το Blackcoin More - &Show / Hide &Εμφάνισε/Κρύψε @@ -391,18 +285,10 @@ Tabs toolbar Εργαλειοθήκη καρτελών - - Bitcoin Core - Blackcoin More - Request payments (generates QR codes and bitcoin: URIs) Αίτηση πληρωμών (δημιουργεί QR codes και διευθύνσεις blackcoin: ) - - &About Bitcoin Core - &Σχετικά με το Blackcoin More - Show the list of used sending addresses and labels Προβολή της λίστας των χρησιμοποιημένων διευθύνσεων και ετικετών αποστολής @@ -419,18 +305,6 @@ &Command-line options &Επιλογές γραμμής εντολών - - Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options - Εμφανιση του Blackcoin More μήνυματος βοήθειας για να πάρετε μια λίστα με τις πιθανές επιλογές Blackcoin γραμμής εντολών. - - - No block source available... - Η πηγή του μπλοκ δεν ειναι διαθέσιμη... - - - %1 and %2 - %1 και %2 - %1 behind %1 πίσω @@ -509,14 +383,7 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> Το πορτοφόλι είναι <b>κρυπτογραφημένο</b> και <b>κλειδωμένο</b> - - - ClientModel - - Network Alert - Ειδοποίηση Δικτύου - - + CoinControlDialog @@ -535,10 +402,6 @@ Amount: Ποσό: - - Priority: - Προτεραιότητα: - Fee: Ταρίφα @@ -591,17 +454,13 @@ Confirmed Επικυρωμένες - - Priority - Προτεραιότητα - Copy address Αντιγραφή διεύθυνσης Copy label - Αντιγραφή επιγραφής + Αντιγραφή ετικέτας Copy amount @@ -609,138 +468,13 @@ Copy transaction ID - Αντιγραφη του ID Συναλλαγής - - - Lock unspent - Κλείδωμα αξόδευτων - - - Unlock unspent - Ξεκλείδωμα αξόδευτων - - - Copy quantity - Αντιγραφή ποσότητας - - - Copy fee - Αντιγραφή ταρίφας - - - Copy after fee - Αντιγραφή μετα-ταρίφας - - - Copy bytes - Αντιγραφή των byte - - - Copy priority - Αντιγραφή προτεραιότητας - - - Copy dust - Αντιγραφή 'σκόνης' - - - Copy change - Αντιγραφή των ρέστων - - - highest - ύψιστη - - - higher - υψηλότερη - - - high - ψηλή - - - medium-high - μεσαία-ψηλή - - - medium - μεσαία - - - low-medium - μεσαία-χαμηλή - - - low - χαμηλή - - - lower - χαμηλότερη - - - lowest - χαμηλότατη - - - (%1 locked) - (%1 κλειδωμένο) - - - none - κανένα - - - This label turns red if the transaction size is greater than 1000 bytes. - Αυτή η ετικέτα γίνεται κόκκινη αν το μέγεθος της συναλλαγής είναι μεγαλύτερο από 1000 bytes. - - - This label turns red if the priority is smaller than "medium". - Αυτή η ετικέτα γίνεται κόκκινη αν η προτεραιότητα είναι μικρότερη από "μεσαία". - - - This label turns red if any recipient receives an amount smaller than %1. - Αυτή η ετικέτα γίνεται κόκκινη αν οποιοσδήποτε παραλήπτης λάβει ποσό μικρότερο από %1. - - - Can vary +/- %1 satoshi(s) per input. - Μπορεί να διαφέρει +/- %1 Satoshi (ες) ανά εγγραφή. - - - yes - ναι - - - no - όχι - - - This means a fee of at least %1 per kB is required. - Ελάχιστο χρεώσιμο ποσό τουλάχιστο %1 ανα kB - - - Can vary +/- 1 byte per input. - Μπορεί να διαφέρει +/- 1 byte ανά εγγραφή. - - - Transactions with higher priority are more likely to get included into a block. - Συναλλαγές με υψηλότερη προτεραιότητα είναι πιο πιθανό να περιλαμβάνονται σε ένα μπλοκ. + Αντιγραφή ταυτότητας συναλλαγής (no label) (χωρίς ετικέτα) - - change from %1 (%2) - ρέστα από %1 (%2) - - - (change) - (ρέστα) - - - + EditAddressDialog @@ -765,37 +499,17 @@ New receiving address - Νέα διεύθυνση λήψης + Νέα Διεύθυνση Λήψης New sending address - Νέα διεύθυνση αποστολής + Νέα Διεύθυνση Αποστολής Edit receiving address - Επεξεργασία διεύθυνσης λήψης + Διόρθωση Διεύθυνσης Λήψης - - Edit sending address - Επεξεργασία διεύθυνσης αποστολής - - - The entered address "%1" is already in the address book. - Η διεύθυνση "%1" βρίσκεται ήδη στο βιβλίο διευθύνσεων. - - - The entered address "%1" is not a valid Bitcoin address. - Η διεύθυνση "%1" δεν είναι έγκυρη Blackcoin διεύθυνση. - - - Could not unlock wallet. - Δεν είναι δυνατό το ξεκλείδωμα του πορτοφολιού. - - - New key generation failed. - Η δημιουργία νέου κλειδιού απέτυχε. - - + FreespaceChecker @@ -821,10 +535,6 @@ HelpMessageDialog - - Bitcoin Core - Blackcoin More - version έκδοση @@ -833,10 +543,6 @@ (%1-bit) (%1-bit) - - About Bitcoin Core - Σχετικά με το Blackcoin More - Command-line options επιλογής γραμμής εντολών @@ -856,18 +562,6 @@ Welcome Καλώς ήρθατε - - Welcome to Bitcoin Core. - Καλώς ήρθατε στο Blackcoin More. - - - As this is the first time the program is launched, you can choose where Bitcoin Core will store its data. - Καθώς αυτή είναι η πρώτη φορά που εκκινείται το πρόγραμμα, μπορείτε να διαλέξετε πού θα αποθηκεύει το Blackcoin More τα δεδομένα του. - - - Bitcoin Core will download and store a copy of the Bitcoin block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - O πυρήνας Blackcoin θα κατεβάσει και να αποθηκεύσει ένα αντίγραφο της αλυσίδας μπλοκ Blackcoin. Τουλάχιστον %1GB δεδομένων θα αποθηκευτούν σε αυτόν τον κατάλογο, και θα αυξηθεί με την πάροδο του χρόνου. Το πορτοφόλι θα αποθηκευτεί σε αυτόν τον κατάλογο. - Use the default data directory Χρήση του προεπιλεγμένου φακέλου δεδομένων @@ -876,10 +570,6 @@ Use a custom data directory: Προσαρμογή του φακέλου δεδομένων: - - Bitcoin Core - Blackcoin More - Error: Specified data directory "%1" cannot be created. Σφάλμα: Ο καθορισμένος φάκελος δεδομένων "%1" δεν μπορεί να δημιουργηθεί. @@ -897,6 +587,21 @@ (από το %n GB που απαιτείται)(από τα %n GB που απαιτούνται) + + ModalOverlay + + Form + Φόρμα + + + Last block time + Χρόνος τελευταίου μπλοκ + + + Hide + Απόκρυψη + + OpenURIDialog @@ -915,11 +620,7 @@ Select payment request file Επιλέξτε πληρωμή αρχείου αίτησης - - Select payment request file to open - Επιλέξτε αρχείο πληρωμής για άνοιγμα. - - + OptionsDialog @@ -1181,74 +882,10 @@ PaymentServer - - URI handling - Χειρισμός URI - - - Invalid payment address %1 - Μη έγκυρη διεύθυνση πληρωμής %1 - - - Payment request rejected - Η αίτηση πληρωμής έχει αρνηθεί. - - - Payment request is not initialized. - Η αίτηση πληρωμής δεν έχει αρχίζει ακόμα. - - - Requested payment amount of %1 is too small (considered dust). - Το ζητούμενο ποσό πληρωμής του %1 είναι πολύ μικρό (θεωρείται σκόνη) - - - Payment request error - Σφάλμα αιτήματος πληρωμής - - - Cannot start bitcoin: click-to-pay handler - Δεν είναι δυνατή η εκκίνηση του Blackcoin: click-to-pay handler - - - Payment request fetch URL is invalid: %1 - Η διεύθυνση πληρωμής (URL) δεν είναι έγκυρη: %1 - - - Payment request file handling - Επιλέξτε αρχείο πληρωμής για άνοιγμα. - - - Refund from %1 - Επιστροφή ποσού από %1 - - - Error communicating with %1: %2 - Σφάλμα επικοινωνίας με %1: %2 - - - Payment request cannot be parsed! - Η αίτηση πληρωμής δεν μπορεί να αναλυθεί! - - - Bad response from server %1 - Κακή απάντηση από διακομιστή %1 - - - Payment acknowledged - Πληρωμή αναγνωρίστηκε - - - Network request error - Σφάλμα αιτήματος δικτύου - - + PeerTableModel - - Ping Time - Χρόνος καθυστέρησης - - + QObject @@ -1287,32 +924,19 @@ %1 ms %1 ms - + + %1 and %2 + %1 και %2 + + + + QObject::QObject + QRImageWidget - - &Save Image... - &Αποθήκευση εικόνας... - - - &Copy Image - &Αντιγραφή εικόνας - - - Save QR Code - Αποθήκευση κώδικα QR - - - PNG Image (*.png) - Εικόνες PNG (*.png) - - + RPCConsole - - Client name - Όνομα Πελάτη - N/A Μη διαθέσιμο @@ -1333,10 +957,6 @@ General Γενικά - - Using OpenSSL version - Χρησιμοποιηση της OpenSSL εκδοσης - Using BerkeleyDB version Χρήση BerkeleyDB έκδοσης @@ -1441,10 +1061,6 @@ Out: Εξερχόμενα: - - Build date - Ημερομηνία κατασκευής - Debug log file Αρχείο καταγραφής εντοπισμού σφαλμάτων @@ -1542,11 +1158,7 @@ Copy label - Αντιγραφή επιγραφής - - - Copy message - Αντιγραφή μηνύματος + Αντιγραφή ετικέτας Copy amount @@ -1571,74 +1183,30 @@ &Save Image... &Αποθήκευση εικόνας... - - 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. - Το αποτέλεσμα της διεύθυνσης είναι πολύ μεγάλο. Μειώστε το μέγεθος για το κείμενο της ετικέτας/ μηνύματος. - - - Error encoding URI into QR Code. - Σφάλμα κατά την κωδικοποίηση του URI σε κώδικα QR - - + RecentRequestsTableModel Date - Ημερομηνία + Ημερομήνια Label - Επιγραφή - - - Message - Μήνυμα - - - Amount - Ποσό + Ετικέτα (no label) (χωρίς ετικέτα) - - (no message) - (κανένα μήνυμα) - - - (no amount) - (κανένα ποσό) - - + SendCoinsDialog @@ -1673,10 +1241,6 @@ Amount: Ποσό: - - Priority: - Προτεραιότητα: - Fee: Ταρίφα @@ -1725,10 +1289,6 @@ Custom: Προσαρμογή: - - Confirmation time: - Χρόνος επικύρωσης: - normal κανονικό @@ -1737,10 +1297,6 @@ fast Γρήγορο - - (confirmation may take longer) - (η επικύρωση ίσως χρειαστεί περισσότερο χρόνο) - Send to multiple recipients at once Αποστολή σε πολλούς αποδέκτες ταυτόχρονα @@ -1773,82 +1329,14 @@ S&end Αποστολη - - Confirm send coins - Επιβεβαίωση αποστολής νομισμάτων - - - %1 to %2 - %1 σε %2 - - - Copy quantity - Αντιγραφή ποσότητας - Copy amount Αντιγραφή ποσού - - Copy fee - Αντιγραφή ταρίφας - - - Copy after fee - Αντιγραφή μετα-ταρίφας - - - Copy bytes - Αντιγραφή των byte - - - Copy priority - Αντιγραφή προτεραιότητας - - - Copy change - Αντιγραφή των ρέστων - - - or - ή - - - 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! - Η δημιουργία της συναλλαγής απέτυχε! - - - Warning: Invalid Bitcoin address - Προειδοποίηση: Μη έγκυρη διεύθυνση Blackcoin - (no label) (χωρίς ετικέτα) - - Copy dust - Αντιγραφή 'σκόνης' - - - Are you sure you want to send? - Είστε βέβαιοι για την αποστολή; - - - added as transaction fee - προστέθηκαν ως αμοιβή συναλλαγής - SendCoinsEntry @@ -1860,10 +1348,6 @@ Pay &To: Πληρωμή &σε: - - Enter a label for this address to add it to your address book - Εισάγετε μια επιγραφή για αυτή τη διεύθυνση ώστε να καταχωρηθεί στο βιβλίο διευθύνσεων - &Label: &Επιγραφή @@ -1912,13 +1396,12 @@ Memo: Σημείωση: - + + + SendConfirmationDialog + ShutdownWindow - - Bitcoin Core is shutting down... - Το Blackcoin More τερματίζεται... - Do not shut down the computer until this window disappears. Μην απενεργοποιήσετε τον υπολογιστή μέχρι να κλείσει αυτό το παράθυρο. @@ -2002,69 +1485,9 @@ 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 - - Bitcoin Core - Blackcoin More - - - The Bitcoin Core developers - Οι προγραμματιστές του Blackcoin More - [testnet] [testnet] @@ -2083,25 +1506,13 @@ Open until %1 Ανοιχτό μέχρι %1 - - conflicted - σύγκρουση - %1/offline - %1/χωρίς σύνδεση; + %1/αποσυνδεδεμένο - %1/unconfirmed - %1/χωρίς επιβεβαίωση - - - %1 confirmations - %1 επιβεβαιώσεις - - - Status - Κατάσταση + 0/unconfirmed, %1 + 0/ανεπιβεβαίωτο, %1 Date @@ -2113,43 +1524,39 @@ Generated - Δημιουργία + Παράχθηκε From Από + + unknown + Άγνωστο + To Προς own address - δική σας διεύθυνση + δική σας διεύθυνση watch-only - Επίβλεψη μόνο: + παρακολούθηση-μόνο label - eπιγραφή + ετικέτα Credit - Πίστωση + Πίστωση not accepted - μη αποδεκτό - - - Debit - Debit - - - Total debit - Σύνολο χρέωσης + μη έγκυρο Total credit @@ -2157,228 +1564,48 @@ 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 - αναληθής - - - , has not been successfully broadcast yet - , δεν έχει ακόμα μεταδοθεί μ' επιτυχία - - - unknown - άγνωστο - - + TransactionDescDialog - - Transaction details - Λεπτομέρειες συναλλαγής - This pane shows a detailed description of the transaction Αυτό το παράθυρο δείχνει μια λεπτομερή περιγραφή της συναλλαγής - + TransactionTableModel Date - Ημερομηνία + Ημερομήνια - Type - Τύπος + Label + Ετικέτα Open until %1 Ανοιχτό μέχρι %1 - - Confirmed (%1 confirmations) - Επικυρωμένη (%1 επικυρώσεις) - - - This block was not received by any other nodes and will probably not be accepted! - Αυτό το μπλοκ δεν έχει παραληφθεί από κανέναν άλλο κόμβο και κατά πάσα πιθανότητα θα απορριφθεί! - - - Generated but not accepted - Δημιουργήθηκε αλλά απορρίφθηκε - - - Offline - Offline - - - Label - Επιγραφή - - - Unconfirmed - Ανεπιβεβαίωτες - - - Conflicted - Σύγκρουση - - - Received with - Ελήφθη με - - - Received from - Ελήφθη από - - - Sent to - Απεστάλη προς - - - Payment to yourself - Πληρωμή προς εσάς - - - Mined - Εξόρυξη - watch-only - Επίβλεψη μόνο: + παρακολούθηση-μόνο - (n/a) - (δ/α) + (no label) + (χωρίς ετικέτα) - - Transaction status. Hover over this field to show number of confirmations. - Κατάσταση συναλλαγής. Πηγαίνετε το ποντίκι πάνω από αυτό το πεδίο για να δείτε τον αριθμό των επικυρώσεων - - - Date and time that the transaction was received. - Ημερομηνία κι ώρα λήψης της συναλλαγής. - - - Type of 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 @@ -2386,77 +1613,33 @@ Copy transaction ID - Αντιγραφη του ID Συναλλαγής + Αντιγραφή ταυτότητας συναλλαγής + + + Copy raw transaction + Αντιγραφή ανεπεξέργαστης συναλλαγής Edit label - Επεξεργασία επιγραφής - - - Show transaction details - Εμφάνιση λεπτομερειών συναλλαγής - - - Export Transaction History - Εξαγωγή Ιστορικού Συναλλαγών - - - Watch-only - Επίβλεψη μόνο: - - - Exporting Failed - Η Εξαγωγή Απέτυχε - - - There was an error trying to save the transaction history to %1. - Yπήρξε σφάλμα κατά την προσπάθεια αποθήκευσης του ιστορικού συναλλαγών στο %1. - - - Exporting Successful - Επιτυχής εξαγωγή - - - The transaction history was successfully saved to %1. - Το ιστορικό συναλλαγών αποθηκεύτηκε επιτυχώς στο %1. - - - Comma separated file (*.csv) - Αρχείο οριοθετημένο με κόμματα (*.csv) - - - Confirmed - Επικυρωμένες + Επεξεργασία ετικέτας Date - Ημερομηνία - - - Type - Τύπος + Ημερομήνια Label - Επιγραφή + Ετικέτα Address Διεύθυνση - ID - ID + Exporting Failed + Αποτυχία Εξαγωγής - - Range: - Έκταση: - - - to - έως - - + UnitDisplayStatusBarControl @@ -2466,53 +1649,13 @@ WalletFrame - - No wallet has been loaded. - Δεν έχει φορτωθεί πορτοφόλι - - + WalletModel - - Send Coins - Αποστολή νομισμάτων - - + WalletView - - &Export - &Εξαγωγή - - - 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. - - - The wallet data was successfully saved to %1. - Τα δεδομένα πορτοφολιού αποθηκεύτηκαν με επιτυχία στο %1. - - - Backup Successful - Η δημιουργια αντιγραφου ασφαλειας πετυχε - - + bitcoin-core @@ -2540,8 +1683,8 @@ Εκτέλεση στο παρασκήνιο κι αποδοχή εντολών - Accept connections from outside (default: 1 if no -proxy or -connect) - Να δέχεσαι συνδέσεις από έξω(προεπιλογή:1) + Bitcoin Core + Blackcoin More Bind to given address and always listen on it. Use [host]:port notation for IPv6 @@ -2551,22 +1694,10 @@ Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) Εκτέλεσε την εντολή όταν το καλύτερο μπλοκ αλλάξει(%s στην εντολή αντικαθίσταται από το hash του μπλοκ) - - This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - Αυτό είναι ένα προ-τεστ κυκλοφορίας - χρησιμοποιήστε το με δική σας ευθύνη - δεν χρησιμοποιείτε για εξόρυξη ή για αλλες εφαρμογές - - - 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 ειναι διεφθαρμένο, τα δεδομένα σώζονται ! Original wallet.dat αποθηκεύονται ως wallet.{timestamp}.bak στο %s . Αν το υπόλοιπο του ή τις συναλλαγές σας, είναι λάθος θα πρέπει να επαναφέρετε από ένα αντίγραφο ασφαλείας - Block creation options: Αποκλεισμός επιλογων δημιουργίας: - - Connect only to the specified node(s) - Σύνδεση μόνο με ορισμένους κόμβους - Connection options: Επιλογές σύνδεσης: @@ -2643,22 +1774,10 @@ Wallet options: Επιλογές πορτοφολιού: - - Cannot obtain a lock on data directory %s. Bitcoin Core is probably already running. - Αδυναμία κλειδώματος του φακέλου δεδομένων %s. Πιθανώς το Blackcoin να είναι ήδη ενεργό. - Connect through SOCKS5 proxy Σύνδεση μέσω διαμεσολαβητή SOCKS5 - - Copyright (C) 2009-%i The Bitcoin Core Developers - Πνευματικά δικαιώματα 2018-%i Οι προγραμματιστές του Blackcoin More - - - Error loading wallet.dat: Wallet requires newer version of Bitcoin Core - Σφάλμα φόρτωσης wallet.dat: Το Πορτοφόλι απαιτεί μια νεότερη έκδοση του Blackcoin More - Error reading from database, shutting down. Σφάλμα ανάγνωσης από τη βάση δεδομένων, γίνεται τερματισμός. @@ -2667,22 +1786,6 @@ Information Πληροφορία - - Initialization sanity check failed. Bitcoin Core is shutting down. - Η εκκίνηση ελέγχου ορθότητας απέτυχε. Γίνεται τερματισμός του Blackcoin More. - - - Invalid amount for -maxtxfee=<amount>: '%s' - Μη έγκυρο ποσό για την παράμετρο -maxtxfee=<amount>: '%s' - - - Invalid amount for -minrelaytxfee=<amount>: '%s' - Μη έγκυρο ποσό για την παράμετρο -paytxfee=<amount>: '%s' - - - Invalid amount for -mintxfee=<amount>: '%s' - Μη έγκυρο ποσό για την παράμετρο -paytxfee=<amount>: '%s' - Node relay options: Επιλογές αναμετάδοσης κόμβου: @@ -2715,10 +1818,6 @@ Transaction amount too small Το ποσό της συναλλαγής είναι πολύ μικρο - - Transaction amounts must be positive - Τα ποσά των συναλλαγών πρέπει να είναι θετικα - Transaction too large Η συναλλαγή ειναι πολύ μεγάλη @@ -2735,10 +1834,6 @@ Zapping all transactions from wallet... Μεταφορά όλων των συναλλαγών απο το πορτοφόλι - - wallet.dat corrupt, salvage failed - Το αρχειο wallet.dat ειναι διεφθαρμένο, η διάσωση απέτυχε - Password for JSON-RPC connections Κωδικός για τις συνδέσεις JSON-RPC @@ -2747,10 +1842,6 @@ Execute command when the best block changes (%s in cmd is replaced by block hash) Εκτέλεσε την εντολή όταν το καλύτερο μπλοκ αλλάξει(%s στην εντολή αντικαθίσταται από το hash του μπλοκ) - - This help message - Αυτό το κείμενο βοήθειας - Allow DNS lookups for -addnode, -seednode and -connect Να επιτρέπονται οι έλεγχοι DNS για προσθήκη και σύνδεση κόμβων @@ -2759,10 +1850,6 @@ Loading addresses... Φόρτωση διευθύνσεων... - - Error loading wallet.dat: Wallet corrupted - Σφάλμα φόρτωσης wallet.dat: Κατεστραμμένο Πορτοφόλι - How thorough the block verification of -checkblocks is (0-4, default: %u) Πόσο εξονυχιστική να είναι η επιβεβαίωση του μπλοκ (0-4, προεπιλογή: %u) @@ -2775,14 +1862,6 @@ Number of seconds to keep misbehaving peers from reconnecting (default: %u) Δευτερόλεπτα πριν επιτραπεί ξανά η σύνδεση των προβληματικών peers (προεπιλογή: %u) - - Error loading wallet.dat - Σφάλμα φόρτωσης αρχείου wallet.dat - - - Generate coins (default: %u) - Δημιουργία νομισμάτων (προκαθορισμος: %u) - How many blocks to check at startup (default: %u, 0 = all) Πόσα μπλοκ να ελέγχθουν κατά την εκκίνηση (προεπιλογή: %u, 0 = όλα) @@ -2819,18 +1898,6 @@ Unknown network specified in -onlynet: '%s' Άγνωστo δίκτυο ορίζεται σε onlynet: '%s' - - Cannot resolve -bind address: '%s' - Δεν μπορώ να γράψω την προεπιλεγμένη διεύθυνση: '%s' - - - Cannot resolve -externalip address: '%s' - Δεν μπορώ να γράψω την προεπιλεγμένη διεύθυνση: '%s' - - - Invalid amount for -paytxfee=<amount>: '%s' - Μη έγκυρο ποσό για την παράμετρο -paytxfee=<amount>: '%s' - Insufficient funds Ανεπαρκές κεφάλαιο diff --git a/src/qt/locale/bitcoin_en.ts b/src/qt/locale/bitcoin_en.ts index fd0b668eb..b2f29b365 100644 --- a/src/qt/locale/bitcoin_en.ts +++ b/src/qt/locale/bitcoin_en.ts @@ -34,12 +34,7 @@ - - &Copy Address - &Copy Address - - - + Delete the currently selected address from the list Delete the currently selected address from the list @@ -59,7 +54,7 @@ &Delete - + Choose the address to send coins to @@ -86,22 +81,27 @@ These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - These are your Blackcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. + These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - These are your Blackcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + - + + &Copy Address + + + + Copy &Label - Copy &Label + &Edit - &Edit + @@ -111,7 +111,7 @@ Comma separated file (*.csv) - Comma separated file (*.csv) + @@ -129,17 +129,17 @@ Label - Label + Address - Address + (no label) - (no label) + @@ -165,128 +165,128 @@ Repeat new passphrase - - Encrypt wallet - Encrypt wallet - - - - This operation needs your wallet passphrase to unlock the wallet. - This operation needs your wallet passphrase to unlock the wallet. - - - - Unlock wallet - Unlock wallet - - - - This operation needs your wallet passphrase to decrypt the wallet. - This operation needs your wallet passphrase to decrypt the wallet. - - - - Decrypt wallet - Decrypt wallet - - - - Change passphrase - Change passphrase - - - - Confirm wallet encryption - Confirm wallet encryption - - - - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BLACKCOINS</b>! - - - - Are you sure you wish to encrypt your wallet? - Are you sure you wish to encrypt your wallet? - - - - Bitcoin Core will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - Blackcoin More will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your blackcoins from being stolen by malware infecting your computer. - - - - 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. - 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. - - - - - Warning: The Caps Lock key is on! - Warning: The Caps Lock key is on! - - - - - Wallet encrypted - Wallet encrypted - - - + 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>. - + + 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 + + + + Enter the old passphrase and new passphrase to the wallet. - + + Confirm wallet encryption + + + + + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! + + + + + Are you sure you wish to encrypt your wallet? + + + + + + Wallet encrypted + + + + + %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. + + + + + 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 + Wallet encryption failed due to an internal error. Your wallet was not encrypted. - Wallet encryption failed due to an internal error. Your wallet was not encrypted. + The supplied passphrases do not match. - The supplied passphrases do not match. + Wallet unlock failed - Wallet unlock failed + The passphrase entered for the wallet decryption was incorrect. - The passphrase entered for the wallet decryption was incorrect. + Wallet decryption failed - Wallet decryption failed + Wallet passphrase was successfully changed. - Wallet passphrase was successfully changed. + + + + + + Warning: The Caps Lock key is on! + BanTableModel - + IP/Netmask @@ -299,27 +299,27 @@ BitcoinGUI - + Sign &message... Sign &message... - + Synchronizing with network... Synchronizing with network... - + &Overview &Overview - + Node - + Show general overview of wallet Show general overview of wallet @@ -344,7 +344,17 @@ Quit application - + + &About %1 + + + + + Show information about %1 + + + + About &Qt About &Qt @@ -358,6 +368,11 @@ &Options... &Options... + + + Modify configuration options for %1 + + &Encrypt Wallet... @@ -374,7 +389,7 @@ &Change Passphrase... - + &Sending addresses... @@ -389,27 +404,37 @@ - - Bitcoin Core client - Blackcoin More client + + Click to disable network activity. + - - Importing blocks from disk... - Importing blocks from disk... + + Network activity disabled. + - + + Click to enable network activity again. + + + + + Syncing Headers (%1%)... + + + + Reindexing blocks on disk... Reindexing blocks on disk... - + Send coins to a Bitcoin address Send coins to a Blackcoin address - + Backup wallet to another location Backup wallet to another location @@ -434,17 +459,17 @@ &Verify message... - + Bitcoin Blackcoin - + Wallet Wallet - + &Send &Send @@ -454,12 +479,7 @@ &Receive - - Show information about Bitcoin Core - Show information about Blackcoin More - - - + &Show / Hide &Show / Hide @@ -484,7 +504,7 @@ Verify messages to ensure they were signed with specified Blackcoin addresses - + &File &File @@ -504,27 +524,12 @@ Tabs toolbar - - Bitcoin Core - Blackcoin More - - - + Request payments (generates QR codes and bitcoin: URIs) - Request payments (generates QR codes and blackcoin: URIs) + - - &About Bitcoin Core - &About Blackcoin More - - - - Modify configuration options for Bitcoin Core - Modify configuration options for Blackcoin More - - - + Show the list of used sending addresses and labels @@ -536,20 +541,15 @@ Open a bitcoin: URI or payment request - Open a blackcoin: URI or payment request + &Command-line options - - - Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options - Show the Blackcoin More help message to get a list with possible Blackcoin command-line options - - + %n active connection(s) to Bitcoin network %n active connection to Blackcoin network @@ -557,63 +557,30 @@ - - No block source available... - No block source available... + + Indexing blocks on disk... + + + + + Processing blocks on disk... + - + Processed %n block(s) of transaction history. Processed %n block of transaction history. Processed %n blocks of transaction history. - - - %n hour(s) - - %n hour - %n hours - - - - - %n day(s) - - %n day - %n days - - - - - - %n week(s) - - %n week - %n weeks - - - - %1 and %2 - - - - - %n year(s) - - %n year - %n years - - - - + %1 behind %1 behind - + Last received block was generated %1 ago. Last received block was generated %1 ago. @@ -638,17 +605,32 @@ Information - + Up to date Up to date - + + Show the %1 help message to get a list with possible Bitcoin command-line options + + + + + %1 client + + + + + Connecting to peers... + + + + Catching up... Catching up... - + Date: %1 @@ -688,7 +670,17 @@ Incoming transaction - + + HD key generation is <b>enabled</b> + + + + + HD key generation is <b>disabled</b> + + + + Wallet is <b>encrypted</b> and currently <b>unlocked</b> Wallet is <b>encrypted</b> and currently <b>unlocked</b> @@ -697,13 +689,10 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> Wallet is <b>encrypted</b> and currently <b>locked</b> - - - ClientModel - - Network Alert - Network Alert + + A fatal error occurred. Bitcoin can no longer continue safely and will quit. + @@ -729,22 +718,17 @@ - - Priority: - - - - + Fee: - + Dust: - + After Fee: @@ -799,30 +783,25 @@ Confirmed - - Priority - - - - + Copy address - Copy address + Copy label - Copy label + Copy amount - Copy amount + Copy transaction ID - Copy transaction ID + @@ -854,11 +833,6 @@ Copy bytes - - - Copy priority - - Copy dust @@ -870,82 +844,12 @@ - - highest - - - - - higher - - - - - high - - - - - medium-high - - - - - medium - - - - - low-medium - - - - - low - - - - - lower - - - - - lowest - - - - + (%1 locked) - - none - - - - - This label turns red if the transaction size is greater than 1000 bytes. - - - - - This label turns red if the priority is smaller than "medium". - - - - - This label turns red if any recipient receives an amount smaller than %1. - - - - - Can vary +/- %1 satoshi(s) per input. - - - - + yes @@ -955,26 +859,20 @@ - - - This means a fee of at least %1 per kB is required. + + This label turns red if any recipient receives an amount smaller than the current dust threshold. - - Can vary +/- 1 byte per input. + + Can vary +/- %1 satoshi(s) per input. - - Transactions with higher priority are more likely to get included into a block. - - - - - + + (no label) - (no label) + @@ -1017,48 +915,48 @@ New receiving address - New receiving address + New sending address - New sending address + Edit receiving address - Edit receiving address + Edit sending address - Edit sending address + - - The entered address "%1" is already in the address book. - The entered address "%1" is already in the address book. - - - + The entered address "%1" is not a valid Bitcoin address. - The entered address "%1" is not a valid Blackcoin address. + - + + The entered address "%1" is already in the address book. + + + + Could not unlock wallet. - Could not unlock wallet. + New key generation failed. - New key generation failed. + FreespaceChecker - + A new data directory will be created. A new data directory will be created. @@ -1086,12 +984,7 @@ HelpMessageDialog - - Bitcoin Core - Blackcoin More - - - + version version @@ -1103,8 +996,8 @@ - About Bitcoin Core - About Blackcoin More + About %1 + @@ -1166,18 +1059,18 @@ - Welcome to Bitcoin Core. - Welcome to Blackcoin More. + Welcome to %1. + - As this is the first time the program is launched, you can choose where Bitcoin Core will store its data. - As this is the first time the program is launched, you can choose where Blackcoin More will store its data. + As this is the first time the program is launched, you can choose where %1 will store its data. + - Bitcoin Core will download and store a copy of the Bitcoin block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Blackcoin More will download and store a copy of the Blackcoin block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + %1 will download and store a copy of the Bitcoin block chain. At least %2GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + @@ -1190,37 +1083,98 @@ Use a custom data directory: - - Bitcoin Core - Blackcoin More - - - + Error: Specified data directory "%1" cannot be created. - + Error Error %n GB of free space available - - - + + %n GB of free space available + %n GB of free space available (of %n GB needed) - - - + + (of %n GB needed) + (of %n GB needed) + + ModalOverlay + + + Form + Form + + + + Recent transactions may not yet be visible, and therefore your wallet's balance might be incorrect. This information will be correct once your wallet has finished synchronizing with the bitcoin network, as detailed below. + + + + + Attempting to spend bitcoins that are affected by not-yet-displayed transactions will not be accepted by the network. + + + + + Number of blocks left + + + + + + + Unknown... + + + + + Last block time + Last block time + + + + Progress + + + + + Progress increase per hour + + + + + + calculating... + + + + + Estimated time left until synced + + + + + Hide + + + + + Unknown. Syncing Headers (%1)... + + + OpenURIDialog @@ -1262,7 +1216,17 @@ &Main - + + Automatically start %1 after logging in to the system. + + + + + &Start %1 on system login + + + + Size of &database cache @@ -1293,17 +1257,12 @@ - + Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu. - - The user interface language can be set here. This setting will take effect after restarting Bitcoin Core. - The user interface language can be set here. This setting will take effect after restarting Blackcoin More. - - - + 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 |. @@ -1329,22 +1288,12 @@ &Reset Options - + &Network &Network - - Automatically start Bitcoin Core after logging in to the system. - Automatically start Blackcoin More after logging in to the system. - - - - &Start Bitcoin Core on system login - &Start Blackcoin More on system login - - - + (0 = auto, <0 = leave that many cores free) @@ -1386,7 +1335,7 @@ Connect to the Bitcoin network through a SOCKS5 proxy. - Connect to the Blackcoin network through a SOCKS5 proxy. + @@ -1441,7 +1390,7 @@ Connect to the Bitcoin network through a separate SOCKS5 proxy for Tor hidden services. - Connect to the Blackcoin network through a separate SOCKS5 proxy for Tor hidden services. + @@ -1455,6 +1404,16 @@ + &Hide the icon from the system tray. + + + + + Hide tray icon + + + + Show only a tray icon after minimizing the window. Show only a tray icon after minimizing the window. @@ -1479,7 +1438,12 @@ User Interface &language: - + + The user interface language can be set here. This setting will take effect after restarting %1. + + + + &Unit to show amounts in: &Unit to show amounts in: @@ -1489,12 +1453,12 @@ Choose the default subdivision unit to show in the interface and when sending coins. - + Whether to show coin control features or not. - + &OK &OK @@ -1504,7 +1468,7 @@ &Cancel - + default default @@ -1514,28 +1478,28 @@ - + Confirm options reset Confirm options reset - + Client restart required to activate changes. - + Client will be shut down. Do you want to proceed? - + This change would require a client restart. - + The supplied proxy address is invalid. The supplied proxy address is invalid. @@ -1548,7 +1512,7 @@ Form - + The displayed information may be out of date. Your wallet automatically synchronizes with the Bitcoin network after a connection is established, but this process has not completed yet. The displayed information may be out of date. Your wallet automatically synchronizes with the Blackcoin network after a connection is established, but this process has not completed yet. @@ -1637,19 +1601,54 @@ PaymentServer - + + + + + + + Payment request error + + + + + Cannot start bitcoin: click-to-pay handler + + + + URI handling - URI handling + - + + Payment request fetch URL is invalid: %1 + + + + Invalid payment address %1 - + + URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. + + + + + Payment request file handling + + + + + Payment request file cannot be read! This can be caused by an invalid payment request file. + + + + @@ -1664,57 +1663,17 @@ - - Payment request is not initialized. - - - - - Requested payment amount of %1 is too small (considered dust). - - - - - - - - - - Payment request error - - - - - Cannot start bitcoin: click-to-pay handler - Cannot start blackcoin: click-to-pay handler - - - - Payment request fetch URL is invalid: %1 - - - - - URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. - URI cannot be parsed! This can be caused by an invalid Blackcoin address or malformed URI parameters. - - - - Payment request file handling - - - - - Payment request file cannot be read! This can be caused by an invalid payment request file. - - - - + Payment request expired. - + + Payment request is not initialized. + + + + Unverified payment requests to custom payment scripts are unsupported. @@ -1725,7 +1684,12 @@ - + + Requested payment amount of %1 is too small (considered dust). + + + + Refund from %1 @@ -1750,13 +1714,13 @@ - - Payment acknowledged + + Network request error - - Network request error + + Payment acknowledged @@ -1774,7 +1738,12 @@ - Ping Time + NodeId + + + + + Ping @@ -1786,12 +1755,12 @@ Amount - + Enter a Bitcoin address (e.g. %1) - Enter a Blackcoin address (e.g. %1) + - + %1 d @@ -1807,7 +1776,7 @@ - + %1 s @@ -1826,6 +1795,83 @@ %1 ms + + + %n second(s) + + %n second + %n seconds + + + + + %n minute(s) + + %n minute + %n minutes + + + + + %n hour(s) + + %n hour + %n hours + + + + + %n day(s) + + %n day + %n days + + + + + + %n week(s) + + %n week + %n weeks + + + + + %1 and %2 + + + + + %n year(s) + + %n year + %n years + + + + + %1 didn't yet exit safely... + + + + + QObject::QObject + + + Error: Specified data directory "%1" does not exist. + + + + + Error: Cannot parse configuration file: %1. Only use key=value syntax. + + + + + Error: %1 + + QRImageWidget @@ -1842,7 +1888,7 @@ Save QR Code - Save QR Code + @@ -1853,24 +1899,18 @@ RPCConsole - - Client name - Client name - - - - + - + - + @@ -1887,16 +1927,17 @@ + N/A N/A - + Client version Client version - + &Information &Information @@ -1911,12 +1952,17 @@ - + Using BerkeleyDB version - + + Datadir + + + + Startup time Startup time @@ -1961,36 +2007,31 @@ - - Open the Bitcoin Core debug log file from the current data directory. This can take a few seconds for large log files. - Open the Blackcoin More debug log file from the current data directory. This can take a few seconds for large log files. - - - - + + Received - - + + Sent - + &Peers - + Banned peers - - - + + + Select a peer to view detailed information. @@ -2025,13 +2066,28 @@ - - + + User Agent - + + Open the %1 debug log file from the current data directory. This can take a few seconds for large log files. + + + + + Decrease font size + + + + + Increase font size + + + + Services @@ -2070,13 +2126,18 @@ Ping Wait + + + Min Ping + + Time Offset - + Last block time Last block time @@ -2091,7 +2152,7 @@ &Console - + &Network Traffic @@ -2106,7 +2167,7 @@ - + In: @@ -2116,35 +2177,17 @@ - - Build date - Build date - - - + Debug log file Debug log file - + Clear console Clear console - - &Disconnect Node - - - - - - - - Ban Node for - - - - + 1 &hour @@ -2164,14 +2207,27 @@ - - &Unban Node + + &Disconnect - - Welcome to the Bitcoin Core RPC console. - Welcome to the Blackcoin More RPC console. + + + + + Ban for + + + + + &Unban + + + + + Welcome to the %1 RPC console. + @@ -2184,7 +2240,17 @@ Type <b>help</b> for an overview of available commands. - + + WARNING: Scammers have been active, telling users to type commands here, stealing their wallet contents. Do not use this console without fully understanding the ramification of a command. + + + + + Network activity disabled + + + + %1 B @@ -2204,7 +2270,7 @@ - + (node id: %1) @@ -2220,7 +2286,7 @@ - + Inbound @@ -2277,7 +2343,7 @@ 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 Bitcoin network. - 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 Blackcoin network. + @@ -2337,9 +2403,14 @@ - + + Copy URI + + + + Copy label - Copy label + @@ -2349,7 +2420,7 @@ Copy amount - Copy amount + @@ -2392,7 +2463,7 @@ Address - Address + @@ -2402,22 +2473,22 @@ Label - Label + Message - Message + Resulting URI too long, try to reduce the text for label / message. - Resulting URI too long, try to reduce the text for label / message. + Error encoding URI into QR Code. - Error encoding URI into QR Code. + @@ -2430,22 +2501,17 @@ Label - Label + Message - Message + - - Amount - Amount - - - + (no label) - (no label) + @@ -2454,7 +2520,12 @@ - (no amount) + (no amount requested) + + + + + Requested @@ -2462,7 +2533,7 @@ SendCoinsDialog - + Send Coins Send Coins @@ -2502,17 +2573,12 @@ - - Priority: - - - - + Fee: - + After Fee: @@ -2571,7 +2637,7 @@ Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process. - Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for blackcoin transactions than the network can process. + @@ -2594,32 +2660,17 @@ - - Confirmation time: - - - - + normal - + fast - - Send as zero-fee transaction if possible - - - - - (confirmation may take longer) - - - - + Send to multiple recipients at once Send to multiple recipients at once @@ -2634,12 +2685,17 @@ - + Dust: - + + Confirmation time target: + + + + Clear &All Clear &All @@ -2659,27 +2715,14 @@ S&end - - Confirm send coins - Confirm send coins - - - - - - - %1 to %2 - - - - + Copy quantity Copy amount - Copy amount + @@ -2698,16 +2741,34 @@ - Copy priority + Copy dust - + Copy change - + + + + + %1 to %2 + + + + + Are you sure you want to send? + + + + + added as transaction fee + + + + Total Amount %1 @@ -2717,28 +2778,43 @@ - + + Confirm send coins + + + + + The recipient address is not valid. Please recheck. + + + + The amount to pay must be larger than 0. - The amount to pay must be larger than 0. + The amount exceeds your balance. - The amount exceeds your balance. + The total exceeds your balance when the %1 transaction fee is included. - The total exceeds your balance when the %1 transaction fee is included. + - + + Duplicate address found: addresses should only be used once each. + + + + 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. + The transaction was rejected with the following reason: %1 @@ -2751,57 +2827,50 @@ Payment request expired. + + + %n block(s) + + %n block + %n blocks + + - + Pay only the required fee of %1 Estimated to begin confirmation within %n block(s). - + Estimated to begin confirmation within %n block. Estimated to begin confirmation within %n blocks. - - The recipient address is not valid. Please recheck. - - - - - Duplicate address found: addresses should only be used once each. - - - - + Warning: Invalid Bitcoin address - Warning: Invalid Blackcoin address + - - (no label) - (no label) - - - + Warning: Unknown change address - - Copy dust + + Confirm custom change address - - Are you sure you want to send? + + The address you selected for change is not part of this wallet. Any or all funds in your wallet may be sent to this address. Are you sure? - - added as transaction fee + + (no label) @@ -2820,12 +2889,7 @@ Pay &To: - - Enter a label for this address to add it to your address book - Enter a label for this address to add it to your address book - - - + &Label: &Label: @@ -2842,7 +2906,7 @@ The Bitcoin address to send the payment to - The Blackcoin address to send the payment to + @@ -2869,7 +2933,7 @@ The fee will be deducted from the amount being sent. The recipient will receive less bitcoins than you enter in the amount field. If multiple recipients are selected, the fee is split equally. - The fee will be deducted from the amount being sent. The recipient will receive less blackcoins than you enter in the amount field. If multiple recipients are selected, the fee is split equally. + @@ -2899,7 +2963,7 @@ A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcoin network. - A message that was attached to the blackcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Blackcoin network. + @@ -2913,13 +2977,27 @@ Memo: + + + Enter a label for this address to add it to your address book + + + + + SendConfirmationDialog + + + + Yes + + ShutdownWindow - Bitcoin Core is shutting down... - Blackcoin More is shutting down... + %1 is shutting down... + @@ -2942,12 +3020,12 @@ You can sign messages/agreements with your addresses to prove you can receive bitcoins sent to them. Be careful not to sign anything vague or random, as phishing attacks may try to trick you into signing your identity over to them. Only sign fully-detailed statements you agree to. - You can sign messages/agreements with your addresses to prove you can receive blackcoins sent to them. Be careful not to sign anything vague or random, as phishing attacks may try to trick you into signing your identity over to them. Only sign fully-detailed statements you agree to. + The Bitcoin address to sign the message with - The Blackcoin address to sign the message with + @@ -3020,7 +3098,7 @@ The Bitcoin address the message was signed with - The Blackcoin address the message was signed with + @@ -3040,13 +3118,13 @@ Click "Sign Message" to generate signature - Click "Sign Message" to generate signature + The entered address is invalid. - The entered address is invalid. + @@ -3054,73 +3132,63 @@ Please check the address and try again. - Please check the address and try again. + The entered address does not refer to a key. - The entered address does not refer to a key. + Wallet unlock was cancelled. - Wallet unlock was cancelled. + Private key for the entered address is not available. - Private key for the entered address is not available. + Message signing failed. - Message signing failed. + Message signed. - Message signed. + The signature could not be decoded. - The signature could not be decoded. + Please check the signature and try again. - Please check the signature and try again. + The signature did not match the message digest. - The signature did not match the message digest. + Message verification failed. - Message verification failed. + Message verified. - Message verified. + SplashScreen - - - Bitcoin Core - Blackcoin More - - - - The Bitcoin Core developers - The Blackcoin More developers - [testnet] @@ -3137,38 +3205,71 @@ TransactionDesc + + + Open for %n more block(s) + + Open for %n more block + Open for %n more blocks + + - + Open until %1 - Open until %1 + - conflicted + conflicted with a transaction with %1 confirmations %1/offline - %1/offline + + + + + 0/unconfirmed, %1 + + + + + in memory pool + + + + + not in memory pool + + + + + abandoned + %1/unconfirmed - %1/unconfirmed + %1 confirmations - %1 confirmations + Status - Status + + + + + , has not been successfully broadcast yet + - + , broadcast through %n node(s) , broadcast through %n node @@ -3178,36 +3279,41 @@ Date - Date + Date Source - Source + Generated - Generated + From - From + - + + unknown + + + + To - To + own address - own address + @@ -3218,19 +3324,19 @@ label - label + - + Credit - Credit + - + matures in %n more block(s) matures in %n more block @@ -3240,17 +3346,17 @@ not accepted - not accepted + - + Debit - Debit + - + Total debit @@ -3262,28 +3368,38 @@ Transaction fee - Transaction fee + Net amount - Net amount + - + Message - Message + - + Comment - Comment + Transaction ID - Transaction ID + + + + + Transaction total size + + + + + Output index + @@ -3298,86 +3414,68 @@ Debug information - Debug information + Transaction - Transaction + Inputs - Inputs + Amount - Amount + Amount true - true + false - false - - - - , has not been successfully broadcast yet - , has not been successfully broadcast yet - - - - Open for %n more block(s) - - Open for %n more block - Open for %n more blocks - - - - - unknown - unknown + TransactionDescDialog - - Transaction details - Transaction details - - - + This pane shows a detailed description of the transaction This pane shows a detailed description of the transaction + + + Details for %1 + + TransactionTableModel Date - Date + Date Type - Type + - - Immature (%1 confirmations, will be available after %2) + + Label - + Open for %n more block(s) Open for %n more block @@ -3387,36 +3485,21 @@ Open until %1 - Open until %1 - - - - Confirmed (%1 confirmations) - Confirmed (%1 confirmations) - - - - This block was not received by any other nodes and will probably not be accepted! - This block was not received by any other nodes and will probably not be accepted! + - Generated but not accepted - Generated but not accepted - - - Offline - - Label - Label + + Unconfirmed + - - Unconfirmed + + Abandoned @@ -3425,34 +3508,54 @@ - + + Confirmed (%1 confirmations) + + + + Conflicted - + + Immature (%1 confirmations, will be available after %2) + + + + + This block was not received by any other nodes and will probably not be accepted! + + + + + Generated but not accepted + + + + Received with - Received with + Received from - Received from + Sent to - Sent to + Payment to yourself - Payment to yourself + Mined - Mined + @@ -3462,22 +3565,27 @@ (n/a) - (n/a) + - + + (no label) + + + + Transaction status. Hover over this field to show number of confirmations. - Transaction status. Hover over this field to show number of confirmations. + Date and time that the transaction was received. - Date and time that the transaction was received. + Type of transaction. - Type of transaction. + @@ -3492,7 +3600,7 @@ Amount removed from or added to balance. - Amount removed from or added to balance. + @@ -3501,120 +3609,165 @@ All - All + Today - Today + This week - This week + This month - This month + Last month - Last month + This year - This year + Range... - Range... + Received with - Received with + Sent to - Sent to + To yourself - To yourself + Mined - Mined + Other - Other + Enter address or label to search - Enter address or label to search + Min amount - Min amount + + Abandon transaction + + + + Copy address - Copy address + Copy label - Copy label + Copy amount - Copy amount + Copy transaction ID - Copy transaction ID + Copy raw transaction + + + Copy full transaction details + + Edit label - Edit label + Show transaction details - Show transaction details + - + Export Transaction History - - Watch-only + + Comma separated file (*.csv) + Confirmed + Confirmed + + + + Watch-only + + + + + Date + Date + + + + Type + + + + + Label + + + + + Address + + + + + ID + + + + Exporting Failed @@ -3634,55 +3787,20 @@ - - Comma separated file (*.csv) - Comma separated file (*.csv) - - - - Confirmed - Confirmed - - - - Date - Date - - - - Type - Type - - - - Label - Label - - - - Address - Address - - - - ID - ID - - - + Range: - Range: + to - to + UnitDisplayStatusBarControl - + Unit to show amounts in. Click to select another unit. @@ -3698,9 +3816,9 @@ WalletModel - + Send Coins - Send Coins + Send Coins @@ -3708,27 +3826,27 @@ &Export - &Export + &Export Export the data in the current tab to a file - Export the data in the current tab to a file + Export the data in the current tab to a file - + Backup Wallet - Backup Wallet + Wallet Data (*.dat) - Wallet Data (*.dat) + Backup Failed - Backup Failed + @@ -3737,59 +3855,64 @@ - The wallet data was successfully saved to %1. + Backup Successful - Backup Successful - Backup Successful + The wallet data was successfully saved to %1. + bitcoin-core - + Options: Options: - + Specify data directory Specify data directory - + Connect to a node to retrieve peer addresses, and disconnect Connect to a node to retrieve peer addresses, and disconnect - + Specify your own public address Specify your own public address - + Accept command line and JSON-RPC commands Accept command line and JSON-RPC commands - + + Accept connections from outside (default: 1 if no -proxy or -connect/-noconnect) + + + + + Connect only to the specified node(s); -noconnect or -connect=0 alone to disable automatic connections + + + + + Distributed under the MIT software license, see the accompanying file %s or %s + + + + If <category> is not supplied or if <category> = 1, output all debugging information. - - Maximum total fees (in %s) to use in a single wallet transaction; setting this too low may abort large transactions (default: %s) - - - - - Please check that your computer's date and time are correct! If your clock is wrong Bitcoin Core will not work properly. - Please check that your computer's date and time are correct! If your clock is wrong Blackcoin More will not work properly. - - - + Prune configured below the minimum of %d MiB. Please use a higher number. @@ -3799,17 +3922,12 @@ - - Reduce storage requirements by pruning (deleting) old blocks. This mode is incompatible with -txindex and -rescan. Warning: Reverting this setting requires re-downloading the entire blockchain. (default: 0 = disable pruning blocks, >%u = target size in MiB to use for block files) - - - - + Rescans are not possible in pruned mode. You will need to use -reindex which will download the whole blockchain again. - + Error: A fatal internal error occurred, see debug.log for details @@ -3819,37 +3937,37 @@ - + Pruning blockstore... - + Run in the background as a daemon and accept commands Run in the background as a daemon and accept commands - + Unable to start HTTP server. See debug log for details. - - Accept connections from outside (default: 1 if no -proxy or -connect) - Accept connections from outside (default: 1 if no -proxy or -connect) + + Bitcoin Core + Blackcoin More - - -fallbackfee is set very high! This is the transaction fee you may pay when fee estimates are not available. + + The %s developers - + A fee rate (in %s/kB) that will be used when fee estimation has insufficient data (default: %s) - + Accept relayed transactions received from whitelisted peers even when not relaying transactions (default: %d) @@ -3859,27 +3977,72 @@ Bind to given address and always listen on it. Use [host]:port notation for IPv6 - + + Cannot obtain a lock on data directory %s. %s is probably already running. + + + + Delete all wallet transactions and only recover those parts of the blockchain through -rescan on startup - - Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. + + Error loading %s: You can't enable HD on a already existing non-HD wallet - + + Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect. + + + + Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) - - Force relay of transactions from whitelisted peers even they violate local relay policy (default: %d) + + Extra transactions to keep in memory for compact block reconstructions (default: %u) - + + If this block is in the chain assume that it and its ancestors are valid and potentially skip their script verification (0 to verify all, default: %s, testnet: %s) + + + + + Maximum allowed median peer time offset adjustment. Local perspective of time may be influenced by peers forward or backward by this amount. (default: %u seconds) + + + + + Maximum total fees (in %s) to use in a single wallet transaction or raw transaction; setting this too low may abort large transactions (default: %s) + + + + + Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly. + + + + + Please contribute if you find %s useful. Visit %s for further information about the software. + + + + + Reduce storage requirements by enabling pruning (deleting) of old blocks. This allows the pruneblockchain RPC to be called to delete specific blocks, and enables automatic pruning of old blocks if a target size in MiB is provided. This mode is incompatible with -txindex and -rescan. Warning: Reverting this setting requires re-downloading the entire blockchain. (default: 0 = disable pruning blocks, 1 = allow manual pruning via RPC, >%u = automatically prune block files to stay under the specified target size in MiB) + + + + + Set lowest fee rate (in %s/kB) for transactions to be included in block creation. (default: %s) + + + + Set the number of script verification threads (%u to %d, 0 = auto, <0 = leave that many cores free, default: %d) @@ -3891,60 +4054,50 @@ This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - - - - Unable to bind to %s on this computer. Bitcoin Core is probably already running. - Unable to bind to %s on this computer. Blackcoin More is probably already running. - - - - Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay. - - Use UPnP to map the listening port (default: 1 when listening and no -proxy) + + Unable to rewind the database to a pre-fork state. You will need to redownload the blockchain - WARNING: abnormally high number of blocks generated, %d blocks received in the last %d hours (%d expected) + Use UPnP to map the listening port (default: 1 when listening and no -proxy) - - WARNING: check your network connection, %d blocks received in the last %d hours (%d expected) + + Username and hashed password for JSON-RPC connections. The field <userpw> comes in the format: <USERNAME>:<SALT>$<HASH>. A canonical python script is included in share/rpcuser. The client then connects normally using the rpcuser=<USERNAME>/rpcpassword=<PASSWORD> pair of arguments. This option can be specified multiple times + + + + + Wallet will not create transactions that violate mempool chain limits (default: %u) Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. - Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. - - - - Warning: Unknown block versions being mined! It's possible unknown rules are in effect - + Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. - Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. + - - 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. - 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. + + You need to rebuild the database using -reindex-chainstate to change -txindex + + + + + %s corrupt, salvage failed + - Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. - - - - -maxmempool must be at least %d MB @@ -3954,19 +4107,34 @@ - + Append comment to the user agent string - + + Attempt to recover private keys from a corrupt wallet on startup + + + + Block creation options: Block creation options: - - Connect only to the specified node(s) - Connect only to the specified node(s) + + Cannot resolve -%s address: '%s' + + + + + Chain selection options: + + + + + Change index out of range + @@ -3974,7 +4142,12 @@ - + + Copyright (C) %i-%i + + + + Corrupted block database detected Corrupted block database detected @@ -4028,13 +4201,33 @@ Error initializing wallet database environment %s! Error initializing wallet database environment %s! + + + Error loading %s + + + + + Error loading %s: Wallet corrupted + + + + + Error loading %s: Wallet requires newer version of %s + + + + + Error loading %s: You can't disable HD on a already existing HD wallet + + Error loading block database Error loading block database - + Error opening block database Error opening block database @@ -4049,7 +4242,7 @@ Failed to listen on any port. Use -listen=0 if you want this. - + Importing... @@ -4059,32 +4252,42 @@ Incorrect or no genesis block found. Wrong datadir for network? - + + Initialization sanity check failed. %s is shutting down. + + + + Invalid -onion address: '%s' + Invalid amount for -%s=<amount>: '%s' + + + + Invalid amount for -fallbackfee=<amount>: '%s' - + Keep the transaction memory pool below <n> megabytes (default: %u) - - - Location of the auth cookie (default: data dir) - - - Minimum bytes per sigop in transactions we relay and mine (default: %u) + Loading banlist... + Location of the auth cookie (default: data dir) + + + + Not enough file descriptors available. Not enough file descriptors available. @@ -4095,6 +4298,11 @@ + Print this help message and exit + + + + Print version and exit @@ -4109,22 +4317,47 @@ - + + Rebuild chain state and block index from the blk*.dat files on disk + + + + + Rebuild chain state from the currently indexed blocks + + + + + Rewinding blocks... + + + + Set database cache size in megabytes (%d to %d, default: %d) - + Set maximum block size in bytes (default: %d) - + Specify wallet file (within data directory) Specify wallet file (within data directory) + + + The source code is available from %s. + + + Unable to bind to %s on this computer. %s is probably already running. + + + + Unsupported argument -benchmark ignored, use -debug=bench. @@ -4143,6 +4376,11 @@ Use UPnP to map the listening port (default: %u) + + + Use the test chain + + User Agent comment (%s) contains unsafe characters. @@ -4164,17 +4402,22 @@ Wallet %s resides outside data directory %s - + + Wallet debugging/testing options: + + + + + Wallet needed to be rewritten: restart %s to complete + + + + Wallet options: - - You need to rebuild the database using -reindex to change -txindex - You need to rebuild the database using -reindex to change -txindex - - - + 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 @@ -4189,12 +4432,7 @@ - - Cannot obtain a lock on data directory %s. Bitcoin Core is probably already running. - Cannot obtain a lock on data directory %s. Blackcoin More is probably already running. - - - + Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) @@ -4204,7 +4442,7 @@ - + Error: Listening for incoming connections failed (listen returned error %s) @@ -4214,7 +4452,7 @@ Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message) - + Fees (in %s/kB) smaller than this are considered zero fee for relaying, mining and transaction creation (default: %s) @@ -4224,47 +4462,37 @@ - + Invalid amount for -maxtxfee=<amount>: '%s' (must be at least the minrelay fee of %s to prevent stuck transactions) - + Maximum size of data in data carrier transactions we relay and mine (default: %u) - - Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect) - - - - + Randomize credentials for every proxy connection. This enables Tor stream isolation (default: %u) - + Set maximum size of high-priority/low-fee transactions in bytes (default: %d) - - Set the number of threads for coin generation if enabled (-1 = all cores, default: %d) - - - - + The transaction amount is too small to send after the fee has been deducted - - 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. + + Use hierarchical deterministic key generation (HD) after BIP32. Only has effect during wallet creation/first start - + 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 @@ -4274,57 +4502,32 @@ - + (default: %u) - + Accept public REST requests (default: %u) - - Activating best chain... - - - - - Attempt to recover private keys from a corrupt wallet.dat on startup - - - - + Automatically create Tor hidden service (default: %d) - - Cannot resolve -whitebind address: '%s' - - - - + Connect through SOCKS5 proxy - - Copyright (C) 2009-%i The Bitcoin Core Developers - Copyright (C) 2018-%i The Blackcoin More Developers - - - - Error loading wallet.dat: Wallet requires newer version of Bitcoin Core - Error loading wallet.dat: Wallet requires newer version of Blackcoin More - - - + Error reading from database, shutting down. - + Imports blocks from external blk000??.dat file on startup @@ -4334,32 +4537,12 @@ Information - - Initialization sanity check failed. Bitcoin Core is shutting down. - Initialization sanity check failed. Blackcoin More is shutting down. - - - - Invalid amount for -maxtxfee=<amount>: '%s' - - - - - Invalid amount for -minrelaytxfee=<amount>: '%s' - Invalid amount for -minrelaytxfee=<amount>: '%s' - - - - Invalid amount for -mintxfee=<amount>: '%s' - Invalid amount for -mintxfee=<amount>: '%s' - - - + Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) - + Invalid netmask specified in -whitelist: '%s' @@ -4369,7 +4552,7 @@ - + Need to specify a port with -whitebind: '%s' @@ -4379,22 +4562,12 @@ - + RPC server options: - - Rebuild block chain index from current blk000??.dat files on startup - - - - - Receive and display P2P network alerts (default: %u) - - - - + Reducing -maxconnections from %d to %d, because of system limitations. @@ -4404,7 +4577,7 @@ - + Send trace/debug info to console instead of debug.log file Send trace/debug info to console instead of debug.log file @@ -4414,7 +4587,7 @@ - + Show all debugging options (usage: --help -help-debug) @@ -4429,7 +4602,7 @@ Signing transaction failed - + The transaction amount is too small to pay the fee @@ -4439,7 +4612,7 @@ - + Tor control port password (default: empty) @@ -4454,12 +4627,7 @@ Transaction amount too small - - Transaction amounts must be positive - Transaction amounts must be positive - - - + Transaction too large for fee policy @@ -4474,22 +4642,17 @@ - + Upgrade wallet to latest format on startup - + Username for JSON-RPC connections Username for JSON-RPC connections - - Wallet needed to be rewritten: restart Bitcoin Core to complete - Wallet needed to be rewritten: restart Blackcoin More to complete - - - + Warning Warning @@ -4504,7 +4667,7 @@ - + Zapping all transactions from wallet... @@ -4514,82 +4677,67 @@ - - wallet.dat corrupt, salvage failed - wallet.dat corrupt, salvage failed - - - + Password for JSON-RPC connections Password for JSON-RPC connections - + Execute command when the best block changes (%s in cmd is replaced by block hash) Execute command when the best block changes (%s in cmd is replaced by block hash) - - This help message - This help message - - - + Allow DNS lookups for -addnode, -seednode and -connect Allow DNS lookups for -addnode, -seednode and -connect - + Loading addresses... Loading addresses... - - Error loading wallet.dat: Wallet corrupted - Error loading wallet.dat: Wallet corrupted - - - + (1 = keep tx meta data e.g. account owner and payment request information, 2 = drop tx meta data) - + -maxtxfee is set very high! Fees this large could be paid on a single transaction. - - -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. - - - - + Do not keep transactions in the mempool longer than <n> hours (default: %u) - Error reading wallet.dat! All keys read correctly, but transaction data or address book entries might be missing or incorrect. + Equivalent bytes per sigop in transactions for relay and mining (default: %u) - + Fees (in %s/kB) smaller than this are considered zero fee for transaction creation (default: %s) - + + Force relay of transactions from whitelisted peers even if they violate local relay policy (default: %d) + + + + How thorough the block verification of -checkblocks is (0-4, default: %u) - + Maintain a full transaction index, used by the getrawtransaction rpc call (default: %u) - + Number of seconds to keep misbehaving peers from reconnecting (default: %u) @@ -4599,12 +4747,32 @@ - + + Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect/-noconnect) + + + + + Sets the serialization of raw transaction or block hex returned in non-verbose mode, non-segwit(0) or segwit(1) (default: %d) + + + + Support filtering of blocks and transaction with bloom filters (default: %u) - + + This is the transaction fee you may pay when fee estimates are not available. + + + + + This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit %s and cryptographic software written by Eric Young and UPnP software written by Thomas Bernard. + + + + Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments. @@ -4618,38 +4786,48 @@ Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported. + + + Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay. + + Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) + + + Warning: Unknown block versions being mined! It's possible unknown rules are in effect + + - Username and hashed password for JSON-RPC connections. The field <userpw> comes in the format: <USERNAME>:<SALT>$<HASH>. A canonical python script is included in share/rpcuser. This option can be specified multiple times + Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup. - - (default: %s) + + Whitelist peers connecting from the given IP address (e.g. 1.2.3.4) or CIDR notated network (e.g. 1.2.3.0/24). Can be specified multiple times. - - Always query for peer addresses via DNS lookup (default: %u) - - - - - Error loading wallet.dat - Error loading wallet.dat - - - - Generate coins (default: %u) + + %s is set very high! + (default: %s) + + + + + Always query for peer addresses via DNS lookup (default: %u) + + + + How many blocks to check at startup (default: %u, 0 = all) @@ -4664,7 +4842,12 @@ Invalid -proxy address: '%s' - + + Keypool ran out, please call keypoolrefill first + + + + Listen for JSON-RPC connections on <port> (default: %u or testnet: %u) @@ -4674,7 +4857,7 @@ - + Maintain at most <n> connections to peers (default: %u) @@ -4694,12 +4877,12 @@ - + Prepend debug output with timestamp (default: %u) - + Relay and mine data carrier transactions (default: %u) @@ -4710,16 +4893,21 @@ - Set key pool size to <n> (default: %u) + Send transactions with full-RBF opt-in enabled (default: %u) - Set minimum block size in bytes (default: %u) + Set key pool size to <n> (default: %u) + Set maximum BIP141 block weight (default: %d) + + + + Set the number of threads to service RPC calls (default: %d) @@ -4744,57 +4932,77 @@ - + + Starting network threads... + + + + + The wallet will avoid paying less than the minimum relay fee. + + + + + This is the minimum transaction fee you pay on every transaction. + + + + + This is the transaction fee you will pay if you send a transaction. + + + + Threshold for disconnecting misbehaving peers (default: %u) - + + Transaction amounts must not be negative + + + + + Transaction has too long of a mempool chain + + + + + Transaction must have at least one recipient + + + + Unknown network specified in -onlynet: '%s' Unknown network specified in -onlynet: '%s' - - Cannot resolve -bind address: '%s' - Cannot resolve -bind address: '%s' - - - - Cannot resolve -externalip address: '%s' - Cannot resolve -externalip address: '%s' - - - - Invalid amount for -paytxfee=<amount>: '%s' - Invalid amount for -paytxfee=<amount>: '%s' - - - + Insufficient funds Insufficient funds - + Loading block index... Loading block index... - + Add a node to connect to and attempt to keep the connection open Add a node to connect to and attempt to keep the connection open - + Loading wallet... Loading wallet... - + Cannot downgrade wallet Cannot downgrade wallet - + Cannot write default address Cannot write default address @@ -4804,12 +5012,12 @@ Rescanning... - + Done loading Done loading - + Error Error diff --git a/src/qt/locale/bitcoin_en_GB.ts b/src/qt/locale/bitcoin_en_GB.ts index e63ddfeab..72f3eb1ea 100644 --- a/src/qt/locale/bitcoin_en_GB.ts +++ b/src/qt/locale/bitcoin_en_GB.ts @@ -25,10 +25,6 @@ C&lose C&lose - - &Copy Address - &Copy Address - Delete the currently selected address from the list Delete the currently selected address from the list @@ -66,12 +62,8 @@ Receiving addresses - These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - These are your Blackcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - - - These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - These are your Blackcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + &Copy Address + &Copy Address Copy &Label @@ -93,11 +85,7 @@ Exporting Failed Exporting Failed - - There was an error trying to save the address list to %1. Please try again. - There was an error trying to save the address list to %1. Please try again. - - + AddressTableModel @@ -135,91 +123,7 @@ Encrypt wallet Encrypt wallet - - This operation needs your wallet passphrase to unlock the wallet. - This operation needs your wallet passphrase to unlock the wallet. - - - Unlock wallet - Unlock wallet - - - This operation needs your wallet passphrase to decrypt the wallet. - This operation needs your wallet passphrase to decrypt the wallet. - - - Decrypt wallet - Decrypt wallet - - - Change passphrase - Change passphrase - - - Confirm wallet encryption - Confirm wallet encryption - - - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BLACKCOINS</b>! - - - Are you sure you wish to encrypt your wallet? - Are you sure you wish to encrypt your wallet? - - - Bitcoin Core will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - Blackcoin More will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your blackcoins from being stolen by malware infecting your computer. - - - 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. - 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. - - - Warning: The Caps Lock key is on! - Warning: The Caps Lock key is on! - - - Wallet encrypted - Wallet encrypted - - - 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>. - 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>. - - - Enter the old passphrase and new passphrase to the wallet. - Enter the old passphrase and new passphrase to the wallet. - - - Wallet encryption failed - Wallet encryption failed - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - - - The supplied passphrases do not match. - The supplied passphrases do not match. - - - Wallet unlock failed - Wallet unlock failed - - - The passphrase entered for the wallet decryption was incorrect. - The passphrase entered for the wallet decryption was incorrect. - - - Wallet decryption failed - Wallet decryption failed - - - Wallet passphrase was successfully changed. - Wallet passphrase was successfully changed. - - + BanTableModel @@ -269,6 +173,14 @@ Quit application Quit application + + &About %1 + &About %1 + + + Show information about %1 + Show information about %1 + About &Qt About &Qt @@ -281,6 +193,10 @@ &Options... &Options... + + Modify configuration options for %1 + Modify configuration options for %1 + &Encrypt Wallet... &Encrypt Wallet... @@ -305,14 +221,6 @@ Open &URI... Open &URI... - - Bitcoin Core client - Blackcoin More client - - - Importing blocks from disk... - Importing blocks from disk... - Reindexing blocks on disk... Reindexing blocks on disk... @@ -357,10 +265,6 @@ &Receive &Receive - - Show information about Bitcoin Core - Show information about Blackcoin More - &Show / Hide &Show / Hide @@ -397,22 +301,10 @@ Tabs toolbar Tabs toolbar - - Bitcoin Core - Blackcoin More - Request payments (generates QR codes and bitcoin: URIs) Request payments (generates QR codes and blackcoin: URIs) - - &About Bitcoin Core - &About Blackcoin More - - - Modify configuration options for Bitcoin Core - Modify configuration options for Blackcoin More - Show the list of used sending addresses and labels Show the list of used sending addresses and labels @@ -429,42 +321,22 @@ &Command-line options &Command-line options - - Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options - Show the Blackcoin More help message to get a list with possible Blackcoin command-line options - %n active connection(s) to Bitcoin network %n active connection to Blackcoin network%n active connections to Blackcoin network - No block source available... - No block source available... + Indexing blocks on disk... + Indexing blocks on disk... + + + Processing blocks on disk... + Processing blocks on disk... Processed %n block(s) of transaction history. Processed %n block of transaction history.Processed %n blocks of transaction history. - - %n hour(s) - %n hour%n hours - - - %n day(s) - %n day%n days - - - %n week(s) - %n week%n weeks - - - %1 and %2 - %1 and %2 - - - %n year(s) - %n year%n years - %1 behind %1 behind @@ -493,6 +365,14 @@ Up to date Up to date + + Show the %1 help message to get a list with possible Bitcoin command-line options + Show the %1 help message to get a list with possible Blackcoin command-line options + + + %1 client + %1 client + Catching up... Catching up... @@ -543,14 +423,7 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> Wallet is <b>encrypted</b> and currently <b>locked</b> - - - ClientModel - - Network Alert - Network Alert - - + CoinControlDialog @@ -569,10 +442,6 @@ Amount: Amount: - - Priority: - Priority: - Fee: Fee: @@ -625,155 +494,11 @@ Confirmed Confirmed - - Priority - Priority - - - Copy address - Copy address - - - Copy label - Copy label - - - Copy amount - Copy amount - - - Copy transaction ID - Copy transaction ID - - - Lock unspent - Lock unspent - - - Unlock unspent - Unlock unspent - - - Copy quantity - Copy quantity - - - Copy fee - Copy fee - - - Copy after fee - Copy after fee - - - Copy bytes - Copy bytes - - - Copy priority - Copy priority - - - Copy dust - Copy dust - - - Copy change - Copy change - - - highest - highest - - - higher - higher - - - high - high - - - medium-high - medium-high - - - medium - medium - - - low-medium - low-medium - - - low - low - - - lower - lower - - - lowest - lowest - - - (%1 locked) - (%1 locked) - - - none - none - - - This label turns red if the transaction size is greater than 1000 bytes. - This label turns red if the transaction size is greater than 1000 bytes. - - - This label turns red if the priority is smaller than "medium". - This label turns red if the priority is smaller than "medium". - - - This label turns red if any recipient receives an amount smaller than %1. - This label turns red if any recipient receives an amount smaller than %1. - - - Can vary +/- %1 satoshi(s) per input. - Can vary +/- %1 satoshi(s) per input. - - - yes - yes - - - no - no - - - This means a fee of at least %1 per kB is required. - This means a fee of at least %1 per kB is required. - - - Can vary +/- 1 byte per input. - Can vary +/- 1 byte per input. - - - Transactions with higher priority are more likely to get included into a block. - Transactions with higher priority are more likely to get included into a block. - (no label) (no label) - - change from %1 (%2) - change from %1 (%2) - - - (change) - (change) - - + EditAddressDialog @@ -796,39 +521,7 @@ &Address &Address - - New receiving address - New receiving address - - - New sending address - New sending address - - - Edit receiving address - Edit receiving address - - - Edit sending address - Edit sending address - - - The entered address "%1" is already in the address book. - The entered address "%1" is already in the address book. - - - The entered address "%1" is not a valid Bitcoin address. - The entered address "%1" is not a valid Blackcoin address. - - - Could not unlock wallet. - Could not unlock wallet. - - - New key generation failed. - New key generation failed. - - + FreespaceChecker @@ -854,10 +547,6 @@ HelpMessageDialog - - Bitcoin Core - Blackcoin More - version version @@ -867,8 +556,8 @@ (%1-bit) - About Bitcoin Core - About Blackcoin More + About %1 + About %1 Command-line options @@ -907,8 +596,8 @@ Show splash screen on startup (default: %u) - Reset all settings changes made over the GUI - Reset all settings changes made over the GUI + Reset all settings changed in the GUI + Reset all settings changed in the GUI @@ -918,16 +607,16 @@ Welcome - Welcome to Bitcoin Core. - Welcome to Blackcoin More. + Welcome to %1. + Welcome to %1. - As this is the first time the program is launched, you can choose where Bitcoin Core will store its data. - As this is the first time the program is launched, you can choose where Blackcoin More will store its data. + As this is the first time the program is launched, you can choose where %1 will store its data. + As this is the first time the program is launched, you can choose where %1 will store its data. - Bitcoin Core will download and store a copy of the Bitcoin block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Blackcoin More will download and store a copy of the Blackcoin block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + %1 will download and store a copy of the Bitcoin block chain. At least %2GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + %1 will download and store a copy of the Blackcoin block chain. At least %2GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. Use the default data directory @@ -937,10 +626,6 @@ Use a custom data directory: Use a custom data directory: - - Bitcoin Core - Blackcoin More - Error: Specified data directory "%1" cannot be created. Error: Specified data directory "%1" cannot be created. @@ -958,6 +643,21 @@ (of %n GB needed)(of %n GB needed) + + ModalOverlay + + Form + Form + + + Last block time + Last block time + + + Hide + Hide + + OpenURIDialog @@ -976,11 +676,7 @@ Select payment request file Select payment request file - - Select payment request file to open - Select payment request file to open - - + OptionsDialog @@ -991,6 +687,14 @@ &Main &Main + + Automatically start %1 after logging in to the system. + Automatically start %1 after logging in to the system. + + + &Start %1 on system login + &Start %1 on system login + Size of &database cache Size of &database cache @@ -1019,10 +723,6 @@ Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu. Minimise instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu. - - The user interface language can be set here. This setting will take effect after restarting Bitcoin Core. - The user interface language can be set here. This setting will take effect after restarting Blackcoin More. - 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 |. 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 |. @@ -1047,14 +747,6 @@ &Network &Network - - Automatically start Bitcoin Core after logging in to the system. - Automatically start Blackcoin More after logging in to the system. - - - &Start Bitcoin Core on system login - &Start Blackcoin More on system login - (0 = auto, <0 = leave that many cores free) (0 = auto, <0 = leave that many cores free) @@ -1139,6 +831,14 @@ &Window &Window + + &Hide the icon from the system tray. + &Hide the icon from the system tray. + + + Hide tray icon + Hide tray icon + Show only a tray icon after minimizing the window. Show on a tray icon after minimising the window. @@ -1159,6 +859,10 @@ User Interface &language: User Interface &language: + + The user interface language can be set here. This setting will take effect after restarting %1. + The user interface language can be set here. This setting will take effect after restarting %1. + &Unit to show amounts in: &Unit to show amounts in: @@ -1285,95 +989,7 @@ PaymentServer - - URI handling - URI handling - - - Invalid payment address %1 - Invalid payment address %1 - - - Payment request rejected - Payment request rejected - - - Payment request network doesn't match client network. - Payment request network doesn't match client network. - - - Payment request is not initialized. - Payment request is not initialised. - - - Requested payment amount of %1 is too small (considered dust). - Requested payment amount of %1 is too small (considered dust). - - - Payment request error - Payment request error - - - Cannot start bitcoin: click-to-pay handler - Cannot start blackcoin: click-to-pay handler - - - Payment request fetch URL is invalid: %1 - Payment request fetch URL is invalid: %1 - - - URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. - URI cannot be parsed! This can be caused by an invalid Blackcoin address or malformed URI parameters. - - - Payment request file handling - Payment request file handling - - - Payment request file cannot be read! This can be caused by an invalid payment request file. - Payment request file cannot be read! This can be caused by an invalid payment request file. - - - Payment request expired. - Payment request expired. - - - Unverified payment requests to custom payment scripts are unsupported. - Unverified payment requests to custom payment scripts are unsupported. - - - Invalid payment request. - Invalid payment request. - - - Refund from %1 - Refund from %1 - - - Payment request %1 is too large (%2 bytes, allowed %3 bytes). - Payment request %1 is too large (%2 bytes, allowed %3 bytes). - - - Error communicating with %1: %2 - Error communicating with %1: %2 - - - Payment request cannot be parsed! - Payment request cannot be parsed! - - - Bad response from server %1 - Bad response from server %1 - - - Payment acknowledged - Payment acknowledged - - - Network request error - Network request error - - + PeerTableModel @@ -1384,11 +1000,7 @@ Node/Service Node/Service - - Ping Time - Ping Time - - + QObject @@ -1427,32 +1039,19 @@ %1 ms %1 ms - + + %1 and %2 + %1 and %2 + + + + QObject::QObject + QRImageWidget - - &Save Image... - &Save Image... - - - &Copy Image - &Copy Image - - - Save QR Code - Save QR Code - - - PNG Image (*.png) - PNG Image (*.png) - - + RPCConsole - - Client name - Client name - N/A N/A @@ -1473,14 +1072,14 @@ General General - - Using OpenSSL version - Using OpenSSL version - Using BerkeleyDB version Using BerkeleyDB version + + Datadir + Datadir + Startup time Startup time @@ -1517,10 +1116,6 @@ Memory usage Memory usage - - Open the Bitcoin Core debug log file from the current data directory. This can take a few seconds for large log files. - Open the Blackcoin More debug log file from the current data directory. This can take a few seconds for large log files. - Received Received @@ -1569,6 +1164,18 @@ User Agent User Agent + + Open the %1 debug log file from the current data directory. This can take a few seconds for large log files. + Open the %1 debug log file from the current data directory. This can take a few seconds for large log files. + + + Decrease font size + Decrease font size + + + Increase font size + Increase font size + Services Services @@ -1637,10 +1244,6 @@ Out: Out: - - Build date - Build date - Debug log file Debug log file @@ -1649,14 +1252,6 @@ Clear console Clear console - - &Disconnect Node - &Disconnect Node - - - Ban Node for - Ban Node for - 1 &hour 1 &hour @@ -1674,12 +1269,8 @@ 1 &year - &Unban Node - &Unban Node - - - Welcome to the Bitcoin Core RPC console. - Welcome to the Blackcoin More RPC console. + Welcome to the %1 RPC console. + Welcome to the %1 RPC console. Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -1808,19 +1399,7 @@ Remove Remove - - Copy label - Copy label - - - Copy message - Copy message - - - Copy amount - Copy amount - - + ReceiveRequestDialog @@ -1839,74 +1418,26 @@ &Save Image... &Save Image... - - Request payment to %1 - Request payment to %1 - - - Payment information - Payment information - - - URI - URI - Address Address - - Amount - Amount - Label Label - - Message - Message - - - Resulting URI too long, try to reduce the text for label / message. - Resulting URI too long, try to reduce the text for label / message. - - - Error encoding URI into QR Code. - Error encoding URI into QR Code. - - + RecentRequestsTableModel - - Date - Date - Label Label - - Message - Message - - - Amount - Amount - (no label) (no label) - - (no message) - (no message) - - - (no amount) - (no amount) - - + SendCoinsDialog @@ -1941,10 +1472,6 @@ Amount: Amount: - - Priority: - Priority: - Fee: Fee: @@ -2013,10 +1540,6 @@ (Smart fee not initialized yet. This usually takes a few blocks...) (Smart fee not initialised yet. This usually takes a few blocks...) - - Confirmation time: - Confirmation time: - normal normal @@ -2025,14 +1548,6 @@ fast fast - - Send as zero-fee transaction if possible - Send as zero-fee transaction if possible - - - (confirmation may take longer) - (confirmation may take longer) - Send to multiple recipients at once Send to multiple recipients at once @@ -2065,118 +1580,10 @@ S&end S&end - - Confirm send coins - Confirm send coins - - - %1 to %2 - %1 to %2 - - - Copy quantity - Copy quantity - - - Copy amount - Copy amount - - - Copy fee - Copy fee - - - Copy after fee - Copy after fee - - - Copy bytes - Copy bytes - - - Copy priority - Copy priority - - - Copy change - Copy change - - - Total Amount %1 - Total Amount %1 - - - or - or - - - The amount to pay must be larger than 0. - The amount to pay must be larger than 0. - - - The amount exceeds your balance. - The amount exceeds your balance. - - - The total exceeds your balance when the %1 transaction fee is included. - The total exceeds your balance when the %1 transaction fee is included. - - - Transaction creation failed! - 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. - 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. - - - A fee higher than %1 is considered an absurdly high fee. - A fee higher than %1 is considered an absurdly high fee. - - - Payment request expired. - Payment request expired. - - - Pay only the required fee of %1 - Pay only the required fee of %1 - - - Estimated to begin confirmation within %n block(s). - Estimated to begin confirmation within %n block.Estimated to begin confirmation within %n blocks. - - - The recipient address is not valid. Please recheck. - The recipient address is not valid. Please recheck. - - - Duplicate address found: addresses should only be used once each. - Duplicate address found: addresses should only be used once each. - - - Warning: Invalid Bitcoin address - Warning: Invalid Blackcoin address - (no label) (no label) - - Warning: Unknown change address - Warning: Unknown change address - - - Copy dust - Copy dust - - - Are you sure you want to send? - Are you sure you want to send? - - - added as transaction fee - added as transaction fee - SendCoinsEntry @@ -2188,10 +1595,6 @@ Pay &To: Pay &To: - - Enter a label for this address to add it to your address book - Enter a label for this address to add it to your address book - &Label: &Label: @@ -2260,12 +1663,15 @@ Memo: Memo: - + + + SendConfirmationDialog + ShutdownWindow - Bitcoin Core is shutting down... - Blackcoin More is shutting down... + %1 is shutting down... + %1 is shutting down... Do not shut down the computer until this window disappears. @@ -2358,69 +1764,9 @@ Reset all verify message fields Reset all verify message fields - - Click "Sign Message" to generate signature - Click "Sign Message" to generate signature - - - The entered address is invalid. - The entered address is invalid. - - - Please check the address and try again. - Please check the address and try again. - - - The entered address does not refer to a key. - The entered address does not refer to a key. - - - Wallet unlock was cancelled. - Wallet unlock was cancelled. - - - Private key for the entered address is not available. - Private key for the entered address is not available. - - - Message signing failed. - Message signing failed. - - - Message signed. - Message signed. - - - The signature could not be decoded. - The signature could not be decoded. - - - Please check the signature and try again. - Please check the signature and try again. - - - The signature did not match the message digest. - The signature did not match the message digest. - - - Message verification failed. - Message verification failed. - - - Message verified. - Message verified. - - + SplashScreen - - Bitcoin Core - Blackcoin More - - - The Bitcoin Core developers - The Blackcoin More developers - [testnet] [testnet] @@ -2435,399 +1781,31 @@ TransactionDesc - - Open until %1 - Open until %1 - - - conflicted - conflicted - - - %1/offline - %1/offline - - - %1/unconfirmed - %1/unconfirmed - - - %1 confirmations - %1 confirmations - - - Status - Status - - - , broadcast through %n node(s) - , broadcast through %n node, broadcast through %n nodes - - - Date - Date - - - Source - Source - - - Generated - Generated - - - From - From - - - To - To - - - own address - own address - - - watch-only - watch-only - - - label - label - - - Credit - Credit - - - matures in %n more block(s) - matures in %n more blockmatures in %n more blocks - - - not accepted - not accepted - - - Debit - Debit - - - Total debit - Total debit - - - Total credit - Total credit - - - Transaction fee - Transaction fee - - - Net amount - Net amount - - - Message - Message - - - Comment - Comment - - - Transaction ID - Transaction ID - - - Merchant - 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. - 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. - - - Debug information - Debug information - - - Transaction - Transaction - - - Inputs - Inputs - - - Amount - Amount - - - true - true - - - false - false - - - , has not been successfully broadcast yet - , has not been successfully broadcast yet - - - Open for %n more block(s) - Open for %n more blockOpen for %n more blocks - - - unknown - unknown - - + TransactionDescDialog - - Transaction details - Transaction details - This pane shows a detailed description of the transaction This pane shows a detailed description of the transaction - + TransactionTableModel - - Date - Date - - - Type - Type - - - Immature (%1 confirmations, will be available after %2) - Immature (%1 confirmations, will be available after %2) - - - Open for %n more block(s) - Open for %n more blockOpen for %n more blocks - - - Open until %1 - Open until %1 - - - Confirmed (%1 confirmations) - Confirmed (%1 confirmations) - - - This block was not received by any other nodes and will probably not be accepted! - This block was not received by any other nodes and will probably not be accepted! - - - Generated but not accepted - Generated but not accepted - - - Offline - Offline - Label Label - Unconfirmed - Unconfirmed + (no label) + (no label) - - Confirming (%1 of %2 recommended confirmations) - Confirming (%1 of %2 recommended confirmations) - - - Conflicted - Conflicted - - - Received with - Received with - - - Received from - Received from - - - Sent to - Sent to - - - Payment to yourself - Payment to yourself - - - Mined - Mined - - - watch-only - watch-only - - - (n/a) - (n/a) - - - Transaction status. Hover over this field to show number of confirmations. - Transaction status. Hover over this field to show number of confirmations. - - - Date and time that the transaction was received. - Date and time that the transaction was received. - - - Type of transaction. - Type of transaction. - - - Whether or not a watch-only address is involved in this transaction. - Whether or not a watch-only address is involved in this transaction. - - - User-defined intent/purpose of the transaction. - User-defined intent/purpose of the transaction. - - - Amount removed from or added to balance. - Amount removed from or added to balance. - - + TransactionView - - All - All - - - Today - Today - - - This week - This week - - - This month - This month - - - Last month - Last month - - - This year - This year - - - Range... - Range... - - - Received with - Received with - - - Sent to - Sent to - - - To yourself - To yourself - - - Mined - Mined - - - Other - Other - - - Enter address or label to search - Enter address or label to search - - - Min amount - Min amount - - - Copy address - Copy address - - - Copy label - Copy label - - - Copy amount - Copy amount - - - Copy transaction ID - Copy transaction ID - - - Copy raw transaction - Copy raw transaction - - - Edit label - Edit label - - - Show transaction details - Show transaction details - - - Export Transaction History - Export Transaction History - - - Watch-only - Watch-only - - - Exporting Failed - Exporting Failed - - - There was an error trying to save the transaction history to %1. - There was an error trying to save the transaction history to %1. - - - Exporting Successful - Exporting Successful - - - The transaction history was successfully saved to %1. - The transaction history was successfully saved to %1. - Comma separated file (*.csv) Comma separated file (*.csv) - - Confirmed - Confirmed - - - Date - Date - - - Type - Type - Label Label @@ -2837,18 +1815,10 @@ Address - ID - ID + Exporting Failed + Exporting Failed - - Range: - Range: - - - to - to - - + UnitDisplayStatusBarControl @@ -2858,53 +1828,13 @@ WalletFrame - - No wallet has been loaded. - No wallet has been loaded. - - + WalletModel - - Send Coins - Send Coins - - + WalletView - - &Export - &Export - - - Export the data in the current tab to a file - Export the data in the current tab to a file - - - Backup Wallet - Backup Wallet - - - Wallet Data (*.dat) - Wallet Data (*.dat) - - - Backup Failed - Backup Failed - - - There was an error trying to save the wallet data to %1. - There was an error trying to save the wallet data to %1. - - - The wallet data was successfully saved to %1. - The wallet data was successfully saved to %1. - - - Backup Successful - Backup Successful - - + bitcoin-core @@ -2931,14 +1861,6 @@ If <category> is not supplied or if <category> = 1, output all debugging information. If <category> is not supplied or if <category> = 1, output all debugging information. - - Maximum total fees (in %s) to use in a single wallet transaction; setting this too low may abort large transactions (default: %s) - Maximum total fees (in %s) to use in a single wallet transaction; setting this too low may abort large transactions (default: %s) - - - Please check that your computer's date and time are correct! If your clock is wrong Bitcoin Core will not work properly. - Please check that your computer's date and time are correct! If your clock is wrong Blackcoin More will not work properly. - Prune configured below the minimum of %d MiB. Please use a higher number. Prune configured below the minimum of %d MiB. Please use a higher number. @@ -2947,10 +1869,6 @@ Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node) Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node) - - Reduce storage requirements by pruning (deleting) old blocks. This mode is incompatible with -txindex and -rescan. Warning: Reverting this setting requires re-downloading the entire blockchain. (default: 0 = disable pruning blocks, >%u = target size in MiB to use for block files) - Reduce storage requirements by pruning (deleting) old blocks. This mode is incompatible with -txindex and -rescan. Warning: Reverting this setting requires re-downloading the entire blockchain. (default: 0 = disable pruning blocks, >%u = target size in MiB to use for block files) - Rescans are not possible in pruned mode. You will need to use -reindex which will download the whole blockchain again. Rescans are not possible in pruned mode. You will need to use -reindex which will download the whole blockchain again. @@ -2976,25 +1894,61 @@ Unable to start HTTP server. See debug log for details. - Accept connections from outside (default: 1 if no -proxy or -connect) - Accept connections from outside (default: 1 if no -proxy or -connect) + Bitcoin Core + Blackcoin More + + + The %s developers + The %s developers + + + A fee rate (in %s/kB) that will be used when fee estimation has insufficient data (default: %s) + A fee rate (in %s/kB) that will be used when fee estimation has insufficient data (default: %s) + + + Accept relayed transactions received from whitelisted peers even when not relaying transactions (default: %d) + Accept relayed transactions received from whitelisted peers even when not relaying transactions (default: %d) Bind to given address and always listen on it. Use [host]:port notation for IPv6 Bind to given address and always listen on it. Use [host]:port notation for IPv6 + + Cannot obtain a lock on data directory %s. %s is probably already running. + Cannot obtain a lock on data directory %s. %s is probably already running. + Delete all wallet transactions and only recover those parts of the blockchain through -rescan on startup Delete all wallet transactions and only recover those parts of the blockchain through -rescan on startup - Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. - Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. + Error loading %s: You can't enable HD on a already existing non-HD wallet + Error loading %s: You can't enable HD on a already existing non-HD wallet + + + Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect. + Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect. Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) + + Maximum allowed median peer time offset adjustment. Local perspective of time may be influenced by peers forward or backward by this amount. (default: %u seconds) + Maximum allowed median peer time offset adjustment. Local perspective of time may be influenced by peers forward or backward by this amount. (default: %u seconds) + + + Maximum total fees (in %s) to use in a single wallet transaction or raw transaction; setting this too low may abort large transactions (default: %s) + Maximum total fees (in %s) to use in a single wallet transaction or raw transaction; setting this too low may abort large transactions (default: %s) + + + Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly. + Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly. + + + Please contribute if you find %s useful. Visit %s for further information about the software. + Please contribute if you find %s useful. Visit %s for further information about the software. + Set the number of script verification threads (%u to %d, 0 = auto, <0 = leave that many cores free, default: %d) Set the number of script verification threads (%u to %d, 0 = auto, <0 = leave that many cores free, default: %d) @@ -3004,40 +1958,20 @@ The block database contains a block which appears to be from the future. This may be due to your computer's date and time being set incorrectly. Only rebuild the block database if you are sure that your computer's date and time are correct - This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - - - Unable to bind to %s on this computer. Bitcoin Core is probably already running. - Unable to bind to %s on this computer. Blackcoin More is probably already running. + Unable to rewind the database to a pre-fork state. You will need to redownload the blockchain + Unable to rewind the database to a pre-fork state. You will need to re-download the blockchain Use UPnP to map the listening port (default: 1 when listening and no -proxy) Use UPnP to map the listening port (default: 1 when listening and no -proxy) - WARNING: abnormally high number of blocks generated, %d blocks received in the last %d hours (%d expected) - WARNING: abnormally high number of blocks generated, %d blocks received in the last %d hours (%d expected) + You need to rebuild the database using -reindex-chainstate to change -txindex + You need to rebuild the database using -reindex-chainstate to change -txindex - WARNING: check your network connection, %d blocks received in the last %d hours (%d expected) - WARNING: check your network connection, %d blocks received in the last %d hours (%d expected) - - - Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. - 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: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. - - - 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. - 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. - - - Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. - Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. + %s corrupt, salvage failed + %s corrupt, salvage failed -maxmempool must be at least %d MB @@ -3047,18 +1981,34 @@ <category> can be: <category> can be: + + Append comment to the user agent string + Append comment to the user agent string + + + Attempt to recover private keys from a corrupt wallet on startup + Attempt to recover private keys from a corrupt wallet on startup + Block creation options: Block creation options: - Connect only to the specified node(s) - Connect only to the specified node(s) + Cannot resolve -%s address: '%s' + Cannot resolve -%s address: '%s' + + + Change index out of range + Change index out of range Connection options: Connection options: + + Copyright (C) %i-%i + Copyright (C) %i-%i + Corrupted block database detected Corrupted block database detected @@ -3091,6 +2041,10 @@ Enable publish raw transaction in <address> Enable publish raw transaction in <address> + + Enable transaction replacement in the memory pool (default: %u) + Enable transaction replacement in the memory pool (default: %u) + Error initializing block database Error initialising block database @@ -3099,6 +2053,22 @@ Error initializing wallet database environment %s! Error initialising wallet database environment %s! + + Error loading %s + Error loading %s + + + Error loading %s: Wallet corrupted + Error loading %s: Wallet corrupted + + + Error loading %s: Wallet requires newer version of %s + Error loading %s: Wallet requires newer version of %s + + + Error loading %s: You can't disable HD on a already existing HD wallet + Error loading %s: You can't disable HD on a already existing HD wallet + Error loading block database Error loading block database @@ -3123,14 +2093,34 @@ Incorrect or no genesis block found. Wrong datadir for network? Incorrect or no genesis block found. Wrong datadir for network? + + Initialization sanity check failed. %s is shutting down. + Initialisation sanity check failed. %s is shutting down. + Invalid -onion address: '%s' Invalid -onion address: '%s' + + Invalid amount for -%s=<amount>: '%s' + Invalid amount for -%s=<amount>: '%s' + + + Invalid amount for -fallbackfee=<amount>: '%s' + Invalid amount for -fallbackfee=<amount>: '%s' + Keep the transaction memory pool below <n> megabytes (default: %u) Keep the transaction memory pool below <n> megabytes (default: %u) + + Loading banlist... + Loading banlist... + + + Location of the auth cookie (default: data dir) + Location of the auth cookie (default: data dir) + Not enough file descriptors available. Not enough file descriptors available. @@ -3139,6 +2129,14 @@ Only connect to nodes in network <net> (ipv4, ipv6 or onion) Only connect to nodes in network <net> (ipv4, ipv6 or onion) + + Print this help message and exit + Print this help message and exit + + + Print version and exit + Print version and exit + Prune cannot be configured with a negative value. Prune cannot be configured with a negative value. @@ -3147,6 +2145,18 @@ Prune mode is incompatible with -txindex. Prune mode is incompatible with -txindex. + + Rebuild chain state and block index from the blk*.dat files on disk + Rebuild chain state and block index from the blk*.dat files on disk + + + Rebuild chain state from the currently indexed blocks + Rebuild chain state from the currently indexed blocks + + + Rewinding blocks... + Rewinding blocks... + Set database cache size in megabytes (%d to %d, default: %d) Set database cache size in megabytes (%d to %d, default: %d) @@ -3159,6 +2169,14 @@ Specify wallet file (within data directory) Specify wallet file (within data directory) + + The source code is available from %s. + The source code is available from %s. + + + Unable to bind to %s on this computer. %s is probably already running. + Unable to bind to %s on this computer. %s is probably already running. + Unsupported argument -benchmark ignored, use -debug=bench. Unsupported argument -benchmark ignored, use -debug=bench. @@ -3191,18 +2209,18 @@ Wallet %s resides outside data directory %s Wallet %s resides outside data directory %s + + Wallet debugging/testing options: + Wallet debugging/testing options: + + + Wallet needed to be rewritten: restart %s to complete + Wallet needed to be rewritten: restart %s to complete + Wallet options: Wallet options: - - Warning: This version is obsolete; upgrade required! - Warning: This version is obsolete; upgrade required! - - - You need to rebuild the database using -reindex to change -txindex - You need to rebuild the database using -reindex to change -txindex - 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 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 @@ -3215,10 +2233,6 @@ 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) 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) - - Cannot obtain a lock on data directory %s. Bitcoin Core is probably already running. - Cannot obtain a lock on data directory %s. Blackcoin More is probably already running. - Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) @@ -3251,10 +2265,6 @@ Maximum size of data in data carrier transactions we relay and mine (default: %u) Maximum size of data in data carrier transactions we relay and mine (default: %u) - - Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect) - Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect) - Randomize credentials for every proxy connection. This enables Tor stream isolation (default: %u) Randomise credentials for every proxy connection. This enables Tor stream isolation (default: %u) @@ -3263,17 +2273,13 @@ Set maximum size of high-priority/low-fee transactions in bytes (default: %d) Set maximum size of high-priority/low-fee transactions in bytes (default: %d) - - Set the number of threads for coin generation if enabled (-1 = all cores, default: %d) - Set the number of threads for coin generation if enabled (-1 = all cores, default: %d) - The transaction amount is too small to send after the fee has been deducted The transaction amount is too small to send after the fee has been deducted - 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. - 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. + Use hierarchical deterministic key generation (HD) after BIP32. Only has effect during wallet creation/first start + Use hierarchical deterministic key generation (HD) after BIP32. Only has effect during wallet creation/first start 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 @@ -3291,38 +2297,14 @@ Accept public REST requests (default: %u) Accept public REST requests (default: %u) - - Activating best chain... - Activating best chain... - - - Always relay transactions received from whitelisted peers (default: %d) - Always relay transactions received from whitelisted peers (default: %d) - - - Attempt to recover private keys from a corrupt wallet.dat on startup - Attempt to recover private keys from a corrupt wallet.dat on startup - Automatically create Tor hidden service (default: %d) Automatically create Tor hidden service (default: %d) - - Cannot resolve -whitebind address: '%s' - Cannot resolve -whitebind address: '%s' - Connect through SOCKS5 proxy Connect through SOCKS5 proxy - - Copyright (C) 2009-%i The Bitcoin Core Developers - Copyright (C) 2018-%i The Blackcoin More Developers - - - Error loading wallet.dat: Wallet requires newer version of Bitcoin Core - Error loading wallet.dat: Wallet requires newer version of Blackcoin More - Error reading from database, shutting down. Error reading from database, shutting down. @@ -3335,22 +2317,6 @@ Information Information - - Initialization sanity check failed. Bitcoin Core is shutting down. - Initialisation sanity check failed. Blackcoin More is shutting down. - - - Invalid amount for -maxtxfee=<amount>: '%s' - Invalid amount for -maxtxfee=<amount>: '%s' - - - Invalid amount for -minrelaytxfee=<amount>: '%s' - Invalid amount for -minrelaytxfee=<amount>: '%s' - - - Invalid amount for -mintxfee=<amount>: '%s' - Invalid amount for -mintxfee=<amount>: '%s' - Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) @@ -3375,14 +2341,6 @@ RPC server options: RPC server options: - - Rebuild block chain index from current blk000??.dat files on startup - Rebuild block chain index from current blk000??.dat files on startup - - - Receive and display P2P network alerts (default: %u) - Receive and display P2P network alerts (default: %u) - Reducing -maxconnections from %d to %d, because of system limitations. Reducing -maxconnections from %d to %d, because of system limitations. @@ -3431,10 +2389,6 @@ Transaction amount too small Transaction amount too small - - Transaction amounts must be positive - Transaction amounts must be positive - Transaction too large for fee policy Transaction too large for fee policy @@ -3455,14 +2409,14 @@ Username for JSON-RPC connections Username for JSON-RPC connections - - Wallet needed to be rewritten: restart Bitcoin Core to complete - Wallet needed to be rewritten: restart Blackcoin More to complete - Warning Warning + + Warning: unknown new rules activated (versionbit %i) + Warning: unknown new rules activated (versionbit %i) + Whether to operate in a blocks only mode (default: %u) Whether to operate in a blocks only mode (default: %u) @@ -3475,10 +2429,6 @@ ZeroMQ notification options: ZeroMQ notification options: - - wallet.dat corrupt, salvage failed - wallet.dat corrupt, salvage failed - Password for JSON-RPC connections Password for JSON-RPC connections @@ -3487,10 +2437,6 @@ Execute command when the best block changes (%s in cmd is replaced by block hash) Execute command when the best block changes (%s in cmd is replaced by block hash) - - This help message - This help message - Allow DNS lookups for -addnode, -seednode and -connect Allow DNS lookups for -addnode, -seednode and -connect @@ -3499,10 +2445,6 @@ Loading addresses... Loading addresses... - - Error loading wallet.dat: Wallet corrupted - Error loading wallet.dat: Wallet corrupted - (1 = keep tx meta data e.g. account owner and payment request information, 2 = drop tx meta data) (1 = keep tx meta data e.g. account owner and payment request information, 2 = drop tx meta data) @@ -3511,17 +2453,13 @@ -maxtxfee is set very high! Fees this large could be paid on a single transaction. -maxtxfee is set very high! Fees this large could be paid on a single transaction. - - -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. - -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. - Do not keep transactions in the mempool longer than <n> hours (default: %u) Do not keep transactions in the mempool longer than <n> hours (default: %u) - Error reading wallet.dat! All keys read correctly, but transaction data or address book entries might be missing or incorrect. - Error reading wallet.dat! All keys read correctly, but transaction data or address book entries might be missing or incorrect. + Equivalent bytes per sigop in transactions for relay and mining (default: %u) + Equivalent bytes per sigop in transactions for relay and mining (default: %u) Fees (in %s/kB) smaller than this are considered zero fee for transaction creation (default: %s) @@ -3559,13 +2497,21 @@ Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported. Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported. + + Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay. + Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay. + Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) - Username and hashed password for JSON-RPC connections. The field <userpw> comes in the format: <USERNAME>:<SALT>$<HASH>. A canonical python script is included in share/rpcuser. This option can be specified multiple times - Username and hashed password for JSON-RPC connections. The field <userpw> comes in the format: <USERNAME>:<SALT>$<HASH>. A canonical python script is included in share/rpcuser. This option can be specified multiple times + Warning: Unknown block versions being mined! It's possible unknown rules are in effect + Warning: Unknown block versions being mined! It's possible unknown rules are in effect + + + Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup. + Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup. (default: %s) @@ -3575,14 +2521,6 @@ Always query for peer addresses via DNS lookup (default: %u) Always query for peer addresses via DNS lookup (default: %u) - - Error loading wallet.dat - Error loading wallet.dat - - - Generate coins (default: %u) - Generate coins (default: %u) - How many blocks to check at startup (default: %u, 0 = all) How many blocks to check at startup (default: %u, 0 = all) @@ -3636,8 +2574,8 @@ Set key pool size to <n> (default: %u) - Set minimum block size in bytes (default: %u) - Set minimum block size in bytes (default: %u) + Set maximum BIP141 block weight (default: %d) + Set maximum BIP141 block weight (default: %d) Set the number of threads to service RPC calls (default: %d) @@ -3667,18 +2605,6 @@ Unknown network specified in -onlynet: '%s' Unknown network specified in -onlynet: '%s' - - Cannot resolve -bind address: '%s' - Cannot resolve -bind address: '%s' - - - Cannot resolve -externalip address: '%s' - Cannot resolve -externalip address: '%s' - - - Invalid amount for -paytxfee=<amount>: '%s' - Invalid amount for -paytxfee=<amount>: '%s' - Insufficient funds Insufficient funds diff --git a/src/qt/locale/bitcoin_eo.ts b/src/qt/locale/bitcoin_eo.ts index b8cd341e6..4612d8750 100644 --- a/src/qt/locale/bitcoin_eo.ts +++ b/src/qt/locale/bitcoin_eo.ts @@ -25,10 +25,6 @@ C&lose &Fermi - - &Copy Address - &Kopii Adreson - Delete the currently selected address from the list Forigi la elektitan adreson el la listo @@ -47,11 +43,11 @@ Choose the address to send coins to - Elektu la alsendotan adreson + Elekti la adreson por sendi monerojn Choose the address to receive coins with - Elektu la ricevontan adreson + Elekti la adreson ricevi monerojn kun C&hoose @@ -73,6 +69,10 @@ These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. Jen viaj blackmonaj adresoj por ricevi pagojn. Estas konsilinde uzi apartan ricevan adreson por ĉiu transakcio. + + &Copy Address + &Kopii Adreson + Copy &Label Kopii &Etikedon @@ -131,87 +131,7 @@ Repeat new passphrase Ripetu la novan pasfrazon - - Encrypt wallet - Ĉifri la monujon - - - This operation needs your wallet passphrase to unlock the wallet. - Ĉi tiu operacio bezonas vian monujan pasfrazon, por malŝlosi la monujon. - - - Unlock wallet - Malŝlosi la monujon - - - This operation needs your wallet passphrase to decrypt the wallet. - Ĉi tiu operacio bezonas vian monujan pasfrazon, por malĉifri la monujon. - - - Decrypt wallet - Malĉifri la monujon - - - Change passphrase - Ŝanĝi la pasfrazon - - - Confirm wallet encryption - Konfirmo de ĉifrado de la monujo - - - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! - Atentu! Se vi ĉifras vian monujon kaj perdas la pasfrazon, vi <b>PERDOS LA TUTON DE VIA BLACKMONO<b>! - - - Are you sure you wish to encrypt your wallet? - Ĉu vi certas, ke vi volas ĉifri la monujon? - - - 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. - GRAVE: antaŭaj sekur-kopioj de via monujo-dosiero estas forigindaj kiam vi havas nove kreitan ĉifritan monujo-dosieron. Pro sekureco, antaŭaj kopioj de la neĉifrita dosiero ne plu funkcios tuj kiam vi ekuzos la novan ĉifritan dosieron. - - - Warning: The Caps Lock key is on! - Atentu: la majuskla baskulo estas ŝaltita! - - - Wallet encrypted - La monujo estas ĉifrita - - - Enter the old passphrase and new passphrase to the wallet. - Tajpu la malnovan pasvorton kaj la novan pasvorton por la monujo. - - - Wallet encryption failed - Ĉifrado de la monujo fiaskis - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - Ĉifrado de monujo fiaskis pro interna eraro. Via monujo ne estas ĉifrita. - - - The supplied passphrases do not match. - La pasfrazoj entajpitaj ne samas. - - - Wallet unlock failed - Malŝloso de la monujo fiaskis - - - The passphrase entered for the wallet decryption was incorrect. - La pasfrazo enigita por ĉifrado de monujo ne ĝustas. - - - Wallet decryption failed - Malĉifrado de la monujo fiaskis - - - Wallet passphrase was successfully changed. - Vi sukcese ŝanĝis la pasfrazon de la monujo. - - + BanTableModel @@ -289,14 +209,6 @@ Open &URI... Malfermi &URI-on... - - Bitcoin Core client - kliento de blackmon-kerno - - - Importing blocks from disk... - Importado de blokoj el disko... - Reindexing blocks on disk... Reindeksado de blokoj sur disko... @@ -341,10 +253,6 @@ &Receive &Ricevi - - Show information about Bitcoin Core - Vidigi informon pri Blackcoin More - &Show / Hide &Montri / Kaŝi @@ -381,18 +289,10 @@ Tabs toolbar Langeto-breto - - Bitcoin Core - Blackcoin More - Request payments (generates QR codes and bitcoin: URIs) Peti pagon (kreas QR-kodojn kaj URI-ojn kun prefikso blackcoin:) - - &About Bitcoin Core - &Pri la Blackcoin More - Show the list of used sending addresses and labels Vidigi la liston de uzitaj sendaj adresoj kaj etikedoj @@ -409,30 +309,6 @@ &Command-line options &Komandliniaj agordaĵoj - - No block source available... - Neniu fonto de blokoj trovebla... - - - %n hour(s) - %n horo%n horoj - - - %n day(s) - %n tago%n tagoj - - - %n week(s) - %n semajno%n semajnoj - - - %1 and %2 - %1 kaj %2 - - - %n year(s) - %n jaro%n jaroj - %1 behind mankas %1 @@ -511,14 +387,7 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> Monujo estas <b>ĉifrita</b> kaj aktuale <b>ŝlosita</b> - - - ClientModel - - Network Alert - Reta Averto - - + CoinControlDialog @@ -533,10 +402,6 @@ Amount: Sumo: - - Priority: - Prioritato: - Fee: Krompago: @@ -589,139 +454,11 @@ Confirmed Konfirmita - - Priority - Prioritato - - - Copy address - Kopii adreson - - - Copy label - Kopii etikedon - - - Copy amount - Kopii sumon - - - Copy transaction ID - Kopii transakcian ID-on - - - Lock unspent - Ŝlosi la neelspezitajn - - - Unlock unspent - Malŝlosi la neelspezitajn - - - Copy quantity - Kopii kvanton - - - Copy fee - Kopii krompagon - - - Copy after fee - Kopii post krompago - - - Copy bytes - Kopii bajtojn - - - Copy priority - Kopii prioritaton - - - Copy dust - Kopii polvon - - - Copy change - Kopii restmonon - - - highest - plej alta - - - higher - pli alta - - - high - alta - - - medium-high - mezalta - - - medium - meza - - - low-medium - mezmalalta - - - low - malalta - - - lower - pli malalta - - - lowest - plej malalta - - - (%1 locked) - (%1 ŝlosita) - - - none - neniu - - - yes - jes - - - no - ne - - - This means a fee of at least %1 per kB is required. - Tio signifas, ke krompago de almenaŭ po %1 por ĉiu kB estas deviga. - - - Can vary +/- 1 byte per input. - Povas varii po +/- 1 bajton por ĉiu enigo. - - - Transactions with higher priority are more likely to get included into a block. - Transakcioj kun pli alta prioritato havas pli altan ŝancon inkluziviĝi en bloko. - (no label) (neniu etikedo) - - change from %1 (%2) - restmono de %1 (%2) - - - (change) - (restmono) - - + EditAddressDialog @@ -744,39 +481,7 @@ &Address &Adreso - - New receiving address - Nova adreso por ricevi - - - New sending address - Nova adreso por sendi - - - Edit receiving address - Redakti adreson por ricevi - - - Edit sending address - Redakti adreson por sendi - - - The entered address "%1" is already in the address book. - La adreso enigita "%1" jam ekzistas en la adresaro. - - - The entered address "%1" is not a valid Bitcoin address. - La adreso enigita "%1" ne estas valida Blackmon-adreso. - - - Could not unlock wallet. - Ne eblis malŝlosi monujon. - - - New key generation failed. - Fiaskis kreo de nova ŝlosilo. - - + FreespaceChecker @@ -802,18 +507,10 @@ HelpMessageDialog - - Bitcoin Core - Blackcoin More - version versio - - About Bitcoin Core - Pri la Blackcoin More - Command-line options Komandliniaj agordaĵoj @@ -837,18 +534,6 @@ Welcome Bonvenon - - Welcome to Bitcoin Core. - Bonvenon al la Blackcoin More. - - - As this is the first time the program is launched, you can choose where Bitcoin Core will store its data. - Dum tiu ĉi unua uzo de la programo, vi povas elekti lokon, kie Blackcoin More stokos siajn datumojn. - - - Bitcoin Core will download and store a copy of the Bitcoin block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Blackcoin More elŝutos kaj konservos kopion de la blackmona blokĉeno. Almenaŭ %1GB da datumoj konserviĝos en tiu loko, kaj tio poiome kreskos. Ankaŭ via monujo konserviĝos en tiu dosierujo. - Use the default data directory Uzi la defaŭltan dosierujon por datumoj @@ -857,10 +542,6 @@ Use a custom data directory: Uzi alian dosierujon por datumoj: - - Bitcoin Core - Blackcoin More - Error Eraro @@ -870,6 +551,17 @@ %n gigabajto de libera loko disponeble%n gigabajtoj de libera loko disponebla. + + ModalOverlay + + Form + Formularo + + + Last block time + Horo de la lasta bloko + + OpenURIDialog @@ -888,11 +580,7 @@ Select payment request file Elektu la dosieron de la pagpeto - - Select payment request file to open - Elektu la malfermotan dosieron de la pagpeto - - + OptionsDialog @@ -1077,47 +765,7 @@ PaymentServer - - URI handling - Traktado de URI-oj - - - Invalid payment address %1 - Nevalida pagadreso %1 - - - Requested payment amount of %1 is too small (considered dust). - La petita pagosumo de %1 estas tro malgranda (konsiderata kiel polvo). - - - Payment request error - Eraro dum pagopeto - - - Cannot start bitcoin: click-to-pay handler - Ne eblas lanĉi la ilon 'klaki-por-pagi' - - - Refund from %1 - Repago de %1 - - - Error communicating with %1: %2 - Eraro dum komunikado kun %1: %2 - - - Bad response from server %1 - Malbona respondo de la servilo %1 - - - Payment acknowledged - Pago agnoskita - - - Network request error - Eraro dum ret-peto - - + PeerTableModel @@ -1147,32 +795,19 @@ N/A neaplikebla + + %1 and %2 + %1 kaj %2 + + + + QObject::QObject QRImageWidget - - &Save Image... - &Konservi Bildon... - - - &Copy Image - &Kopii Bildon - - - Save QR Code - Konservi QR-kodon - - - PNG Image (*.png) - PNG-bildo (*.png) - - + RPCConsole - - Client name - Nomo de kliento - N/A neaplikebla @@ -1193,10 +828,6 @@ General Ĝenerala - - Using OpenSSL version - uzas OpenSSL-version - Startup time Horo de lanĉo @@ -1281,10 +912,6 @@ Out: El: - - Build date - Dato de kompilado - Debug log file Sencimiga protokoldosiero @@ -1360,19 +987,7 @@ Remove Forigi - - Copy label - Kopii etikedon - - - Copy message - Kopiu mesaĝon - - - Copy amount - Kopii sumon - - + ReceiveRequestDialog @@ -1391,69 +1006,25 @@ &Save Image... &Konservi Bildon... - - Request payment to %1 - Peti pagon al %1 - - - Payment information - Paginformoj - - - URI - URI - Address Adreso - - Amount - Sumo - Label Etikedo - - Message - Mesaĝo - - - Resulting URI too long, try to reduce the text for label / message. - La rezultanta URI estas tro longa. Provu malplilongigi la tekston de la etikedo / mesaĝo. - - - Error encoding URI into QR Code. - Eraro de kodigo de URI en la QR-kodon. - - + RecentRequestsTableModel - - Date - Dato - Label Etikedo - - Message - Mesaĝo - - - Amount - Sumo - (no label) (neniu etikedo) - - (no message) - (neniu mesaĝo) - SendCoinsDialog @@ -1485,10 +1056,6 @@ Amount: Sumo: - - Priority: - Prioritato: - Fee: Krompago: @@ -1537,82 +1104,10 @@ S&end Ŝendi - - Confirm send coins - Konfirmi sendon de bitmono - - - %1 to %2 - %1 al %2 - - - Copy quantity - Kopii kvanton - - - Copy amount - Kopii sumon - - - Copy fee - Kopii krompagon - - - Copy after fee - Kopii post krompago - - - Copy bytes - Kopii bajtojn - - - Copy priority - Kopii prioritaton - - - Copy change - Kopii restmonon - - - or - - - - The amount to pay must be larger than 0. - La pagenda sumo devas esti pli ol 0. - - - The amount exceeds your balance. - La sumo estas pli granda ol via saldo. - - - The total exceeds your balance when the %1 transaction fee is included. - La sumo kun la %1 krompago estas pli granda ol via saldo. - - - Transaction creation failed! - Kreo de transakcio fiaskis! - - - Warning: Invalid Bitcoin address - Averto: Nevalida Blackmon-adreso - (no label) (neniu etikedo) - - Copy dust - Kopii polvon - - - Are you sure you want to send? - Ĉu vi certas, ke vi volas sendi? - - - added as transaction fee - aldonita kiel krompago - SendCoinsEntry @@ -1624,10 +1119,6 @@ Pay &To: &Ricevonto: - - Enter a label for this address to add it to your address book - Tajpu etikedon por tiu ĉi adreso kaj aldonu ĝin al via adresaro - &Label: &Etikedo: @@ -1672,7 +1163,10 @@ Memo: Memorando: - + + + SendConfirmationDialog + ShutdownWindow @@ -1750,69 +1244,9 @@ Reset all verify message fields Reagordigi ĉiujn prikontrolajn kampojn - - Click "Sign Message" to generate signature - Klaku "Subskribi Mesaĝon" por krei subskribon - - - The entered address is invalid. - La adreso, kiun vi enmetis, estas nevalida. - - - Please check the address and try again. - Bonvolu kontroli la adreson kaj reprovi. - - - The entered address does not refer to a key. - La adreso, kiun vi enmetis, referencas neniun ŝlosilon. - - - Wallet unlock was cancelled. - Malŝloso de monujo estas nuligita. - - - Private key for the entered address is not available. - La privata ŝlosilo por la enigita adreso ne disponeblas. - - - Message signing failed. - Subskribo de mesaĝo fiaskis. - - - Message signed. - Mesaĝo estas subskribita. - - - The signature could not be decoded. - Ne eblis malĉifri la subskribon. - - - Please check the signature and try again. - Bonvolu kontroli la subskribon kaj reprovu. - - - The signature did not match the message digest. - La subskribo ne kongruis kun la mesaĝ-kompilaĵo. - - - Message verification failed. - Kontrolo de mesaĝo malsukcesis. - - - Message verified. - Mesaĝo sukcese kontrolita. - - + SplashScreen - - Bitcoin Core - Blackcoin More - - - The Bitcoin Core developers - La programistoj de Blackcoin More - [testnet] [testnet] @@ -1827,319 +1261,31 @@ TransactionDesc - - Open until %1 - Malferma ĝis %1 - - - %1/offline - %1/senkonekte - - - %1/unconfirmed - %1/nekonfirmite - - - %1 confirmations - %1 konfirmoj - - - Status - Stato - - - Date - Dato - - - Source - Fonto - - - Generated - Kreita - - - From - De - - - To - Al - - - own address - propra adreso - - - label - etikedo - - - Credit - Kredito - - - not accepted - ne akceptita - - - Debit - Debeto - - - Transaction fee - Krompago - - - Net amount - Neta sumo - - - Message - Mesaĝo - - - Comment - Komento - - - Transaction ID - Transakcia ID - - - Merchant - Vendisto - - - 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. - Kreitaj moneroj devas esti maturaj je %1 blokoj antaŭ ol eblas elspezi ilin. Kiam vi generis tiun ĉi blokon, ĝi estis elsendita al la reto por aldono al la blokĉeno. Se tiu aldono malsukcesas, ĝia stato ŝanĝiĝos al "neakceptita" kaj ne eblos elspezi ĝin. Tio estas malofta, sed povas okazi se alia bloko estas kreita je preskaŭ la sama momento kiel la via. - - - Debug information - Sencimigaj informoj - - - Transaction - Transakcio - - - Inputs - Enigoj - - - Amount - Sumo - - - true - vera - - - false - malvera - - - , has not been successfully broadcast yet - , ankoraŭ ne elsendita sukcese - - - unknown - nekonata - - + TransactionDescDialog - - Transaction details - Transakciaj detaloj - This pane shows a detailed description of the transaction Tiu ĉi panelo montras detalan priskribon de la transakcio - + TransactionTableModel - - Date - Dato - - - Type - Tipo - - - Open until %1 - Malferma ĝis %1 - - - Confirmed (%1 confirmations) - Konfirmita (%1 konfirmoj) - - - This block was not received by any other nodes and will probably not be accepted! - Tiun ĉi blokon ne ricevis ajna alia nodo, kaj ĝi verŝajne ne akceptiĝos! - - - Generated but not accepted - Kreita sed ne akceptita - - - Offline - Senkonekte - Label Etikedo - Unconfirmed - Nekonfirmita + (no label) + (neniu etikedo) - - Received with - Ricevita kun - - - Received from - Ricevita de - - - Sent to - Sendita al - - - Payment to yourself - Pago al vi mem - - - Mined - Minita - - - (n/a) - neaplikebla - - - Transaction status. Hover over this field to show number of confirmations. - Transakcia stato. Ŝvebi super tiu ĉi kampo por montri la nombron de konfirmoj. - - - Date and time that the transaction was received. - Dato kaj horo kiam la transakcio alvenis. - - - Type of transaction. - Tipo de transakcio. - - - Amount removed from or added to balance. - Sumo elprenita de aŭ aldonita al la saldo. - - + TransactionView - - All - Ĉiuj - - - Today - Hodiaŭ - - - This week - Ĉi-semajne - - - This month - Ĉi-monate - - - Last month - Pasintmonate - - - This year - Ĉi-jare - - - Range... - Intervalo... - - - Received with - Ricevita kun - - - Sent to - Sendita al - - - To yourself - Al vi mem - - - Mined - Minita - - - Other - Aliaj - - - Enter address or label to search - Tajpu adreson aŭ etikedon por serĉi - - - Min amount - Minimuma sumo - - - Copy address - Kopii adreson - - - Copy label - Kopii etikedon - - - Copy amount - Kopii sumon - - - Copy transaction ID - Kopii transakcian ID-on - - - Edit label - Redakti etikedon - - - Show transaction details - Montri detalojn de transakcio - - - Exporting Failed - ekspotado malsukcesinta - Comma separated file (*.csv) Perkome disigita dosiero (*.csv) - - Confirmed - Konfirmita - - - Date - Dato - - - Type - Tipo - Label Etikedo @@ -2149,18 +1295,10 @@ Adreso - ID - ID + Exporting Failed + ekspotado malsukcesinta - - Range: - Intervalo: - - - to - al - - + UnitDisplayStatusBarControl @@ -2169,38 +1307,10 @@ WalletModel - - Send Coins - Sendi Bitmonon - - + WalletView - - &Export - &Eksporti - - - Export the data in the current tab to a file - Eksporti la datumojn el la aktuala langeto al dosiero - - - Backup Wallet - Krei sekurkopion de monujo - - - Wallet Data (*.dat) - Monuj-datumoj (*.dat) - - - Backup Failed - Malsukcesis sekurkopio - - - Backup Successful - Sukcesis krei sekurkopion - - + bitcoin-core @@ -2228,8 +1338,8 @@ Ruli fone kiel demono kaj akcepti komandojn - Accept connections from outside (default: 1 if no -proxy or -connect) - Akcepti konektojn el ekstere (defaŭlte: 1 se ne estas -proxy nek -connect) + Bitcoin Core + Blackcoin More Bind to given address and always listen on it. Use [host]:port notation for IPv6 @@ -2239,22 +1349,6 @@ Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) Plenumi komandon kiam monuja transakcio ŝanĝiĝas (%s en cmd anstataŭiĝas per TxID) - - This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - Tiu ĉi estas antaŭeldona testa versio - uzu laŭ via propra risko - ne uzu por minado aŭ por aplikaĵoj por vendistoj - - - Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. - Averto: La reto ne tute konsentas! Kelkaj minantoj ŝajne spertas problemojn aktuale. - - - Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. - Averto: ŝajne ni ne tute konsentas kun niaj samtavolanoj! Eble vi devas ĝisdatigi vian klienton, aŭ eble aliaj nodoj faru same. - - - 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. - Averto: via wallet.dat estas difektita, sed la datumoj sukcese saviĝis! La originala wallet.dat estas nun konservita kiel wallet.{timestamp}.bak en %s; se via saldo aŭ transakcioj estas malĝustaj vi devus restaŭri per alia sekurkopio. - <category> can be: <category> povas esti: @@ -2263,10 +1357,6 @@ Block creation options: Blok-kreaj agordaĵoj: - - Connect only to the specified node(s) - Konekti nur al specifita(j) nodo(j) - Corrupted block database detected Difektita blokdatumbazo trovita @@ -2331,34 +1421,14 @@ Wallet options: Monujaj opcioj: - - You need to rebuild the database using -reindex to change -txindex - Vi devas rekontrui la datumbazon kun -reindex por ŝanĝi -txindex - Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message) Plenumi komandon kiam rilata alerto riceviĝas, aŭ kiam ni vidas tre longan forkon (%s en cms anstataŭiĝas per mesaĝo) - - Cannot resolve -whitebind address: '%s' - Ne eblas trovi la adreson -whitebind: '%s' - Information Informoj - - Invalid amount for -maxtxfee=<amount>: '%s' - Nevalida sumo por -maxtxfee=<amount>: '%s' - - - Invalid amount for -minrelaytxfee=<amount>: '%s' - Nevalida sumo por -minrelaytxfee=<amount>: '%s' - - - Invalid amount for -mintxfee=<amount>: '%s' - Nevalida sumo por -mintxfee=<amount>: '%s' - Send trace/debug info to console instead of debug.log file Sendi spurajn/sencimigajn informojn al la konzolo anstataŭ al dosiero debug.log @@ -2379,10 +1449,6 @@ Transaction amount too small Transakcia sumo tro malgranda - - Transaction amounts must be positive - Transakcia sumo devas esti pozitiva - Transaction too large Transakcio estas tro granda @@ -2395,10 +1461,6 @@ Warning Averto - - wallet.dat corrupt, salvage failed - wallet.dat estas difektita, riparo malsukcesis - Password for JSON-RPC connections Pasvorto por konektoj JSON-RPC @@ -2407,10 +1469,6 @@ Execute command when the best block changes (%s in cmd is replaced by block hash) Plenumi komandon kiam plej bona bloko ŝanĝiĝas (%s en cmd anstataŭiĝas per bloka haketaĵo) - - This help message - Tiu ĉi helpmesaĝo - Allow DNS lookups for -addnode, -seednode and -connect Permesi DNS-elserĉojn por -addnote, -seednote kaj -connect @@ -2419,14 +1477,6 @@ Loading addresses... Ŝarĝante adresojn... - - Error loading wallet.dat: Wallet corrupted - Eraro dum ŝargado de wallet.dat: monujo difektita - - - Error loading wallet.dat - Eraro dum ŝargado de wallet.dat - Invalid -proxy address: '%s' Nevalid adreso -proxy: '%s' @@ -2435,18 +1485,6 @@ Unknown network specified in -onlynet: '%s' Nekonata reto specifita en -onlynet: '%s' - - Cannot resolve -bind address: '%s' - Ne eblas trovi la adreson -bind: '%s' - - - Cannot resolve -externalip address: '%s' - Ne eblas trovi la adreson -externalip: '%s' - - - Invalid amount for -paytxfee=<amount>: '%s' - Nevalida sumo por -paytxfee=<amount>: '%s' - Insufficient funds Nesufiĉa mono diff --git a/src/qt/locale/bitcoin_es.ts b/src/qt/locale/bitcoin_es.ts index 7cb3a4386..8db30d7d3 100644 --- a/src/qt/locale/bitcoin_es.ts +++ b/src/qt/locale/bitcoin_es.ts @@ -25,10 +25,6 @@ C&lose C&errar - - &Copy Address - &Copiar dirección - Delete the currently selected address from the list Eliminar la dirección seleccionada de la lista @@ -47,11 +43,11 @@ Choose the address to send coins to - Elija la dirección para enviar monedas a + Seleccione la dirección a la que enviar monedas Choose the address to receive coins with - Elija la dirección para recibir monedas con + Seleccione la dirección de la que recibir monedas C&hoose @@ -67,11 +63,15 @@ These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - Estas son tus direcciones Blackcoin para enviar los pagos. Comprueba siempre la cantidad y la dirección receptora antes de enviar las monedas. + Estas son sus direcciones Blackcoin para enviar pagos. Verifique siempre la cantidad y la dirección de recepción antes de enviar blackcoins. These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Estas son tus direcciones de Blackcoin para recibir los pagos. Se recomienda utilizar una nueva dirección de recepción para cada transacción. + Estas son sus direcciones Blackcoin para recibir pagos. Se recomienda utilizar una nueva dirección de recepción para cada transacción + + + &Copy Address + &Copiar Dirección Copy &Label @@ -83,19 +83,19 @@ Export Address List - Exportar la lista de direcciones + Exportar lista de direcciones Comma separated file (*.csv) - Archivos separados por coma (*.csv) + Archivo separado de coma (*.csv) Exporting Failed - Fallo al exportar + Falló la exportación There was an error trying to save the address list to %1. Please try again. - Hubo un error al tratar de guardar en la lista de direcciones a %1 . Por favor, vuelve a intentarlo . + Había un error intentando guardar la lista de direcciones en %1. Por favor inténtelo de nuevo. @@ -131,13 +131,17 @@ Repeat new passphrase Repita la nueva contraseña + + 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>. + Introduzca la nueva contraseña del monedero. <br/>Por favor utilice una contraseña de <b>diez o más carácteres aleatorios</b>, o <b>ocho o más palabras</b>. + Encrypt wallet - Cifrar el monedero + Cifrar monedero This operation needs your wallet passphrase to unlock the wallet. - Esta operación requiere su contraseña para desbloquear el monedero. + Esta operación necesita su contraseña de monedero para desbloquear el monedero. Unlock wallet @@ -145,79 +149,75 @@ This operation needs your wallet passphrase to decrypt the wallet. - Esta operación requiere su contraseña para descifrar el monedero. + Esta operación necesita su contraseña para descifrar el monedero. Decrypt wallet - Descifrar el monedero + Descifrar monedero Change passphrase Cambiar contraseña + + Enter the old passphrase and new passphrase to the wallet. + Introduzca la contraseña antigua y la nueva para el monedero. + Confirm wallet encryption Confirmar cifrado del monedero Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! - Atencion: ¡Si cifra su monedero y pierde la contraseña perderá <b>TODOS SUS BLACKCOINS</b>!" + Advertencia: Si cifra su monedero y pierde su contraseña<b>¡PERDERÁ TODOS SUS BLACKCOINS!</b> Are you sure you wish to encrypt your wallet? - ¿Estás seguro que deseas cifrar tu monedero ? - - - Bitcoin Core will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - Blackcoin More se cerrará ahora para completar el procedo de encriptación. Recuerda que encriptar tu cartera no te protegerá completamente de la pérdida de blackcoins por infección de malware en tu computadora. - - - 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. - IMPORTANTE: Cualquier copia de seguridad que haya realizado previamente de su archivo de monedero debe reemplazarse con el nuevo archivo de monedero cifrado. Por razones de seguridad, las copias de seguridad previas del archivo de monedero no cifradas serán inservibles en cuanto comience a usar el nuevo monedero cifrado. - - - Warning: The Caps Lock key is on! - Aviso: ¡La tecla de Mayúsculas está activada! + ¿Seguro que desea cifrar su monedero? Wallet encrypted Monedero cifrado - 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>. - Introduzca la nueva contraseña para el monedero.<br/>Utilice por favor una contraseña con <b>diez o más caracteres aleatorios</b> o con <b>ocho o más palabras</b>. + %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. + %1 se cerrará ahora para terminar el proceso de cifrado. Recuerde que cifrar su monedero no puede proteger completamente su monedero de ser robado por malware que infecte su ordenador. - Enter the old passphrase and new passphrase to the wallet. - Introduce la antigua y la nueva contraseña de la cartera. + 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. + IMPORTANTE: Cualquier copia de seguridad anterior que haya hecho en su archivo de monedero debería ser reemplazada con el archivo de monedero cifrado generado recientemente. Por razones de seguridad, las copias de seguridad anteriores del archivo de monedero descifrado serán inútiles en cuanto empiece a utilizar el nuevo monedero cifrado. Wallet encryption failed - Ha fallado el cifrado del monedero + Fracasó el cifrado del monedero Wallet encryption failed due to an internal error. Your wallet was not encrypted. - Ha fallado el cifrado del monedero debido a un error interno. El monedero no ha sido cifrado. + Falló el cifrado del monedero debido a un error interno. Su monedero no fue cifrado. The supplied passphrases do not match. - Las contraseñas no coinciden. + La contraseña introducida no coincide. Wallet unlock failed - Ha fallado el desbloqueo del monedero + Fracasó el desbloqueo del monedero The passphrase entered for the wallet decryption was incorrect. - La contraseña introducida para descifrar el monedero es incorrecta. + La contraseña introducida para el cifrado del monedero es incorrecta. Wallet decryption failed - Ha fallado el descifrado del monedero + Fracasó el cifrado del monedero Wallet passphrase was successfully changed. - Se ha cambiado correctamente la contraseña del monedero. + La contraseña del monedero se ha cambiado con éxito. + + + Warning: The Caps Lock key is on! + Alerta: ¡La clave de bloqueo Caps está activa! @@ -269,6 +269,14 @@ Quit application Salir de la aplicación + + &About %1 + &Acerca de %1 + + + Show information about %1 + Mostrar información acerca de %1 + About &Qt Acerca de &Qt @@ -281,6 +289,10 @@ &Options... &Opciones... + + Modify configuration options for %1 + Modificar las opciones de configuración para %1 + &Encrypt Wallet... &Cifrar monedero… @@ -306,12 +318,20 @@ Abrir &URI... - Bitcoin Core client - Cliente Blackcoin More + Click to disable network activity. + Pulsar para deshabilitar la actividad de red. - Importing blocks from disk... - Importando bloques de disco... + Network activity disabled. + Actividad de red deshabilitada. + + + Click to enable network activity again. + Pulsar para volver a habilitar la actividad de red. + + + Syncing Headers (%1%)... + Sincronizando cabeceras (%1%) Reindexing blocks on disk... @@ -357,10 +377,6 @@ &Receive &Recibir - - Show information about Bitcoin Core - Mostrar información acerca de Blackcoin More - &Show / Hide &Mostrar / Ocultar @@ -397,22 +413,10 @@ Tabs toolbar Barra de pestañas - - Bitcoin Core - Blackcoin More - Request payments (generates QR codes and bitcoin: URIs) Solicitar pagos (generando códigos QR e identificadores URI "blackcoin:") - - &About Bitcoin Core - &Acerca de Blackcoin More - - - Modify configuration options for Bitcoin Core - Modificar las opciones de configuración de Blackcoin - Show the list of used sending addresses and labels Mostrar la lista de direcciones de envío y etiquetas @@ -429,42 +433,22 @@ &Command-line options &Opciones de consola de comandos - - Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options - Mostrar el mensaje de ayuda de Blackcoin More con una lista de las posibles opciones de la consola de comandos de Blackcoin - %n active connection(s) to Bitcoin network %n conexión activa hacia la red Blackcoin%n conexiones activas hacia la red Blackcoin - No block source available... - Ninguna fuente de bloques disponible ... + Indexing blocks on disk... + Indexando bloques en disco... + + + Processing blocks on disk... + Procesando bloques en disco... Processed %n block(s) of transaction history. %n bloque procesado del historial de transacciones.%n bloques procesados del historial de transacciones. - - %n hour(s) - %n hora%n horas - - - %n day(s) - %n día%n días - - - %n week(s) - %n semana%n semanas - - - %1 and %2 - %1 y %2 - - - %n year(s) - %n año%n años - %1 behind %1 atrás @@ -493,6 +477,18 @@ Up to date Actualizado + + Show the %1 help message to get a list with possible Bitcoin command-line options + Mostrar el mensaje de ayuda %1 para obtener una lista de los posibles comandos de linea de comandos de Blackcoin + + + %1 client + %1 cliente + + + Connecting to peers... + Conectando a pares... + Catching up... Actualizando... @@ -535,6 +531,14 @@ Incoming transaction Transacción entrante + + HD key generation is <b>enabled</b> + La generación de clave HD está <b>habilitada</b> + + + HD key generation is <b>disabled</b> + La generación de clave HD está <b>deshabilitada</b> + Wallet is <b>encrypted</b> and currently <b>unlocked</b> El monedero está <b>cifrado</b> y actualmente <b>desbloqueado</b> @@ -543,12 +547,9 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> El monedero está <b>cifrado</b> y actualmente <b>bloqueado</b> - - - ClientModel - Network Alert - Alerta de red + A fatal error occurred. Bitcoin can no longer continue safely and will quit. + Ha ocurrido un error fatal. Blackcoin no puede seguir seguro y se cerrará. @@ -569,10 +570,6 @@ Amount: Cuantía: - - Priority: - Prioridad: - Fee: Tasa: @@ -625,13 +622,9 @@ Confirmed Confirmado - - Priority - Prioridad - Copy address - Copiar dirección + Copiar ubicación Copy label @@ -639,11 +632,11 @@ Copy amount - Copiar cuantía + Copiar cantidad Copy transaction ID - Copiar identificador de transacción + Copiar ID de transacción Lock unspent @@ -663,16 +656,12 @@ Copy after fee - Copiar después de aplicar comisión + Copiar después de couta Copy bytes Copiar bytes - - Copy priority - Copiar prioridad - Copy dust Copiar polvo @@ -681,85 +670,25 @@ Copy change Copiar cambio - - highest - lo más alto - - - higher - más alto - - - high - alto - - - medium-high - medio-alto - - - medium - medio - - - low-medium - bajo-medio - - - low - bajo - - - lower - más bajo - - - lowest - lo más bajo - (%1 locked) (%1 bloqueado) - - none - ninguna - - - This label turns red if the transaction size is greater than 1000 bytes. - Esta etiqueta se mostrará en rojo si el tamaño de la transacción es mayor de 1000 bytes. - - - This label turns red if the priority is smaller than "medium". - Esta etiqueta se mostrará en rojo si la prioridad es menor a "media" - - - This label turns red if any recipient receives an amount smaller than %1. - Esta etiqueta se vuelve roja si el cambio es menor que %1 - - - Can vary +/- %1 satoshi(s) per input. - Puede variar en +/- %1 satoshi(s) por entrada. - yes - si + no no - This means a fee of at least %1 per kB is required. - Esto implica que se requiere una comisión de al menos %1 por kB + This label turns red if any recipient receives an amount smaller than the current dust threshold. + Esta etiqueta se vuelve roja si algún destinatario recibe una cantidad inferior a la actual puerta polvorienta. - Can vary +/- 1 byte per input. - Puede variar en +/- 1 byte por entrada. - - - Transactions with higher priority are more likely to get included into a block. - Las transacciones con mayor prioridad tienen mayor probabilidad de ser incluidas en un bloque. + Can vary +/- %1 satoshi(s) per input. + Puede variar +/- %1 satoshi(s) por entrada. (no label) @@ -767,7 +696,7 @@ change from %1 (%2) - Cambio desde %1 (%2) + cambia desde %1 (%2) (change) @@ -798,7 +727,7 @@ New receiving address - Nueva dirección de recepción + Nueva dirección de recivimiento New sending address @@ -806,27 +735,27 @@ Edit receiving address - Editar dirección de recepción + Editar dirección de recivimiento Edit sending address Editar dirección de envío - - The entered address "%1" is already in the address book. - La dirección introducida "%1" ya está presente en la libreta de direcciones. - The entered address "%1" is not a valid Bitcoin address. La dirección introducida "%1" no es una dirección Blackcoin válida. + + The entered address "%1" is already in the address book. + La dirección introducida "%1" está ya en la agenda. + Could not unlock wallet. - No se pudo desbloquear el monedero. + Podría no desbloquear el monedero. New key generation failed. - Ha fallado la generación de la nueva clave. + Falló la generación de la nueva clave. @@ -841,7 +770,7 @@ Directory already exists. Add %1 if you intend to create a new directory here. - El directorio ya existe. Añada %1 si pretende crear aquí un directorio nuevo. + El directorio ya existe. Añada %1 si pretende crear un directorio nuevo. Path already exists, and is not a directory. @@ -854,10 +783,6 @@ HelpMessageDialog - - Bitcoin Core - Blackcoin More - version versión @@ -867,8 +792,8 @@ (%1-bit) - About Bitcoin Core - Acerca de Blackcoin More + About %1 + Acerda de %1 Command-line options @@ -903,8 +828,12 @@ Establecer los certificados raíz SSL para solicitudes de pago (predeterminado: -system-) - Reset all settings changes made over the GUI - Resetear los cambios de configuracion hechos por el GUI + Show splash screen on startup (default: %u) + Mostrar pantalla de bienvenida en el inicio (predeterminado: %u) + + + Reset all settings changed in the GUI + Reiniciar todos los ajustes modificados en el GUI @@ -914,16 +843,16 @@ Bienvenido - Welcome to Bitcoin Core. - Bienvenido a Blackcoin More + Welcome to %1. + Bienvenido a %1 - As this is the first time the program is launched, you can choose where Bitcoin Core will store its data. - Al ser la primera vez que se ejecuta el programa, puede elegir dónde almacenará sus datos Blackcoin More. + As this is the first time the program is launched, you can choose where %1 will store its data. + Al ser la primera vez que se ejecuta el programa, puede elegir donde %1 almacenará sus datos. - Bitcoin Core will download and store a copy of the Bitcoin block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Blackcoin More va a descargar y guardar una copia de la cadena de bloques de Blackcoin. Se almacenará al menos %1GB de datos en este directorio, que irá creciendo con el tiempo. El monedero se guardará también en este directorio. + %1 will download and store a copy of the Bitcoin block chain. At least %2GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + %1 va a descargar y almacenar una copia de la cadena de bloques de Blackcoin. Al menos %2GB de datos seran almacenados en este directorio, que ira creciendo con el tiempo. El monedero se guardara tambien en ese directorio. Use the default data directory @@ -933,10 +862,6 @@ Use a custom data directory: Utilizar un directorio de datos personalizado: - - Bitcoin Core - Blackcoin More - Error: Specified data directory "%1" cannot be created. Error: no ha podido crearse el directorio de datos especificado "%1". @@ -954,6 +879,57 @@ (de %n GB necesitados)(de %n GB requeridos) + + ModalOverlay + + Form + Formulario + + + Recent transactions may not yet be visible, and therefore your wallet's balance might be incorrect. This information will be correct once your wallet has finished synchronizing with the bitcoin network, as detailed below. + Las transacciones recientes aún no pueden ser visibles, y por lo tanto el saldo de su monedero podría ser incorrecto. Esta información será correcta cuando su monedero haya terminado de sincronizarse con la red de blackcoin, como se detalla abajo. + + + Attempting to spend bitcoins that are affected by not-yet-displayed transactions will not be accepted by the network. + La red no aceptará el intentar gastar blackcoins que están afectados por transacciones aún no mostradas. + + + Number of blocks left + Número de bloques restantes + + + Unknown... + Desconocido... + + + Last block time + Hora del último bloque + + + Progress + Progreso + + + Progress increase per hour + Avance del progreso por hora + + + calculating... + calculando... + + + Estimated time left until synced + Tiempo estimado restante hasta la sincronización + + + Hide + Ocultar + + + Unknown. Syncing Headers (%1)... + Desconocido. Sincronizando cabeceras (%1)... + + OpenURIDialog @@ -987,9 +963,17 @@ &Main &Principal + + Automatically start %1 after logging in to the system. + Iniciar automaticamente %1 al encender el sistema. + + + &Start %1 on system login + &Iniciar %1 al iniciar el sistema + Size of &database cache - Tamaño de cache de la &base de datos + Tamaño del cache de la &base de datos MB @@ -1015,10 +999,6 @@ Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu. Minimizar en lugar de salir de la aplicación cuando la ventana está cerrada. Cuando se activa esta opción, la aplicación sólo se cerrará después de seleccionar Salir en el menú. - - The user interface language can be set here. This setting will take effect after restarting Bitcoin Core. - El idioma de la interfaz de usuario puede establecerse aquí. Este ajuste se aplicará cuando se reinicie Blackcoin. - 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 |. Identificadores URL de terceros (por ejemplo, un explorador de bloques) que aparecen en la pestaña de transacciones como elementos del menú contextual. El %s en la URL es reemplazado por el valor hash de la transacción. Se pueden separar URL múltiples por una barra vertical |. @@ -1043,14 +1023,6 @@ &Network &Red - - Automatically start Bitcoin Core after logging in to the system. - Iniciar automáticamente Blackcoin More al iniciar el sistema. - - - &Start Bitcoin Core on system login - &Iniciar Blackcoin More al inicio del sistema - (0 = auto, <0 = leave that many cores free) (0 = automático, <0 = dejar libres ese número de núcleos) @@ -1065,7 +1037,7 @@ Enable coin &control features - Habilitar funcionalidad de &coin control + Habilitar funcionalidad de &Coin Control If you disable the spending of unconfirmed change, the change from a transaction cannot be used until that transaction has at least one confirmation. This also affects how your balance is computed. @@ -1135,6 +1107,14 @@ &Window &Ventana + + &Hide the icon from the system tray. + &Ocultar el icono de la barra de tareas + + + Hide tray icon + Ocultar barra de tareas + Show only a tray icon after minimizing the window. Minimizar la ventana a la bandeja de iconos del sistema. @@ -1155,9 +1135,13 @@ User Interface &language: I&dioma de la interfaz de usuario + + The user interface language can be set here. This setting will take effect after restarting %1. + El idioma de la interfaz de usuario puede establecerse aquí. Esta configuración tendrá efecto tras reiniciar %1. + &Unit to show amounts in: - Mostrar las cantidades en la &unidad: + &Unidad en la cual mostrar las cantidades: Choose the default subdivision unit to show in the interface and when sending coins. @@ -1181,7 +1165,7 @@ none - ninguna + Ninguna Confirm options reset @@ -1281,13 +1265,37 @@ PaymentServer + + Payment request error + Fallo en la solicitud de pago + + + Cannot start bitcoin: click-to-pay handler + No se puede iniciar blackcoin: encargado click-para-pagar + URI handling - Gestión de URI + Manejo de URI + + + Payment request fetch URL is invalid: %1 + La búsqueda de solicitud de pago URL es válida: %1 Invalid payment address %1 - Dirección de pago no válida %1 + Dirección de pago inválida %1 + + + URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. + URI no puede ser analizado! Esto puede ser causado por una dirección Blackcoin inválida o parametros URI mal formados. + + + Payment request file handling + Manejo del archivo de solicitud de pago + + + Payment request file cannot be read! This can be caused by an invalid payment request file. + ¡El archivo de solicitud de pago no puede ser leído! Esto puede ser causado por un archivo de solicitud de pago inválido. Payment request rejected @@ -1295,79 +1303,55 @@ Payment request network doesn't match client network. - La red de solicitud de pago no coincide con la red cliente - - - Payment request is not initialized. - La solicitud de pago no está inicializada - - - Requested payment amount of %1 is too small (considered dust). - La cantidad del pago solicitado (%1) es demasiado pequeña (considerada polvo). - - - Payment request error - Error en solicitud de pago - - - Cannot start bitcoin: click-to-pay handler - No se puede iniciar el gestor de identificadores "blackcoin:" de clic-para-pagar - - - Payment request fetch URL is invalid: %1 - La URL de obtención de la solicitud de pago es inválida: %1 - - - URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. - ¡No se puede leer el identificador URI! Esto puede deberse a una dirección Blackcoin inválida o a parámetros de la URI mal formados - - - Payment request file handling - Procesado del archivo de solicitud de pago - - - Payment request file cannot be read! This can be caused by an invalid payment request file. - ¡No puede leerse el archivo de solicitud de pago! Esto puede deberse a un archivo inválido de solicitud de pago. + La red de solicitud de pago no cimbina la red cliente. Payment request expired. Solicitud de pago caducada. + + Payment request is not initialized. + La solicitud de pago no se ha iniciado. + Unverified payment requests to custom payment scripts are unsupported. - No están soportadas las peticiones inseguras a scripts de pago personalizados + Solicitudes de pago sin verificar a scripts de pago habitual no se soportan. Invalid payment request. - Petición de pago no válida. + Solicitud de pago inválida. + + + Requested payment amount of %1 is too small (considered dust). + Cantidad de pago solicitada de %1 es demasiado pequeña (considerado polvo). Refund from %1 - Devolución desde %1 + Reembolsar desde %1 Payment request %1 is too large (%2 bytes, allowed %3 bytes). - La petición de pago %1 es demasiado grande (%2 bytes, permitidos %3 bytes). + Solicitud de pago de %1 es demasiado grande (%2 bytes, permitidos %3 bytes). Error communicating with %1: %2 - Error en la comunicación con %1: %2 + Fallo al comunicar con %1: %2 Payment request cannot be parsed! - ¡No puede leerse la solicitud de pago! + ¡La solicitud de pago no puede ser analizada! Bad response from server %1 - Respuesta errónea del servidor %1 - - - Payment acknowledged - Pago aceptado + Mala respuesta desde el servidor %1 Network request error - Error en petición de red + Fallo de solicitud de red + + + Payment acknowledged + Pago declarado @@ -1381,8 +1365,12 @@ Nodo/Servicio - Ping Time - Ping + NodeId + ID de nodo + + + Ping + Sonido @@ -1423,16 +1411,63 @@ %1 ms %1 ms + + %n second(s) + %n segundo%n segundos + + + %n minute(s) + %n minuto%n minutos + + + %n hour(s) + %n hora%n horas + + + %n day(s) + %n dia%n dias + + + %n week(s) + %n semana%n semanas + + + %1 and %2 + %1 y %2 + + + %n year(s) + %n año%n años + + + %1 didn't yet exit safely... + %1 no se ha cerrado de forma segura todavía... + + + + QObject::QObject + + Error: Specified data directory "%1" does not exist. + Error: El directorio de datos «%1» especificado no existe. + + + Error: Cannot parse configuration file: %1. Only use key=value syntax. + Error: No se puede analizar el archivo de configuración: %1. Utilice únicamente la sintaxis clave=valor. + + + Error: %1 + Error: %1 + QRImageWidget &Save Image... - Guardar Imagen... + &Guardar imagen... &Copy Image - Copiar imagen + &Copiar imagen Save QR Code @@ -1440,15 +1475,11 @@ PNG Image (*.png) - Imágenes PNG (*.png) + Imagen PNG (*.png) RPCConsole - - Client name - Nombre del cliente - N/A N/D @@ -1469,14 +1500,14 @@ General General - - Using OpenSSL version - Utilizando la versión de OpenSSL - Using BerkeleyDB version Utilizando la versión de BerkeleyDB + + Datadir + Datadir + Startup time Hora de inicio @@ -1513,10 +1544,6 @@ Memory usage Uso de memoria - - Open the Bitcoin Core debug log file from the current data directory. This can take a few seconds for large log files. - Abre el archivo de registro de depuración de Blackcoin desde el directorio de datos actual. Esto puede tardar unos segundos para ficheros de registro de gran tamaño. - Received Recibido @@ -1565,6 +1592,18 @@ User Agent User Agent + + Open the %1 debug log file from the current data directory. This can take a few seconds for large log files. + Abrir el archivo de depuración %1 desde el directorio de datos actual. Puede tardar unos segundos para ficheros de gran tamaño. + + + Decrease font size + Disminuir tamaño de letra + + + Increase font size + Aumentar tamaño de letra + Services Servicios @@ -1597,6 +1636,10 @@ Ping Wait Espera de Ping + + Min Ping + Sonido Mínimo + Time Offset Desplazamiento de tiempo @@ -1633,10 +1676,6 @@ Out: Saliente: - - Build date - Fecha de compilación - Debug log file Archivo de registro de depuración @@ -1645,14 +1684,6 @@ Clear console Borrar consola - - &Disconnect Node - Nodo &Desconectado - - - Ban Node for - Prohibir Nodo para - 1 &hour 1 &hora @@ -1670,12 +1701,20 @@ 1 &año - &Unban Node - &Desbanear Nodo + &Disconnect + &Desconectar - Welcome to the Bitcoin Core RPC console. - Bienvenido a la consola RPC de Blackcoin More. + Ban for + Prohibir para + + + &Unban + &Unbano + + + Welcome to the %1 RPC console. + Bienvenido a la consola RPC %1. Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -1685,6 +1724,14 @@ Type <b>help</b> for an overview of available commands. Escriba <b>help</b> para ver un resumen de los comandos disponibles. + + WARNING: Scammers have been active, telling users to type commands here, stealing their wallet contents. Do not use this console without fully understanding the ramification of a command. + ADVERTENCIA: Hay estafadores activos diciendo a los usuarios que escriban comandos aquí y robando el contenido de sus monederos. No utilice esta consola sin entender completamente la repercusión de un comando. + + + Network activity disabled + Actividad de red deshabilitada + %1 B %1 B @@ -1804,17 +1851,21 @@ Remove Eliminar + + Copy URI + Copiar URI + Copy label - Copiar etiqueta + Copiar capa Copy message - Mensaje + Copiar imagen Copy amount - Copiar cuantía + Copiar cantidad @@ -1865,11 +1916,11 @@ Resulting URI too long, try to reduce the text for label / message. - URI resultante demasiado larga. Intente reducir el texto de la etiqueta / mensaje. + URI resultante demasiado grande, trate de reducir el texto de etiqueta / mensaje. Error encoding URI into QR Code. - Error al codificar la URI en el código QR. + Fallo al codificar URI en código QR. @@ -1886,21 +1937,21 @@ Message Mensaje - - Amount - Cantidad - (no label) (sin etiqueta) (no message) - (Ningun mensaje) + (no hay mensaje) - (no amount) - (sin cantidad) + (no amount requested) + (no hay solicitud de cantidad) + + + Requested + Solicitado @@ -1937,10 +1988,6 @@ Amount: Cuantía: - - Priority: - Prioridad: - Fee: Tasa: @@ -1971,7 +2018,7 @@ collapse fee-settings - Colapsar ajustes de cuota + Colapsar ajustes de comisión. per kilobyte @@ -1979,7 +2026,7 @@ If the custom fee is set to 1000 satoshis and the transaction is only 250 bytes, then "per kilobyte" only pays 250 satoshis in fee, while "total at least" pays 1000 satoshis. For transactions bigger than a kilobyte both pay by kilobyte. - Si la tarifa de aduana se establece en 1000 satoshis y la transacción está a sólo 250 bytes, entonces "por kilobyte" sólo paga 250 satoshis de cuota, mientras que "el mínimo total" pagaría 1.000 satoshis. Para las transacciones más grandes que un kilobyte ambos pagan por kilobyte + Si la comisión se establece en 1000 satoshis y la transacción está a sólo 250 bytes, entonces "por kilobyte" sólo paga 250 satoshis de cuota, mientras que "el mínimo total" pagaría 1.000 satoshis. Para las transacciones más grandes que un kilobyte ambos pagan por kilobyte Hide @@ -1991,7 +2038,7 @@ Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process. - Pagando solamente la cuota mínima es correcto, siempre y cuando haya menos volumen de transacciones que el espacio en los bloques. Pero tenga en cuenta que esto puede terminar en una transacción nunca confirmada, una vez que haya más demanda para transacciones Blackcoin que la red pueda procesar. + Pagar solamente la comisión mínima es correcto, siempre y cuando haya menos volumen de transacciones que el espacio en los bloques. Pero tenga en cuenta que esto puede terminar en una transacción nunca confirmada, una vez que haya más demanda para transacciones Blackcoin que la red pueda procesar. (read the tooltip) @@ -1999,19 +2046,15 @@ Recommended: - Recomendado: + Recomendada: Custom: - Personalizado: + Personalizada: (Smart fee not initialized yet. This usually takes a few blocks...) - (Tarifa inteligente no inicializado aún. Esto generalmente lleva a pocos bloques...) - - - Confirmation time: - Tiempo de confirmación: + (Aún no se ha inicializado la Comisión Inteligente. Esto generalmente tarda pocos bloques...) normal @@ -2021,14 +2064,6 @@ fast rápido - - Send as zero-fee transaction if possible - Enviar transacción, si es posible, sin comisión - - - (confirmation may take longer) - (confirmación puede tardar más tiempo) - Send to multiple recipients at once Enviar a múltiples destinatarios de una vez @@ -2045,6 +2080,10 @@ Dust: Polvo: + + Confirmation time target: + Objetivo de tiempo de confirmación + Clear &All Vaciar &todo @@ -2061,118 +2100,126 @@ S&end &Enviar - - Confirm send coins - Confirmar el envío de blackcoins - - - %1 to %2 - %1 a %2 - Copy quantity Copiar cantidad Copy amount - Copiar cuantía + Copiar cantidad Copy fee - Copiar donación + Copiar comisión Copy after fee - Copiar después de aplicar donación + Copiar después de couta Copy bytes Copiar bytes - Copy priority - Copiar prioridad + Copy dust + Copiar polvo Copy change - Copiar Cambio + Copiar cambio + + + %1 to %2 + %1 a %2 + + + Are you sure you want to send? + ¿Seguro que quiere enviar? + + + added as transaction fee + añadido como comisión de transacción Total Amount %1 - Monto Total %1 + Cantidad total %1 or o + + Confirm send coins + Confirmar enviar monedas + + + The recipient address is not valid. Please recheck. + La dirección de destinatario no es válida. Por favor revísela. + The amount to pay must be larger than 0. - La cantidad por pagar tiene que ser mayor de 0. + La cantidad a pagar debe de ser mayor que 0. The amount exceeds your balance. - La cantidad sobrepasa su saldo. + La cantidad excede su saldo. The total exceeds your balance when the %1 transaction fee is included. - El total sobrepasa su saldo cuando se incluye la tasa de envío de %1 + El total excede su saldo cuando la comisión de transacción de %1 es incluida. + + + Duplicate address found: addresses should only be used once each. + Dirección duplicada encontrada: la dirección sólo debería ser utilizada una vez por cada uso. Transaction creation failed! - ¡Ha fallado la creación de la transacción! + ¡Falló la creación de transacción! - 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. - ¡La transacción fue rechazada! Esto puede haber ocurrido si alguno de los blackcoins de su monedero ya estaba gastado o si ha usado una copia de wallet.dat y los blackcoins estaban gastados en la copia pero no se habían marcado como gastados aqui. + The transaction was rejected with the following reason: %1 + Se ha rechazado la transacción por la siguiente razón: %1 A fee higher than %1 is considered an absurdly high fee. - Una comisión mayor al %1 se considera demasiado alta. + Una comisión mayor que %1 se considera una cuota irracionalmente alta. Payment request expired. Solicitud de pago caducada. + + %n block(s) + %n bloque%n bloques + Pay only the required fee of %1 - Paga sólo la cuota mínima de %1 + Pagar únicamente la comisión solicitada de %1 Estimated to begin confirmation within %n block(s). Estimado para empezar la confirmación dentro de %n bloque.Estimado para empezar la confirmación dentro de %n bloques. - - The recipient address is not valid. Please recheck. - La dirección del destinatario no es válida. Por favor, compruébela de nuevo. - - - Duplicate address found: addresses should only be used once each. - Se ha encontrado una dirección duplicada. Solo se puede enviar a cada dirección una vez por operación de envío. - Warning: Invalid Bitcoin address - Alerta: Dirección de Blackcoin inválida + Alerta: dirección Blackcoin inválida + + + Warning: Unknown change address + Alerta: dirección cambiada desconocida + + + Confirm custom change address + Confirmar dirección de cambio personalizada + + + The address you selected for change is not part of this wallet. Any or all funds in your wallet may be sent to this address. Are you sure? + La dirección que ha seleccionado para cambiar no es parte de este monedero. ninguno o todos los fondos de su monedero pueden ser enviados a esta dirección. ¿Está seguro? (no label) (sin etiqueta) - - Warning: Unknown change address - Alerta: Dirección de Blackcoin inválida - - - Copy dust - Copiar polvo - - - Are you sure you want to send? - ¿Está seguro que desea enviar? - - - added as transaction fee - añadido como comisión de transacción - SendCoinsEntry @@ -2184,10 +2231,6 @@ Pay &To: &Pagar a: - - Enter a label for this address to add it to your address book - Etiquete esta dirección para añadirla a la libreta - &Label: &Etiqueta: @@ -2222,11 +2265,11 @@ The fee will be deducted from the amount being sent. The recipient will receive less bitcoins than you enter in the amount field. If multiple recipients are selected, the fee is split equally. - La cuota será deducida de la cantidad que sea mandada. El destinatario recibirá menos blackcoins de los que entres en el + La comisión será deducida de la cantidad que sea mandada. El destinatario recibirá menos blackcoins de la cantidad introducida en el campo Cantidad. Si hay varios destinatarios, la comisión será distribuida a partes iguales. S&ubtract fee from amount - Restar comisiones a la cantidad + Restar comisiones de la cantidad. Message: @@ -2256,12 +2299,23 @@ Memo: Memo: + + Enter a label for this address to add it to your address book + Introduzca una etiqueta para esta dirección para añadirla a su lista de direcciones. + + + + SendConfirmationDialog + + Yes + + ShutdownWindow - Bitcoin Core is shutting down... - Blackcoin More se está cerrando... + %1 is shutting down... + %1 se esta cerrando... Do not shut down the computer until this window disappears. @@ -2356,31 +2410,31 @@ Click "Sign Message" to generate signature - Haga clic en "Firmar mensaje" para generar la firma + Click en "Fírmar mensaje" para generar una firma The entered address is invalid. - La dirección introducida es inválida. + La dirección introducida no es válida. Please check the address and try again. - Verifique la dirección e inténtelo de nuevo. + Por favor revise la dirección e inténtelo de nuevo. The entered address does not refer to a key. - La dirección introducida no corresponde a una clave. + La dirección introducida no remite a una clave. Wallet unlock was cancelled. - Se ha cancelado el desbloqueo del monedero. + El desbloqueo del monedero fue cancelado. Private key for the entered address is not available. - No se dispone de la clave privada para la dirección introducida. + La clave privada de la dirección introducida no está disponible. Message signing failed. - Ha fallado la firma del mensaje. + Falló la firma del mensaje. Message signed. @@ -2388,19 +2442,19 @@ The signature could not be decoded. - No se puede decodificar la firma. + La firma no pudo descodificarse. Please check the signature and try again. - Compruebe la firma e inténtelo de nuevo. + Por favor compruebe la firma y pruebe de nuevo. The signature did not match the message digest. - La firma no coincide con el resumen del mensaje. + La firma no se combinó con el mensaje. Message verification failed. - La verificación del mensaje ha fallado. + Falló la verificación del mensaje. Message verified. @@ -2409,14 +2463,6 @@ SplashScreen - - Bitcoin Core - Blackcoin More - - - The Bitcoin Core developers - Los desarrolladores de Blackcoin More - [testnet] [testnet] @@ -2431,17 +2477,37 @@ TransactionDesc + + Open for %n more block(s) + Abrir para %n bloque másAbrir para %n bloques más + Open until %1 Abierto hasta %1 - conflicted - en conflicto + conflicted with a transaction with %1 confirmations + Hay un conflicto con la traducción de las confirmaciones %1 %1/offline - %1/fuera de línea + %1/sin conexión + + + 0/unconfirmed, %1 + 0/no confirmado, %1 + + + in memory pool + en el equipo de memoria + + + not in memory pool + no en el equipo de memoria + + + abandoned + abandonado %1/unconfirmed @@ -2449,12 +2515,16 @@ %1 confirmations - %1 confirmaciones + confirmaciones %1 Status Estado + + , has not been successfully broadcast yet + , no ha sido emitido con éxito aún + , broadcast through %n node(s) , transmitir a través de %n nodo, transmitir a través de %n nodos @@ -2473,7 +2543,11 @@ From - De + Desde + + + unknown + desconocido To @@ -2493,7 +2567,7 @@ Credit - Crédito + Credito matures in %n more block(s) @@ -2505,15 +2579,15 @@ Debit - Débito + Enviado Total debit - Débito total + Total enviado Total credit - Crédito total + Total recibido Transaction fee @@ -2533,7 +2607,15 @@ Transaction ID - Identificador de transacción + Identificador de transacción (ID) + + + Transaction total size + Tamaño total de transacción + + + Output index + Indice de salida Merchant @@ -2567,29 +2649,17 @@ false falso - - , has not been successfully broadcast yet - , todavía no se ha sido difundido satisfactoriamente - - - Open for %n more block(s) - Abrir para %n bloque másAbrir para %n bloques más - - - unknown - desconocido - TransactionDescDialog - - Transaction details - Detalles de transacción - This pane shows a detailed description of the transaction Esta ventana muestra información detallada sobre la transacción + + Details for %1 + Detalles para %1 + TransactionTableModel @@ -2602,8 +2672,8 @@ Tipo - Immature (%1 confirmations, will be available after %2) - No vencidos (%1 confirmaciones. Estarán disponibles al cabo de %2) + Label + Etiqueta Open for %n more block(s) @@ -2613,10 +2683,34 @@ Open until %1 Abierto hasta %1 + + Offline + Sin conexion + + + Unconfirmed + Sin confirmar + + + Abandoned + Abandonado + + + Confirming (%1 of %2 recommended confirmations) + Confirmando (%1 de %2 confirmaciones recomendadas) + Confirmed (%1 confirmations) Confirmado (%1 confirmaciones) + + Conflicted + En conflicto + + + Immature (%1 confirmations, will be available after %2) + No disponible (%1 confirmaciones. Estarán disponibles al cabo de %2) + This block was not received by any other nodes and will probably not be accepted! Este bloque no ha sido recibido por otros nodos y probablemente no sea aceptado! @@ -2625,26 +2719,6 @@ Generated but not accepted Generado pero no aceptado - - Offline - Sin conexión - - - Label - Etiqueta - - - Unconfirmed - Sin confirmar - - - Confirming (%1 of %2 recommended confirmations) - Confirmando (%1 de %2 confirmaciones recomendadas) - - - Conflicted - En conflicto - Received with Recibido con @@ -2659,7 +2733,7 @@ Payment to yourself - Pago propio + Pago proprio Mined @@ -2673,6 +2747,10 @@ (n/a) (nd) + + (no label) + (sin etiqueta) + Transaction status. Hover over this field to show number of confirmations. Estado de transacción. Pasa el ratón sobre este campo para ver el número de confirmaciones. @@ -2687,11 +2765,11 @@ Whether or not a watch-only address is involved in this transaction. - Sea o no una dirección sólo está involucrada en esta transacción. + Si una dirección watch-only está involucrada en esta transacción o no. User-defined intent/purpose of the transaction. - intento/propósito de la transacción definido por el usuario. + Descripción de la transacción definido por el usuario. Amount removed from or added to balance. @@ -2756,25 +2834,33 @@ Min amount Cantidad mínima + + Abandon transaction + Transacción abandonada + Copy address - Copiar dirección + Copiar ubicación Copy label - Copiar etiqueta + Copiar capa Copy amount - Copiar cuantía + Copiar cantidad Copy transaction ID - Copiar identificador de transacción + Copiar ID de transacción Copy raw transaction - Copiar traducción en crudo + Copiar transacción raw + + + Copy full transaction details + Copiar todos los detalles de la transacción Edit label @@ -2788,34 +2874,18 @@ Export Transaction History Exportar historial de transacciones - - Watch-only - De observación - - - Exporting Failed - Error exportando - - - There was an error trying to save the transaction history to %1. - Ha habido un error al intentar guardar la transacción con %1. - - - Exporting Successful - Exportación finalizada - - - The transaction history was successfully saved to %1. - La transacción ha sido guardada en %1. - Comma separated file (*.csv) - Archivos de columnas separadas por coma (*.csv) + Archivo separado de coma (*.csv) Confirmed Confirmado + + Watch-only + De observación + Date Fecha @@ -2836,6 +2906,22 @@ ID ID + + Exporting Failed + Falló la exportación + + + There was an error trying to save the transaction history to %1. + Ha habido un error al intentar guardar la transacción con %1. + + + Exporting Successful + Exportación finalizada + + + The transaction history was successfully saved to %1. + La transacción ha sido guardada en %1. + Range: Rango: @@ -2863,7 +2949,7 @@ WalletModel Send Coins - Enviar blackcoins + Enviar @@ -2886,19 +2972,19 @@ Backup Failed - Ha fallado el respaldo + La copia de seguridad ha fallado There was an error trying to save the wallet data to %1. Ha habido un error al intentar guardar los datos del monedero en %1. - The wallet data was successfully saved to %1. - Los datos del monedero se han guardado con éxito en %1. + Backup Successful + Se ha completado con éxito la copia de respaldo - Backup Successful - Se ha completado la copia de seguridad del monedero + The wallet data was successfully saved to %1. + Los datos del monedero se han guardado con éxito en %1. @@ -2925,29 +3011,29 @@ Aceptar comandos consola y JSON-RPC + + Accept connections from outside (default: 1 if no -proxy or -connect/-noconnect) + Aceptar conexiones desde el exterior (predeterminado: 1 si no -proxy o -connect/-desconectar) + + + Connect only to the specified node(s); -noconnect or -connect=0 alone to disable automatic connections + Conectar sólo al nodo(s) especificado; -no conectar or -conectar=solo 0 para deshabilitar conexiones automáticas + + + Distributed under the MIT software license, see the accompanying file %s or %s + Distribuido bajo la licencia de software MIT, vea el archivo adjunto %s o %s + If <category> is not supplied or if <category> = 1, output all debugging information. Si <category> no es proporcionado o si <category> =1, muestra toda la información de depuración. - - Maximum total fees (in %s) to use in a single wallet transaction; setting this too low may abort large transactions (default: %s) - Máximas comisiones totales (en %s) para utilizar en una sola transacción de la cartera; establecer esto demasiado bajo puede abortar grandes transacciones (predeterminado: %s) - - - Please check that your computer's date and time are correct! If your clock is wrong Bitcoin Core will not work properly. - Por favor, mira si la fecha y la hora en tu computador son correctas! Si tu hara es errónea Blackcoin More no funcionará correctamente. - Prune configured below the minimum of %d MiB. Please use a higher number. La Poda se ha configurado por debajo del minimo de %d MiB. Por favor utiliza un valor mas alto. Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node) - Poda: la ultima sincronizacion de la cartera sobrepasa los datos podados. Necesitas reindexar con -reindex (o descargar la cadena de bloques de nuevo en el caso de un nodo podado) - - - Reduce storage requirements by pruning (deleting) old blocks. This mode is incompatible with -txindex and -rescan. Warning: Reverting this setting requires re-downloading the entire blockchain. (default: 0 = disable pruning blocks, >%u = target size in MiB to use for block files) - Reduce los requisitos de almacenaje podando (eliminando) los bloques viejos. Este modo es incompatible con -txindex y -rescan. Advertencia: Revertir este ajuste requiere volver a descargar la cadena de bloques al completo. (predeterminado: 0 = deshabilitar la poda de bloques, >%u = objetivo de tamaño en MiB para usar para los archivos de bloques) + Poda: la ultima sincronizacion del monedero sobrepasa los datos podados. Necesitas reindexar con -reindex (o descargar la cadena de bloques de nuevo en el caso de un nodo podado) Rescans are not possible in pruned mode. You will need to use -reindex which will download the whole blockchain again. @@ -2975,25 +3061,77 @@ No se ha podido comenzar el servidor HTTP. Ver debug log para detalles. - Accept connections from outside (default: 1 if no -proxy or -connect) - Aceptar conexiones desde el exterior (predeterminado: 1 si no -proxy o -connect) + Bitcoin Core + Blackcoin More + + + The %s developers + Los desarrolladores de %s + + + A fee rate (in %s/kB) that will be used when fee estimation has insufficient data (default: %s) + Una comision (en %s/kB) que sera usada cuando las estimacion de comision no disponga de suficientes datos (predeterminado: %s) + + + Accept relayed transactions received from whitelisted peers even when not relaying transactions (default: %d) + Aceptar transacciones retransmitidas recibidas desde nodos en la lista blanca incluso cuando no estés retransmitiendo transacciones (predeterminado: %d) Bind to given address and always listen on it. Use [host]:port notation for IPv6 Vincular a la dirección dada y escuchar siempre en ella. Utilice la notación [host]:port para IPv6 + + Cannot obtain a lock on data directory %s. %s is probably already running. + No se puede bloquear el directorio %s. %s ya se está ejecutando. + Delete all wallet transactions and only recover those parts of the blockchain through -rescan on startup Borrar todas las transacciones del monedero y sólo recuperar aquellas partes de la cadena de bloques por medio de -rescan on startup. - Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. - Distribuido bajo la licencia de software MIT, vea la copia del archivo adjunto o <http://www.opensource.org/licenses/mit-license.php>. + Error loading %s: You can't enable HD on a already existing non-HD wallet + Error cargando %s: No puede habilitar HD en un monedero existente que no es HD + + + Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect. + Error leyendo %s!. Todas las claves se han leido correctamente, pero los datos de transacciones o la libreta de direcciones pueden faltar o ser incorrectos. Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) Ejecutar comando cuando una transacción del monedero cambia (%s en cmd se remplazará por TxID) + + Extra transactions to keep in memory for compact block reconstructions (default: %u) + Transacciones extra a mantener en la memoria para reconstrucciones de bloque compacto (predeterminado: %u) + + + If this block is in the chain assume that it and its ancestors are valid and potentially skip their script verification (0 to verify all, default: %s, testnet: %s) + Si este bloque está en la cadena asuma que sus predecesores y él son válidos y potencialmente se saltan su script de verificación (0 para verificar todo, predeterminado: %s, testnet: %s) + + + Maximum allowed median peer time offset adjustment. Local perspective of time may be influenced by peers forward or backward by this amount. (default: %u seconds) + Ajuste máximo permitido del tiempo offset medio de pares. La perspectiva local de tiempo se verá influenciada por los pares anteriores y posteriores a esta cantidad. (Por defecto: %u segundos) + + + Maximum total fees (in %s) to use in a single wallet transaction or raw transaction; setting this too low may abort large transactions (default: %s) + Máximas comisiones totales (en %s) para utilizar en una sola transacción del monedero; establecer esto demasiado bajo puede abortar grandes transacciones (predeterminado: %s) + + + Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly. + Por favor, compruebe si la fecha y hora en su computadora son correctas! Si su reloj esta mal, %s no trabajara correctamente. + + + Please contribute if you find %s useful. Visit %s for further information about the software. + Contribuya si encuentra %s de utilidad. Visite %s para mas información acerca del programa. + + + Reduce storage requirements by enabling pruning (deleting) of old blocks. This allows the pruneblockchain RPC to be called to delete specific blocks, and enables automatic pruning of old blocks if a target size in MiB is provided. This mode is incompatible with -txindex and -rescan. Warning: Reverting this setting requires re-downloading the entire blockchain. (default: 0 = disable pruning blocks, 1 = allow manual pruning via RPC, >%u = automatically prune block files to stay under the specified target size in MiB) + Reducir los requerimientos de almacenamiento habilitando la poda (eliminación) de los bloques viejos. Esto permite que la cadena de bloqueo RPC sea llamada para eliminar bloques específicos, y habilita la poda automática de bloques viejos si se provee el tamaño de un objetivo en MiB. Este modo es incompatible con -txindex and -rescan. Precaución: Revertir este ajuste requiere volver a descargar la cadena de bloqueo completa. (predefinido: 0 = deshabilita bloques de poda, 1 = permite la poda manual mediante RPC, >%u = elimina automáticamente los archivos de bloqueo para permanecer bajo el tamaño del objetivo especificado en MiB) + + + Set lowest fee rate (in %s/kB) for transactions to be included in block creation. (default: %s) + Establecer la tasa más baja (en %s/kB) por transacciones para incluirse en la creación de bloque. (predeterminado: %s) + Set the number of script verification threads (%u to %d, 0 = auto, <0 = leave that many cores free, default: %d) Establecer el número de hilos (threads) de verificación de scripts (entre %u y %d, 0 = automático, <0 = dejar libres ese número de núcleos; predeterminado: %d) @@ -3004,39 +3142,39 @@ This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - Esta es una versión de pre-prueba - utilícela bajo su propio riesgo. No la utilice para usos comerciales o de minería. + Esta es una versión de prueba prelanzada - utilícelo a su propio riesgo - no lo utilice para aplicaciones de minería o comerciales - Unable to bind to %s on this computer. Bitcoin Core is probably already running. - No se ha podido acceder a %s en esta máquina. Probablemente ya se está ejecutando Blackcoin More. + Unable to rewind the database to a pre-fork state. You will need to redownload the blockchain + No es posible reconstruir la base de datos a un estado anterior. Debe descargar de nuevo la cadena de bloques. Use UPnP to map the listening port (default: 1 when listening and no -proxy) Utiliza UPnP para asignar el puerto de escucha (predeterminado: 1 cuando esta escuchando sin -proxy) - WARNING: abnormally high number of blocks generated, %d blocks received in the last %d hours (%d expected) - ADVERTENCIA: anormalmente alto número de bloques generado, %d bloques recibidos en las últimas horas %d (%d espera) + Username and hashed password for JSON-RPC connections. The field <userpw> comes in the format: <USERNAME>:<SALT>$<HASH>. A canonical python script is included in share/rpcuser. The client then connects normally using the rpcuser=<USERNAME>/rpcpassword=<PASSWORD> pair of arguments. This option can be specified multiple times + Nombre de usuario y contraseña numerada para conexiones JSON-RPC. El campo <userpw> viene en el formato: <USERNAME>:<SALT>$<HASH>. Un script canónico de python está incluído en compartir/usuario rpc. Entonces el cliente se conecta normalmente utilizando la pareja de argumentos usuario rpc=<USERNAME>/contraseña rpc=<PASSWORD>. Esta opción puede ser especificada múltiples veces - WARNING: check your network connection, %d blocks received in the last %d hours (%d expected) - ADVERTENCIA: comprueba tu conexión de red, %d bloques recibidos en las últimas %d horas (%d esperados) + Wallet will not create transactions that violate mempool chain limits (default: %u) + El monedero no creará transacciones que violen los límites de la cadena mempool (predeterminado: %u) Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. - Atención: ¡Parece que la red no está totalmente de acuerdo! Algunos mineros están presentando inconvenientes. + Advertencia: ¡La red no parece coincidir del todo! Algunos mineros parecen estar experimentando problemas. Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. - Atención: ¡Parece que no estamos completamente de acuerdo con nuestros pares! Podría necesitar una actualización, u otros nodos podrían necesitarla. + Advertencia: ¡No parecemos estar del todo con nuestros pares! Puede que necesite actualizarse, o puede que otros nodos necesiten actualizarse. - 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. - Aviso: ¡Recuperados datos de wallet.dat corrupto! El wallet.dat original se ha guardado como wallet.{timestamp}.bak en %s; si hubiera errores en su saldo o transacciones, deberá restaurar una copia de seguridad. + You need to rebuild the database using -reindex-chainstate to change -txindex + Necesita reconstruir la base de datos usando -reindex-chainstate para cambiar -txindex - Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. - Poner en lista blanca a los equipos que se conecten desde la máscara de subred o dirección IP especificada. Se puede especificar múltiples veces. + %s corrupt, salvage failed + %s corrupto. Fracasó la recuperacion -maxmempool must be at least %d MB @@ -3046,18 +3184,38 @@ <category> can be: <category> puede ser: + + Append comment to the user agent string + Adjunta un comentario a la linea de agente de usuario + + + Attempt to recover private keys from a corrupt wallet on startup + Intento de recuperar claves privadas de un monedero corrupto en arranque + Block creation options: Opciones de creación de bloques: - Connect only to the specified node(s) - Conectar sólo a los nodos (o nodo) especificados + Cannot resolve -%s address: '%s' + No se puede resolver -%s direccion: '%s' + + + Chain selection options: + Opciones de selección en cadena: + + + Change index out of range + Cambio de indice fuera de rango Connection options: Opciones de conexión: + + Copyright (C) %i-%i + Copyright (C) %i-%i + Corrupted block database detected Corrupción de base de datos de bloques detectada. @@ -3082,10 +3240,18 @@ Enable publish hash transaction in <address> Activar publicar transacción .hash en <.Address> + + Enable publish raw block in <address> + Habilita la publicacion de bloques en bruto en <direccion> + Enable publish raw transaction in <address> Habilitar publicar transacción en rama en <dirección> + + Enable transaction replacement in the memory pool (default: %u) + Habilita el reemplazamiento de transacciones en la piscina de memoria (predeterminado: %u) + Error initializing block database Error al inicializar la base de datos de bloques @@ -3094,6 +3260,22 @@ Error initializing wallet database environment %s! Error al inicializar el entorno de la base de datos del monedero %s + + Error loading %s + Error cargando %s + + + Error loading %s: Wallet corrupted + Error cargando %s: Monedero dañado + + + Error loading %s: Wallet requires newer version of %s + Error cargando %s: Monedero requiere un versión mas reciente de %s + + + Error loading %s: You can't disable HD on a already existing HD wallet + Error cargando %s: No puede deshabilitar HD en un monedero existente que ya es HD + Error loading block database Error cargando base de datos de bloques @@ -3118,14 +3300,34 @@ Incorrect or no genesis block found. Wrong datadir for network? Incorrecto o bloque de génesis no encontrado. Datadir equivocada para la red? + + Initialization sanity check failed. %s is shutting down. + La inicialización de la verificación de validez falló. Se está apagando %s. + Invalid -onion address: '%s' Dirección -onion inválida: '%s' + + Invalid amount for -%s=<amount>: '%s' + Cantidad no valida para -%s=<amount>: '%s' + + + Invalid amount for -fallbackfee=<amount>: '%s' + Cantidad inválida para -fallbackfee=<amount>: '%s' + Keep the transaction memory pool below <n> megabytes (default: %u) Mantener la memoria de transacciones por debajo de <n> megabytes (predeterminado: %u) + + Loading banlist... + Cargando banlist... + + + Location of the auth cookie (default: data dir) + Ubicación de la cookie de autenticación (default: data dir) + Not enough file descriptors available. No hay suficientes descriptores de archivo disponibles. @@ -3134,6 +3336,14 @@ Only connect to nodes in network <net> (ipv4, ipv6 or onion) Sólo conectar a nodos en redes <net> (ipv4, ipv6 o onion) + + Print this help message and exit + Imprimir este mensaje de ayuda y salir + + + Print version and exit + Imprimir versión y salir + Prune cannot be configured with a negative value. Pode no se puede configurar con un valor negativo. @@ -3142,9 +3352,21 @@ Prune mode is incompatible with -txindex. El modo recorte es incompatible con -txindex. + + Rebuild chain state and block index from the blk*.dat files on disk + Reconstruir el estado de la cadena e indice de bloques a partir de los ficheros blk*.dat en disco + + + Rebuild chain state from the currently indexed blocks + Reconstruir el estado de la cadena a partir de los bloques indexados + + + Rewinding blocks... + Verificando bloques... + Set database cache size in megabytes (%d to %d, default: %d) - Asignar tamaño de cache en megabytes (entre %d y %d; predeterminado: %d) + Asignar tamaño del cache en megabytes (entre %d y %d; predeterminado: %d) Set maximum block size in bytes (default: %d) @@ -3154,6 +3376,14 @@ Specify wallet file (within data directory) Especificar archivo de monedero (dentro del directorio de datos) + + The source code is available from %s. + El código fuente esta disponible desde %s. + + + Unable to bind to %s on this computer. %s is probably already running. + No se ha podido conectar con %s en este equipo. %s es posible que este todavia en ejecución. + Unsupported argument -benchmark ignored, use -debug=bench. El argumento -benchmark no es soportado y ha sido ignorado, utiliza -debug=bench @@ -3170,6 +3400,10 @@ Use UPnP to map the listening port (default: %u) Usar UPnP para asignar el puerto de escucha (predeterminado:: %u) + + Use the test chain + Utilice la cadena de prueba + User Agent comment (%s) contains unsafe characters. El comentario del Agente de Usuario (%s) contiene caracteres inseguros. @@ -3186,18 +3420,18 @@ Wallet %s resides outside data directory %s El monedero %s se encuentra fuera del directorio de datos %s + + Wallet debugging/testing options: + Opciones de depuración/pruebas de monedero: + + + Wallet needed to be rewritten: restart %s to complete + Es necesario reescribir el monedero: reiniciar %s para completar + Wallet options: Opciones de monedero: - - Warning: This version is obsolete; upgrade required! - Peligro: Esta versión es obsoleta; actualización requerida! - - - You need to rebuild the database using -reindex to change -txindex - Usted necesita reconstruir la base de datos utilizando -reindex para cambiar -txindex - 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 Permitir conexiones JSON-RPC de origen especificado. Válido para son una sola IP (por ejemplo 1.2.3.4), una red/máscara de red (por ejemplo 1.2.3.4/255.255.255.0) o una red/CIDR (e.g. 1.2.3.4/24). Esta opción se puede especificar varias veces @@ -3210,10 +3444,6 @@ 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) Ligar a las direcciones especificadas para escuchar por conexiones JSON-RPC. Usar la notación para IPv6 [host]:puerto. Esta opción se puede especificar múltiples veces (por defecto: ligar a todas las interfaces) - - Cannot obtain a lock on data directory %s. Bitcoin Core is probably already running. - No se ha podido bloquear el directorio de datos %s. Probablemente ya se está ejecutando Blackcoin More. - Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) Crear nuevos archivos con permisos por defecto del sistema, en lugar de umask 077 (sólo efectivo con la funcionalidad de monedero desactivada) @@ -3240,16 +3470,12 @@ Invalid amount for -maxtxfee=<amount>: '%s' (must be at least the minrelay fee of %s to prevent stuck transactions) - Cantidad no válida para -maxtxfee=<amount>: '%s' (debe ser por lo menos la cuota de comisión mínima de %s para prevenir transacciones atascadas) + Cantidad no válida para -maxtxfee=<amount>: '%s' (debe ser por lo menos la comisión mínima de %s para prevenir transacciones atascadas) Maximum size of data in data carrier transactions we relay and mine (default: %u) El tamaño máximo de los datos en las operaciones de transporte de datos que transmitimos y el mio (default: %u) - - Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect) - Consulta de direcciones pares mediante búsqueda de DNS, si bajo en direcciones (por defecto: 1 a menos que - conectar) - Randomize credentials for every proxy connection. This enables Tor stream isolation (default: %u) Aleatorizar las credenciales para cada conexión proxy. Esto habilita la Tor stream isolation (por defecto: %u) @@ -3258,17 +3484,13 @@ Set maximum size of high-priority/low-fee transactions in bytes (default: %d) Establecer tamaño máximo de las transacciones de alta prioridad/baja comisión en bytes (predeterminado: %d) - - Set the number of threads for coin generation if enabled (-1 = all cores, default: %d) - Ajuste el número de hilos para la generación de moneda si está habilitado (-1 = all cores, default: %d) - The transaction amount is too small to send after the fee has been deducted Monto de transacción muy pequeña luego de la deducción por comisión - 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. - Este producto incluye software desarrollado por el OpenSSL Project para su uso en OpenSSL Toolkit <https://www.openssl.org/>, software de cifrado escrito por Eric Young y software UPnP escrito por Thomas Bernard. + Use hierarchical deterministic key generation (HD) after BIP32. Only has effect during wallet creation/first start + Usar tras BIP32 la generación de llave determinística jerárquica (HD) . Solo tiene efecto durante el primer inicio/generación del monedero 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 @@ -3286,38 +3508,14 @@ Accept public REST requests (default: %u) Aceptar solicitudes públicas en FERIADOS (por defecto: %u) - - Activating best chain... - Activando la mejor cadena... - - - Always relay transactions received from whitelisted peers (default: %d) - Siempre retrasmitir las transacciones recibidas de nodos en la lista blanca (predeterminado: %d) - - - Attempt to recover private keys from a corrupt wallet.dat on startup - Intento de recuperar claves privadas de un wallet.dat corrupto - Automatically create Tor hidden service (default: %d) Automáticamente crea el servicio Tor oculto (por defecto: %d) - - Cannot resolve -whitebind address: '%s' - No se puede resolver -whitebind address: '%s' - Connect through SOCKS5 proxy Conectar usando SOCKS5 proxy - - Copyright (C) 2009-%i The Bitcoin Core Developers - Copyright (C) 2018-%i The Blackcoin More Developers - - - Error loading wallet.dat: Wallet requires newer version of Bitcoin Core - Error al cargar wallet.dat: El monedero requiere una versión más reciente de Blackcoin More - Error reading from database, shutting down. Error al leer la base de datos, cerrando. @@ -3330,22 +3528,6 @@ Information Información - - Initialization sanity check failed. Bitcoin Core is shutting down. - La inicialización de la verificación de validez falló. Se está apagando Blackcoin More. - - - Invalid amount for -maxtxfee=<amount>: '%s' - Monto inválido para -maxtxfee=<amount>: '%s' - - - Invalid amount for -minrelaytxfee=<amount>: '%s' - Cantidad inválida para -minrelaytxfee=<amount>: '%s' - - - Invalid amount for -mintxfee=<amount>: '%s' - Cantidad inválida para -mintxfee=<amount>: '%s' - Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) Cantidad inválida para -paytxfee=<amount>: '%s' (debe ser por lo menos %s) @@ -3370,21 +3552,13 @@ RPC server options: Opciones de servidor RPC: - - Rebuild block chain index from current blk000??.dat files on startup - Reconstruir el índice de la cadena de bloques en el arranque desde los actuales ficheros blk000??.dat - - - Receive and display P2P network alerts (default: %u) - Recibir y mostrar alertas de red P2P (default: %u) - Reducing -maxconnections from %d to %d, because of system limitations. Reduciendo -maxconnections de %d a %d, debido a limitaciones del sistema. Rescan the block chain for missing wallet transactions on startup - Rescanea la cadena de bloques para transacciones perdidas de la cartera + Rescanea la cadena de bloques para buscar transacciones perdidas del monedero Send trace/debug info to console instead of debug.log file @@ -3426,17 +3600,13 @@ Transaction amount too small Cantidad de la transacción demasiado pequeña - - Transaction amounts must be positive - Las cantidades en las transacciones deben ser positivas - Transaction too large for fee policy Operación demasiado grande para la política de tasas Transaction too large - Transacción demasiado grande + Transacción demasiado grande, intenta dividirla en varias. Unable to bind to %s on this computer (bind returned error %s) @@ -3444,21 +3614,21 @@ Upgrade wallet to latest format on startup - Actualizar el monedero al último formato + Actualizar el monedero al último formato al inicio Username for JSON-RPC connections Nombre de usuario para las conexiones JSON-RPC - - Wallet needed to be rewritten: restart Bitcoin Core to complete - Monedero es necesario volver a escribir: reiniciar Blackcoin More para completar - Warning Aviso + + Warning: unknown new rules activated (versionbit %i) + Advertencia: nuevas reglas desconocidas activadas (versionbit %i) + Whether to operate in a blocks only mode (default: %u) Si se debe o no operar en un modo de solo bloques (predeterminado: %u) @@ -3471,10 +3641,6 @@ ZeroMQ notification options: Opciones de notificación ZeroQM: - - wallet.dat corrupt, salvage failed - wallet.dat corrupto. Ha fallado la recuperación. - Password for JSON-RPC connections Contraseña para las conexiones JSON-RPC @@ -3484,11 +3650,6 @@ Execute command when the best block changes (%s in cmd is replaced by block hash) Ejecutar un comando cuando cambia el mejor bloque (%s en cmd se sustituye por el hash de bloque) - - This help message - Este mensaje de ayuda - - Allow DNS lookups for -addnode, -seednode and -connect Permitir búsquedas DNS para -addnode, -seednode y -connect @@ -3497,34 +3658,30 @@ Loading addresses... Cargando direcciones... - - Error loading wallet.dat: Wallet corrupted - Error al cargar wallet.dat: el monedero está dañado - (1 = keep tx meta data e.g. account owner and payment request information, 2 = drop tx meta data) - (1 = keep tx meta data e.g. account owner and payment request information, 2 = drop tx meta data) + (1 = mantener los meta datos de transacción, por ejemplo: propietario e información de pago, 2 = omitir los metadatos) -maxtxfee is set very high! Fees this large could be paid on a single transaction. - -maxtxfee tiene un ajuste muy elevado! Las comisiones así de grandes podrían ser pagadas en una única transaccion. - - - -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. - -paytxfee tiene un ajuste muy elevado! Esta es la comisión de transacción que pagaras si envías una transaccion. + -maxtxfee tiene un ajuste muy elevado! Comisiones muy grandes podrían ser pagadas en una única transaccion. Do not keep transactions in the mempool longer than <n> hours (default: %u) No mantener transacciones en la memoria mas de <n> horas (predeterminado: %u) - Error reading wallet.dat! All keys read correctly, but transaction data or address book entries might be missing or incorrect. - Error al leer wallet.dat! Todas las llaves se leyeron correctamente, pero los datos de transacciones o la libreta de direcciones pueden faltar o ser incorrectos. + Equivalent bytes per sigop in transactions for relay and mining (default: %u) + Bytes equivalentes por sigop en transacciones para retrasmisión y minado (predeterminado: %u) Fees (in %s/kB) smaller than this are considered zero fee for transaction creation (default: %s) Las comisiones (en %s/kB) menores que esto son consideradas de cero comision para la creacion de transacciones (predeterminado: %s) + + Force relay of transactions from whitelisted peers even if they violate local relay policy (default: %d) + Fuerza la retransmisión de transacciones desde nodos en la lista blanca incluso si violan la política de retransmisiones local (predeterminado: %d) + How thorough the block verification of -checkblocks is (0-4, default: %u) Nivel de rigor en la verificación de bloques de -checkblocks (0-4; predeterminado: %u) @@ -3541,17 +3698,62 @@ Output debugging information (default: %u, supplying <category> is optional) Mostrar depuración (por defecto: %u, proporcionar <category> es opcional) + + Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect/-noconnect) + Preguntar por direcciones pares al buscar DNS, si baja en las direcciones (predeterminado: 1 a menos que -connect/-noconnect) + + + Sets the serialization of raw transaction or block hex returned in non-verbose mode, non-segwit(0) or segwit(1) (default: %d) + https://www.transifex.com/joyful-world/breaking-english/ +Establecer la serialización de las transacciones sin procesar o el bloque hex devuelto en non-verbose mode, non-segwit(O) o segwit(1) (default: %d) + + + Support filtering of blocks and transaction with bloom filters (default: %u) + Admite filtrado de bloques, y transacciones con filtros Bloom. Reduce la carga de red. ( por defecto :%u) + + + This is the transaction fee you may pay when fee estimates are not available. + Esta es la tarifa de cuota que debe pagar cuando las estimaciones de tarifas no estén disponibles. + + + This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit %s and cryptographic software written by Eric Young and UPnP software written by Thomas Bernard. + Este producto incluye software desarrollado por el Proyecto OpenSSL para utilizarlo en el juego de herramientas OpenSSL %s y software criptográfico escrito por Eric Young y software UPnP escrito por Thomas Bernard. + + + Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments. + La longitud total de la cadena de versión de red ( %i ) supera la longitud máxima ( %i ) . Reducir el número o tamaño de uacomments . + + + Tries to keep outbound traffic under the given target (in MiB per 24h), 0 = no limit (default: %d) + Intenta de mantener el Tráfico de salida , bajo el Objetivo Determinado (en MiB por 24h) , 0 = sin limite (Por Defecto :%d ) + Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported. - Error: Unsupported argumento -socks encontrados. SOCKS versión ajuste ya no es posible, sólo SOCKS5 proxies son compatibles. + Error: argumento -socks encontrado. El ajuste de la versión SOCKS ya no es posible, sólo proxies SOCKS5 son compatibles. + + + Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay. + El argumento no soportado -whitelistalwaysrelay ha sido ignorado, utiliza -whitelistrelay y/o -whitelistforcerelay. Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) Usar distintos proxys SOCKS5 para comunicarse vía Tor de forma anónima (Por defecto: %s) - Username and hashed password for JSON-RPC connections. The field <userpw> comes in the format: <USERNAME>:<SALT>$<HASH>. A canonical python script is included in share/rpcuser. This option can be specified multiple times - Nombre de usuario y hash de la contraseña para las conexiones JSON-RPC. El campo <userpw> tiene el formato: <USERNAME>:<SALT>$<HASH>. Se incluye un script python convencional en share/rpcuser. Esta opción puede ser especificada multiples veces + Warning: Unknown block versions being mined! It's possible unknown rules are in effect + Advertencia: Se están minando versiones de bloques desconocidas! Es posible que normas desconocidas estén activas + + + Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup. + Aviso: fichero de monedero corrupto, datos recuperados! Original %s guardado como %s en %s; si su balance de transacciones es incorrecto, debe restaurar desde una copia de seguridad. + + + Whitelist peers connecting from the given IP address (e.g. 1.2.3.4) or CIDR notated network (e.g. 1.2.3.0/24). Can be specified multiple times. + Los pares de listas blancas que se conectan desde la dirección IP dada (por ejemplo, 1.2.3.4) o la red marcada CIDR (por ejemplo, 1.2.3.0/24). Se puede especificar varias veces. + + + %s is set very high! + ¡%s se establece muy alto! (default: %s) @@ -3561,14 +3763,6 @@ Always query for peer addresses via DNS lookup (default: %u) Siempre consultar direcciones de otros equipos por medio de DNS lookup (por defecto: %u) - - Error loading wallet.dat - Error al cargar wallet.dat - - - Generate coins (default: %u) - Generar monedas (por defecto: %u) - How many blocks to check at startup (default: %u, 0 = all) Cuántos bloques comprobar al iniciar (predeterminado: %u, 0 = todos) @@ -3581,6 +3775,10 @@ Invalid -proxy address: '%s' Dirección -proxy inválida: '%s' + + Keypool ran out, please call keypoolrefill first + Keypool se ha agotado, llame a keypoolrefill primero + Listen for JSON-RPC connections on <port> (default: %u or testnet: %u) Escuchar conexiones JSON-RPC en <puerto> (predeterminado: %u o testnet: %u) @@ -3617,13 +3815,17 @@ Relay non-P2SH multisig (default: %u) Relay non-P2SH multisig (default: %u) + + Send transactions with full-RBF opt-in enabled (default: %u) + Enviar transacciones con full-RBF opt-in habilitado (predeterminado: %u) + Set key pool size to <n> (default: %u) Ajustar el número de claves en reserva <n> (predeterminado: %u) - Set minimum block size in bytes (default: %u) - Establecer tamaño mínimo de bloque en bytes (por defecto: %u) + Set maximum BIP141 block weight (default: %d) + Establecer peso máximo bloque BIP141 (predeterminado: %d) Set the number of threads to service RPC calls (default: %d) @@ -3643,28 +3845,44 @@ Spend unconfirmed change when sending transactions (default: %u) - Gastar cambio no confirmado al enviar transacciones (predeterminado: %u) + Usar cambio aún no confirmado al enviar transacciones (predeterminado: %u) + + + Starting network threads... + Iniciando funciones de red... + + + The wallet will avoid paying less than the minimum relay fee. + El monedero evitará pagar menos que la cuota de retransmisión mínima. + + + This is the minimum transaction fee you pay on every transaction. + Esta es la tarifa mínima de transacción que usted paga en cada transacción. + + + This is the transaction fee you will pay if you send a transaction. + Esta es la cuota de transacción que pagará si envía una transacción. Threshold for disconnecting misbehaving peers (default: %u) Umbral para la desconexión de pares con mal comportamiento (predeterminado: %u) + + Transaction amounts must not be negative + Las cantidades de transacción no deben ser negativa + + + Transaction has too long of a mempool chain + La transacción tiene demasiado tiempo de una cadena de mempool + + + Transaction must have at least one recipient + La transacción debe de tener al menos un receptor + Unknown network specified in -onlynet: '%s' La red especificada en -onlynet '%s' es desconocida - - Cannot resolve -bind address: '%s' - No se puede resolver la dirección de -bind: '%s' - - - Cannot resolve -externalip address: '%s' - No se puede resolver la dirección de -externalip: '%s' - - - Invalid amount for -paytxfee=<amount>: '%s' - Cantidad inválida para -paytxfee=<amount>: '%s' - Insufficient funds Fondos insuficientes @@ -3683,7 +3901,7 @@ Cannot downgrade wallet - No se puede rebajar el monedero + No se puede cambiar a una versión mas antigua el monedero Cannot write default address diff --git a/src/qt/locale/bitcoin_es_AR.ts b/src/qt/locale/bitcoin_es_AR.ts index a13371583..6a418e645 100644 --- a/src/qt/locale/bitcoin_es_AR.ts +++ b/src/qt/locale/bitcoin_es_AR.ts @@ -25,10 +25,6 @@ C&lose C&lose - - &Copy Address - &Copiar Dirección - Delete the currently selected address from the list Borrar de la lista la dirección seleccionada @@ -45,74 +41,10 @@ &Delete &Borrar - - Choose the address to send coins to - Elegir la dirección a donde enviar las monedas (coins) - - - Choose the address to receive coins with - Elegí la dirección donde recibir las monedas - - - C&hoose - E&legir - - - Sending addresses - Direcciones de envío - - - Receiving addresses - Direcciones de recepción - - - These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - Estas son tus direcciones Blackcoin para enviar pagos. Siempre chequeá el monto y la dirección de recepción antes de mandar monedas. - - - These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Estas son tus direcciones para recibir pagos. Te recomendamos que uses una dirección de recibir para cada transacción. - - - Copy &Label - Copiar &Etiqueta - - - &Edit - &Editar - - - Export Address List - Exportar lista de direcciones - - - Comma separated file (*.csv) - Archivo separado por coma (*.csv) - - - Exporting Failed - Falló la exportación - - - There was an error trying to save the address list to %1. Please try again. - Hubo un error al tratar de guardar la lista de direcciones a %1. Por favor tratá de nuevo. - - + AddressTableModel - - Label - Etiqueta - - - Address - Dirección - - - (no label) - (sin etiqueta) - - + AskPassphraseDialog @@ -131,90 +63,6 @@ Repeat new passphrase Repetí la nueva Frase de Contraseña - - Encrypt wallet - Encriptar la billetera - - - This operation needs your wallet passphrase to unlock the wallet. - Esta operación necesita tu frase de contraseña para desbloquear tu billetera. - - - Unlock wallet - Desbloquear la billetera - - - This operation needs your wallet passphrase to decrypt the wallet. - Esta operación necesita tu Frase de Contraseña de billetera para desencriptar la billetera. - - - Decrypt wallet - Desencriptar la billetera - - - Change passphrase - Cambiar la Frase de Contraseña - - - Confirm wallet encryption - Confirmá la encriptación de la billetera - - - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! - Atención: Si encriptás tu billetera y perdés tu frase de contraseña, vas a <b>PERDER TODOS TUS BLACKCOINS:</b>! - - - Are you sure you wish to encrypt your wallet? - ¿Estás seguro que querés encriptar tu billetera? - - - Bitcoin Core will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - Blackcoin More ahora se va a cerrar para terminar el proceso de encriptación. Acordate que encriptar tu billetera no te protege completamente de que algún malware que pueda infectar tu computadora te robe tus blackcoins. - - - 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. - IMPORTANTE: Todos los backups que hayas hecho de tu billetera tendrían que ser reemplazados por el archivo encriptado de billetera que generaste. Por razones de seguridad, los backups anteriores del archivo de billetera no encriptado se inutilizan en el momento en que empezás a usar la nueva billetera encriptada - - - Warning: The Caps Lock key is on! - Atención: Tenés puestas las mayúsculas! - - - Wallet encrypted - Billetera encriptada - - - 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>. - Ingresá una nueva frase de contraseña para la billetera.<br/>Por favor, fijate de usar una frase de contraseña de <b>diez o más caracteres aleatorios</b>, o de <b>ocho o más palabras</b>. - - - Enter the old passphrase and new passphrase to the wallet. - Ingresá la frase de contraseña vieja y la nueva para la billetera. - - - Wallet encryption failed - Falló la encriptación de la billetera - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - Falló la encriptación de la billetera por un error interno. Tu billetera no está encriptada. - - - The supplied passphrases do not match. - Las frases de contraseña no son iguales. - - - Wallet unlock failed - Falló el desbloqueo de la billetera - - - The passphrase entered for the wallet decryption was incorrect. - La frase de contraseña que ingresaste para desencriptar la billetera es incorrecta. - - - Wallet decryption failed - Falló la desencriptación de la billetera - BanTableModel @@ -222,15 +70,8 @@ BitcoinGUI - - ClientModel - CoinControlDialog - - (no label) - (sin etiqueta) - EditAddressDialog @@ -244,6 +85,9 @@ Intro + + ModalOverlay + OpenURIDialog @@ -262,6 +106,9 @@ QObject + + QObject::QObject + QRImageWidget @@ -273,36 +120,19 @@ ReceiveRequestDialog - - Address - Dirección - - - Label - Etiqueta - RecentRequestsTableModel - - Label - Etiqueta - - - (no label) - (sin etiqueta) - SendCoinsDialog - - (no label) - (sin etiqueta) - SendCoinsEntry + + SendConfirmationDialog + ShutdownWindow @@ -323,29 +153,9 @@ TransactionTableModel - - Label - Etiqueta - TransactionView - - Exporting Failed - Falló la exportación - - - Comma separated file (*.csv) - Archivo separado por coma (*.csv) - - - Label - Etiqueta - - - Address - Dirección - UnitDisplayStatusBarControl @@ -358,14 +168,6 @@ WalletView - - &Export - &Exportar - - - Export the data in the current tab to a file - Exportar los datos de la pestaña actual a un archivo - bitcoin-core diff --git a/src/qt/locale/bitcoin_es_CL.ts b/src/qt/locale/bitcoin_es_CL.ts index 8e55dd3a4..13558106d 100644 --- a/src/qt/locale/bitcoin_es_CL.ts +++ b/src/qt/locale/bitcoin_es_CL.ts @@ -7,7 +7,7 @@ Create a new address - Crea una nueva direCrea una nueva direccióncción + Crea una nueva dirección &New @@ -25,10 +25,6 @@ C&lose C y perder - - &Copy Address - &Copia dirección - Delete the currently selected address from the list Eliminar la dirección seleccionada de la lista @@ -45,58 +41,10 @@ &Delete &Borrar - - Choose the address to send coins to - Selecciona la direccion para enviar coins - - - Choose the address to receive coins with - Selecciona la dirección para recibir coins - - - Sending addresses - Dirección de envio - - - Receiving addresses - Dirección para recibir - - - Copy &Label - Copia &etiqueta - - - &Edit - &Editar - - - Export Address List - Exportar lista de direcciones - - - Comma separated file (*.csv) - Archivos separados por coma (*.csv) - - - Exporting Failed - Exportado fallo - AddressTableModel - - Label - Etiqueta - - - Address - Dirección - - - (no label) - (sin etiqueta) - - + AskPassphraseDialog @@ -111,83 +59,7 @@ Repeat new passphrase Repite nueva contraseña - - Encrypt wallet - Codificar billetera - - - This operation needs your wallet passphrase to unlock the wallet. - Esta operación necesita la contraseña para desbloquear la billetera. - - - Unlock wallet - Desbloquea billetera - - - This operation needs your wallet passphrase to decrypt the wallet. - Esta operación necesita la contraseña para decodificar la billetara. - - - Decrypt wallet - Decodificar cartera - - - Change passphrase - Cambia contraseña - - - Confirm wallet encryption - Confirma la codificación de cartera - - - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! - Atención: ¡Si codificas tu billetera y pierdes la contraseña perderás <b>TODOS TUS BLACKCOINS:</b>! - - - Are you sure you wish to encrypt your wallet? - ¿Seguro que quieres seguir codificando la billetera? - - - 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. - IMPORTANTE: Cualquier versión anterior que hayas realizado de tu archivo de billetera será reemplazada por el nuevo archivo de billetera encriptado. Por razones de seguridad, los respaldos anteriores de los archivos de billetera se volverán inútiles en tanto comiences a usar la nueva billetera encriptada. - - - Warning: The Caps Lock key is on! - Precaucion: Mayúsculas Activadas - - - Wallet encrypted - Billetera codificada - - - Wallet encryption failed - Falló la codificación de la billetera - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - La codificación de la billetera falló debido a un error interno. Tu billetera no ha sido codificada. - - - The supplied passphrases do not match. - Las contraseñas no coinciden. - - - Wallet unlock failed - Ha fallado el desbloqueo de la billetera - - - The passphrase entered for the wallet decryption was incorrect. - La contraseña introducida para decodificar la billetera es incorrecta. - - - Wallet decryption failed - Ha fallado la decodificación de la billetera - - - Wallet passphrase was successfully changed. - La contraseña de billetera ha sido cambiada con éxito. - - + BanTableModel @@ -225,6 +97,10 @@ Quit application Salir del programa + + &About %1 + S&obre %1 + About &Qt Acerca de @@ -261,10 +137,6 @@ Open &URI... Abrir y url... - - Bitcoin Core client - cliente Blackcoin More - Reindexing blocks on disk... Cargando el index de bloques... @@ -309,10 +181,6 @@ &Receive y recibir - - Show information about Bitcoin Core - Mostrar informacion sobre Blackcoin More - &Show / Hide &Mostrar/Ocultar @@ -337,26 +205,10 @@ Tabs toolbar Barra de pestañas - - Bitcoin Core - Blackcoin More - Request payments (generates QR codes and bitcoin: URIs) Pide pagos (genera codigos QR and blackcoin: URls) - - &About Bitcoin Core - &Sobre Blackcoin More - - - Modify configuration options for Bitcoin Core - Modifica las opciones para Blackcoin More - - - %1 and %2 - %1 y %2 - Error Error @@ -393,24 +245,13 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> La billetera esta <b>codificada</b> y actualmente <b>bloqueda</b> - - - ClientModel - - Network Alert - Alerta de Red - - + CoinControlDialog Amount: Cantidad: - - Priority: - prioridad: - Fee: comisión: @@ -432,54 +273,6 @@ Confirmed Confirmado - - Priority - prioridad - - - Copy address - Copia dirección - - - Copy label - Copia etiqueta - - - Copy amount - Copiar Cantidad - - - Copy quantity - copiar cantidad - - - Copy fee - copiar comision - - - Copy bytes - copiar bytes - - - medium - medio - - - low - bajo - - - yes - si - - - no - no - - - (no label) - (sin etiqueta) - EditAddressDialog @@ -495,39 +288,7 @@ &Address &Dirección - - New receiving address - Nueva dirección para recibir - - - New sending address - Nueva dirección para enviar - - - Edit receiving address - Editar dirección de recepción - - - Edit sending address - Editar dirección de envio - - - The entered address "%1" is already in the address book. - La dirección introducida "%1" ya esta guardada en la libreta de direcciones. - - - The entered address "%1" is not a valid Bitcoin address. - La dirección introducida "%1" no es una dirección Blackcoin valida. - - - Could not unlock wallet. - No se pudo desbloquear la billetera. - - - New key generation failed. - La generación de nueva clave falló. - - + FreespaceChecker @@ -537,10 +298,6 @@ HelpMessageDialog - - Bitcoin Core - Blackcoin More - version versión @@ -560,15 +317,18 @@ Welcome bienvenido - - Bitcoin Core - Blackcoin More - Error Error + + ModalOverlay + + Form + Formulario + + OpenURIDialog @@ -681,10 +441,6 @@ PaymentServer - - Payment acknowledged - Pago completado - PeerTableModel @@ -699,24 +455,19 @@ N/A N/A + + %1 and %2 + %1 y %2 + + + + QObject::QObject QRImageWidget - - &Save Image... - Guardar imagen... - - - &Copy Image - Copiar Imagen - RPCConsole - - Client name - Nombre del cliente - N/A N/A @@ -793,15 +544,7 @@ &Message: &mensaje - - Copy label - Copia etiqueta - - - Copy amount - Copiar Cantidad - - + ReceiveRequestDialog @@ -816,45 +559,9 @@ &Save Image... Guardar imagen... - - Address - Dirección - - - Amount - Cantidad - - - Label - Etiqueta - - - Message - Mensaje - RecentRequestsTableModel - - Date - Fecha - - - Label - Etiqueta - - - Message - Mensaje - - - Amount - Cantidad - - - (no label) - (sin etiqueta) - SendCoinsDialog @@ -870,10 +577,6 @@ Amount: Cantidad: - - Priority: - prioridad: - Fee: comisión: @@ -915,42 +618,6 @@ S&end &Envía - - Confirm send coins - Confirmar el envio de monedas - - - Copy quantity - copiar cantidad - - - Copy amount - Copiar Cantidad - - - Copy fee - copiar comision - - - Copy bytes - copiar bytes - - - The amount to pay must be larger than 0. - La cantidad por pagar tiene que ser mayor 0. - - - The amount exceeds your balance. - La cantidad sobrepasa tu saldo. - - - The total exceeds your balance when the %1 transaction fee is included. - El total sobrepasa tu saldo cuando se incluyen %1 como tasa de envio. - - - (no label) - (sin etiqueta) - SendCoinsEntry @@ -962,10 +629,6 @@ Pay &To: &Pagar a: - - Enter a label for this address to add it to your address book - Introduce una etiqueta a esta dirección para añadirla a tu guia - &Label: &Etiqueta: @@ -991,6 +654,9 @@ Pagar a: + + SendConfirmationDialog + ShutdownWindow @@ -1040,41 +706,9 @@ Verify &Message &Firmar Mensaje - - Click "Sign Message" to generate signature - Click en "Firmar Mensage" para conseguir firma - - - The entered address is invalid. - La dirección introducida no es una valida. - - - Please check the address and try again. - Por favor, revise la dirección Blackcoin e inténtelo denuevo - - - Wallet unlock was cancelled. - Ha fallado el desbloqueo de la billetera - - - Message signing failed. - Firma fallida - - - Message signed. - Mensaje firmado - - - Message verified. - Mensaje comprobado - - + SplashScreen - - Bitcoin Core - Blackcoin More - [testnet] [red-de-pruebas] @@ -1089,308 +723,20 @@ TransactionDesc - - Open until %1 - Abierto hasta %1 - - - %1/offline - %1/fuera de linea - - - %1/unconfirmed - %1/no confirmado - - - %1 confirmations - %1 confirmaciónes - - - Status - Estado - - - Date - Fecha - - - Generated - Generado - - - From - De - - - To - A - - - own address - propia dirección - - - label - etiqueta - - - Credit - Credito - - - not accepted - no aceptada - - - Debit - Debito - - - Transaction fee - Comisión transacción - - - Net amount - Cantidad total - - - Message - Mensaje - - - Comment - Comentario - - - Transaction ID - ID de Transacción - - - Transaction - Transacción - - - Amount - Cantidad - - - , has not been successfully broadcast yet - , no ha sido emitido satisfactoriamente todavía - - - unknown - desconocido - - + TransactionDescDialog - - Transaction details - Detalles de transacción - This pane shows a detailed description of the transaction Esta ventana muestra información detallada sobre la transacción - + TransactionTableModel - - Date - Fecha - - - Type - Tipo - - - Open until %1 - Abierto hasta %1 - - - Confirmed (%1 confirmations) - Confirmado (%1 confirmaciones) - - - This block was not received by any other nodes and will probably not be accepted! - Este bloque no ha sido recibido por otros nodos y probablemente no sea aceptado ! - - - Generated but not accepted - Generado pero no acceptado - - - Offline - fuera de linea - - - Label - Etiqueta - - - Unconfirmed - no confirmado - - - Received with - Recibido con - - - Received from - Recibido de - - - Sent to - Enviado a - - - Payment to yourself - Pagar a usted mismo - - - Mined - Minado - - - (n/a) - (n/a) - - - Transaction status. Hover over this field to show number of confirmations. - Estado de transacción. Pasa el raton sobre este campo para ver el numero de confirmaciónes. - - - Date and time that the transaction was received. - Fecha y hora cuando se recibió la transaccion - - - Type of transaction. - Tipo de transacción. - - - Amount removed from or added to balance. - Cantidad restada o añadida al balance - - + TransactionView - - All - Todo - - - Today - Hoy - - - This week - Esta semana - - - This month - Esta mes - - - Last month - Mes pasado - - - This year - Este año - - - Range... - Rango... - - - Received with - Recibido con - - - Sent to - Enviado a - - - To yourself - A ti mismo - - - Mined - Minado - - - Other - Otra - - - Enter address or label to search - Introduce una dirección o etiqueta para buscar - - - Min amount - Cantidad minima - - - Copy address - Copia dirección - - - Copy label - Copia etiqueta - - - Copy amount - Copiar Cantidad - - - Edit label - Edita etiqueta - - - Show transaction details - Mostrar detalles de la transacción - - - Exporting Failed - Exportado fallo - - - Comma separated file (*.csv) - Archivos separados por coma (*.csv) - - - Confirmed - Confirmado - - - Date - Fecha - - - Type - Tipo - - - Label - Etiqueta - - - Address - Dirección - - - ID - ID - - - Range: - Rango: - - - to - para - - + UnitDisplayStatusBarControl @@ -1399,33 +745,9 @@ WalletModel - - Send Coins - Enviar monedas - - + WalletView - - &Export - y exportar - - - Export the data in the current tab to a file - Exportar los datos de la pestaña actual a un archivo - - - Backup Wallet - Respaldar billetera - - - Wallet Data (*.dat) - Datos de billetera (*.dat) - - - Backup Failed - Ha fallado el respaldo - bitcoin-core @@ -1450,9 +772,8 @@ - Connect only to the specified node(s) - Conecta solo al nodo especificado - + Bitcoin Core + Blackcoin More Error loading block database @@ -1466,18 +787,6 @@ Information Información - - Invalid amount for -maxtxfee=<amount>: '%s' - Cantidad inválida para -maxtxfee=<amount>: '%s' - - - Invalid amount for -minrelaytxfee=<amount>: '%s' - Cantidad inválida para -minrelaytxfee=<amount>: '%s' - - - Invalid amount for -mintxfee=<amount>: '%s' - Cantidad inválida para -mintxfee=<amount>: '%s' - Send trace/debug info to console instead of debug.log file Enviar informacion de seguimiento a la consola en vez del archivo debug.log @@ -1491,18 +800,9 @@ Warning Atención - - wallet.dat corrupt, salvage failed - wallet.dat corrompió, guardado fallido - Password for JSON-RPC connections Contraseña para las conexiones JSON-RPC - - - - This help message - Este mensaje de ayuda @@ -1514,30 +814,10 @@ Loading addresses... Cargando direcciónes... - - Error loading wallet.dat: Wallet corrupted - Error cargando wallet.dat: Billetera corrupta - - - Error loading wallet.dat - Error cargando wallet.dat - Invalid -proxy address: '%s' Dirección -proxy invalida: '%s' - - Cannot resolve -bind address: '%s' - No se pudo resolver la dirección fija: '%s' - - - Cannot resolve -externalip address: '%s' - No se pudo resolver la dirección ip: '%s' - - - Invalid amount for -paytxfee=<amount>: '%s' - Cantidad inválida para -paytxfee=<amount>: '%s' - Insufficient funds Fondos insuficientes diff --git a/src/qt/locale/bitcoin_es_CO.ts b/src/qt/locale/bitcoin_es_CO.ts index 68e335825..34bc6c3d7 100644 --- a/src/qt/locale/bitcoin_es_CO.ts +++ b/src/qt/locale/bitcoin_es_CO.ts @@ -25,10 +25,6 @@ C&lose C&errar - - &Copy Address - &Copiar dirección - Delete the currently selected address from the list Borrar la dirección actualmente seleccionada de la lista @@ -41,75 +37,10 @@ &Delete &Borrar - - Choose the address to send coins to - Escoje la dirección para enviar monedas a - - - Choose the address to receive coins with - Escoje la dirección para recibir monedas con - - - C&hoose - E&scojer - - - Sending addresses - Enviando direcciones - - - Receiving addresses - Recibiendo direcciones - - - These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - -Estas son las direcciones de Blackcoin para enviar pagos . Siempre verifique la cantidad y la dirección de recepción antes de enviar monedas. - - - These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Estas son las direcciones de Blackcoin para recibir los pagos . Se recomienda el uso de una nueva dirección de recepción para cada transacción. - - - Copy &Label - Copiar &Etiqueta - - - &Edit - &Editar - - - Export Address List - Exportar lista de direcciones - - - Comma separated file (*.csv) - Coma(,) archivo separado (*.csv) - - - Exporting Failed - Exportación Fallida - - - There was an error trying to save the address list to %1. Please try again. - Hubo un error intentando guardar la lista de direcciones a %1 Inténtelo otravez - - + AddressTableModel - - Label - Etiqueta - - - Address - Dirección - - - (no label) - (ninguna dirección) - - + AskPassphraseDialog @@ -128,91 +59,7 @@ Estas son las direcciones de Blackcoin para enviar pagos . Siempre verifique la Repeat new passphrase Repetir nueva contraseña - - Encrypt wallet - Billetera Encriptada - - - This operation needs your wallet passphrase to unlock the wallet. - Esta operación necesita tu contraseña de la billetera para desbloquear la billetera - - - Unlock wallet - Billetera Desbloqueada - - - This operation needs your wallet passphrase to decrypt the wallet. - Esta operación necesita tu contraseña de la billetera para desencriptar la billetera. - - - Decrypt wallet - Billetera Desencriptada - - - Change passphrase - Cambiar contraseña - - - Confirm wallet encryption - Confirmar encriptación de la billetera - - - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! - Precaución: Si tú has encriptado tu billetera y has perdido tu contraseña, usted <b>PERDERÁ TODOS TUS BLACKCOINS:</b> - - - Are you sure you wish to encrypt your wallet? - Estas seguro de que deseas encriptar tu billetera? - - - Bitcoin Core will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - Blackcoin More se cerrará ahora para finalizar el proceso de encriptación. Recuerda que encriptando tu billetera no protegera por completo tus blackcoins desde robos por malware que infectan tu computadora. - - - 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. - IMPORTANTE : Cualquier copias de seguridad anteriores que han hecho de su archivo cartera debe ser reemplazado por el archivo de la carpeta recién generado , encriptado . Por razones de seguridad , las copias de seguridad anteriores del archivo cartera sin cifrar se vuelven inútiles , tan pronto como empiece a utilizar el nuevo , carpeta cifrada . - - - Warning: The Caps Lock key is on! - Ojo: El bloqueo de MAYUSCULAS esta activado! - - - Wallet encrypted - Billetera encriptada - - - 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>. - Poner la nueva contraseña a la billetera.<br/>Por favor usa una contraseña de <b>diez o más palabras aleatorias</b>, o <b>nueve o más letras</b>. - - - Enter the old passphrase and new passphrase to the wallet. - Poner la antigua contraseña y nueva contraseña a la billetera. - - - Wallet encryption failed - Encriptación de la billetera fallida - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - Encriptación de la billetera fallida por un error interno. Tu billetera no ha sido encriptada. - - - Wallet unlock failed - Falló el desbloqueo de la billetera - - - The passphrase entered for the wallet decryption was incorrect. - La contraseña tecleada de la desencriptación de la billetera ha sido incorrecta. - - - Wallet decryption failed - Encriptación de la billetera fallida - - - Wallet passphrase was successfully changed. - La contraseña de la billetera a sido cambiada exitosamente. - - + BanTableModel @@ -278,14 +125,6 @@ Estas son las direcciones de Blackcoin para enviar pagos . Siempre verifique la Open &URI... Abrir &URL... - - Bitcoin Core client - Blackcoin More cliente - - - Importing blocks from disk... - Importando bloques desde el disco... - Send coins to a Bitcoin address Enviando monedas a una dirección de Blackcoin @@ -322,10 +161,6 @@ Estas son las direcciones de Blackcoin para enviar pagos . Siempre verifique la &Receive &Recibir - - Show information about Bitcoin Core - Mostrar información sobre Blackcoin More - &Show / Hide &Mostrar / Ocultar @@ -346,24 +181,13 @@ Estas son las direcciones de Blackcoin para enviar pagos . Siempre verifique la &Help &Ayuda - - Bitcoin Core - Blackcoin More - Error Error - - ClientModel - CoinControlDialog - - (no label) - (ninguna dirección) - EditAddressDialog @@ -373,22 +197,21 @@ Estas son las direcciones de Blackcoin para enviar pagos . Siempre verifique la HelpMessageDialog - - Bitcoin Core - Blackcoin More - Intro - Bitcoin Core - Blackcoin More + Welcome + bienvenido Error Error + + ModalOverlay + OpenURIDialog @@ -407,6 +230,9 @@ Estas son las direcciones de Blackcoin para enviar pagos . Siempre verifique la QObject + + QObject::QObject + QRImageWidget @@ -418,36 +244,19 @@ Estas son las direcciones de Blackcoin para enviar pagos . Siempre verifique la ReceiveRequestDialog - - Address - Dirección - - - Label - Etiqueta - RecentRequestsTableModel - - Label - Etiqueta - - - (no label) - (ninguna dirección) - SendCoinsDialog - - (no label) - (ninguna dirección) - SendCoinsEntry + + SendConfirmationDialog + ShutdownWindow @@ -456,10 +265,6 @@ Estas son las direcciones de Blackcoin para enviar pagos . Siempre verifique la SplashScreen - - Bitcoin Core - Blackcoin More - TrafficGraphWidget @@ -472,29 +277,9 @@ Estas son las direcciones de Blackcoin para enviar pagos . Siempre verifique la TransactionTableModel - - Label - Etiqueta - TransactionView - - Exporting Failed - Exportación Fallida - - - Comma separated file (*.csv) - Coma(,) archivo separado (*.csv) - - - Label - Etiqueta - - - Address - Dirección - UnitDisplayStatusBarControl @@ -507,13 +292,13 @@ Estas son las direcciones de Blackcoin para enviar pagos . Siempre verifique la WalletView - - &Export - &Exportar - bitcoin-core + + Bitcoin Core + Blackcoin More + Insufficient funds Fondos Insuficientes diff --git a/src/qt/locale/bitcoin_es_DO.ts b/src/qt/locale/bitcoin_es_DO.ts index a22b1e5df..17933e8f2 100644 --- a/src/qt/locale/bitcoin_es_DO.ts +++ b/src/qt/locale/bitcoin_es_DO.ts @@ -21,10 +21,6 @@ C&lose &Cerrar - - &Copy Address - &Copiar dirección - Delete the currently selected address from the list Borrar de la lista la dirección seleccionada @@ -41,70 +37,10 @@ &Delete &Eliminar - - Choose the address to send coins to - Escoja la dirección para enviar monedas - - - Choose the address to receive coins with - Escoja la dirección para recibir monedas - - - C&hoose - &Escoger - - - Sending addresses - Enviando dirección - - - Receiving addresses - Recibiendo dirección - - - These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - Estas son sus direcciones Blackcoin para enviar pagos. Compruebe siempre la cantidad y la dirección receptora antes de transferir monedas. - - - These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Estas son sus direcciones de Blackcoin para recibir pagos. Se recomienda utilizar una nueva dirección de recepción para cada transacción. - - - Copy &Label - Copiar &etiqueta - - - &Edit - &Editar - - - Export Address List - Exportar la lista de direcciones - - - Comma separated file (*.csv) - Archivos de columnas separadas por coma (*.csv) - - - Exporting Failed - Error exportando - AddressTableModel - - Label - Etiqueta - - - Address - Dirección - - - (no label) - (sin etiqueta) - - + AskPassphraseDialog @@ -123,83 +59,7 @@ Repeat new passphrase Repita la nueva contraseña - - Encrypt wallet - Cifrar la cartera - - - This operation needs your wallet passphrase to unlock the wallet. - Esta operación requiere su contraseña para desbloquear la cartera - - - Unlock wallet - Desbloquear cartera - - - This operation needs your wallet passphrase to decrypt the wallet. - Esta operación requiere su contraseña para descifrar la cartera. - - - Decrypt wallet - Descifrar la certare - - - Change passphrase - Cambiar contraseña - - - Confirm wallet encryption - Confirmar cifrado de la cartera - - - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! - Atencion: ¡Si cifra su monedero y pierde la contraseña perderá <b>TODOS SUS BLACKCOINS:</b>!" - - - Are you sure you wish to encrypt your wallet? - ¿Seguro que desea cifrar su monedero? - - - 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. - IMPORTANTE: Cualquier copia de seguridad que haya realizado previamente de su archivo de monedero debe reemplazarse con el nuevo archivo de monedero cifrado. Por razones de seguridad, las copias de seguridad previas del archivo de monedero no cifradas serán inservibles en cuanto comience a usar el nuevo monedero cifrado. - - - Warning: The Caps Lock key is on! - Aviso: ¡La tecla de bloqueo de mayúsculas está activada! - - - Wallet encrypted - Monedero cifrado - - - Wallet encryption failed - Ha fallado el cifrado del monedero - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - Ha fallado el cifrado del monedero debido a un error interno. El monedero no ha sido cifrado. - - - The supplied passphrases do not match. - Las contraseñas no coinciden. - - - Wallet unlock failed - Ha fallado el desbloqueo del monedero - - - The passphrase entered for the wallet decryption was incorrect. - La contraseña introducida para descifrar el monedero es incorrecta. - - - Wallet decryption failed - Ha fallado el descifrado del monedero - - - Wallet passphrase was successfully changed. - Se ha cambiado correctamente la contraseña del monedero. - - + BanTableModel @@ -277,10 +137,6 @@ Open &URI... Abrir URI... - - Importing blocks from disk... - Importando bloques de disco... - Reindexing blocks on disk... Reindexando bloques en disco... @@ -361,18 +217,10 @@ Tabs toolbar Barra de pestañas - - Bitcoin Core - Blackcoin More - Request payments (generates QR codes and bitcoin: URIs) Solicitar pagos (genera codigo QR y URL's de Blackcoin) - - &About Bitcoin Core - &Acerca del Blackcoin More - Show the list of used sending addresses and labels Mostrar la lista de direcciones de envío y etiquetas @@ -389,10 +237,6 @@ &Command-line options &Opciones de linea de comando - - No block source available... - Ninguna fuente de bloques disponible ... - %1 behind %1 atrás @@ -441,14 +285,7 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> El monedero está <b>cifrado</b> y actualmente <b>bloqueado</b> - - - ClientModel - - Network Alert - Alerta de red - - + CoinControlDialog @@ -463,10 +300,6 @@ Amount: Cuantía: - - Priority: - Prioridad: - Fee: Tasa: @@ -507,135 +340,7 @@ Confirmed Confirmado - - Priority - Prioridad - - - Copy address - Copiar dirección - - - Copy label - Copiar etiqueta - - - Copy amount - Copiar cantidad - - - Copy transaction ID - Copiar identificador de transacción - - - Lock unspent - Bloquear lo no gastado - - - Unlock unspent - Desbloquear lo no gastado - - - Copy quantity - Copiar cantidad - - - Copy fee - Copiar donación - - - Copy after fee - Copiar después de aplicar donación - - - Copy bytes - Copiar bytes - - - Copy priority - Copiar prioridad - - - Copy change - Copiar Cambio - - - highest - lo más alto - - - higher - más alto - - - high - alto - - - medium-high - medio-alto - - - medium - medio - - - low-medium - bajo-medio - - - low - bajo - - - lower - más bajo - - - lowest - lo más bajo - - - (%1 locked) - (%1 bloqueado) - - - none - ninguno - - - yes - si - - - no - no - - - This means a fee of at least %1 per kB is required. - Esto implica que se requiere una tarifa de al menos %1 por kB - - - Can vary +/- 1 byte per input. - Puede variar +/- 1 byte por entrada. - - - Transactions with higher priority are more likely to get included into a block. - Las transacciones con alta prioridad son más propensas a ser incluidas dentro de un bloque. - - - (no label) - (sin etiqueta) - - - change from %1 (%2) - Enviar desde %1 (%2) - - - (change) - (cambio) - - + EditAddressDialog @@ -658,39 +363,7 @@ &Address &Dirección - - New receiving address - Nueva dirección de recepción - - - New sending address - Nueva dirección de envío - - - Edit receiving address - Editar dirección de recepción - - - Edit sending address - Editar dirección de envío - - - The entered address "%1" is already in the address book. - La dirección introducida "%1" ya está presente en la libreta de direcciones. - - - The entered address "%1" is not a valid Bitcoin address. - La dirección introducida "%1" no es una dirección Blackcoin válida. - - - Could not unlock wallet. - No se pudo desbloquear el monedero. - - - New key generation failed. - Ha fallado la generación de la nueva clave. - - + FreespaceChecker @@ -716,18 +389,10 @@ HelpMessageDialog - - Bitcoin Core - Blackcoin More - version versión - - About Bitcoin Core - Acerca del Blackcoin More - Command-line options Opciones de la línea de órdenes @@ -747,18 +412,6 @@ Welcome Bienvenido - - Welcome to Bitcoin Core. - Bienvenido al Blackcoin More - - - As this is the first time the program is launched, you can choose where Bitcoin Core will store its data. - Al ser la primera vez que se ejecuta el programa, puede elegir dónde almacenará sus datos Blackcoin-Qt. - - - Bitcoin Core will download and store a copy of the Bitcoin block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Blackcoin More va a descargar y guardar una copia de la cadena de bloques de Blackcoin. Se almacenará al menos %1GB de datos en este directorio, que irá creciendo con el tiempo. El monedero se guardará también en este directorio. - Use the default data directory Utilizar el directorio de datos predeterminado @@ -767,15 +420,22 @@ Use a custom data directory: Utilice un directorio de datos personalizado: - - Bitcoin Core - Blackcoin More - Error Error + + ModalOverlay + + Form + Desde + + + Last block time + Hora del último bloque + + OpenURIDialog @@ -794,11 +454,7 @@ Select payment request file Seleccione archivo de sulicitud de pago - - Select payment request file to open - Abrir archivo de solicitud de pago - - + OptionsDialog @@ -963,51 +619,7 @@ PaymentServer - - URI handling - Gestión de URI - - - Invalid payment address %1 - Dirección de pago no válida %1 - - - Requested payment amount of %1 is too small (considered dust). - La cantidad del pago solicitado (%1) es demasiado pequeña (considerada polvo). - - - Payment request error - Error en petición de pago - - - Cannot start bitcoin: click-to-pay handler - No se pudo iniciar blackcoin: manejador de pago-al-clic - - - Unverified payment requests to custom payment scripts are unsupported. - No están soportadas las peticiones inseguras a scripts de pago personalizados - - - Refund from %1 - Devolución de %1 - - - Error communicating with %1: %2 - Error en la comunicación con %1: %2 - - - Bad response from server %1 - Respuesta errónea del servidor %1 - - - Payment acknowledged - Pago aceptado - - - Network request error - Error en petición de red - - + PeerTableModel @@ -1030,31 +642,14 @@ N/D + + QObject::QObject + QRImageWidget - - &Save Image... - Guardar Imagen... - - - &Copy Image - Copiar imagen - - - Save QR Code - Guardar código QR - - - PNG Image (*.png) - Imágenes PNG (*.png) - - + RPCConsole - - Client name - Nombre del cliente - N/A N/D @@ -1075,10 +670,6 @@ General General - - Using OpenSSL version - Utilizando la versión OpenSSL - Startup time Hora de inicio @@ -1135,10 +726,6 @@ Out: Fuera: - - Build date - Fecha de compilación - Debug log file Archivo de registro de depuración @@ -1222,15 +809,7 @@ Remove Eliminar - - Copy label - Copiar etiqueta - - - Copy amount - Copiar cantidad - - + ReceiveRequestDialog @@ -1249,69 +828,9 @@ &Save Image... Guardar Imagen... - - Request payment to %1 - Solicitar pago a %1 - - - Payment information - Información de pago - - - URI - URI - - - Address - Dirección - - - Amount - Cantidad - - - Label - Etiqueta - - - Message - Mensaje - - - Resulting URI too long, try to reduce the text for label / message. - URI resultante demasiado larga. Intente reducir el texto de la etiqueta / mensaje. - - - Error encoding URI into QR Code. - Error al codificar la URI en el código QR. - - + RecentRequestsTableModel - - Date - Fecha - - - Label - Etiqueta - - - Message - Mensaje - - - Amount - Cantidad - - - (no label) - (sin etiqueta) - - - (no message) - (Ningun mensaje) - SendCoinsDialog @@ -1347,10 +866,6 @@ Amount: Cuantía: - - Priority: - Prioridad: - Fee: Tasa: @@ -1403,87 +918,7 @@ S&end &Enviar - - Confirm send coins - Confirmar el envío de monedas - - - %1 to %2 - %1 a %2 - - - Copy quantity - Copiar cantidad - - - Copy amount - Copiar cantidad - - - Copy fee - Copiar donación - - - Copy after fee - Copiar después de aplicar donación - - - Copy bytes - Copiar bytes - - - Copy priority - Copiar prioridad - - - Copy change - Copiar Cambio - - - or - o - - - The amount to pay must be larger than 0. - La cantidad por pagar tiene que ser mayor de 0. - - - The amount exceeds your balance. - La cantidad sobrepasa su saldo. - - - The total exceeds your balance when the %1 transaction fee is included. - El total sobrepasa su saldo cuando se incluye la tasa de envío de %1 - - - Transaction creation failed! - ¡Ha fallado la creación de la transacción! - - - 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. - La transacción fue rechazada. Esto puede haber ocurrido si alguna de las monedas ya estaba gastada o si ha usado una copia de wallet.dat y las monedas se gastaron en la copia pero no se han marcado como gastadas aqui. - - - Warning: Invalid Bitcoin address - Alerta: Dirección de Blackcoin inválida - - - (no label) - (sin etiqueta) - - - Warning: Unknown change address - Alerta: Dirección de Blackcoin inválida - - - Are you sure you want to send? - ¿Está seguro que desea enviar? - - - added as transaction fee - añadido como comisión de transacción - - + SendCoinsEntry @@ -1494,10 +929,6 @@ Pay &To: &Pagar a: - - Enter a label for this address to add it to your address book - Etiquete esta dirección para añadirla a la libreta - &Label: &Etiqueta: @@ -1542,7 +973,10 @@ Memo: Memo: - + + + SendConfirmationDialog + ShutdownWindow @@ -1616,69 +1050,9 @@ Reset all verify message fields Limpiar todos los campos de la verificación de mensaje - - Click "Sign Message" to generate signature - Haga clic en "Firmar mensaje" para generar la firma - - - The entered address is invalid. - La dirección introducida es inválida. - - - Please check the address and try again. - Verifique la dirección e inténtelo de nuevo. - - - The entered address does not refer to a key. - La dirección introducida no corresponde a una clave. - - - Wallet unlock was cancelled. - Se ha cancelado el desbloqueo del monedero. - - - Private key for the entered address is not available. - No se dispone de la clave privada para la dirección introducida. - - - Message signing failed. - Ha fallado la firma del mensaje. - - - Message signed. - Mensaje firmado. - - - The signature could not be decoded. - No se puede decodificar la firma. - - - Please check the signature and try again. - Compruebe la firma e inténtelo de nuevo. - - - The signature did not match the message digest. - La firma no coincide con el resumen del mensaje. - - - Message verification failed. - La verificación del mensaje ha fallado. - - - Message verified. - Mensaje verificado. - - + SplashScreen - - Bitcoin Core - Blackcoin More - - - The Bitcoin Core developers - Los desarrolladores del Blackcoin More - [testnet] [testnet] @@ -1693,400 +1067,32 @@ TransactionDesc - - Open until %1 - Abierto hasta %1 - - - %1/offline - %1/fuera de línea - - - %1/unconfirmed - %1/no confirmado - - - %1 confirmations - %1 confirmaciones - - - Status - Estado - - - Date - Fecha - - - Source - Fuente - - - Generated - Generado - - - From - De - - - To - Para - - - own address - dirección propia - - - label - etiqueta - - - Credit - Crédito - - - not accepted - no aceptada - - - Debit - Débito - - - Transaction fee - Comisión de transacción - - - Net amount - Cantidad neta - - - Message - Mensaje - - - Comment - Comentario - - - Transaction ID - ID - - - Merchant - Vendedor - - - 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. - Las monedas generadas deben madurar %1 bloques antes de que puedan ser gastadas. Una vez que generas este bloque, es propagado por la red para ser añadido a la cadena de bloques. Si falla el intento de meterse en la cadena, su estado cambiará a "no aceptado" y ya no se puede gastar. Esto puede ocurrir ocasionalmente si otro nodo genera un bloque a pocos segundos del tuyo. - - - Debug information - Información de depuración - - - Transaction - Transacción - - - Inputs - entradas - - - Amount - Cantidad - - - true - verdadero - - - false - falso - - - , has not been successfully broadcast yet - , todavía no se ha sido difundido satisfactoriamente - - - unknown - desconocido - - + TransactionDescDialog - - Transaction details - Detalles de transacción - This pane shows a detailed description of the transaction Esta ventana muestra información detallada sobre la transacción - + TransactionTableModel - - Date - Fecha - - - Type - Tipo - - - Open until %1 - Abierto hasta %1 - - - Confirmed (%1 confirmations) - Confirmado (%1 confirmaciones) - - - This block was not received by any other nodes and will probably not be accepted! - Este bloque no ha sido recibido por otros nodos y probablemente no sea aceptado! - - - Generated but not accepted - Generado pero no aceptado - - - Label - Etiqueta - - - Received with - Recibido con - - - Received from - Recibidos de - - - Sent to - Enviado a - - - Payment to yourself - Pago propio - - - Mined - Minado - - - (n/a) - (nd) - - - Transaction status. Hover over this field to show number of confirmations. - Estado de transacción. Pasa el ratón sobre este campo para ver el número de confirmaciones. - - - Date and time that the transaction was received. - Fecha y hora en que se recibió la transacción. - - - Type of transaction. - Tipo de transacción. - - - Amount removed from or added to balance. - Cantidad retirada o añadida al saldo. - - + TransactionView - - All - Todo - - - Today - Hoy - - - This week - Esta semana - - - This month - Este mes - - - Last month - Mes pasado - - - This year - Este año - - - Range... - Rango... - - - Received with - Recibido con - - - Sent to - Enviado a - - - To yourself - A usted mismo - - - Mined - Minado - - - Other - Otra - - - Enter address or label to search - Introduzca una dirección o etiqueta que buscar - - - Min amount - Cantidad mínima - - - Copy address - Copiar dirección - - - Copy label - Copiar etiqueta - - - Copy amount - Copiar cantidad - - - Copy transaction ID - Copiar identificador de transacción - - - Edit label - Editar etiqueta - - - Show transaction details - Mostrar detalles de la transacción - - - Export Transaction History - Exportar historial de transacciones - - - Exporting Failed - Error exportando - - - There was an error trying to save the transaction history to %1. - Ha habido un error al intentar guardar la transacción con %1. - - - Exporting Successful - Exportación finalizada - - - The transaction history was successfully saved to %1. - La transacción ha sido guardada en %1. - - - Comma separated file (*.csv) - Archivos de columnas separadas por coma (*.csv) - - - Confirmed - Confirmado - - - Date - Fecha - - - Type - Tipo - - - Label - Etiqueta - - - Address - Dirección - - - ID - ID - - - Range: - Rango: - - - to - para - - + UnitDisplayStatusBarControl WalletFrame - - No wallet has been loaded. - No se ha cargado ningún monedero - - + WalletModel - - Send Coins - Enviar monedas - - + WalletView - - &Export - &Exportar - - - Export the data in the current tab to a file - Exportar a un archivo los datos de esta pestaña - - - Backup Wallet - Respaldo de monedero - - - Wallet Data (*.dat) - Datos de monedero (*.dat) - - - Backup Failed - Ha fallado el respaldo - - - There was an error trying to save the wallet data to %1. - Ha habido un error al intentar guardar los datos del monedero en %1. - - - The wallet data was successfully saved to %1. - Los datos del monedero se han guardado con éxito en %1. - - - Backup Successful - Se ha completado con éxito la copia de respaldo - - + bitcoin-core @@ -2117,8 +1123,8 @@ - Accept connections from outside (default: 1 if no -proxy or -connect) - Aceptar conexiones desde el exterior (predeterminado: 1 si no -proxy o -connect) + Bitcoin Core + Blackcoin More Bind to given address and always listen on it. Use [host]:port notation for IPv6 @@ -2128,22 +1134,6 @@ Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) Ejecutar comando cuando una transacción del monedero cambia (%s en cmd se remplazará por TxID) - - This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - Esta es una versión de pre-prueba - utilícela bajo su propio riesgo. No la utilice para usos comerciales o de minería. - - - Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. - Atención: ¡Parece que la red no está totalmente de acuerdo! Algunos mineros están presentando inconvenientes. - - - Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. - Atención: ¡Parece que no estamos completamente de acuerdo con nuestros pares! Podría necesitar una actualización, u otros nodos podrían necesitarla. - - - 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. - Aviso: ¡Recuperados datos de wallet.dat corrupto! El wallet.dat original se ha guardado como wallet.{timestamp}.bak en %s; si hubiera errores en su saldo o transacciones, deberá restaurar una copia de seguridad. - <category> can be: <category> puede ser: @@ -2152,10 +1142,6 @@ Block creation options: Opciones de creación de bloques: - - Connect only to the specified node(s) - Conectar sólo a los nodos (o nodo) especificados - Corrupted block database detected Corrupción de base de datos de bloques detectada. @@ -2220,10 +1206,6 @@ Wallet %s resides outside data directory %s El monedero %s se encuentra fuera del directorio de datos %s - - You need to rebuild the database using -reindex to change -txindex - Usted necesita reconstruir la base de datos utilizando -reindex para cambiar -txindex - Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message) Ejecutar un comando cuando se reciba una alerta importante o cuando veamos un fork demasiado largo (%s en cmd se reemplazará por el mensaje) @@ -2232,26 +1214,10 @@ Set maximum size of high-priority/low-fee transactions in bytes (default: %d) Establecer tamaño máximo de las transacciones de alta prioridad/comisión baja en bytes (por defecto: %d) - - Cannot resolve -whitebind address: '%s' - No se puede resolver la dirección de -whitebind: '%s' - Information Información - - Invalid amount for -maxtxfee=<amount>: '%s' - Inválido por el monto -maxtxfee=<amount>: '%s' - - - Invalid amount for -minrelaytxfee=<amount>: '%s' - Inválido por el monto -minrelaytxfee=<amount>: '%s' - - - Invalid amount for -mintxfee=<amount>: '%s' - Inválido por el monto -mintxfee=<amount>: '%s' - RPC server options: Opciones del sservidor RPC: @@ -2276,10 +1242,6 @@ Transaction amount too small Monto de la transacción muy pequeño - - Transaction amounts must be positive - Montos de transacciones deben ser positivos - Transaction too large Transacción demasiado grande @@ -2293,10 +1255,6 @@ Warning Aviso - - wallet.dat corrupt, salvage failed - wallet.dat corrupto. Ha fallado la recuperación. - Password for JSON-RPC connections Contraseña para las conexiones JSON-RPC @@ -2306,11 +1264,6 @@ Execute command when the best block changes (%s in cmd is replaced by block hash) Ejecutar un comando cuando cambia el mejor bloque (%s en cmd se sustituye por el hash de bloque) - - This help message - Este mensaje de ayuda - - Allow DNS lookups for -addnode, -seednode and -connect Permitir búsquedas DNS para -addnode, -seednode y -connect @@ -2319,14 +1272,6 @@ Loading addresses... Cargando direcciones... - - Error loading wallet.dat: Wallet corrupted - Error al cargar wallet.dat: el monedero está dañado - - - Error loading wallet.dat - Error al cargar wallet.dat - Invalid -proxy address: '%s' Dirección -proxy inválida: '%s' @@ -2335,18 +1280,6 @@ Unknown network specified in -onlynet: '%s' La red especificada en -onlynet '%s' es desconocida - - Cannot resolve -bind address: '%s' - No se puede resolver la dirección de -bind: '%s' - - - Cannot resolve -externalip address: '%s' - No se puede resolver la dirección de -externalip: '%s' - - - Invalid amount for -paytxfee=<amount>: '%s' - Cantidad inválida para -paytxfee=<amount>: '%s' - Insufficient funds Fondos insuficientes diff --git a/src/qt/locale/bitcoin_es_ES.ts b/src/qt/locale/bitcoin_es_ES.ts index bfd5e02c4..2fd192f5f 100644 --- a/src/qt/locale/bitcoin_es_ES.ts +++ b/src/qt/locale/bitcoin_es_ES.ts @@ -3,11 +3,11 @@ AddressBookPage Right-click to edit address or label - Haz clic derecho para editar la dirección o la etiqueta + Haz clic derecho para editar la dirección o etiqueta Create a new address - Crea una nueva direccióon + Crear una nueva dirección &New @@ -15,7 +15,7 @@ Copy the currently selected address to the system clipboard - Copia la direccón seleccionada al portapapeles del sistema + Copiar la dirección seleccionada al portapapeles del sistema &Copy @@ -25,17 +25,13 @@ C&lose C&errar - - &Copy Address - &Copiar Direccón - Delete the currently selected address from the list - Elimina la dirección seleccionada de la lista + Eliminar la dirección seleccionada de la lista Export the data in the current tab to a file - Exporta los datos de la pestaña actual a un archivo + Exportar los datos en la ficha actual a un archivo &Export @@ -47,15 +43,15 @@ Choose the address to send coins to - Elige la dirección a la que enviar las monedas + Seleccione la dirección a la que enviar monedas Choose the address to receive coins with - Elige la direccón con la que recibir monedas + Seleccione la dirección de la que recibir monedas C&hoose - E&legir + E&scoger Sending addresses @@ -67,11 +63,15 @@ These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - Estas son tus direcciones de Blackcoin para enviar pagos. Comprueba siempre la cantidad y la dirección receptora antes de enviar monedas. + Estas son sus direcciones Blackcoin para enviar pagos. Verifique siempre la cantidad y la dirección de recibimiento antes de enviar monedas. These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Estas son tus direcciones de Blackcoin para recibir pagos. Se recomienda usar una nueva dirección receptora para cada transacción + Estas son sus direcciones Blackcoin para recibir pagos. Se recomienda utilizar una nueva dirección de recibimiento para cada transacción + + + &Copy Address + &Copiar Dirección Copy &Label @@ -83,19 +83,19 @@ Export Address List - Exportar Lista de Direcciones + Exportar lista de direcciones Comma separated file (*.csv) - Archivo separado por comas (*.csv) + Archivo separado de coma (*.csv) Exporting Failed - Exportacón Fallida + Falló la exportación There was an error trying to save the address list to %1. Please try again. - Ha ocurrido un error intentando guardar la lista de direcciones en %1. Por favor intentalo de nuevo. + Había un error intentando guardar la lista de direcciones en %1. Por favor inténtelo de nuevo. @@ -117,11 +117,11 @@ AskPassphraseDialog Passphrase Dialog - Dialogo de Contraseña + Diálogo de contraseña Enter passphrase - Introduzca la contraseña + Introducir contraseña New passphrase @@ -129,100 +129,108 @@ Repeat new passphrase - Repite la nueva contraseña - - - Encrypt wallet - Encriptar cartera - - - This operation needs your wallet passphrase to unlock the wallet. - Esta operacón necesita tu contraseña de la cartera para desbloquear la cartera. - - - Unlock wallet - Desbloquear cartera - - - This operation needs your wallet passphrase to decrypt the wallet. - Esta operación requiere tu contraseña de la cartera para desencriptar la cartera. - - - Decrypt wallet - Desencriptar cartera - - - Change passphrase - Cambiar contraseña - - - Confirm wallet encryption - Confirmar encriptación de la cartera - - - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! - Advertencia: Si encriptas tu cartera y pierdes tu contraseña, <b>PERDERÁS TODOS TUS BLACKCOINS:</B> - - - Are you sure you wish to encrypt your wallet? - Estás seguro ue deseas encriptar tu cartera? - - - Bitcoin Core will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - Blackcoin More se cerrará ahora para finalizar el proceso de encriptación. Recuerda que encriptar tu cartera no protege completamente tus blackcoins de ser robados por malware infectando tu ordenador. - - - 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. - IMPORTANTE: Cualquier copia de seguridad anterior del archivo de tu cartera debería ser remplazado con el nuevo archivo encriptado. Por motivos de seguridad, las copias de seguridad anteriores de la cartera desencriptada quedaran inusables tan pronto como empieces a usar la nueva cartera encriptada. - - - Warning: The Caps Lock key is on! - Advertencia: La Tecla de Bloqueo de Mayusculas esta activada! - - - Wallet encrypted - Cartera encriptada + Repita la nueva contraseña 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>. - Introduzca la nueva contraseña de la cartera. <br/>Por favor utilice una contraseña de <b>diez o mas caracteres aleatorios</b>, o <b>ocho o mas palabras</b>. + Introduzca la nueva frase clave del monedero. <br/>Por favor utilice una frase clave de <b>diez o más carácteres aleatorios</b>, o <b>ocho o más palabras</b>. + + + Encrypt wallet + Monedero encriptado + + + This operation needs your wallet passphrase to unlock the wallet. + Esta operación necesita su frase clave de monedero para desbloquear el monedero. + + + Unlock wallet + Desbloquear monedero + + + This operation needs your wallet passphrase to decrypt the wallet. + Esta operación necesita su frase clave de cartera para desencriptar el monedero. + + + Decrypt wallet + Desencriptar monedero + + + Change passphrase + Cambiar frase clave Enter the old passphrase and new passphrase to the wallet. - Introduzca la antigua contraseña y la nueva contraseña en la cartera. + Introduzca la vieja frase clave y la nueva flase clave para el monedero. + + + Confirm wallet encryption + Confirmar encriptación del monedero + + + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! + Advertencia: Si encripta su monedero y pierde su frase clave <b>PERDERÁ TODOS SUS BLACKCOINS</b>! + + + Are you sure you wish to encrypt your wallet? + ¿Seguro que desea encriptar su monedero? + + + Wallet encrypted + Monedero encriptado + + + %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. + %1 se cerrará ahora para terminar el proceso de encriptación. Recuerde que encriptar su monedero no puede proteger completamente su monedero de ser robado por malware que infecte su ordenador. + + + 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. + IMPORTANTE: Cualquier copia de seguridad anterior que haya hecho en su archivo de monedero debería ser reemplazada con el archivo de monedero encriptado generado recientemente. Por razones de seguridad, las copias de seguridad anteriores del archivo de monedero desencriptado serán inútiles en cuanto empiece a utilizar el nuevo monedero encriptado. Wallet encryption failed - Encriptación de la cartera fallida + Fracasó la encriptación de monedero Wallet encryption failed due to an internal error. Your wallet was not encrypted. - La encriptación de la cartera ha fallado debido a un error interno. Tu cartera no ha sido encriptada. + Falló la encriptación del monedero debido a un error interno. Su monedero no fue encriptado. The supplied passphrases do not match. - Las contraseñas proporcianadas no se corresponden. + La frase clave introducida no coincide. Wallet unlock failed - Desbloqueo de la cartera fallido + Fracasó el desbloqueo del monedero The passphrase entered for the wallet decryption was incorrect. - La contraseña introducida para desencriptar la cartera es incorrecta. + La frase clave introducida para la encriptación del monedero es incorrecta. Wallet decryption failed - Desencriptación de la cartera fallida + Fracasó la encriptación del monedero Wallet passphrase was successfully changed. - Contraseña de la cartera cambiada correctamente + La frase clave del monedero se ha cambiado con éxito. + + + Warning: The Caps Lock key is on! + Alerta: ¡La clave de bloqueo Caps está activa! BanTableModel - + + IP/Netmask + IP/Máscara + + + Banned Until + Bloqueado Hasta + + BitcoinGUI @@ -231,7 +239,7 @@ Synchronizing with network... - Sincronizando con la red... + Sincronizando con la red… &Overview @@ -243,7 +251,7 @@ Show general overview of wallet - Mostrar vista general de la cartera + Mostrar vista general del monedero &Transactions @@ -251,7 +259,7 @@ Browse transaction history - Navegar historial de transacciones + Examinar el historial de transacciones E&xit @@ -261,190 +269,2506 @@ Quit application Salir de la aplicación + + &About %1 + &Acerca de %1 + + + Show information about %1 + Mostrar información acerca de %1 + About &Qt Acerca de &Qt Show information about Qt - Muestra información acerca de Qt + Mostrar información acerca de Qt &Options... &Opciones... + + Modify configuration options for %1 + Modificar las opciones de configuración para %1 + &Encrypt Wallet... - &Encriptar Cartera... + &Cifrar monedero… &Backup Wallet... - &Hacer copia de seguridad de la cartera... + &Guardar copia del monedero... &Change Passphrase... - &Cambiar contraseña... + &Cambiar la contraseña… &Sending addresses... - &Enviando direcciones... + Direcciones de &envío... &Receiving addresses... - &Recibiendo direcciones.. + Direcciones de &recepción... Open &URI... Abrir &URI... - Bitcoin Core client - Cliente Blackcoin More + Click to disable network activity. + Haz click para desactivar la actividad de red. - Importing blocks from disk... - Importando bloques desde disco... + Network activity disabled. + Actividad de red desactivada. + + + Click to enable network activity again. + Haz click para reactivar la actividad de red. + + + Syncing Headers (%1%)... + Sincronizando cabeceras (%1%)... Reindexing blocks on disk... - Reindexando bloques en el disco... + Reindexando bloques en disco... Send coins to a Bitcoin address - Envia monedas a una dirección Blackcoin + Enviar blackcoins a una dirección Blackcoin Backup wallet to another location - Crea una copia de seguridad de tu cartera en otra ubicación + Copia de seguridad del monedero en otra ubicación - - - ClientModel - + + Change the passphrase used for wallet encryption + Cambiar la contraseña utilizada para el cifrado del monedero + + + &Debug window + &Ventana de depuración + + + Open debugging and diagnostic console + Abrir la consola de depuración y diagnóstico + + + &Verify message... + &Verificar mensaje... + + + Bitcoin + Blackcoin + + + Wallet + Monedero + + + &Send + &Enviar + + + &Receive + &Recibir + + + &Show / Hide + &Mostrar / Ocultar + + + Show or hide the main Window + Mostrar u ocultar la ventana principal + + + Encrypt the private keys that belong to your wallet + Cifrar las claves privadas de su monedero + + + Sign messages with your Bitcoin addresses to prove you own them + Firmar mensajes con sus direcciones Blackcoin para demostrar la propiedad + + + Verify messages to ensure they were signed with specified Bitcoin addresses + Verificar mensajes comprobando que están firmados con direcciones Blackcoin concretas + + + &File + &Archivo + + + &Settings + &Configuración + + + &Help + &Ayuda + + + Tabs toolbar + Barra de pestañas + + + Request payments (generates QR codes and bitcoin: URIs) + Solicitar pagos (generando códigos QR e identificadores URI "blackcoin:") + + + Show the list of used sending addresses and labels + Mostrar la lista de direcciones de envío y etiquetas + + + Show the list of used receiving addresses and labels + Muestra la lista de direcciones de recepción y etiquetas + + + Open a bitcoin: URI or payment request + Abrir un identificador URI "blackcoin:" o una petición de pago + + + &Command-line options + &Opciones de consola de comandos + + + %n active connection(s) to Bitcoin network + %n conexión activa hacia la red Blackcoin%n conexiones activas hacia la red Blackcoin + + + Indexing blocks on disk... + Indexando bloques en disco... + + + Processing blocks on disk... + Procesando bloques en disco... + + + Processed %n block(s) of transaction history. + %n bloque procesado del historial de transacciones.%n bloques procesados del historial de transacciones. + + + %1 behind + %1 atrás + + + Last received block was generated %1 ago. + El último bloque recibido fue generado hace %1. + + + Transactions after this will not yet be visible. + Las transacciones posteriores aún no están visibles. + + + Error + Error + + + Warning + Aviso + + + Information + Información + + + Up to date + Actualizado + + + Show the %1 help message to get a list with possible Bitcoin command-line options + Mostrar el mensaje de ayuda %1 para obtener una lista de los posibles comandos de linea de comandos de Blackcoin + + + %1 client + %1 cliente + + + Catching up... + Actualizando... + + + Date: %1 + + Fecha: %1 + + + + Amount: %1 + + Amount: %1 + + + + Type: %1 + + Tipo: %1 + + + + Label: %1 + + Etiqueta: %1 + + + + Address: %1 + + Dirección: %1 + + + + Sent transaction + Transacción enviada + + + Incoming transaction + Transacción entrante + + + Wallet is <b>encrypted</b> and currently <b>unlocked</b> + El monedero está <b>cifrado</b> y actualmente <b>desbloqueado</b> + + + Wallet is <b>encrypted</b> and currently <b>locked</b> + El monedero está <b>cifrado</b> y actualmente <b>bloqueado</b> + + + A fatal error occurred. Bitcoin can no longer continue safely and will quit. + Ha ocurrido un error fatal. Blackcoin no puede continuar de manera segura y se cerrará. + + CoinControlDialog + + Coin Selection + Selección de la moneda + + + Quantity: + Cantidad: + + + Bytes: + Bytes: + + + Amount: + Cuantía: + + + Fee: + Tasa: + + + Dust: + Polvo: + + + After Fee: + Después de aplicar la comisión: + + + Change: + Cambio: + + + (un)select all + (des)marcar todos + + + Tree mode + Modo árbol + + + List mode + Modo lista + + + Amount + Cantidad + + + Received with label + Recibido con etiqueta + + + Received with address + Recibido con dirección + + + Date + Fecha + + + Confirmations + Confirmaciones + + + Confirmed + Confirmado + + + Copy address + Copiar ubicación + + + Copy label + Copiar etiqueta + + + Copy amount + Copiar cantidad + + + Copy transaction ID + Copiar ID de transacción + + + Lock unspent + Bloquear lo no gastado + + + Unlock unspent + Desbloquear lo no gastado + + + Copy quantity + Copiar cantidad + + + Copy fee + Copiar cuota + + + Copy after fee + Copiar después de couta + + + Copy bytes + Copiar bytes + + + Copy dust + Copiar polvo + + + Copy change + Copiar cambio + + + (%1 locked) + (%1 bloqueado) + + + yes + + + + no + no + + + This label turns red if any recipient receives an amount smaller than the current dust threshold. + Esta etiqueta se vuelve roja si algún destinatario recibe una cantidad inferior a la actual puerta polvorienta. + + + Can vary +/- %1 satoshi(s) per input. + Puede variar +/- %1 satoshi(s) por entrada. + (no label) (sin etiqueta) - + + change from %1 (%2) + cambia desde %1 (%2) + + + (change) + (cambio) + + EditAddressDialog + + Edit Address + Editar Dirección + &Label - Etiqueta + &Etiqueta + + + The label associated with this address list entry + La etiqueta asociada con esta entrada de la lista de direcciones + + + The address associated with this address list entry. This can only be modified for sending addresses. + La dirección asociada con esta entrada de la lista de direcciones. Solo puede ser modificada para direcciones de envío. &Address - Dirección + &Dirección - + + New receiving address + Nueva dirección de recivimiento + + + New sending address + Nueva dirección de envío + + + Edit receiving address + Editar dirección de recivimiento + + + Edit sending address + Editar dirección de envío + + + The entered address "%1" is not a valid Bitcoin address. + La dirección introducida "%1" no es una dirección Blackcoin válida. + + + The entered address "%1" is already in the address book. + La dirección introducida "%1" está ya en la agenda. + + + Could not unlock wallet. + Podría no desbloquear el monedero. + + + New key generation failed. + Falló la generación de la nueva clave. + + FreespaceChecker - + + A new data directory will be created. + Se creará un nuevo directorio de datos. + + + name + nombre + + + Directory already exists. Add %1 if you intend to create a new directory here. + El directorio ya existe. Añada %1 si pretende crear aquí un directorio nuevo. + + + Path already exists, and is not a directory. + La ruta ya existe y no es un directorio. + + + Cannot create data directory here. + No se puede crear un directorio de datos aquí. + + HelpMessageDialog - + + version + versión + + + (%1-bit) + (%1-bit) + + + About %1 + Acerda de %1 + + + Command-line options + Opciones de la línea de órdenes + + + Usage: + Uso: + + + command-line options + opciones de la consola de comandos + + + UI Options: + Opciones de interfaz de usuario: + + + Choose data directory on startup (default: %u) + Elegir directorio de datos al iniciar (predeterminado: %u) + + + Set language, for example "de_DE" (default: system locale) + Establecer el idioma, por ejemplo, "es_ES" (predeterminado: configuración regional del sistema) + + + Start minimized + Arrancar minimizado + + + Set SSL root certificates for payment request (default: -system-) + Establecer los certificados raíz SSL para solicitudes de pago (predeterminado: -system-) + + + Show splash screen on startup (default: %u) + Mostrar pantalla de bienvenida en el inicio (predeterminado: %u) + + + Reset all settings changed in the GUI + Reiniciar todos los ajustes modificados en el GUI + + Intro - + + Welcome + Bienvenido + + + Welcome to %1. + Bienvenido a %1 + + + As this is the first time the program is launched, you can choose where %1 will store its data. + Al ser la primera vez que se ejecuta el programa, puede elegir donde %1 almacenara sus datos + + + %1 will download and store a copy of the Bitcoin block chain. At least %2GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + %1 va a descargar y almacenar una copia de la cadena de bloques de Blackcoin. Al menos %2GB de datos seran almacenados en este directorio, que ira creciendo con el tiempo. El monedero se guardara tambien en ese directorio. + + + Use the default data directory + Utilizar el directorio de datos predeterminado + + + Use a custom data directory: + Utilizar un directorio de datos personalizado: + + + Error: Specified data directory "%1" cannot be created. + Error: no ha podido crearse el directorio de datos especificado "%1". + + + Error + Error + + + %n GB of free space available + %n GB de espacio libre%n GB de espacio disponible + + + (of %n GB needed) + (de %n GB necesitados)(de %n GB requeridos) + + + + ModalOverlay + + Form + Formulario + + + Number of blocks left + Número de bloques restantes + + + Unknown... + Desconocido... + + + Last block time + Hora del último bloque + + + Progress + Progreso + + + Progress increase per hour + Incremento del progreso por hora + + + calculating... + calculando... + + + Estimated time left until synced + Tiempo estimado restante hasta sincronización completa + + + Hide + Ocultar + + + Unknown. Syncing Headers (%1)... + Desconocido. Sincronizando cabeceras (%1)... + + OpenURIDialog - + + Open URI + Abrir URI... + + + Open payment request from URI or file + Abrir solicitud de pago a partir de un identificador URI o de un archivo + + + URI: + URI: + + + Select payment request file + Seleccionar archivo de sulicitud de pago + + + Select payment request file to open + Seleccionar el archivo de solicitud de pago para abrir + + OptionsDialog - + + Options + Opciones + + + &Main + &Principal + + + Automatically start %1 after logging in to the system. + Iniciar automaticamente %1 al encender el sistema. + + + &Start %1 on system login + &Iniciar %1 al iniciar el sistema + + + Size of &database cache + Tamaño de cache de la &base de datos + + + MB + MB + + + Number of script &verification threads + Número de hilos de &verificación de scripts + + + Accept connections from outside + Aceptar conexiones desde el exterior + + + Allow incoming connections + Aceptar conexiones entrantes + + + IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1) + Dirección IP del proxy (p. ej. IPv4: 127.0.0.1 / IPv6: ::1) + + + Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu. + Minimizar en lugar de salir de la aplicación cuando la ventana está cerrada. Cuando se activa esta opción, la aplicación sólo se cerrará después de seleccionar Salir en el menú. + + + 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 |. + Identificadores URL de terceros (por ejemplo, un explorador de bloques) que aparecen en la pestaña de transacciones como elementos del menú contextual. El %s en la URL es reemplazado por el valor hash de la transacción. Se pueden separar URL múltiples por una barra vertical |. + + + Third party transaction URLs + Identificadores URL de transacciones de terceros + + + Active command-line options that override above options: + Opciones activas de consola de comandos que tienen preferencia sobre las opciones anteriores: + + + Reset all client options to default. + Restablecer todas las opciones predeterminadas del cliente. + + + &Reset Options + &Restablecer opciones + + + &Network + &Red + + + (0 = auto, <0 = leave that many cores free) + (0 = automático, <0 = dejar libres ese número de núcleos) + + + W&allet + &Monedero + + + Expert + Experto + + + Enable coin &control features + Habilitar funcionalidad de &coin control + + + If you disable the spending of unconfirmed change, the change from a transaction cannot be used until that transaction has at least one confirmation. This also affects how your balance is computed. + Si desactiva el gasto del cambio no confirmado, no se podrá usar el cambio de una transacción hasta que se alcance al menos una confirmación. Esto afecta también a cómo se calcula su saldo. + + + &Spend unconfirmed change + &Gastar cambio no confirmado + + + Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. + Abrir automáticamente el puerto del cliente Blackcoin en el router. Esta opción solo funciona si el router admite UPnP y está activado. + + + Map port using &UPnP + Mapear el puerto mediante &UPnP + + + Connect to the Bitcoin network through a SOCKS5 proxy. + Conectarse a la red Blackcoin a través de un proxy SOCKS5. + + + &Connect through SOCKS5 proxy (default proxy): + &Conectarse a través de proxy SOCKS5 (proxy predeterminado): + + + Proxy &IP: + Dirección &IP del proxy: + + + &Port: + &Puerto: + + + Port of the proxy (e.g. 9050) + Puerto del servidor proxy (ej. 9050) + + + Used for reaching peers via: + Usado para alcanzar compañeros via: + + + Shows, if the supplied default SOCKS5 proxy is used to reach peers via this network type. + Muestra si el proxy SOCKS5 predeterminado es utilizado para llegar a los pares a traves de este tipo de red. + + + IPv4 + IPv4 + + + IPv6 + IPv6 + + + Tor + Tor + + + Connect to the Bitcoin network through a separate SOCKS5 proxy for Tor hidden services. + Conectar a la red Blackcoin mediante un proxy SOCKS5 por separado para los servicios ocultos de Tor. + + + Use separate SOCKS5 proxy to reach peers via Tor hidden services: + Usar distintos proxys SOCKS5 para comunicarse vía Tor de forma anónima: + + + &Window + &Ventana + + + &Hide the icon from the system tray. + &Ocultar el icono de la barra de tareas + + + Hide tray icon + Ocultar barra de tareas + + + Show only a tray icon after minimizing the window. + Minimizar la ventana a la bandeja de iconos del sistema. + + + &Minimize to the tray instead of the taskbar + &Minimizar a la bandeja en vez de a la barra de tareas + + + M&inimize on close + M&inimizar al cerrar + + + &Display + &Interfaz + + + User Interface &language: + I&dioma de la interfaz de usuario + + + The user interface language can be set here. This setting will take effect after restarting %1. + El idioma de la interfaz de usuario puede establecerse aquí. Esta configuración tendrá efecto tras reiniciar %1. + + + &Unit to show amounts in: + Mostrar las cantidades en la &unidad: + + + Choose the default subdivision unit to show in the interface and when sending coins. + Elegir la subdivisión predeterminada para mostrar cantidades en la interfaz y cuando se envían blackcoins. + + + Whether to show coin control features or not. + Mostrar o no funcionalidad de Coin Control + + + &OK + &Aceptar + + + &Cancel + &Cancelar + + + default + predeterminado + + + none + ninguna + + + Confirm options reset + Confirme el restablecimiento de las opciones + + + Client restart required to activate changes. + Se necesita reiniciar el cliente para activar los cambios. + + + Client will be shut down. Do you want to proceed? + El cliente se cerrará. ¿Desea continuar? + + + This change would require a client restart. + Este cambio exige el reinicio del cliente. + + + The supplied proxy address is invalid. + La dirección proxy indicada es inválida. + + OverviewPage - + + Form + Formulario + + + The displayed information may be out of date. Your wallet automatically synchronizes with the Bitcoin network after a connection is established, but this process has not completed yet. + La información mostrada puede estar desactualizada. Su monedero se sincroniza automáticamente con la red Blackcoin después de que se haya establecido una conexión, pero este proceso aún no se ha completado. + + + Watch-only: + De observación: + + + Available: + Disponible: + + + Your current spendable balance + Su saldo disponible actual + + + Pending: + Pendiente: + + + Total of transactions that have yet to be confirmed, and do not yet count toward the spendable balance + Total de transacciones pendientes de confirmar y que aún no contribuye al saldo disponible + + + Immature: + No madurado: + + + Mined balance that has not yet matured + Saldo recién minado que aún no ha madurado. + + + Balances + Saldos + + + Total: + Total: + + + Your current total balance + Su saldo actual total + + + Your current balance in watch-only addresses + Su saldo actual en direcciones watch-only + + + Spendable: + Gastable: + + + Recent transactions + Transacciones recientes + + + Unconfirmed transactions to watch-only addresses + Transacciones sin confirmar en direcciones watch-only + + + Mined balance in watch-only addresses that has not yet matured + Saldo minado en direcciones watch-only que aún no ha madurado + + + Current total balance in watch-only addresses + Saldo total en las direcciones watch-only + + PaymentServer - + + Payment request error + Fallo en la solicitud de pago + + + Cannot start bitcoin: click-to-pay handler + No se puede iniciar blackcoin: encargado click-para-pagar + + + URI handling + Manejo de URI + + + Payment request fetch URL is invalid: %1 + La búsqueda de solicitud de pago URL es válida: %1 + + + Invalid payment address %1 + Dirección de pago inválida %1 + + + URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. + URI no puede ser analizado! Esto puede ser causado por una dirección Blackcoin inválida o parametros URI mal formados. + + + Payment request file handling + Manejo del archivo de solicitud de pago + + + Payment request file cannot be read! This can be caused by an invalid payment request file. + ¡El archivo de solicitud de pago no puede ser leído! Esto puede ser causado por un archivo de solicitud de pago inválido. + + + Payment request rejected + Solicitud de pago rechazada + + + Payment request network doesn't match client network. + La red de solicitud de pago no cimbina la red cliente. + + + Payment request expired. + Solicitud de pago caducada. + + + Payment request is not initialized. + La solicitud de pago no se ha iniciado. + + + Unverified payment requests to custom payment scripts are unsupported. + Solicitudes de pago sin verificar a scripts de pago habitual no se soportan. + + + Invalid payment request. + Solicitud de pago inválida. + + + Requested payment amount of %1 is too small (considered dust). + Cantidad de pago solicitada de %1 es demasiado pequeña (considerado polvo). + + + Refund from %1 + Reembolsar desde %1 + + + Payment request %1 is too large (%2 bytes, allowed %3 bytes). + Solicitud de pago de %1 es demasiado grande (%2 bytes, permitidos %3 bytes). + + + Error communicating with %1: %2 + Fallo al comunicar con %1: %2 + + + Payment request cannot be parsed! + ¡La solicitud de pago no puede ser analizada! + + + Bad response from server %1 + Mala respuesta desde el servidor %1 + + + Network request error + Fallo de solicitud de red + + + Payment acknowledged + Pago declarado + + PeerTableModel + + User Agent + User Agent + + + Node/Service + Nodo/Servicio + + + NodeId + NodeId + QObject + + Amount + Cantidad + + + Enter a Bitcoin address (e.g. %1) + Introducir una dirección Blackcoin (p. ej. %1) + + + %1 d + %1 d + + + %1 h + %1 h + + + %1 m + %1 m + + + %1 s + %1 s + + + None + Ninguno + + + N/A + N/D + + + %1 ms + %1 ms + + + %1 and %2 + %1 y %2 + + + %1 didn't yet exit safely... + %1 aún no ha salido de manera segura... + + + + QObject::QObject + + Error: Specified data directory "%1" does not exist. + Error: directorio especificado "%1" no existe. + QRImageWidget - + + &Save Image... + &Guardar imagen... + + + &Copy Image + &Copiar imagen + + + Save QR Code + Guardar código QR + + + PNG Image (*.png) + Imagen PNG (*.png) + + RPCConsole - + + N/A + N/D + + + Client version + Versión del cliente + + + &Information + &Información + + + Debug window + Ventana de depuración + + + General + General + + + Using BerkeleyDB version + Utilizando la versión de BerkeleyDB + + + Datadir + Datadir + + + Startup time + Hora de inicio + + + Network + Red + + + Name + Nombre + + + Number of connections + Número de conexiones + + + Block chain + Cadena de bloques + + + Current number of blocks + Número actual de bloques + + + Memory Pool + Piscina de Memoria + + + Current number of transactions + Número actual de transacciones + + + Memory usage + Uso de memoria + + + Received + Recibido + + + Sent + Enviado + + + &Peers + &Pares + + + Banned peers + Peers Bloqueados + + + Select a peer to view detailed information. + Seleccionar un par para ver su información detallada. + + + Whitelisted + En la lista blanca + + + Direction + Dirección + + + Version + Versión + + + Starting Block + Importando bloques... + + + Synced Headers + Sincronizar Cabeceras + + + Synced Blocks + Bloques Sincronizados + + + User Agent + User Agent + + + Open the %1 debug log file from the current data directory. This can take a few seconds for large log files. + Abrir el archivo de depuración %1 desde el directorio de datos actual. Puede tardar unos segundos para ficheros de gran tamaño. + + + Decrease font size + Disminuir tamaño de letra + + + Increase font size + Aumentar tamaño de letra + + + Services + Servicios + + + Ban Score + Puntuación de bloqueo + + + Connection Time + Duración de la conexión + + + Last Send + Ultimo envío + + + Last Receive + Ultima recepción + + + Ping Time + Ping + + + The duration of a currently outstanding ping. + La duración de un ping actualmente en proceso. + + + Ping Wait + Espera de Ping + + + Time Offset + Desplazamiento de tiempo + + + Last block time + Hora del último bloque + + + &Open + &Abrir + + + &Console + &Consola + + + &Network Traffic + &Tráfico de Red + + + &Clear + &Vaciar + + + Totals + Total: + + + In: + Entrante: + + + Out: + Saliente: + + + Debug log file + Archivo de registro de depuración + + + Clear console + Borrar consola + + + 1 &hour + 1 &hora + + + 1 &day + 1 &día + + + 1 &week + 1 &semana + + + 1 &year + 1 &año + + + Welcome to the %1 RPC console. + Bienvenido a la consola RPC %1. + + + Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. + Use las flechas arriba y abajo para navegar por el historial y <b>Control+L</b> para vaciar la pantalla. + + + Type <b>help</b> for an overview of available commands. + Escriba <b>help</b> para ver un resumen de los comandos disponibles. + + + %1 B + %1 B + + + %1 KB + %1 KB + + + %1 MB + %1 MB + + + %1 GB + %1 GB + + + (node id: %1) + (nodo: %1) + + + via %1 + via %1 + + + never + nunca + + + Inbound + Entrante + + + Outbound + Saliente + + + Yes + + + + No + No + + + Unknown + Desconocido + + ReceiveCoinsDialog - + + &Amount: + Cantidad + + + &Label: + &Etiqueta: + + + &Message: + Mensaje: + + + Reuse one of the previously used receiving addresses. Reusing addresses has security and privacy issues. Do not use this unless re-generating a payment request made before. + Reutilizar una de las direcciones previamente usadas para recibir. Reutilizar direcciones tiene problemas de seguridad y privacidad. No lo uses a menos que antes regeneres una solicitud de pago. + + + R&euse an existing receiving address (not recommended) + R&eutilizar una dirección existente para recibir (no recomendado) + + + 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 Bitcoin network. + Un mensaje opcional para adjuntar a la solicitud de pago, que se muestra cuando se abre la solicitud. Nota: El mensaje no se enviará con el pago por la red Blackcoin. + + + An optional label to associate with the new receiving address. + Etiqueta opcional para asociar con la nueva dirección de recepción. + + + Use this form to request payments. All fields are <b>optional</b>. + Utilice este formulario para solicitar pagos. Todos los campos son <b>opcionales</b>. + + + An optional amount to request. Leave this empty or zero to not request a specific amount. + Para solicitar una cantidad opcional. Deje este vacío o cero para no solicitar una cantidad específica. + + + Clear all fields of the form. + Vaciar todos los campos del formulario. + + + Clear + Vaciar + + + Requested payments history + Historial de pagos solicitados + + + &Request payment + &Solicitar pago + + + Show the selected request (does the same as double clicking an entry) + Muestra la petición seleccionada (También doble clic) + + + Show + Mostrar + + + Remove the selected entries from the list + Borrar de la lista las direcciónes actualmente seleccionadas + + + Remove + Eliminar + + + Copy label + Copiar capa + + + Copy message + Copiar imagen + + + Copy amount + Copiar cantidad + + ReceiveRequestDialog + + QR Code + Código QR + + + Copy &URI + Copiar &URI + Copy &Address - &Copiar Direccón + Copiar &Dirección + + + &Save Image... + Guardar Imagen... + + + Request payment to %1 + Solicitar pago a %1 + + + Payment information + Información de pago + + + URI + URI Address Dirección + + Amount + Cantidad + Label Etiqueta - + + Message + Mensaje + + + Resulting URI too long, try to reduce the text for label / message. + URI resultante demasiado grande, trate de reducir el texto de etiqueta / mensaje. + + + Error encoding URI into QR Code. + Fallo al codificar URI en código QR. + + RecentRequestsTableModel + + Date + Fecha + Label Etiqueta + + Message + Mensaje + (no label) (sin etiqueta) - + + (no message) + (no hay mensaje) + + + (no amount requested) + (no hay solicitud de cantidad) + + + Requested + Solicitado + + SendCoinsDialog + + Send Coins + Enviar blackcoins + + + Coin Control Features + Características de Coin Control + + + Inputs... + Entradas... + + + automatically selected + Seleccionado automáticamente + + + Insufficient funds! + Fondos insuficientes! + + + Quantity: + Cantidad: + + + Bytes: + Bytes: + + + Amount: + Cuantía: + + + Fee: + Tasa: + + + After Fee: + Después de tasas: + + + Change: + Cambio: + + + If this is activated, but the change address is empty or invalid, change will be sent to a newly generated address. + Si se marca esta opción pero la dirección de cambio está vacía o es inválida, el cambio se enviará a una nueva dirección recién generada. + + + Custom change address + Dirección propia + + + Transaction Fee: + Comisión de Transacción: + + + Choose... + Elija... + + + collapse fee-settings + Colapsar ajustes de cuota + + + per kilobyte + por kilobyte + + + If the custom fee is set to 1000 satoshis and the transaction is only 250 bytes, then "per kilobyte" only pays 250 satoshis in fee, while "total at least" pays 1000 satoshis. For transactions bigger than a kilobyte both pay by kilobyte. + Si la tarifa de aduana se establece en 1000 satoshis y la transacción está a sólo 250 bytes, entonces "por kilobyte" sólo paga 250 satoshis de cuota, mientras que "el mínimo total" pagaría 1.000 satoshis. Para las transacciones más grandes que un kilobyte ambos pagan por kilobyte + + + Hide + Ocultar + + + total at least + total por lo menos + + + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process. + Pagando solamente la cuota mínima es correcto, siempre y cuando haya menos volumen de transacciones que el espacio en los bloques. Pero tenga en cuenta que esto puede terminar en una transacción nunca confirmada, una vez que haya más demanda para transacciones Blackcoin que la red pueda procesar. + + + (read the tooltip) + (leer la sugerencia) + + + Recommended: + Recomendado: + + + Custom: + Personalizado: + + + (Smart fee not initialized yet. This usually takes a few blocks...) + (Tarifa inteligente no inicializado aún. Esto generalmente lleva a pocos bloques...) + + + normal + normal + + + fast + rápido + + + Send to multiple recipients at once + Enviar a múltiples destinatarios de una vez + + + Add &Recipient + Añadir &destinatario + + + Clear all fields of the form. + Vaciar todos los campos del formulario + + + Dust: + Polvo: + + + Confirmation time target: + Tiempo objetivo de confirmación: + + + Clear &All + Vaciar &todo + + + Balance: + Saldo: + + + Confirm the send action + Confirmar el envío + + + S&end + &Enviar + + + Copy quantity + Copiar cantidad + + + Copy amount + Copiar cantidad + + + Copy fee + Copiar cuota + + + Copy after fee + Copiar después de couta + + + Copy bytes + Copiar bytes + + + Copy dust + Copiar polvo + + + Copy change + Copiar cambio + + + %1 to %2 + %1 a %2 + + + Are you sure you want to send? + ¿Seguro que quiere enviar? + + + added as transaction fee + añadido como transacción de cuota + + + Total Amount %1 + Cantidad total %1 + + + or + o + + + Confirm send coins + Confirmar enviar monedas + + + The recipient address is not valid. Please recheck. + La dirección de destinatario no es válida. Por favor revísela. + + + The amount to pay must be larger than 0. + La cantidad a pagar debe de ser mayor que 0. + + + The amount exceeds your balance. + La cantidad excede su saldo. + + + The total exceeds your balance when the %1 transaction fee is included. + El total excede su saldo cuando la cuota de transacción de %1 es incluida. + + + Duplicate address found: addresses should only be used once each. + Dirección duplicada encontrada: la dirección sólo debería ser utilizada una vez por cada uso. + + + Transaction creation failed! + ¡Falló la creación de transacción! + + + A fee higher than %1 is considered an absurdly high fee. + Una couta mayor que %1 se considera una cuota irracionalmente alta. + + + Payment request expired. + Solicitud de pago caducada. + + + Pay only the required fee of %1 + Pagar únicamente la cuota solicitada de %1 + + + Warning: Invalid Bitcoin address + Alerta: dirección Blackcoin inválida + + + Warning: Unknown change address + Alerta: dirección cambiada desconocida + (no label) (sin etiqueta) - + SendCoinsEntry - + + A&mount: + Ca&ntidad: + + + Pay &To: + &Pagar a: + + + &Label: + &Etiqueta: + + + Choose previously used address + Escoger direcciones previamente usadas + + + This is a normal payment. + Esto es un pago ordinario. + + + The Bitcoin address to send the payment to + Dirección Blackcoin a la que enviar el pago + + + Alt+A + Alt+A + + + Paste address from clipboard + Pegar dirección desde portapapeles + + + Alt+P + Alt+P + + + Remove this entry + Eliminar esta transacción + + + The fee will be deducted from the amount being sent. The recipient will receive less bitcoins than you enter in the amount field. If multiple recipients are selected, the fee is split equally. + La cuota será deducida de la cantidad que sea mandada. El destinatario recibirá menos blackcoins de los que entres en el + + + S&ubtract fee from amount + Restar comisiones a la cantidad + + + Message: + Mensaje: + + + This is an unauthenticated payment request. + Esta es una petición de pago no autentificada. + + + This is an authenticated payment request. + Esta es una petición de pago autentificada. + + + Enter a label for this address to add it to the list of used addresses + Introduce una etiqueta para esta dirección para añadirla a la lista de direcciones utilizadas + + + A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcoin network. + Un mensaje que se adjuntó a la blackcoin: URL que será almacenada con la transacción para su referencia. Nota: Este mensaje no se envía a través de la red Blackcoin. + + + Pay To: + Paga a: + + + Memo: + Memo: + + + Enter a label for this address to add it to your address book + Introduzca una etiqueta para esta dirección para añadirla a su agenda + + + + SendConfirmationDialog + + Yes + + + ShutdownWindow - + + %1 is shutting down... + %1 se esta cerrando... + + + Do not shut down the computer until this window disappears. + No apague el equipo hasta que desaparezca esta ventana. + + SignVerifyMessageDialog - + + Signatures - Sign / Verify a Message + Firmas - Firmar / verificar un mensaje + + + &Sign Message + &Firmar mensaje + + + You can sign messages/agreements with your addresses to prove you can receive bitcoins sent to them. Be careful not to sign anything vague or random, as phishing attacks may try to trick you into signing your identity over to them. Only sign fully-detailed statements you agree to. + Puede firmar los mensajes con sus direcciones para demostrar que las posee. Tenga cuidado de no firmar cualquier cosa de manera vaga o aleatoria, pues los ataques de phishing pueden tratar de engañarle firmando su identidad a través de ellos. Sólo firme declaraciones totalmente detalladas con las que usted esté de acuerdo. + + + The Bitcoin address to sign the message with + Dirección Blackcoin con la que firmar el mensaje + + + Choose previously used address + Escoger dirección previamente usada + + + Alt+A + Alt+A + + + Paste address from clipboard + Pegar dirección desde portapapeles + + + Alt+P + Alt+P + + + Enter the message you want to sign here + Introduzca el mensaje que desea firmar aquí + + + Signature + Firma + + + Copy the current signature to the system clipboard + Copiar la firma actual al portapapeles del sistema + + + Sign the message to prove you own this Bitcoin address + Firmar el mensaje para demostrar que se posee esta dirección Blackcoin + + + Sign &Message + Firmar &mensaje + + + Reset all sign message fields + Vaciar todos los campos de la firma de mensaje + + + Clear &All + Vaciar &todo + + + &Verify Message + &Verificar mensaje + + + Enter the receiver's address, message (ensure you copy line breaks, spaces, tabs, etc. exactly) and signature below to verify the message. Be careful not to read more into the signature than what is in the signed message itself, to avoid being tricked by a man-in-the-middle attack. Note that this only proves the signing party receives with the address, it cannot prove sendership of any transaction! + Introduzca la dirección para la firma, el mensaje (asegurándose de copiar tal cual los saltos de línea, espacios, tabulaciones, etc.) y la firma a continuación para verificar el mensaje. Tenga cuidado de no asumir más información de lo que dice el propio mensaje firmado para evitar fraudes basados en ataques de tipo man-in-the-middle. + + + The Bitcoin address the message was signed with + La dirección Blackcoin con la que se firmó el mensaje + + + Verify the message to ensure it was signed with the specified Bitcoin address + Verificar el mensaje para comprobar que fue firmado con la dirección Blackcoin indicada + + + Verify &Message + Verificar &mensaje + + + Reset all verify message fields + Vaciar todos los campos de la verificación de mensaje + + + Click "Sign Message" to generate signature + Click en "Fírmar mensaje" para generar una firma + + + The entered address is invalid. + La dirección introducida no es válida. + + + Please check the address and try again. + Por favor revise la dirección e inténtelo de nuevo. + + + The entered address does not refer to a key. + La dirección introducida no remite a una clave. + + + Wallet unlock was cancelled. + El desbloqueo del monedero fue cancelado. + + + Private key for the entered address is not available. + La clave privada de la dirección introducida no está disponible. + + + Message signing failed. + Falló la firma del mensaje. + + + Message signed. + Mensaje firmado. + + + The signature could not be decoded. + La firma no pudo descodificarse. + + + Please check the signature and try again. + Por favor compruebe la firma y pruebe de nuevo. + + + The signature did not match the message digest. + La firma no se combinó con el mensaje. + + + Message verification failed. + Falló la verificación del mensaje. + + + Message verified. + Mensaje verificado. + + SplashScreen - + + [testnet] + [testnet] + + TrafficGraphWidget - + + KB/s + KB/s + + TransactionDesc - + + Open until %1 + Abierto hasta %1 + + + conflicted with a transaction with %1 confirmations + Hay un conflicto con la traducción de las confirmaciones %1 + + + %1/offline + %1/sin conexión + + + 0/unconfirmed, %1 + 0/no confirmado, %1 + + + in memory pool + en el equipo de memoria + + + not in memory pool + no en el equipo de memoria + + + abandoned + abandonado + + + %1/unconfirmed + %1/no confirmado + + + %1 confirmations + confirmaciones %1 + + + Status + Estado + + + , has not been successfully broadcast yet + , no ha sido emitido con éxito aún + + + Date + Fecha + + + Source + Fuente + + + Generated + Generado + + + From + Desde + + + unknown + desconocido + + + To + Para + + + own address + dirección propia + + + watch-only + de observación + + + label + etiqueta + + + Credit + Credito + + + not accepted + no aceptada + + + Debit + Enviado + + + Total debit + Total enviado + + + Total credit + Total recibido + + + Transaction fee + Comisión de transacción + + + Net amount + Cantidad neta + + + Message + Mensaje + + + Comment + Comentario + + + Transaction ID + Identificador de transacción (ID) + + + Output index + Indice de salida + + + Merchant + Vendedor + + + 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. + Los blackcoins generados deben madurar %1 bloques antes de que puedan gastarse. Cuando generó este bloque, se transmitió a la red para que se añadiera a la cadena de bloques. Si no consigue entrar en la cadena, su estado cambiará a "no aceptado" y ya no se podrá gastar. Esto puede ocurrir ocasionalmente si otro nodo genera un bloque a pocos segundos del suyo. + + + Debug information + Información de depuración + + + Transaction + Transacción + + + Inputs + entradas + + + Amount + Cantidad + + + true + verdadero + + + false + falso + + TransactionDescDialog - + + This pane shows a detailed description of the transaction + Esta ventana muestra información detallada sobre la transacción + + + Details for %1 + Detalles para %1 + + TransactionTableModel + + Date + Fecha + + + Type + Tipo + Label Etiqueta - + + Open until %1 + Abierto hasta %1 + + + Offline + Sin conexion + + + Unconfirmed + Sin confirmar + + + Abandoned + Abandonado + + + Confirming (%1 of %2 recommended confirmations) + Confirmando (%1 de %2 confirmaciones recomendadas) + + + Confirmed (%1 confirmations) + Confirmado (%1 confirmaciones) + + + Conflicted + En conflicto + + + Immature (%1 confirmations, will be available after %2) + No disponible (%1 confirmaciones. Estarán disponibles al cabo de %2) + + + This block was not received by any other nodes and will probably not be accepted! + Este bloque no ha sido recibido por otros nodos y probablemente no sea aceptado! + + + Generated but not accepted + Generado pero no aceptado + + + Received with + Recibido con + + + Received from + Recibidos de + + + Sent to + Enviado a + + + Payment to yourself + Pago proprio + + + Mined + Minado + + + watch-only + de observación + + + (n/a) + (nd) + + + (no label) + (sin etiqueta) + + + Transaction status. Hover over this field to show number of confirmations. + Estado de transacción. Pasa el ratón sobre este campo para ver el número de confirmaciones. + + + Date and time that the transaction was received. + Fecha y hora en que se recibió la transacción. + + + Type of transaction. + Tipo de transacción. + + + Whether or not a watch-only address is involved in this transaction. + Si una dirección watch-only está involucrada en esta transacción o no. + + + User-defined intent/purpose of the transaction. + Descripción de la transacción definido por el usuario. + + + Amount removed from or added to balance. + Cantidad retirada o añadida al saldo. + + TransactionView - Exporting Failed - Exportacón Fallida + All + Todo + + + Today + Hoy + + + This week + Esta semana + + + This month + Este mes + + + Last month + Mes pasado + + + This year + Este año + + + Range... + Rango... + + + Received with + Recibido con + + + Sent to + Enviado a + + + To yourself + A usted mismo + + + Mined + Minado + + + Other + Otra + + + Enter address or label to search + Introduzca una dirección o etiqueta que buscar + + + Min amount + Cantidad mínima + + + Abandon transaction + Transacción abandonada + + + Copy address + Copiar ubicación + + + Copy label + Copiar capa + + + Copy amount + Copiar cantidad + + + Copy transaction ID + Copiar ID de transacción + + + Copy raw transaction + Copiar transacción raw + + + Copy full transaction details + Copiar todos los detalles de la transacción + + + Edit label + Editar etiqueta + + + Show transaction details + Mostrar detalles de la transacción + + + Export Transaction History + Exportar historial de transacciones Comma separated file (*.csv) - Archivo separado por comas (*.csv) + Archivo separado de coma (*.csv) + + + Confirmed + Confirmado + + + Watch-only + De observación + + + Date + Fecha + + + Type + Tipo Label @@ -454,16 +2778,56 @@ Address Dirección - + + ID + ID + + + Exporting Failed + Falló la exportación + + + There was an error trying to save the transaction history to %1. + Ha habido un error al intentar guardar la transacción con %1. + + + Exporting Successful + Exportación finalizada + + + The transaction history was successfully saved to %1. + La transacción ha sido guardada en %1. + + + Range: + Rango: + + + to + para + + UnitDisplayStatusBarControl - + + Unit to show amounts in. Click to select another unit. + Unidad en la que se muestran las cantidades. Haga clic para seleccionar otra unidad. + + WalletFrame - + + No wallet has been loaded. + No se ha cargado ningún monedero + + WalletModel - + + Send Coins + Enviar + + WalletView @@ -472,10 +2836,855 @@ Export the data in the current tab to a file - Exporta los datos de la pestaña actual a un archivo + Exportar a un archivo los datos de esta pestaña - + + Backup Wallet + Copia de seguridad del monedero + + + Wallet Data (*.dat) + Datos de monedero (*.dat) + + + Backup Failed + La copia de seguridad ha fallado + + + There was an error trying to save the wallet data to %1. + Ha habido un error al intentar guardar los datos del monedero en %1. + + + Backup Successful + Se ha completado con éxito la copia de respaldo + + + The wallet data was successfully saved to %1. + Los datos del monedero se han guardado con éxito en %1. + + bitcoin-core - + + Options: + Opciones: + + + + Specify data directory + Especificar directorio para los datos + + + Connect to a node to retrieve peer addresses, and disconnect + Conectar a un nodo para obtener direcciones de pares y desconectar + + + Specify your own public address + Especifique su propia dirección pública + + + Accept command line and JSON-RPC commands + Aceptar comandos consola y JSON-RPC + + + + If <category> is not supplied or if <category> = 1, output all debugging information. + Si <category> no es proporcionado o si <category> =1, muestra toda la información de depuración. + + + Prune configured below the minimum of %d MiB. Please use a higher number. + La Poda se ha configurado por debajo del minimo de %d MiB. Por favor utiliza un valor mas alto. + + + Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node) + Poda: la ultima sincronizacion de la cartera sobrepasa los datos podados. Necesitas reindexar con -reindex (o descargar la cadena de bloques de nuevo en el caso de un nodo podado) + + + Rescans are not possible in pruned mode. You will need to use -reindex which will download the whole blockchain again. + Nos es posible re-escanear en modo podado.Necesitas utilizar -reindex el cual descargara la cadena de bloques al completo de nuevo. + + + Error: A fatal internal error occurred, see debug.log for details + Un error interno fatal ocurrió, ver debug.log para detalles + + + Fee (in %s/kB) to add to transactions you send (default: %s) + Comisión (en %s/KB) para agregar a las transacciones que envíe (por defecto: %s) + + + Pruning blockstore... + Poda blockstore ... + + + Run in the background as a daemon and accept commands + Ejecutar en segundo plano como daemon y aceptar comandos + + + + Unable to start HTTP server. See debug log for details. + No se ha podido comenzar el servidor HTTP. Ver debug log para detalles. + + + Bitcoin Core + Blackcoin More + + + The %s developers + Los %s desarrolladores + + + A fee rate (in %s/kB) that will be used when fee estimation has insufficient data (default: %s) + Una comision (en %s/kB) que sera usada cuando las estimacion de comision no disponga de suficientes datos (predeterminado: %s) + + + Accept relayed transactions received from whitelisted peers even when not relaying transactions (default: %d) + Aceptar transacciones retransmitidas recibidas desde nodos en la lista blanca incluso cuando no estés retransmitiendo transacciones (predeterminado: %d) + + + Bind to given address and always listen on it. Use [host]:port notation for IPv6 + Vincular a la dirección dada y escuchar siempre en ella. Utilice la notación [host]:port para IPv6 + + + Cannot obtain a lock on data directory %s. %s is probably already running. + No se puede bloquear el directorio %s. %s ya se está ejecutando. + + + Delete all wallet transactions and only recover those parts of the blockchain through -rescan on startup + Borrar todas las transacciones del monedero y sólo recuperar aquellas partes de la cadena de bloques por medio de -rescan on startup. + + + Error loading %s: You can't enable HD on a already existing non-HD wallet + Error cargando %s: No puede habilitar HD en un monedero existente que no es HD + + + Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect. + Error leyendo %s!. Todas las claves se han leido correctamente, pero los datos de transacciones o la libreta de direcciones pueden faltar o ser incorrectos. + + + Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) + Ejecutar comando cuando una transacción del monedero cambia (%s en cmd se remplazará por TxID) + + + Maximum allowed median peer time offset adjustment. Local perspective of time may be influenced by peers forward or backward by this amount. (default: %u seconds) + Ajuste máximo permitido del tiempo offset medio de pares. La perspectiva local de tiempo se verá influenciada por los pares anteriores y posteriores a esta cantidad. (Por defecto: %u segundos) + + + Maximum total fees (in %s) to use in a single wallet transaction or raw transaction; setting this too low may abort large transactions (default: %s) + Máximas comisiones totales (en %s) para utilizar en una sola transacción de la cartera; establecer esto demasiado bajo puede abortar grandes transacciones (predeterminado: %s) + + + Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly. + Por favor, compruebe si la fecha y hora en su computadora son correctas! Si su reloj esta mal, %s no trabajara correctamente. + + + Please contribute if you find %s useful. Visit %s for further information about the software. + Contribuya si encuentra %s de utilidad. Visite %s para mas información acerca del programa. + + + Set the number of script verification threads (%u to %d, 0 = auto, <0 = leave that many cores free, default: %d) + Establecer el número de hilos (threads) de verificación de scripts (entre %u y %d, 0 = automático, <0 = dejar libres ese número de núcleos; predeterminado: %d) + + + The block database contains a block which appears to be from the future. This may be due to your computer's date and time being set incorrectly. Only rebuild the block database if you are sure that your computer's date and time are correct + La base de datos de bloques contiene un bloque que parece ser del futuro. Esto puede ser porque la fecha y hora de tu ordenador están mal ajustados. Reconstruye la base de datos de bloques solo si estas seguro de que la fecha y hora de tu ordenador estan ajustados correctamente. + + + Unable to rewind the database to a pre-fork state. You will need to redownload the blockchain + No es posible reconstruir la base de datos a un estado anterior. Debe descargar de nuevo la cadena de bloques. + + + Use UPnP to map the listening port (default: 1 when listening and no -proxy) + Utiliza UPnP para asignar el puerto de escucha (predeterminado: 1 cuando esta escuchando sin -proxy) + + + You need to rebuild the database using -reindex-chainstate to change -txindex + Necesita reconstruir la base de datos usando -reindex-chainstate para cambiar -txindex + + + %s corrupt, salvage failed + %s corrupto. Fracasó la recuperacion + + + -maxmempool must be at least %d MB + -maxmempool debe ser por lo menos de %d MB + + + <category> can be: + <category> puede ser: + + + Append comment to the user agent string + Adjunta un comentario a la linea de agente de usuario + + + Attempt to recover private keys from a corrupt wallet on startup + Intento de recuperar claves privadas de un monedero corrupto en arranque + + + Block creation options: + Opciones de creación de bloques: + + + Cannot resolve -%s address: '%s' + No se puede resolver -%s direccion: '%s' + + + Change index out of range + Cambio de indice fuera de rango + + + Connection options: + Opciones de conexión: + + + Copyright (C) %i-%i + Copyright (C) %i-%i + + + Corrupted block database detected + Corrupción de base de datos de bloques detectada. + + + Debugging/Testing options: + Opciones de depuración/pruebas: + + + Do not load the wallet and disable wallet RPC calls + No cargar el monedero y desactivar las llamadas RPC del monedero + + + Do you want to rebuild the block database now? + ¿Quieres reconstruir la base de datos de bloques ahora? + + + Enable publish hash block in <address> + Activar publicar bloque .hash en <.Address> + + + Enable publish hash transaction in <address> + Activar publicar transacción .hash en <.Address> + + + Enable publish raw block in <address> + Habilita la publicacion de bloques en bruto en <direccion> + + + Enable publish raw transaction in <address> + Habilitar publicar transacción en rama en <dirección> + + + Enable transaction replacement in the memory pool (default: %u) + Habilita el reemplazamiento de transacciones en la piscina de memoria (predeterminado: %u) + + + Error initializing block database + Error al inicializar la base de datos de bloques + + + Error initializing wallet database environment %s! + Error al inicializar el entorno de la base de datos del monedero %s + + + Error loading %s + Error cargando %s + + + Error loading %s: Wallet corrupted + Error cargando %s: Monedero dañado + + + Error loading %s: Wallet requires newer version of %s + Error cargando %s: Monedero requiere un versión mas reciente de %s + + + Error loading %s: You can't disable HD on a already existing HD wallet + Error cargando %s: No puede deshabilitar HD en un monedero existente que ya es HD + + + Error loading block database + Error cargando base de datos de bloques + + + Error opening block database + Error al abrir base de datos de bloques. + + + Error: Disk space is low! + Error: ¡Espacio en disco bajo! + + + Failed to listen on any port. Use -listen=0 if you want this. + Ha fallado la escucha en todos los puertos. Use -listen=0 si desea esto. + + + Importing... + Importando... + + + Incorrect or no genesis block found. Wrong datadir for network? + Incorrecto o bloque de génesis no encontrado. Datadir equivocada para la red? + + + Initialization sanity check failed. %s is shutting down. + La inicialización de la verificación de validez falló. Se está apagando %s. + + + Invalid -onion address: '%s' + Dirección -onion inválida: '%s' + + + Invalid amount for -%s=<amount>: '%s' + Cantidad no valida para -%s=<amount>: '%s' + + + Invalid amount for -fallbackfee=<amount>: '%s' + Cantidad inválida para -fallbackfee=<amount>: '%s' + + + Keep the transaction memory pool below <n> megabytes (default: %u) + Mantener la memoria de transacciones por debajo de <n> megabytes (predeterminado: %u) + + + Loading banlist... + Cargando banlist... + + + Location of the auth cookie (default: data dir) + Ubicación de la cookie de autenticación (default: data dir) + + + Not enough file descriptors available. + No hay suficientes descriptores de archivo disponibles. + + + Only connect to nodes in network <net> (ipv4, ipv6 or onion) + Sólo conectar a nodos en redes <net> (ipv4, ipv6 o onion) + + + Print this help message and exit + Imprimir este mensaje de ayuda y salir + + + Print version and exit + Imprimir versión y salir + + + Prune cannot be configured with a negative value. + Pode no se puede configurar con un valor negativo. + + + Prune mode is incompatible with -txindex. + El modo recorte es incompatible con -txindex. + + + Rebuild chain state and block index from the blk*.dat files on disk + Reconstruir el estado de la cadena e indice de bloques a partir de los ficheros blk*.dat en disco + + + Rebuild chain state from the currently indexed blocks + Reconstruir el estado de la cadena a partir de los bloques indexados + + + Rewinding blocks... + Verificando bloques... + + + Set database cache size in megabytes (%d to %d, default: %d) + Asignar tamaño de cache en megabytes (entre %d y %d; predeterminado: %d) + + + Set maximum block size in bytes (default: %d) + Establecer tamaño máximo de bloque en bytes (predeterminado: %d) + + + Specify wallet file (within data directory) + Especificar archivo de monedero (dentro del directorio de datos) + + + The source code is available from %s. + El código fuente esta disponible desde %s. + + + Unable to bind to %s on this computer. %s is probably already running. + No se ha podido conectar con %s en este equipo. %s es posible que este todavia en ejecución. + + + Unsupported argument -benchmark ignored, use -debug=bench. + El argumento -benchmark no es soportado y ha sido ignorado, utiliza -debug=bench + + + Unsupported argument -debugnet ignored, use -debug=net. + Parámetros no compatibles -debugnet ignorados , use -debug = red. + + + Unsupported argument -tor found, use -onion. + Parámetros no compatibles -tor encontrados, use -onion . + + + Use UPnP to map the listening port (default: %u) + Usar UPnP para asignar el puerto de escucha (predeterminado:: %u) + + + User Agent comment (%s) contains unsafe characters. + El comentario del Agente de Usuario (%s) contiene caracteres inseguros. + + + Verifying blocks... + Verificando bloques... + + + Verifying wallet... + Verificando monedero... + + + Wallet %s resides outside data directory %s + El monedero %s se encuentra fuera del directorio de datos %s + + + Wallet debugging/testing options: + Opciones de depuración/pruebas de monedero: + + + Wallet needed to be rewritten: restart %s to complete + Es necesario reescribir el monedero: reiniciar %s para completar + + + Wallet options: + Opciones de monedero: + + + 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 + Permitir conexiones JSON-RPC de origen especificado. Válido para son una sola IP (por ejemplo 1.2.3.4), una red/máscara de red (por ejemplo 1.2.3.4/255.255.255.0) o una red/CIDR (e.g. 1.2.3.4/24). Esta opción se puede especificar varias veces + + + Bind to given address and whitelist peers connecting to it. Use [host]:port notation for IPv6 + Ligar a las direcciones especificadas y poner en lista blanca a los equipos conectados a ellas. Usar la notación para IPv6 [host]:puerto. + + + 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) + Ligar a las direcciones especificadas para escuchar por conexiones JSON-RPC. Usar la notación para IPv6 [host]:puerto. Esta opción se puede especificar múltiples veces (por defecto: ligar a todas las interfaces) + + + Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) + Crear nuevos archivos con permisos por defecto del sistema, en lugar de umask 077 (sólo efectivo con la funcionalidad de monedero desactivada) + + + Discover own IP addresses (default: 1 when listening and no -externalip or -proxy) + Descubra direcciones IP propias (por defecto: 1 cuando se escucha y nadie -externalip o -proxy) + + + Error: Listening for incoming connections failed (listen returned error %s) + Error: la escucha para conexiones entrantes falló (la escucha regresó el error %s) + + + Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message) + Ejecutar un comando cuando se reciba una alerta importante o cuando veamos un fork demasiado largo (%s en cmd se reemplazará por el mensaje) + + + Fees (in %s/kB) smaller than this are considered zero fee for relaying, mining and transaction creation (default: %s) + Las comisiones (en %s/kB) mas pequeñas que esto se consideran como cero comisión para la retransmisión, minería y creación de la transacción (predeterminado: %s) + + + If paytxfee is not set, include enough fee so transactions begin confirmation on average within n blocks (default: %u) + Si el pago de comisión no está establecido, incluir la cuota suficiente para que las transacciones comiencen la confirmación en una media de n bloques ( por defecto :%u) + + + Invalid amount for -maxtxfee=<amount>: '%s' (must be at least the minrelay fee of %s to prevent stuck transactions) + Cantidad no válida para -maxtxfee=<amount>: '%s' (debe ser por lo menos la cuota de comisión mínima de %s para prevenir transacciones atascadas) + + + Maximum size of data in data carrier transactions we relay and mine (default: %u) + El tamaño máximo de los datos en las operaciones de transporte de datos que transmitimos y el mio (default: %u) + + + Randomize credentials for every proxy connection. This enables Tor stream isolation (default: %u) + Aleatorizar las credenciales para cada conexión proxy. Esto habilita la Tor stream isolation (por defecto: %u) + + + Set maximum size of high-priority/low-fee transactions in bytes (default: %d) + Establecer tamaño máximo de las transacciones de alta prioridad/baja comisión en bytes (predeterminado: %d) + + + The transaction amount is too small to send after the fee has been deducted + Monto de transacción muy pequeña luego de la deducción por comisión + + + Use hierarchical deterministic key generation (HD) after BIP32. Only has effect during wallet creation/first start + Usar tras BIP32 la generación de llave determinística jerárquica (HD) . Solo tiene efecto durante el primer inicio/generación del monedero + + + 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 + A los equipos en lista blanca no se les pueden prohibir los ataques DoS y sus transacciones siempre son retransmitidas, incluso si ya están en el mempool, es útil por ejemplo para un gateway. + + + You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain + Necesitas reconstruir la base de datos utilizando -reindex para volver al modo sin recorte. Esto volverá a descargar toda la cadena de bloques + + + (default: %u) + (por defecto: %u) + + + Accept public REST requests (default: %u) + Aceptar solicitudes públicas en FERIADOS (por defecto: %u) + + + Automatically create Tor hidden service (default: %d) + Automáticamente crea el servicio Tor oculto (por defecto: %d) + + + Connect through SOCKS5 proxy + Conectar usando SOCKS5 proxy + + + Error reading from database, shutting down. + Error al leer la base de datos, cerrando. + + + Imports blocks from external blk000??.dat file on startup + Importa los bloques desde un archivo externo blk000?.dat + + + Information + Información + + + Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) + Cantidad inválida para -paytxfee=<amount>: '%s' (debe ser por lo menos %s) + + + Invalid netmask specified in -whitelist: '%s' + Máscara de red inválida especificada en -whitelist: '%s' + + + Keep at most <n> unconnectable transactions in memory (default: %u) + Mantener como máximo <n> transacciones no conectables en memoria (por defecto: %u) + + + Need to specify a port with -whitebind: '%s' + Necesita especificar un puerto con -whitebind: '%s' + + + Node relay options: + Opciones de nodos de retransmisión: + + + RPC server options: + Opciones de servidor RPC: + + + Reducing -maxconnections from %d to %d, because of system limitations. + Reduciendo -maxconnections de %d a %d, debido a limitaciones del sistema. + + + Rescan the block chain for missing wallet transactions on startup + Rescanea la cadena de bloques para transacciones perdidas de la cartera + + + Send trace/debug info to console instead of debug.log file + Enviar información de trazas/depuración a la consola en lugar de al archivo debug.log + + + Send transactions as zero-fee transactions if possible (default: %u) + Mandar transacciones como comisión-cero si es posible (por defecto: %u) + + + Show all debugging options (usage: --help -help-debug) + Muestra todas las opciones de depuración (uso: --help -help-debug) + + + Shrink debug.log file on client startup (default: 1 when no -debug) + Reducir el archivo debug.log al iniciar el cliente (predeterminado: 1 sin -debug) + + + Signing transaction failed + Transacción falló + + + The transaction amount is too small to pay the fee + Cantidad de la transacción demasiado pequeña para pagar la comisión + + + This is experimental software. + Este software es experimental. + + + Tor control port password (default: empty) + Contraseña del puerto de control de Tor (predeterminado: vacio) + + + Tor control port to use if onion listening enabled (default: %s) + Puerto de control de Tor a utilizar si la escucha de onion esta activada (predeterminado: %s) + + + Transaction amount too small + Cantidad de la transacción demasiado pequeña + + + Transaction too large for fee policy + Operación demasiado grande para la política de tasas + + + Transaction too large + Transacción demasiado grande, intenta dividirla en varias. + + + Unable to bind to %s on this computer (bind returned error %s) + No es posible conectar con %s en este sistema (bind ha dado el error %s) + + + Upgrade wallet to latest format on startup + Actualizar el monedero al último formato al inicio + + + Username for JSON-RPC connections + Nombre de usuario para las conexiones JSON-RPC + + + + Warning + Aviso + + + Warning: unknown new rules activated (versionbit %i) + Advertencia: nuevas reglas desconocidas activadas (versionbit %i) + + + Whether to operate in a blocks only mode (default: %u) + Si se debe o no operar en un modo de solo bloques (predeterminado: %u) + + + Zapping all transactions from wallet... + Eliminando todas las transacciones del monedero... + + + ZeroMQ notification options: + Opciones de notificación ZeroQM: + + + Password for JSON-RPC connections + Contraseña para las conexiones JSON-RPC + + + + Execute command when the best block changes (%s in cmd is replaced by block hash) + Ejecutar un comando cuando cambia el mejor bloque (%s en cmd se sustituye por el hash de bloque) + + + Allow DNS lookups for -addnode, -seednode and -connect + Permitir búsquedas DNS para -addnode, -seednode y -connect + + + Loading addresses... + Cargando direcciones... + + + (1 = keep tx meta data e.g. account owner and payment request information, 2 = drop tx meta data) + (1 = mantener los meta datos de transacción, por ejemplo: propietario e información de pago, 2 = omitir los metadatos) + + + -maxtxfee is set very high! Fees this large could be paid on a single transaction. + -maxtxfee tiene un ajuste muy elevado! Comisiones muy grandes podrían ser pagadas en una única transaccion. + + + Do not keep transactions in the mempool longer than <n> hours (default: %u) + No mantener transacciones en la memoria mas de <n> horas (predeterminado: %u) + + + Equivalent bytes per sigop in transactions for relay and mining (default: %u) + Bytes equivalentes por sigop en transacciones para retrasmisión y minado (predeterminado: %u) + + + Fees (in %s/kB) smaller than this are considered zero fee for transaction creation (default: %s) + Las comisiones (en %s/kB) menores que esto son consideradas de cero comision para la creacion de transacciones (predeterminado: %s) + + + Force relay of transactions from whitelisted peers even if they violate local relay policy (default: %d) + Fuerza la retransmisión de transacciones desde nodos en la lista blanca incluso si violan la política de retransmisiones local (predeterminado: %d) + + + How thorough the block verification of -checkblocks is (0-4, default: %u) + Nivel de rigor en la verificación de bloques de -checkblocks (0-4; predeterminado: %u) + + + Maintain a full transaction index, used by the getrawtransaction rpc call (default: %u) + Mantener el índice completo de transacciones, usado por la llamada rpc de getrawtransaction (por defecto: %u) + + + Number of seconds to keep misbehaving peers from reconnecting (default: %u) + Número de segundos en que se evita la reconexión de pares con mal comportamiento (predeterminado: %u) + + + Output debugging information (default: %u, supplying <category> is optional) + Mostrar depuración (por defecto: %u, proporcionar <category> es opcional) + + + Support filtering of blocks and transaction with bloom filters (default: %u) + Admite filtrado de bloques, y transacciones con filtros Bloom. Reduce la carga de red. ( por defecto :%u) + + + Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments. + La longitud total de la cadena de versión de red ( %i ) supera la longitud máxima ( %i ) . Reducir el número o tamaño de uacomments . + + + Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported. + Error: argumento -socks encontrado. El ajuste de la versión SOCKS ya no es posible, sólo proxies SOCKS5 son compatibles. + + + Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay. + El argumento no soportado -whitelistalwaysrelay ha sido ignorado, utiliza -whitelistrelay y/o -whitelistforcerelay. + + + Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) + Usar distintos proxys SOCKS5 para comunicarse vía Tor de forma anónima (Por defecto: %s) + + + Warning: Unknown block versions being mined! It's possible unknown rules are in effect + Advertencia: Se están minando versiones de bloques desconocidas! Es posible que normas desconocidas estén activas + + + Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup. + Aviso: fichero de monedero corrupto, datos recuperados! Original %s guardado como %s en %s; si su balance de transacciones es incorrecto, debe restaurar desde una copia de seguridad. + + + %s is set very high! + %s es demasiado alto! + + + (default: %s) + (predeterminado: %s) + + + Always query for peer addresses via DNS lookup (default: %u) + Siempre consultar direcciones de otros equipos por medio de DNS lookup (por defecto: %u) + + + How many blocks to check at startup (default: %u, 0 = all) + Cuántos bloques comprobar al iniciar (predeterminado: %u, 0 = todos) + + + Include IP addresses in debug output (default: %u) + Incluir direcciones IP en la salida de depuración (por defecto: %u) + + + Invalid -proxy address: '%s' + Dirección -proxy inválida: '%s' + + + Listen for JSON-RPC connections on <port> (default: %u or testnet: %u) + Escuchar conexiones JSON-RPC en <puerto> (predeterminado: %u o testnet: %u) + + + Listen for connections on <port> (default: %u or testnet: %u) + Escuchar conexiones en <puerto> (predeterminado: %u o testnet: %u) + + + Maintain at most <n> connections to peers (default: %u) + Mantener como máximo <n> conexiones a pares (predeterminado: %u) + + + Make the wallet broadcast transactions + Realiza las operaciones de difusión del monedero + + + Maximum per-connection receive buffer, <n>*1000 bytes (default: %u) + Búfer de recepción máximo por conexión, <n>*1000 bytes (por defecto: %u) + + + Maximum per-connection send buffer, <n>*1000 bytes (default: %u) + Búfer de recepción máximo por conexión, , <n>*1000 bytes (por defecto: %u) + + + Prepend debug output with timestamp (default: %u) + Anteponer marca temporal a la información de depuración (por defecto: %u) + + + Relay and mine data carrier transactions (default: %u) + Retransmitir y minar transacciones de transporte de datos (por defecto: %u) + + + Relay non-P2SH multisig (default: %u) + Relay non-P2SH multisig (default: %u) + + + Send transactions with full-RBF opt-in enabled (default: %u) + Enviar transaciones con RBF-completo opt-in activado (default: %u) + + + Set key pool size to <n> (default: %u) + Ajustar el número de claves en reserva <n> (predeterminado: %u) + + + Set maximum BIP141 block weight (default: %d) + Establecer peso máximo bloque BIP141 (predeterminado: %d) + + + Set the number of threads to service RPC calls (default: %d) + Establecer el número de procesos para llamadas del servicio RPC (por defecto: %d) + + + Specify configuration file (default: %s) + Especificar archivo de configuración (por defecto: %s) + + + Specify connection timeout in milliseconds (minimum: 1, default: %d) + Especificar tiempo de espera de la conexión (mínimo: 1, por defecto: %d) + + + Specify pid file (default: %s) + Especificar archivo pid (predeterminado: %s) + + + Spend unconfirmed change when sending transactions (default: %u) + Usar cambio aún no confirmado al enviar transacciones (predeterminado: %u) + + + Starting network threads... + Iniciando funciones de red... + + + Threshold for disconnecting misbehaving peers (default: %u) + Umbral para la desconexión de pares con mal comportamiento (predeterminado: %u) + + + Unknown network specified in -onlynet: '%s' + La red especificada en -onlynet '%s' es desconocida + + + Insufficient funds + Fondos insuficientes + + + Loading block index... + Cargando el índice de bloques... + + + Add a node to connect to and attempt to keep the connection open + Añadir un nodo al que conectarse y tratar de mantener la conexión abierta + + + Loading wallet... + Cargando monedero... + + + Cannot downgrade wallet + No se puede cambiar a una versión mas antigua el monedero + + + Cannot write default address + No se puede escribir la dirección predeterminada + + + Rescanning... + Reexplorando... + + + Done loading + Se terminó de cargar + + + Error + Error + + \ No newline at end of file diff --git a/src/qt/locale/bitcoin_es_MX.ts b/src/qt/locale/bitcoin_es_MX.ts index c808c5674..8cda121b4 100644 --- a/src/qt/locale/bitcoin_es_MX.ts +++ b/src/qt/locale/bitcoin_es_MX.ts @@ -1,6 +1,10 @@ AddressBookPage + + Right-click to edit address or label + Click derecho para editar tu dirección o etiqueta + Create a new address Crear una dirección nueva @@ -21,10 +25,6 @@ C&lose Cerrar - - &Copy Address - &Copiar dirección - Delete the currently selected address from the list Eliminar la dirección actualmente seleccionada de la lista @@ -41,72 +41,16 @@ &Delete &Borrar - - Choose the address to send coins to - Elija una dirección a la cual enviar monedas - - - Choose the address to receive coins with - Elija la dirección con la cual recibir monedas - - - C&hoose - Elegir - - - Sending addresses - Enviando direcciones - - - Receiving addresses - Recibiendo direcciones - - - These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - Estas son tus direcciones de Blackcoin para enviar pagos. Siempre revise la cantidad y la dirección receptora antes de enviar monedas - - - These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Estas son tus direcciones Blackcoin para recibir pagos. Es recomendado usar una nueva dirección receptora para cada transacción. - - - Copy &Label - Copiar &Etiqueta - - - &Edit - &Editar - - - Export Address List - Exportar Lista de direcciones - - - Comma separated file (*.csv) - Archivo separado por comas (*.CSV) - - - Exporting Failed - Exportación fallida - AddressTableModel - - Label - Etiqueta - - - Address - Dirección - - - (no label) - (sin etiqueta) - - + AskPassphraseDialog + + Passphrase Dialog + Dialogo de contraseña + Enter passphrase Ingrese la contraseña @@ -119,81 +63,13 @@ Repeat new passphrase Repita la nueva contraseña - - Encrypt wallet - Encriptar cartera. - - - This operation needs your wallet passphrase to unlock the wallet. - Esta operación necesita la contraseña de su cartera para desbloquear su cartera. - - - Unlock wallet - Desbloquear cartera. - - - This operation needs your wallet passphrase to decrypt the wallet. - Esta operación necesita la contraseña de su cartera para desencriptar su cartera. - - - Decrypt wallet - Desencriptar cartera - - - Change passphrase - Cambiar contraseña - - - Confirm wallet encryption - Confirmar la encriptación de cartera - - - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! - Advertencia: Si encripta su cartera y pierde su contraseña, <b>PERDERÁ TODOS SUS BLACKCOINS:</b>! - - - Are you sure you wish to encrypt your wallet? - ¿Está seguro que desea encriptar su cartera? - - - Warning: The Caps Lock key is on! - Advertencia: ¡La tecla Bloq Mayus está activada! - - - Wallet encrypted - Cartera encriptada - - - Wallet encryption failed - La encriptación de la cartera fallo - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - La encriptación de la cartera falló debido a un error interno. Su cartera no fue encriptada. - - - The supplied passphrases do not match. - Las contraseñas dadas no coinciden - - - Wallet unlock failed - El desbloqueo de la cartera falló - - - The passphrase entered for the wallet decryption was incorrect. - La contraseña ingresada para la desencriptación de la cartera es incorrecta - - - Wallet decryption failed - La desencriptación de la cartera fallo - - - Wallet passphrase was successfully changed. - La contraseña de la cartera ha sido exitosamente cambiada. - - + BanTableModel + + IP/Netmask + IP/Máscara de red + BitcoinGUI @@ -269,14 +145,6 @@ Open &URI... Abrir &URL... - - Bitcoin Core client - cliente Blackcoin More - - - Importing blocks from disk... - Importando bloques desde el disco... - Reindexing blocks on disk... Reindexando bloques en el disco... @@ -321,6 +189,10 @@ &Receive &Recibir + + &Show / Hide + &Mostrar / Ocultar + &File &Archivo @@ -337,21 +209,21 @@ Tabs toolbar Pestañas - - Bitcoin Core - Blackcoin More - - - &About Bitcoin Core - Acerca de Blackcoin More - &Command-line options opciones de la &Linea de comandos - Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options - Mostrar mensaje de ayuda del Blackcoin More para optener una lista con los posibles comandos de Bitcoin + Error + Error + + + Warning + Aviso + + + Information + Información Up to date @@ -377,12 +249,13 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> La cartera esta <b>encriptada</b> y <b>bloqueada</b> actualmente - - - ClientModel CoinControlDialog + + Quantity: + Cantidad + Bytes: Bytes: @@ -391,14 +264,18 @@ Amount: Monto: - - Priority: - Prioridad: - Fee: Cuota: + + After Fee: + Después de los cargos por comisión. + + + Change: + Cambio + Amount Monto @@ -411,50 +288,6 @@ Confirmed Confirmado - - Priority - Prioridad - - - Copy address - Copiar dirección - - - Copy label - Copiar etiqueta - - - Copy amount - Copiar monto - - - Copy quantity - Copiar cantidad - - - Copy fee - Copiar cuota - - - Copy after fee - Copiar después de cuota - - - Copy bytes - Copiar bytes - - - Copy priority - Copiar prioridad - - - Copy change - Copiar cambio - - - (no label) - (sin etiqueta) - EditAddressDialog @@ -470,44 +303,16 @@ &Address &Dirección - - New receiving address - Nueva dirección de recepción - - - New sending address - Nueva dirección de envío - - - Edit receiving address - Editar dirección de recepción - - - Edit sending address - Editar dirección de envío - - - The entered address "%1" is already in the address book. - La dirección ingresada "%1" ya existe en la libreta de direcciones - - - Could not unlock wallet. - No se puede desbloquear la cartera - - - New key generation failed. - La generación de la nueva clave fallo - - + FreespaceChecker + + name + nombre + HelpMessageDialog - - Bitcoin Core - Blackcoin More - version versión @@ -516,10 +321,6 @@ (%1-bit) (%1-bit) - - About Bitcoin Core - Acerca de Blackcoin More - Command-line options opciones de la Linea de comandos @@ -536,8 +337,15 @@ Intro - Bitcoin Core - Blackcoin More + Error + Error + + + + ModalOverlay + + Form + Formulario @@ -557,6 +365,10 @@ W&allet Cartera + + none + Ninguno + OverviewPage @@ -578,6 +390,9 @@ Monto + + QObject::QObject + QRImageWidget @@ -614,60 +429,16 @@ An optional amount to request. Leave this empty or zero to not request a specific amount. Monto opcional a solicitar. Dejarlo vacion o en cero no solicita un monto especifico. - - Copy label - Copiar etiqueta - - - Copy amount - Copiar monto - - + ReceiveRequestDialog Copy &Address &Copiar dirección - - Address - Dirección - - - Amount - Monto - - - Label - Etiqueta - - - Message - Mensaje - RecentRequestsTableModel - - Date - Fecha - - - Label - Etiqueta - - - Message - Mensaje - - - Amount - Monto - - - (no label) - (sin etiqueta) - SendCoinsDialog @@ -675,6 +446,10 @@ Send Coins Enviar monedas + + Quantity: + Cantidad + Bytes: Bytes: @@ -683,14 +458,18 @@ Amount: Monto: - - Priority: - Prioridad: - Fee: Cuota: + + After Fee: + Después de los cargos por comisión. + + + Change: + Cambio + fast rápido @@ -707,66 +486,6 @@ Confirm the send action Confirme la acción de enviar - - Confirm send coins - Confirme para enviar monedas - - - Copy quantity - Copiar cantidad - - - Copy amount - Copiar monto - - - Copy fee - Copiar cuota - - - Copy after fee - Copiar después de cuota - - - Copy bytes - Copiar bytes - - - Copy priority - Copiar prioridad - - - Copy change - Copiar cambio - - - or - o - - - The amount to pay must be larger than 0. - El monto a pagar debe ser mayor a 0 - - - Transaction creation failed! - ¡La creación de la transación falló! - - - 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. - ¡La transación fue rechazada! Esto puede ocurrir si algunas de tus monedas en tu cartera han sido gastadas, al igual que si usas una cartera copiada y la monedas fueron gastadas en la copia pero no se marcaron como gastadas. - - - Warning: Invalid Bitcoin address - Advertencia: Dirección de Blackcoin invalida - - - (no label) - (sin etiqueta) - - - Warning: Unknown change address - Advertencia: Cambio de dirección desconocido - SendCoinsEntry @@ -778,10 +497,6 @@ Pay &To: Pagar &a: - - Enter a label for this address to add it to your address book - Ingrese una etiqueta para esta dirección para agregarlo en su libreta de direcciones. - &Label: &Etiqueta @@ -815,12 +530,11 @@ Pago para: + + SendConfirmationDialog + ShutdownWindow - - Bitcoin Core is shutting down... - Apagando el Blackcoin More... - Do not shut down the computer until this window disappears. No apague su computadora hasta que esta ventana desaparesca. @@ -847,313 +561,41 @@ SplashScreen - - Bitcoin Core - Blackcoin More - - - The Bitcoin Core developers - Los desarrolladores de Blackcoin More - TrafficGraphWidget TransactionDesc - - Open until %1 - Abrir hasta %1 - - - %1/unconfirmed - %1/No confirmado - - - %1 confirmations - %1 confirmaciones - - - Status - Estado - - - Date - Fecha - - - From - De - - - To - Para - - - label - etiqueta - - - Message - Mensaje - - - Comment - Comentario - - - Transaction ID - ID - - - Transaction - Transacción - - - Amount - Monto - - - , has not been successfully broadcast yet - , no ha sido transmitido aun - - - unknown - desconocido - - + TransactionDescDialog - - Transaction details - Detalles de la transacción - This pane shows a detailed description of the transaction Este panel muestras una descripción detallada de la transacción - + TransactionTableModel - - Date - Fecha - - - Type - Tipo - - - Open until %1 - Abrir hasta %1 - - - Confirmed (%1 confirmations) - Confimado (%1 confirmaciones) - - - This block was not received by any other nodes and will probably not be accepted! - Este bloque no fue recibido por ningun nodo y probablemente no fue aceptado ! - - - Generated but not accepted - Generado pero no aprovado - - - Label - Etiqueta - - - Received with - Recibido con - - - Sent to - Enviar a - - - Payment to yourself - Pagar a si mismo - - - Mined - Minado - - - (n/a) - (n/a) - - - Date and time that the transaction was received. - Fecha y hora en que la transacción fue recibida - - - Type of transaction. - Escriba una transacción - - - Amount removed from or added to balance. - Cantidad removida del saldo o agregada - - + TransactionView - - All - Todo - - - Today - Hoy - - - This week - Esta semana - - - This month - Este mes - - - Last month - El mes pasado - - - This year - Este año - - - Received with - Recibido con - - - Sent to - Enviar a - - - To yourself - Para ti mismo - - - Mined - Minado - - - Other - Otro - - - Enter address or label to search - Ingrese dirección o capa a buscar - - - Min amount - Monto minimo - - - Copy address - Copiar dirección - - - Copy label - Copiar capa - - - Copy amount - copiar monto - - - Edit label - Editar capa - - - Export Transaction History - Exportar el historial de transacción - - - Exporting Failed - Exportación fallida - - - There was an error trying to save the transaction history to %1. - Ocurrio un error intentando guardar el historial de transaciones a %1 - - - Exporting Successful - Exportacion satisfactoria - - - The transaction history was successfully saved to %1. - el historial de transaciones ha sido guardado exitosamente en %1 - - - Comma separated file (*.csv) - Arhchivo separado por comas (*.CSV) - - - Confirmed - Confirmado - - - Date - Fecha - - - Type - Tipo - - - Label - Etiqueta - - - Address - Domicilio - - - ID - ID - - - to - Para - - + UnitDisplayStatusBarControl WalletFrame - - No wallet has been loaded. - No se há cargado la cartera. - - + WalletModel Send Coins - Mandar monedas + Enviar monedas WalletView - - &Export - &Exportar - - - Export the data in the current tab to a file - Exportar la información en la tabla actual a un archivo - - - There was an error trying to save the wallet data to %1. - Ocurrio un error tratando de guardar la información de la cartera %1 - - - The wallet data was successfully saved to %1. - La información de la cartera fué guardada exitosamente a %1 - bitcoin-core @@ -1161,6 +603,10 @@ Options: Opciones: + + Bitcoin Core + Blackcoin More + <category> can be: <categoria> puede ser: @@ -1177,6 +623,14 @@ Wallet options: Opciones de cartera: + + Information + Información + + + Warning + Aviso + Loading addresses... Cargando direcciones... @@ -1193,5 +647,9 @@ Done loading Carga completa - + + Error + Error + + \ No newline at end of file diff --git a/src/qt/locale/bitcoin_es_UY.ts b/src/qt/locale/bitcoin_es_UY.ts index cdbd415a9..b2938a84c 100644 --- a/src/qt/locale/bitcoin_es_UY.ts +++ b/src/qt/locale/bitcoin_es_UY.ts @@ -25,10 +25,6 @@ C&lose Cerrar - - &Copy Address - Copiar Dirección - &Export Exportar @@ -37,51 +33,10 @@ &Delete &Borrar - - Choose the address to send coins to - Elige una dirección donde enviar monedas a - - - Sending addresses - Enviando direcciones - - - Receiving addresses - Recibiendo direcciones - - - - &Edit - Editar - - - Export Address List - Exportar Lista de Direcciones - - - Comma separated file (*.csv) - Archivos separados por coma (*.csv) - - - Exporting Failed - Exportación fallida - AddressTableModel - - Label - Etiqueta - - - Address - Direccion - - - (no label) - (Sin etiqueta) - - + AskPassphraseDialog @@ -96,70 +51,6 @@ Repeat new passphrase Repetir nueva contraseña - - Encrypt wallet - Monedero cifrado - - - This operation needs your wallet passphrase to unlock the wallet. - Esta operacion necesita la contraseña del monedero para desbloquear el mismo - - - Unlock wallet - Monedero destrabado - - - This operation needs your wallet passphrase to decrypt the wallet. - Esta operacion necesita la contraseña del monedero para descifrar el mismo - - - Decrypt wallet - Monedero descifrado - - - Change passphrase - Cambiar contraseña - - - Confirm wallet encryption - Confirme el cifrado del monedero - - - Are you sure you wish to encrypt your wallet? - Estas seguro que deseas encriptar tu billetera? - - - Warning: The Caps Lock key is on! - Atención: la tecla Mayusculas esta activa! - - - Wallet encrypted - Monedero cifrado - - - Wallet encryption failed - Fallo en el cifrado del monedero - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - Fallo en el cifrado del monedero a causa de un error interno. Su monedero no esta cifrado - - - The supplied passphrases do not match. - Las contraseñas suministradas no coinciden. - - - Wallet unlock failed - Fallo en el desbloqueo del mondero - - - The passphrase entered for the wallet decryption was incorrect. - La contraseña introducida para el descifrado del monedero es incorrecta. - - - Wallet decryption failed - Fallo en el descifrado del monedero - BanTableModel @@ -301,9 +192,6 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> El Monedero esta <b>cifrado</b> y actualmente <b>bloqueado</b> - - - ClientModel CoinControlDialog @@ -319,10 +207,6 @@ Amount: AMonto: - - Priority: - Prioridad: - Change: Cambio: @@ -335,14 +219,6 @@ Confirmed Confirmado - - Priority - Prioridad - - - (no label) - (Sin etiqueta) - EditAddressDialog @@ -358,35 +234,7 @@ &Address &Direccion - - New receiving address - Nueva dirección de recepción - - - New sending address - Nueva dirección de envío - - - Edit receiving address - Editar dirección de recepcion - - - Edit sending address - Editar dirección de envío - - - The entered address "%1" is already in the address book. - La dirección introducida "%1" ya está en la libreta de direcciones. - - - Could not unlock wallet. - No se puede abrir el monedero. - - - New key generation failed. - Fallo en la nueva clave generada. - - + FreespaceChecker @@ -400,6 +248,13 @@ Error + + ModalOverlay + + Form + Formulario + + OpenURIDialog @@ -430,6 +285,9 @@ QObject + + QObject::QObject + QRImageWidget @@ -453,29 +311,9 @@ Copy &Address Copiar Dirección - - Address - Direccion - - - Label - Etiqueta - RecentRequestsTableModel - - Date - Fecha - - - Label - Etiqueta - - - (no label) - (Sin etiqueta) - SendCoinsDialog @@ -495,10 +333,6 @@ Amount: AMonto: - - Priority: - Prioridad: - Change: Cambio: @@ -515,18 +349,6 @@ Confirm the send action Confirmar el envío - - Confirm send coins - Confirmar el envio de monedas - - - The amount to pay must be larger than 0. - La cantidad a pagar debe ser mayor que 0. - - - (no label) - (Sin etiqueta) - SendCoinsEntry @@ -538,10 +360,6 @@ Pay &To: Pagar &A: - - Enter a label for this address to add it to your address book - Introduzca una etiqueta para esta dirección para añadirla a su libreta de direcciones - &Label: &Etiqueta: @@ -563,6 +381,9 @@ Pagar A: + + SendConfirmationDialog + ShutdownWindow @@ -593,67 +414,15 @@ TransactionDesc - - Open until %1 - Abrir hasta %1 - - - Date - Fecha - - - Transaction - Transaccion - - - unknown - desconocido - - + TransactionDescDialog TransactionTableModel - - Date - Fecha - - - Open until %1 - Abrir hasta %1 - - - Label - Etiqueta - TransactionView - - Exporting Failed - Exportación fallida - - - Comma separated file (*.csv) - Archivos separados por coma (*.csv) - - - Confirmed - Confirmado - - - Date - Fecha - - - Label - Etiqueta - - - Address - Direccion - UnitDisplayStatusBarControl @@ -663,17 +432,9 @@ WalletModel - - Send Coins - Enviar monedas - - + WalletView - - &Export - Exportar - bitcoin-core diff --git a/src/qt/locale/bitcoin_es_VE.ts b/src/qt/locale/bitcoin_es_VE.ts index 941403312..be60e1593 100644 --- a/src/qt/locale/bitcoin_es_VE.ts +++ b/src/qt/locale/bitcoin_es_VE.ts @@ -22,8 +22,8 @@ &Copiar - &Copy Address - &Copiar Dirección + C&lose + C&errar Delete the currently selected address from the list @@ -41,70 +41,10 @@ &Delete &Borrar - - Choose the address to send coins to - Elige la dirección para enviar monedas - - - Choose the address to receive coins with - Elige la dirección para recibir monedas - - - Sending addresses - Envío de direcciones - - - Receiving addresses - Recepción de direcciones - - - These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - Estas son tus direcciones Blackcoin para realizar pagos. Siempre checa el monto y la dirección de recepción antes de enviar monedas. - - - These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Estas son tus direcciones Blackcoin para recibir pagos. Es recomendable usar una nueva dirección para cada transacción. - - - Copy &Label - Copiar &Etiqueta - - - &Edit - &Editar - - - Export Address List - Exportar lista de direcciones - - - Comma separated file (*.csv) - Archivo separado por comas (*.csv) - - - Exporting Failed - Exportación fallida - - - There was an error trying to save the address list to %1. Please try again. - Hubo un error intentando guardar la lista de direcciones al %1. Por favor intente nuevamente. - - + AddressTableModel - - Label - Etiqueta - - - Address - Dirección - - - (no label) - (sin etiqueta) - - + AskPassphraseDialog @@ -123,87 +63,7 @@ Repeat new passphrase Repetir nueva frase de contraseña - - Encrypt wallet - Encriptar billetera - - - This operation needs your wallet passphrase to unlock the wallet. - Esta operación necesita tu frase de contraseña de la billetera para desbloquearla. - - - Unlock wallet - Desbloquear billetera - - - This operation needs your wallet passphrase to decrypt the wallet. - Esta operacción necesita tu frase de contraseña para desepcriptar la billetera - - - Decrypt wallet - Desencriptar billetera - - - Change passphrase - Cambiar frase secreta - - - Confirm wallet encryption - Confirmar encriptación de billetera - - - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! - Aviso: Si encriptas tu billetera y pierdes tu frase secreta, ¡PERDERÁS TODOS TUS BLACKCOINS:! - - - Are you sure you wish to encrypt your wallet? - ¿Está seguro que desea encriptar su billetera? - - - 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. - IMPORTANTE: Algunas copias de seguridad que hayas hecho de tu archivo de billetera deberían ser reemplazadas con la billetera encriptada generada recientemente. Por razones de seguridad, las copias de seguridad previas del archivo de billetera sin cifrar serán inútiles tan pronto uses la nueva billetera encriptada. - - - Warning: The Caps Lock key is on! - Aviso: El bloqueo de mayúsculas está activado. - - - Wallet encrypted - Billetera encriptada - - - 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>. - Introduce la nueva frase secreta a la billetera. Por favor use una frase secreta de diez o más caracteres aleatorios, u ocho o más palabras. - - - Wallet encryption failed - Encriptación de billetera fallida - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - Encriptación de billetera fallida debido a un error interno. Tu billetera no fue encriptada. - - - The supplied passphrases do not match. - Las frases secretas introducidas no concuerdan. - - - Wallet unlock failed - Desbloqueo de billetera fallido - - - The passphrase entered for the wallet decryption was incorrect. - La frase secreta introducida para la desencriptación de la billetera fué incorrecta. - - - Wallet decryption failed - Desencriptación de billetera fallida - - - Wallet passphrase was successfully changed. - La frase secreta de la billetera fué cambiada exitosamente. - - + BanTableModel @@ -233,22 +93,22 @@ Browse transaction history Buscar historial de transacciones + + E&xit + S&alir + Quit application Quitar aplicación + + &Options... + &Opciones... + &Receiving addresses... Recepción de direcciones - - Bitcoin Core client - Cliente Blackcoin More - - - Importing blocks from disk... - Importando bloques desde el disco... - Reindexing blocks on disk... Reindexando bloques en el disco... @@ -285,10 +145,6 @@ &Receive &Recibir - - Show information about Bitcoin Core - Mostrar información acerca de Blackcoin More - &Show / Hide &Mostar / Ocultar @@ -317,22 +173,10 @@ &Settings &Configuración - - Bitcoin Core - Blackcoin More - - - &About Bitcoin Core - Acerca de Blackcoin More - &Command-line options Opciones de línea de comandos - - %1 and %2 - %1 y %2 - %1 behind %1 detrás @@ -381,14 +225,7 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> La billetera está encriptada y bloqueada recientemente - - - ClientModel - - Network Alert - Alerta de red - - + CoinControlDialog @@ -407,10 +244,6 @@ Amount: Monto: - - Priority: - Prioridad: - Fee: Comisión: @@ -459,139 +292,7 @@ Confirmed Confirmado - - Priority - Prioridad - - - Copy address - Copiar dirección - - - Copy label - Copiar etiqueta - - - Copy amount - Copiar monto - - - Copy transaction ID - Copiar ID de la transacción - - - Lock unspent - Bloqueo no gastado - - - Unlock unspent - Desbloqueo no gastado - - - Copy quantity - Copiar cantidad - - - Copy fee - Copiar comisión - - - Copy bytes - Copiar bytes - - - Copy priority - Copiar prioridad - - - Copy dust - Copiar dust - - - Copy change - Copiar cambio - - - highest - Más alto - - - higher - superior - - - high - alto - - - medium-high - medio-alto - - - medium - medio - - - low-medium - bajo-medio - - - low - bajo - - - lower - inferior - - - lowest - más bajo - - - (%1 locked) - (%1 bloqueado) - - - none - ninguno - - - Can vary +/- %1 satoshi(s) per input. - Puede variar +/- %1 satoshi(s) por entrada. - - - yes - si - - - no - no - - - This means a fee of at least %1 per kB is required. - Esto significa que se requiere al menos de una comisión de %1 por kB - - - Can vary +/- 1 byte per input. - Puede variar +/- 1 byte por entrada. - - - Transactions with higher priority are more likely to get included into a block. - Transacciones con mayor prioridad son más probables de ser incluidas en un bloque. - - - (no label) - (sin etiqueta) - - - change from %1 (%2) - Cambio desde %1 (%2) - - - (change) - (cambio) - - + EditAddressDialog @@ -614,39 +315,7 @@ &Address &Dirección - - New receiving address - Nueva dirección de recibo - - - New sending address - Nueva dirección de envío - - - Edit receiving address - Editar dirección de envío - - - Edit sending address - Editar dirección de envío - - - The entered address "%1" is already in the address book. - La dirección introducida "%1" ya está en el libro de direcciones. - - - The entered address "%1" is not a valid Bitcoin address. - La dirección introducida "%1" no es una dirección Blackcoin válida. - - - Could not unlock wallet. - No se pudo desbloquear la billetera. - - - New key generation failed. - Creación de la nueva llave fallida - - + FreespaceChecker @@ -672,10 +341,6 @@ HelpMessageDialog - - Bitcoin Core - Blackcoin More - version versión @@ -684,10 +349,6 @@ (%1-bit) (%1-bit) - - About Bitcoin Core - Acerca de Blackcoin More - Command-line options Opciones de línea de comandos @@ -703,10 +364,6 @@ Intro - - Bitcoin Core will download and store a copy of the Bitcoin block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Blackcoin More descargará y almacenará una copia de la cadena de bloques Blackcoin. Al menos %1GB de datos serán almacenados en este directorio, y crecerá con el tiempo. La billetera será también almacenada en este directorio. - Use the default data directory Usar el directorio de datos por defecto @@ -715,10 +372,6 @@ Use a custom data directory: Usa un directorio de datos personalizado: - - Bitcoin Core - Blackcoin More - Error: Specified data directory "%1" cannot be created. Error: Directorio de datos especificado "%1" no puede ser creado. @@ -728,6 +381,9 @@ Error + + ModalOverlay + OpenURIDialog @@ -746,11 +402,7 @@ Select payment request file Seleccionar archivo de solicitud de pago - - Select payment request file to open - Seleccionar archivo de solicitud de pago para abrir - - + OptionsDialog @@ -761,10 +413,18 @@ &Main &Main + + &Network + &Red + W&allet Billetera + + Expert + Experto + none ninguno @@ -772,6 +432,14 @@ OverviewPage + + Available: + Disponible: + + + Pending: + Pendiente: + PaymentServer @@ -785,6 +453,13 @@ Amount Monto + + %1 and %2 + %1 y %2 + + + + QObject::QObject QRImageWidget @@ -795,6 +470,14 @@ &Information Información + + In: + Entrada: + + + Out: + Salida: + ReceiveCoinsDialog @@ -807,51 +490,19 @@ &Etiqueta: - Copy label - Copiar etiqueta + Show + Mostrar - - Copy amount - Copiar monto - - + ReceiveRequestDialog Copy &Address &Copiar Dirección - - Address - Dirección - - - Amount - Monto - - - Label - Etiqueta - RecentRequestsTableModel - - Date - Fecha - - - Label - Etiqueta - - - Amount - Monto - - - (no label) - (sin etiqueta) - SendCoinsDialog @@ -867,10 +518,6 @@ Amount: Monto: - - Priority: - Prioridad: - Fee: Comisión: @@ -883,38 +530,6 @@ Dust: Polvo: - - Copy quantity - Copiar cantidad - - - Copy amount - Copiar monto - - - Copy fee - Copiar comisión - - - Copy bytes - Copiar bytes - - - Copy priority - Copiar prioridad - - - Copy change - Copiar cambio - - - (no label) - (sin etiqueta) - - - Copy dust - Copiar dust - SendCoinsEntry @@ -927,6 +542,9 @@ &Etiqueta: + + SendConfirmationDialog + ShutdownWindow @@ -935,85 +553,21 @@ SplashScreen - - Bitcoin Core - Blackcoin More - TrafficGraphWidget TransactionDesc - - Date - Fecha - - - Transaction - Transacción - - - Amount - Monto - TransactionDescDialog TransactionTableModel - - Date - Fecha - - - Label - Etiqueta - TransactionView - - Copy address - Copiar dirección - - - Copy label - Copiar etiqueta - - - Copy amount - Copiar monto - - - Copy transaction ID - Copiar ID de la transacción - - - Exporting Failed - Exportación fallida - - - Comma separated file (*.csv) - Archivo separado por comas (*.csv) - - - Confirmed - Confirmado - - - Date - Fecha - - - Label - Etiqueta - - - Address - Dirección - UnitDisplayStatusBarControl @@ -1026,31 +580,7 @@ WalletView - - &Export - &Exportar - - - Export the data in the current tab to a file - Exportar los datos en la pestaña actual a un archivo - - - Backup Failed - Copia de seguridad fallida - - - There was an error trying to save the wallet data to %1. - Hubo un error intentando guardar los datos de la billetera al %1 - - - The wallet data was successfully saved to %1. - Los datos de la billetera fueron guardados exitosamente al %1 - - - Backup Successful - Copia de seguridad completada - - + bitcoin-core @@ -1077,6 +607,10 @@ Run in the background as a daemon and accept commands Correr en segundo plano como daemon y aceptar comandos + + Bitcoin Core + Blackcoin More + Bind to given address and always listen on it. Use [host]:port notation for IPv6 Enlazar dirección dada y siempre escuchar en ella. Usar [host]:port notación para IPv6 @@ -1085,10 +619,6 @@ Delete all wallet transactions and only recover those parts of the blockchain through -rescan on startup Borrar todas las transacciones de la billetera y solo recuperar aquellas partes de la cadena de bloques a través de -rescan en el inicio del sistema. - - Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. - Distribuido bajo la licensia de software MIT, ver el archivo adjunto COPYING o <http://www.opensource.org/licenses/mit-license.php>. - Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) Ejecutar comando cuando una transacción de la billetera cambia (%s en cmd es reemplazado por TxID) @@ -1097,26 +627,6 @@ Set the number of script verification threads (%u to %d, 0 = auto, <0 = leave that many cores free, default: %d) Fija el número de verificación de hilos de script (%u a %d, 0 = auto, <0 = leave that many cores free, default: %d) - - This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - Esta es una compilación de prueba pre-lanzamiento - use bajo su propio riesgo - no utilizar para aplicaciones de minería o mercantes - - - Unable to bind to %s on this computer. Bitcoin Core is probably already running. - Deshabilitar para enlezar a %s en esta computadora. Blackcoin More probablemente ya está ejecutándose. - - - Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. - Aviso: ¡La red no parece estar totalmente de acuerdo! Algunos mineros parecen estar teniendo inconvenientes. - - - Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. - Aviso: ¡No parecen estar totalmente de acuerdo con nuestros compañeros! Puede que tengas que actualizar, u otros nodos tengan que actualizarce. - - - 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. - Aviso: wallet.dat está corrupto, ¡datos salvados! wallet.dat original guardado como wallet.{timestamp}.bak en %s; si tus transacciones o balance está incorrecto deberías restaurarlo desde una copia de seguridad. - Information Información diff --git a/src/qt/locale/bitcoin_et.ts b/src/qt/locale/bitcoin_et.ts index 0d35b81a0..fe8cff288 100644 --- a/src/qt/locale/bitcoin_et.ts +++ b/src/qt/locale/bitcoin_et.ts @@ -1,6 +1,10 @@ AddressBookPage + + Right-click to edit address or label + Paremkliki aadressi või sildi muutmiseks + Create a new address Loo uus aadress @@ -21,10 +25,6 @@ C&lose S&ulge - - &Copy Address - &Kopeeri Aadress - Delete the currently selected address from the list Kustuta märgistatud aadress loetelust @@ -41,36 +41,68 @@ &Delete &Kustuta + + Choose the address to send coins to + Vali aadress millele mündid saata + + + Choose the address to receive coins with + Vali aadress müntide vastuvõtmiseks + C&hoose V&ali + + Sending addresses + Saatvad aadressid + + + Receiving addresses + Vastuvõtvad aadressid + These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - Need on sinu Blackcoini aadressid maksete saatmiseks. Müntide saatmisel kontrolli alati summat ning saaja aadressi. + Need on sinu Blackcoin aadressid maksete saatmiseks. Ennem müntide saatmist kontrolli alati summat ja makse saaja aadressi. + + + These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + Need on sinu Blackcoin aadressid sisenevate maksete vastu võtmiseks. Soovitav on iga tehingu tarbeks kasutada uut aadressi. + + + &Copy Address + &Kopeeri Aadress Copy &Label - &Märgise kopeerimine + Kopeeri &Silt &Edit &Muuda + + Export Address List + Ekspordi Aadresside Nimekiri + Comma separated file (*.csv) - Komaeraldatud fail (*.csv) + Komadega eraldatud väärtuste fail (*.csv) Exporting Failed - Eksportimine Ebaõnnestus + Eksport ebaõnnestus. - + + There was an error trying to save the address list to %1. Please try again. + Tõrge aadressi nimekirja salvestamisel %1. Palun proovi uuesti. + + AddressTableModel Label - Silt + Märge Address @@ -78,7 +110,7 @@ (no label) - (silti pole) + (märge puudub) @@ -99,49 +131,49 @@ Repeat new passphrase Korda salafraasi + + 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>. + Sisesta uus salafraas rahakotti.<br/>Kasuta salafraasi millles on<b>kümme või rohkem juhuslikku sümbolit<b>,või<b>kaheksa või rohkem sõna<b/>. + Encrypt wallet Krüpteeri rahakott This operation needs your wallet passphrase to unlock the wallet. - See toiming nõuab sinu rahakoti salafraasi. + Antud operatsioon vajab rahakoti lahtilukustamiseks salafraasi. Unlock wallet - Tee rahakott lukust lahti. + Ava rahakoti lukk This operation needs your wallet passphrase to decrypt the wallet. - See toiming nõuab sinu rahakoti salafraasi. + Antud operatsioon vajab rahakoti dekrüpteerimiseks salafraasi. Decrypt wallet - Dekrüpteeri rahakott. + Dekrüpteeri rahakott Change passphrase - Muuda salafraasi + Vaheta salafraasi + + + Enter the old passphrase and new passphrase to the wallet. + Sisesta vana salafraas ja uus salafraas rahakotti. Confirm wallet encryption - Kinnita rahakoti krüpteering + Kinnita rahakoti krüpteerimine. Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! - Hoiatus: Kui sa kaotad oma, rahakoti krüpteerimisel kasutatud, salafraasi, siis <b>KAOTAD KA KÕIK OMA BLACKCOINID</b>! + Hoiatus:Kui sa krüpteerid oma rahakoti ja kaotad salafraasi, siis sa<b>KAOTAD OMA BITCOINID</b>! Are you sure you wish to encrypt your wallet? - Kas soovid oma rahakoti krüpteerida? - - - 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. - TÄHTIS: Kõik varasemad rahakoti varundfailid tuleks üle kirjutada äsja loodud krüpteeritud rahakoti failiga. Turvakaalutlustel tühistatakse krüpteerimata rahakoti failid alates uue, krüpteeritud rahakoti, kasutusele võtust. - - - Warning: The Caps Lock key is on! - Hoiatus: Caps Lock on sisse lülitatud! + Kas oled kindel, et soovid rahakoti krüpteerida? Wallet encrypted @@ -149,35 +181,43 @@ Wallet encryption failed - Tõrge rahakoti krüpteerimisel + Rahakoti krüpteerimine ebaõnnestus Wallet encryption failed due to an internal error. Your wallet was not encrypted. - Rahakoti krüpteering ebaõnnestus tõrke tõttu. Sinu rahakotti ei krüpteeritud. + Rahakoti krüpteerimine ebaõnnestus sisemise tõrke tõttu. Sinu rahakott ei ole krüpteeritud. The supplied passphrases do not match. - Salafraasid ei kattu. + Sisestatud salafraasid ei kattu. Wallet unlock failed - Rahakoti avamine ebaõnnestus + Rahakoti lahtilukustamine ebaõnnestus The passphrase entered for the wallet decryption was incorrect. - Rahakoti salafraas ei ole õige. + Rahakoti dekrüpteerimiseks sisestatud salafraas ei ole õige. Wallet decryption failed - Rahakoti dekrüpteerimine ei õnnestunud + Rahakoti dekrüpteerimine ebaõnnestus Wallet passphrase was successfully changed. - Rahakoti salafraasi muutmine õnnestus. + Rahakoti salafraas on edukalt vahetatud. + + + Warning: The Caps Lock key is on! + Hoiatus:Klaviatuuri suurtähelukk on peal. BanTableModel + + IP/Netmask + IP/Võrgumask + BitcoinGUI @@ -213,6 +253,10 @@ Quit application Väljumine + + &About %1 + &Teave %1 + About &Qt Teave &Qt kohta @@ -241,10 +285,6 @@ Open &URI... Ava &URI... - - Importing blocks from disk... - Impordi blokid kettalt... - Reindexing blocks on disk... Kettal olevate blokkide re-indekseerimine... @@ -263,7 +303,7 @@ &Debug window - &Debugimise aken + &Silumise aken Open debugging and diagnostic console @@ -287,7 +327,7 @@ &Receive - &Saama + &Võta vastu &Show / Hide @@ -326,36 +366,32 @@ Vahelehe tööriistariba - Bitcoin Core - Blackcoini tuumik + Request payments (generates QR codes and bitcoin: URIs) + Loo maksepäring (genereerib QR koodid ja blackcoini: URId) - &About Bitcoin Core - Kirjeldus Blackcoini Tuumast + Open a bitcoin: URI or payment request + Ava blackcoini: URI või maksepäring &Command-line options Käsurea valikud - %n hour(s) - %n tund%n tundi - - - %n day(s) - %n päev%n päeva - - - %n week(s) - %n nädal%n nädalat + %n active connection(s) to Bitcoin network + %n aktiivne ühendus Blackcoini võrku%n aktiivset ühendust Blackcoini võrku - %1 and %2 - %1 ja %2 + Indexing blocks on disk... + Kõvakettal olevate plokkide indekseerimine... + + + Processing blocks on disk... + Kõvakettal olevate plokkide töötlemine... - %n year(s) - %n aasta%n aastat + Processed %n block(s) of transaction history. + Töödeldud %n plokk transaktsioonide ajaloost.Töödeldud %n plokki transaktsioonide ajaloost. %1 behind @@ -385,9 +421,13 @@ Up to date Ajakohane + + %1 client + %1 klient + Catching up... - Jõuan... + Jõuan järgi... Date: %1 @@ -435,20 +475,17 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> Rahakott on <b>krüpteeritud</b> ning hetkel <b>suletud</b> - - - ClientModel - - Network Alert - Võrgu Häire - - + CoinControlDialog Quantity: Kogus: + + Bytes: + Baiti: + Amount: Summa: @@ -457,25 +494,57 @@ Fee: Tasu: + + Dust: + Puru: + + + After Fee: + Peale tehingutasu: + + + Change: + Vahetusraha: + + + Tree mode + Puu režiim + + + List mode + Loetelu režiim + Amount Kogus + + Received with label + Vastuvõetud märgisega + + + Received with address + Vastuvõetud aadressiga + Date Kuupäev + + Confirmations + Kinnitused + Confirmed Kinnitatud Copy address - Aadressi kopeerimine + Kopeeri aadress Copy label - Märgise kopeerimine + Kopeeri märgis Copy amount @@ -485,37 +554,25 @@ Copy transaction ID Kopeeri tehingu ID + + Copy quantity + Kopeeri kogus + Copy fee - Kopeeri tasu + Kopeeri tehingutasu - highest - kõrgeim + Copy bytes + Kopeeri baidid - higher - kõrgem + Copy dust + Kopeeri puru - high - kõrge - - - medium - keskmine - - - low - madal - - - lower - madalam - - - lowest - madalaim + Copy change + Kopeeri vahetusraha (%1 locked) @@ -531,9 +588,13 @@ (no label) - (silti pole) + (märgis puudub) - + + (change) + (vahetusraha) + + EditAddressDialog @@ -550,35 +611,35 @@ New receiving address - Uus sissetulev aadress + Uus vastu võttev aadress New sending address - Uus väljaminev aadress + Uus saatev aadress Edit receiving address - Sissetulevate aadresside muutmine + Muuda vastuvõtvat aadressi Edit sending address - Väljaminevate aadresside muutmine - - - The entered address "%1" is already in the address book. - Selline aadress on juba olemas: "%1" + Muuda saatvat aadressi The entered address "%1" is not a valid Bitcoin address. - Sisestatud aadress "%1" ei ole Blackcoinis kehtiv. + Sisestatud aadress "%1" ei ole korrektne Blackcoin aadress. + + + The entered address "%1" is already in the address book. + Sisestatud aadress "%1" on juba aadressi raamatus. Could not unlock wallet. - Rahakotti ei avatud + Rahakoti lahtilukustamine ebaõnnestus. New key generation failed. - Tõrge uue võtme loomisel. + Uue võtme genereerimine ebaõnnestus. @@ -590,18 +651,10 @@ HelpMessageDialog - - Bitcoin Core - Blackcoin More - version versioon - - About Bitcoin Core - Kirjeldus Blackcoin More - Command-line options Käsurea valikud @@ -614,6 +667,14 @@ command-line options käsurea valikud + + UI Options: + Kasutajaliidese Suvandid: + + + Show splash screen on startup (default: %u) + Käivitamisel kuva laadimisekraani (vaikimisi %u) + Intro @@ -621,15 +682,26 @@ Welcome Teretulemast - - Bitcoin Core - Blackcoin More - Error Tõrge + + ModalOverlay + + Form + Vorm + + + Last block time + Viimane ploki aeg + + + Hide + Peida + + OpenURIDialog @@ -640,7 +712,15 @@ URI: URI: - + + Select payment request file + Vali maksepäringu fail + + + Select payment request file to open + Vali maksepäringu fail mida avada + + OptionsDialog @@ -695,10 +775,26 @@ Port of the proxy (e.g. 9050) Proxi port (nt 9050) + + IPv4 + IPv4 + + + IPv6 + IPv6 + + + Tor + Tor + &Window &Aken + + Hide tray icon + Peida tegumiriba ikoon + Show only a tray icon after minimizing the window. Minimeeri systray alale. @@ -739,6 +835,10 @@ default vaikeväärtus + + none + puudub + Confirm options reset Kinnita valikute algseadistamine @@ -758,6 +858,10 @@ The displayed information may be out of date. Your wallet automatically synchronizes with the Bitcoin network after a connection is established, but this process has not completed yet. Kuvatav info ei pruugi olla ajakohane. Ühenduse loomisel süngitakse sinu rahakott automaatselt Bitconi võrgustikuga, kuid see toiming on hetkel lõpetamata. + + Pending: + Ootel: + Immature: Ebaküps: @@ -766,6 +870,10 @@ Mined balance that has not yet matured Mitte aegunud mine'itud jääk + + Total: + Kokku: + Recent transactions Hiljutised tehingud @@ -774,12 +882,20 @@ PaymentServer - URI handling - URI käsitsemine + Payment request error + Maksepäringu tõrge - Cannot start bitcoin: click-to-pay handler - Blackcoin ei käivitu: vajuta-maksa toiming + Payment request rejected + Maksepäring tagasi lükatud + + + Payment request expired. + Maksepäring aegunud. + + + Unverified payment requests to custom payment scripts are unsupported. + Kinnitamata maksepäringud kohandatud makse scriptidele ei ole toetatud. @@ -795,20 +911,43 @@ N/A N/A + + %1 ms + %1 ms + + + %n hour(s) + %n tund%n tundi + + + %n day(s) + %n päev%n päeva + + + %n week(s) + %n nädal%n nädalat + + + %1 and %2 + %1 ja %2 + + + %n year(s) + %n aasta%n aastat + + + + QObject::QObject QRImageWidget Save QR Code - Salvesta QR kood + Salvesta QR Kood RPCConsole - - Client name - Kliendi nimi - N/A N/A @@ -830,8 +969,8 @@ Üldine - Using OpenSSL version - Kasutan OpenSSL versiooni + Using BerkeleyDB version + Kasutab BerkeleyDB versiooni Startup time @@ -857,6 +996,10 @@ Current number of blocks Plokkide hetkearv + + Memory usage + Mälu kasutus + Received Vastuvõetud @@ -873,6 +1016,14 @@ Version Versioon + + Synced Headers + Sünkroniseeritud Päised + + + Synced Blocks + Sünkroniseeritud Plokid + Services Teenused @@ -889,13 +1040,9 @@ &Console &Konsool - - Build date - Valmistusaeg - Debug log file - Debugimise logifail + Silumise logifail Clear console @@ -925,7 +1072,27 @@ %1 GB %1 GB - + + Inbound + Sisenev + + + Outbound + Väljuv + + + Yes + Jah + + + No + Ei + + + Unknown + Teadmata + + ReceiveCoinsDialog @@ -940,6 +1107,10 @@ &Message: &Sõnum: + + Clear all fields of the form. + Puhasta kõik vormi väljad. + Show Näita @@ -950,7 +1121,7 @@ Copy label - Märgise kopeerimine + Kopeeri märgis Copy message @@ -963,17 +1134,25 @@ ReceiveRequestDialog + + QR Code + QR Kood + Copy &Address &Kopeeri Aadress + + Payment information + Makse Informatsioon + Address Aadress Amount - Kogus + Summa Label @@ -985,13 +1164,9 @@ Resulting URI too long, try to reduce the text for label / message. - Tulemuseks on liiga pikk URL, püüa lühendada märgise/teate teksti. + URI liiga pikk, proovi vähendada märke / sõnumi pikkust. - - Error encoding URI into QR Code. - Tõrge URI'st QR koodi loomisel - - + RecentRequestsTableModel @@ -1006,29 +1181,29 @@ Message Sõnum - - Amount - Kogus - (no label) - (silti pole) + (märge puudub) (no message) (sõnum puudub) - - (no amount) - (summa puudub) - - + SendCoinsDialog Send Coins Müntide saatmine + + Inputs... + Sisendid... + + + automatically selected + automaatselt valitud + Insufficient funds! Liiga suur summa @@ -1037,6 +1212,10 @@ Quantity: Kogus: + + Bytes: + Baiti: + Amount: Summa: @@ -1045,6 +1224,14 @@ Fee: Tasu: + + After Fee: + Peale tehingutasu: + + + Change: + Vahetusraha: + Transaction Fee: Tehingu tasu: @@ -1053,6 +1240,10 @@ Choose... Vali... + + per kilobyte + kilobaidi kohta + Hide Peida @@ -1077,6 +1268,14 @@ Add &Recipient Lisa &Saaja + + Clear all fields of the form. + Puhasta kõik vormi väljad. + + + Dust: + Puru: + Clear &All Puhasta &Kõik @@ -1094,8 +1293,8 @@ S&aada - Confirm send coins - Müntide saatmise kinnitamine + Copy quantity + Kopeeri kogus Copy amount @@ -1103,29 +1302,49 @@ Copy fee - Kopeeri tasu + Kopeeri tehingutasu + + + Copy bytes + Kopeeri baidid + + + Copy dust + Kopeeri puru + + + Copy change + Kopeeri vahetusraha + + + Are you sure you want to send? + Oled kindel, et soovid saata? + + + added as transaction fee + lisatud kui tehingutasu or või - The amount to pay must be larger than 0. - Makstav summa peab olema suurem kui 0. + The recipient address is not valid. Please recheck. + Saaja aadress ei ole korrektne. Palun kontrolli üle. - The amount exceeds your balance. - Summa ületab jäägi. + Payment request expired. + Maksepäring aegunud. - The total exceeds your balance when the %1 transaction fee is included. - Summa koos tehingu tasuga %1 ületab sinu jääki. + Warning: Invalid Bitcoin address + Hoiatus: Ebakorrektne Blackcoin aadress (no label) - (silti pole) + (märgis puudub) - + SendCoinsEntry @@ -1136,14 +1355,14 @@ Pay &To: Maksa &: - - Enter a label for this address to add it to your address book - Aadressiraamatusse sisestamiseks märgista aadress - &Label: &Märgis + + Choose previously used address + Vali eelnevalt kasutatud aadress + Alt+A Alt+A @@ -1156,6 +1375,10 @@ Alt+P Alt+P + + S&ubtract fee from amount + L&ahuta tehingutasu summast + Message: Sõnum: @@ -1165,9 +1388,24 @@ Maksa : + + SendConfirmationDialog + + Yes + Jah + + ShutdownWindow - + + %1 is shutting down... + %1 lülitub välja... + + + Do not shut down the computer until this window disappears. + Ära lülita arvutit välja ennem kui see aken on kadunud. + + SignVerifyMessageDialog @@ -1178,6 +1416,14 @@ &Sign Message &Allkirjastamise teade + + The Bitcoin address to sign the message with + Blackcoin aadress millega sõnum allkirjastada + + + Choose previously used address + Vali eelnevalt kasutatud aadress + Alt+A Alt+A @@ -1222,6 +1468,10 @@ &Verify Message &Kinnita Sõnum + + The Bitcoin address the message was signed with + Blackcoin aadress millega sõnum on allkirjastatud + Verify the message to ensure it was signed with the specified Bitcoin address Kinnita sõnum tõestamaks selle allkirjastatust määratud Blackcoini aadressiga. @@ -1236,67 +1486,55 @@ Click "Sign Message" to generate signature - Signatuuri genereerimiseks vajuta "Allkirjasta Sõnum" + Allkirja loomiseks vajuta "Allkirjasta Sõnum" The entered address is invalid. - Sisestatud aadress ei kehti. + Sisestatud aadress ei ole korrektne Please check the address and try again. - Palun kontrolli aadressi ning proovi uuesti. - - - The entered address does not refer to a key. - Sisestatud aadress ei viita võtmele. + Palun kontrolli aadressi ja proovi uuesti. Wallet unlock was cancelled. - Rahakoti avamine katkestati. + Rahakoti lahtilukustamine on katkestatud. Private key for the entered address is not available. - Sisestatud aadressi privaatvõti ei ole saadaval. + Sisestatud aadressi privaatvõti pole saadaval. Message signing failed. - Sõnumi signeerimine ebaõnnestus. + Sõnumi allkirjastamine ebaõnnestus. Message signed. - Sõnum signeeritud. + Sõnum allkirjastatud The signature could not be decoded. - Signatuuri ei õnnestunud dekodeerida. + Allkirja polnud võimalik dekodeerida. Please check the signature and try again. - Palun kontrolli signatuuri ning proovi uuesti. + Palun kontrolli allkirja ja proovi uuesti. The signature did not match the message digest. - Signatuur ei kattunud sõnumi kokkuvõttega. + Allkiri ei vastanud sõnumi krüptoräsile. Message verification failed. - Sõnumi kontroll ebaõnnestus. + Sõnumi verifitseerimine ebaõnnestus. Message verified. - Sõnum kontrollitud. + Sõnum verifitseeritud. SplashScreen - - Bitcoin Core - Blackcoini tuumik - - - The Bitcoin Core developers - Blackcoin More arendajad - [testnet] [testnet] @@ -1311,14 +1549,6 @@ TransactionDesc - - Open until %1 - Avatud kuni %1 - - - %1/offline - %1/offline'is - %1/unconfirmed %1/kinnitamata @@ -1329,55 +1559,27 @@ Status - Staatus + Olek Date Kuupäev - - Source - Allikas - Generated Genereeritud - - From - Saatja - - - To - Saaja - - - own address - oma aadress - label märgis - - Credit - Krediit - not accepted - mitte aktsepteeritud - - - Debit - Deebet + pole vastu võetud Transaction fee - Tehingu tasu - - - Net amount - Neto summa + Tehingutasu Message @@ -1388,16 +1590,8 @@ Kommentaar - Transaction ID - Tehingu ID - - - Debug information - Debug'imise info - - - Transaction - Tehing + Merchant + Kaupleja Inputs @@ -1405,36 +1599,24 @@ Amount - Kogus + Summa true - õige + tõene false - vale - - - , has not been successfully broadcast yet - , veel esitlemata - - - unknown - tundmatu + väär TransactionDescDialog - - Transaction details - Tehingu üksikasjad - This pane shows a detailed description of the transaction Paan kuvab tehingu detailid - + TransactionTableModel @@ -1445,67 +1627,19 @@ Type Tüüp - - Open until %1 - Avatud kuni %1 - - - Confirmed (%1 confirmations) - Kinnitatud (%1 kinnitust) - - - This block was not received by any other nodes and will probably not be accepted! - Antud klotsi pole saanud ükski osapool ning tõenäoliselt seda ei aktsepteerita! - - - Generated but not accepted - Loodud, kuid aktsepteerimata - Label Silt - Received with - Saadud koos + Unconfirmed + Kinnitamata - Received from - Kellelt saadud + (no label) + (silt puudub) - - Sent to - Saadetud - - - Payment to yourself - Makse iseendale - - - Mined - Mine'itud - - - (n/a) - (n/a) - - - Transaction status. Hover over this field to show number of confirmations. - Tehingu staatus. Kinnituste arvu kuvamiseks liigu hiire noolega selle peale. - - - Date and time that the transaction was received. - Tehingu saamise kuupäev ning kellaaeg. - - - Type of transaction. - Tehingu tüüp. - - - Amount removed from or added to balance. - Jäägile lisatud või eemaldatud summa. - - + TransactionView @@ -1518,11 +1652,11 @@ This week - Jooksev nädal + Käesolev nädal This month - Jooksev kuu + Käesolev kuu Last month @@ -1530,47 +1664,23 @@ This year - Jooksev aasta + Käesolev aasta Range... - Ulatus... - - - Received with - Saadud koos - - - Sent to - Saadetud - - - To yourself - Iseendale - - - Mined - Mine'itud - - - Other - Muu - - - Enter address or label to search - Otsimiseks sisesta märgis või aadress + Vahemik... Min amount - Vähim summa + Minimaalne summa Copy address - Aadressi kopeerimine + Kopeeri aadress Copy label - Märgise kopeerimine + Kopeeri märgis Copy amount @@ -1580,25 +1690,9 @@ Copy transaction ID Kopeeri tehingu ID - - Edit label - Märgise muutmine - - - Show transaction details - Kuva tehingu detailid - - - Exporting Failed - Eksportimine Ebaõnnestus - Comma separated file (*.csv) - Komaeraldatud fail (*.csv) - - - Confirmed - Kinnitatud + Komadega eraldatud väärtuste fail (*.csv) Date @@ -1621,14 +1715,10 @@ ID - Range: - Ulatus: + Exporting Failed + Eksport ebaõnnestus. - - to - saaja - - + UnitDisplayStatusBarControl @@ -1637,38 +1727,10 @@ WalletModel - - Send Coins - Müntide saatmine - - + WalletView - - &Export - &Ekspordi - - - Export the data in the current tab to a file - Ekspordi kuvatava vahelehe sisu faili - - - Backup Wallet - Varundatud Rahakott - - - Wallet Data (*.dat) - Rahakoti andmed (*.dat) - - - Backup Failed - Varundamine nurjus - - - Backup Successful - Varundamine õnnestus - - + bitcoin-core @@ -1696,8 +1758,8 @@ Tööta taustal ning aktsepteeri käsklusi - Accept connections from outside (default: 1 if no -proxy or -connect) - Luba välisühendusi (vaikeväärtus: 1 kui puudub -proxy või -connect) + Bitcoin Core + Blackcoin More Bind to given address and always listen on it. Use [host]:port notation for IPv6 @@ -1707,22 +1769,10 @@ Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) Käivita käsklus, kui rahakoti tehing muutub (%s cmd's muudetakse TxID'ks) - - This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - See on test-versioon - kasutamine omal riisikol - ära kasuta mining'uks ega kaupmeeste programmides - - - 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. - Hoiatus: toimus wallet.dat faili andmete päästmine! Originaal wallet.dat nimetati kaustas %s ümber wallet.{ajatempel}.bak'iks, jäägi või tehingute ebakõlade puhul tuleks teha backup'ist taastamine. - Block creation options: Blokeeri loomise valikud: - - Connect only to the specified node(s) - Ühendu ainult määratud node'i(de)ga - Corrupted block database detected Tuvastati vigane bloki andmebaas @@ -1771,26 +1821,10 @@ (default: %u) (vaikimisi: %u) - - Cannot resolve -whitebind address: '%s' - Tundmatu -whitebind aadress: '%s' - Information Informatsioon - - Invalid amount for -maxtxfee=<amount>: '%s' - -maxtxfee=<amount> jaoks vigane kogus: '%s' - - - Invalid amount for -minrelaytxfee=<amount>: '%s' - -minrelaytxfee=<amount> jaoks vigane kogus: '%s' - - - Invalid amount for -mintxfee=<amount>: '%s' - -mintxfee=<amount> jaoks vigane kogus: '%s' - RPC server options: RPC serveri valikud: @@ -1827,10 +1861,6 @@ Warning Hoiatus - - wallet.dat corrupt, salvage failed - wallet.dat fail on katki, päästmine ebaõnnestus - Password for JSON-RPC connections JSON-RPC ühenduste salasõna @@ -1839,10 +1869,6 @@ Execute command when the best block changes (%s in cmd is replaced by block hash) Käivita käsklus, kui parim plokk muutub (käskluse %s asendatakse ploki hash'iga) - - This help message - Käesolev abitekst - Allow DNS lookups for -addnode, -seednode and -connect -addnode, -seednode ja -connect tohivad kasutada DNS lookup'i @@ -1851,18 +1877,10 @@ Loading addresses... Aadresside laadimine... - - Error loading wallet.dat: Wallet corrupted - Viga wallet.dat käivitamisel. Vigane rahakkott - (default: %s) (vaikimisi: %s) - - Error loading wallet.dat - Viga wallet.dat käivitamisel - Invalid -proxy address: '%s' Vigane -proxi aadress: '%s' @@ -1871,18 +1889,6 @@ Unknown network specified in -onlynet: '%s' Kirjeldatud tundmatu võrgustik -onlynet'is: '%s' - - Cannot resolve -bind address: '%s' - Tundmatu -bind aadress: '%s' - - - Cannot resolve -externalip address: '%s' - Tundmatu -externalip aadress: '%s' - - - Invalid amount for -paytxfee=<amount>: '%s' - -paytxfee=<amount> jaoks vigane kogus: '%s' - Insufficient funds Liiga suur summa diff --git a/src/qt/locale/bitcoin_et_EE.ts b/src/qt/locale/bitcoin_et_EE.ts new file mode 100644 index 000000000..e49f38f95 --- /dev/null +++ b/src/qt/locale/bitcoin_et_EE.ts @@ -0,0 +1,779 @@ + + + AddressBookPage + + Create a new address + Loo uus aadress + + + &New + &Uus + + + &Copy + &Kopeeri + + + Delete the currently selected address from the list + Kustuta valitud aadress nimekirjast + + + &Delete + &Kustuta + + + &Edit + &Muuda + + + + AddressTableModel + + Label + Silt + + + Address + Aadress + + + (no label) + (silt puudub) + + + + AskPassphraseDialog + + Enter passphrase + Sisesta parool + + + New passphrase + Uus parool + + + Repeat new passphrase + Korda uut parooli + + + Encrypt wallet + Krüpteeri rahakott + + + Decrypt wallet + Dekrüpteeri rahakott + + + Change passphrase + Muuda parooli + + + Are you sure you wish to encrypt your wallet? + Kas oled kindel, et soovid rahakoti krüpteerida? + + + Wallet encrypted + Rahakott krüpteeritud + + + Wallet encryption failed + Rahakoti krüpteerimine ebaõnnestus + + + Wallet encryption failed due to an internal error. Your wallet was not encrypted. + Rahakoti krüpteerimine ebaõnnestus sisemise vea tõttu. Sinu rahakotti ei krüpteeritud. + + + The supplied passphrases do not match. + Sisestatud paroolid ei kattu. + + + Wallet unlock failed + Rahakoti lahtilukustamine ebaõnnestus + + + Wallet decryption failed + Rahakoti dekrüpteerimine ebaõnnestus + + + Wallet passphrase was successfully changed. + Rahakoti parooli vahetus õnnestus. + + + + BanTableModel + + + BitcoinGUI + + Synchronizing with network... + Võrguga sünkroniseerimine... + + + &Overview + &Ülevaade + + + Quit application + Välju rakendusest + + + &Options... + &Valikud... + + + Open &URI... + Ava &URI... + + + Reindexing blocks on disk... + Kõvakettal olevate plokkide reindekseerimine... + + + Bitcoin + Blackcoin + + + Wallet + Rahakott + + + &Send + &Saada + + + &Show / Hide + &Näita / Peida + + + &File + &Fail + + + &Settings + &Seaded + + + &Help + &Abi + + + &Command-line options + &Käsurea valikud + + + %1 behind + %1 ajast maas + + + Transactions after this will not yet be visible. + Hilisemad transaktsioonid ei ole veel nähtavad. + + + Error + Viga + + + Warning + Hoiatus + + + Information + Informatsioon + + + + CoinControlDialog + + Amount: + Kogus + + + Amount + Kogus + + + Date + Kuupäev + + + Confirmations + Kinnitused + + + Confirmed + Kinnitatud + + + Copy address + Kopeeri aadress + + + Copy amount + Kopeeri kogus + + + Copy transaction ID + Kopeeri transaktsiooni ID + + + yes + jah + + + no + ei + + + (no label) + (silt puudub) + + + + EditAddressDialog + + &Address + &Aadress + + + New key generation failed. + Uue võtme genereerimine ebaõnnestus. + + + + FreespaceChecker + + name + nimi + + + + HelpMessageDialog + + version + versioon + + + Command-line options + Käsurea valikud + + + Usage: + Kasutus: + + + command-line options + käsurea valikud + + + + Intro + + Welcome + Tere tulemast + + + Error + Viga + + + + ModalOverlay + + + OpenURIDialog + + + OptionsDialog + + Options + Valikud + + + MB + MB + + + &Network + &Võrk + + + IPv4 + IPv4 + + + IPv6 + IPv6 + + + Tor + Tor + + + &OK + &OK + + + + OverviewPage + + Pending: + Ootel: + + + Total: + Kokku: + + + Recent transactions + Hiljutised transaktsioonid + + + + PaymentServer + + + PeerTableModel + + + QObject + + Amount + Kogus + + + + QObject::QObject + + + QRImageWidget + + &Save Image... + &Salvesta Pilt... + + + &Copy Image + &Kopeeri Pilt + + + Save QR Code + Salvesta QR Kood + + + + RPCConsole + + &Information + &Informatsioon + + + General + Üldine + + + Network + Võrk + + + Name + Nimi + + + Number of connections + Ühenduste arv + + + Block chain + Blokiahel + + + Memory usage + Mälu kasutus + + + Received + Vastu võetud + + + Sent + Saadetud + + + Direction + Suund + + + Version + Versioon + + + Services + Teenused + + + Ping Time + Pingi Aeg + + + &Network Traffic + &Võrgu Liiklus + + + Clear console + Puhasta konsool + + + never + mitte kunagi + + + Inbound + Sisenev + + + Outbound + Väljuv + + + Yes + Jah + + + No + Ei + + + + ReceiveCoinsDialog + + &Amount: + &Kogus: + + + &Message: + &Sõnum: + + + Remove + Eemalda + + + Copy message + Kopeeri sõnum + + + Copy amount + Kopeeri kogus + + + + ReceiveRequestDialog + + QR Code + QR Kood + + + &Save Image... + &Salvesta Pilt... + + + Address + Aadress + + + Amount + Kogus + + + Label + Silt + + + Message + Sõnum + + + + RecentRequestsTableModel + + Date + Kuupäev + + + Label + Silt + + + Message + Sõnum + + + (no label) + (silt puudub) + + + + SendCoinsDialog + + Amount: + Kogus + + + Choose... + Vali... + + + normal + normaalne + + + fast + kiire + + + Copy amount + Kopeeri kogus + + + (no label) + (silt puudub) + + + + SendCoinsEntry + + Alt+A + Alt+A + + + Alt+P + Alt+P + + + + SendConfirmationDialog + + Yes + Jah + + + + ShutdownWindow + + + SignVerifyMessageDialog + + Alt+A + Alt+A + + + Alt+P + Alt+P + + + Signature + Allkiri + + + Please check the address and try again. + Palun kontrolli aadressi ja proovi uuesti. + + + Message signed. + Sõnum allkirjastatud. + + + The signature could not be decoded. + Allkirja ei õnnestunud dekodeerida. + + + Please check the signature and try again. + Palun kontrolli allkirja ja proovi uuesti. + + + Message verification failed. + Sõnumi verifitseerimine ebaõnnestus. + + + Message verified. + Sõnum verifitseeritud. + + + + SplashScreen + + [testnet] + [test võrk] + + + + TrafficGraphWidget + + KB/s + KB/s + + + + TransactionDesc + + Status + Olek + + + Date + Kuupäev + + + Message + Sõnum + + + Comment + Kommentaar + + + Transaction ID + Transaktsiooni ID + + + Amount + Kogus + + + + TransactionDescDialog + + + TransactionTableModel + + Date + Kuupäev + + + Type + Tüüp + + + Label + Silt + + + (no label) + (silt puudub) + + + + TransactionView + + All + Kõik + + + Today + Täna + + + This month + Käimasolev kuu + + + Last month + Eelmine kuu + + + This year + Käimasolev aasta + + + Range... + Vahemik... + + + Copy address + Kopeeri aadress + + + Copy amount + Kopeeri summa + + + Copy transaction ID + Kopeeri transaktsiooni ID + + + Confirmed + Kinnitatud + + + Date + Kuupäev + + + Type + Tüüp + + + Label + Silt + + + Address + Aadress + + + ID + ID + + + Range: + Vahemik: + + + + UnitDisplayStatusBarControl + + + WalletFrame + + + WalletModel + + + WalletView + + Backup Wallet + Varunda Rahakott + + + Wallet Data (*.dat) + Rahakoti Andmed (*.dat) + + + Backup Failed + Varundamine Ebaõnnestus + + + + bitcoin-core + + Options: + Valikud: + + + Bitcoin Core + Blackcoin More + + + Information + Informatsioon + + + Warning + Hoiatus + + + Error + Viga + + + \ No newline at end of file diff --git a/src/qt/locale/bitcoin_eu_ES.ts b/src/qt/locale/bitcoin_eu_ES.ts index 070ec8cc1..5e8558f06 100644 --- a/src/qt/locale/bitcoin_eu_ES.ts +++ b/src/qt/locale/bitcoin_eu_ES.ts @@ -25,10 +25,6 @@ C&lose &Itxi - - &Copy Address - &Kopiatu helbidea - Delete the currently selected address from the list Ezabatu aukeratutako helbideak listatik @@ -73,6 +69,10 @@ These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. Hauek dira zure Blackcoin helbideak dirua jasotzeko. Gomendagarria da erabiltzea jasotzeko helbide berri bat operazio bakoitzeko. + + &Copy Address + &Kopiatu helbidea + Copy &Label Kopiatu &Etiketa @@ -161,24 +161,20 @@ Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! - Abisua: Zuk enkriptatzen baduzu zure diruzorroa eta zure pasahitza galtzen baduzu, <b>BLACKCOIN GUZTIAK GALDUKO DITUZU</b>! + Abisua: Zuk enkriptatzen baduzu zure diruzorroa eta zure pasahitza galtzen baduzu, <b>BITCOIN GUZTIAK GALDUKO DITUZU</b>! Are you sure you wish to encrypt your wallet? Seguru zaude nahi duzula zure diruzorroa enkriptatu? - Bitcoin Core will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - Blackcoin More orain itxiko da enkriptazio prozezua amaitzeko. Gogoratu enkriptatzean zure diruzorroa ez duzula guztiz babesten zure Blackcoinak lapurretatik infektatzen zure ordenagailua Malwareekin. + Wallet encrypted + Zorroa enkriptatuta 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. GARRANTZITSUA: Aurreko seguritate-kopiak ordeztuko dire berriekin, enkriptatutak. Segurtasun arrazoigaitik, aurreko kopiak ezin dira erabili hasiko zarenean zure diruzorro enkriptatu berriarekin. - - Wallet encrypted - Zorroa enkriptatuta - Wallet encryption failed Zorroaren enkriptazioak huts egin du @@ -297,9 +293,6 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> Zorroa <b>enkriptatuta</b> eta <b>blokeatuta</b> dago une honetan - - - ClientModel CoinControlDialog @@ -380,6 +373,13 @@ Intro + + ModalOverlay + + Form + Inprimakia + + OpenURIDialog @@ -410,6 +410,9 @@ Kopurua + + QObject::QObject + QRImageWidget @@ -472,10 +475,6 @@ Message Mezua - - Amount - Kopurua - (no label) (etiketarik ez) @@ -515,7 +514,7 @@ (no label) (etiketarik ez) - + SendCoinsEntry @@ -526,10 +525,6 @@ Pay &To: Ordaindu &honi: - - Enter a label for this address to add it to your address book - Sartu etiketa bat helbide honetarako, eta gehitu zure helbide-liburuan - &Label: &Etiketa: @@ -554,6 +549,13 @@ Pay To: Ordaindu honi: + + Enter a label for this address to add it to your address book + Sartu etiketa bat helbide honetarako, eta gehitu zure helbide-liburuan + + + + SendConfirmationDialog ShutdownWindow @@ -597,10 +599,18 @@ %1 confirmations %1 konfirmazioak + + , has not been successfully broadcast yet + , ez da arrakastaz emititu oraindik + Date Data + + unknown + ezezaguna + Message Mezua @@ -613,26 +623,14 @@ Amount Kopurua - - , has not been successfully broadcast yet - , ez da arrakastaz emititu oraindik - - - unknown - ezezaguna - - + TransactionDescDialog - - Transaction details - Transakzioaren xehetasunak - This pane shows a detailed description of the transaction Panel honek transakzioaren deskribapen xehea erakusten du - + TransactionTableModel @@ -643,6 +641,10 @@ Type Mota + + Label + Etiketa + Open until %1 Zabalik %1 arte @@ -659,10 +661,6 @@ Generated but not accepted Sortua, baina ez onartua - - Label - Etiketa - Received with Jasota honekin: @@ -683,6 +681,10 @@ (n/a) (n/a) + + (no label) + (etiketarik ez) + Transaction status. Hover over this field to show number of confirmations. Transakzioaren egoera. Pasatu sagua gainetik konfirmazio kopurua ikusteko. @@ -766,10 +768,6 @@ Copy label Kopiatu etiketa - - Exporting Failed - Esportatua okerra - Comma separated file (*.csv) Komaz bereizitako artxiboa (*.csv) @@ -790,6 +788,10 @@ Address Helbidea + + Exporting Failed + Esportatua okerra + UnitDisplayStatusBarControl @@ -821,10 +823,6 @@ Options: Aukerak - - This help message - Laguntza mezu hau - Rescanning... Birbilatzen... diff --git a/src/qt/locale/bitcoin_fa.ts b/src/qt/locale/bitcoin_fa.ts index 967eb59bc..706d1236f 100644 --- a/src/qt/locale/bitcoin_fa.ts +++ b/src/qt/locale/bitcoin_fa.ts @@ -15,27 +15,23 @@ Copy the currently selected address to the system clipboard - کپی نشانی انتخاب شده به حافظهٔ سیستم + کپی نشانی انتخاب شده کنونی به حافظه‌ی سیستم &Copy - &رونوشت + &کپی C&lose &بستن - - &Copy Address - &کپی نشانی - Delete the currently selected address from the list - حذف نشانی انتخاب‌شده از لیست + حذف نشانی انتخاب‌شده کنونی از لیست Export the data in the current tab to a file - خروجی گرفتن داده‌های برگهٔ فعلی به یک پرونده + خروجی گرفتن داده‌های برگه‌ی فعلی به یک فایل &Export @@ -53,21 +49,25 @@ Choose the address to receive coins with آدرس موردنظر برای دریافت کوین ها را انتخاب کنید. + + C&hoose + انتخاب + Sending addresses - آدرس های ارسال کننده + آدرس های فرستنده Receiving addresses - آدرس های دریافت کننده + آدرس های گیرنده These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - این‌ها نشانی‌های بیت‌کوین شما برای ارسال وجود هستند. همیشه قبل از ارسال سکه‌ها، نشانی دریافت‌کننده و مقدار ارسالی را بررسی کنید. + اینها آدرس های شما برای فرستادن پرداخت هاست. همیشه قبل از فرستادن سکه ها مقدار و آدرس دریافت کننده را چک کنید. - These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - این‌ها نشانی‌های بیت‌کوین شما برای دریافت وجوه هستند. توصیه می‌شود یک نشانی دریافت جدید برای هر تبادل استفاده کنید. + &Copy Address + کپی کردن آدرس Copy &Label @@ -79,21 +79,13 @@ 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 @@ -133,7 +125,7 @@ This operation needs your wallet passphrase to unlock the wallet. - انجام این عملیات نیازمند گذرواژهٔ کیف پول شما برای باز کردن قفل آن است. + این عملیات نیاز به عبارت کیف پول شما برای بازگشایی کیف پول دارد Unlock wallet @@ -141,7 +133,7 @@ This operation needs your wallet passphrase to decrypt the wallet. - انجام این عملیات نیازمند گذرواژهٔ کیف پول شما برای رمزگشایی کردن آن است. + این عملیات نیاز به عبارت کیف پول شما برای رمزگشایی کیف پول دارد. Decrypt wallet @@ -152,41 +144,21 @@ تغییر گذرواژه - Confirm wallet encryption - تأیید رمزنگاری کیف پول + Enter the old passphrase and new passphrase to the wallet. + عبارت کهنه و جدید کیف پول را وارد کنید. - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! - هشدار: اگر کیف پول خود را رمزنگاری کنید و گذرواژه را فراموش کنید، <b>تمام دارایی بیت‌کوین خود را از دست خواهید داد</b>! + Confirm wallet encryption + تأیید رمزنگاری کیف پول Are you sure you wish to encrypt your wallet? آیا مطمئن هستید که می‌خواهید کیف پول خود را رمزنگاری کنید؟ - - Bitcoin Core will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - هسته بیت‌کوین هم اکنون بسته می‌شود تا فرایند رمزگذاری را تمام کند. به خاطر داشته باشید که رمزگذاری کردن کیف پول‌تان نمی‌تواند به طور کامل بیت‌کوین‌های شما را در برابر دزدیده شدن توسط بدافزارهایی که رایانه‌ی شما را آلوده می‌کنند، محافظت نماید. - - - 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. - مهم: هر نسخهٔ پشتیبانی که تا کنون از کیف پول خود تهیه کرده‌اید، باید با کیف پول رمزنگاری شدهٔ جدید جایگزین شود. به دلایل امنیتی، پروندهٔ قدیمی کیف پول بدون رمزنگاری، تا زمانی که از کیف پول رمزنگاری‌شدهٔ جدید استفاده نکنید، غیرقابل استفاده خواهد بود. - - - Warning: The Caps Lock key is on! - هشدار: کلید Caps Lock روشن است! - Wallet encrypted کیف پول رمزنگاری شد - - 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> - - - Enter the old passphrase and new passphrase to the wallet. - رمز عبور قدیمی و رمز عبور جدید کیف پول خود را وارد گنید. - Wallet encryption failed رمزنگاری کیف پول با شکست مواجه شد @@ -195,30 +167,34 @@ 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! + هشدار: کلید Caps Lock روشن است! + BanTableModel - + + IP/Netmask + آی‌پی/نت‌ماسک + + + Banned Until + مسدود شده تا + + BitcoinGUI @@ -257,6 +233,14 @@ Quit application خروج از برنامه + + &About %1 + &حدود%1 + + + Show information about %1 + نمایش اطلاعات دربارهٔ %1 + About &Qt دربارهٔ &کیوت @@ -269,6 +253,10 @@ &Options... &تنظیمات... + + Modify configuration options for %1 + تغییر تنظیمات %1 + &Encrypt Wallet... &رمزنگاری کیف پول... @@ -294,8 +282,16 @@ باز کردن &آدرس - Importing blocks from disk... - دریافت بلوک‌ها از دیسک... + Click to disable network activity. + برای غیر فعال کردن فعالیت شبکه کلیک کنید. + + + Network activity disabled. + فعالیت شبکه غیر فعال شد. + + + Click to enable network activity again. + برای فعال کردن دوباره فعالیت شبکه کلیک کنید. Reindexing blocks on disk... @@ -341,10 +337,6 @@ &Receive &دریافت - - Show information about Bitcoin Core - نمایش اطلاعات در مورد بیت‌کوین - &Show / Hide &نمایش/ عدم نمایش @@ -382,12 +374,8 @@ نوارابزار برگه‌ها - Bitcoin Core - هسته Blackcoin - - - &About Bitcoin Core - درباره هسته ی بیت کوین + Request payments (generates QR codes and bitcoin: URIs) + درخواست پرداخت ( تولید کد کیوار و ادرس بیت کوین) Show the list of used sending addresses and labels @@ -397,6 +385,10 @@ Show the list of used receiving addresses and labels نمایش لیست آدرس های دریافت و لیبل ها + + Open a bitcoin: URI or payment request + بازکردن یک بیت کوین: آدرس یا درخواست پرداخت + &Command-line options گزینه‌های خط‌فرمان @@ -406,28 +398,12 @@ %n ارتباط فعال با شبکهٔ بیت‌کوین - No block source available... - منبعی برای دریافت بلاک در دسترس نیست... + Processing blocks on disk... + پردازش بلوک‌ها روی دیسک... - %n hour(s) - %n ساعت - - - %n day(s) - %n روز - - - %n week(s) - %n هفته - - - %1 and %2 - %1 و %2 - - - %n year(s) - %n سال + Processed %n block(s) of transaction history. + پردازش %n بلاک از تاریخچه ی تراکنش ها %1 behind @@ -461,6 +437,36 @@ Catching up... به‌روز رسانی... + + Date: %1 + + تاریخ: %1 + + + + Amount: %1 + + مقدار: %1 + + + + Type: %1 + + نوع: %1 + + + + Label: %1 + + برچسب: %1 + + + + Address: %1 + + نشانی: %1 + + Sent transaction تراکنش ارسال شد @@ -477,14 +483,7 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> کیف پول <b>رمزنگاری شده</b> است و هم‌اکنون <b>قفل</b> است - - - ClientModel - - Network Alert - پیام شبکه - - + CoinControlDialog @@ -503,10 +502,6 @@ Amount: مبلغ: - - Priority: - اولویت: - Fee: هزینه: @@ -519,6 +514,10 @@ Change: پول خورد: + + (un)select all + (لغو)انتخاب همه + Tree mode مدل درختی @@ -551,13 +550,9 @@ Confirmed تأیید شده - - Priority - اولویت - Copy address - کپی نشانی + کپی ادرس Copy label @@ -572,44 +567,32 @@ کپی شناسهٔ تراکنش - highest - بیشترین + Lock unspent + قفل کردن خرج نشده ها - higher - بیشتر + Unlock unspent + بازکردن قفل خرج نشده ها - high - زیاد + Copy quantity + کپی تعداد - medium-high - متوسط متمایل به زیاد + Copy fee + رونوشت کارمزد - medium - متوسط + Copy bytes + کپی کردن بایت ها - low-medium - متوسط متمایل به کم + Copy change + کپی کردن تغییر - low - کم - - - lower - کمتر - - - lowest - کمترین - - - none - هیچکدام + (%1 locked) + (%1 قفل شده) yes @@ -644,37 +627,33 @@ New receiving address - نشانی دریافتی جدید + نشانی گیرنده جدید New sending address - نشانی ارسالی جدید + نشانی فرستنده جدید Edit receiving address - ویرایش نشانی دریافتی + ویرایش آدرس گیرنده Edit sending address - ویرایش نشانی ارسالی + ویرایش آدرس قرستنده + + + The entered address "%1" is not a valid Bitcoin address. + نشانی وارد شده "%1" یک نشانی معتبر بیت‌کوین نیست. The entered address "%1" is already in the address book. نشانی وارد شده «%1» در حال حاضر در دفترچه وجود دارد. - - The entered address "%1" is not a valid Bitcoin address. - نشانی وارد شده «%1» یک نشانی معتبر بیت‌کوین نیست. - Could not unlock wallet. نمی‌توان کیف پول را رمزگشایی کرد. - - New key generation failed. - ایجاد کلید جدید با شکست مواجه شد. - - + FreespaceChecker @@ -700,17 +679,17 @@ HelpMessageDialog - - Bitcoin Core - هسته Blackcoin - version نسخه - About Bitcoin Core - درباره هسته ی بیت کوین + (%1-bit) + (%1-بیت) + + + About %1 + درباره %1 Command-line options @@ -724,6 +703,26 @@ command-line options گزینه‌های خط فرمان + + UI Options: + گزینه‌های رابط کاربری: + + + 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: %u) + نمایش پنجرهٔ خوشامدگویی در ابتدای اجرای برنامه (پیش‌فرض: %u) + Intro @@ -732,12 +731,8 @@ خوش‌آمدید - Welcome to Bitcoin Core. - به هسته بیت کوین خوش آمدید. - - - As this is the first time the program is launched, you can choose where Bitcoin Core will store its data. - از آنجایی که این اولین اجرای برنامه است، شما می‌توانید مسیر ذخیرهٔ داده‌ها را انتخاب کنید. + Welcome to %1. + به %1 خوش‌آمدید. Use the default data directory @@ -747,10 +742,6 @@ Use a custom data directory: استفاده از یک مسیر سفارشی: - - Bitcoin Core - هسته Blackcoin - Error خطا @@ -760,8 +751,59 @@ %n گیگابایت فضا موجود است + + ModalOverlay + + Form + فرم + + + Unknown... + مشخص نیست + + + Last block time + زمان آخرین بلوک + + + Progress + پیشروی + + + Progress increase per hour + پیشروی در هر ساعت بیشتر میشود + + + calculating... + در حال محاسبه... + + + Estimated time left until synced + زمان تخمینی تا سینک شدن + + + Hide + پنهان کردن + + OpenURIDialog + + Open URI + بازکردن آدرس + + + Open payment request from URI or file + بازکردن درخواست پرداخت از آدرس یا فایل + + + URI: + آدرس اینترنتی: + + + Select payment request file + انتخاب فایل درخواست پرداخت + OptionsDialog @@ -773,6 +815,22 @@ &Main &عمومی + + Automatically start %1 after logging in to the system. + اجرای خودکار %1 بعد زمان ورود به سیستم. + + + MB + مگابایت + + + Accept connections from outside + پذیرش اتصالات از بیرون + + + Allow incoming connections + اجازه دادن به اتصالات دریافتی + Reset all client options to default. بازنشانی تمام تنظیمات به پیش‌فرض. @@ -813,6 +871,18 @@ Port of the proxy (e.g. 9050) درگاه پراکسی (مثال 9050) + + IPv4 + آی‌پی نسخه 4 + + + IPv6 + آی‌پی نسخه 6 + + + Tor + تور + &Window &پنجره @@ -892,6 +962,10 @@ Your current spendable balance تراز علی‌الحساب شما + + Pending: + در انتظار: + Total of transactions that have yet to be confirmed, and do not yet count toward the spendable balance مجموع تراکنش‌هایی که هنوز تأیید نشده‌اند؛ و هنوز روی تراز علی‌الحساب اعمال نشده‌اند @@ -927,29 +1001,9 @@ PaymentServer - - URI handling - مدیریت URI - - - Payment request rejected - درخواست پرداخت رد شد. - - - Payment request error - خطای درخواست پرداخت - - - Cannot start bitcoin: click-to-pay handler - نمی‌توان بیت‌کوین را اجرا کرد: کنترل‌کنندهٔ کلیک-و-پرداخت - - - Payment request expired. - درخواست پرداخت منقضی شد. - Invalid payment request. - درخواست پرداخت نامعتبر + درخواست پرداخت نامعتبر. @@ -961,6 +1015,26 @@ Amount مبلغ + + Enter a Bitcoin address (e.g. %1) + یک آدرس بیت‌کوین وارد کنید (مثلاً %1) + + + %1 d + %1 روز + + + %1 h + %1 ساعت + + + %1 m + %1 دقیقه + + + %1 s + %1 ثانیه + None هیچکدام @@ -969,20 +1043,23 @@ N/A ناموجود + + %1 ms + %1 میلیونم ثانیه + + + %1 and %2 + %1 و %2 + + + + QObject::QObject QRImageWidget - - Save QR Code - ذخیرهٔ کد QR - RPCConsole - - Client name - نام کلاینت - N/A ناموجود @@ -1000,8 +1077,8 @@ پنجرهٔ اشکالزدایی - Using OpenSSL version - نسخهٔ OpenSSL استفاده شده + General + عمومی Startup time @@ -1027,6 +1104,14 @@ Current number of blocks تعداد فعلی بلوک‌ها + + Memory Pool + استخر حافظه + + + Memory usage + مصرف حافظه + Received دریافتی @@ -1043,6 +1128,26 @@ Services سرویس ها + + Connection Time + مدت اتصال + + + Last Send + ارسال شده آخرین بار + + + Last Receive + آخرین دریافتی + + + Ping Time + زمان پینگ + + + Ping Wait + انتظار پینگ + Last block time زمان آخرین بلوک @@ -1060,8 +1165,12 @@ جمع کل: - Build date - ساخت تاریخ + In: + در: + + + Out: + خروجی: Debug log file @@ -1072,8 +1181,24 @@ پاکسازی کنسول - Welcome to the Bitcoin Core RPC console. - به کنسول RPC هسته بیت کوین خوش آمدید. + 1 &hour + 1 ساعت + + + 1 &day + 1 روز + + + 1 &week + 1 هفته + + + 1 &year + 1 سال + + + Ban for + محدود شده برای Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -1083,6 +1208,34 @@ Type <b>help</b> for an overview of available commands. برای نمایش یک مرور کلی از دستورات ممکن، عبارت <b>help</b> را بنویسید. + + %1 B + %1 بایت + + + %1 KB + %1 کیلوبایت + + + %1 MB + %1 مگابایت + + + %1 GB + %1 گیگابایت + + + never + هرگز + + + Yes + بله + + + No + خیر + Unknown ناشناخته @@ -1102,10 +1255,26 @@ &Message: پیام: + + Use this form to request payments. All fields are <b>optional</b>. + برای درخواست پرداخت از این فرم استفاده کنید.تمام قسمت ها <b>اختیاری<b> هستند. + + + Clear all fields of the form. + تمام قسمت های فرم را خالی کن. + + + Clear + پاک‌کردن + Show نمایش + + Remove the selected entries from the list + حذف ورودی های انتخاب‌شده از لیست + Remove حذف کردن @@ -1130,48 +1299,24 @@ &کپی نشانی - Address - نشانی + &Save Image... + &ذخیره عکس... - Amount - مبلغ + Address + آدرس Label برچسب - - Message - پیام - - - Resulting URI too long, try to reduce the text for label / message. - URL ایجاد شده خیلی طولانی است. سعی کنید طول برچسب و یا پیام را کمتر کنید. - - - Error encoding URI into QR Code. - خطا در تبدیل نشانی اینترنتی به صورت کد QR. - - + RecentRequestsTableModel - - Date - تاریخ - Label برچسب - - Message - پیام - - - Amount - مبلغ - (no label) (بدون برچسب) @@ -1183,6 +1328,14 @@ Send Coins ارسال سکه + + Inputs... + ورودی‌ها... + + + automatically selected + به طور خودکار انتخاب شدند + Insufficient funds! بود جه نا کافی @@ -1199,10 +1352,6 @@ Amount: مبلغ: - - Priority: - اولویت: - Fee: هزینه: @@ -1219,6 +1368,34 @@ Transaction Fee: هزینهٔ تراکنش: + + Choose... + انتخاب... + + + per kilobyte + در هر کیلوبایت + + + Hide + پنهان کردن + + + total at least + در مجموع حداقل + + + Recommended: + توصیه شده: + + + Custom: + سفارشی: + + + normal + نرمال + fast سریع @@ -1231,6 +1408,10 @@ Add &Recipient &دریافت‌کنندهٔ جدید + + Clear all fields of the form. + تمام قسمت های فرم را خالی کن. + Clear &All پاکسازی &همه @@ -1248,42 +1429,30 @@ &ارسال - Confirm send coins - ارسال سکه را تأیید کنید + Copy quantity + کپی تعداد Copy amount کپی مقدار - or - یا + Copy fee + رونوشت کارمزد - The amount to pay must be larger than 0. - مبلغ پرداخت باید بیشتر از ۰ باشد. + Copy bytes + کپی کردن بایت ها - The amount exceeds your balance. - میزان پرداخت از تراز شما بیشتر است. - - - The total exceeds your balance when the %1 transaction fee is included. - با احتساب هزینهٔ %1 برای هر تراکنش، مجموع میزان پرداختی از مبلغ تراز شما بیشتر می‌شود. - - - Payment request expired. - درخواست پرداخت منقضی شد. + Copy change + کپی کردن تغییر (no label) (بدون برچسب) - - Are you sure you want to send? - آیا مطمئن هستید که می خواهید ارسال کنید؟ - - + SendCoinsEntry @@ -1294,10 +1463,6 @@ Pay &To: پرداخ&ت به: - - Enter a label for this address to add it to your address book - برای این نشانی یک برچسب وارد کنید تا در دفترچهٔ آدرس ذخیره شود - &Label: &برچسب: @@ -1338,9 +1503,20 @@ Pay To: پرداخت به: + + Memo: + یادداشت: + + + + SendConfirmationDialog ShutdownWindow + + %1 is shutting down... + %1 در حال خاموش شدن است... + SignVerifyMessageDialog @@ -1420,69 +1596,9 @@ 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 - - Bitcoin Core - هسته Blackcoin - - - The Bitcoin Core developers - توسعه‌دهندگان هسته بیت‌کوین - [testnet] آزمایش شبکه @@ -1497,286 +1613,30 @@ TransactionDesc - - Open until %1 - باز تا %1 - - - %1/offline - %1/آفلاین - - - %1/unconfirmed - %1/تأیید نشده - - - %1 confirmations - %1 تأییدیه - - - Status - وضعیت - - - , broadcast through %n node(s) - ، پخش از طریق %n گره - - - Date - تاریخ - - - Source - منبع - - - Generated - تولید شده - - - From - فرستنده - - - To - گیرنده - - - own address - آدرس شما - - - label - برچسب - - - Credit - بدهی - - - matures in %n more block(s) - بلوغ در %n بلوک دیگر - - - not accepted - پذیرفته نشد - - - Debit - اعتبار - - - Transaction fee - هزینهٔ تراکنش - - - Net amount - مبلغ خالص - - - Message - پیام - - - Comment - نظر - - - Transaction ID - شناسهٔ تراکنش - - - Debug information - اطلاعات اشکال‌زدایی - - - Transaction - تراکنش - - - Inputs - ورودی‌ها - - - Amount - مبلغ - - - true - درست - - - false - نادرست - - - , has not been successfully broadcast yet - ، هنوز با موفقیت ارسال نشده - - - Open for %n more block(s) - باز برای %n بلوک دیگر - - - unknown - ناشناس - - + TransactionDescDialog - - Transaction details - جزئیات تراکنش - This pane shows a detailed description of the transaction این پانل شامل توصیف کاملی از جزئیات تراکنش است - + TransactionTableModel - - Date - تاریخ - - - Type - نوع - - - Open for %n more block(s) - باز برای %n بلوک دیگر - - - Open until %1 - باز شده تا %1 - - - Confirmed (%1 confirmations) - تأیید شده (%1 تأییدیه) - - - This block was not received by any other nodes and will probably not be accepted! - این بلوک از هیچ همتای دیگری دریافت نشده است و احتمال می‌رود پذیرفته نشود! - - - Generated but not accepted - تولید شده ولی قبول نشده - - - Offline - آفلاین - Label برچسب - Unconfirmed - تایید نشده + (no label) + (بدون برچسب) - - Received with - دریافت‌شده با - - - Received from - دریافت‌شده از - - - Sent to - ارسال‌شده به - - - Payment to yourself - پر داخت به خودتان - - - Mined - استخراج‌شده - - - (n/a) - (ناموجود) - - - Transaction status. Hover over this field to show number of confirmations. - وضعیت تراکنش. نشانگر را روی این فیلد نگه دارید تا تعداد تأییدیه‌ها نشان داده شود. - - - Date and time that the transaction was received. - تاریخ و ساعت دریافت تراکنش. - - - Type of 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 @@ -1790,59 +1650,19 @@ Copy transaction ID کپی شناسهٔ تراکنش - - Edit label - ویرایش برچسب - - - Show transaction details - نمایش جزئیات تراکنش - - - Exporting Failed - استخراج انجام نشد - - - Exporting Successful - استخراج موفق - - - Comma separated file (*.csv) - پروندهٔ نوع CSV جداشونده با کاما (*.csv) - - - Confirmed - تأیید شده - - - Date - تاریخ - - - Type - نوع - Label برچسب Address - نشانی + آدرس - ID - شناسه + Exporting Failed + صدور موفق نبود - - Range: - محدوده: - - - to - به - - + UnitDisplayStatusBarControl @@ -1851,38 +1671,10 @@ WalletModel - - Send Coins - ارسال وجه - - + WalletView - - &Export - &صدور - - - Export the data in the current tab to a file - داده ها نوارِ جاری را به فایل انتقال دهید - - - Backup Wallet - نسخهٔ پشتیبان کیف پول - - - Wallet Data (*.dat) - دادهٔ کیف پول (*.dat) - - - Backup Failed - خطا در پشتیبان‌گیری - - - Backup Successful - پشتیبان‌گیری موفق - - + bitcoin-core @@ -1910,8 +1702,8 @@ اجرا در پشت زمینه به‌صورت یک سرویس و پذیرش دستورات - Accept connections from outside (default: 1 if no -proxy or -connect) - پذیرش اتصالات از بیرون (پیش فرض:1 بدون پراکسی یا اتصال) + Bitcoin Core + هسته Blackcoin Bind to given address and always listen on it. Use [host]:port notation for IPv6 @@ -1921,17 +1713,17 @@ Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) هنگامی که یک تراکنش در کیف پولی رخ می دهد، دستور را اجرا کن(%s در دستورات بوسیله ی TxID جایگزین می شود) - - This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - این یک نسخه ی آزمایشی است - با مسئولیت خودتان از آن استفاده کنید - آن را در معدن و بازرگانی بکار نگیرید. - Block creation options: بستن گزینه ایجاد - Connect only to the specified node(s) - تنها در گره (های) مشخص شده متصل شوید + Connection options: + گزینه‌های اتصال: + + + Copyright (C) %i-%i + حق تألیف (C) %i-%i Corrupted block database detected @@ -1945,6 +1737,10 @@ Error initializing block database خطا در آماده سازی پایگاه داده ی بلوک + + Error loading %s + خطا در بارگیری %s + Error loading block database خطا در بارگذاری پایگاه داده ها @@ -1965,30 +1761,38 @@ Importing... در حال پیاده‌سازی... + + Loading banlist... + بارگذاری لیست‌سیاه... + + + Print this help message and exit + چاپ ایت پیام کمک و خروج + + + Print version and exit + چاپ نسخه و خروج + Verifying blocks... - در حال بازبینی بلوک ها... + در حال بازبینی بلوک‌ها... Verifying wallet... در حال بازبینی کیف پول... + + Wallet options: + گزینه‌های کیف پول: + + + (default: %u) + (پیش‌فرض %u) + Information اطلاعات - - Invalid amount for -maxtxfee=<amount>: '%s' - میزان وجه اشتباه برای maxtxfee=<میزان وجه>: %s - - - Invalid amount for -minrelaytxfee=<amount>: '%s' - میزان وجه اشتباه برای minrelaytxfee=<میزان وجه>: %s - - - Invalid amount for -mintxfee=<amount>: '%s' - میزان وجه اشتباه برای mintxfee=<میزان وجه>: %s - Send trace/debug info to console instead of debug.log file اطلاعات ردگیری/اشکال‌زدایی را به جای فایل لاگ اشکال‌زدایی به کنسول بفرستید @@ -1997,6 +1801,14 @@ Shrink debug.log file on client startup (default: 1 when no -debug) فایل debug.log را در startup مشتری کوچک کن (پیش فرض:1 اگر اشکال زدایی روی نداد) + + Transaction amount too small + مقدار تراکنش بسیار کم است + + + Transaction too large + تراکنش بسیار بزرگ است + Username for JSON-RPC connections JSON-RPC شناسه برای ارتباطات @@ -2005,6 +1817,10 @@ Warning هشدار + + Warning: unknown new rules activated (versionbit %i) + هشدار: قوانین جدید ناشناخته‌ای فعال شده‌اند (نسخه‌بیت %i) + Password for JSON-RPC connections JSON-RPC عبارت عبور برای ارتباطات @@ -2013,10 +1829,6 @@ Execute command when the best block changes (%s in cmd is replaced by block hash) زمانی که بهترین بلاک تغییر کرد، دستور را اجرا کن (%s در cmd با block hash جایگزین شده است) - - This help message - پیام کمکی - Allow DNS lookups for -addnode, -seednode and -connect به DNS اجازه بده تا برای addnode ، seednode و اتصال جستجو کند @@ -2026,12 +1838,8 @@ بار گیری آدرس ها - Error loading wallet.dat: Wallet corrupted - خطا در بارگیری wallet.dat: کیف پول خراب شده است - - - Error loading wallet.dat - خطا در بارگیری wallet.dat + (default: %s) + (پیش‌فرض %s) Invalid -proxy address: '%s' @@ -2041,18 +1849,6 @@ Unknown network specified in -onlynet: '%s' شبکه مشخص شده غیرقابل شناسایی در onlynet: '%s' - - Cannot resolve -bind address: '%s' - آدرس قابل اتصال- شناسایی نیست %s - - - Cannot resolve -externalip address: '%s' - آدرس خارجی قابل اتصال- شناسایی نیست %s - - - Invalid amount for -paytxfee=<amount>: '%s' - میزان وجه اشتباه برای paytxfee=<میزان وجه>: %s - Insufficient funds بود جه نا کافی diff --git a/src/qt/locale/bitcoin_fa_IR.ts b/src/qt/locale/bitcoin_fa_IR.ts index a16ef80e9..44fe34ec8 100644 --- a/src/qt/locale/bitcoin_fa_IR.ts +++ b/src/qt/locale/bitcoin_fa_IR.ts @@ -21,10 +21,6 @@ C&lose بستن - - &Copy Address - کپی آدرس - Delete the currently selected address from the list حذف آدرس های انتخاب شده از لیست @@ -41,66 +37,10 @@ &Delete حذف - - Choose the address to send coins to - انتخاب آدرس جهت ارسال کوین ها به آن آدرس - - - Choose the address to receive coins with - انتخاب آدرس جهت دریافت کوین ها از آن آدرس - - - C&hoose - انتخاب - - - Sending addresses - ارسال آدرس ها - - - Receiving addresses - دریافت آدرس ها - - - Copy &Label - کپی برچسب - - - &Edit - ویرایش - - - Export Address List - صدور لیست آدرس - - - Comma separated file (*.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 @@ -119,75 +59,7 @@ Repeat new passphrase رمز/پَس فرِیز را دوباره وارد کنید - - Encrypt wallet - wallet را رمزگذاری کنید - - - This operation needs your wallet passphrase to unlock the wallet. - برای انجام این عملکرد به رمز/پَس فرِیزِwallet نیاز است تا آن را از حالت قفل درآورد. - - - Unlock wallet - باز کردن قفل wallet - - - This operation needs your wallet passphrase to decrypt the wallet. - برای کشف رمز wallet، به رمز/پَس فرِیزِwallet نیاز است. - - - Decrypt wallet - کشف رمز wallet - - - Change passphrase - تغییر رمز/پَس فرِیز - - - Confirm wallet encryption - رمزگذاری wallet را تایید کنید - - - Warning: The Caps Lock key is on! - اخطار: کلید Caps Lock فعال است! - - - Wallet encrypted - تایید رمزگذاری - - - Enter the old passphrase and new passphrase to the wallet. - رمز قدیمی و جدید کیف پول را وارد کنید. - - - Wallet encryption failed - رمزگذاری تایید نشد - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - رمزگذاری به علت خطای داخلی تایید نشد. wallet شما رمزگذاری نشد - - - The supplied passphrases do not match. - رمزهای/پَس فرِیزهایِ وارد شده با هم تطابق ندارند - - - Wallet unlock failed - قفل wallet باز نشد - - - The passphrase entered for the wallet decryption was incorrect. - رمزهای/پَس فرِیزهایِ وارد شده wallet برای کشف رمز اشتباه است. - - - Wallet decryption failed - کشف رمز wallet انجام نشد - - - Wallet passphrase was successfully changed. - رمز عبور کیف پول با موفقیت تغییر کرد. - - + BanTableModel @@ -321,14 +193,7 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> wallet رمزگذاری شد و در حال حاضر قفل است - - - ClientModel - - Network Alert - هشدار شبکه - - + CoinControlDialog @@ -347,22 +212,6 @@ Confirmed تایید شده - - Copy address - آدرس را کپی کنید - - - Copy label - برچسب را کپی کنید - - - Copy amount - میزان وجه کپی شود - - - (no label) - (برچسب ندارد) - EditAddressDialog @@ -378,40 +227,7 @@ &Address حساب& - - New receiving address - حساب دریافت کننده جدید - - - - New sending address - حساب ارسال کننده جدید - - - Edit receiving address - ویرایش حساب دریافت کننده - - - Edit sending address - ویرایش حساب ارسال کننده - - - The entered address "%1" is already in the address book. - حساب وارد شده «%1» از پیش در دفترچه حساب ها موجود است. - - - The entered address "%1" is not a valid Bitcoin address. - آدرس وارد شده "%1" یک آدرس صحیح برای blackcoin نسشت - - - Could not unlock wallet. - عدم توانیی برای قفل گشایی wallet - - - New key generation failed. - عدم توانیی در ایجاد کلید جدید - - + FreespaceChecker @@ -433,6 +249,13 @@ خطا + + ModalOverlay + + Form + فرم + + OpenURIDialog @@ -487,15 +310,14 @@ میزان + + QObject::QObject + QRImageWidget RPCConsole - - Client name - نام کنسول RPC - Client version ویرایش کنسول RPC @@ -531,68 +353,16 @@ &Message: پیام: - - Copy label - برچسب را کپی کنید - - - Copy amount - میزان وجه کپی شود - - + ReceiveRequestDialog Copy &Address کپی آدرس - - Address - حساب - - - Amount - میزان - - - Label - برچسب - - - Message - پیام - - - Resulting URI too long, try to reduce the text for label / message. - متن وارد شده طولانی است، متنِ برچسب/پیام را کوتاه کنید - - - Error encoding URI into QR Code. - خطای تبدیل URI به کد QR - - + RecentRequestsTableModel - - Date - تاریخ - - - Label - برچسب - - - Message - پیام - - - Amount - میزان - - - (no label) - (برچسب ندارد) - SendCoinsDialog @@ -624,26 +394,6 @@ S&end و ارسال - - Confirm send coins - تایید ارسال بیت کوین ها - - - Copy amount - میزان وجه کپی شود - - - The amount to pay must be larger than 0. - میزان پرداخت باید بیشتر از 0 باشد - - - The amount exceeds your balance. - مقدار مورد نظر از مانده حساب بیشتر است. - - - (no label) - (برچسب ندارد) - SendCoinsEntry @@ -655,10 +405,6 @@ Pay &To: پرداخت و به چه کسی - - Enter a label for this address to add it to your address book - یک برچسب برای این آدرس بنویسید تا به دفترچه آدرسهای شما اضافه شود - &Label: و برچسب @@ -687,13 +433,12 @@ Memo: یادداشت: - + + + SendConfirmationDialog + ShutdownWindow - - Bitcoin Core is shutting down... - هسته بیت کوین در حال خاموش شدن است... - Do not shut down the computer until this window disappears. تا پیش از بسته شدن این پنجره کامپیوتر خود را خاموش نکنید. @@ -734,248 +479,20 @@ TransactionDesc - - Open until %1 - باز کن تا %1 - - - %1/unconfirmed - %1 / تایید نشده - - - %1 confirmations - %1 تایید - - - Date - تاریخ - - - label - برچسب - - - Message - پیام - - - Transaction ID - شناسه کاربری - - - Amount - میزان - - - , has not been successfully broadcast yet - ، هنوز با موفقیت ارسال نگردیده است - - - unknown - ناشناس - - + TransactionDescDialog - - Transaction details - جزئیات تراکنش - This pane shows a detailed description of the transaction این بخش جزئیات تراکنش را نشان می دهد - + TransactionTableModel - - Date - تاریخ - - - Type - گونه - - - Open until %1 - باز کن تا %1 - - - Confirmed (%1 confirmations) - تایید شده (%1 تاییدها) - - - This block was not received by any other nodes and will probably not be accepted! - این block توسط گره های دیگری دریافت نشده است و ممکن است قبول نشود - - - Generated but not accepted - تولید شده اما قبول نشده است - - - Label - برچسب - - - Received with - دریافت با - - - Received from - دریافت شده از - - - Sent to - ارسال به - - - Payment to yourself - وجه برای شما - - - Mined - استخراج شده - - - (n/a) - خالی - - - Transaction status. Hover over this field to show number of confirmations. - وضعیت تراکنش. با اشاره به این بخش تعداد تاییدها نمایش داده می شود - - - Date and time that the transaction was received. - زمان و تاریخی که تراکنش دریافت شده است - - - Type of 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 - میزان وجه کپی شود - - - Edit label - برچسب را ویرایش کنید - - - Exporting Failed - صدور با شکست مواجه شد - - - Exporting Successful - صدور با موفقیت انجام شد - - - Comma separated file (*.csv) - Comma separated file (*.csv) فایل جداگانه دستوری - - - Confirmed - تایید شده - - - Date - تاریخ - - - Type - گونه - - - Label - برچسب - - - Address - حساب - - - ID - شناسه کاربری - - - Range: - دامنه: - - - to - به - - + UnitDisplayStatusBarControl @@ -984,34 +501,9 @@ WalletModel - - Send Coins - سکه های ارسالی - - + WalletView - - &Export - صدور - - - Export the data in the current tab to a file - صدور داده نوار جاری به یک فایل - - - Backup Wallet - گرفتن نسخه پیشتیبان از Wallet - - - Wallet Data (*.dat) - داده های Wallet -(*.dat) - - - Backup Failed - عملیات گرفتن نسخه پیشتیبان انجام نشد - bitcoin-core @@ -1035,18 +527,6 @@ The transaction amount is too small to send after the fee has been deducted مبلغ تراکنش کمتر از آن است که پس از کسر هزینه تراکنش قابل ارسال باشد - - Invalid amount for -maxtxfee=<amount>: '%s' - میزان اشتباه است for -maxtxfee=<amount>: '%s' - - - Invalid amount for -minrelaytxfee=<amount>: '%s' - میزان اشتباه است for -minrelaytxfee=<amount>: '%s' - - - Invalid amount for -mintxfee=<amount>: '%s' - میزان اشتباه است for -mintxfee=<amount>: '%s' - RPC server options: گزینه های سرویس دهنده RPC: @@ -1071,26 +551,10 @@ Execute command when the best block changes (%s in cmd is replaced by block hash) دستور را وقتی بهترین بلاک تغییر کرد اجرا کن (%s در دستور توسط block hash جایگزین شده است) - - This help message - این پیام راهنما - Loading addresses... لود شدن آدرسها.. - - Error loading wallet.dat: Wallet corrupted - خطا در هنگام لود شدن wallet.dat: Wallet corrupted - - - Error loading wallet.dat - خطا در هنگام لود شدن wallet.dat - - - Set minimum block size in bytes (default: %u) - تنظیم کمینه اندازه بلاک بر حسب بایت (پیش فرض: %u) - Set the number of threads to service RPC calls (default: %d) تنظیم تعداد ریسمان ها برای سرویس دهی فراخوانی های RPC (پیش فرض: %d) @@ -1103,10 +567,6 @@ Specify pid file (default: %s) فایل pid را مشخص کنید (پیش فرض: %s) - - Invalid amount for -paytxfee=<amount>: '%s' - میزان اشتباه است for -paytxfee=<amount>: '%s' - Insufficient funds وجوه ناکافی diff --git a/src/qt/locale/bitcoin_fi.ts b/src/qt/locale/bitcoin_fi.ts index 316d84b69..31ea40491 100644 --- a/src/qt/locale/bitcoin_fi.ts +++ b/src/qt/locale/bitcoin_fi.ts @@ -25,10 +25,6 @@ C&lose S&ulje - - &Copy Address - &Kopioi osoite - Delete the currently selected address from the list Poista valittu osoite listalta @@ -45,74 +41,10 @@ &Delete &Poista - - Choose the address to send coins to - Valitse osoite johon kolikot lähetetään - - - Choose the address to receive coins with - Valitse osoite johon vastaanotetaan kolikoita - - - C&hoose - V&alitse - - - Sending addresses - Lähettävä osoite - - - Receiving addresses - Vastaanottava osoite - - - These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - Nämä ovat sinun Blackcoin osoitteita maksujen lähetykseen. Tarkista aina summa ja vastaanottajan osoite ennenkuin lähetät kolikkoja. - - - These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Nämä ovat sinun Blackcoin-osoitteesi suoritusten vastaanottamiseen. Suositellaan että annat uuden osoitteen kullekin transaktiolle. - - - Copy &Label - Kopioi &nimike - - - &Edit - &Muokkaa - - - Export Address List - Vie osoitekirja - - - Comma separated file (*.csv) - Comma separated file (*.csv) - - - Exporting Failed - Vienti epäonnistui - - - There was an error trying to save the address list to %1. Please try again. - Virhe tallentaessa osoitelistaa %1. Yritä uudelleen. - - + AddressTableModel - - Label - Nimi - - - Address - Osoite - - - (no label) - (ei nimikettä) - - + AskPassphraseDialog @@ -131,95 +63,7 @@ Repeat new passphrase Toista uusi tunnuslause - - Encrypt wallet - Salaa lompakko - - - This operation needs your wallet passphrase to unlock the wallet. - Tätä toimintoa varten sinun täytyy antaa lompakon tunnuslause sen avaamiseksi. - - - Unlock wallet - Avaa lompakko - - - This operation needs your wallet passphrase to decrypt the wallet. - Tätä toimintoa varten sinun täytyy antaa lompakon tunnuslause salauksen purkuun. - - - Decrypt wallet - Pura lompakon salaus - - - Change passphrase - Vaihda tunnuslause - - - Confirm wallet encryption - Vahvista lompakon salaus - - - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! - Varoitus: Jos salaat lompakkosi ja menetät tunnuslauseesi, <b>MENETÄT KAIKKI BLACKCOINISI</b>! - - - Are you sure you wish to encrypt your wallet? - Haluatko varmasti salata lompakkosi? - - - Bitcoin Core will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - Blackcoin More sammuu nyt viimeistelläkseen kryptaamisen. Muista että lompakon kryptaaminen ei voi täysin suojata blackcoinejasi varkaudelta malwaren saastuttamalla tietokoneella. - - - 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. - TÄRKEÄÄ: Kaikki vanhat lompakon varmuuskopiot pitäisi korvata uusilla suojatuilla varmuuskopioilla. Turvallisuussyistä edelliset varmuuskopiot muuttuvat turhiksi, kun aloitat suojatun lompakon käytön. - - - Warning: The Caps Lock key is on! - Varoitus: Caps Lock on käytössä! - - - Wallet encrypted - Lompakko salattu - - - 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>. - Anna salauslause lompakkoon. <br/>Ole hyvä ja käytä lausetta jossa on <b>kymmenen tai enemmän satunnaista merkkiä</b> tai <b>kahdeksan tai useampi sanaa</b>. - - - Enter the old passphrase and new passphrase to the wallet. - Syötä vanha ja uusi salasana lompakolle. - - - Wallet encryption failed - Lompakon salaus epäonnistui - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - Lompakon salaaminen epäonnistui sisäisen virheen vuoksi. Lompakkoasi ei salattu. - - - The supplied passphrases do not match. - Annetut tunnuslauseet eivät täsmää. - - - Wallet unlock failed - Lompakon avaaminen epäonnistui. - - - The passphrase entered for the wallet decryption was incorrect. - Annettu tunnuslause oli väärä. - - - Wallet decryption failed - Lompakon salauksen purku epäonnistui. - - - Wallet passphrase was successfully changed. - Lompakon tunnuslause vaihdettiin onnistuneesti. - - + BanTableModel @@ -269,6 +113,14 @@ Quit application Sulje ohjelma + + &About %1 + &Tietoja %1 + + + Show information about %1 + Näytä tietoa aiheesta %1 + About &Qt Tietoja &Qt @@ -281,6 +133,10 @@ &Options... &Asetukset... + + Modify configuration options for %1 + Muuta kohteen %1 kokoonpanoasetuksia + &Encrypt Wallet... &Salaa lompakko... @@ -305,14 +161,6 @@ Open &URI... Avaa &URI... - - Bitcoin Core client - Blackcoin More ohjelma - - - Importing blocks from disk... - Tuodaan lohkoja levyltä - Reindexing blocks on disk... Ladataan lohkoindeksiä... @@ -357,10 +205,6 @@ &Receive &Vastaanota - - Show information about Bitcoin Core - Näytä tietoja Blackcoin More:sta - &Show / Hide &Näytä / Piilota @@ -375,11 +219,11 @@ Sign messages with your Bitcoin addresses to prove you own them - Allekirjoita viestisi omalla Blackcoin-osoitteellasi todistaaksesi, että omistat ne + Allekirjoita viestisi omalla Blackcoin -osoitteellasi todistaaksesi, että omistat ne Verify messages to ensure they were signed with specified Bitcoin addresses - Varmista, että viestisi on allekirjoitettu määritetyllä Blackcoin-osoitteella + Varmista, että viestisi on allekirjoitettu määritetyllä Blackcoin -osoitteella &File @@ -397,22 +241,10 @@ Tabs toolbar Välilehtipalkki - - Bitcoin Core - Blackcoin More - Request payments (generates QR codes and bitcoin: URIs) Pyydä maksuja (Luo QR koodit ja blackcoin: URIt) - - &About Bitcoin Core - &Tietoja Blackcoin More - - - Modify configuration options for Bitcoin Core - Muokkaa kokoonpanoasetuksia Blackcoin More - Show the list of used sending addresses and labels Näytä lähettämiseen käytettyjen osoitteiden ja nimien lista @@ -429,42 +261,22 @@ &Command-line options &Komentorivin valinnat - - Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options - Näytä Blackcoin More ohjeet saadaksesi listan mahdollisista Blackcoinin komentorivivalinnoista - %n active connection(s) to Bitcoin network %n aktiivinen yhteys Blackcoin-verkkoon%n aktiivista yhteyttä Blackcoin-verkkoon - No block source available... - Lohkojen lähdettä ei saatavilla... + Indexing blocks on disk... + Ladataan lohkoindeksiä... + + + Processing blocks on disk... + Käsitellään lohkoja levyllä... Processed %n block(s) of transaction history. Prosessoitu %n lohko rahansiirtohistoriasta.Prosessoitu %n lohkoa rahansiirtohistoriasta. - - %n hour(s) - %n tunti%n tuntia - - - %n day(s) - %n päivä%n päivää - - - %n week(s) - %n viikko%n viikkoa - - - %1 and %2 - %1 ja %2 - - - %n year(s) - %n vuosi%n vuotta - %1 behind %1 jäljessä @@ -493,6 +305,14 @@ Up to date Rahansiirtohistoria on ajan tasalla + + Show the %1 help message to get a list with possible Bitcoin command-line options + Näytä %1 ohjeet saadaksesi listan mahdollisista Blackcoinin komentorivivalinnoista + + + %1 client + %1-asiakas + Catching up... Saavutetaan verkkoa... @@ -543,14 +363,7 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> Lompakko on <b>salattu</b> ja tällä hetkellä <b>lukittuna</b> - - - ClientModel - - Network Alert - Verkkohälytys - - + CoinControlDialog @@ -569,10 +382,6 @@ Amount: Määrä: - - Priority: - Prioriteetti: - Fee: Palkkio: @@ -625,155 +434,7 @@ Confirmed Vahvistettu - - Priority - Prioriteetti - - - Copy address - Kopioi osoite - - - Copy label - Kopioi nimi - - - Copy amount - Kopioi määrä - - - Copy transaction ID - Kopioi siirtotunnus - - - Lock unspent - Lukitse käyttämättömät - - - Unlock unspent - Avaa käyttämättömät - - - Copy quantity - Kopioi määrä - - - Copy fee - Kopioi palkkio - - - Copy after fee - Kopioi palkkion jälkeen - - - Copy bytes - Kopioi tavut - - - Copy priority - Kopioi prioriteetti - - - Copy dust - Kopioi tomu - - - Copy change - Kopioi vaihtoraha - - - highest - korkein - - - higher - korkeampi - - - high - korkea - - - medium-high - keski-korkea - - - medium - keskisuuri - - - low-medium - pieni-keskisuuri - - - low - pieni - - - lower - pienempi - - - lowest - pienin - - - (%1 locked) - (%1 lukittu) - - - none - ei mitään - - - This label turns red if the transaction size is greater than 1000 bytes. - Tämä nimi muuttuu punaiseksi mikäli rahansiirron koko on suurempi kuin 1000 tavua. - - - This label turns red if the priority is smaller than "medium". - Tämä nimi muuttuu punaiseksi mikäli prioriteetti on pienempi kuin "medium". - - - This label turns red if any recipient receives an amount smaller than %1. - Tämä nimike muuttuu punaiseksi mikäli mikä tahansa saaja vastaanottaa pienemmän määrän kuin %1. - - - Can vary +/- %1 satoshi(s) per input. - Saattaa vaihdella +/- %1 satoshia per syöte. - - - yes - kyllä - - - no - ei - - - This means a fee of at least %1 per kB is required. - Tämä tarkoittaa että vähintään %1 per kB palkkio on pakollinen. - - - Can vary +/- 1 byte per input. - Voi vaihdella +/- 1 tavu per syöte - - - Transactions with higher priority are more likely to get included into a block. - Rahansiirrot korkeammalla prioriteetilla sisällytetään varmemmin lohkoon. - - - (no label) - (ei nimeä) - - - change from %1 (%2) - Vaihda %1 (%2) - - - (change) - (vaihtoraha) - - + EditAddressDialog @@ -796,39 +457,7 @@ &Address &Osoite - - New receiving address - Uusi vastaanottava osoite - - - New sending address - Uusi lähettävä osoite - - - Edit receiving address - Muokkaa vastaanottajan osoitetta - - - Edit sending address - Muokkaa lähtevää osoitetta - - - The entered address "%1" is already in the address book. - Osoite "%1" on jo osoitekirjassa. - - - The entered address "%1" is not a valid Bitcoin address. - Antamasi osoite "%1" ei ole validi Blackcoin-osoite. - - - Could not unlock wallet. - Lompakkoa ei voitu avata. - - - New key generation failed. - Uuden avaimen luonti epäonnistui. - - + FreespaceChecker @@ -854,10 +483,6 @@ HelpMessageDialog - - Bitcoin Core - Blackcoin More - version versio @@ -867,8 +492,8 @@ (%1-bit) - About Bitcoin Core - Tietoja Blackcoin More + About %1 + Tietoja %1 Command-line options @@ -907,7 +532,7 @@ Näytä aloitusruutu käynnistyksen yhteydessä (oletus: %u) - Reset all settings changes made over the GUI + Reset all settings changed in the GUI Nollaa kaikki graafisen käyttöliittymän kautta tehdyt muutokset @@ -918,16 +543,16 @@ Tervetuloa - Welcome to Bitcoin Core. - Tervetuloa Blackcoin More + Welcome to %1. + Tervetuloa %1 pariin. - As this is the first time the program is launched, you can choose where Bitcoin Core will store its data. - Tämän on ensimmäinen kerta kun Blackcoin More on käynnistetty joten voit valita data-hakemiston paikan. + As this is the first time the program is launched, you can choose where %1 will store its data. + Tämä on ensimmäinen kerta, kun %1 on käynnistetty, joten voit valita data-hakemiston paikan. - Bitcoin Core will download and store a copy of the Bitcoin block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Blackcoin More lataa ja tallentaa kopion Blackcoinin lohkoketjusta. Vähintään %1GB dataa tullaan tallentamaan tähän hakemistoon ja tarve kasvaa ajan myötä. Lomakko tullaan myös tallentamaan tähän hakemistoon. + %1 will download and store a copy of the Bitcoin block chain. At least %2GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + %1 lataa ja tallentaa kopion Blackcoinin lohkoketjusta. Vähintään %2Gt dataa tullaan tallentamaan tähän hakemistoon, ja tarve kasvaa ajan myötä. Lompakko tullaan myös tallentamaan tähän hakemistoon. Use the default data directory @@ -937,10 +562,6 @@ Use a custom data directory: Määritä oma kansio: - - Bitcoin Core - Blackcoin More - Error: Specified data directory "%1" cannot be created. Virhe: Annettu datahakemistoa "%1" ei voida luoda. @@ -958,6 +579,21 @@ (%n Gt tarvittavasta tilasta)(%n Gt tarvittavasta tilasta) + + ModalOverlay + + Form + Lomake + + + Last block time + Viimeisimmän lohkon aika + + + Hide + Piilota + + OpenURIDialog @@ -976,11 +612,7 @@ Select payment request file Valitse maksupyynnön tiedosto - - Select payment request file to open - Valitse maksypyynnön tiedosto avattavaksi - - + OptionsDialog @@ -991,6 +623,14 @@ &Main &Yleiset + + Automatically start %1 after logging in to the system. + Käynnistä %1 automaattisesti järjestelmään kirjautumisen jälkeen. + + + &Start %1 on system login + &Käynnistä %1 järjestelmään kirjautuessa + Size of &database cache &Tietokannan välimuistin koko @@ -1019,10 +659,6 @@ Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu. Minimoi ikkuna ohjelman sulkemisen sijasta kun ikkuna suljetaan. Kun tämä asetus on käytössä, ohjelma suljetaan vain valittaessa valikosta Poistu. - - The user interface language can be set here. This setting will take effect after restarting Bitcoin Core. - Käyttöliittymän kieli voidaan asettaa tässä. Tämä asetus tulee käyttöön vasta kun Blackcoin More käynnistetään uudelleen. - 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 |. Ulkopuoliset URL-osoitteet (esim. block explorer,) jotka esiintyvät siirrot-välilehdellä valikossa. %s URL-osoitteessa korvataan siirtotunnuksella. Useampi URL-osoite on eroteltu pystyviivalla |. @@ -1047,14 +683,6 @@ &Network &Verkko - - Automatically start Bitcoin Core after logging in to the system. - Käynnistä Blackcoin More automaattisesti järjestelmään kirjautumisen jälkeen. - - - &Start Bitcoin Core on system login - &Käynnistä Blackcoin More järjestelmään kirjautuessa - (0 = auto, <0 = leave that many cores free) (0 = auto, <0 = jätä näin monta ydintä vapaaksi) @@ -1159,6 +787,10 @@ User Interface &language: &Käyttöliittymän kieli + + The user interface language can be set here. This setting will take effect after restarting %1. + Tässä voit määritellä käyttöliittymän kielen. Muutokset astuvat voimaan seuraavan kerran, kun %1 käynnistetään. + &Unit to show amounts in: Yksikkö jona blackcoin-määrät näytetään @@ -1285,95 +917,7 @@ PaymentServer - - URI handling - URI käsittely - - - Invalid payment address %1 - Virheellinen maksuosoite %1 - - - Payment request rejected - Maksupyyntö hylätty - - - Payment request network doesn't match client network. - Maksypyyntö verkossa ei täsmää asiakasohjelman verkkoon. - - - Payment request is not initialized. - Maksupyyntöä ei ole alustettu. - - - Requested payment amount of %1 is too small (considered dust). - Maksupyyntö %1 on liian pieni (huomioidaan tomuna). - - - Payment request error - Maksupyyntövirhe - - - Cannot start bitcoin: click-to-pay handler - Ei voida käynnistää blackcoin: klikkaa-maksu käsittelijää - - - Payment request fetch URL is invalid: %1 - Maksupyynnön haku URL on virheellinen: %1 - - - URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. - URIa ei voitu jäsentää! Tämä voi johtua kelvottomasta Blackcoin-osoitteesta tai virheellisistä URI parametreista. - - - Payment request file handling - Maksupyynnön tiedoston käsittely - - - Payment request file cannot be read! This can be caused by an invalid payment request file. - Maksupyynnön tiedostoa ei voida lukea! Tämä voi aiheutua sopimattomasta maksupyyntötiedostosta. - - - Payment request expired. - Maksupyyntö on vanhentunut. - - - Unverified payment requests to custom payment scripts are unsupported. - Varmistamattomia maksupyyntöjä kustomoituun maksupalveluun ei tueta. - - - Invalid payment request. - Epäkelpo maksupyyntö. - - - Refund from %1 - Maksupalautus %1:sta - - - Payment request %1 is too large (%2 bytes, allowed %3 bytes). - Maksupyyntö %1 on liian suuri (%2 tavua, sallittu %3 tavua). - - - Error communicating with %1: %2 - Virhe kommunikoidessa %1n kanssa: %2 - - - Payment request cannot be parsed! - Maksupyyntöä ei voida jäsentää! - - - Bad response from server %1 - Huono vastaus palvelimelta %1 - - - Payment acknowledged - Rahansiirto tunnistettu - - - Network request error - Tietoverkon pyyntövirhe - - + PeerTableModel @@ -1384,11 +928,7 @@ Node/Service Noodi/Palvelu - - Ping Time - Vasteaika - - + QObject @@ -1427,32 +967,19 @@ %1 ms %1 ms - + + %1 and %2 + %1 ja %2 + + + + QObject::QObject + QRImageWidget - - &Save Image... - &Tallenna kuva - - - &Copy Image - &Kopioi kuva - - - Save QR Code - Tallenna QR-koodi - - - PNG Image (*.png) - PNG kuva (*.png) - - + RPCConsole - - Client name - Pääteohjelman nimi - N/A Ei saatavilla @@ -1473,14 +1000,14 @@ General Yleinen - - Using OpenSSL version - Käytössä oleva OpenSSL-versio - Using BerkeleyDB version Käyttää BerkeleyDB-versiota + + Datadir + Data-hakemisto + Startup time Käynnistysaika @@ -1517,10 +1044,6 @@ Memory usage Muistin käyttö - - Open the Bitcoin Core debug log file from the current data directory. This can take a few seconds for large log files. - Avaa Blackcoin Moren debug-loki tämänhetkisestä datahakemistosta. Tämä voi viedä muutaman sekunnin suurille lokitiedostoille. - Received Vastaanotetut @@ -1569,6 +1092,18 @@ User Agent Käyttöliittymä + + Open the %1 debug log file from the current data directory. This can take a few seconds for large log files. + Avaa %1 -debug-loki tämänhetkisestä data-hakemistosta. Tämä voi viedä muutaman sekunnin suurille lokitiedostoille. + + + Decrease font size + Pienennä fontin kokoa + + + Increase font size + Suurenna fontin kokoa + Services Palvelut @@ -1637,10 +1172,6 @@ Out: Ulos: - - Build date - Kääntöpäiväys - Debug log file Debug lokitiedosto @@ -1649,14 +1180,6 @@ Clear console Tyhjennä konsoli - - &Disconnect Node - &Katkaise yhteys solmukohtaan - - - Ban Node for - Estä solmukohta - 1 &hour 1 &tunti @@ -1673,14 +1196,6 @@ 1 &year 1 &vuosi - - &Unban Node - &Poista solmukohdan esto - - - Welcome to the Bitcoin Core RPC console. - Tervetuloa Blackcoin Moren RPC-konsoliin. - Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. Ylös- ja alas-nuolet selaavat historiaa ja <b>Ctrl-L</b> tyhjentää ruudun. @@ -1808,19 +1323,7 @@ Remove Poista - - Copy label - Kopioi nimi - - - Copy message - Kopioi viesti - - - Copy amount - Kopioi määrä - - + ReceiveRequestDialog @@ -1839,74 +1342,14 @@ &Save Image... &Tallenna kuva - - Request payment to %1 - Vastaanota maksu %1 - - - Payment information - Maksutiedot - - - URI - URI - - - Address - Osoite - - - Amount - Määrä - - - Label - Nimi - - - Message - Viesti - - - Resulting URI too long, try to reduce the text for label / message. - Tuloksen URI liian pitkä, yritä lyhentää otsikon tekstiä / viestiä. - - - Error encoding URI into QR Code. - Virhe käännettäessä URI:a QR-koodiksi. - - + RecentRequestsTableModel Date Aika - - Label - Nimi - - - Message - Viesti - - - Amount - Määrä - - - (no label) - (ei nimeä) - - - (no message) - (ei viestiä) - - - (no amount) - (ei määrää) - - + SendCoinsDialog @@ -1941,10 +1384,6 @@ Amount: Määrä: - - Priority: - Prioriteetti: - Fee: Palkkio: @@ -2005,10 +1444,6 @@ (Smart fee not initialized yet. This usually takes a few blocks...) (Älykästä rahansiirtokulua ei ole vielä alustettu. Tähän kuluu yleensä aikaa muutaman lohkon verran...) - - Confirmation time: - Vahvistusaika: - normal normaali @@ -2017,14 +1452,6 @@ fast nopea - - Send as zero-fee transaction if possible - Lähetä siirtokuluttomana jos mahdollista - - - (confirmation may take longer) - (vahvistaminen voi viedä kauemmin) - Send to multiple recipients at once Lähetä usealla vastaanottajalle samanaikaisesti @@ -2057,119 +1484,7 @@ S&end &Lähetä - - Confirm send coins - Hyväksy Blackcoinien lähettäminen - - - %1 to %2 - %1 to %2 - - - Copy quantity - Kopioi määrä - - - Copy amount - Kopioi määrä - - - Copy fee - Kopioi palkkio - - - Copy after fee - Kopioi palkkion jälkeen - - - Copy bytes - Kopioi tavut - - - Copy priority - Kopioi prioriteetti - - - Copy change - Kopioi vaihtoraha - - - Total Amount %1 - Kokonaismäärä %1 - - - or - tai - - - The amount to pay must be larger than 0. - Maksettavan summan tulee olla suurempi kuin 0 Blackcoinia. - - - The amount exceeds your balance. - Määrä ylittää käytettävissä olevan saldon. - - - The total exceeds your balance when the %1 transaction fee is included. - Kokonaismäärä ylittää saldosi kun %1 maksukulu lisätään summaan. - - - Transaction creation failed! - Rahansiirron luonti epäonnistui! - - - 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. - Rahansiirto hylättiin! Tämä saattaa tapahtua jos lompakossa olevat kolikot on jo kulutettu, kuten jos käytät kopioita wallet.dat tiedostosta ja kolikot oli jos käytetty mutta ei merkattu täällä. - - - A fee higher than %1 is considered an absurdly high fee. - Rahansiirtokulua %1 ja sitä suurempia määriä pidetään järjenvastaisen korkeana kuluna. - - - Payment request expired. - Maksupyyntö on vanhentunut. - - - Pay only the required fee of %1 - Maksa vain vaadittu kulu kooltaan %1 - - - Estimated to begin confirmation within %n block(s). - Vahvistuminen alkaa arviolta %n lohkon päästä.Vahvistuminen alkaa arviolta %n lohkon päästä. - - - The recipient address is not valid. Please recheck. - Vastaanottajan osoite ei ole kelvollinen. Tarkistathan uudelleen. - - - Duplicate address found: addresses should only be used once each. - Duplikaattiosoite löytyi: kutakin osoitetta pitäisi käyttää vain kerran. - - - Warning: Invalid Bitcoin address - Varoitus: Virheellinen Blackcoin osoite - - - (no label) - (ei nimeä) - - - Warning: Unknown change address - Varoitus: Tuntematon vaihtorahan osoite - - - Copy dust - Kopioi tomu - - - Are you sure you want to send? - Haluatko varmasti lähettää? - - - added as transaction fee - lisätty rahansiirtomaksuna - - + SendCoinsEntry @@ -2180,10 +1495,6 @@ Pay &To: Maksun saaja: - - Enter a label for this address to add it to your address book - Anna nimi tälle osoitteelle, jos haluat lisätä sen osoitekirjaan - &Label: &Nimi: @@ -2216,6 +1527,10 @@ Remove this entry Poista tämä alkio + + The fee will be deducted from the amount being sent. The recipient will receive less bitcoins than you enter in the amount field. If multiple recipients are selected, the fee is split equally. + Kulu vähennetään lähetettävästä määrästä. Saaja vastaanottaa vähemmän blackcoineja kuin merkitset Määrä-kenttään. Jos saajia on monia, kulu jaetaan tasan. + S&ubtract fee from amount V&ähennä maksukulu määrästä @@ -2248,12 +1563,15 @@ Memo: Muistio: - + + + SendConfirmationDialog + ShutdownWindow - Bitcoin Core is shutting down... - Blackcoin More sulkeutuu... + %1 is shutting down... + %1 sulkeutuu... Do not shut down the computer until this window disappears. @@ -2338,69 +1656,9 @@ Reset all verify message fields Tyhjennä kaikki varmista-viesti-kentät - - Click "Sign Message" to generate signature - Klikkaa "Allekirjoita Viesti luodaksesi allekirjoituksen - - - The entered address is invalid. - Syötetty osoite on virheellinen. - - - Please check the address and try again. - Tarkista osoite ja yritä uudelleen. - - - The entered address does not refer to a key. - Syötetyn osoitteen avainta ei löydy. - - - Wallet unlock was cancelled. - Lompakon avaaminen peruttiin. - - - Private key for the entered address is not available. - Yksityistä avainta syötetylle osoitteelle ei ole saatavilla. - - - Message signing failed. - Viestin allekirjoitus epäonnistui. - - - Message signed. - Viesti allekirjoitettu. - - - The signature could not be decoded. - Allekirjoitusta ei pystytty tulkitsemaan. - - - Please check the signature and try again. - Tarkista allekirjoitus ja yritä uudelleen. - - - The signature did not match the message digest. - Allekirjoitus ei täsmää viestin tiivisteeseen. - - - Message verification failed. - Viestin varmistus epäonnistui. - - - Message verified. - Viesti varmistettu. - - + SplashScreen - - Bitcoin Core - Blackcoin More - - - The Bitcoin Core developers - Blackcoin More kehittäjät - [testnet] [testnet] @@ -2415,420 +1673,32 @@ TransactionDesc - - Open until %1 - Avoinna %1 asti - - - conflicted - ristiriitainen - - - %1/offline - %1/offline - - - %1/unconfirmed - %1/vahvistamaton - - - %1 confirmations - %1 vahvistusta - - - Status - Tila - - - , broadcast through %n node(s) - lähetetty %n noodin läpilähetetty %n noodin läpi - Date - Päivämäärä + Aika - - Source - Lähde - - - Generated - Generoitu - - - From - Lähettäjä - - - To - Saaja - - - own address - oma osoite - - - watch-only - vain katseltava - - - label - nimi - - - Credit - Credit - - - matures in %n more block(s) - kypsyy %n lohkon kuluttuakypsyy %n lohkon kuluttua - - - not accepted - ei hyväksytty - - - Debit - Debit - - - Total debit - Yhteensä debit - - - Total credit - Yhteensä credit - - - Transaction fee - Maksukulu - - - Net amount - Netto määrä - - - Message - Viesti - - - Comment - Viesti - - - Transaction ID - Siirtotunnus - - - Merchant - Kauppias - - - 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. - Luodut kolikot täytyy kypsyttää %1 lohkoa kunnes ne voidaan käyttää. Kun loit tämän lohkon, se lähetettiin verkkoon lisänä lohkoketjuun. Jos se epäonnistuu pääsemään ketjuun sen tila tulee muuttumaan "ei hyväksytty" ja sitä ei voida käyttää. Tämä voi ajoittain tapahtua kun toisen solmun lohko luodaan samanaikaisesti omasi kanssa. - - - Debug information - Debug tiedot - - - Transaction - Rahansiirto - - - Inputs - Sisääntulot - - - Amount - Määrä - - - true - tosi - - - false - epätosi - - - , has not been successfully broadcast yet - , ei ole vielä onnistuneesti lähetetty - - - Open for %n more block(s) - Avoinna %n lisälohkolleAvoinna %n lisälohkolle - - - unknown - tuntematon - - + TransactionDescDialog - - Transaction details - Rahansiirron yksityiskohdat - This pane shows a detailed description of the transaction Tämä ruutu näyttää yksityiskohtaisen tiedon rahansiirrosta - + TransactionTableModel Date - Päivämäärä + Aika - - Type - Laatu - - - Immature (%1 confirmations, will be available after %2) - Epäkypsä (%1 varmistusta, saatavilla %2 jälkeen) - - - Open for %n more block(s) - Avoinna %n lisälohkolleAvoinna %n lisälohkolle - - - Open until %1 - Avoinna %1 asti - - - Confirmed (%1 confirmations) - Vahvistettu (%1 vahvistusta) - - - This block was not received by any other nodes and will probably not be accepted! - Tätä lohkoa ei vastaanotettu mistään muusta solmusta ja sitä ei mahdollisesti hyväksytä! - - - Generated but not accepted - Generoitu mutta ei hyväksytty - - - Offline - Offline - - - Label - Nimi - - - Unconfirmed - Varmistamaton - - - Confirming (%1 of %2 recommended confirmations) - Varmistetaan (%1 kehoitetusta %2 varmistuksesta) - - - Conflicted - Ristiriitainen - - - Received with - Vastaanotettu osoitteella - - - Received from - Vastaanotettu - - - Sent to - Saaja - - - Payment to yourself - Maksu itsellesi - - - Mined - Louhittu - - - watch-only - vain katseltava - - - (n/a) - (ei saatavilla) - - - Transaction status. Hover over this field to show number of confirmations. - Rahansiirron tila. Siirrä osoitin kentän päälle nähdäksesi vahvistusten lukumäärä. - - - Date and time that the transaction was received. - Rahansiirron vastaanottamisen päivämäärä ja aika. - - - Type of transaction. - Rahansiirron laatu. - - - Whether or not a watch-only address is involved in this transaction. - Onko rahansiirrossa mukana ainoastaan katseltava osoite vai ei. - - - User-defined intent/purpose of the transaction. - Käyttäjän määrittämä käyttötarkoitus rahansiirrolle. - - - Amount removed from or added to balance. - Saldoon lisätty tai siitä vähennetty määrä. - - + TransactionView - - All - Kaikki - - - Today - Tänään - - - This week - Tällä viikolla - - - This month - Tässä kuussa - - - Last month - Viime kuussa - - - This year - Tänä vuonna - - - Range... - Alue... - - - Received with - Vastaanotettu osoitteella - - - Sent to - Saaja - - - To yourself - Itsellesi - - - Mined - Louhittu - - - Other - Muu - - - Enter address or label to search - Anna etsittävä osoite tai tunniste - - - Min amount - Minimimäärä - - - Copy address - Kopioi osoite - - - Copy label - Kopioi nimi - - - Copy amount - Kopioi määrä - - - Copy transaction ID - Kopioi siirtotunnus - - - Copy raw transaction - Kopioi rahansiirron raakavedos - - - Edit label - Muokkaa nimeä - - - Show transaction details - Näytä rahansiirron yksityiskohdat - - - Export Transaction History - Vie rahansiirtohistoria - - - Watch-only - Vain katseltava - - - Exporting Failed - Vienti epäonnistui - - - There was an error trying to save the transaction history to %1. - Rahansiirron historian tallentamisessa tapahtui virhe paikkaan %1. - - - Exporting Successful - Vienti onnistui - - - The transaction history was successfully saved to %1. - Rahansiirron historia tallennettiin onnistuneesti paikkaan %1. - - - Comma separated file (*.csv) - Comma separated file (*.csv) - - - Confirmed - Vahvistettu - Date Aika - - Type - Laatu - - - Label - Nimi - - - Address - Osoite - - - ID - ID - - - Range: - Alue: - - - to - kenelle - - + UnitDisplayStatusBarControl @@ -2838,53 +1708,17 @@ WalletFrame - - No wallet has been loaded. - Lomakkoa ei ole ladattu. - - + WalletModel - - Send Coins - Lähetä Blackcoineja - - + WalletView &Export - &Vie... + &Vie - - Export the data in the current tab to a file - Vie auki olevan välilehden tiedot tiedostoon - - - Backup Wallet - Varmuuskopioi lompakko - - - Wallet Data (*.dat) - Lompakkodata (*.dat) - - - Backup Failed - Varmuuskopio epäonnistui - - - There was an error trying to save the wallet data to %1. - Lompakon tallennuksessa tapahtui virhe %1. - - - The wallet data was successfully saved to %1. - Lompakko tallennettiin onnistuneesti tiedostoon %1. - - - Backup Successful - Varmuuskopio Onnistui - - + bitcoin-core @@ -2911,10 +1745,30 @@ If <category> is not supplied or if <category> = 1, output all debugging information. Jos <category> on toimittamatta tai jos <category> = 1, tulosta kaikki debug-tieto. + + Prune configured below the minimum of %d MiB. Please use a higher number. + Karsinta konfiguroitu alle minimin %d MiB. Käytä surempaa numeroa. + + + Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node) + Karsinta: viime lompakon synkronisointi menee karsitun datan taakse. Sinun tarvitsee ajaa -reindex (lataa koko lohkoketju uudelleen tapauksessa jossa karsiva noodi) + + + Rescans are not possible in pruned mode. You will need to use -reindex which will download the whole blockchain again. + Uudelleenskannaukset eivät ole mahdollisia karsivassa tilassa. Sinun täytyy käyttää -reindex joka lataa koko lohkoketjun uudelleen. + Error: A fatal internal error occurred, see debug.log for details Virhe: Kriittinen sisäinen virhe kohdattiin, katso debug.log lisätietoja varten + + Fee (in %s/kB) to add to transactions you send (default: %s) + Kulu (muodossa %s/kB) joka lisätään rahansiirtoihin joita lähetät (oletus: %s) + + + Pruning blockstore... + Karsitaan lohkovarastoa... + Run in the background as a daemon and accept commands Aja taustalla daemonina ja hyväksy komennot @@ -2924,52 +1778,52 @@ HTTP-palvelinta ei voitu käynnistää. Katso debug-lokista lisätietoja. - Accept connections from outside (default: 1 if no -proxy or -connect) - Hyväksy yhteyksiä ulkopuolelta (vakioasetus: 1 jos -proxy tai -connect ei määritelty) + Bitcoin Core + Blackcoin More + + + The %s developers + %s kehittäjät Bind to given address and always listen on it. Use [host]:port notation for IPv6 Kytkeydy annettuun osoitteeseen ja pidä linja aina auki. Käytä [host]:portin merkintätapaa IPv6:lle. + + Cannot obtain a lock on data directory %s. %s is probably already running. + Ei voida lukita data-hakemistoa %s. %s on luultavasti jo käynnissä. + Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) Suorita käsky kun lompakossa rahansiirto muuttuu (%s cmd on vaihdettu TxID kanssa) + + Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly. + Tarkistathan että tietokoneesi päivämäärä ja kellonaika ovat oikeassa! Jos kellosi on väärässä, %s ei toimi oikein. + + + Please contribute if you find %s useful. Visit %s for further information about the software. + Ole hyvä ja avusta, jos %s on mielestäsi hyödyllinen. Vieraile %s saadaksesi lisää tietoa ohjelmistosta. + Set the number of script verification threads (%u to %d, 0 = auto, <0 = leave that many cores free, default: %d) Aseta script varmistuksen threadien lukumäärä (%u - %d, 0= auto, <0 = jätä näin monta ydintä vapaaksi, oletus: %d) - This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - Tämä on esi-julkaistu testiversio - Käytä omalla riskillä - Ei saa käytää louhimiseen tai kauppasovelluksiin. - - - Unable to bind to %s on this computer. Bitcoin Core is probably already running. - Ei voida yhdistää %s tässä tietokoneessa. Blackcoin More on luultavasti jo käynnissä. + The block database contains a block which appears to be from the future. This may be due to your computer's date and time being set incorrectly. Only rebuild the block database if you are sure that your computer's date and time are correct + Lohkotietokanta sisältää lohkon, joka vaikuttaa olevan tulevaisuudesta. Tämä saattaa johtua tietokoneesi virheellisesti asetetuista aika-asetuksista. Rakenna lohkotietokanta uudelleen vain jos olet varma, että tietokoneesi päivämäärä ja aika ovat oikein. Use UPnP to map the listening port (default: 1 when listening and no -proxy) Käytä UPnP:ta kuuntelevan portin kartoitukseen (oletus: 1 kun kuunnellaan ja -proxy ei käytössä) - WARNING: abnormally high number of blocks generated, %d blocks received in the last %d hours (%d expected) - VAROITUS: epätavallisen monta lohkoa generoitu, vastaanotettu %d lohkoa viimeisen %d tunnin aikana (odotettavissa %d) + You need to rebuild the database using -reindex-chainstate to change -txindex + Sinun tulee uudelleenrakentaa tietokanta käyttäen -reindex-chainstate vaihtaaksesi -txindex - WARNING: check your network connection, %d blocks received in the last %d hours (%d expected) - VAROITUS: tarkista verkkoyhteytesi, vastaanotettu %d lohkoa viimeisen %d tunnin aikana (odotettavissa %d) - - - Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. - Varoitus: Tietoverkko ei ole sovussa! Luohijat näyttävät kokevan virhetilanteita. - - - Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. - Varoitus: Olemme vertaisverkon kanssa ristiriidassa! Sinun tulee päivittää tai toisten solmujen tulee päivitää. - - - 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. - Varoitus: wallet.dat -lompakkotiedosto on korruptoitunut, tiedot pelastettu. Alkuperäinen wallet.dat -lompakkotiedosto on tallennettu wallet.{timestamp}.bak kansioon %s; jos balanssisi tai siirtohistoria on virheellinen, sinun tulisi palauttaa lompakkotiedosto varmuuskopiosta. + %s corrupt, salvage failed + %s korruptoitunut, korjaaminen epäonnistui -maxmempool must be at least %d MB @@ -2979,18 +1833,26 @@ <category> can be: <category> voi olla: + + Attempt to recover private keys from a corrupt wallet on startup + Yritä palauttaa yksityiset avaimet korruptoituneesta lompakosta käynnistyksen yhteydessä + Block creation options: Lohkon luonnin asetukset: - Connect only to the specified node(s) - Yhidstä ainoastaan määrättyihin noodeihin + Cannot resolve -%s address: '%s' + -%s -osoitteen '%s' selvittäminen epäonnistui Connection options: Yhteyden valinnat: + + Copyright (C) %i-%i + Tekijänoikeus (C) %i-%i + Corrupted block database detected Vioittunut lohkotietokanta havaittu @@ -3019,6 +1881,18 @@ Error initializing wallet database environment %s! Virhe alustaessa lompakon tietokantaympäristöä %s! + + Error loading %s + Virhe ladattaessa %s + + + Error loading %s: Wallet corrupted + Virhe ladattaessa %s: Lompakko vioittunut + + + Error loading %s: Wallet requires newer version of %s + Virhe ladattaessa %s: Tarvitset uudemman %s -version + Error loading block database Virhe avattaessa lohkoketjua @@ -3047,6 +1921,22 @@ Invalid -onion address: '%s' Virheellinen -onion osoite: '%s' + + Invalid amount for -%s=<amount>: '%s' + Virheellinen määrä -%s=<amount>: '%s' + + + Invalid amount for -fallbackfee=<amount>: '%s' + Virheellinen määrä -fallbackfee=<amount>: '%s' + + + Loading banlist... + Ladataan kieltolistaa... + + + Location of the auth cookie (default: data dir) + Todennusevästeen sijainti (oletus: datahakemisto) + Not enough file descriptors available. Ei tarpeeksi tiedostomerkintöjä vapaana. @@ -3055,6 +1945,14 @@ Only connect to nodes in network <net> (ipv4, ipv6 or onion) Yhdistä vain solmukohtiin <net>-verkossa (ipv4, ipv6 tai onion) + + Print this help message and exit + Näytä tämä ohjeviesti ja poistu + + + Print version and exit + Näytä versio ja poistu. + Prune mode is incompatible with -txindex. Karsittu tila ei ole yhteensopiva -txindex:n kanssa. @@ -3071,6 +1969,22 @@ Specify wallet file (within data directory) Aseta lompakkotiedosto (data-hakemiston sisällä) + + The source code is available from %s. + Lähdekoodi löytyy %s. + + + Unsupported argument -benchmark ignored, use -debug=bench. + Argumenttia -benchmark ei tueta, käytä -debug=bench. + + + Unsupported argument -debugnet ignored, use -debug=net. + Argumenttia -debugnet ei tueta, käytä -debug=net. + + + Unsupported argument -tor found, use -onion. + Argumenttia -tor ei tueta, käytä -onion. + Use UPnP to map the listening port (default: %u) Käytä UPnP:ta kuuntelevan portin kartoittamiseen (oletus: %u) @@ -3087,25 +2001,25 @@ Wallet %s resides outside data directory %s Lompakko %s sijaitsee data-hakemiston ulkopuolella %s + + Wallet needed to be rewritten: restart %s to complete + Lompakko tarvitsee uudelleenkirjoittaa: käynnistä %s uudelleen + Wallet options: Lompakon valinnat: - - Warning: This version is obsolete; upgrade required! - Varoitus: Tämä versio on vanhentunut; päivittämistä vaaditaan! - - - You need to rebuild the database using -reindex to change -txindex - Sinun tulee uudelleenrakentaa tietokanta käyttäen -reindex vaihtaen -txindex - 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 Salli JSON-RPC-yhteydet määritetystä lähteestä. Kelvolliset arvot <ip> ovat yksittäinen IP (esim. 1.2.3.4), verkko/verkkomaski (esim. 1.2.3.4/255.255.255.0) tai verkko/luokaton reititys (esim. 1.2.3.4/24). Tätä valintatapaa voidaan käyttää useita kertoja - Cannot obtain a lock on data directory %s. Bitcoin Core is probably already running. - Ei voida lukita data-hakemistoa %s. Blackcoin More on luultavasti jo käynnissä. + Discover own IP addresses (default: 1 when listening and no -externalip or -proxy) + Paljasta omat IP-osoitteet (oletus: 1 kun kuunnellaan ja -externalip tai -proxy ei ole käytössä) + + + Error: Listening for incoming connections failed (listen returned error %s) + Virhe: Saapuvien yhteyksien kuuntelu epäonnistui (kuuntelu palautti virheen %s) Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message) @@ -3116,8 +2030,8 @@ Aseta maksimikoko korkea prioriteetti/pieni palkkio rahansiirtoihin tavuissa (oletus: %d) - Set the number of threads for coin generation if enabled (-1 = all cores, default: %d) - Aseta kolikoiden luomiseen tarkoitettujen säikeiden lukumäärä (-1 = kaikki ytimet, oletus: %d) + The transaction amount is too small to send after the fee has been deducted + Siirtomäärä on liian pieni lähetettäväksi kulun vähentämisen jälkeen. (default: %u) @@ -3128,53 +2042,41 @@ Hyväksy julkisia REST-pyyntöjä (oletus: %u) - Activating best chain... - Aktivoidaan parhainta ketjua... - - - Attempt to recover private keys from a corrupt wallet.dat on startup - Yritä palauttaa yksityiset avaimet korruptoituneesta wallet.dat-tiedostosta käynnistyksen yhteydessä - - - Cannot resolve -whitebind address: '%s' - -whitebind -osoitetta '%s' ei voida jäsentää + Automatically create Tor hidden service (default: %d) + Luo Tor-salattu palvelu automaattisesti (oletus: %d) Connect through SOCKS5 proxy Yhdistä SOCKS5 proxin kautta - - Copyright (C) 2009-%i The Bitcoin Core Developers - Copyright (C) 2018-%i Blackcoin More kehittäjät - - - Error loading wallet.dat: Wallet requires newer version of Bitcoin Core - Virhe ladattaessa wallet.dat-tiedostoa: Tarvitset uudemman version Blackcoinista - Error reading from database, shutting down. Virheitä tietokantaa luettaessa, ohjelma pysäytetään. + + Imports blocks from external blk000??.dat file on startup + Tuo lohkot ulkoisesta blk000??.dat -tiedostosta käynnistettäessä + Information Tietoa - Invalid amount for -maxtxfee=<amount>: '%s' - Virheellinen määrä -maxtxfee=<amount>: '%s' + Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) + Kelvoton määrä argumentille -paytxfee=<amount>: '%s' (pitää olla vähintään %s) - Invalid amount for -minrelaytxfee=<amount>: '%s' - Virheellinen määrä -minrelaytxfee=<amount>: '%s' - - - Invalid amount for -mintxfee=<amount>: '%s' - Virheellinen määrä -mintxfee=<amount>: '%s' + Invalid netmask specified in -whitelist: '%s' + Kelvoton verkkopeite määritelty argumentissa -whitelist: '%s' Keep at most <n> unconnectable transactions in memory (default: %u) Pidä enimmillään <n> yhdistämiskelvotonta rahansiirtoa muistissa (oletus: %u) + + Need to specify a port with -whitebind: '%s' + Pitää määritellä portti argumentilla -whitebind: '%s' + Node relay options: Välityssolmukohdan asetukset: @@ -3183,10 +2085,6 @@ RPC server options: RPC-palvelimen valinnat: - - Receive and display P2P network alerts (default: %u) - Vastaanota ja näytä P2P-verkon hälytyksiä (oletus: %u) - Rescan the block chain for missing wallet transactions on startup Uudelleenskannaa lohkoketju käynnistyksen yhteydessä puuttuvien lompakon rahansiirtojen vuoksi @@ -3227,10 +2125,6 @@ Transaction amount too small Siirtosumma liian pieni - - Transaction amounts must be positive - Siirtosumman tulee olla positiivinen - Transaction too large for fee policy Rahansiirto on liian suuri maksukulukäytännölle @@ -3247,10 +2141,6 @@ Username for JSON-RPC connections Käyttäjätunnus JSON-RPC-yhteyksille - - Wallet needed to be rewritten: restart Bitcoin Core to complete - Lompakko tarvitsee uudelleenkirjoittaa: käynnistä Blackcoin uudelleen - Warning Varoitus @@ -3267,10 +2157,6 @@ ZeroMQ notification options: ZeroMQ-ilmoitusasetukset: - - wallet.dat corrupt, salvage failed - wallet.dat -lompakkotiedosto korruptoitunut, korjaaminen epäonnistui - Password for JSON-RPC connections Salasana JSON-RPC-yhteyksille @@ -3279,10 +2165,6 @@ Execute command when the best block changes (%s in cmd is replaced by block hash) Suorita käsky kun paras lohko muuttuu (%s cmd on vaihdettu block hashin kanssa) - - This help message - Tämä ohjeviesti - Allow DNS lookups for -addnode, -seednode and -connect Salli DNS kyselyt -addnode, -seednode ja -connect yhteydessä @@ -3291,30 +2173,22 @@ Loading addresses... Ladataan osoitteita... - - Error loading wallet.dat: Wallet corrupted - Virhe ladattaessa wallet.dat-tiedostoa: Lompakko vioittunut - -maxtxfee is set very high! Fees this large could be paid on a single transaction. -maxtxfee on asetettu erittäin suureksi! Tämänkokoisia kuluja saatetaan maksaa yhdessä rahansiirrossa. - - -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. - -paytxfee on asetettu erittäin suureksi! Tämä on rahansiirtokulu, jonka maksat, mikäli lähetät rahansiirron. - Do not keep transactions in the mempool longer than <n> hours (default: %u) Älä pidä rahansiirtoja muistivarannoissa kauemmin kuin <n> tuntia (oletus: %u) - - Error reading wallet.dat! All keys read correctly, but transaction data or address book entries might be missing or incorrect. - Virhe lukiessa wallet.dat-tiedostoa! Kaikki avaimet luettiin onnistuneesti, mutta rahansiirtotiedot tai osoitekirjan sisältö saattavat olla muuttuneita tai vääriä. - How thorough the block verification of -checkblocks is (0-4, default: %u) Kuinka läpikäyvä lohkojen -checkblocks -todennus on (0-4, oletus: %u) + + Output debugging information (default: %u, supplying <category> is optional) + Tulosta debuggaustieto (oletus: %u, annettu <category> valinnainen) + Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) Käytä erillistä SOCKS5-proxyä tavoittaaksesi vertaisia Tor-piilopalveluiden kautta (oletus: %s) @@ -3327,14 +2201,6 @@ Always query for peer addresses via DNS lookup (default: %u) Pyydä vertaisten osoitteita aina DNS-kyselyjen avulla (oletus: %u) - - Error loading wallet.dat - Virhe ladattaessa wallet.dat-tiedostoa - - - Generate coins (default: %u) - Luo kolikoita (oletus: %u) - How many blocks to check at startup (default: %u, 0 = all) Kuinka monta lohkoa tarkistetaan käynnistyksessä (oletus: %u, 0 = kaikki) @@ -3388,8 +2254,8 @@ Aseta avainaltaan kooksi <n> (oletus: %u) - Set minimum block size in bytes (default: %u) - Aseta pienin mahdollinen lohkokoko tavuina (oletus: %u) + Set maximum BIP141 block weight (default: %d) + Aseta suurin BIP141-lohkopaino (oletus: %d) Set the number of threads to service RPC calls (default: %d) @@ -3419,18 +2285,6 @@ Unknown network specified in -onlynet: '%s' Tuntematon verkko -onlynet parametrina: '%s' - - Cannot resolve -bind address: '%s' - -bind osoitteen '%s' selvittäminen epäonnistui - - - Cannot resolve -externalip address: '%s' - -externalip osoitteen '%s' selvittäminen epäonnistui - - - Invalid amount for -paytxfee=<amount>: '%s' - -paytxfee=<amount>: '%s' on virheellinen - Insufficient funds Lompakon saldo ei riitä diff --git a/src/qt/locale/bitcoin_fr.ts b/src/qt/locale/bitcoin_fr.ts index 1bd252cf2..652ec6f78 100644 --- a/src/qt/locale/bitcoin_fr.ts +++ b/src/qt/locale/bitcoin_fr.ts @@ -15,7 +15,7 @@ Copy the currently selected address to the system clipboard - Copier l'adresse courante sélectionnée dans le presse-papiers + Copier l'adresse sélectionnée actuellement dans le presse-papiers &Copy @@ -25,17 +25,13 @@ C&lose &Fermer - - &Copy Address - &Copier l'adresse - Delete the currently selected address from the list - Supprimer l'adresse actuellement sélectionnée de la liste + Supprimer de la liste l'adresse sélectionnée actuellement Export the data in the current tab to a file - Exporter les données de l'onglet courant vers un fichier + Exporter les données de l'onglet actuel vers un fichier &Export @@ -51,7 +47,7 @@ Choose the address to receive coins with - Choisir l'adresse avec laquelle recevoir des pièces + Choisir l'adresse avec laquelle recevoir des pîèces C&hoose @@ -73,6 +69,10 @@ These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. Voici vos adresses Blackcoin pour recevoir des paiements. Il est recommandé d'utiliser une nouvelle adresse de réception pour chaque transaction. + + &Copy Address + &Copier l'adresse + Copy &Label Copier l'é&tiquette @@ -91,7 +91,7 @@ Exporting Failed - L'exportation a échoué + Échec d'exportation There was an error trying to save the address list to %1. Please try again. @@ -131,73 +131,69 @@ Repeat new passphrase Répéter la phrase de passe + + 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>. + Saisissez la nouvelle phrase de passe du porte-monnaie.<br/>Veuillez utiliser une phrase de passe composée de <b>dix caractères aléatoires ou plus</b>, ou de <b>huit mots ou plus</b>. + Encrypt wallet - Chiffrer le portefeuille + Chiffrer le porte-monnaie This operation needs your wallet passphrase to unlock the wallet. - Cette opération nécessite votre phrase de passe pour déverrouiller le portefeuille. + Cette opération nécessite votre phrase de passe pour déverrouiller le porte-monnaie. Unlock wallet - Déverrouiller le portefeuille + Déverrouiller le porte-monnaie This operation needs your wallet passphrase to decrypt the wallet. - Cette opération nécessite votre phrase de passe pour déchiffrer le portefeuille. + Cette opération nécessite votre phrase de passe pour déchiffrer le porte-monnaie. Decrypt wallet - Déchiffrer le portefeuille + Déchiffrer le porte-monnaie Change passphrase Changer la phrase de passe + + Enter the old passphrase and new passphrase to the wallet. + Saisir l'ancienne puis la nouvelle phrase de passe du porte-monnaie. + Confirm wallet encryption - Confirmer le chiffrement du portefeuille + Confirmer le chiffrement du porte-monnaie Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! - Avertissement : si vous chiffrez votre portefeuille et perdez votre phrase de passe, vous <b>PERDREZ TOUS VOS BLACKCOINS:</b> ! + Avertissement : si vous chiffrez votre porte-monnaie et perdez votre phrase de passe, vous <b>PERDREZ TOUS VOS BLACKCOINS</b> ! Are you sure you wish to encrypt your wallet? - Êtes-vous sûr de vouloir chiffrer votre portefeuille ? - - - Bitcoin Core will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - Blackcoin More va maintenant se fermer pour terminer le processus de chiffrement. Souvenez-vous que le chiffrement de votre portefeuille ne peut pas vous protéger complètement contre le vol de vos blackcoins par des programmes malveillants infectant votre ordinateur. - - - 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. - IMPORTANT : Toute sauvegarde précédente de votre fichier de portefeuille devrait être remplacée par le nouveau fichier de portefeuille chiffré. Pour des raisons de sécurité, les sauvegardes précédentes de votre fichier de portefeuille non chiffré deviendront inutilisables dès que vous commencerez à utiliser le nouveau portefeuille chiffré. - - - Warning: The Caps Lock key is on! - Avertissement : la touche Verr. Maj. est activée ! + Voulez-vous vraiment chiffrer votre porte-monnaie ? Wallet encrypted - Portefeuille chiffré + Le porte-monnaie est chiffré - 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>. - Saisissez une nouvelle phrase de passe pour le portefeuille.<br/>Veuillez utiliser une phrase composée de <b>dix caractères aléatoires ou plus</b>, ou bien de <b>huit mots ou plus</b>. + %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. + %1 va maintenant se fermer pour terminer le processus de chiffrement. Souvenez-vous que le chiffrement de votre porte-monnaie ne peut pas protéger entièrement vos blackcoins contre le vol par des logiciels malveillants qui infecteraient votre ordinateur. - Enter the old passphrase and new passphrase to the wallet. - Saisir l'ancienne phrase de passe puis la nouvelle phrase de passe du portefeuille. + 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. + IMPORTANT : toutes les sauvegardes précédentes du fichier de votre porte-monnaie devraient être remplacées par le fichier du porte-monnaie chiffré nouvellement généré. Pour des raisons de sécurité, les sauvegardes précédentes de votre fichier de porte-monnaie non chiffré deviendront inutilisables dès que vous commencerez à utiliser le nouveau porte-monnaie chiffré. Wallet encryption failed - Le chiffrement du portefeuille a échoué + Échec de chiffrement du porte-monnaie Wallet encryption failed due to an internal error. Your wallet was not encrypted. - Le chiffrement du portefeuille a échoué en raison d'une erreur interne. Votre portefeuille n'a pas été chiffré. + Le chiffrement du porte-monnaie a échoué en raison d'une erreur interne. Votre porte-monnaie n'a pas été chiffré. The supplied passphrases do not match. @@ -205,19 +201,23 @@ Wallet unlock failed - Le déverrouillage du portefeuille a échoué + Échec de déverrouillage du porte-monnaie The passphrase entered for the wallet decryption was incorrect. - La phrase de passe saisie pour déchiffrer le portefeuille était incorrecte. + La phrase de passe saisie pour déchiffrer le porte-monnaie était erronée. Wallet decryption failed - Le déchiffrage du portefeuille a échoué + Échec de déchiffrement du porte-monnaie Wallet passphrase was successfully changed. - La phrase de passe du portefeuille a été modifiée avec succès. + La phrase de passe du porte-monnaie a été modifiée avec succès. + + + Warning: The Caps Lock key is on! + Avertissement : la touche Verr. Maj. est activée ! @@ -235,11 +235,11 @@ BitcoinGUI Sign &message... - &Signer le message... + Signer un &message... Synchronizing with network... - Synchronisation avec le réseau en cours… + Synchronisation avec le réseau… &Overview @@ -251,7 +251,7 @@ Show general overview of wallet - Afficher une vue d’ensemble du portefeuille + Afficher une vue d’ensemble du porte-monnaie &Transactions @@ -259,7 +259,7 @@ Browse transaction history - Parcourir l'historique des transactions + Parcourir l'historique transactionnel E&xit @@ -269,6 +269,14 @@ Quit application Quitter l’application + + &About %1 + À &propos de %1 + + + Show information about %1 + Afficher des informations à propos de %1 + About &Qt À propos de &Qt @@ -281,13 +289,17 @@ &Options... &Options… + + Modify configuration options for %1 + Modifier les options de configuration de %1 + &Encrypt Wallet... - &Chiffrer le portefeuille... + &Chiffrer le porte-monnaie... &Backup Wallet... - Sauvegarder le &portefeuille... + Sauvegarder le &porte-monnaie... &Change Passphrase... @@ -303,15 +315,23 @@ Open &URI... - Ouvrir un &URI... + Ouvrir une &URI... - Bitcoin Core client - Client Blackcoin More + Click to disable network activity. + Cliquer pour désactiver l'activité réseau. - Importing blocks from disk... - Importation des blocs à partir du disque... + Network activity disabled. + L'activité réseau est désactivée. + + + Click to enable network activity again. + Cliquer pour réactiver l'activité réseau. + + + Syncing Headers (%1%)... + Synchronisation des en-têtes (%1)... Reindexing blocks on disk... @@ -323,11 +343,11 @@ Backup wallet to another location - Sauvegarder le portefeuille vers un autre emplacement + Sauvegarder le porte-monnaie vers un autre emplacement Change the passphrase used for wallet encryption - Modifier la phrase de passe utilisée pour le chiffrement du portefeuille + Modifier la phrase de passe utilisée pour le chiffrement du porte-monnaie &Debug window @@ -347,7 +367,7 @@ Wallet - Portefeuille + Porte-monnaie &Send @@ -357,21 +377,17 @@ &Receive &Recevoir - - Show information about Bitcoin Core - Montrer des informations à propos de Blackcoin More - &Show / Hide - &Afficher / Cacher + &Afficher / cacher Show or hide the main Window - Afficher ou masquer la fenêtre principale + Afficher ou cacher la fenêtre principale Encrypt the private keys that belong to your wallet - Chiffrer les clefs privées de votre portefeuille + Chiffrer les clés privées qui appartiennent à votre porte-monnaie Sign messages with your Bitcoin addresses to prove you own them @@ -379,7 +395,7 @@ Verify messages to ensure they were signed with specified Bitcoin addresses - Vérifier les messages pour vous assurer qu'ils ont été signés avec les adresses Blackcoin spécifiées + Vérifier les messages pour s'assurer qu'ils ont été signés avec les adresses Blackcoin spécifiées &File @@ -387,7 +403,7 @@ &Settings - &Réglages + &Paramètres &Help @@ -397,21 +413,9 @@ Tabs toolbar Barre d'outils des onglets - - Bitcoin Core - Blackcoin More - Request payments (generates QR codes and bitcoin: URIs) - Demander des paiements (génère des codes QR et des URIs blackcoin:) - - - &About Bitcoin Core - À &propos de Blackcoin More - - - Modify configuration options for Bitcoin Core - Modifier les options de configuration de Blackcoin More + Demander des paiements (génère des codes QR et des URI blackcoin:) Show the list of used sending addresses and labels @@ -423,51 +427,31 @@ Open a bitcoin: URI or payment request - Ouvrir un URI blackcoin: ou une demande de paiement + Ouvrir une URI blackcoin: ou une demande de paiement &Command-line options Options de ligne de &commande - - Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options - Afficher le message d'aide de Blackcoin More pour obtenir une liste des options de ligne de commande Blackcoin possibles. - %n active connection(s) to Bitcoin network %n connexion active avec le réseau Blackcoin%n connexions actives avec le réseau Blackcoin - No block source available... - Aucune source de blocs disponible... + Indexing blocks on disk... + Indexation des blocs sur le disque... + + + Processing blocks on disk... + Traitement des blocs sur le disque... Processed %n block(s) of transaction history. %n bloc d'historique transactionnel a été traité%n blocs d'historique transactionnel ont été traités - - %n hour(s) - %n heure%n heures - - - %n day(s) - %n jour%n jours - - - %n week(s) - %n semaine%n semaines - - - %1 and %2 - %1 et %2 - - - %n year(s) - %n an%n ans - %1 behind - %1 en retard + en retard de %1 Last received block was generated %1 ago. @@ -475,7 +459,7 @@ Transactions after this will not yet be visible. - Les transactions après ceci ne sont pas encore visibles. + Les transactions suivantes ne seront pas déjà visibles. Error @@ -493,9 +477,21 @@ Up to date À jour + + Show the %1 help message to get a list with possible Bitcoin command-line options + Afficher le message d'aide de %1 pour obtenir la liste des options de ligne de commande Blackcoin possibles. + + + %1 client + Client %1 + + + Connecting to peers... + Connexion aux pairs... + Catching up... - Rattrapage en cours… + Rattrapage… Date: %1 @@ -535,20 +531,25 @@ Incoming transaction Transaction entrante + + HD key generation is <b>enabled</b> + La génération de clé HD est <b>activée</b> + + + HD key generation is <b>disabled</b> + La génération de clé HD est <b>désactivée</b> + Wallet is <b>encrypted</b> and currently <b>unlocked</b> - Le portefeuille est <b>chiffré</b> et est actuellement <b>déverrouillé</b> + Le porte-monnaie est <b>chiffré</b> et est actuellement <b>déverrouillé</b> Wallet is <b>encrypted</b> and currently <b>locked</b> - Le portefeuille est <b>chiffré</b> et actuellement <b>verrouillé</b> + Le porte-monnaie est <b>chiffré</b> et actuellement <b>verrouillé</b> - - - ClientModel - Network Alert - Alerte réseau + A fatal error occurred. Bitcoin can no longer continue safely and will quit. + Une erreur fatale est survenue. Blackcoin ne peut plus continuer en toute sécurité et va s'arrêter. @@ -569,10 +570,6 @@ Amount: Montant : - - Priority: - Priorité : - Fee: Frais : @@ -591,7 +588,7 @@ (un)select all - Tout (dé)sélectionner + Tout (des)sélectionner Tree mode @@ -625,10 +622,6 @@ Confirmed Confirmée - - Priority - Priorité - Copy address Copier l’adresse @@ -647,11 +640,11 @@ Lock unspent - Verrouiller ce qui n'est pas dépensé + Verrouiller les transactions non dépensées Unlock unspent - Déverrouiller ce qui n'est pas dépensé + Déverrouiller les transactions non dépensées Copy quantity @@ -663,16 +656,12 @@ Copy after fee - Copier le montant après les frais + Copier après les frais Copy bytes Copier les octets - - Copy priority - Copier la priorité - Copy dust Copier la poussière @@ -681,65 +670,9 @@ Copy change Copier la monnaie - - highest - la plus élevée - - - higher - plus élevée - - - high - élevée - - - medium-high - moyennement-élevée - - - medium - moyenne - - - low-medium - moyennement-basse - - - low - basse - - - lower - plus basse - - - lowest - la plus basse - (%1 locked) - (%1 verrouillé) - - - none - aucun - - - This label turns red if the transaction size is greater than 1000 bytes. - Cette étiquette devient rouge si la taille de la transaction est plus grande que 1 000 octets. - - - This label turns red if the priority is smaller than "medium". - Cette étiquette devient rouge si la priorité est plus basse que « moyenne ». - - - This label turns red if any recipient receives an amount smaller than %1. - Cette étiquette devient rouge si un destinataire reçoit un montant inférieur à %1. - - - Can vary +/- %1 satoshi(s) per input. - Peut varier +/- %1 satoshi(s) par entrée. + (%1 verrouillée) yes @@ -750,16 +683,12 @@ non - This means a fee of at least %1 per kB is required. - Ceci signifie que des frais d'au moins %1 par ko sont exigés. + This label turns red if any recipient receives an amount smaller than the current dust threshold. + Cette étiquette devient rouge si un destinataire reçoit un montant inférieur au seuil actuel de poussière. - Can vary +/- 1 byte per input. - Peut varier +/- 1 octet par entrée. - - - Transactions with higher priority are more likely to get included into a block. - Les transactions à priorité plus haute sont plus à même d'être incluses dans un bloc. + Can vary +/- %1 satoshi(s) per input. + Peut varier +/- %1 satoshi(s) par entrée. (no label) @@ -782,7 +711,7 @@ &Label - &Étiquette + É&tiquette The label associated with this address list entry @@ -790,7 +719,7 @@ The address associated with this address list entry. This can only be modified for sending addresses. - L'adresse associée à cette entrée de la liste d'adresses. Ceci ne peut être modifié que pour les adresses d'envoi. + L'adresse associée à cette entrée de la liste d'adresses. Cela ne peut être modifié que pour les adresses d'envoi. &Address @@ -813,20 +742,20 @@ Modifier l’adresse d'envoi - The entered address "%1" is already in the address book. - L’adresse fournie « %1 » est déjà présente dans le carnet d'adresses. + The entered address "%1" is not a valid Bitcoin address. + L'adresse saisie « %1 » n'est pas une adresse Blackcoin valide. - The entered address "%1" is not a valid Bitcoin address. - L'adresse fournie « %1 » n'est pas une adresse Blackcoin valide. + The entered address "%1" is already in the address book. + L’adresse saisie « %1 » est déjà présente dans le carnet d'adresses. Could not unlock wallet. - Impossible de déverrouiller le portefeuille. + Impossible de déverrouiller le porte-monnaie. New key generation failed. - Échec de génération de la nouvelle clef. + Échec de génération de la nouvelle clé. @@ -841,7 +770,7 @@ Directory already exists. Add %1 if you intend to create a new directory here. - Le répertoire existe déjà. Ajoutez %1 si vous voulez créer un nouveau répertoire ici. + Le répertoire existe déjà. Ajouter %1 si vous comptez créer un nouveau répertoire ici. Path already exists, and is not a directory. @@ -854,10 +783,6 @@ HelpMessageDialog - - Bitcoin Core - Blackcoin More - version version @@ -867,8 +792,8 @@ (%1-bit) - About Bitcoin Core - À propos de Blackcoin More + About %1 + À propos de %1 Command-line options @@ -907,8 +832,8 @@ Afficher l'écran d'accueil au démarrage (par défaut : %u) - Reset all settings changes made over the GUI - Réinitialiser tous les changements de paramètres appliqués à l'IUG + Reset all settings changed in the GUI + Réinitialiser tous les paramètres changés dans l'IUG @@ -918,16 +843,16 @@ Bienvenue - Welcome to Bitcoin Core. - Bienvenue à Blackcoin More. + Welcome to %1. + Bienvenue à %1. - As this is the first time the program is launched, you can choose where Bitcoin Core will store its data. - Comme c'est la première fois que le logiciel est lancé, vous pouvez choisir où Blackcoin More stockera ses données. + As this is the first time the program is launched, you can choose where %1 will store its data. + Puisque c'est la première fois que le logiciel est lancé, vous pouvez choisir où %1 stockera ses données. - Bitcoin Core will download and store a copy of the Bitcoin block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Blackcoin More va télécharger et stocker une copie de la chaîne de blocs Blackcoin. Au moins %1Go de données seront stockées dans ce répertoire et cela augmentera avec le temps. Le portefeuille sera également stocké dans ce répertoire. + %1 will download and store a copy of the Bitcoin block chain. At least %2GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + %1 téléchargera et stockera une copie de la chaîne de blocs de Blackcoin. Au moins %2 Go de données seront stockés dans ce répertoire et sa taille augmentera avec le temps. Le porte-monnaie sera également stocké dans ce répertoire. Use the default data directory @@ -937,10 +862,6 @@ Use a custom data directory: Utiliser un répertoire de données personnalisé : - - Bitcoin Core - Blackcoin More - Error: Specified data directory "%1" cannot be created. Erreur : le répertoire de données spécifié « %1 » ne peut pas être créé. @@ -955,18 +876,69 @@ (of %n GB needed) - (sur %n Go nécessaire)(sur %n Go nécessaires) + (sur %n Go requis)(sur %n Go requis) + + + + ModalOverlay + + Form + Formulaire + + + Recent transactions may not yet be visible, and therefore your wallet's balance might be incorrect. This information will be correct once your wallet has finished synchronizing with the bitcoin network, as detailed below. + Les transactions récentes ne sont peut-être pas encore visibles, et par conséquent, le solde de votre porte-monnaie est peut-être erroné. Cette information sera juste une fois que votre porte-monnaie aura fini de se synchroniser avec le réseau Blackcoin, comme décrit ci-dessous. + + + Attempting to spend bitcoins that are affected by not-yet-displayed transactions will not be accepted by the network. + Toute tentative de dépense de blackcoins affectés par des transactions qui ne sont pas encore affichées ne sera pas acceptée par le réseau. + + + Number of blocks left + Nombre de blocs restants + + + Unknown... + Inconnu... + + + Last block time + Estampille temporelle du dernier bloc + + + Progress + Progression + + + Progress increase per hour + Avancement de la progression par heure + + + calculating... + calcul en cours... + + + Estimated time left until synced + Temps estimé avant la fin de la synchronisation + + + Hide + Cacher + + + Unknown. Syncing Headers (%1)... + Inconnu. Synchronisation des en-têtes (%1)... OpenURIDialog Open URI - Ouvrir un URI + Ouvrir une URI Open payment request from URI or file - Ouvrir une demande de paiement à partir d'un URI ou d'un fichier + Ouvrir une demande de paiement à partir d'une URI ou d'un fichier URI: @@ -989,7 +961,15 @@ &Main - Réglages &principaux + &Principaux + + + Automatically start %1 after logging in to the system. + Démarrer %1 automatiquement après avoir ouvert une session sur l'ordinateur. + + + &Start %1 on system login + &Démarrer %1 lors de l'ouverture d'une session Size of &database cache @@ -1001,7 +981,7 @@ Number of script &verification threads - Nombre d'exétrons de &vérification de script + Nombre de fils de &vérification de script Accept connections from outside @@ -1013,19 +993,15 @@ IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1) - Adresse IP du mandataire (par ex. IPv4 : 127.0.0.1 / IPv6 : ::1) + Adresse IP du mandataire (p. ex. IPv4 : 127.0.0.1 / IPv6 : ::1) Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu. Minimiser au lieu de quitter l'application lorsque la fenêtre est fermée. Si cette option est activée, l'application ne sera fermée qu'en sélectionnant Quitter dans le menu. - - The user interface language can be set here. This setting will take effect after restarting Bitcoin Core. - La langue de l'interface utilisateur peut être définie ici. Ce réglage sera pris en compte après redémarrage de Blackcoin. - 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 de tiers (par ex. un explorateur de blocs) apparaissant dans l'onglet des transactions comme éléments du menu contextuel. %s dans l'URL est remplacé par le hachage de la transaction. Les URL multiples sont séparées par une barre verticale |. + URL de tiers (p. ex. un explorateur de blocs) apparaissant dans l'onglet des transactions comme éléments du menu contextuel. %s dans l'URL est remplacé par le hachage de la transaction. Les URL multiples sont séparées par une barre verticale |. Third party transaction URLs @@ -1041,27 +1017,19 @@ &Reset Options - &Réinitialisation des options + &Réinitialiser les options &Network &Réseau - - Automatically start Bitcoin Core after logging in to the system. - Démarrer Blackcoin More automatiquement après avoir ouvert une session sur le système. - - - &Start Bitcoin Core on system login - &Démarrer Blackcoin More lors de l'ouverture d'une session - (0 = auto, <0 = leave that many cores free) (0 = auto, < 0 = laisser ce nombre de cœurs inutilisés) W&allet - &Portefeuille + &Porte-monnaie Expert @@ -1069,11 +1037,11 @@ Enable coin &control features - Activer les fonctions de &contrôle des pièces + Activer les fonctions de &contrôle des pièces If you disable the spending of unconfirmed change, the change from a transaction cannot be used until that transaction has at least one confirmation. This also affects how your balance is computed. - Si vous désactivé la dépense de la monnaie non confirmée, la monnaie d'une transaction ne peut pas être utilisée tant que cette transaction n'a pas reçu au moins une confirmation. Ceci affecte aussi comment votre solde est calculé. + Si vous désactivé la dépense de la monnaie non confirmée, la monnaie d'une transaction ne peut pas être utilisée tant que cette transaction n'a pas reçu au moins une confirmation. Celai affecte aussi le calcul de votre solde. &Spend unconfirmed change @@ -1081,7 +1049,7 @@ Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. - Ouvrir le port du client Blackcoin automatiquement sur le routeur. Ceci ne fonctionne que si votre routeur supporte l'UPnP et si la fonctionnalité est activée. + Ouvrir automatiquement le port du client Blackcoin sur le routeur. Cela ne fonctionne que si votre routeur prend en charge l'UPnP et si la fonction est activée. Map port using &UPnP @@ -1097,7 +1065,7 @@ Proxy &IP: - &IP du serveur mandataire : + &IP du mandataire : &Port: @@ -1105,7 +1073,7 @@ Port of the proxy (e.g. 9050) - Port du serveur mandataire (par ex. 9050) + Port du mandataire (p. ex. 9050) Used for reaching peers via: @@ -1139,13 +1107,21 @@ &Window &Fenêtre + + &Hide the icon from the system tray. + &Cacher l'icône dans la zone de notification. + + + Hide tray icon + Cacher l'icône de la zone de notification + Show only a tray icon after minimizing the window. - Afficher uniquement une icône système après minimisation. + N'afficher qu'une icône dans la zone de notification après minimisation. &Minimize to the tray instead of the taskbar - &Minimiser dans la barre système au lieu de la barre des tâches + &Minimiser dans la zone de notification au lieu de la barre des tâches M&inimize on close @@ -1159,13 +1135,17 @@ User Interface &language: &Langue de l'interface utilisateur : + + The user interface language can be set here. This setting will take effect after restarting %1. + La langue de l'interface utilisateur peut être définie ici. Ce réglage sera pris en compte après redémarrage de %1. + &Unit to show amounts in: &Unité d'affichage des montants : Choose the default subdivision unit to show in the interface and when sending coins. - Choisissez la sous-unité par défaut pour l'affichage dans l'interface et lors de l'envoi de pièces. + Choisir la sous-unité par défaut d'affichage dans l'interface et lors d'envoi de pièces. Whether to show coin control features or not. @@ -1193,7 +1173,7 @@ Client restart required to activate changes. - Le redémarrage du client est nécessaire pour activer les changements. + Le redémarrage du client est exigé pour activer les changements. Client will be shut down. Do you want to proceed? @@ -1216,7 +1196,7 @@ The displayed information may be out of date. Your wallet automatically synchronizes with the Bitcoin network after a connection is established, but this process has not completed yet. - Les informations affichées peuvent être obsolètes. Votre portefeuille est automatiquement synchronisé avec le réseau Blackcoin lorsque la connexion s'établit, or ce processus n'est pas encore terminé. + Les informations affichées peuvent être obsolètes. Votre porte-monnaie est automatiquement synchronisé avec le réseau Blackcoin lorsque la connexion s'établit, or ce processus n'est pas encore terminé. Watch-only: @@ -1228,7 +1208,7 @@ Your current spendable balance - Votre solde actuel pouvant être dépensé + Votre solde actuel disponible Pending: @@ -1236,7 +1216,7 @@ Total of transactions that have yet to be confirmed, and do not yet count toward the spendable balance - Total des transactions qui doivent encore être confirmées et qu'il n'est pas encore possible de dépenser + Total des transactions qui doivent encore être confirmées et qui ne sont pas prises en compte dans le solde disponible Immature: @@ -1244,7 +1224,7 @@ Mined balance that has not yet matured - Le solde généré n'est pas encore mûr + Le solde miné n'est pas encore mûr Balances @@ -1285,45 +1265,29 @@ PaymentServer - - URI handling - Gestion des URIs - - - Invalid payment address %1 - Adresse de paiement invalide %1 - - - Payment request rejected - La demande de paiement est rejetée - - - Payment request network doesn't match client network. - Le réseau de la demande de paiement ne correspond pas au réseau du client. - - - Payment request is not initialized. - La demande de paiement n'est pas initialisée. - - - Requested payment amount of %1 is too small (considered dust). - Le paiement demandé d'un montant de %1 est trop faible (considéré comme de la poussière). - Payment request error Erreur de demande de paiement Cannot start bitcoin: click-to-pay handler - Impossible de démarrer le gestionnaire de cliquer-pour-payer blackcoin : + Impossible de démarrer le gestionnaire de cliquer-pour-payer blackcoin: + + + URI handling + Gestion des URI Payment request fetch URL is invalid: %1 L'URL de récupération de la demande de paiement est invalide : %1 + + Invalid payment address %1 + Adresse de paiement invalide %1 + URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. - L'URI ne peut pas être analysé ! Ceci peut être causé par une adresse Blackcoin invalide ou par des paramètres d'URI mal formés. + L'URI ne peut pas être analysée ! Cela peut être causé par une adresse Blackcoin invalide ou par des paramètres d'URI mal formés. Payment request file handling @@ -1331,20 +1295,36 @@ Payment request file cannot be read! This can be caused by an invalid payment request file. - Le fichier de demande de paiement ne peut pas être lu ! Ceci peut être causé par un fichier de demande de paiement invalide. + Le fichier de demande de paiement ne peut pas être lu ! Cela peut être causé par un fichier de demande de paiement invalide. + + + Payment request rejected + Demande de paiement rejetée + + + Payment request network doesn't match client network. + Le réseau de la demande de paiement ne correspond pas au réseau du client. Payment request expired. - Demande de paiement expirée. + La demande de paiement a expiré + + + Payment request is not initialized. + La demande de paiement n'est pas initialisée. Unverified payment requests to custom payment scripts are unsupported. - Les demandes de paiements non vérifiées à des scripts de paiement personnalisés ne sont pas prises en charge. + Les demandes de paiements non vérifiées vers des scripts de paiement personnalisés ne sont pas prises en charge. Invalid payment request. Demande de paiement invalide. + + Requested payment amount of %1 is too small (considered dust). + Le paiement demandé d'un montant de %1 est trop faible (considéré comme de la poussière). + Refund from %1 Remboursement de %1 @@ -1365,14 +1345,14 @@ Bad response from server %1 Mauvaise réponse du serveur %1 - - Payment acknowledged - Le paiement a été confirmé - Network request error Erreur de demande réseau + + Payment acknowledged + Le paiement a été confirmé + PeerTableModel @@ -1385,8 +1365,12 @@ Nœud/service - Ping Time - Temps de ping + NodeId + ID de nœud + + + Ping + Ping @@ -1427,12 +1411,59 @@ %1 ms %1 ms + + %n second(s) + %n seconde%n secondes + + + %n minute(s) + %n minute%n minutes + + + %n hour(s) + %n heure%n heures + + + %n day(s) + %n jour%n jours + + + %n week(s) + %n semaine%n semaines + + + %1 and %2 + %1 et %2 + + + %n year(s) + %n an%n ans + + + %1 didn't yet exit safely... + %1 ne s'est pas encore arrêté en toute sécurité... + + + + QObject::QObject + + Error: Specified data directory "%1" does not exist. + Erreur : le répertoire de données indiqué « %1 » n'existe pas. + + + Error: Cannot parse configuration file: %1. Only use key=value syntax. + Erreur : impossible d'analyser le fichier de configuration : %1. N’utiliser que la syntaxe clef=valeur. + + + Error: %1 + Erreur : %1 + QRImageWidget &Save Image... - &Sauvegarder l'image... + &Enregistrer l'image... &Copy Image @@ -1440,7 +1471,7 @@ Save QR Code - Sauvegarder le code QR + Enregistrer le code QR PNG Image (*.png) @@ -1449,10 +1480,6 @@ RPCConsole - - Client name - Nom du client - N/A N.D. @@ -1473,14 +1500,14 @@ General Général - - Using OpenSSL version - Version d'OpenSSL utilisée - Using BerkeleyDB version Version BerkeleyDB utilisée + + Datadir + Datadir + Startup time Heure de démarrage @@ -1517,10 +1544,6 @@ Memory usage Utilisation de la mémoire - - Open the Bitcoin Core debug log file from the current data directory. This can take a few seconds for large log files. - Ouvrir le journal de débogage du répertoire de données actuel. Ceci pourrait prendre quelques secondes pour les gros fichiers de journalisation. - Received Reçu @@ -1569,6 +1592,18 @@ User Agent Agent utilisateur + + Open the %1 debug log file from the current data directory. This can take a few seconds for large log files. + Ouvrir le fichier journal de débogage de %1 à partir du répertoire de données actuel. Cela peut prendre quelques secondes pour les fichiers journaux de grande taille. + + + Decrease font size + Diminuer la taille de police + + + Increase font size + Augmenter la taille de police + Services Services @@ -1595,19 +1630,23 @@ The duration of a currently outstanding ping. - La durée d'un ping actuellement en cours. + La durée d'un ping en cours. Ping Wait Attente du ping + + Min Ping + Ping min. + Time Offset Décalage temporel Last block time - Horodatage du dernier bloc + Estampille temporelle du dernier bloc &Open @@ -1623,7 +1662,7 @@ &Clear - &Nettoyer + &Effacer Totals @@ -1637,25 +1676,13 @@ Out: Sortant : - - Build date - Date de compilation - Debug log file - Journal de débogage + Fichier journal de débogage Clear console - Nettoyer la console - - - &Disconnect Node - &Déconnecter le nœud - - - Ban Node for - Bannir le nœud pendant + Effacer la console 1 &hour @@ -1674,21 +1701,37 @@ 1 &an - &Unban Node - &Réhabiliter le nœud + &Disconnect + &Déconnecter - Welcome to the Bitcoin Core RPC console. - Bienvenue dans le console RPC de Blackcoin More. + Ban for + Bannir pendant + + + &Unban + &Réhabiliter + + + Welcome to the %1 RPC console. + Bienvenue sur la console RPC de %1. Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. - Utiliser les touches de curseur pour naviguer dans l'historique et <b>Ctrl-L</b> pour effacer l'écran. + Utiliser les touches de déplacement pour naviguer dans l'historique et <b>Ctrl-L</b> pour effacer l'écran. Type <b>help</b> for an overview of available commands. Taper <b>help</b> pour afficher une vue générale des commandes proposées. + + WARNING: Scammers have been active, telling users to type commands here, stealing their wallet contents. Do not use this console without fully understanding the ramification of a command. + AVERTISSEMENT : des fraudeurs sont réputés être à l'oeuvre, demandant aux utilisateurs de taper des commandes ici, et dérobant le contenu de leurs porte-monnaie. Ne pas utiliser cette console sans une compréhension parfaite des conséquences d'une commande. + + + Network activity disabled + L'activité réseau est désactivée. + %1 B %1 o @@ -1754,7 +1797,7 @@ Reuse one of the previously used receiving addresses. Reusing addresses has security and privacy issues. Do not use this unless re-generating a payment request made before. - Réutilise une adresse de réception précédemment utilisée. Réutiliser une adresse pose des problèmes de sécurité et de vie privée. N'utilisez pas cette option sauf si vous générez à nouveau une demande de paiement déjà faite. + Réutiliser une adresse de réception utilisée précédemment. Réutiliser une adresse comporte des problèmes de sécurité et de confidentialité. À ne pas utiliser, sauf pour générer une demande de paiement faite au préalable. R&euse an existing receiving address (not recommended) @@ -1762,19 +1805,19 @@ 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 Bitcoin network. - Un message optionnel à joindre à la demande de paiement qui sera affiché à l'ouverture de celle-ci. Note : le message ne sera pas envoyé avec le paiement par le réseau Blackcoin. + Un message facultatif à joindre à la demande de paiement et qui sera affiché à l'ouverture de celle-ci. Note : le message ne sera pas envoyé avec le paiement par le réseau Blackcoin. An optional label to associate with the new receiving address. - Un étiquette optionnelle à associer à la nouvelle adresse de réception + Un étiquette facultative à associer à la nouvelle adresse de réception. Use this form to request payments. All fields are <b>optional</b>. - Utiliser ce formulaire pour demander des paiements. Tous les champs sont <b>optionnels</b>. + Utiliser ce formulaire pour demander des paiements. Tous les champs sont <b>facultatifs</b>. An optional amount to request. Leave this empty or zero to not request a specific amount. - Un montant optionnel à demander. Laisser ceci vide ou à zéro pour ne pas demander de montant spécifique. + Un montant facultatif à demander. Ne rien saisir ou un zéro pour ne pas demander de montant spécifique. Clear all fields of the form. @@ -1790,11 +1833,11 @@ &Request payment - &Demande de paiement + &Demander un paiement Show the selected request (does the same as double clicking an entry) - Afficher la demande choisie (identique à un double-clic sur une entrée) + Afficher la demande choisie (comme double-cliquer sur une entrée) Show @@ -1802,11 +1845,15 @@ Remove the selected entries from the list - Enlever les entrées sélectionnées de la liste + Retirer les entrées sélectionnées de la liste Remove - Enlever + Retirer + + + Copy URI + Copier l'URI Copy label @@ -1837,7 +1884,7 @@ &Save Image... - &Sauvegarder l'image... + &Enregistrer l'image... Request payment to %1 @@ -1869,7 +1916,7 @@ Resulting URI too long, try to reduce the text for label / message. - L'URI résultant est trop long, essayez de réduire le texte d'étiquette / de message. + L'URI résultante est trop longue. Essayez de réduire le texte de l'étiquette ou du message. Error encoding URI into QR Code. @@ -1890,21 +1937,21 @@ Message Message - - Amount - Montant - (no label) - (pas d'étiquette) + (aucune étiquette) (no message) - (pas de message) + (aucun message) - (no amount) - (aucun montant) + (no amount requested) + (aucun montant demandé) + + + Requested + Demandée @@ -1941,10 +1988,6 @@ Amount: Montant : - - Priority: - Priorité : - Fee: Frais : @@ -1959,11 +2002,11 @@ If this is activated, but the change address is empty or invalid, change will be sent to a newly generated address. - Si ceci est actif mais l'adresse de monnaie rendue est vide ou invalide, la monnaie sera envoyée vers une adresse nouvellement générée. + Si cette option est activée et l'adresse de monnaie est vide ou invalide, la monnaie sera envoyée vers une adresse nouvellement générée. Custom change address - Adresse personnalisée de monnaie rendue + Adresse personnalisée de monnaie Transaction Fee: @@ -1995,7 +2038,7 @@ Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process. - Il est correct de payer les frais minimum tant que le volume transactionnel est inférieur à l'espace dans les blocs. Mais soyez conscient que ceci pourrait résulter en une transaction n'étant jamais confirmée une fois qu'il y aura plus de transactions que le réseau ne pourra en traiter. + Il est correct de payer les frais minimum tant que le volume transactionnel est inférieur à l'espace dans les blocs. Mais soyez conscient que cela pourrait résulter en une transaction n'étant jamais confirmée une fois qu'il y aura plus de transactions que le réseau ne pourra en traiter. (read the tooltip) @@ -2011,11 +2054,7 @@ (Smart fee not initialized yet. This usually takes a few blocks...) - (Les frais intelligents ne sont pas encore initialisés. Ceci prend habituellement quelques blocs...) - - - Confirmation time: - Temps de confirmation : + (Les frais intelligents ne sont pas encore initialisés. Cela prend habituellement quelques blocs...) normal @@ -2025,14 +2064,6 @@ fast rapide - - Send as zero-fee transaction if possible - Envoyer si possible une transaction sans frais - - - (confirmation may take longer) - (la confirmation pourrait prendre plus longtemps) - Send to multiple recipients at once Envoyer à plusieurs destinataires à la fois @@ -2049,9 +2080,13 @@ Dust: Poussière : + + Confirmation time target: + Estimation du délai de confirmation : + Clear &All - &Tout nettoyer + &Tout effacer Balance: @@ -2065,14 +2100,6 @@ S&end E&nvoyer - - Confirm send coins - Confirmer l’envoi des pièces - - - %1 to %2 - %1 à %2 - Copy quantity Copier la quantité @@ -2087,20 +2114,32 @@ Copy after fee - Copier le montant après les frais + Copier après les frais Copy bytes Copier les octets - Copy priority - Copier la priorité + Copy dust + Copier la poussière Copy change Copier la monnaie + + %1 to %2 + %1 à %2 + + + Are you sure you want to send? + Voulez-vous vraiment envoyer ? + + + added as transaction fee + ajoutés comme frais de transaction + Total Amount %1 Montant total %1 @@ -2109,6 +2148,14 @@ or ou + + Confirm send coins + Confirmer l’envoi de pièces + + + The recipient address is not valid. Please recheck. + L'adresse du destinataire est invalide. Veuillez la revérifier. + The amount to pay must be larger than 0. Le montant à payer doit être supérieur à 0. @@ -2122,12 +2169,16 @@ Le montant dépasse votre solde lorsque les frais de transaction de %1 sont inclus. - Transaction creation failed! - La création de la transaction a échoué ! + Duplicate address found: addresses should only be used once each. + Adresse identique trouvée : chaque adresse ne devrait être utilisée qu'une fois. - 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. - La transaction a été rejetée ! Ceci peut arriver si certaines pièces de votre portefeuille étaient déjà dépensées, par exemple si vous avez utilisé une copie de wallet.dat et que des pièces ont été dépensées dans la copie sans être marquées comme telles ici. + Transaction creation failed! + Échec de création de la transaction ! + + + The transaction was rejected with the following reason: %1 + La transaction a été rejetée pour la raison suivante : %1 A fee higher than %1 is considered an absurdly high fee. @@ -2135,7 +2186,11 @@ Payment request expired. - Demande de paiement expirée. + La demande de paiement a expiré + + + %n block(s) + %n bloc%n blocs Pay only the required fee of %1 @@ -2145,37 +2200,25 @@ Estimated to begin confirmation within %n block(s). Il est estimé que la confirmation commencera dans %n bloc.Il est estimé que la confirmation commencera dans %n blocs. - - The recipient address is not valid. Please recheck. - L'adresse du destinataire est invalide. Veuillez la vérifier. - - - Duplicate address found: addresses should only be used once each. - Adresse identique trouvée : chaque adresse ne devrait être utilisée qu'une fois. - Warning: Invalid Bitcoin address Avertissement : adresse Blackcoin invalide - - (no label) - (pas d'étiquette) - Warning: Unknown change address - Avertissement : adresse de monnaie rendue inconnue + Avertissement : adresse de monnaie inconnue - Copy dust - Copier la poussière + Confirm custom change address + Confimer l'adresse personnalisée de monnaie - Are you sure you want to send? - Êtes-vous sûr de vouloir envoyer ? + The address you selected for change is not part of this wallet. Any or all funds in your wallet may be sent to this address. Are you sure? + L'adresse que vous avez sélectionnée pour la monnaie ne fait pas partie de ce porte-monnaie. Les fonds de ce porte-monnaie peuvent en partie ou en totalité être envoyés vers cette adresse. Êtes-vous certain ? - added as transaction fee - ajouté en tant que frais de transaction + (no label) + (aucune étiquette) @@ -2188,10 +2231,6 @@ Pay &To: &Payer à : - - Enter a label for this address to add it to your address book - Saisir une étiquette pour cette adresse afin de l’ajouter à votre carnet d’adresses - &Label: É&tiquette : @@ -2214,7 +2253,7 @@ Paste address from clipboard - Coller l'adresse depuis le presse-papiers + Coller l'adresse du presse-papiers Alt+P @@ -2222,7 +2261,7 @@ Remove this entry - Enlever cette entrée + Retirer cette entrée The fee will be deducted from the amount being sent. The recipient will receive less bitcoins than you enter in the amount field. If multiple recipients are selected, the fee is split equally. @@ -2250,7 +2289,7 @@ A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcoin network. - Un message qui était joint à l'URI Blackcoin et qui sera stocké avec la transaction pour référence. Note : ce message ne sera pas envoyé par le réseau Blackcoin. + Un message qui était joint à l'URI blackcoin: et qui sera stocké avec la transaction pour référence. Note : ce message ne sera pas envoyé par le réseau Blackcoin. Pay To: @@ -2260,23 +2299,34 @@ Memo: Mémo : + + Enter a label for this address to add it to your address book + Saisir une étiquette pour cette adresse afin de l’ajouter à votre carnet d’adresses + + + + SendConfirmationDialog + + Yes + Oui + ShutdownWindow - Bitcoin Core is shutting down... - Arrêt de Blackcoin More... + %1 is shutting down... + Arrêt de %1... Do not shut down the computer until this window disappears. - Ne pas fermer l'ordinateur jusqu'à la disparition de cette fenêtre. + Ne pas éteindre l'ordinateur jusqu'à la disparition de cette fenêtre. SignVerifyMessageDialog Signatures - Sign / Verify a Message - Signatures - Signer / Vérifier un message + Signatures - Signer / vérifier un message &Sign Message @@ -2284,7 +2334,7 @@ You can sign messages/agreements with your addresses to prove you can receive bitcoins sent to them. Be careful not to sign anything vague or random, as phishing attacks may try to trick you into signing your identity over to them. Only sign fully-detailed statements you agree to. - Vous pouvez signer des messages/accords avec vos adresses pour prouver que vous pouvez recevoir des blackcoins à ces dernières. Faites attention de ne rien signer de vague ou au hasard, car des attaques d'hameçonnage pourraient essayer de vous faire signer avec votre identité afin de l'usurper. Ne signez que des déclarations entièrement détaillées et avec lesquelles vous êtes d'accord. + Vous pouvez signer des messages ou des accords avec vos adresses pour prouver que vous pouvez recevoir des blackcoins à ces dernières. Faites attention de ne rien signer de vague ou au hasard, car des attaques d'hameçonnage pourraient essayer de vous faire signer avec votre identité afin de l'usurper. Ne signez que des déclarations entièrement détaillées et avec lesquelles vous êtes d'accord. The Bitcoin address to sign the message with @@ -2292,7 +2342,7 @@ Choose previously used address - Choisir une adresse précédemment utilisée + Choisir une adresse déjà utilisée Alt+A @@ -2300,7 +2350,7 @@ Paste address from clipboard - Coller une adresse depuis le presse-papiers + Coller une adresse du presse-papiers Alt+P @@ -2320,7 +2370,7 @@ Sign the message to prove you own this Bitcoin address - Signer le message pour prouver que vous détenez cette adresse Blackcoin + Signer le message afin de prouver que vous détenez cette adresse Blackcoin Sign &Message @@ -2332,7 +2382,7 @@ Clear &All - &Tout nettoyer + &Tout effacer &Verify Message @@ -2340,7 +2390,7 @@ Enter the receiver's address, message (ensure you copy line breaks, spaces, tabs, etc. exactly) and signature below to verify the message. Be careful not to read more into the signature than what is in the signed message itself, to avoid being tricked by a man-in-the-middle attack. Note that this only proves the signing party receives with the address, it cannot prove sendership of any transaction! - Saisissez ci-dessous l'adresse de destinataire, le message (assurez-vous de copier exactement les retours à la ligne, les espaces, les tabulations, etc.) et la signature pour vérifier le message. Faites attention à ne pas déduire davantage de la signature que ce qui est contenu dans le message signé même, pour éviter d'être trompé par une attaque d'homme du milieu. Notez que ceci ne fait que prouver que le signataire reçoit l'adresse et ne peut pas prouver la provenance d'une transaction. + Saisir ci-dessous l'adresse du destinataire, le message (s'assurer de copier fidèlement les retours à la ligne, les espaces, les tabulations, etc.) et la signature pour vérifier le message. Faire attention à ne pas déduire davantage de la signature que ce qui est contenu dans le message signé même, pour éviter d'être trompé par une attaque d'homme du milieu. Prendre en compte que cela ne fait que prouver que le signataire reçoit l'adresse et ne peut pas prouver la provenance d'une transaction ! The Bitcoin address the message was signed with @@ -2348,7 +2398,7 @@ Verify the message to ensure it was signed with the specified Bitcoin address - Vérifier le message pour vous assurer qu'il a bien été signé par l'adresse Blackcoin spécifiée + Vérifier le message pour s'assurer qu'il a été signé avec l'adresse Blackcoin spécifiée Verify &Message @@ -2368,23 +2418,23 @@ Please check the address and try again. - Veuillez vérifier l'adresse et réessayer. + Veuillez vérifier l'adresse et ressayer. The entered address does not refer to a key. - L'adresse saisie ne fait pas référence à une clef. + L'adresse saisie ne fait pas référence à une clé. Wallet unlock was cancelled. - Le déverrouillage du portefeuille a été annulé. + Le déverrouillage du porte-monnaie a été annulé. Private key for the entered address is not available. - La clef privée n'est pas disponible pour l'adresse indiquée. + La clé privée n'est pas disponible pour l'adresse saisie. Message signing failed. - La signature du message a échoué. + Échec de signature du message. Message signed. @@ -2396,31 +2446,23 @@ Please check the signature and try again. - Veuillez vérifier la signature et réessayer. + Veuillez vérifier la signature et ressayer. The signature did not match the message digest. - La signature ne correspond pas à l'empreinte du message. + La signature ne correspond pas au condensé du message. Message verification failed. - Échec de la vérification du message. + Échec de vérification du message. Message verified. - Message vérifié. + Le message a été vérifié. SplashScreen - - Bitcoin Core - Blackcoin More - - - The Bitcoin Core developers - Les développeurs Blackcoin More - [testnet] [testnet] @@ -2435,18 +2477,38 @@ TransactionDesc + + Open for %n more block(s) + Ouvert pendant encore %n blocOuvert pendant encore %n blocs + Open until %1 Ouvert jusqu'à %1 - conflicted - en conflit + conflicted with a transaction with %1 confirmations + est en conflit avec une transaction ayant %1 confirmations %1/offline %1/hors ligne + + 0/unconfirmed, %1 + 0/non confirmées, %1 + + + in memory pool + dans la réserve de mémoire + + + not in memory pool + pas dans la réserve de mémoire + + + abandoned + abandonnée + %1/unconfirmed %1/non confirmée @@ -2459,9 +2521,13 @@ Status État + + , has not been successfully broadcast yet + , n’a pas encore été diffusée avec succès + , broadcast through %n node(s) - , diffusée à travers %n nœud, diffusée à travers %n nœuds + , diffusée par %n nœud, diffusée par %n nœuds Date @@ -2473,19 +2539,23 @@ Generated - Généré + Générée From De + + unknown + inconnue + To À own address - votre propre adresse + votre adresse watch-only @@ -2501,11 +2571,11 @@ matures in %n more block(s) - arrive à maturité dans %n bloc de plusarrive à maturité dans %n blocs de plus + arrivera à maturité dans %n blocarrivera à maturité dans %n blocs not accepted - refusé + refusée Debit @@ -2539,13 +2609,21 @@ Transaction ID ID de la transaction + + Transaction total size + Taille totale de la transaction + + + Output index + Index de sorties + Merchant Marchand 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. - Les pièces générées doivent mûrir pendant %1 blocs avant de pouvoir être dépensées. Lorsque vous avez généré ce bloc, il a été diffusé sur le réseau pour être ajouté à la chaîne de blocs. S’il échoue a intégrer la chaîne, son état sera modifié en « non accepté » et il ne sera pas possible de le dépenser. Ceci peut arriver occasionnellement si un autre nœud génère un bloc à quelques secondes du votre. + Les pièces générées doivent mûrir pendant %1 blocs avant de pouvoir être dépensées. Lorsque ce bloc a été généré, il a été diffusé sur le réseau pour être ajouté à la chaîne de blocs. Si son intégration à la chaîne échoue, son état sera modifié en « refusée » et il ne sera pas possible de le dépenser. Cela peut arriver occasionnellement si un autre nœud génère un bloc à quelques secondes du vôtre. Debug information @@ -2557,7 +2635,7 @@ Inputs - Entrants + Entrées Amount @@ -2571,29 +2649,17 @@ false faux - - , has not been successfully broadcast yet - , n’a pas encore été diffusée avec succès - - - Open for %n more block(s) - Ouvert pour %n bloc de plusOuvert pour %n blocs de plus - - - unknown - inconnu - TransactionDescDialog - - Transaction details - Détails de la transaction - This pane shows a detailed description of the transaction Ce panneau affiche une description détaillée de la transaction + + Details for %1 + Détails de %1 + TransactionTableModel @@ -2606,48 +2672,52 @@ Type - Immature (%1 confirmations, will be available after %2) - Immature (%1 confirmations, sera disponible après %2) + Label + Étiquette Open for %n more block(s) - Ouvert pour %n bloc de plusOuvert pour %n blocs de plus + Ouvert pendant encore %n blocOuvert pendant encore %n blocs Open until %1 Ouvert jusqu'à %1 + + Offline + Hors ligne + + + Unconfirmed + Non confirmée + + + Abandoned + Abandonnée + + + Confirming (%1 of %2 recommended confirmations) + Confirmation (%1 sur %2 confirmations recommandées) + Confirmed (%1 confirmations) Confirmée (%1 confirmations) + + Conflicted + En conflit + + + Immature (%1 confirmations, will be available after %2) + Immature (%1 confirmations, sera disponible après %2) + This block was not received by any other nodes and will probably not be accepted! Ce bloc n’a été reçu par aucun autre nœud et ne sera probablement pas accepté ! Generated but not accepted - Généré mais pas accepté - - - Offline - Hors ligne - - - Label - Étiquette - - - Unconfirmed - Non confirmé - - - Confirming (%1 of %2 recommended confirmations) - Confirmation (%1 sur %2 confirmations recommandées) - - - Conflicted - En conflit + Générée mais refusée Received with @@ -2677,9 +2747,13 @@ (n/a) (n.d) + + (no label) + (aucune étiquette) + Transaction status. Hover over this field to show number of confirmations. - État de la transaction. Laissez le pointeur de la souris sur ce champ pour voir le nombre de confirmations. + État de la transaction. Survoler ce champ avec la souris pour afficher le nombre de confirmations. Date and time that the transaction was received. @@ -2691,7 +2765,7 @@ Whether or not a watch-only address is involved in this transaction. - Une adresse juste-regarder est-elle impliquée dans cette transaction. + Une adresse juste-regarder est-elle ou non impliquée dans cette transaction. User-defined intent/purpose of the transaction. @@ -2699,7 +2773,7 @@ Amount removed from or added to balance. - Montant ajouté ou enlevé au solde. + Le montant a été ajouté ou soustrait du solde. @@ -2718,7 +2792,7 @@ This month - Ce mois-ci + Ce mois Last month @@ -2730,7 +2804,7 @@ Range... - Intervalle… + Plage… Received with @@ -2746,11 +2820,11 @@ Mined - Miné + Miné Other - Autres + Autres Enter address or label to search @@ -2760,17 +2834,21 @@ Min amount Montant min. + + Abandon transaction + Abandonner la transaction + Copy address Copier l’adresse Copy label - Copier l’étiquette + Copier l’étiquette Copy amount - Copier le montant + Copier le montant Copy transaction ID @@ -2780,9 +2858,13 @@ Copy raw transaction Copier la transaction brute + + Copy full transaction details + Copier tous les détails de la transaction + Edit label - Modifier l’étiquette + Modifier l’étiquette Show transaction details @@ -2790,27 +2872,7 @@ Export Transaction History - Exporter l'historique des transactions - - - Watch-only - Juste-regarder : - - - Exporting Failed - L'exportation a échoué - - - There was an error trying to save the transaction history to %1. - Une erreur est survenue lors de l'enregistrement de l'historique des transactions vers %1. - - - Exporting Successful - Exportation réussie - - - The transaction history was successfully saved to %1. - L'historique des transactions a été sauvegardée avec succès vers %1. + Exporter l'historique transactionnel Comma separated file (*.csv) @@ -2820,13 +2882,17 @@ Confirmed Confirmée + + Watch-only + Juste-regarder + Date - Date + Date Type - Type + Type Label @@ -2838,15 +2904,31 @@ ID - ID + ID + + + Exporting Failed + Échec d'exportation + + + There was an error trying to save the transaction history to %1. + Une erreur est survenue lors de l'enregistrement de l'historique transactionnel vers %1. + + + Exporting Successful + L'exportation est réussie + + + The transaction history was successfully saved to %1. + L'historique transactionnel a été enregistré avec succès vers %1. Range: - Intervalle : + Plage : to - à + à @@ -2860,7 +2942,7 @@ WalletFrame No wallet has been loaded. - Aucun portefeuille de chargé. + Aucun porte-monnaie n'a été chargé. @@ -2878,15 +2960,15 @@ Export the data in the current tab to a file - Exporter les données de l'onglet courant vers un fichier + Exporter les données de l'onglet actuel vers un fichier Backup Wallet - Sauvegarder le portefeuille + Sauvegarder le porte-monnaie Wallet Data (*.dat) - Données de portefeuille (*.dat) + Données du porte-monnaie (*.dat) Backup Failed @@ -2894,15 +2976,15 @@ There was an error trying to save the wallet data to %1. - Une erreur est survenue lors de l'enregistrement des données de portefeuille vers %1. - - - The wallet data was successfully saved to %1. - Les données de portefeuille ont été enregistrées avec succès vers %1 + Une erreur est survenue lors de l'enregistrement des données du porte-monnaie vers %1. Backup Successful - Sauvegarde réussie + La sauvegarde est réussie + + + The wallet data was successfully saved to %1. + Les données du porte-monnaie ont été enregistrées avec succès vers %1 @@ -2925,31 +3007,31 @@ Accept command line and JSON-RPC commands - Accepter les commandes de JSON-RPC et de la ligne de commande + Accepter les commandes JSON-RPC et en ligne de commande + + + Accept connections from outside (default: 1 if no -proxy or -connect/-noconnect) + Accepter des connexions de l'extérieur (par défaut : 1 si aucun -proxy ou -connect/-noconnect) + + + Connect only to the specified node(s); -noconnect or -connect=0 alone to disable automatic connections + Se connecter seulement aux nœuds précisés ; -noconnect ou -connect=0 seul pour désactiver les connexions automatiques + + + Distributed under the MIT software license, see the accompanying file %s or %s + Distribué sous la licence MIT d'utilisation d'un logiciel. Consulter le fichier joint %s ou %s If <category> is not supplied or if <category> = 1, output all debugging information. Si <category> n'est pas indiqué ou si <category> = 1, extraire toutes les données de débogage. - - Maximum total fees (in %s) to use in a single wallet transaction; setting this too low may abort large transactions (default: %s) - Frais totaux maximaux (en %s) à utiliser en une seule transaction de portefeuille. Les définir trop bas pourrait interrompre les grosses transactions (par défaut : %s) - - - Please check that your computer's date and time are correct! If your clock is wrong Bitcoin Core will not work properly. - Veuillez vérifier que l'heure et la date de votre ordinateur sont justes ! Si votre horloge n'est pas à l'heure, Blackcoin More ne fonctionnera pas correctement. - Prune configured below the minimum of %d MiB. Please use a higher number. L'élagage est configuré au-dessous du minimum de %d Mio. Veuillez utiliser un nombre plus élevé. Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node) - Élagage : la dernière synchronisation de portefeuille va par-delà les données élaguées. Vous devez -reindex (réindexer, télécharger de nouveau toute la chaîne de blocs en cas de nœud élagué) - - - Reduce storage requirements by pruning (deleting) old blocks. This mode is incompatible with -txindex and -rescan. Warning: Reverting this setting requires re-downloading the entire blockchain. (default: 0 = disable pruning blocks, >%u = target size in MiB to use for block files) - Réduire les exigences de stockage en élaguant (supprimant) les anciens blocs. Ce mode est incompatible avec -txindex et -rescan. Avertissement : ramener ce paramètre à sa valeur antérieure exige un nouveau téléchargement de la chaîne de blocs en entier (par défaut : 0 = désactiver l'élagage des blocs, >%u = taille cible en Mio à utiliser pour les fichiers de blocs). + Élagage : la dernière synchronisation de porte-monnaie va par-delà les données élaguées. Vous devez -reindex (réindexer, télécharger de nouveau toute la chaîne de blocs en cas de nœud élagué) Rescans are not possible in pruned mode. You will need to use -reindex which will download the whole blockchain again. @@ -2976,28 +3058,76 @@ Impossible de démarrer le serveur HTTP. Voir le journal de débogage pour plus de détails. - Accept connections from outside (default: 1 if no -proxy or -connect) - Accepter les connexions entrantes (par défaut : 1 si aucun -proxy ou -connect ) + Bitcoin Core + Blackcoin More + + + The %s developers + Les développeurs de %s + + + A fee rate (in %s/kB) that will be used when fee estimation has insufficient data (default: %s) + Un taux de frais (en %s/Ko) qui sera utilisé si l'estimation de frais ne possède pas suffisamment de données (par défaut : %s) + + + Accept relayed transactions received from whitelisted peers even when not relaying transactions (default: %d) + Accepter les transactions relayées reçues de pairs de la liste blanche même si le nœud ne relaie pas les transactions (par défaut : %d) Bind to given address and always listen on it. Use [host]:port notation for IPv6 - Se lier à l'adresse donnée et toujours l'écouter. Utilisez la notation [host]:port pour l'IPv6 + Se lier à l'adresse donnée et toujours l'écouter. Utiliser la notation [host]:port pour l'IPv6 + + + Cannot obtain a lock on data directory %s. %s is probably already running. + Impossible d’obtenir un verrou sur le répertoire de données %s. %s fonctionne probablement déjà. Delete all wallet transactions and only recover those parts of the blockchain through -rescan on startup - Supprimer toutes les transactions du portefeuille et ne récupérer que ces parties de la chaîne de blocs avec -rescan au démarrage + Supprimer toutes les transactions du porte-monnaie et ne récupérer que ces parties de la chaîne de blocs avec -rescan au démarrage - Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. - Distribué sous la licence MIT d'utilisation d'un logiciel. Consultez le fichier joint COPYING ou <http://www.opensource.org/licenses/mit-license.php>. + Error loading %s: You can't enable HD on a already existing non-HD wallet + Erreur de chargement de %s : vous ne pouvez pas activer HD sur un porte-monnaie non HD existant + + + Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect. + Erreur de lecture de %s ! Toutes les clés ont été lues correctement, mais les données transactionnelles ou les entrées du carnet d'adresses sont peut-être manquantes ou incorrectes. Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) - Exécuter la commande lorsqu'une transaction de portefeuille change (%s dans la commande est remplacée par TxID) + Exécuter la commande lorsqu'une transaction de porte-monnaie change (%s dans la commande est remplacée par TxID) + + + If this block is in the chain assume that it and its ancestors are valid and potentially skip their script verification (0 to verify all, default: %s, testnet: %s) + Si ce bloc est dans la chaîne, supposer qu'il est valide, ainsi que ces ancêtres, et ignorer potentiellement la vérification de leur script (0 pour tout vérifier, valeur par défaut : %s, réseau de test : %s) + + + Maximum allowed median peer time offset adjustment. Local perspective of time may be influenced by peers forward or backward by this amount. (default: %u seconds) + Réglage moyen maximal autorisé de décalage de l'heure d'un pair. La perspective locale du temps peut être influencée par les pairs, en avance ou en retard, de cette valeur. (Par défaut : %u secondes) + + + Maximum total fees (in %s) to use in a single wallet transaction or raw transaction; setting this too low may abort large transactions (default: %s) + Frais totaux maximaux (en %s) à utiliser en une seule transaction de porte-monnaie ou transaction brute ; les définir trop bas pourrait interrompre les grosses transactions (par défaut : %s) + + + Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly. + Veuillez vérifier que l'heure et la date de votre ordinateur sont justes ! Si votre horloge n'est pas à l'heure, %s ne fonctionnera pas correctement. + + + Please contribute if you find %s useful. Visit %s for further information about the software. + Si vous trouvez %s utile, vous pouvez y contribuer. Vous trouverez davantage d'informations à propos du logiciel sur %s. + + + Reduce storage requirements by enabling pruning (deleting) of old blocks. This allows the pruneblockchain RPC to be called to delete specific blocks, and enables automatic pruning of old blocks if a target size in MiB is provided. This mode is incompatible with -txindex and -rescan. Warning: Reverting this setting requires re-downloading the entire blockchain. (default: 0 = disable pruning blocks, 1 = allow manual pruning via RPC, >%u = automatically prune block files to stay under the specified target size in MiB) + Réduire les exigences de stockage en activant l'élagage (suppression) des anciens blocs. Cela permet d'appeler le RPC « pruneblockchain » pour supprimer des blocs précis et active l'élagage automatique des anciens blocs si une taille cible en Mio est fournie. Ce mode n'est pas compatible avec -txindex et -rescan. Avertissement : ramener ce paramètre à sa valeur antérieure exige de retélécharger l'intégralité de la chaîne de blocs (par défaut : 0 = désactiver l'élagage des blocs, 1 = permettre l'élagage manuel par RPC, >%u = élaguer automatiquement les fichiers de blocs pour rester en deçà de la taille cible précisée en Mio). + + + Set lowest fee rate (in %s/kB) for transactions to be included in block creation. (default: %s) + Définir le taux minimal de frais (en %s/ko) pour les transactions à inclure dans la création de blocs (par défaut : %s) Set the number of script verification threads (%u to %d, 0 = auto, <0 = leave that many cores free, default: %d) - Définir le nombre d'exétrons de vérification des scripts (%u à %d, 0 = auto, < 0 = laisser ce nombre de cœurs inutilisés, par défaut : %d) + Définir le nombre de fils de vérification des scripts (%u à %d, 0 = auto, < 0 = laisser ce nombre de cœurs inutilisés, par défaut : %d) The block database contains a block which appears to be from the future. This may be due to your computer's date and time being set incorrectly. Only rebuild the block database if you are sure that your computer's date and time are correct @@ -3005,39 +3135,39 @@ This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - Ceci est une pré-version de test - l'utiliser à vos risques et périls - ne pas l'utiliser pour miner ou pour des applications marchandes + Ceci est une préversion de test - son utilisation est entièrement à vos risques - ne pas l'utiliser pour miner ou pour des applications marchandes - Unable to bind to %s on this computer. Bitcoin Core is probably already running. - Impossible de se lier à %s sur cet ordinateur. Blackcoin More fonctionne probablement déjà. + Unable to rewind the database to a pre-fork state. You will need to redownload the blockchain + Impossible de rebobiner la base de données à un état préfourche. Vous devrez retélécharger la chaîne de blocs Use UPnP to map the listening port (default: 1 when listening and no -proxy) - Utiliser l'UPnP pour mapper le port d'écoute (par défaut : 1 lors de l'écoute et pas de mandataire -proxy) + Utiliser l'UPnP pour mapper le port d'écoute (par défaut : 1 en écoute et sans -proxy) - WARNING: abnormally high number of blocks generated, %d blocks received in the last %d hours (%d expected) - AVERTISSEMENT : un nombre anormalement élevé de blocs a été généré, %d blocs reçus durant les %d dernières heures (%d attendus) + Username and hashed password for JSON-RPC connections. The field <userpw> comes in the format: <USERNAME>:<SALT>$<HASH>. A canonical python script is included in share/rpcuser. The client then connects normally using the rpcuser=<USERNAME>/rpcpassword=<PASSWORD> pair of arguments. This option can be specified multiple times + Nom d'utilisateur et mot de passe haché pour les connexions JSON-RPC. Le champ <userpw> est au format : <USERNAME>:<SALT>$<HASH>. Un script python canonique est inclus dans share/rpcuser. Le client se connecte ensuite normalement en utilisant la paire d'arguments rpcuser=<USERNAME>/rpcpassword=<PASSWORD>. Cette option peut être spécifiée plusieurs fois. - WARNING: check your network connection, %d blocks received in the last %d hours (%d expected) - AVERTISSEMENT : vérifiez votre connexion réseau, %d blocs reçus durant les %d dernières heures (%d attendus) + Wallet will not create transactions that violate mempool chain limits (default: %u) + Un porte-monnaie ne créera aucune transaction qui enfreint les limites de chaîne de la réserve de mémoire (par défaut : %u) Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. - Avertissement : le réseau ne semble pas totalement d'accord ! Quelques mineurs semblent éprouver des difficultés. + Avertissement : le réseau ne semble pas totalement d'accord ! Certains mineurs semblent éprouver des problèmes. Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. - Avertissement : nous ne semblons pas être en accord complet avec nos pairs ! Vous pourriez avoir besoin d'effectuer une mise à niveau, ou d'autres nœuds du réseau pourraient avoir besoin d'effectuer une mise à niveau. + Avertissement : nous ne semblons pas être en accord complet avec nos pairs ! Une mise à niveau pourrait être nécessaire pour vous ou pour d'autres nœuds du réseau. - 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. - Avertissement : wallet.dat corrompu, données récupérées ! Le fichier wallet.dat original a été enregistré en tant que wallet.{timestamp}.bak dans %s ; si votre solde ou transactions sont incorrects vous devriez effectuer une restauration depuis une sauvegarde. + You need to rebuild the database using -reindex-chainstate to change -txindex + Vous devez reconstruire la base de données avec -reindex-chainstate pour changer -txindex - Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. - Pairs de la liste blanche se connectant à partir du masque réseau ou de l'IP donné. Peut être spécifié plusieurs fois. + %s corrupt, salvage failed + %s corrompu, la récupération a échoué -maxmempool must be at least %d MB @@ -3048,32 +3178,52 @@ <category> peut être : - Block creation options: - Options de création de bloc : + Append comment to the user agent string + Ajouter un commentaire à la chaîne d'agent utilisateur - Connect only to the specified node(s) - Ne se connecter qu'au(x) nœud(s) spécifié(s) + Attempt to recover private keys from a corrupt wallet on startup + Tenter de récupérer les clés privées d'un porte-monnaie corrompu lors du démarrage + + + Block creation options: + Options de création de blocs : + + + Cannot resolve -%s address: '%s' + Impossible de résoudre l'adresse -%s : « %s » + + + Chain selection options: + Options de sélection de la chaîne : + + + Change index out of range + L'index de changement est hors échelle Connection options: Options de connexion : + + Copyright (C) %i-%i + Tous droits réservés (C) %i-%i + Corrupted block database detected - Base corrompue de données des blocs détectée + Une base de données de blocs corrompue a été détectée Debugging/Testing options: - Options de test/de débogage : + Options de débogage/de test : Do not load the wallet and disable wallet RPC calls - Ne pas charger le portefeuille et désactiver les appels RPC + Ne pas charger le porte-monnaie et désactiver les appels RPC Do you want to rebuild the block database now? - Voulez-vous reconstruire la base de données des blocs maintenant ? + Voulez-vous reconstruire la base de données de blocs maintenant ? Enable publish hash block in <address> @@ -3091,21 +3241,41 @@ Enable publish raw transaction in <address> Activer la publication de la transaction brute dans <address> + + Enable transaction replacement in the memory pool (default: %u) + Activer le remplacement de transactions dans la réserve de mémoire (par défaut : %u) + Error initializing block database - Erreur lors de l'initialisation de la base de données des blocs + Erreur d'initialisation de la base de données de blocs Error initializing wallet database environment %s! - Erreur lors de l'initialisation de l'environnement de la base de données du portefeuille %s ! + Erreur d'initialisation de l'environnement de la base de données du porte-monnaie %s ! + + + Error loading %s + Erreur de chargement de %s + + + Error loading %s: Wallet corrupted + Erreur de chargement de %s : porte-monnaie corrompu + + + Error loading %s: Wallet requires newer version of %s + Erreur de chargement de %s : le porte-monnaie exige une version plus récente de %s + + + Error loading %s: You can't disable HD on a already existing HD wallet + Erreur de chargement de %s : vous ne pouvez pas désactiver HD sur un porte-monnaie HD existant Error loading block database - Erreur du chargement de la base de données des blocs + Erreur de chargement de la base de données de blocs Error opening block database - Erreur lors de l'ouverture de la base de données des blocs + Erreur d'ouverture de la base de données de blocs Error: Disk space is low! @@ -3113,7 +3283,7 @@ Failed to listen on any port. Use -listen=0 if you want this. - Échec de l'écoute sur un port quelconque. Utilisez -listen=0 si vous voulez ceci. + Échec d'écoute sur un port quelconque. Utiliser -listen=0 si vous le voulez. Importing... @@ -3121,16 +3291,36 @@ Incorrect or no genesis block found. Wrong datadir for network? - Bloc de genèse incorrect ou introuvable. Mauvais répertoire de données pour le réseau ? + Bloc de genèse incorrect ou introuvable. Mauvais datadir pour le réseau ? + + + Initialization sanity check failed. %s is shutting down. + L'initialisation du test de cohérence a échoué. %s est en cours de fermeture. Invalid -onion address: '%s' Adresse -onion invalide : « %s » + + Invalid amount for -%s=<amount>: '%s' + Montant invalide pour -%s=<amount> : « %s » + + + Invalid amount for -fallbackfee=<amount>: '%s' + Montant invalide pour -fallbackfee=<amount> : « %s » + Keep the transaction memory pool below <n> megabytes (default: %u) Garder la réserve de mémoire transactionnelle sous <n> mégaoctets (par défaut : %u) + + Loading banlist... + Chargement de la liste d'interdiction... + + + Location of the auth cookie (default: data dir) + Emplacement du fichier témoin auth (par défaut : data dir) + Not enough file descriptors available. Pas assez de descripteurs de fichiers proposés. @@ -3139,6 +3329,14 @@ Only connect to nodes in network <net> (ipv4, ipv6 or onion) Seulement se connecter aux nœuds du réseau <net> (IPv4, IPv6 ou oignon) + + Print this help message and exit + Imprimer ce message d'aide et quitter + + + Print version and exit + Imprimer la version et quitter + Prune cannot be configured with a negative value. L'élagage ne peut pas être configuré avec une valeur négative. @@ -3147,9 +3345,21 @@ Prune mode is incompatible with -txindex. Le mode élagage n'est pas compatible avec -txindex. + + Rebuild chain state and block index from the blk*.dat files on disk + Reconstruire l'état de la chaîne et l'index des blocs à partir des fichiers blk*.dat sur le disque + + + Rebuild chain state from the currently indexed blocks + Reconstruire l'état de la chaîne à partir des blocs indexés actuellement + + + Rewinding blocks... + Rebobinage des blocs... + Set database cache size in megabytes (%d to %d, default: %d) - Définir la taille du cache de la base de données en mégaoctets (%d to %d, default: %d) + Définir la taille du cache de la base de données en mégaoctets (%d à %d, default: %d) Set maximum block size in bytes (default: %d) @@ -3157,7 +3367,15 @@ Specify wallet file (within data directory) - Spécifiez le fichier de portefeuille (dans le répertoire de données) + Spécifiez le fichier de porte-monnaie (dans le répertoire de données) + + + The source code is available from %s. + Le code source est disponible sur %s. + + + Unable to bind to %s on this computer. %s is probably already running. + Impossible de se lier à %s sur cet ordinateur. %s fonctionne probablement déjà. Unsupported argument -benchmark ignored, use -debug=bench. @@ -3175,33 +3393,37 @@ Use UPnP to map the listening port (default: %u) Utiliser l'UPnP pour mapper le port d'écoute (par défaut : %u) + + Use the test chain + Utiliser la chaîne de test + User Agent comment (%s) contains unsafe characters. Le commentaire d'agent utilisateur (%s) contient des caractères dangereux. Verifying blocks... - Vérification des blocs en cours... + Vérification des blocs... Verifying wallet... - Vérification du portefeuille en cours... + Vérification du porte-monnaie... Wallet %s resides outside data directory %s - Le portefeuille %s réside en dehors du répertoire de données %s + Le porte-monnaie %s réside en dehors du répertoire de données %s + + + Wallet debugging/testing options: + Options de débogage/de test du porte-monnaie : + + + Wallet needed to be rewritten: restart %s to complete + Le porte-monnaie devait être réécrit : redémarrer %s pour terminer l'opération. Wallet options: - Options du portefeuille : - - - Warning: This version is obsolete; upgrade required! - Avertissement : cette version est obsolète. Une mise à niveau est exigée ! - - - You need to rebuild the database using -reindex to change -txindex - Vous devez reconstruire la base de données en utilisant -reindex afin de modifier -txindex + Options du porte-monnaie : 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 @@ -3215,13 +3437,9 @@ 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) Se lier à l'adresse donnée pour écouter des connexions JSON-RPC. Utiliser la notation [host]:port pour l'IPv6. Cette option peut être spécifiée plusieurs fois (par défaut : se lier à toutes les interfaces) - - Cannot obtain a lock on data directory %s. Bitcoin Core is probably already running. - Impossible d’obtenir un verrou sur le répertoire de données %s. Blackcoin More fonctionne probablement déjà. - Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) - Créer de nouveaux fichiers avec les permissions système par défaut, au lieu de umask 077 (effectif seulement avec la fonction du portefeuille désactivée) + Créer de nouveaux fichiers avec les permissions système par défaut, au lieu de umask 077 (effectif seulement avec la fonction du porte-monnaie désactivée) Discover own IP addresses (default: 1 when listening and no -externalip or -proxy) @@ -3233,7 +3451,7 @@ Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message) - Exécuter une commande lorsqu'une alerte pertinente est reçue ou si nous voyons une bifurcation vraiment étendue (%s dans la commande est remplacé par le message) + Exécuter une commande lorsqu'une alerte pertinente est reçue, ou si nous voyons une bifurcation vraiment étendue (%s dans la commande est remplacé par le message) Fees (in %s/kB) smaller than this are considered zero fee for relaying, mining and transaction creation (default: %s) @@ -3251,29 +3469,21 @@ Maximum size of data in data carrier transactions we relay and mine (default: %u) Quantité maximale de données dans les transactions du porteur de données que nous relayons et minons (par défaut : %u) - - Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect) - Demander les adresses des pairs par recherche DNS si l'on manque d'adresses (par défaut : 1 sauf si -connect) - Randomize credentials for every proxy connection. This enables Tor stream isolation (default: %u) - Aléer les authentifiants pour chaque connexion mandataire. Ceci active l'isolement de flux de Tor (par défaut : %u) + Aléer les authentifiants pour chaque connexion mandataire. Cela active l'isolement de flux de Tor (par défaut : %u) Set maximum size of high-priority/low-fee transactions in bytes (default: %d) - Définir la taille maximale en octets des transactions prioritaires/à frais modiques (par défaut : %d) - - - Set the number of threads for coin generation if enabled (-1 = all cores, default: %d) - Définir le nombre de fils de génération de pièces, si elle est activée (-1 = tous les cœurs, par défaut : %d) + Définir la taille maximale en octets des transactions à priorité élevée et frais modiques (par défaut : %d) The transaction amount is too small to send after the fee has been deducted Le montant de la transaction est trop bas pour être envoyé une fois que les frais ont été déduits - 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. - Ce produit comprend des logiciels développés par le projet OpenSSL pour être utilisés dans la boîte à outils OpenSSL <https://www.openssl.org/> et un logiciel cryptographique écrit par Eric Young, ainsi qu'un logiciel UPnP écrit par Thomas Bernard. + Use hierarchical deterministic key generation (HD) after BIP32. Only has effect during wallet creation/first start + Utiliser une génération de clé hiérarchique déterministe (HD) après BIP32. N'a d'effet que lors de la création ou du lancement intitial du porte-monnaie 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 @@ -3281,7 +3491,7 @@ You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain - Vous devez reconstruire la base de données en utilisant -reindex afin de revenir au mode sans élagage. Ceci retéléchargera complètement la chaîne de blocs. + Vous devez reconstruire la base de données en utilisant -reindex afin de revenir au mode sans élagage. Cela retéléchargera complètement la chaîne de blocs. (default: %u) @@ -3291,66 +3501,26 @@ Accept public REST requests (default: %u) Accepter les demandes REST publiques (par défaut : %u) - - Activating best chain... - Activation de la meilleure chaîne... - - - Always relay transactions received from whitelisted peers (default: %d) - Toujours relayer les transactions reçues des pairs de la liste blanche (par défaut : %d) - - - Attempt to recover private keys from a corrupt wallet.dat on startup - Tenter de récupérer les clefs privées d'un wallet.dat corrompu lors du démarrage - Automatically create Tor hidden service (default: %d) Créer automatiquement un service caché Tor (par défaut : %d) - - Cannot resolve -whitebind address: '%s' - Impossible de résoudre l'adresse -whitebind : « %s » - Connect through SOCKS5 proxy Se connecter par un mandataire SOCKS5 - - Copyright (C) 2009-%i The Bitcoin Core Developers - Copyright © 2014-%i Les développeurs de Blackcoin More - - - Error loading wallet.dat: Wallet requires newer version of Bitcoin Core - Erreur lors du chargement de wallet.dat : le portefeuille exige une version plus récente de Blackcoin More - Error reading from database, shutting down. Erreur de lecture de la base de données, fermeture en cours. Imports blocks from external blk000??.dat file on startup - Importe des blocs depuis un fichier blk000??.dat externe lors du démarrage + Importe des blocs à partir d'un fichier blk000??.dat externe lors du démarrage Information Informations - - Initialization sanity check failed. Bitcoin Core is shutting down. - L'initialisation du test de cohérence a échoué. Blackcoin est en cours de fermeture. - - - Invalid amount for -maxtxfee=<amount>: '%s' - Montant invalide pour -maxtxfee=<amount> : « %s » - - - Invalid amount for -minrelaytxfee=<amount>: '%s' - Montant invalide pour -minrelayfee=<montant> : « %s » - - - Invalid amount for -mintxfee=<amount>: '%s' - Montant invalide pour -mintxfee=<montant> : « %s » - Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) Montant invalide pour -paytxfee=<montant> : « %s » (doit être au moins %s) @@ -3375,25 +3545,17 @@ RPC server options: Options du serveur RPC : - - Rebuild block chain index from current blk000??.dat files on startup - Reconstruire au démarrage l'index de la chaîne de blocs à partir des fichiers blk000??.dat actuels - - - Receive and display P2P network alerts (default: %u) - Recevoir et afficher les alertes du réseau poste à poste (%u par défaut) - Reducing -maxconnections from %d to %d, because of system limitations. Réduction de -maxconnections de %d à %d, due aux restrictions du système Rescan the block chain for missing wallet transactions on startup - Réanalyser la chaîne de blocs au démarrage, à la recherche de transactions de portefeuille manquantes + Réanalyser la chaîne de blocs au démarrage, à la recherche de transactions de porte-monnaie manquantes Send trace/debug info to console instead of debug.log file - Envoyer les informations de débogage/trace à la console au lieu du fichier debug.log + Envoyer les infos de débogage/trace à la console au lieu du fichier debug.log Send transactions as zero-fee transactions if possible (default: %u) @@ -3405,11 +3567,11 @@ Shrink debug.log file on client startup (default: 1 when no -debug) - Réduire le fichier debug.log lors du démarrage du client (par défaut : 1 lorsque -debug n'est pas présent) + Réduire le fichier debug.log lors du démarrage du client (par défaut : 1 sans -debug) Signing transaction failed - La signature de la transaction a échoué + Échec de signature de la transaction The transaction amount is too small to pay the fee @@ -3429,11 +3591,7 @@ Transaction amount too small - Montant de la transaction trop bas - - - Transaction amounts must be positive - Les montants de transaction doivent être positifs + Le montant de la transaction est trop bas Transaction too large for fee policy @@ -3441,7 +3599,7 @@ Transaction too large - Transaction trop volumineuse + La transaction est trop grosse Unable to bind to %s on this computer (bind returned error %s) @@ -3449,36 +3607,32 @@ Upgrade wallet to latest format on startup - Mettre à niveau le portefeuille au démarrage vers le format le plus récent + Mettre à niveau le porte-monnaie au démarrage vers le format le plus récent Username for JSON-RPC connections Nom d'utilisateur pour les connexions JSON-RPC - - Wallet needed to be rewritten: restart Bitcoin Core to complete - Le portefeuille avait besoin d'être réécrit : veuillez redémarrer Blackcoin More pour terminer - Warning Avertissement + + Warning: unknown new rules activated (versionbit %i) + Avertissement : nouvelles règles inconnues activées (bit de version %i) + Whether to operate in a blocks only mode (default: %u) Faut-il fonctionner en mode blocs seulement (par défaut : %u) Zapping all transactions from wallet... - Supprimer toutes les transactions du portefeuille... + Supprimer toutes les transactions du porte-monnaie... ZeroMQ notification options: Options de notification ZeroMQ - - wallet.dat corrupt, salvage failed - wallet.dat corrompu, la récupération a échoué - Password for JSON-RPC connections Mot de passe pour les connexions JSON-RPC @@ -3487,10 +3641,6 @@ Execute command when the best block changes (%s in cmd is replaced by block hash) Exécuter la commande lorsque le meilleur bloc change (%s dans cmd est remplacé par le hachage du bloc) - - This help message - Ce message d'aide - Allow DNS lookups for -addnode, -seednode and -connect Autoriser les recherches DNS pour -addnode, -seednode et -connect @@ -3499,34 +3649,30 @@ Loading addresses... Chargement des adresses… - - Error loading wallet.dat: Wallet corrupted - Erreur lors du chargement de wallet.dat : portefeuille corrompu - (1 = keep tx meta data e.g. account owner and payment request information, 2 = drop tx meta data) - (1 = conserver les métadonnées de transmission, par ex. les informations du propriétaire du compte et de la demande de paiement, 2 = abandonner les métadonnées de transmission) + (1 = conserver les métadonnées de transmission, p. ex. les informations du propriétaire du compte et de demande de paiement, 2 = abandonner les métadonnées de transmission) -maxtxfee is set very high! Fees this large could be paid on a single transaction. - -maxtxfee est défini très haut ! Des frais aussi élevés pourraient être payés en une seule transaction. - - - -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. - -paytxfee est réglé sur un montant très élevé ! Il s'agit des frais de transaction que vous payerez si vous envoyez une transaction. + La valeur -maxtxfee est très élevée ! Des frais aussi élevés pourraient être payés en une seule transaction. Do not keep transactions in the mempool longer than <n> hours (default: %u) Ne pas conserver de transactions dans la réserve de mémoire plus de <n> heures (par défaut : %u) - Error reading wallet.dat! All keys read correctly, but transaction data or address book entries might be missing or incorrect. - Une erreur est survenue lors de la lecture de wallet.dat ! Toutes les clefs ont été lues correctement, mais les données transactionnelles ou les entrées du carnet d'adresses sont peut-être manquantes ou incorrectes. + Equivalent bytes per sigop in transactions for relay and mining (default: %u) + Octets équivalents par sigop dans les transactions pour relayer et miner (par défaut : %u) Fees (in %s/kB) smaller than this are considered zero fee for transaction creation (default: %s) Les frais (en %s/Ko) inférieurs à ce seuil sont considérés comme étant nuls pour la création de transactions (par défaut : %s) + + Force relay of transactions from whitelisted peers even if they violate local relay policy (default: %d) + Forcer le relais de transactions des pairs de la liste blanche même s'ils transgressent la politique locale de relais (par défaut : %d) + How thorough the block verification of -checkblocks is (0-4, default: %u) Degré de profondeur de la vérification des blocs -checkblocks (0-4, par défaut : %u) @@ -3541,12 +3687,28 @@ Output debugging information (default: %u, supplying <category> is optional) - Extraire les informations de débogage (par défaut : %u, fournir <category> est optionnel) + Extraire les informations de débogage (par défaut : %u, fournir <category> est facultatif) + + + Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect/-noconnect) + Requête d'adresses de paires par recherche DNS, si il y a peu d'adresses (par défaut : 1 sauf si -connect/-noconnect) + + + Sets the serialization of raw transaction or block hex returned in non-verbose mode, non-segwit(0) or segwit(1) (default: %d) + Définit la sérialisation de la transaction brute ou les données hexa de bloc retournées en mode non-verbose, non-segwit(0) ou segwit(1) (par défaut : %d) Support filtering of blocks and transaction with bloom filters (default: %u) Prendre en charge le filtrage des blocs et des transactions avec les filtres bloom (par défaut : %u) + + This is the transaction fee you may pay when fee estimates are not available. + Il s'agit des frais de transaction que vous pourriez payer si aucune estimation de frais n'est proposée. + + + This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit %s and cryptographic software written by Eric Young and UPnP software written by Thomas Bernard. + Ce produit comprend des logiciels développés par le Projet OpenSSL pour être utilisés dans la boîte à outils OpenSSL %s, et un logiciel cryptographique écrit par Eric Young, ainsi qu'un logiciel UPnP écrit par Thomas Bernard. + Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments. La taille totale de la chaîne de version de réseau (%i) dépasse la longueur maximale (%i). Réduire le nombre ou la taille des commentaires uacomments. @@ -3559,13 +3721,29 @@ Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported. L'argument non pris en charge -socks a été trouvé. Il n'est plus possible de définir la version de SOCKS, seuls les mandataires SOCKS5 sont pris en charge. + + Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay. + Argument non pris charge -whitelistalwaysrelay ignoré, utiliser -whitelistrelay et/ou -whitelistforcerelay. + Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) Utiliser un serveur mandataire SOCKS5 séparé pour atteindre les pairs par les services cachés de Tor (par défaut : %s) - Username and hashed password for JSON-RPC connections. The field <userpw> comes in the format: <USERNAME>:<SALT>$<HASH>. A canonical python script is included in share/rpcuser. This option can be specified multiple times - Nom d'utilisateur et mot de passe haché pour les connexions JSON-RPC. Le champ <userpw> vient au format : <USERNAME>:<SALT>$<HASH>. Un script python canonique est inclus dans share/rpcuser. Cette option peut être spécifiée plusieurs fois. + Warning: Unknown block versions being mined! It's possible unknown rules are in effect + Avertissement : des versions de blocs inconnues sont minées ! Il est possible que des règles inconnues soient en vigeur + + + Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup. + Avertissement : le fichier du porte-monnaie est corrompu, les données ont été récupérées ! Le fichier %s original a été enregistré en tant que %s dans %s ; si votre solde ou vos transactions sont incorrects, vous devriez restaurer une sauvegarde. + + + Whitelist peers connecting from the given IP address (e.g. 1.2.3.4) or CIDR notated network (e.g. 1.2.3.0/24). Can be specified multiple times. + Pairs de la liste blanche se connectant à partir de l'adresse IP donnée (p. ex. 1.2.3.4) ou du réseau noté CIDR (p. ex. 1.2.3.0/24). Peut être spécifié plusieurs fois. + + + %s is set very high! + La valeur %s est très élevée ! (default: %s) @@ -3575,14 +3753,6 @@ Always query for peer addresses via DNS lookup (default: %u) Toujours demander les adresses des pairs par recherche DNS (par défaut : %u) - - Error loading wallet.dat - Erreur lors du chargement de wallet.dat - - - Generate coins (default: %u) - Générer des pièces (défaut : %u) - How many blocks to check at startup (default: %u, 0 = all) Nombre de blocs à vérifier au démarrage (par défaut : %u, 0 = tous) @@ -3595,6 +3765,10 @@ Invalid -proxy address: '%s' Adresse -proxy invalide : « %s » + + Keypool ran out, please call keypoolrefill first + La réserve de clés est épuisée, veuillez d'abord appeler « keypoolrefill » + Listen for JSON-RPC connections on <port> (default: %u or testnet: %u) Écouter les connexions JSON-RPC sur <port> (par défaut : %u ou tesnet : %u) @@ -3609,7 +3783,7 @@ Make the wallet broadcast transactions - Obliger le portefeuille à diffuser les transactions + Obliger le porte-monnaie à diffuser les transactions Maximum per-connection receive buffer, <n>*1000 bytes (default: %u) @@ -3621,7 +3795,7 @@ Prepend debug output with timestamp (default: %u) - Ajouter l'horodatage au début de la sortie de débogage (par défaut : %u) + Ajouter l'estampille temporelle au début de la sortie de débogage (par défaut : %u) Relay and mine data carrier transactions (default: %u) @@ -3632,16 +3806,20 @@ Relayer les multisignatures non-P2SH (par défaut : %u) - Set key pool size to <n> (default: %u) - Définir la taille de la réserve de clefs à <n> (par défaut : %u) + Send transactions with full-RBF opt-in enabled (default: %u) + Envoyer des transactions avec « RBF opt-in » complet activé (par défaut : %u) - Set minimum block size in bytes (default: %u) - Définir la taille de bloc minimale en octets (par défaut : %u) + Set key pool size to <n> (default: %u) + Définir la taille de la réserve de clés à <n> (par défaut : %u) + + + Set maximum BIP141 block weight (default: %d) + Définir le poids maximal de bloc BIP141 (par défaut : %d) Set the number of threads to service RPC calls (default: %d) - Définir le nombre d'exétrons pour desservir les appels RPC (par défaut : %d) + Définir le nombre de fils pour les appels RPC (par défaut : %d) Specify configuration file (default: %s) @@ -3659,25 +3837,41 @@ Spend unconfirmed change when sending transactions (default: %u) Dépenser la monnaie non confirmée lors de l'envoi de transactions (par défaut : %u) + + Starting network threads... + Démarrage des processus réseau... + + + The wallet will avoid paying less than the minimum relay fee. + Le porte-monnaie évitera de payer moins que les frais minimaux de relais. + + + This is the minimum transaction fee you pay on every transaction. + Il s'agit des frais minimaux que vous payez pour chaque transaction. + + + This is the transaction fee you will pay if you send a transaction. + Il s'agit des frais minimaux que vous payez si vous envoyez une transaction. + Threshold for disconnecting misbehaving peers (default: %u) Seuil de déconnexion des pairs présentant un mauvais comportement (par défaut : %u) + + Transaction amounts must not be negative + Les montants transactionnels ne doivent pas être négatifs + + + Transaction has too long of a mempool chain + La chaîne de la réserve de mémoire de la transaction est trop longue + + + Transaction must have at least one recipient + La transaction doit comporter au moins un destinataire + Unknown network specified in -onlynet: '%s' - Réseau inconnu spécifié sur -onlynet : « %s » - - - Cannot resolve -bind address: '%s' - Impossible de résoudre l'adresse -bind : « %s » - - - Cannot resolve -externalip address: '%s' - Impossible de résoudre l'adresse -externalip : « %s » - - - Invalid amount for -paytxfee=<amount>: '%s' - Montant invalide pour -paytxfee=<montant> : « %s » + Réseau inconnu spécifié dans -onlynet : « %s » Insufficient funds @@ -3693,11 +3887,11 @@ Loading wallet... - Chargement du portefeuille… + Chargement du porte-monnaie… Cannot downgrade wallet - Impossible de revenir à une version inférieure du portefeuille + Impossible de revenir à une version inférieure du porte-monnaie Cannot write default address diff --git a/src/qt/locale/bitcoin_fr_CA.ts b/src/qt/locale/bitcoin_fr_CA.ts index 7e6925f96..02701cbf1 100644 --- a/src/qt/locale/bitcoin_fr_CA.ts +++ b/src/qt/locale/bitcoin_fr_CA.ts @@ -13,30 +13,10 @@ &Delete &Supprimer - - Sending addresses - envoyer adresse de reception - - - Comma separated file (*.csv) - Fichier séparé par une virgule (*.csv) - AddressTableModel - - Label - Record - - - Address - Addresse - - - (no label) - (pas de record) - - + AskPassphraseDialog @@ -51,22 +31,6 @@ Repeat new passphrase Répéter Mot de Passe - - Encrypt wallet - Encrypter Porte-Feuille - - - This operation needs your wallet passphrase to unlock the wallet. - Cette opération nécessite le mot de passe de votre porte-feuille pour débarrer le porte-feuille. - - - Unlock wallet - Débarrer Porte-Feuille - - - This operation needs your wallet passphrase to decrypt the wallet. - Cette opération nécessite le mot de passe de votre porte-feuille pour le décrypter. - BanTableModel @@ -74,23 +38,12 @@ BitcoinGUI - - ClientModel - CoinControlDialog (un)select all Toute sélectionner - - Copy address - copier l'adresse - - - (no label) - (pas de record) - EditAddressDialog @@ -116,6 +69,9 @@ Bienvenue + + ModalOverlay + OpenURIDialog @@ -134,6 +90,9 @@ QObject + + QObject::QObject + QRImageWidget @@ -145,36 +104,19 @@ ReceiveRequestDialog - - Address - Addresse - - - Label - Record - RecentRequestsTableModel - - Label - Record - - - (no label) - (pas de record) - SendCoinsDialog - - (no label) - (pas de record) - SendCoinsEntry + + SendConfirmationDialog + ShutdownWindow @@ -195,29 +137,9 @@ TransactionTableModel - - Label - Record - TransactionView - - Copy address - copier l'adresse - - - Comma separated file (*.csv) - Fichier séparé par une virgule (*.csv) - - - Label - Record - - - Address - Addresse - UnitDisplayStatusBarControl diff --git a/src/qt/locale/bitcoin_fr_FR.ts b/src/qt/locale/bitcoin_fr_FR.ts index f9edc68be..b27202ecb 100644 --- a/src/qt/locale/bitcoin_fr_FR.ts +++ b/src/qt/locale/bitcoin_fr_FR.ts @@ -22,8 +22,8 @@ &Copie - &Copy Address - &Adresse de copie + C&lose + F&ermer Delete the currently selected address from the list @@ -42,28 +42,8 @@ &Supprimer - Choose the address to send coins to - Choisissez une adresse où envoyer les blackcoins - - - Choose the address to receive coins with - Choisissez une adresse où recevoir les blackcoins - - - Sending addresses - Adresses d'envoi - - - Receiving addresses - Adresses de réception - - - These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - Voici vos adresses Blackcoin qui vous permettent d'envoyer des paiements. Vérifiez toujours le montant et l'adresse de réception avant d'envoyer des pièces. - - - These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Voici vos adresses Blackcoin qui vous permettent de recevoir des paiements. Il est recommandé d'utiliser une nouvelle adresse de réception pour chaque transaction + C&hoose + C&oisir Copy &Label @@ -85,12 +65,7 @@ Exporting Failed Échec de l'export - - There was an error trying to save the address list to %1. Please try again. - Il y a eu une erreur durant la tentative de sauvegarde de la liste d’adresse vers %1. -Réessayez. - - + AddressTableModel @@ -128,83 +103,19 @@ Réessayez. Encrypt wallet Chiffrer le porte-monnaie - - This operation needs your wallet passphrase to unlock the wallet. - Cette opération nécessite votre phrase de passe pour déverrouiller le porte-monnaie. - Unlock wallet Déverrouiller le porte-monnaie - - This operation needs your wallet passphrase to decrypt the wallet. - Cette opération nécessite votre phrase de passe pour décrypter le porte-monnaie. - Decrypt wallet Décrypter le porte-monnaie - - Change passphrase - Changer la phrase de passe - - - Confirm wallet encryption - Confirmer le chiffrement du porte-monnaie - - - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! - Attention: Si vous cryptez votre portefeuille et que vous perdez votre mot de passe vous <b> PERDREZ TOUS VOS BLACKCOINS:</b>! - - - Are you sure you wish to encrypt your wallet? - Êtes-vous sûr de de vouloir crypter votre portefeuille ? - - - Bitcoin Core will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - Blackcoin More fermera maintenant pour finir le processus de chiffrement. Rappelez-vous que crypter votre portefeuille ne protége pas totalement vos blackcoins d'être volé par un malware ayant infecté votre ordinateur. - - - Warning: The Caps Lock key is on! - Attention : La touche majuscule est enfoncé. - Wallet encrypted Porte-monnaie chiffré - - Enter the old passphrase and new passphrase to the wallet. - Entrez l'ancien mot de passe et le nouveau mot de passe pour le portefeuille - - - Wallet encryption failed - Le chiffrement du porte-monnaie a échoué - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - Le chiffrement du porte-monnaie a échoué en raison d'une erreur interne. Votre porte-monnaie n'a pas été chiffré. - - - The supplied passphrases do not match. - Les phrases de passe entrées ne correspondent pas. - - - Wallet unlock failed - Le déverrouillage du porte-monnaie a échoué - - - The passphrase entered for the wallet decryption was incorrect. - La phrase de passe entrée pour décrypter le porte-monnaie était erronée. - - - Wallet decryption failed - Le décryptage du porte-monnaie a échoué - - - Wallet passphrase was successfully changed. - Le changement du mot de passe du portefeuille à été effectué avec succès. - - + BanTableModel @@ -254,6 +165,14 @@ Réessayez. Quit application Quitter l'application + + &About %1 + &À propos de %1 + + + Show information about %1 + Afficher les informations sur %1 + About &Qt À propos de &Qt @@ -266,6 +185,10 @@ Réessayez. &Options... &Options... + + Modify configuration options for %1 + Modifier les options de configuration pour %1 + &Encrypt Wallet... &Chiffrer le portefeuille @@ -290,14 +213,6 @@ Réessayez. Open &URI... Ouvrir &URI - - Bitcoin Core client - Client Blackcoin More - - - Importing blocks from disk... - Importer les blocs depuis le disque... - Reindexing blocks on disk... Réindexer les blocs sur le disque... @@ -342,10 +257,6 @@ Réessayez. &Receive &Réception - - Show information about Bitcoin Core - Montrer les informations à propos de Blackcoin More - &Show / Hide &Montrer / Cacher @@ -378,22 +289,10 @@ Réessayez. Tabs toolbar Barre d'outils des onglets - - Bitcoin Core - Blackcoin More - Request payments (generates QR codes and bitcoin: URIs) Demander des paiements (générer QR codes et blackcoin: URIs) - - &About Bitcoin Core - &À propos de Blackcoin - - - Modify configuration options for Bitcoin Core - Modifier les options de configuration de Blackcoin More - Show the list of used sending addresses and labels Montrer la liste des adresses d'envois utilisées et les étiquettes @@ -411,28 +310,8 @@ Réessayez. %n connexion active au réseau Blackcoin%n connexions actives au réseau Blackcoin - No block source available... - Aucun bloc source disponible - - - %n hour(s) - %n heure%n heures - - - %n day(s) - %n jour%n jours - - - %n week(s) - %n semaine%n semaines - - - %1 and %2 - %1 et %2 - - - %n year(s) - %n an%n années + Indexing blocks on disk... + Indexation des blocs sur le disque... %1 behind @@ -462,6 +341,10 @@ Réessayez. Up to date À jour + + %1 client + %1 client + Catching up... Rattrapage... @@ -512,14 +395,7 @@ Réessayez. Wallet is <b>encrypted</b> and currently <b>locked</b> Le porte-monnaie est <b>chiffré</b> et est actuellement <b>verrouillé</b> - - - ClientModel - - Network Alert - Alerte réseau - - + CoinControlDialog @@ -538,10 +414,6 @@ Réessayez. Amount: Montant : - - Priority: - Priorité: - Fee: Frais: @@ -594,10 +466,6 @@ Réessayez. Confirmed Confirmée - - Priority - Priorité - Copy address Copier l'adresse @@ -610,22 +478,6 @@ Réessayez. Copy amount Copier le montant - - Copy transaction ID - Copie ID transaction - - - Lock unspent - Verrouiller les non dépensés - - - Unlock unspent - Déverrouiller les non dépensés - - - Copy quantity - Copier la quantité - Copy fee Copier les frais @@ -638,74 +490,6 @@ Réessayez. Copy bytes Copier les octets - - Copy priority - Copier la priorité - - - Copy dust - Copier la poussière - - - Copy change - Copier changement - - - highest - le plus élevé - - - higher - plus haute - - - high - haut - - - medium-high - moyen-élevé - - - medium - moyen - - - low-medium - bas-moyen - - - low - bas - - - lower - inférieur - - - lowest - le plus bas - - - (%1 locked) - (%1 verrouillé) - - - none - aucun - - - This label turns red if the transaction size is greater than 1000 bytes. - Cette étiquette devient rouge si la taille de la transaction est plus grande que 1000 octets - - - This label turns red if the priority is smaller than "medium". - Cette étiquette devient rouge si la priorité est plus petite que "moyen" - - - Can vary +/- %1 satoshi(s) per input. - Peut varier de +/- %1 satoshi(s) par entrée. - yes oui @@ -714,27 +498,11 @@ Réessayez. no non - - This means a fee of at least %1 per kB is required. - Cela signifie que des frais d'au moins %1 par kO sont requis. - - - Can vary +/- 1 byte per input. - Peut varier de +/- 1 octet par entrée. - (no label) (aucune étiquette) - - change from %1 (%2) - changement de %1 (%2) - - - (change) - (changement) - - + EditAddressDialog @@ -749,39 +517,7 @@ Réessayez. &Address &Adresse - - New receiving address - Nouvelle adresse de réception - - - New sending address - Nouvelle adresse d'envoi - - - Edit receiving address - Éditer l'adresse de réception - - - Edit sending address - Éditer l'adresse d'envoi - - - The entered address "%1" is already in the address book. - L'adresse fournie « %1 » est déjà présente dans le carnet d'adresses. - - - The entered address "%1" is not a valid Bitcoin address. - L'adresse entrée "%1" n'est pas une adresse Blackcoin valide. - - - Could not unlock wallet. - Impossible de déverrouiller le porte-monnaie. - - - New key generation failed. - Échec de la génération de la nouvelle clef. - - + FreespaceChecker @@ -803,10 +539,6 @@ Réessayez. HelpMessageDialog - - Bitcoin Core - Blackcoin More - version version @@ -816,8 +548,8 @@ Réessayez. (%1-bit) - About Bitcoin Core - À propos de Blackcoin More + About %1 + A propos %1 Command-line options @@ -847,8 +579,8 @@ Réessayez. Bienvenue - Welcome to Bitcoin Core. - Bienvenue sur Blackcoin More. + Welcome to %1. + Bienvenue sur %1. Use the default data directory @@ -858,10 +590,6 @@ Réessayez. Use a custom data directory: Utiliser votre propre répertoire - - Bitcoin Core - Blackcoin More - Error: Specified data directory "%1" cannot be created. Erreur: Le répertoire de données "%1" n'a pas pu être créé. @@ -879,6 +607,17 @@ Réessayez. (%n GB nécessaire)(%n GB nécessaire) + + ModalOverlay + + Form + Formulaire + + + Hide + Cacher + + OpenURIDialog @@ -897,11 +636,7 @@ Réessayez. Select payment request file Sélectionner un fichier de demande de paiement - - Select payment request file to open - Sélectionnez le fichier de demande de paiement à ouvrir - - + OptionsDialog @@ -944,10 +679,6 @@ Réessayez. &Network &Réseau - - Automatically start Bitcoin Core after logging in to the system. - Démarrer automatiquement Blackcoin More après s'être connecté au système. - Expert Expert @@ -992,6 +723,14 @@ Réessayez. &Window &Fenêtre + + &Hide the icon from the system tray. + &Cacher l'icône dans la zone de notification. + + + Hide tray icon + Cacher l'icône de la zone de notification + &Minimize to the tray instead of the taskbar &Minimiser dans la barre système au lieu de la barre des tâches @@ -1086,43 +825,7 @@ Réessayez. PaymentServer - - Invalid payment address %1 - Adresse de paiement invalide %1 - - - Payment request rejected - Requête de paiement rejetée - - - Payment request is not initialized. - La demande de paiement n'a pas été initialisée. - - - Payment request error - Erreur lors de la requête de paiement - - - Payment request expired. - Demande de paiement expirée. - - - Invalid payment request. - Demande de paiement invalide. - - - Refund from %1 - Remboursement de %1 - - - Bad response from server %1 - Mauvaise réponse du serveur %1 - - - Network request error - Erreur de demande de réseau - - + PeerTableModel @@ -1133,11 +836,7 @@ Réessayez. Node/Service Nœud/Service - - Ping Time - Temps du ping - - + QObject @@ -1176,13 +875,16 @@ Réessayez. %1 ms %1 ms - + + %1 and %2 + %1 et %2 + + + + QObject::QObject + QRImageWidget - - &Save Image... - &Sauvegarder image - &Copy Image &Copier image @@ -1191,17 +893,9 @@ Réessayez. Save QR Code Sauvegarder QR code - - PNG Image (*.png) - Image PNG (*.png) - - + RPCConsole - - Client name - Nom du client - N/A N/A @@ -1222,10 +916,6 @@ Réessayez. General Général - - Using OpenSSL version - Version OpenSSL utilisée - Using BerkeleyDB version Version BerkeleyDButilisée @@ -1298,6 +988,10 @@ Réessayez. Starting Block Bloc de départ + + Synced Blocks + Blocs Synchronisés + User Agent Agent Utilisateur @@ -1358,10 +1052,6 @@ Réessayez. Out: Sortie: - - Build date - Date de création - Debug log file Fichier du journal de débogage @@ -1465,10 +1155,6 @@ Réessayez. Copy label Copier l'étiquette - - Copy message - Copier message - Copy amount Copier le montant @@ -1492,26 +1178,10 @@ Réessayez. &Save Image... &Sauvegarder image - - Request payment to %1 - Demande de paiement à %1 - - - Payment information - Informations de paiement - - - URI - URI - Address Adresse - - Amount - Montant - Label Étiquette @@ -1535,23 +1205,11 @@ Réessayez. Message Message - - Amount - Montant - (no label) (aucune étiquette) - - (no message) - (pas de message) - - - (no amount) - (pas de montant) - - + SendCoinsDialog @@ -1582,10 +1240,6 @@ Réessayez. Amount: Montant : - - Priority: - Priorité: - Fee: Frais: @@ -1622,10 +1276,6 @@ Réessayez. Recommended: Recommandé: - - Confirmation time: - Temps de confirmation: - normal normal @@ -1659,16 +1309,8 @@ Réessayez. Confirmer l'action d'envoi - Confirm send coins - Confirmer l'envoi des pièces - - - %1 to %2 - %1 à %2 - - - Copy quantity - Copier la quantité + S&end + E&voyer Copy amount @@ -1686,62 +1328,10 @@ Réessayez. Copy bytes Copier les octets - - Copy priority - Copier la priorité - - - Copy change - Copier changement - - - Total Amount %1 - Montant Total %1 - - - or - ou - - - The amount to pay must be larger than 0. - Le montant à payer doit être supérieur à 0. - - - The amount exceeds your balance. - Le montant excède votre balance. - - - Transaction creation failed! - Échec de la création de la transaction - - - Payment request expired. - Demande de paiement expirée. - - - Pay only the required fee of %1 - Payer seulement les frais obligatoire de %1 - - - Warning: Invalid Bitcoin address - Attention: Adresse Blackcoin Invalide - (no label) (aucune étiquette) - - Copy dust - Copier la poussière - - - Are you sure you want to send? - Êtes-vous sûr de vouloir envoyer ? - - - added as transaction fee - Ajoute en tant que frais de transaction - SendCoinsEntry @@ -1753,10 +1343,6 @@ Réessayez. Pay &To: Payer &à : - - Enter a label for this address to add it to your address book - Entrez une étiquette pour cette adresse afin de l'ajouter à votre carnet d'adresses - &Label: &Étiquette : @@ -1797,7 +1383,10 @@ Réessayez. Memo: Memo: - + + + SendConfirmationDialog + ShutdownWindow @@ -1851,41 +1440,9 @@ Réessayez. Verify &Message Vérifier &Message - - The entered address is invalid. - L'adresse entrée est invalide. - - - Please check the address and try again. - Vérifiez l'adresse et réessayer. - - - Message signed. - Message signé. - - - Please check the signature and try again. - Vérifiez la signature et réessayer. - - - Message verification failed. - Vérification du message échouée. - - - Message verified. - Message vérifié. - - + SplashScreen - - Bitcoin Core - Blackcoin More - - - The Bitcoin Core developers - Les développeurs de Blackcoin More - [testnet] [testnet] @@ -1900,18 +1457,6 @@ Réessayez. TransactionDesc - - Open until %1 - Ouvert jusqu'à %1 - - - %1/unconfirmed - %1/non confirmée - - - %1 confirmations - %1 confirmations - Status État @@ -1932,6 +1477,10 @@ Réessayez. From De + + unknown + inconnu + To Á @@ -1940,6 +1489,10 @@ Réessayez. own address Votre adresse + + watch-only + Lecture uniquement + label Étiquette @@ -1948,10 +1501,6 @@ Réessayez. Credit Crédit - - not accepted - Pas accepté - Debit Débit @@ -1964,10 +1513,6 @@ Réessayez. Total credit Crédit total - - Transaction fee - Frais de transaction - Net amount Montant net @@ -1980,26 +1525,6 @@ Réessayez. Comment Commentaire - - Transaction ID - ID de transaction - - - Debug information - Information de débogage - - - Transaction - Transaction - - - Inputs - Entrées - - - Amount - Montant - true vrai @@ -2008,109 +1533,33 @@ Réessayez. false faux - - , has not been successfully broadcast yet - , n'a pas encore été diffusée avec succès - - - Open for %n more block(s) - Ouvert pour %n bloc de plusOuvert pour %n blocs de plus - - - unknown - inconnue - TransactionDescDialog - - Transaction details - Détails de la transaction - This pane shows a detailed description of the transaction Ce panneau affiche une description détaillée de la transaction - + TransactionTableModel Date Date - - Type - Type - - - Open for %n more block(s) - Ouvert pour %n bloc de plusOuvert pour %n blocs de plus - - - Open until %1 - Ouvert jusqu'à %1 - - - Confirmed (%1 confirmations) - Confirmée (%1 confirmations) - - - This block was not received by any other nodes and will probably not be accepted! - Ce bloc n'a été reçu par aucun autre nœud et ne sera probablement pas accepté ! - - - Generated but not accepted - Généré mais pas accepté - - - Offline - Hors ligne - Label Étiquette - Received with - Reçues avec + watch-only + Lecture uniquement - Received from - Reçue de + (no label) + (aucune étiquette) - - Sent to - Envoyées à - - - Payment to yourself - Paiement à vous-même - - - Mined - Extraction - - - (n/a) - (indisponible) - - - Transaction status. Hover over this field to show number of confirmations. - État de la transaction. Laissez le pointeur de la souris sur ce champ pour voir le nombre de confirmations. - - - Date and time that the transaction was received. - Date et heure de réception de la transaction. - - - Type of transaction. - Type de transaction. - - - Amount removed from or added to balance. - Montant ajouté au ou enlevé du solde. - - + TransactionView @@ -2137,38 +1586,10 @@ Réessayez. This year Cette année - - Range... - Intervalle... - - - Received with - Reçues avec - - - Sent to - Envoyées à - - - To yourself - À vous-même - - - Mined - Extraction - Other Autres - - Enter address or label to search - Entrez une adresse ou une étiquette à rechercher - - - Min amount - Montant min - Copy address Copier l'adresse @@ -2181,46 +1602,14 @@ Réessayez. Copy amount Copier le montant - - Copy transaction ID - Copie ID transaction - - - Edit label - Éditer l'étiquette - - - Show transaction details - Afficher les détails de la transaction - - - Export Transaction History - Exporter l'historique des transactions - - - Exporting Failed - Échec de l'export - - - Exporting Successful - Export réalisé avec sucés - Comma separated file (*.csv) Valeurs séparées par des virgules (*.csv) - - Confirmed - Confirmée - Date Date - - Type - Type - Label Étiquette @@ -2230,62 +1619,22 @@ Réessayez. Adresse - ID - ID + Exporting Failed + Échec de l'export - - Range: - Intervalle : - - - to - à - - + UnitDisplayStatusBarControl WalletFrame - - No wallet has been loaded. - Aucun portefeuille a été chargé. - - + WalletModel - - Send Coins - Envoyer des pièces - - + WalletView - - &Export - &Exporter... - - - Export the data in the current tab to a file - Exporter les données de l'onglet courant vers un fichier - - - Backup Wallet - Sauvegarder le porte-monnaie - - - Wallet Data (*.dat) - Données de porte-monnaie (*.dat) - - - Backup Failed - La sauvegarde a échoué - - - Backup Successful - Sauvegarde réussie - - + bitcoin-core @@ -2308,6 +1657,14 @@ Réessayez. Run in the background as a daemon and accept commands Fonctionner en arrière-plan en tant que démon et accepter les commandes + + Unable to start HTTP server. See debug log for details. + Impossible de démarrer le serveur HTTP. Voir le journal de débogage pour plus de détails. + + + Bitcoin Core + Blackcoin More + <category> can be: <category> peut être: @@ -2341,10 +1698,6 @@ Importation ... Wallet options: Options du portefeuille: - - Warning: This version is obsolete; upgrade required! - Attention: Cette version est obsolète; mise à jour nécessaire - (default: %u) (défaut: %u) @@ -2381,10 +1734,6 @@ Importation ... Transaction amount too small Montant de la transaction trop bas - - Transaction amounts must be positive - Les montants de la transaction doivent être positif - Transaction too large for fee policy Montant de la transaction trop élevé pour la politique de frais @@ -2405,30 +1754,14 @@ Importation ... Password for JSON-RPC connections Mot de passe pour les connexions JSON-RPC - - This help message - Ce message d'aide - Loading addresses... Chargement des adresses... - - Error loading wallet.dat: Wallet corrupted - Erreur lors du chargement de wallet.dat : porte-monnaie corrompu - (default: %s) (défaut: %s) - - Error loading wallet.dat - Erreur lors du chargement de wallet.dat - - - Generate coins (default: %u) - Générer des pièces (défaut: %u) - Invalid -proxy address: '%s' Adresse -proxy invalide: '%s' diff --git a/src/qt/locale/bitcoin_gl.ts b/src/qt/locale/bitcoin_gl.ts index 503ce8865..e7999bb27 100644 --- a/src/qt/locale/bitcoin_gl.ts +++ b/src/qt/locale/bitcoin_gl.ts @@ -21,10 +21,6 @@ C&lose &Pechar - - &Copy Address - &Copiar Dirección - Delete the currently selected address from the list Borrar a dirección actualmente seleccionada da listaxe @@ -41,70 +37,10 @@ &Delete &Borrar - - Choose the address to send coins to - Escolle a dirección á que enviar moedas - - - Choose the address to receive coins with - Escolle a dirección da que recibir moedas - - - C&hoose - &Escoller - - - Sending addresses - Direccións para enviar - - - Receiving addresses - Direccións para recibir - - - These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - Estas son as túas direccións Blackcoin para enviar pagos. Revisa sempre a cantidade e a dirección receptora antes de enviar moedas. - - - These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Estas son as túas direccións Blackcoin para recibir pagos. Recoméndase empregar unha nova dirección de recepción por cada transacción. - - - Copy &Label - Copiar &Etiqueta - - - &Edit - &Modificar - - - Export Address List - Exportar Lista de Direccións - - - Comma separated file (*.csv) - Arquivo separado por comas (*.csv) - - - Exporting Failed - Exportación falida - AddressTableModel - - Label - Etiqueta - - - Address - Dirección - - - (no label) - (sen etiqueta) - - + AskPassphraseDialog @@ -123,83 +59,7 @@ Repeat new passphrase Repite novo contrasinal - - Encrypt wallet - Encriptar moedeiro - - - This operation needs your wallet passphrase to unlock the wallet. - Esta operación precisa o contrasinal do teu moedeiro para desbloquear o moedeiro. - - - Unlock wallet - Desbloquear moedeiro - - - This operation needs your wallet passphrase to decrypt the wallet. - Esta operación precisa o contrasinal do teu moedeiro para desencriptar o moedeiro. - - - Decrypt wallet - Desencriptar moedeiro - - - Change passphrase - Cambiar contrasinal - - - Confirm wallet encryption - Confirmar encriptación de moedeiro - - - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! - Precaución: Se encriptas o teu moedeiro e perdes o teu contrasinal, ti <b>PERDERÁS TÓDOLOS TEUS BLACKCOINS:</b>! - - - Are you sure you wish to encrypt your wallet? - Estás seguro de que desexas encriptar o teu moedeiro? - - - 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. - IMPORTANTE: Calquera copia de seguridade previa que fixeses do teu arquivo de moedeiro debería ser substituída polo recén xerado arquivo encriptado de moedeiro. Por razóns de seguridade, as copias de seguridade previas de un arquivo de moedeiro desencriptado tornaránse inútiles no momento no que comeces a emprega-lo novo, encriptado, moedeiro. - - - Warning: The Caps Lock key is on! - Precaución: A tecla de Bloqueo de Maiúsculas está activada! - - - Wallet encrypted - Moedeiro encriptado - - - Wallet encryption failed - Encriptación de moedeiro fallida - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - A encriptación do moedeiro fallou por mor dun erro interno. O teu moedeiro non foi encriptado. - - - The supplied passphrases do not match. - Os contrasinais suministrados non coinciden. - - - Wallet unlock failed - Desbloqueo de moedeiro fallido - - - The passphrase entered for the wallet decryption was incorrect. - O contrasinal introducido para a desencriptación do moedeiro foi incorrecto. - - - Wallet decryption failed - Desencriptación de moedeiro fallida - - - Wallet passphrase was successfully changed. - Cambiouse con éxito o contrasinal do moedeiro. - - + BanTableModel @@ -265,10 +125,6 @@ &Receiving addresses... Direccións para recibir - - Importing blocks from disk... - Importando bloques de disco... - Reindexing blocks on disk... Reindexando bloques no disco... @@ -349,18 +205,10 @@ Tabs toolbar Barra de ferramentas - - Bitcoin Core - Blackcoin More - Request payments (generates QR codes and bitcoin: URIs) Solicitar pagos (xenera códigos QR e blackcoin: URIs) - - &About Bitcoin Core - &Sobre Blackcoin More - Show the list of used sending addresses and labels Amosar a listaxe de direccións e etiquetas para enviar empregadas @@ -377,10 +225,6 @@ &Command-line options Opcións da liña de comandos - - No block source available... - Non hai orixe de bloques dispoñible... - %1 behind %1 detrás @@ -429,14 +273,7 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> O moedeiro está <b>encriptado</b> e actualmente <b>bloqueado</b> - - - ClientModel - - Network Alert - Alerta de Rede - - + CoinControlDialog @@ -451,10 +288,6 @@ Amount: Importe: - - Priority: - Prioridade: - Fee: Pago: @@ -491,115 +324,7 @@ Confirmed Confirmado - - Priority - Prioridade - - - Copy address - Copiar dirección - - - Copy label - Copiar etiqueta - - - Copy amount - Copiar cantidade - - - Copy transaction ID - Copiar ID de transacción - - - Lock unspent - Bloquear o aforrado - - - Unlock unspent - Desbloquear o aforrado - - - Copy quantity - Copiar cantidade - - - Copy fee - Copiar pago - - - Copy after fee - Copiar despóis do pago - - - Copy bytes - Copiar bytes - - - Copy priority - Copiar prioridade - - - Copy change - Copiar cambio - - - highest - O máis alto - - - higher - Máis alto que - - - high - alto - - - medium-high - medio-alto - - - low-medium - medio-baixo - - - low - baixo - - - lower - máis baixo que - - - lowest - o máis baixo - - - (%1 locked) - (%1 bloqueado) - - - yes - Si - - - no - non - - - Transactions with higher priority are more likely to get included into a block. - As transacción con maior prioridade teñen máis posibilidades de ser incluidas nun bloque - - - (no label) - (sen etiqueta) - - - (change) - (cambio) - - + EditAddressDialog @@ -622,39 +347,7 @@ &Address &Dirección - - New receiving address - Nova dirección para recibir - - - New sending address - Nova dirección para enviar - - - Edit receiving address - Modificar dirección para recibir - - - Edit sending address - Modificar dirección para enviar - - - The entered address "%1" is already in the address book. - A dirección introducida "%1" xa está no libro de direccións. - - - The entered address "%1" is not a valid Bitcoin address. - A dirección introducida '%1' non é unha dirección Blackcoin válida. - - - Could not unlock wallet. - Non se puido desbloquear o moedeiro. - - - New key generation failed. - A xeración de nova clave fallou. - - + FreespaceChecker @@ -680,18 +373,10 @@ HelpMessageDialog - - Bitcoin Core - Blackcoin More - version versión - - About Bitcoin Core - Sobre Blackcoin More - Command-line options Opcións da liña de comandos @@ -719,15 +404,22 @@ Use a custom data directory: Empregar un directorio de datos personalizado - - Bitcoin Core - Blackcoin More - Error Erro + + ModalOverlay + + Form + Formulario + + + Last block time + Hora do último bloque + + OpenURIDialog @@ -746,11 +438,7 @@ Select payment request file Seleccionar ficheiro de solicitude de pago - - Select payment request file to open - Seleccione ficheiro de solicitude de pago para abrir - - + OptionsDialog @@ -887,43 +575,7 @@ PaymentServer - - URI handling - Manexo de URI - - - Invalid payment address %1 - Dirección de pago %1 inválida - - - Requested payment amount of %1 is too small (considered dust). - A cantidade de %1 na solicitude de pado é moi pequena (considerada po). - - - Payment request error - Erro na petición de pago - - - Refund from %1 - Devolución dende %1 - - - Error communicating with %1: %2 - Erro comunicando con %1: %2 - - - Bad response from server %1 - Responsa errónea do servidor %1 - - - Payment acknowledged - Pago admitido - - - Network request error - Erro de solicitude de rede - - + PeerTableModel @@ -946,27 +598,14 @@ N/A + + QObject::QObject + QRImageWidget - - &Save Image... - &Gardar Imaxe... - - - &Copy Image - &Copiar Imaxe - - - Save QR Code - Gardar Código QR - RPCConsole - - Client name - Nome do cliente - N/A N/A @@ -983,10 +622,6 @@ Debug window Ventana de Depuración - - Using OpenSSL version - Usar versión OpenSSL - Startup time Tempo de arranque @@ -1039,10 +674,6 @@ Out: Fóra: - - Build date - Data de construción - Debug log file Arquivo de log de depuración @@ -1110,15 +741,7 @@ &Request payment &Solicitar pago - - Copy label - Copiar etiqueta - - - Copy amount - Copiar cantidade - - + ReceiveRequestDialog @@ -1137,65 +760,9 @@ &Save Image... &Gardar Imaxe... - - Request payment to %1 - Solicitar pago a %1 - - - Payment information - Información de Pago - - - URI - URI - - - Address - Dirección - - - Amount - Cantidade - - - Label - Etiqueta - - - Message - Mensaxe - - - Resulting URI too long, try to reduce the text for label / message. - A URI resultante é demasiado larga, tenta reducir o texto para a etiqueta / mensaxe. - - - Error encoding URI into QR Code. - Erro codificando URI nun Código QR. - - + RecentRequestsTableModel - - Date - Data - - - Label - Etiqueta - - - Message - Mensaxe - - - Amount - Cantidade - - - (no label) - (sen etiqueta) - SendCoinsDialog @@ -1219,10 +786,6 @@ Amount: Importe: - - Priority: - Prioridade: - Fee: Pago: @@ -1263,75 +826,7 @@ S&end &Enviar - - Confirm send coins - Confirmar envío de moedas - - - %1 to %2 - %1 a %2 - - - Copy quantity - Copiar cantidade - - - Copy amount - Copiar cantidade - - - Copy fee - Copiar pago - - - Copy after fee - Copiar despóis do pago - - - Copy bytes - Copiar bytes - - - Copy priority - Copiar prioridade - - - Copy change - Copiar cambio - - - The amount to pay must be larger than 0. - A cantidade a pagar debe ser maior que 0. - - - The amount exceeds your balance. - A cantidade sobrepasa o teu balance. - - - The total exceeds your balance when the %1 transaction fee is included. - O total sobrepasa o teu balance cando se inclúe a tarifa de transacción %1. - - - Warning: Invalid Bitcoin address - Atención: Enderezo Blackcoin non válido - - - (no label) - (sen etiqueta) - - - Warning: Unknown change address - Atención: Enderezo de cambio desconocido - - - Are you sure you want to send? - Seguro que queres enviar? - - - added as transaction fee - engadido como tarifa de transacción - - + SendCoinsEntry @@ -1342,10 +837,6 @@ Pay &To: Pagar &A: - - Enter a label for this address to add it to your address book - Introduce unha etiqueta para esta dirección para engadila ao teu libro de direccións - &Label: &Etiqueta: @@ -1390,7 +881,10 @@ Memo: Memo: - + + + SendConfirmationDialog + ShutdownWindow @@ -1464,69 +958,9 @@ Reset all verify message fields Restaurar todos os campos de verificación de mensaxe - - Click "Sign Message" to generate signature - Click en "Asinar Mensaxe" para xerar sinatura - - - The entered address is invalid. - A dirección introducida é inválida. - - - Please check the address and try again. - Por favor comproba a dirección e proba de novo. - - - The entered address does not refer to a key. - A dirección introducida non se refire a ninguna clave. - - - Wallet unlock was cancelled. - Cancelouse o desbloqueo do moedeiro. - - - Private key for the entered address is not available. - A clave privada da dirección introducida non está dispoñible. - - - Message signing failed. - Fallou a sinatura da mensaxe. - - - Message signed. - Mensaxe asinada. - - - The signature could not be decoded. - A sinatura non puido ser decodificada. - - - Please check the signature and try again. - Por favor revise a sinatura e probe de novo. - - - The signature did not match the message digest. - A sinatura non coincide co resumo da mensaxe. - - - Message verification failed. - A verificación da mensaxe fallou. - - - Message verified. - Mensaxe verificada. - - + SplashScreen - - Bitcoin Core - Blackcoin More - - - The Bitcoin Core developers - Os desarrolladores de Blackcoin More - [testnet] [testnet] @@ -1541,400 +975,32 @@ TransactionDesc - - Open until %1 - Aberto ata %1 - - - %1/offline - %1/fóra de liña - - - %1/unconfirmed - %1/sen confirmar - - - %1 confirmations - %1 confirmacións - - - Status - Estado - - - Date - Data - - - Source - Orixe - - - Generated - Xerado - - - From - Dende - - - To - A - - - own address - dirección propia - - - label - etiqueta - - - Credit - Crédito - - - not accepted - non aceptado - - - Debit - Débito - - - Transaction fee - Tarifa de transacción - - - Net amount - Cantidade neta - - - Message - Mensaxe - - - Comment - Comentario - - - Transaction ID - ID de Transacción - - - Merchant - Comerciante - - - 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. - As moedas xeradas deben madurar %1 bloques antes de que poidan ser gastadas. Cando xeraste este bloque, foi propagado á rede para ser engadido á cadeas de bloques. Se falla ao tentar meterse na cadea, o seu estado cambiará a "non aceptado" e non poderá ser gastado. Esto pode ocorrir ocasionalmente se outro nodo xera un bloque en poucos segundos de diferencia co teu. - - - Debug information - Información de depuración - - - Transaction - Transacción - - - Inputs - Entradas - - - Amount - Cantidade - - - true - verdadeiro - - - false - falso - - - , has not been successfully broadcast yet - , non foi propagado con éxito todavía - - - unknown - descoñecido - - + TransactionDescDialog - - Transaction details - Detalles de transacción - This pane shows a detailed description of the transaction Este panel amosa unha descripción detallada da transacción - + TransactionTableModel - - Date - Data - - - Type - Tipo - - - Open until %1 - Aberto ata %1 - - - Confirmed (%1 confirmations) - Confirmado (%1 confirmacións) - - - This block was not received by any other nodes and will probably not be accepted! - Este bloque non foi recibido por ningún outro nodo e probablemente non será aceptado! - - - Generated but not accepted - Xerado pero non aceptado - - - Label - Etiqueta - - - Received with - Recibido con - - - Received from - Recibido de - - - Sent to - Enviado a - - - Payment to yourself - Pago a ti mesmo - - - Mined - Minado - - - (n/a) - (n/a) - - - Transaction status. Hover over this field to show number of confirmations. - Estado da transacción. Pasa por riba deste campo para amosar o número de confirmacións. - - - Date and time that the transaction was received. - Data e hora na que foi recibida a transacción. - - - Type of transaction. - Tipo de transacción. - - - Amount removed from or added to balance. - Cantidade borrada ou engadida no balance. - - + TransactionView - - All - Todo - - - Today - Hoxe - - - This week - Esta semana - - - This month - Este mes - - - Last month - O último mes - - - This year - Este ano - - - Range... - Periodo... - - - Received with - Recibido con - - - Sent to - Enviado a - - - To yourself - A ti mesmo - - - Mined - Minado - - - Other - Outro - - - Enter address or label to search - Introduce dirección ou etiqueta para buscar - - - Min amount - Cantidade mínima - - - Copy address - Copiar dirección - - - Copy label - Copiar etiqueta - - - Copy amount - Copiar cantidade - - - Copy transaction ID - Copiar ID de transacción - - - Edit label - Modificar etiqueta - - - Show transaction details - Amosar detalles da transacción - - - Export Transaction History - Exportar Historial de Transaccións - - - Exporting Failed - Exportación falida - - - There was an error trying to save the transaction history to %1. - Houbo un erro intentando salvar o historial de transaccións a %1. - - - Exporting Successful - Exportado correctamente - - - The transaction history was successfully saved to %1. - O historial de transaccións foi salvado correctamente en %1. - - - Comma separated file (*.csv) - Arquivo separado por comas (*.csv) - - - Confirmed - Confirmado - - - Date - Data - - - Type - Tipo - - - Label - Etiqueta - - - Address - Dirección - - - ID - ID - - - Range: - Periodo: - - - to - a - - + UnitDisplayStatusBarControl WalletFrame - - No wallet has been loaded. - Ningún moedeiro cargado - - + WalletModel - - Send Coins - Moedas Enviadas - - + WalletView - - &Export - &Exportar - - - Export the data in the current tab to a file - Exportar os datos da pestaña actual a un arquivo. - - - Backup Wallet - Copia de Seguridade de Moedeiro - - - Wallet Data (*.dat) - Datos de Moedeiro (*.dat) - - - Backup Failed - Copia de Seguridade Fallida - - - There was an error trying to save the wallet data to %1. - Houbo un erro intentando gardar os datos de moedeiro en %1. - - - The wallet data was successfully saved to %1. - Os datos do moedeiro foron gardados correctamente en %1. - - - Backup Successful - Copia de Seguridade Correcta - - + bitcoin-core @@ -1962,8 +1028,8 @@ Executar no fondo como un demo e aceptar comandos - Accept connections from outside (default: 1 if no -proxy or -connect) - Aceptar conexións de fóra (por defecto: 1 se non -proxy ou -connect) + Bitcoin Core + Blackcoin More Bind to given address and always listen on it. Use [host]:port notation for IPv6 @@ -1973,22 +1039,6 @@ Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) Executar comando cando unha transacción do moedeiro cambia (%s no comando é substituído por TxID) - - This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - Esta é unha build de test pre-lanzamento - emprégaa baixo o teu propio risco - non empregar para minado ou aplicacións de comerciantes - - - Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. - Precaución: A rede non parece estar totalmente de acordo! Algúns mineitos parecen estar experimentando problemas. - - - Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. - Precaución: Non parece que esteamos totalmente de acordo cos nosos pares! Pode que precises actualizar, ou outros nodos poden precisar actualizarse. - - - 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. - Precaución: wallet.dat corrupto, datos salvagardados! O wallet.dat orixinal foi gardado como wallet.{timestamp}.bak en %s; se o teu balance ou transaccións son incorrectas deberías restauralas dende unha copia de seguridade. - <category> can be: <categoría> pode ser: @@ -1997,10 +1047,6 @@ Block creation options: Opcións de creación de bloque: - - Connect only to the specified node(s) - Conectar so ao(s) nodo(s) especificado(s) - Corrupted block database detected Detectada base de datos de bloques corrupta. @@ -2061,34 +1107,14 @@ Wallet %s resides outside data directory %s O moedeiro %s reside fóra do directorio de datos %s - - You need to rebuild the database using -reindex to change -txindex - Precisas reconstruír a base de datos empregando -reindex para cambiar -txindex - Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message) Executar comando cando se recibe unha alerta relevante ou vemos un fork realmente longo (%s no cmd é substituído pola mensaxe) - - Cannot resolve -whitebind address: '%s' - Non se pode resolver dirección -whitebind: '%s' - Information Información - - Invalid amount for -maxtxfee=<amount>: '%s' - Cantidade inválida para -maxtxfee=<cantidade>: '%s' - - - Invalid amount for -minrelaytxfee=<amount>: '%s' - Cantidade inválida para -minrelaytxfee=<cantidade>: '%s' - - - Invalid amount for -mintxfee=<amount>: '%s' - Cantidade inválida para -mintxfee=<cantidade>: '%s' - Send trace/debug info to console instead of debug.log file Enviar traza/información de depuración á consola en lugar de ao arquivo debug.log @@ -2105,10 +1131,6 @@ Transaction amount too small A cantidade da transacción é demasiado pequena - - Transaction amounts must be positive - As cantidades da transacción deben ser positivas - Transaction too large A transacción é demasiado grande @@ -2121,10 +1143,6 @@ Warning Precaución - - wallet.dat corrupt, salvage failed - wallet.dat corrupto, fallou o gardado - Password for JSON-RPC connections Contrasinal para conexións JSON-RPC @@ -2133,10 +1151,6 @@ Execute command when the best block changes (%s in cmd is replaced by block hash) Executar comando cando o mellor bloque cambie (%s no comando é sustituído polo hash do bloque) - - This help message - Esta mensaxe de axuda - Allow DNS lookups for -addnode, -seednode and -connect Permitir lookup de DNS para -addnote, -seednote e -connect @@ -2145,14 +1159,6 @@ Loading addresses... Cargando direccións... - - Error loading wallet.dat: Wallet corrupted - Erro cargando wallet.dat: Moedeiro corrupto - - - Error loading wallet.dat - Erro cargando wallet.dat - Invalid -proxy address: '%s' Dirección -proxy inválida: '%s' @@ -2161,18 +1167,6 @@ Unknown network specified in -onlynet: '%s' Rede descoñecida especificada en -onlynet: '%s' - - Cannot resolve -bind address: '%s' - Non se pode resolver a dirección -bind: '%s' - - - Cannot resolve -externalip address: '%s' - Non se pode resolver dirección -externalip: '%s' - - - Invalid amount for -paytxfee=<amount>: '%s' - Cantidade inválida para -paytxfee=<cantidade>: '%s' - Insufficient funds Fondos insuficientes diff --git a/src/qt/locale/bitcoin_he.ts b/src/qt/locale/bitcoin_he.ts index bf3b7609e..d08b45011 100644 --- a/src/qt/locale/bitcoin_he.ts +++ b/src/qt/locale/bitcoin_he.ts @@ -3,7 +3,7 @@ AddressBookPage Right-click to edit address or label - לחץ משק ימני כדי לערוך כתובת או חברה + לחץ מקש ימני כדי לערוך כתובת או תווית Create a new address @@ -11,7 +11,7 @@ &New - &חדשה + &חדש Copy the currently selected address to the system clipboard @@ -25,10 +25,6 @@ C&lose סגירה - - &Copy Address - העתקת כתובת - Delete the currently selected address from the list מחיקת הכתובת שנבחרה מהרשימה @@ -47,51 +43,47 @@ Choose the address to send coins to - נא לבחור את הכתובת המבוקשת לשליחת המטבעות + בחר את הכתובת אליה תרצה לשלוח את המטבעות Choose the address to receive coins with - נא לבחור את הכתובת המבוקשת לקבלת המטבעות + בחר את הכתובת בה תקבל את המטבעות C&hoose - בחירה + בחר Sending addresses - כתובות לשליחה + כתובת לשליחה Receiving addresses - כתובות לקבלה + מקבל כתובות These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - אלה כתובת הביטקוין שלך לצורך שליחת תשלומים. תמיד יש לבדוק את הכמות ואת כתובות מקבלי התשלומים לפני שליחת מטבעות. + אלה הם כתובות הביטקוין שלך לשליחת תשלומים. חשוב לבדוק את הכמות של הכתובות המקבלות לפני שליחת מטבעות These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - אלה כתובות הביטקוין שלך לצורך קבלת תשלומים. מומלץ להשתמש בכתובת קבלה חדשה לכל העברה. + אלה הן כתובות הביטקוין שלך לקבלת תשלומים. מומלץ להשתמש בכתובת חדשה לכל העברה. + + + &Copy Address + &העתק כתובת Copy &Label - העתקת &תווית + העתק &תוית &Edit - ע&ריכה - - - Export Address List - יצוא רשימת כתובות - - - Comma separated file (*.csv) - קובץ מופרד בפסיקים (‎*.csv) + &ערוך Exporting Failed - היצוא נכשל + יצוא נכשל There was an error trying to save the address list to %1. Please try again. @@ -102,7 +94,7 @@ AddressTableModel Label - תווית + תוית Address @@ -110,7 +102,7 @@ (no label) - (אין תווית) + (ללא תוית) @@ -131,98 +123,14 @@ Repeat new passphrase נא לחזור על מילת הצופן החדשה - - 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 - אישור הצפנת הארנק - - - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! - אזהרה: הצפנת הארנק ואיבוד מילת הצופן עשויה להוביל <b>לאיבוד כל הביטקוינים שלך</b>! - - - Are you sure you wish to encrypt your wallet? - האם אכן להצפין את הארנק? - - - Bitcoin Core will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - ליבת ביטקוין תיסגר עכשיו כדי לסיים את תליך ההצפנה. זכור כי הצפנה אינה יכולה להגן עלייך באופן מלא מגניבה שמקורה בתוכנות זדוניות המצויות במחשב שלך. - - - 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. - לתשומת לבך: כל גיבוי קודם שביצעת לארנק שלך יש להחליף בקובץ הארנק המוצפן שזה עתה נוצר. מטעמי אבטחה, גיבויים קודמים של קובץ הארנק הבלתי-מוצפן יהפכו לחסרי תועלת עם התחלת השימוש בארנק החדש המוצפן. - - - Warning: The Caps Lock key is on! - זהירות: מקש Caps Lock פעיל! - - - Wallet encrypted - הארנק הוצפן - - - 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>עשרה תווים אקראיים ומעלה</b>, או <b>שמונה מילים ומעלה</b>. - - - Enter the old passphrase and new passphrase to the 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. - מילת הצופן של הארנק שונתה בהצלחה. - - + BanTableModel - + + Banned Until + חסום עד + + BitcoinGUI @@ -261,6 +169,14 @@ Quit application יציאה מהתכנית + + &About %1 + &אודות %1 + + + Show information about %1 + הצג מידע על %1 + About &Qt על אודות Qt @@ -297,14 +213,6 @@ Open &URI... פתיחת &כתובת משאב… - - Bitcoin Core client - לקוח ליבה של ביטקוין - - - Importing blocks from disk... - מקטעים מיובאים מהכונן… - Reindexing blocks on disk... המקטעים נוספים למפתח בכונן… @@ -349,10 +257,6 @@ &Receive &קבלה - - Show information about Bitcoin Core - הצגת מידע על ליבת ביטקוין - &Show / Hide ה&צגה / הסתרה @@ -389,18 +293,10 @@ Tabs toolbar סרגל כלים לשוניות - - Bitcoin Core - ליבת ביטקוין - Request payments (generates QR codes and bitcoin: URIs) בקשת תשלומים (יצירה של קודים מסוג QR וסכימות כתובות משאב של :blackcoin) - - &About Bitcoin Core - על &אודות ליבת ביטקוין - Show the list of used sending addresses and labels הצג את רשימת הכתובות לשליחה שהיו בשימוש לרבות התוויות @@ -418,16 +314,8 @@ אפשרויות &שורת הפקודה - Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options - הצגת הודעות העזרה של ליבת ביטקוין כדי לקבל רשימה עם אפשרויות שורת הפקודה האפשריות של ביטקוין - - - No block source available... - אין מקור מקטעים זמין… - - - %1 and %2 - %1 ו%2 + Processing blocks on disk... + מעבד בלוקים על הדיסק... %1 behind @@ -477,16 +365,13 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> הארנק <b>מוצפן</b> ו<b>נעול</b> כרגע - - - ClientModel - - Network Alert - אזעקת רשת - - + CoinControlDialog + + Coin Selection + בחירת מטבע + Quantity: כמות: @@ -499,10 +384,6 @@ Amount: סכום: - - Priority: - עדיפות: - Fee: עמלה: @@ -535,6 +416,14 @@ Amount כמות + + Received with label + התקבל עם תווית + + + Received with address + התקבל עם כתובת + Date תאריך @@ -547,143 +436,11 @@ Confirmed מאושר - - Priority - עדיפות - - - Copy address - העתקת כתובת - - - Copy label - העתקת תווית - - - Copy amount - העתקת כמות - - - Copy transaction 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 - ללא - - - Can vary +/- %1 satoshi(s) per input. - יכולה להשתנות ב+/- %1 סטושי לקלט. - - - yes - כן - - - no - לא - - - This means a fee of at least %1 per kB is required. - זאת אומרת שנחוצה עמלה של לא פחות מ־%1 לכל קילו בית. - - - Can vary +/- 1 byte per input. - הערך יכול להיות +/- בית אחד לכל קלט. - - - Transactions with higher priority are more likely to get included into a block. - העברות עם עדיפות גבוהה, יותר סיכוי שיכנסו לתוך המקטע. - (no label) - (אין תווית) + (ללא תוית) - - change from %1 (%2) - עודף מ־%1 (%2) - - - (change) - (עודף) - - + EditAddressDialog @@ -706,39 +463,7 @@ &Address &כתובת - - New receiving address - כתובת חדשה לקבלה - - - New sending address - כתובת חדשה לשליחה - - - Edit receiving address - עריכת כתובת לקבלה - - - Edit sending address - עריכת כתובת לשליחה - - - The entered address "%1" is already in the address book. - הכתובת שהוכנסה „%1“ כבר נמצאת בפנקס הכתובות. - - - The entered address "%1" is not a valid Bitcoin address. - הכתובת שהוכנסה „%1“ אינה כתובת ביטקוין תקנית. - - - Could not unlock wallet. - פתיחת הארנק נכשלה. - - - New key generation failed. - יצירת מפתח חדש נכשלה. - - + FreespaceChecker @@ -764,10 +489,6 @@ HelpMessageDialog - - Bitcoin Core - ליבת ביטקוין - version גרסה @@ -776,10 +497,6 @@ (%1-bit) (%1-סיביות) - - About Bitcoin Core - על אודות ליבת ביטקוין - Command-line options אפשרויות שורת פקודה @@ -792,7 +509,23 @@ command-line options אפשרויות שורת פקודה - + + UI Options: + אפשרויות ממשק + + + Start minimized + התחל ממוזער + + + Show splash screen on startup (default: %u) + הצג מסך פתיחה בעת הפעלה (ברירת מחדל: %u) + + + Reset all settings changed in the GUI + איפוס כל שינויי הגדרות התצוגה + + Intro @@ -800,16 +533,8 @@ ברוך בואך - Welcome to Bitcoin Core. - ברוך בואך לליבת ביטקוין - - - As this is the first time the program is launched, you can choose where Bitcoin Core will store its data. - מכיוון שזאת הפעם הראשונה שהתכנית פועלת ניתן לבחור איפה ליבת ביטקוין תאחסן את הנתונים שלה. - - - Bitcoin Core will download and store a copy of the Bitcoin block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - לקוח ביטקוין יוריד וישמור העתק של שרשרת המקטעים של ביטקוין. לפחות %1 ג״ב מהנתונים יאוחסנו בתיקייה זו, והיא תגדל עם הזמן. הארנק גם יאוחסן בתיקייה הזו. + Welcome to %1. + ברוך הבא ל %1. Use the default data directory @@ -819,10 +544,6 @@ Use a custom data directory: שימוש בתיקיית נתונים מותאמת אישית: - - Bitcoin Core - ליבת ביטקוין - Error: Specified data directory "%1" cannot be created. שגיאה: לא ניתן ליצור את תיקיית הנתונים שצוינה „%1“. @@ -832,6 +553,21 @@ שגיאה + + ModalOverlay + + Form + טופס + + + Last block time + זמן המקטע האחרון + + + Hide + הסתר + + OpenURIDialog @@ -850,11 +586,7 @@ Select payment request file בחירת קובץ בקשת תשלום - - Select payment request file to open - בחירת קובץ בקשת תשלום לפתיחה - - + OptionsDialog @@ -957,6 +689,18 @@ Port of the proxy (e.g. 9050) הפתחה של המתווך (למשל 9050) + + IPv4 + IPv4 + + + IPv6 + IPv6 + + + Tor + Tor + &Window &חלון @@ -1080,6 +824,10 @@ Your current balance in watch-only addresses המאזן הנוכחי שלך בכתובות לקריאה בלבד + + Spendable: + ניתנים לבזבוז + Recent transactions העברות אחרונות @@ -1099,94 +847,14 @@ PaymentServer - - URI handling - תפעול כתובות משאב - - - Invalid payment address %1 - כתובת תשלום שגויה %1 - - - Payment request rejected - בקשת התשלום נדחתה - - - Payment request network doesn't match client network. - רשת בקשת התשלום אינה תואמת לרשת הלקוח. - - - Payment request is not initialized. - בקשת התשלום לא החלה. - - - Requested payment amount of %1 is too small (considered dust). - הסכום על סך %1 הנדרש לתשלום קטן מדי (נחשב לאבק) - - - Payment request error - שגיאה בבקשת תשלום - - - Cannot start bitcoin: click-to-pay handler - לא ניתן להתחיל את ביטקוין: טיפול בלחיצה–לתשלום - - - Payment request fetch URL is invalid: %1 - כתובת אחזור בקשת התשלום שגויה: %1 - - - URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. - לא ניתן לנתח את כתובת המשאב! מצב זה יכול לקרות עקב כתובת ביטקוין שגויה או פרמטרים שגויים בכתובת המשאב. - - - Payment request file handling - טיפול בקובצי בקשות תשלום - - - Payment request file cannot be read! This can be caused by an invalid payment request file. - לא ניתן לקרוא את קובץ בקשת התשלום! מצב כזה יכול לקרות בעקבות קובץ בקשת תשלום פגום. - - - Unverified payment requests to custom payment scripts are unsupported. - בקשות תשלום בלתי מאומתות לסקריפטים לתשלום מותאמים אישית אינן נתמכות. - - - Refund from %1 - החזר מ־%1 - - - Error communicating with %1: %2 - שגיאה בתקשורת עם %1: %2 - - - Payment request cannot be parsed! - לא ניתן לפענח את בקשת התשלום! - - - Bad response from server %1 - מענה שגוי משרת %1 - - - Payment acknowledged - התשלום התקבל - - - Network request error - שגיאת בקשת שרת - - + PeerTableModel User Agent סוכן משתמש - - Ping Time - זמן המענה - - + QObject @@ -1225,32 +893,19 @@ %1 ms %1 מילישניות - + + %1 and %2 + %1 ו%2 + + + + QObject::QObject + QRImageWidget - - &Save Image... - &שמירת תמונה… - - - &Copy Image - ה&עתקת תמונה - - - Save QR Code - שמירת קוד QR - - - PNG Image (*.png) - תמונת PNG ‏(‎*.png) - - + RPCConsole - - Client name - שם לקוח - N/A לא זמין @@ -1271,14 +926,14 @@ General כללי - - Using OpenSSL version - שימוש ב־OpenSSL גרסה - Using BerkeleyDB version שימוש ב־BerkeleyDB גרסה + + Datadir + Datadir + Startup time זמן עלייה @@ -1303,6 +958,18 @@ Current number of blocks מספר המקטעים הנוכחי + + Memory Pool + מאגר זכרון + + + Current number of transactions + מספר הפעולה הנוכחי + + + Memory usage + שימוש בזכרון + Received התקבלו @@ -1315,10 +982,18 @@ &Peers &עמיתים + + Banned peers + משתמשים חסומים + Select a peer to view detailed information. נא לבחור בעמית כדי להציג מידע מפורט. + + Whitelisted + ברשימה הלבנה + Direction כיוון @@ -1327,10 +1002,26 @@ Version גרסה + + Starting Block + בלוק התחלה + + + Synced Blocks + בלוקים מסונכרנים + User Agent סוכן משתמש + + Decrease font size + הקטן גודל גופן + + + Increase font size + הגדל גודל גופן + Services שירותים @@ -1355,6 +1046,10 @@ Ping Time זמן המענה + + Time Offset + הפרש זמן + Last block time זמן המקטע האחרון @@ -1387,10 +1082,6 @@ Out: יוצא: - - Build date - תאריך בנייה - Debug log file קובץ יומן ניפוי @@ -1399,6 +1090,22 @@ Clear console ניקוי מסוף הבקרה + + 1 &hour + 1 שעה + + + 1 &day + 1& יום + + + 1 &week + 1 & שבוע + + + 1 &year + 1 & שנה + Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. יש להשתמש בחצים למעלה ולמטה כדי לנווט בהיסטוריה, וב־<b>Ctrl-L</b> כדי לנקות את המסך. @@ -1522,19 +1229,7 @@ Remove הסרה - - Copy label - העתקת תווית - - - Copy message - העתקת הודעה - - - Copy amount - העתקת כמות - - + ReceiveRequestDialog @@ -1553,74 +1248,26 @@ &Save Image... &שמירת תמונה… - - Request payment to %1 - בקשת תשלום לטובת %1 - - - Payment information - מידע על תשלום - - - URI - כתובת משאב - Address כתובת - - Amount - כמות - Label - תווית + תוית - - Message - הודעה - - - Resulting URI too long, try to reduce the text for label / message. - כתובת המשאב המתקבלת ארוכה מדי, כדאי לנסות לצמצם את הטקסט בתווית / הודעה. - - - Error encoding URI into QR Code. - שגיאה בקידוד כתובת משאב לקוד QR - - + RecentRequestsTableModel - - Date - תאריך - Label - תווית - - - Message - הודעה - - - Amount - כמות + תוית (no label) - (אין תווית) + (ללא תוית) - - (no message) - (אין הודעה) - - - (no amount) - (אין סכום) - - + SendCoinsDialog @@ -1655,10 +1302,6 @@ Amount: סכום: - - Priority: - עדיפות: - Fee: עמלה: @@ -1683,6 +1326,38 @@ Transaction Fee: עמלת העברה: + + Choose... + בחר... + + + per kilobyte + עבור קילו-בית + + + Hide + הסתר + + + total at least + סה''כ לפחות + + + Recommended: + מומלץ: + + + Custom: + מותאם אישית: + + + normal + רגיל + + + fast + מהיר + Send to multiple recipients at once שליחה למספר מוטבים בו־זמנית @@ -1715,89 +1390,9 @@ S&end &שליחה - - Confirm send coins - אישור שליחת מטבעות - - - %1 to %2 - %1 אל %2 - - - Copy quantity - העתקת כמות - - - Copy amount - העתקת כמות - - - Copy fee - העתקת עמלה - - - Copy after fee - העתקת אחרי עמלה - - - Copy bytes - העתקת בתים - - - Copy priority - העתקת עדיפות - - - Copy change - העתקת עודף - - - or - או - - - 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 והמטבעות הושקעו בעותק אבל לא סומנו כאילו הושקעו דרך כאן. - - - Warning: Invalid Bitcoin address - אזהרה: כתובת ביטקוין שגויה - (no label) - (אין תווית) - - - Warning: Unknown change address - אזהרה: כתובת עודף בלתי ידועה - - - Copy dust - העתקת אבק - - - Are you sure you want to send? - האם אכן לשלוח? - - - added as transaction fee - נוסף כעמלת העברה + (ללא תוית) @@ -1810,10 +1405,6 @@ Pay &To: לשלם ל&טובת: - - Enter a label for this address to add it to your address book - נא להכניס תווית לכתובת הזאת כדי להוסיף לפנקס הכתובות - &Label: ת&ווית: @@ -1850,6 +1441,10 @@ Message: הודעה: + + This is an authenticated payment request. + זוהי בקשה מאומתת לתשלום. + Enter a label for this address to add it to the list of used addresses יש להזין תווית עבור כתובת זו כדי להוסיף אותה לרשימת הכתובות בשימוש @@ -1866,13 +1461,12 @@ Memo: תזכורת: - + + + SendConfirmationDialog + ShutdownWindow - - Bitcoin Core is shutting down... - ליבת ביטקוין נסגרת… - Do not shut down the computer until this window disappears. אין לכבות את המחשב עד שחלון זה נעלם. @@ -1956,69 +1550,9 @@ 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 - - Bitcoin Core - ליבת ביטקוין - - - The Bitcoin Core developers - מתכנתי ליבת ביטקוין - [testnet] [רשת-בדיקה] @@ -2033,396 +1567,40 @@ TransactionDesc - - Open until %1 - פתוחה עד %1 - - - conflicted - מתנגש - - - %1/offline - %1/מנותק - - - %1/unconfirmed - %1/המתנה לאישור - - - %1 confirmations - %1 אישורים - - - Status - מצב - - - Date - תאריך - - - Source - מקור - - - Generated - נוצר - - - From - מאת - - - To - אל - - - own address - כתובת עצמית - - - watch-only - צפייה בלבד - - - label - תווית - - - Credit - זיכוי - - - not accepted - לא התקבל - - - Debit - חיוב - - - Total debit - סך כל החיוב - - - Total credit - סך כל האשראי - - - Transaction fee - עמלת העברה - - - Net amount - כמות נקייה - - - Message - הודעה - - - Comment - הערה - - - Transaction 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 - שקר - - - , has not been successfully broadcast yet - , טרם שודר בהצלחה - - - unknown - לא ידוע - - + TransactionDescDialog - - Transaction details - פרטי ההעברה - This pane shows a detailed description of the transaction חלונית זו מציגה תיאור מפורט של ההעברה - + TransactionTableModel - - Date - תאריך - - - Type - סוג - - - Immature (%1 confirmations, will be available after %2) - לא בשל (%1 אישורים, יהיו זמינים לאחר %2) - - - Open until %1 - פתוחה עד %1 - - - Confirmed (%1 confirmations) - מאושר (%1 אישורים) - - - This block was not received by any other nodes and will probably not be accepted! - המקטע הזה לא נקלט על ידי אף מפרק אחר, וכנראה לא יתקבל! - - - Generated but not accepted - נוצר אך לא התקבל - - - Offline - מנותק - Label - תווית + תוית - Unconfirmed - ללא אישור + (no label) + (ללא תוית) - - Confirming (%1 of %2 recommended confirmations) - מתקבל אישור (%1 מתוך %2 אישורים מומלצים) - - - Conflicted - מתנגש - - - Received with - התקבל עם - - - Received from - התקבל מאת - - - Sent to - נשלח אל - - - Payment to yourself - תשלום לעצמך - - - Mined - נכרה - - - watch-only - צפייה בלבד - - - (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 - העתקת מזהה העברה - - - Edit label - עריכת תווית - - - Show transaction details - הצגת פרטי העברה - - - Export Transaction History - יצוא היסטוריית העברות - - - Watch-only - צפייה בלבד - - - 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 בהצלחה. - - - Comma separated file (*.csv) - קובץ מופרד בפסיקים (‎*.csv) - - - Confirmed - מאושר - - - Date - תאריך - - - Type - סוג - Label - תווית + תוית Address כתובת - ID - מזהה + Exporting Failed + יצוא נכשל - - Range: - טווח: - - - to - אל - - + UnitDisplayStatusBarControl @@ -2432,53 +1610,13 @@ WalletFrame - - No wallet has been loaded. - לא נטען ארנק - - + WalletModel - - Send Coins - שליחת מטבעות - - + WalletView - - &Export - י&צוא - - - 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. - - - The wallet data was successfully saved to %1. - נתוני הארנק נשמרו בהצלחה אל %1. - - - Backup Successful - הגיבוי הושלם בהצלחה - - + bitcoin-core @@ -2501,13 +1639,21 @@ Accept command line and JSON-RPC commands קבלת פקודות משורת הפקודה ומ־JSON-RPC + + Error: A fatal internal error occurred, see debug.log for details + שגיאה: סניה קלמה קריטית פנימית קרטה, פנה ל debug.log לפרטים + Run in the background as a daemon and accept commands ריצה כסוכן ברקע וקבלת פקודות - Accept connections from outside (default: 1 if no -proxy or -connect) - קבלת חיבורים מבחוץ (בררת מחדל: 1 ללא ‎-proxy או ‎-connect) + Bitcoin Core + ליבת ביטקוין + + + The %s developers + ה %s מפתחים Bind to given address and always listen on it. Use [host]:port notation for IPv6 @@ -2521,26 +1667,6 @@ Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) ביצוע פקודה כאשר העברה בארנק משתנה (%s ב־cmd יוחלף ב־TxID) - - This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - זוהי בניית ניסיון טרום-שחרור - השימוש בה על אחריותך - אין להשתמש לצורך כריה או יישומי מסחר - - - Unable to bind to %s on this computer. Bitcoin Core is probably already running. - לא ניתן להתאגד אל %s במחשב זה. כנראה שליבת ביטקוין כבר פועלת. - - - 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: 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; אם המאזן או ההעברות שגויים עליך לשחזר גיבוי. - <category> can be: <קטגוריה> יכולה להיות: @@ -2550,8 +1676,8 @@ אפשרויות יצירת מקטע: - Connect only to the specified node(s) - התחבר רק לצמתים המצוינים + Change index out of range + אינדקס העודף מחוץ לתחום Connection options: @@ -2581,6 +1707,10 @@ Error initializing wallet database environment %s! שגיאה באתחול סביבת מסד נתוני הארנקים %s! + + Error loading %s + שגיאה בטעינת %s + Error loading block database שגיאה בטעינת מסד נתוני המקטעים @@ -2609,6 +1739,10 @@ Invalid -onion address: '%s' כתובת onion- שגויה: '%s' + + Loading banlist... + טוען רשימת חסומים... + Not enough file descriptors available. אין מספיק מידע על הקובץ @@ -2617,6 +1751,10 @@ Only connect to nodes in network <net> (ipv4, ipv6 or onion) תמיד להתחבר למפרקים ברשת <net>‏ (ipv4,‏ ipv6 או onion) + + Print version and exit + הדפס גירסא וצא + Set database cache size in megabytes (%d to %d, default: %d) הגדרת גודל מטמון מסדי הנתונים במגה בתים (%d עד %d, בררת מחדל: %d) @@ -2642,53 +1780,29 @@ הארנק %s יושב מחוץ לתיקיית הנתונים %s - Wallet options: - אפשרויות הארנק: + Wallet debugging/testing options: + אפשרות דיבוג/בדיקת ארנק: - You need to rebuild the database using -reindex to change -txindex - עליך לבנות מחדש את מסד הנתונים תוך שימוש ב־‎-reindex על מנת לשנות את ‎-txindex + Wallet options: + אפשרויות הארנק: Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message) הרץ פקודה כאשר ההתראה הרלוונטית מתקבלת או כשאנחנו עדים לפיצול ארוך מאוד (%s בשורת הפקודה יוחלף ע"י ההודעה) - Cannot resolve -whitebind address: '%s' - לא ניתן לפתור את הכתובת ‎-whitebind:‏ '%s' + The transaction amount is too small to send after the fee has been deducted + סכום העברה נמוך מדי לשליחה אחרי גביית העמלה Connect through SOCKS5 proxy התחברות דרך מתווך SOCKS5 - - Copyright (C) 2009-%i The Bitcoin Core Developers - כל הזכויות שמורות (C)‏ 2009‏-%i מתכנתי ליבת ביטקוין - - - Error loading wallet.dat: Wallet requires newer version of Bitcoin Core - אירעה שגיאה בטעינת wallet.dat: הארנק דורש גרסה חדשה יותר של ליבת ביטקוין - Information מידע - - Initialization sanity check failed. Bitcoin Core is shutting down. - בדיקת התקינות ההתחלתית נכשלה. ליבת ביטקוין תיסגר כעת. - - - Invalid amount for -maxtxfee=<amount>: '%s' - כמות לא תקינה עבור -maxtxfee=<amount>: '%s' - - - Invalid amount for -minrelaytxfee=<amount>: '%s' - כמות לא תקינה עבור -paytxfee=<amount>: '%s' - - - Invalid amount for -mintxfee=<amount>: '%s' - כמות לא תקינה עבור ‎-mintxfee=<amount>‎:‏ '%s' - Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) כמות לא תקינה עבור ‎-paytxfee=<amount>‎:‏ '%s' (חייבת להיות לפחות %s) @@ -2725,6 +1839,10 @@ Signing transaction failed החתימה על ההעברה נכשלה + + The transaction amount is too small to pay the fee + סכום ההעברה נמוך מכדי לשלם את העמלה + This is experimental software. זוהי תכנית נסיונית. @@ -2734,8 +1852,8 @@ סכום ההעברה קטן מדי - Transaction amounts must be positive - סכומי ההעברות חייבים להיות חיוביים + Transaction too large for fee policy + ההעברה גבוהה מדי עבור מדיניות העמלות Transaction too large @@ -2745,22 +1863,18 @@ Unable to bind to %s on this computer (bind returned error %s) לא ניתן להתאגד עם הפתחה %s במחשב זה (פעולת האיגוד החזירה את השגיאה %s) + + Upgrade wallet to latest format on startup + עדכן ארק לפורמט העדכני בהפעלה + Username for JSON-RPC connections שם משתמש לחיבורי JSON-RPC - - Wallet needed to be rewritten: restart Bitcoin Core to complete - יש לכתוב את הארנק מחדש: נא להפעיל את ליבת ביטקוין מחדש כדי להשלים את הפעולה - Warning אזהרה - - wallet.dat corrupt, salvage failed - קובץ wallet.dat מושחת, החילוץ נכשל - Password for JSON-RPC connections ססמה לחיבורי JSON-RPC @@ -2769,10 +1883,6 @@ Execute command when the best block changes (%s in cmd is replaced by block hash) יש לבצע פקודה זו כשהמקטע הטוב ביותר משתנה (%s בפקודה יוחלף בגיבוב המקטע) - - This help message - הודעת העזרה הזו - Allow DNS lookups for -addnode, -seednode and -connect הפעלת בדיקת DNS עבור ‎-addnode,‏ ‎-seednode ו־‎-connect @@ -2782,12 +1892,8 @@ הכתובות בטעינה… - Error loading wallet.dat: Wallet corrupted - שגיאה בטעינת הקובץ wallet.dat: הארנק מושחת - - - Error loading wallet.dat - שגיאה בטעינת הקובץ wallet.dat + (default: %s) + (ברירת מחדל: %s) Invalid -proxy address: '%s' @@ -2797,18 +1903,6 @@ Unknown network specified in -onlynet: '%s' רשת לא ידועה צוינה דרך ‎-onlynet:‏ '%s' - - Cannot resolve -bind address: '%s' - לא ניתן לפתור את הכתובת ‎-bind:‏ '%s' - - - Cannot resolve -externalip address: '%s' - לא ניתן לפתור את הכתובת ‎-externalip:‏ '%s' - - - Invalid amount for -paytxfee=<amount>: '%s' - כמות לא תקינה עבור ‎-paytxfee=<amount>‎:‏ '%s' - Insufficient funds אין מספיק כספים diff --git a/src/qt/locale/bitcoin_hi_IN.ts b/src/qt/locale/bitcoin_hi_IN.ts index 377ff3a3f..20fbd0e0a 100644 --- a/src/qt/locale/bitcoin_hi_IN.ts +++ b/src/qt/locale/bitcoin_hi_IN.ts @@ -9,42 +9,14 @@ Copy the currently selected address to the system clipboard चुनिन्दा पते को सिस्टम क्लिपबोर्ड पर कापी करे ! - - &Copy Address - &पता कॉपी करे - &Delete &मिटाए !! - - Copy &Label - &लेबल कॉपी करे - - - &Edit - &एडिट - - - Comma separated file (*.csv) - Comma separated file (*.csv) - AddressTableModel - - Label - लेबल - - - Address - पता - - - (no label) - (कोई लेबल नही !) - - + AskPassphraseDialog @@ -59,62 +31,6 @@ Repeat new passphrase दोबारा नया पहचान शब्द/अक्षर डालिए ! - - 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 - वॉलेट एनक्रिपशन को प्रमाणित कीजिए ! - - - Wallet encrypted - वॉलेट एनक्रिप्ट हो गया ! - - - 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 - वॉलेट का डीक्रिप्ट-ष्ण असफल ! - BanTableModel @@ -222,9 +138,6 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> वॉलेट एन्क्रिप्टेड है तथा अभी लॉक्ड है - - - ClientModel CoinControlDialog @@ -244,22 +157,6 @@ Confirmed पक्का - - Copy address - पता कॉपी करे - - - Copy label - लेबल कॉपी करे - - - Copy amount - कॉपी राशि - - - (no label) - (कोई लेबल नही !) - EditAddressDialog @@ -275,35 +172,7 @@ &Address &पता - - 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. - वॉलेट को unlock नहीं किया जा सकता| - - - New key generation failed. - नयी कुंजी का निर्माण असफल रहा| - - + FreespaceChecker @@ -325,6 +194,13 @@ भूल + + ModalOverlay + + Form + फार्म + + OpenURIDialog @@ -372,6 +248,9 @@ + + QObject::QObject + QRImageWidget @@ -397,52 +276,16 @@ &Label: लेबल: - - Copy label - लेबल कॉपी करे - - - Copy amount - कॉपी राशि - - + ReceiveRequestDialog Copy &Address &पता कॉपी करे - - Address - पता - - - Amount - राशि - - - Label - लेबल - RecentRequestsTableModel - - Date - taareek - - - Label - लेबल - - - Amount - राशि - - - (no label) - (कोई लेबल नही !) - SendCoinsDialog @@ -466,22 +309,6 @@ Confirm the send action भेजने की पुष्टि करें - - Confirm send coins - सिक्के भेजने की पुष्टि करें - - - Copy amount - कॉपी राशि - - - The amount to pay must be larger than 0. - भेजा गया अमाउंट शुन्य से अधिक होना चाहिए| - - - (no label) - (कोई लेबल नही !) - SendCoinsEntry @@ -493,10 +320,6 @@ Pay &To: प्राप्तकर्ता: - - Enter a label for this address to add it to your address book - आपकी एड्रेस बुक में इस एड्रेस के लिए एक लेबल लिखें - &Label: लेबल: @@ -518,6 +341,9 @@ प्राप्तकर्ता: + + SendConfirmationDialog + ShutdownWindow @@ -552,240 +378,20 @@ TransactionDesc - - Open until %1 - खुला है जबतक %1 - - - %1/unconfirmed - %1/अपुष्ट - - - %1 confirmations - %1 पुष्टियाँ - - - Date - taareek - - - Transaction ID - ID - - - Amount - राशि - - - true - सही - - - false - ग़लत - - - , has not been successfully broadcast yet - , अभी तक सफलतापूर्वक प्रसारित नहीं किया गया है - - - unknown - अज्ञात - - + TransactionDescDialog - - Transaction details - लेन-देन का विवरण - This pane shows a detailed description of the transaction ये खिड़की आपको लेन-देन का विस्तृत विवरण देगी ! - + TransactionTableModel - - Date - taareek - - - Type - टाइप - - - Open until %1 - खुला है जबतक %1 - - - Confirmed (%1 confirmations) - पक्के ( %1 पक्का करना) - - - This block was not received by any other nodes and will probably not be accepted! - यह ब्लॉक किसी भी और नोड को मिला नही है ! शायद यह ब्लॉक कोई भी नोड स्वीकारे गा नही ! - - - Generated but not accepted - जेनरेट किया गया किंतु स्वीकारा नही गया ! - - - Label - लेबल - - - Received with - स्वीकार करना - - - Received from - स्वीकार्य ओर से - - - Sent to - भेजा गया - - - Payment to yourself - भेजा खुद को भुगतान - - - Mined - माइंड - - - (n/a) - (लागू नहीं) - - - Transaction status. Hover over this field to show number of confirmations. - ट्रांसेक्शन स्तिथि| पुष्टियों की संख्या जानने के लिए इस जगह पर माउस लायें| - - - Date and time that the transaction was received. - तारीख तथा समय जब ये ट्रांसेक्शन प्राप्त हुई थी| - - - Type of 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 - कॉपी राशि - - - Edit label - एडिट लेबल - - - Comma separated file (*.csv) - Comma separated file (*.csv) - - - Confirmed - पक्का - - - Date - taareek - - - Type - टाइप - - - Label - लेबल - - - Address - पता - - - ID - ID - - - Range: - विस्तार: - - - to - तक - - + UnitDisplayStatusBarControl @@ -794,30 +400,10 @@ WalletModel - - Send Coins - सिक्के भेजें| - - + WalletView - - Backup Wallet - बैकप वॉलेट - - - Wallet Data (*.dat) - वॉलेट डेटा (*.dat) - - - Backup Failed - बैकप असफल - - - Backup Successful - बैकप सफल - - + bitcoin-core diff --git a/src/qt/locale/bitcoin_hr.ts b/src/qt/locale/bitcoin_hr.ts index d87f7f2d6..d9f46a346 100644 --- a/src/qt/locale/bitcoin_hr.ts +++ b/src/qt/locale/bitcoin_hr.ts @@ -25,10 +25,6 @@ C&lose &Zatvori - - &Copy Address - &Kopiraj adresu - Delete the currently selected address from the list Brisanje trenutno odabrane adrese s popisa. @@ -57,62 +53,22 @@ C&hoose &Odaberi - - Sending addresses - Adresa za slanje - - - Receiving addresses - Adresa za primanje - These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. Ovo su vaše Blackcoin adrese za slanje novca. Uvijek provjerite iznos i adresu primatelja prije slanja novca. - These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Ovo su vaše Blackcoin adrese za primanje novca. Preporučamo da koristite novu adresu za primanje za svaku transakciju. - - - Copy &Label - Kopiraj &oznaku - - - &Edit - &Uredi - - - Export Address List - Izvezi listu adresa - - - Comma separated file (*.csv) - Datoteka podataka odvojenih zarezima (*.csv) + &Copy Address + &Kopiraj adresu Exporting Failed Izvoz neuspješan - - There was an error trying to save the address list to %1. Please try again. - Došlo je do pogreške kod spremanja liste adresa na %1. Molimo pokušajte ponovno. - - + AddressTableModel - - Label - Oznaka - - - Address - Adresa - - - (no label) - (bez oznake) - - + AskPassphraseDialog @@ -131,91 +87,7 @@ Repeat new passphrase Ponovite novu lozinku - - Encrypt wallet - Šifriranje novčanika - - - This operation needs your wallet passphrase to unlock the wallet. - Ova operacija treba lozinku vašeg novčanika kako bi se novčanik otključao. - - - Unlock wallet - Otključaj novčanik - - - This operation needs your wallet passphrase to decrypt the wallet. - Ova operacija treba lozinku vašeg novčanika kako bi se novčanik dešifrirao. - - - Decrypt wallet - Dešifriranje novčanika. - - - Change passphrase - Promjena lozinke - - - Confirm wallet encryption - Potvrdi šifriranje novčanika - - - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! - Upozorenje: Ako šifrirate vaš novčanik i izgubite lozinku, <b>IZGUBIT ĆETE SVE SVOJE BITCOINE!</b> - - - Are you sure you wish to encrypt your wallet? - Jeste li sigurni da želite šifrirati svoj novčanik? - - - 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. - VAŽNO: Sve prethodne pričuve vašeg novčanika trebale bi biti zamijenjene novo stvorenom, šifriranom datotekom novčanika. Zbog sigurnosnih razloga, prethodne pričuve nešifriranog novčanika će postati beskorisne čim počnete koristiti novi, šifrirani novčanik. - - - Warning: The Caps Lock key is on! - Upozorenje: Tipka Caps Lock je uključena! - - - Wallet encrypted - Novčanik šifriran - - - 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>. - Unesite novu lozinku za novčanik. <br/>Molimo Vas da koristite zaporku od <b>deset ili više slučajnih znakova</b>, ili <b>osam ili više riječi.</b> - - - Enter the old passphrase and new passphrase to the wallet. - Unesite staru i novu lozinku za novčanik. - - - Wallet encryption failed - Šifriranje novčanika nije uspjelo - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - Šifriranje novčanika nije uspjelo zbog interne pogreške. Vaš novčanik nije šifriran. - - - The supplied passphrases do not match. - Priložene lozinke se ne podudaraju. - - - Wallet unlock failed - Otključavanje novčanika nije uspjelo - - - The passphrase entered for the wallet decryption was incorrect. - Lozinka za dešifriranje novčanika nije točna. - - - Wallet decryption failed - Dešifriranje novčanika nije uspjelo - - - Wallet passphrase was successfully changed. - Lozinka novčanika je uspješno promijenjena. - - + BanTableModel @@ -257,6 +129,10 @@ Quit application Izlazak iz programa + + &About %1 + &Više o %1 + About &Qt Više o &Qt @@ -293,14 +169,6 @@ Open &URI... Otvori &URI... - - Bitcoin Core client - Blackcoin More klijent - - - Importing blocks from disk... - Importiranje blokova sa diska... - Reindexing blocks on disk... Re-indeksiranje blokova na disku... @@ -345,10 +213,6 @@ &Receive Pri&mi - - Show information about Bitcoin Core - Prikaži informacije o programu Blackcoin More - &Show / Hide Po&kaži / Sakrij @@ -385,22 +249,10 @@ Tabs toolbar Traka kartica - - Bitcoin Core - Blackcoin More - Request payments (generates QR codes and bitcoin: URIs) Zatraži uplatu (stvara QR kod i blackcoin: URI adresu) - - &About Bitcoin Core - &O programu Blackcoin More - - - Modify configuration options for Bitcoin Core - Promijeni postavke programa - Show the list of used sending addresses and labels Prikaži popis korištenih adresa i oznaka za slanje novca @@ -417,38 +269,14 @@ &Command-line options Opcije &naredbene linije - - Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options - Ispis svih opcija naredbene linije programa sa kratkim opisom - %n active connection(s) to Bitcoin network - %n aktivna veza na Blackcoin mrežu%n aktivnih veza na Blackcoin mrežu%n aktivnih veza na Blackcoin mrežu + %n aktivna veza na Blackcoin mrežu%n aktivnih veza na Blackcoin mrežu%n aktivnih veza na Bitcoin mrežu Processed %n block(s) of transaction history. Obrađen %n blok povijesti transakcije.Obrađeno %n bloka povijesti transakcije.Obrađeno %n blokova povijesti transakcije. - - %n hour(s) - %n sat%n sata%n sati - - - %n day(s) - %n dan%n dana%n dana - - - %n week(s) - %n tjedan%n tjedna%n tjedana - - - %1 and %2 - %1 i %2 - - - %n year(s) - %n godina%n godine%n godina - Last received block was generated %1 ago. Zadnji primljeni blok je bio ustvaren prije %1. @@ -523,9 +351,6 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> Novčanik je <b>šifriran</b> i trenutno <b>zaključan</b> - - - ClientModel CoinControlDialog @@ -545,10 +370,6 @@ Amount: Iznos: - - Priority: - Prioriteta: - Fee: Naknada: @@ -589,90 +410,6 @@ Confirmed Potvrđeno - - Priority - Prioriteta - - - Copy address - Kopiraj adresu - - - Copy label - Kopiraj oznaku - - - Copy amount - Kopiraj iznos - - - Copy transaction ID - Kopiraj ID transakcije - - - highest - najviša - - - higher - viša - - - high - visoka - - - medium-high - srednje visoka - - - medium - srednja - - - low-medium - srednje niska - - - low - niska - - - lower - niža - - - lowest - najniža - - - This label turns red if the transaction size is greater than 1000 bytes. - Oznaka postane crvene boje ako je transakcija veća od 1000 bajtova. - - - This label turns red if the priority is smaller than "medium". - Oznaka postane crvene boje ako je prioriteta transakcije niža od "srednja" - - - This label turns red if any recipient receives an amount smaller than %1. - Oznaka postane crvene boje ako je iznos manji od %1 - - - yes - da - - - no - ne - - - Transactions with higher priority are more likely to get included into a block. - Transakcije više prioritete imaju veću vjerojatnost da budu prije dodane u novi blok. - - - (no label) - (bez oznake) - EditAddressDialog @@ -696,39 +433,7 @@ &Address &Adresa - - New receiving address - Nova adresa za primanje - - - New sending address - Nova adresa za slanje - - - Edit receiving address - Uredi adresu za primanje - - - Edit sending address - Uredi adresu za slanje - - - The entered address "%1" is already in the address book. - Upisana adresa "%1" je već u adresaru. - - - The entered address "%1" is not a valid Bitcoin address. - Upisana adresa "%1" nije valjana blackcoin adresa. - - - Could not unlock wallet. - Ne mogu otključati novčanik. - - - New key generation failed. - Stvaranje novog ključa nije uspjelo. - - + FreespaceChecker @@ -746,10 +451,6 @@ HelpMessageDialog - - Bitcoin Core - Blackcoin More - version verzija @@ -758,10 +459,6 @@ (%1-bit) (%1-bit) - - About Bitcoin Core - O programu Blackcoin More - Command-line options Opcije programa u naredbenoj liniji @@ -781,19 +478,22 @@ Welcome Dobrodošli - - Welcome to Bitcoin Core. - Dobrodošli u programu Blackcoin More. - - - Bitcoin Core - Blackcoin More - Error Greška + + ModalOverlay + + Form + Oblik + + + Last block time + Posljednje vrijeme bloka + + OpenURIDialog @@ -812,11 +512,7 @@ Select payment request file Izaberi datoteku zahtjeva za plaćanje - - Select payment request file to open - Izaberi datoteku zahtjeva za plaćanje - - + OptionsDialog @@ -863,14 +559,6 @@ &Network &Mreža - - Automatically start Bitcoin Core after logging in to the system. - Program se automatski pokrene po prijavi u sustav. - - - &Start Bitcoin Core on system login - &Pokreni program kod prijave u sustav - W&allet &Novčanik @@ -965,10 +653,6 @@ PaymentServer - - URI handling - URI upravljanje - PeerTableModel @@ -983,24 +667,19 @@ N/A N/A + + %1 and %2 + %1 i %2 + + + + QObject::QObject QRImageWidget - - &Save Image... - &Spremi sliku... - - - Save QR Code - Spremi QR kod - RPCConsole - - Client name - Ime klijenta - N/A N/A @@ -1017,10 +696,6 @@ Debug window Konzola za dijagnostiku - - Using OpenSSL version - OpenSSL verzija u upotrebi - Network Mreža @@ -1085,10 +760,6 @@ Clear console Očisti konzolu - - Welcome to the Bitcoin Core RPC console. - Dobrodošli u Blackcoin RPC konzolu. - Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. Koristite tipke gore i dolje za izbor već korištenih naredbi. <b>Ctrl-L</b> kako bi očistili ekran i povijest naredbi. @@ -1124,15 +795,7 @@ Show Pokaži - - Copy label - Kopiraj oznaku - - - Copy amount - Kopiraj iznos - - + ReceiveRequestDialog @@ -1151,66 +814,10 @@ &Save Image... &Spremi sliku... - - URI - URI - - - Address - Adresa - - - Amount - Iznos - - - Label - Oznaka - - - Message - Poruka - - - Resulting URI too long, try to reduce the text for label / message. - URI je predug, probajte skratiti tekst za naslov / poruku. - - - Error encoding URI into QR Code. - Greška kod kodiranja URI adrese u QR kod. - - + RecentRequestsTableModel - - Date - Datum - - - Label - Oznaka - - - Message - Poruka - - - Amount - Iznos - - - (no label) - (bez oznake) - - - (no message) - (bez poruke) - - - (no amount) - (bez iznosa) - - + SendCoinsDialog @@ -1233,10 +840,6 @@ Amount: Iznos: - - Priority: - Prioriteta: - Fee: Naknada: @@ -1281,34 +884,6 @@ S&end &Pošalji - - Confirm send coins - Potvrdi slanje novca - - - Copy amount - Kopiraj iznos - - - or - ili - - - The amount to pay must be larger than 0. - Iznos mora biti veći od 0. - - - The amount exceeds your balance. - Iznos je veći od raspoložljivog stanja novčanika. - - - The total exceeds your balance when the %1 transaction fee is included. - Iznos je veći od stanja novčanika kad se doda naknada za transakcije od %1. - - - (no label) - (bez oznake) - SendCoinsEntry @@ -1320,10 +895,6 @@ Pay &To: &Primatelj plaćanja: - - Enter a label for this address to add it to your address book - Unesite oznaku za ovu adresu kako bi ju dodali u vaš adresar - &Label: &Oznaka: @@ -1349,6 +920,9 @@ Primatelj plaćanja: + + SendConfirmationDialog + ShutdownWindow @@ -1394,21 +968,9 @@ Verify &Message &Potvrdite poruku - - Wallet unlock was cancelled. - Otključavanje novčanika je otkazano. - - - Message signed. - Poruka je potpisana. - SplashScreen - - Bitcoin Core - Blackcoin More - [testnet] [testnet] @@ -1419,312 +981,24 @@ TransactionDesc - - Open until %1 - Otvoren do %1 - - - %1/offline - %1 nije dostupan - - - %1/unconfirmed - %1/nepotvrđeno - - - %1 confirmations - %1 potvrda - - - Status - Status - - - Date - Datum - - - Source - Izvor - - - Generated - Generiran - - - From - Od - - - To - Za - - - own address - vlastita adresa - - - label - oznaka - - - Credit - Uplaćeno - - - not accepted - Nije prihvaćeno - - - Debit - Zaduženje - - - Transaction fee - Naknada za transakciju - - - Net amount - Neto iznos - - - Message - Poruka - - - Comment - Komentar - - - Transaction ID - ID transakcije - - - Transaction - Transakcija - - - Inputs - Unosi - - - Amount - Iznos - - - , has not been successfully broadcast yet - , još nije bio uspješno emitiran - - - unknown - nepoznato - - + TransactionDescDialog - - Transaction details - Detalji transakcije - This pane shows a detailed description of the transaction Ovaj prozor prikazuje detaljni opis transakcije - + TransactionTableModel - - Date - Datum - - - Type - Tip - - - Open until %1 - Otvoren do %1 - - - Confirmed (%1 confirmations) - Potvrđen (%1 potvrda) - - - This block was not received by any other nodes and will probably not be accepted! - Ovaj blok nije bio primljen od strane bilo kojeg drugog čvora i vjerojatno neće biti prihvaćen! - - - Generated but not accepted - Generirano, ali nije prihvaćeno - - - Label - Oznaka - - - Received with - Primljeno s - - - Received from - Primljeno od - - - Sent to - Poslano za - - - Payment to yourself - Plaćanje samom sebi - - - Mined - Rudareno - - - (n/a) - (n/d) - - - Transaction status. Hover over this field to show number of confirmations. - Status transakcije - - - Date and time that the transaction was received. - Datum i vrijeme kad je transakcija primljena - - - Type of transaction. - Vrsta transakcije. - - - Amount removed from or added to balance. - Iznos odbijen od ili dodan k saldu. - - + TransactionView - - All - Sve - - - Today - Danas - - - This week - Ovaj tjedan - - - This month - Ovaj mjesec - - - Last month - Prošli mjesec - - - This year - Ove godine - - - Range... - Raspon... - - - Received with - Primljeno s - - - Sent to - Poslano za - - - To yourself - Samom sebi - - - Mined - Rudareno - - - Other - Ostalo - - - Enter address or label to search - Unesite adresu ili oznaku za pretraživanje - - - Min amount - Min iznos - - - Copy address - Kopiraj adresu - - - Copy label - Kopiraj oznaku - - - Copy amount - Kopiraj iznos - - - Copy transaction ID - Kopiraj ID transakcije - - - Edit label - Izmjeni oznaku - - - Show transaction details - Prikaži detalje transakcije - Exporting Failed Izvoz neuspješan - - Comma separated file (*.csv) - Datoteka podataka odvojenih zarezima (*.csv) - - - Confirmed - Potvrđeno - - - Date - Datum - - - Type - Tip - - - Label - Oznaka - - - Address - Adresa - - - ID - ID - - - Range: - Raspon: - - - to - za - - + UnitDisplayStatusBarControl @@ -1733,33 +1007,9 @@ WalletModel - - Send Coins - Slanje novca - - + WalletView - - &Export - &Izvoz - - - Export the data in the current tab to a file - Izvoz podataka iz trenutnog taba u datoteku - - - Backup Wallet - Arhiviranje novčanika - - - Wallet Data (*.dat) - Podaci novčanika (*.dat) - - - Backup Failed - Arhiviranje nije uspjelo - bitcoin-core @@ -1784,12 +1034,12 @@ Izvršavaj u pozadini kao uslužnik i prihvaćaj komande - Block creation options: - Opcije za kreiranje bloka: + Bitcoin Core + Blackcoin More - Connect only to the specified node(s) - Poveži se samo sa određenim čvorom/čvorovima + Block creation options: + Opcije za kreiranje bloka: Error: Disk space is low! @@ -1799,18 +1049,6 @@ Information Informacija - - Invalid amount for -maxtxfee=<amount>: '%s' - Nevaljali iznos za opciju -maxtxfee=<iznos>: '%s' - - - Invalid amount for -minrelaytxfee=<amount>: '%s' - Nevaljali iznos za opciju -minrelaytxfee=<iznos>: '%s' - - - Invalid amount for -mintxfee=<amount>: '%s' - Nevaljali iznos za opciju -mintxfee=<iznos>: '%s' - Send trace/debug info to console instead of debug.log file Šalji trace/debug informacije na konzolu umjesto u debug.log datoteku @@ -1831,10 +1069,6 @@ Execute command when the best block changes (%s in cmd is replaced by block hash) Izvršite naredbu kada se najbolji blok promjeni (%s u cmd je zamjenjen sa block hash) - - This help message - Ova poruka za pomoć - Allow DNS lookups for -addnode, -seednode and -connect Dozvoli DNS upite za -addnode, -seednode i -connect @@ -1843,22 +1077,10 @@ Loading addresses... Učitavanje adresa... - - Error loading wallet.dat: Wallet corrupted - Greška kod učitavanja datoteke wallet.dat: Novčanik pokvaren - - - Error loading wallet.dat - Greška kod učitavanja datoteke wallet.dat - Invalid -proxy address: '%s' Nevaljala -proxy adresa: '%s' - - Invalid amount for -paytxfee=<amount>: '%s' - Nevaljali iznos za opciju -paytxfee=<iznos>: '%s' - Insufficient funds Nedovoljna sredstva diff --git a/src/qt/locale/bitcoin_hu.ts b/src/qt/locale/bitcoin_hu.ts index 1b93539a6..57378b973 100644 --- a/src/qt/locale/bitcoin_hu.ts +++ b/src/qt/locale/bitcoin_hu.ts @@ -25,10 +25,6 @@ C&lose &Bezárás - - &Copy Address - &Cím másolása - Delete the currently selected address from the list Kiválasztott cím törlése a listából @@ -45,74 +41,10 @@ &Delete &Törlés - - Choose the address to send coins to - Válaszd ki a címet, ahová küldesz - - - Choose the address to receive coins with - Válaszd ki a címet, amivel fogadsz - - - C&hoose - &Kiválaszt - - - Sending addresses - Küldési címek - - - Receiving addresses - Fogadó címek - - - These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - Ezekről a címekről küldhetsz blackcoint. Mindig ellenőrizd a fogadó címet és a fizetendő összeget, mielőtt elküldöd. - - - These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Ezekkel a címekkel fogadhatsz blackcoint. Ajánlott minden tranzakcióhoz egy új fogadó címet használni. - - - Copy &Label - &Címke másolása - - - &Edit - Sz&erkesztés - - - Export Address List - Címjegyzék exportálása - - - Comma separated file (*.csv) - Vesszővel elválasztott fájl (*.csv) - - - Exporting Failed - Az exportálás sikertelen volt - - - There was an error trying to save the address list to %1. Please try again. - Hiba történt a címjegyzék %1 helyre való mentésekor. Kérlek próbáld újra. - - + AddressTableModel - - Label - Címke - - - Address - Cím - - - (no label) - (nincs címke) - - + AskPassphraseDialog @@ -131,94 +63,18 @@ Repeat new passphrase Új jelszó újra - - Encrypt wallet - Tárca titkosítása - - - This operation needs your wallet passphrase to unlock the wallet. - A tárca megnyitásához a műveletnek szüksége van a tárcád jelszavára. - - - Unlock wallet - Tárca megnyitása - - - This operation needs your wallet passphrase to decrypt the wallet. - A tárca dekódolásához a műveletnek szüksége van a tárcád jelszavára. - - - Decrypt wallet - Tárca dekódolása - - - Change passphrase - Jelszó megváltoztatása - - - Confirm wallet encryption - Biztosan titkosítani akarod a tárcát? - - - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! - Figyelem: ha titkosítod a tárcát és elveszted a jelszavad, akkor <b>AZ ÖSSZES BLACKCOINOD ELVESZIK!</b> - - - Are you sure you wish to encrypt your wallet? - Biztosan titkosítani akarod a tárcád? - - - 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. - FONTOS: A tárca-fájl minden korábbi mentését cseréld le ezzel az új, titkosított tárca-fájllal. Biztonsági okokból a tárca-fájl korábbi, titkosítás nélküli mentései használhatatlanná válnak, amint elkezded használni az új, titkosított tárcát. - - - Warning: The Caps Lock key is on! - Vigyázat: a Caps Lock be van kapcsolva! - - - Wallet encrypted - Tárca titkosítva - - - 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>. - Add meg a tárca új jelszavát.<br/>Olyan jelszót válassz, ami <b>legalább tíz véletlenszerű karakterből</b> vagy <b>legalább 8 véletlenszerű szóból</b> áll. - - - Enter the old passphrase and new passphrase to the wallet. - Add meg a tárcához a régi jelszavad és az új jelszavad. - - - Wallet encryption failed - A tárca titkosítása sikertelen. - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - Tárca titkosítása belső hiba miatt sikertelen. A tárcád nem lett titkosítva. - - - The supplied passphrases do not match. - A megadott jelszavak nem egyeznek. - - - Wallet unlock failed - Tárca megnyitása sikertelen - - - The passphrase entered for the wallet decryption was incorrect. - Hibás jelszó. - - - Wallet decryption failed - Dekódolás sikertelen. - - - Wallet passphrase was successfully changed. - Jelszó megváltoztatva. - - + BanTableModel - + + IP/Netmask + IP-cím/maszk + + + Banned Until + Kitiltás vége + + BitcoinGUI @@ -257,6 +113,10 @@ Quit application Kilépés az alkalmazásból + + &About %1 + &A %1-ról + About &Qt A &Qt-ról @@ -293,14 +153,6 @@ Open &URI... &URI azonosító megnyitása... - - Bitcoin Core client - Blackcoin More kliens - - - Importing blocks from disk... - A blokkok importálása lemezről... - Reindexing blocks on disk... Lemezen lévő blokkok újraindexelése... @@ -345,10 +197,6 @@ &Receive &Fogadás - - Show information about Bitcoin Core - Blackcoin More információ megjelenítése - &Show / Hide &Mutat / Elrejt @@ -385,22 +233,10 @@ Tabs toolbar Fül eszköztár - - Bitcoin Core - Blackcoin More - Request payments (generates QR codes and bitcoin: URIs) Fizetési kérelem (QR-kódot és "blackcoin:" URI azonosítót hoz létre) - - &About Bitcoin Core - &A Blackcoin More-ról - - - Modify configuration options for Bitcoin Core - Konfigurációs opciók módosítása a Blackcoin More-hoz - Show the list of used sending addresses and labels A használt küldési címek és címkék megtekintése @@ -417,42 +253,14 @@ &Command-line options Paran&cssor kapcsolók - - Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options - A Blackcoin More súgóüzenet megjelenítése a Blackcoin lehetséges parancssori kapcsolóival. - %n active connection(s) to Bitcoin network %n aktív kapcsolat a Blackcoin hálózathoz%n aktív kapcsolat a Blackcoin hálózathoz - - No block source available... - Blokk forrása ismeretlen... - Processed %n block(s) of transaction history. %n blokk feldolgozva a tranzakció előzményből.%n blokk feldolgozva a tranzakció előzményből. - - %n hour(s) - %n óra%n óra - - - %n day(s) - %n nap%n nap - - - %n week(s) - %n hét%n hét - - - %1 and %2 - %1 és %2 - - - %n year(s) - %n év%n év - %1 behind %1 lemaradás @@ -531,14 +339,7 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> Tárca <b>kódolva</b> és jelenleg <b>zárva</b>. - - - ClientModel - - Network Alert - Hálózati figyelmeztetés - - + CoinControlDialog @@ -557,10 +358,6 @@ Amount: Összeg: - - Priority: - Prioritás: - Fee: Díj: @@ -613,155 +410,7 @@ Confirmed Megerősítve - - Priority - Prioritás - - - Copy address - Cím másolása - - - Copy label - Címke másolása - - - Copy amount - Összeg másolása - - - Copy transaction ID - Tranzakcióazonosító másolása - - - Lock unspent - Megmaradt zárolása - - - Unlock unspent - Zárolás feloldása - - - Copy quantity - Mennyiség másolása - - - Copy fee - Díj másolása - - - Copy after fee - Utólagos díj másolása - - - Copy bytes - Byte-ok másolása - - - Copy priority - Prioritás másolása - - - Copy dust - Visszajáró másolása - - - Copy change - Visszajáró másolása - - - highest - legmagasabb - - - higher - magasabb - - - high - magas - - - medium-high - közepesen-magas - - - medium - közepes - - - low-medium - alacsony-közepes - - - low - alacsony - - - lower - alacsonyabb - - - lowest - legalacsonyabb - - - (%1 locked) - (%1 zárolva) - - - none - semmi - - - This label turns red if the transaction size is greater than 1000 bytes. - Ez a címke pirosra változik, ha a tranzakció mérete nagyobb mint 1000 bájt. - - - This label turns red if the priority is smaller than "medium". - Ez a címke pirosra változik, ha a prioritás kisebb mint "közepes". - - - This label turns red if any recipient receives an amount smaller than %1. - Ez a címke pirosra változik, ha bármely fogadónak %1-nál kevesebb összeg érkezik. - - - Can vary +/- %1 satoshi(s) per input. - Bemenetenként +/- %1 satoshi-val változhat - - - yes - igen - - - no - nem - - - This means a fee of at least %1 per kB is required. - Legalább %1 díj szüksége kB-onként. - - - Can vary +/- 1 byte per input. - Bemenetenként +/- 1 byte-al változhat. - - - Transactions with higher priority are more likely to get included into a block. - Nagyobb prioritású tranzakciók nagyobb valószínűséggel kerülnek be egy blokkba. - - - (no label) - (nincs címke) - - - change from %1 (%2) - visszajáró %1-ből (%2) - - - (change) - (visszajáró) - - + EditAddressDialog @@ -784,39 +433,7 @@ &Address &Cím - - New receiving address - Új fogadó cím - - - New sending address - Új küldő cím - - - Edit receiving address - Fogadó cím szerkesztése - - - Edit sending address - Küldő cím szerkesztése - - - The entered address "%1" is already in the address book. - A megadott "%1" cím már szerepel a címjegyzékben. - - - The entered address "%1" is not a valid Bitcoin address. - A megadott "%1" cím nem egy érvényes Blackcoin-cím. - - - Could not unlock wallet. - Tárca feloldása sikertelen - - - New key generation failed. - Új kulcs generálása sikertelen - - + FreespaceChecker @@ -838,10 +455,6 @@ HelpMessageDialog - - Bitcoin Core - Blackcoin More - version verzió @@ -850,10 +463,6 @@ (%1-bit) (%1-bit) - - About Bitcoin Core - A Blackcoin More-ról - Command-line options Parancssoros opciók @@ -873,14 +482,6 @@ Welcome Üdvözlünk - - Welcome to Bitcoin Core. - Üdvözlünk a Blackcoin More-ban. - - - Bitcoin Core will download and store a copy of the Bitcoin block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - A Blackcoin More le fogja tölteni és tárolni fogja a Blackcoin blokklánc egy másolatát. Legalább %1GB adat lesz tárolva ebben a mappában, és ez folyamatosan nőni fog. A tárca szintén itt lesz tárolva. - Use the default data directory Az alapértelmezett adat könyvtár használata @@ -889,10 +490,6 @@ Use a custom data directory: Saját adatkönyvtár használata: - - Bitcoin Core - Blackcoin More - Error: Specified data directory "%1" cannot be created. Hiba: A megadott "%1" adatkönyvtár nem hozható létre. @@ -906,6 +503,21 @@ %n GB elérhető szabad hely%n GB elérhető szabad hely + + ModalOverlay + + Form + Űrlap + + + Last block time + Utolsó blokk ideje + + + Hide + Elrejtés + + OpenURIDialog @@ -924,11 +536,7 @@ Select payment request file Fizetési kérelmi fájl kiválasztása - - Select payment request file to open - Fizetés kérelmi fájl kiválasztása - - + OptionsDialog @@ -959,10 +567,6 @@ IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1) A proxy IP címe (pl.: IPv4: 127.0.0.1 / IPv6: ::1) - - The user interface language can be set here. This setting will take effect after restarting Bitcoin Core. - Itt beállíthatod a kezelőfelület nyelvét. A beállítás a Blackcoin újraindítása után lép érvénybe. - Third party transaction URLs Harmadik fél tranzakció URL-ek @@ -979,10 +583,6 @@ &Network &Hálózat - - &Start Bitcoin Core on system login - A Blackcoin elindítása bejelentkezéskor - W&allet T&árca @@ -1149,22 +749,6 @@ PaymentServer - - URI handling - URI kezelés - - - Cannot start bitcoin: click-to-pay handler - A blackcoint nem lehet elindítani: click-to-pay handler - - - Payment request expired. - A fizetési kérelem lejárt - - - Invalid payment request. - Érvénytelen fizetési kérelem - PeerTableModel @@ -1172,11 +756,7 @@ User Agent User Agent - - Ping Time - Ping idő - - + QObject @@ -1215,32 +795,19 @@ %1 ms %1 ms - + + %1 and %2 + %1 és %2 + + + + QObject::QObject + QRImageWidget - - &Save Image... - &Kép mentése - - - &Copy Image - &Kép másolása - - - Save QR Code - QR kód mentése - - - PNG Image (*.png) - PNG kép (*.png) - - + RPCConsole - - Client name - Kliens néve - N/A Nem elérhető @@ -1261,10 +828,6 @@ General Általános - - Using OpenSSL version - Használt OpenSSL verzió - Using BerkeleyDB version Használt BerkeleyDB verzió @@ -1309,6 +872,10 @@ &Peers &Peerek + + Banned peers + Kitiltott felek + Select a peer to view detailed information. Peer kijelölése a részletes információkért @@ -1373,10 +940,6 @@ Out: Ki: - - Build date - Fordítás dátuma - Debug log file Debug naplófájl @@ -1496,19 +1059,7 @@ Remove Eltávolítás - - Copy label - Címke másolása - - - Copy message - Üzenet másolása - - - Copy amount - Összeg másolása - - + ReceiveRequestDialog @@ -1527,74 +1078,10 @@ &Save Image... &Kép mentése - - Request payment to %1 - Fizetés kérése a %1-hez - - - Payment information - Kifizetés információ - - - URI - URI: - - - Address - Cím - - - Amount - Összeg - - - Label - Címke - - - Message - Üzenet - - - Resulting URI too long, try to reduce the text for label / message. - A keletkezett URI túl hosszú, próbálja meg csökkenteni a cimkeszöveg / üzenet méretét. - - - Error encoding URI into QR Code. - Hiba lépett fel az URI QR kóddá alakításakor - - + RecentRequestsTableModel - - Date - Dátum - - - Label - Címke - - - Message - Üzenet - - - Amount - Összeg - - - (no label) - (nincs címke) - - - (no message) - (nincs üzenet) - - - (no amount) - (nincs összeg) - - + SendCoinsDialog @@ -1625,10 +1112,6 @@ Amount: Összeg: - - Priority: - Prioritás: - Fee: Díjak: @@ -1705,74 +1188,6 @@ S&end &Küldés - - Confirm send coins - Küldés megerősítése - - - Copy quantity - Mennyiség másolása - - - Copy amount - Összeg másolása - - - Copy fee - Díj másolása - - - Copy after fee - Utólagos díj másolása - - - Copy bytes - Byte-ok másolása - - - Copy priority - Prioritás másolása - - - Copy change - Visszajáró másolása - - - or - vagy - - - The amount to pay must be larger than 0. - A fizetendő összegnek nagyobbnak kell lennie 0-nál. - - - The amount exceeds your balance. - Nincs ennyi bitcoin az egyenlegeden. - - - The total exceeds your balance when the %1 transaction fee is included. - A küldeni kívánt összeg és a %1 tranzakciós díj együtt meghaladja az egyenlegeden rendelkezésedre álló összeget. - - - Payment request expired. - A fizetési kérelem lejárt - - - Warning: Invalid Bitcoin address - Figyelmeztetés: Érvénytelen Blackcoin cím - - - (no label) - (nincs címke) - - - Copy dust - Visszajáró másolása - - - Are you sure you want to send? - Biztos, hogy el akarod küldeni? - SendCoinsEntry @@ -1784,11 +1199,6 @@ Pay &To: Címzett: - - Enter a label for this address to add it to your address book - Milyen címkével kerüljön be ez a cím a címtáradba? - - &Label: Címke: @@ -1825,13 +1235,12 @@ Memo: Jegyzet: - + + + SendConfirmationDialog + ShutdownWindow - - Bitcoin Core is shutting down... - A Blackcoin More leáll... - Do not shut down the computer until this window disappears. Ne állítsd le a számítógépet amíg ez az ablak el nem tűnik. @@ -1895,53 +1304,9 @@ Verify &Message Üzenet ellenőrzése - - The entered address is invalid. - A megadott cím nem érvényes. - - - Please check the address and try again. - Ellenőrizze a címet és próbálja meg újra. - - - Private key for the entered address is not available. - A megadott cím privát kulcsa nem található. - - - Message signing failed. - Üzenet aláírása nem sikerült. - - - Message signed. - Üzenet aláírva. - - - The signature could not be decoded. - Az aláírást nem sikerült dekódolni. - - - Please check the signature and try again. - Ellenőrizd az aláírást és próbáld újra. - - - Message verification failed. - Az üzenet ellenőrzése nem sikerült. - - - Message verified. - Üzenet ellenőrizve. - - + SplashScreen - - Bitcoin Core - Blackcoin More - - - The Bitcoin Core developers - A Blackcoin More fejlesztői - [testnet] [teszthálózat] @@ -1956,336 +1321,20 @@ TransactionDesc - - Open until %1 - %1-ig megnyitva - - - %1/unconfirmed - %1/megerősítetlen - - - %1 confirmations - %1 megerősítés - - - Status - Állapot - - - Date - Dátum - - - Source - Forrás - - - Generated - Legenerálva - - - From - Űrlap - - - To - Címzett - - - own address - saját cím - - - label - címke - - - Credit - Jóváírás - - - not accepted - elutasítva - - - Debit - Terhelés - - - Transaction fee - Tranzakciós díj - - - Net amount - Nettó összeg - - - Message - Üzenet - - - Comment - Megjegyzés - - - Transaction ID - Tranzakcióazonosító - - - Debug information - Debug információ - - - Transaction - Tranzakció - - - Inputs - Bemenetek - - - Amount - Összeg - - - true - igaz - - - false - hamis - - - , has not been successfully broadcast yet - , még nem sikerült elküldeni. - - - unknown - ismeretlen - - + TransactionDescDialog - - Transaction details - Tranzakció részletei - This pane shows a detailed description of the transaction Ez a mező a tranzakció részleteit mutatja - + TransactionTableModel - - Date - Dátum - - - Type - Típus - - - Open until %1 - %1-ig megnyitva - - - Confirmed (%1 confirmations) - Megerősítve (%1 megerősítés) - - - This block was not received by any other nodes and will probably not be accepted! - Ezt a blokkot egyetlen másik csomópont sem kapta meg, így valószínűleg nem lesz elfogadva! - - - Generated but not accepted - Legenerálva, de még el nem fogadva. - - - Offline - Offline - - - Label - Címke - - - Unconfirmed - Megerősítetlen: - - - Received with - Erre a címre - - - Received from - Erről az - - - Sent to - Erre a címre - - - Payment to yourself - Magadnak kifizetve - - - Mined - Kibányászva - - - (n/a) - (nincs) - - - Transaction status. Hover over this field to show number of confirmations. - Tranzakció állapota. Húzd ide a kurzort, hogy lásd a megerősítések számát. - - - Date and time that the transaction was received. - Tranzakció fogadásának dátuma és időpontja. - - - Type of transaction. - Tranzakció típusa. - - - Amount removed from or added to balance. - Az egyenleghez jóváírt vagy ráterhelt összeg. - - + TransactionView - - All - Mind - - - Today - Mai - - - This week - Ezen a héten - - - This month - Ebben a hónapban - - - Last month - Múlt hónapban - - - This year - Ebben az évben - - - Range... - Tartomány ... - - - Received with - Erre a címre - - - Sent to - Erre a címre - - - To yourself - Magadnak - - - Mined - Kibányászva - - - Other - Más - - - Enter address or label to search - Írd be a keresendő címet vagy címkét - - - Min amount - Minimális összeg - - - Copy address - Cím másolása - - - Copy label - Címke másolása - - - Copy amount - Összeg másolása - - - Copy transaction ID - Tranzakcióazonosító másolása - - - Edit label - Címke szerkesztése - - - Show transaction details - Tranzakciós részletek megjelenítése - - - Watch-only - Csak megfigyelés - - - Exporting Failed - Az exportálás sikertelen volt - - - Exporting Successful - Sikeres exportálás - - - Comma separated file (*.csv) - Vesszővel elválasztott fájl (*.csv) - - - Confirmed - Megerősítve - - - Date - Dátum - - - Type - Típus - - - Label - Címke - - - Address - Cím - - - ID - Azonosító - - - Range: - Tartomány: - - - to - meddig - - + UnitDisplayStatusBarControl @@ -2294,38 +1343,10 @@ WalletModel - - Send Coins - Érmék küldése - - + WalletView - - &Export - &Exportálás - - - Export the data in the current tab to a file - Jelenlegi nézet exportálása fájlba - - - Backup Wallet - Biztonsági másolat készítése a Tárcáról - - - Wallet Data (*.dat) - Tárca fájl (*.dat) - - - Backup Failed - Biztonsági másolat készítése sikertelen - - - Backup Successful - Sikeres biztonsági mentés - - + bitcoin-core @@ -2357,16 +1378,16 @@ - Accept connections from outside (default: 1 if no -proxy or -connect) - Kívülről érkező kapcsolatok elfogadása (alapértelmezett: 1, ha nem használt a -proxy vagy a -connect) + Bitcoin Core + Blackcoin More Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) Parancs, amit akkor hajt végre, amikor egy tárca-tranzakció megváltozik (%s a parancsban lecserélődik a blokk TxID-re) - Connect only to the specified node(s) - Csatlakozás csak a megadott csomóponthoz + Use UPnP to map the listening port (default: 1 when listening and no -proxy) + UPnP használata porttovábbításra (alapértelmezett: 1, amikor kiszolgál és nem használt a -proxy) Corrupted block database detected @@ -2408,6 +1429,10 @@ Incorrect or no genesis block found. Wrong datadir for network? Helytelen vagy nemlétező genézis blokk. Helytelen hálózati adatkönyvtár? + + Loading banlist... + Tiltólista betöltése... + Not enough file descriptors available. Nincs elég fájlleíró. @@ -2425,16 +1450,16 @@ Tárca beállítások: - You need to rebuild the database using -reindex to change -txindex - Az adatbázist újra kell építeni -reindex használatával (módosítás -tindex). + Discover own IP addresses (default: 1 when listening and no -externalip or -proxy) + Saját IP-cím felfedezése (alapértelmezett: 1, amikor kiszolgál és nem használt a -externalip) - Cannot resolve -whitebind address: '%s' - Külső cím (-whitebind address) feloldása nem sikerült: '%s' + 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 + A fehérlistán szereplő felek nem lesznek automatikusan kitiltva és a tranzakcióik is mindig továbbítva lesznek, akkor is ha már a megerősítésre váró listán (mempool) vannak. Hasznos például összekötő csomópontokon (gateway). - Copyright (C) 2009-%i The Bitcoin Core Developers - Copyright (C) 2018-%i A Blackcoin More Fejlesztői + (default: %u) + (alapértelmezett: %u) Error reading from database, shutting down. @@ -2444,18 +1469,6 @@ Information Információ - - Invalid amount for -maxtxfee=<amount>: '%s' - Érvénytelen -maxtxfee=<amount>: '%s' összeg - - - Invalid amount for -minrelaytxfee=<amount>: '%s' - Érvénytelen -minrelaytxfee=<amount>: '%s' összeg - - - Invalid amount for -mintxfee=<amount>: '%s' - Érvénytelen -mintxfee=<amount>: '%s' összeg - Send trace/debug info to console instead of debug.log file trace/debug információ küldése a konzolra a debog.log fájl helyett @@ -2472,10 +1485,6 @@ Transaction amount too small Tranzakció összege túl alacsony - - Transaction amounts must be positive - Tranzakció összege pozitív kell legyen - Transaction too large Túl nagy tranzakció @@ -2498,11 +1507,6 @@ Execute command when the best block changes (%s in cmd is replaced by block hash) Parancs, amit akkor hajt végre, amikor a legjobb blokk megváltozik (%s a cmd-ban lecserélődik a blokk hash-re) - - This help message - Ez a súgó-üzenet - - Allow DNS lookups for -addnode, -seednode and -connect DNS-kikeresés engedélyezése az addnode-nál és a connect-nél @@ -2512,12 +1516,12 @@ Címek betöltése... - Error loading wallet.dat: Wallet corrupted - Hiba a wallet.dat betöltése közben: meghibásodott tárca + (default: %s) + (alapértelmezett: %s) - Error loading wallet.dat - Hiba az wallet.dat betöltése közben + Include IP addresses in debug output (default: %u) + IP-címek megjelenítése a naplóban (alapértelmezett: %u) Invalid -proxy address: '%s' @@ -2527,18 +1531,6 @@ Unknown network specified in -onlynet: '%s' Ismeretlen hálózat lett megadva -onlynet: '%s' - - Cannot resolve -bind address: '%s' - Csatlakozási cím (-bind address) feloldása nem sikerült: '%s' - - - Cannot resolve -externalip address: '%s' - Külső cím (-externalip address) feloldása nem sikerült: '%s' - - - Invalid amount for -paytxfee=<amount>: '%s' - Étvénytelen -paytxfee=<összeg> összeg: '%s' - Insufficient funds Nincs elég blackcoinod. diff --git a/src/qt/locale/bitcoin_id_ID.ts b/src/qt/locale/bitcoin_id_ID.ts index f4937aac1..a5e2505d4 100644 --- a/src/qt/locale/bitcoin_id_ID.ts +++ b/src/qt/locale/bitcoin_id_ID.ts @@ -25,10 +25,6 @@ C&lose T&utup - - &Copy Address - &Salin Alamat - Delete the currently selected address from the list Hapus alamat yang sementara dipilih dari daftar @@ -47,35 +43,39 @@ Choose the address to send coins to - Pilihlah alamat kemana koin Anda akan dikirim + Pilih alamat untuk mengirim koin Choose the address to receive coins with - Pilihlah alamat dimana Anda akan menerima koin + Piih alamat untuk menerima koin C&hoose - P&ilihlah + &Pilih Sending addresses - Alamat pengirim + Alamat-alamat pengirim Receiving addresses - Alamat penerima + Alamat-alamat penerima These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - Alamat-alamat Anda untuk mengirim pembayaran. Periksalah jumlah dan alamat penerima setiap kali Anda mengirim Blackcoin. + Ini adalah alamat- alamat Blackcoin Anda untuk mengirimkan pembayaran. Selalu periksa jumlah dan alamat penerima sebelum mengirimkan koin. These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Alamat-alamat Anda untuk menerima pembayaran. Dianjurkan agar Anda menggunakan alamat yang baru untuk setiap transaksi. + Ini adalah alamat- alamat Blackcoin Anda untuk menerima pembayaran. Dianjurkan untuk menggunakan alamat penerima yang baru setiap melakukan transaksi. + + + &Copy Address + &Salin Alamat Copy &Label - Salin &Label + Salin& Label &Edit @@ -87,17 +87,13 @@ Comma separated file (*.csv) - Berkas CSV (*.csv) + File yang berformat(*.csv) Exporting Failed - Proses Ekspor Gagal + Mengekspor Gagal - - There was an error trying to save the address list to %1. Please try again. - Terjadi kesalahan saat menyimpan daftar alamat ke %1. Silakan coba lagi. - - + AddressTableModel @@ -131,13 +127,17 @@ Repeat new passphrase Ulangi kata kunci baru + + 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>. + Masukan kata sandi baru ke dompet.<br/>Mohon gunakan kata sandi <b>sepuluh karakter acak atau lebih</b>, atau <b> delapan atau lebih beberapa kata </​​b>. + Encrypt wallet Enkripsi dompet This operation needs your wallet passphrase to unlock the wallet. - Operasi ini memerlukan kata kunci dompet Anda untuk membuka dompet. + Operasi ini memerlukan kata sandi dompet Anda untuk membuka dompet. Unlock wallet @@ -145,7 +145,7 @@ This operation needs your wallet passphrase to decrypt the wallet. - Operasi ini memerlukan kata kunci dompet Anda untuk mendekripsi dompet. + Operasi ini memerlukan kata sandi dompet Anda untuk mendekripsikan dompet. Decrypt wallet @@ -153,63 +153,55 @@ Change passphrase - Ubah kata kunci + Ganti kata sandi + + + Enter the old passphrase and new passphrase to the wallet. + Masukkan kata sandi lama dan kata sandi baru ke dompet. Confirm wallet encryption - Konfirmasi enkripsi dompet + Konfirmasi pengenkripsian dompet Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! - Perhatian: Jika anda mengenkripsi dompet anda dan lupa kata kuncinya, anda akan <b>KEHILANGAN SELURUH BLACKCOIN ANDA</b>! + Peringatan: Jika Anda enkripsi dompet Anda dan lupa kata sandi anda, Anda akan <b>KEHILANGAN SEMUA BITCOIN ANDA</b>! Are you sure you wish to encrypt your wallet? - Apakah Anda yakin ingin mengenkripsi dompet Anda? - - - Bitcoin Core will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - Blackcoin More akan ditutup untuk menyelesaikan proses enkripsi. Mohon diingat bahwa mengenkripsi dompet Anda tidak akan sepenuhnya melindungi blackcoin Anda dari virus atau malware yang menginfeksi komputer Anda. - - - 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. - PENTING: Setiap back up yang sudah Anda buat sebaiknya diganti dengan data dompet Anda yang baru dan terenkripsi. Untuk alasan keamanan, data back up tidak terenkripsi yang sudah Anda buat sebelumnya tidak akan dapat digunakan setelah Anda mulai menggunakan dompet yang baru dan terenkripsi. - - - Warning: The Caps Lock key is on! - Perhatian: tombol Caps Lock sementara aktif! + Apakah Anda yakin ingin enkripsi dompet Anda? Wallet encrypted Dompet terenkripsi - 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>. - Masukkan kata kunci untuk dompet Anda.<br/>Mohon gunakan kata kunci <b>yang terdiri dari 10 karakter acak</b>, atau <b>delapan atau beberapa kata lagi</b>. + %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. + %1 sekarang akan ditutup untuk menyelesaikan proses enkripsi. Ingatlah bahwa mengenkripsi dompet Anda tidak dapat sepenuhnya melindungi komputer Anda dari pencurian malware yang menginfeksi komputer Anda. - Enter the old passphrase and new passphrase to the wallet. - Masukkan kata kunci lama dan kata kunci baru dompet Anda. + 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. + PENTING: Backup sebelumnya yang Anda buat dari file dompet Anda harus diganti dengan file dompet terenkripsi yang baru dibuat. Demi keamanan, backup file dompet sebelumnya yang tidak dienkripsi sebelumnya akan menjadi tidak berguna begitu Anda mulai menggunakan dompet terenkripsi yang baru. Wallet encryption failed - Enkripsi dompet gagal + Pengenkripsian dompet gagal Wallet encryption failed due to an internal error. Your wallet was not encrypted. - Enkripsi dompet gagal karena kesalahan internal. Dompet Anda tidak dienkripsi. + Pengenkripsian dompet gagal karena kesalahan internal. Dompet Anda tidak dienkripsi. The supplied passphrases do not match. - Kata kunci yang dimasukkan tidak cocok. + Kata sandi yang dimasukkan tidak cocok. Wallet unlock failed - Gagal buka dompet + Membuka dompet gagal The passphrase entered for the wallet decryption was incorrect. - Kata kunci yang dimasukkan untuk dekripsi dompet tidak cocok. + Kata sandi yang dimasukkan untuk dekripsi dompet salah. Wallet decryption failed @@ -217,7 +209,11 @@ Wallet passphrase was successfully changed. - Kata kunci dompet Anda berhasil diubah. + Kata sandi berhasil diganti. + + + Warning: The Caps Lock key is on! + Peringatan: Tombol Caps Lock aktif! @@ -269,6 +265,14 @@ Quit application Keluar dari aplikasi + + &About %1 + &Tentang%1 + + + Show information about %1 + Tampilkan informasi perihal %1 + About &Qt Mengenai &Qt @@ -281,6 +285,10 @@ &Options... &Pilihan... + + Modify configuration options for %1 + Pengubahan opsi konfigurasi untuk %1 + &Encrypt Wallet... &Enkripsi Dompet... @@ -306,12 +314,20 @@ Buka &URI - Bitcoin Core client - Klien Blackcoin More + Click to disable network activity. + Klik untuk menonaktifkan aktivitas jaringan. - Importing blocks from disk... - Mengimpor blok dari disk... + Network activity disabled. + Aktivitas jaringan dinonaktifkan. + + + Click to enable network activity again. + Klik untuk mengaktifkan aktivitas jaringan lagi. + + + Syncing Headers (%1%)... + Menyinkronkan Header (%1%) ... Reindexing blocks on disk... @@ -357,10 +373,6 @@ &Receive &Menerima - - Show information about Bitcoin Core - Tampilkan informasi tentang Blackcoin More - &Show / Hide &Tampilkan / Sembunyikan @@ -397,22 +409,10 @@ Tabs toolbar Baris tab - - Bitcoin Core - Blackcoin More - Request payments (generates QR codes and bitcoin: URIs) Permintaan pembayaran (membuat kode QR dan blackcoin: URIs) - - &About Bitcoin Core - &Mengenai Blackcoin More - - - Modify configuration options for Bitcoin Core - Modifikasi pengaturan konfigurasi untuk Blackcoin More - Show the list of used sending addresses and labels Tampilkan daftar alamat dan label yang terkirim @@ -429,42 +429,22 @@ &Command-line options &pilihan Command-line - - Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options - Tampilkan pesan bantuan Blackcoin More untuk mendapatkan daftar pilihan Command-line - %n active connection(s) to Bitcoin network %n koneksi aktif ke jaringan Blackcoin - No block source available... - Sumber blok tidak tersedia... + Indexing blocks on disk... + Pengindeksan blok pada disk ... + + + Processing blocks on disk... + Memproses blok pada disk ... Processed %n block(s) of transaction history. %n blok dari riwayat transaksi diproses. - - %n hour(s) - %n jam - - - %n day(s) - %n hari - - - %n week(s) - %n minggu - - - %1 and %2 - %1 dan %2 - - - %n year(s) - %n tahun - %1 behind kurang %1 @@ -493,6 +473,18 @@ Up to date Terbaru + + Show the %1 help message to get a list with possible Bitcoin command-line options + Tampilkan %1 pesan bantuan untuk mendapatkan daftar opsi baris perintah Blackcoin yang memungkinkan + + + %1 client + %1 klien + + + Connecting to peers... + Menghubungkan ke peer... + Catching up... Menyusul... @@ -543,14 +535,7 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> Dompet saat ini <b>terenkripsi</b> dan <b>terkunci</b> - - - ClientModel - - Network Alert - Notifikasi Jaringan - - + CoinControlDialog @@ -569,10 +554,6 @@ Amount: Jumlah: - - Priority: - Prioritas: - Fee: Biaya: @@ -625,10 +606,6 @@ Confirmed Terkonfirmasi - - Priority - Prioritas - Copy address Salin alamat @@ -637,143 +614,15 @@ Copy label Salin label - - Copy amount - Salin jumlah - - - Copy transaction ID - Salin ID transaksi - - - Lock unspent - Kunci unspent. - - - Unlock unspent - Buka unspent - - - Copy quantity - Salin kuantitas - Copy fee Salin biaya - - Copy after fee - Salin dengan biaya - - - Copy bytes - Salin bytes - - - Copy priority - Salin prioritas - - - Copy dust - Salin dust - - - Copy change - Salin kembalian - - - highest - terbesar - - - higher - lebih besar - - - high - besar - - - medium-high - sedang-sampai-besar - - - medium - sedang - - - low-medium - sedikit-sampai-sedang - - - low - sedikit - - - lower - lebih sedikit - - - lowest - tersedikit - - - (%1 locked) - (%1 terkunci) - - - none - tidak satupun - - - This label turns red if the transaction size is greater than 1000 bytes. - Label ini akan menjadi merah apabila ukuran transaksi melebihi 1000 bytes. - - - This label turns red if the priority is smaller than "medium". - Label ini akan menjadi merah apabila prioritasnya lebih kecil dari "sedang" - - - This label turns red if any recipient receives an amount smaller than %1. - Label ini akan menjadi merah apabila penerima menerima jumlah yang lebih kecil dari %1. - - - Can vary +/- %1 satoshi(s) per input. - Dapat beragam +/- %1 satoshi per input. - - - yes - ya - - - no - tidak - - - This means a fee of at least %1 per kB is required. - Perlu biaya lebih dari %1 untuk setiap kB. - - - Can vary +/- 1 byte per input. - Dapat beragam +/- 1 byte per input. - - - Transactions with higher priority are more likely to get included into a block. - Transaksi dengan prioritas lebih tinggi akan lebih cepat dimasukkan kedalam blok. - (no label) (tidak ada label) - - change from %1 (%2) - kembalian dari %1 (%2) - - - (change) - (kembalian) - - + EditAddressDialog @@ -796,39 +645,7 @@ &Address &Alamat - - New receiving address - Alamat menerima baru - - - New sending address - Alamat mengirim baru - - - Edit receiving address - Ubah alamat menerima - - - Edit sending address - Ubah alamat mengirim - - - The entered address "%1" is already in the address book. - Alamat yang dimasukkan "%1" sudah ada di dalam buku alamat. - - - The entered address "%1" is not a valid Bitcoin address. - Alamat yang dimasukkan "%1" bukan alamat Blackcoin yang benar. - - - Could not unlock wallet. - Tidak dapat membuka dompet. - - - New key generation failed. - Pembuatan kunci baru gagal. - - + FreespaceChecker @@ -854,10 +671,6 @@ HelpMessageDialog - - Bitcoin Core - Blackcoin More - version versi @@ -866,10 +679,6 @@ (%1-bit) (%1-bit) - - About Bitcoin Core - Mengenai Blackcoin More - Command-line options Pilihan Command-line @@ -906,29 +715,13 @@ Show splash screen on startup (default: %u) Tampilkan layar kilat saat memulai (default: %u) - - Reset all settings changes made over the GUI - Reset semua pengaturan yang dibuat dari GUI - - + Intro Welcome Selamat Datang - - Welcome to Bitcoin Core. - Selamat Datang ke Blackcoin More - - - As this is the first time the program is launched, you can choose where Bitcoin Core will store its data. - Ini adalah pertama kali program ini dijalankan, Anda dapat memilih dimana Blackcoin More menyimpan data. - - - Bitcoin Core will download and store a copy of the Bitcoin block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Blackcoin More akan mengunduh dan menyimpan salinan dari block chain Blackcoin. Setidaknya %1GB data akan disimpan di direktori ini, dan akan terus bertambah. Dompet Anda juga akan disimpan di direktori ini. - Use the default data directory Gunakan direktori data default. @@ -937,10 +730,6 @@ Use a custom data directory: Gunakan direktori pilihan Anda: - - Bitcoin Core - Blackcoin More - Error: Specified data directory "%1" cannot be created. Kesalahan: Direktori data "%1" tidak dapat dibuat. @@ -958,6 +747,17 @@ (dari %n GB yang dibutuhkan) + + ModalOverlay + + Form + Formulir + + + Last block time + Waktu blok terakhir + + OpenURIDialog @@ -976,11 +776,7 @@ Select payment request file Pilih data permintaan pembayaran - - Select payment request file to open - Pilih data permintaan pembayaran yang akan dibuka - - + OptionsDialog @@ -1019,10 +815,6 @@ Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu. Minimalisasi aplikasi ketika jendela ditutup. Ketika pilihan ini dipilih, aplikasi akan menutup seluruhnya jika anda memilih Keluar di menu yang tersedia. - - The user interface language can be set here. This setting will take effect after restarting Bitcoin Core. - Bahasa interface pengguna bisa diubah disini. Pengaturan ini akan memberikan efek setelah Blackcoin More di-restart. - 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 pihak ketika (misalnya sebuah block explorer) yang mumcul dalam tab transaksi sebagai konteks menu. %s dalam URL diganti dengan kode transaksi. URL dipisahkan dengan tanda vertikal |. @@ -1047,14 +839,6 @@ &Network &Jaringan - - Automatically start Bitcoin Core after logging in to the system. - Buka Blackcoin More secara otomatis setelah Anda log-in ke sistem Anda. - - - &Start Bitcoin Core on system login - &Mulai Blackcoin More saat log-in sistem - (0 = auto, <0 = leave that many cores free) (0 = auto, <0 = leave that many cores free) @@ -1237,51 +1021,7 @@ PaymentServer - - URI handling - Penanganan URI - - - Invalid payment address %1 - Alamat pembayaran salah %1 - - - Payment request rejected - Permintaan pembayaran ditolak - - - Requested payment amount of %1 is too small (considered dust). - Nilai pembayaran %1 yang diminta oleh Anda terlalu sedikit (dianggap debu). - - - Payment request error - Gagalan permintaan pembayaran - - - Payment request expired. - Permintaan pembayaran telah kadaluarsa - - - Refund from %1 - Pembayaran kembali dari %1 - - - Error communicating with %1: %2 - Masalah berkomunikasi dengan %1: %2 - - - Bad response from server %1 - Jawaban salah dari server %1 - - - Payment acknowledged - Pembayaran diakui - - - Network request error - Gagalan permintaan dari jaringan - - + PeerTableModel @@ -1311,32 +1051,19 @@ N/A T/S + + %1 and %2 + %1 dan %2 + + + + QObject::QObject QRImageWidget - - &Save Image... - &Simpan Gambaran... - - - &Copy Image - &Salin Gambaran - - - Save QR Code - Simpan Kode QR - - - PNG Image (*.png) - Gambar PNG (*.png) - - + RPCConsole - - Client name - Nama Klien - N/A T/S @@ -1357,10 +1084,6 @@ General Umum - - Using OpenSSL version - Menggunakan versi OpenSSL - Startup time Waktu nyala @@ -1435,10 +1158,6 @@ Out: Keluar: - - Build date - Tanggal pembuatan - Debug log file Berkas catatan debug @@ -1463,10 +1182,6 @@ 1 &year 1 &tahun - - Welcome to the Bitcoin Core RPC console. - Selamat datang di konsol RPC Blackcoin. - Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. Gunakan panah keatas dan kebawah untuk menampilkan sejarah, dan <b>Ctrl-L</b> untuk bersihkan layar. @@ -1570,15 +1285,7 @@ Copy label Salin label - - Copy message - Salin Pesan - - - Copy amount - Salin nilai - - + ReceiveRequestDialog @@ -1597,74 +1304,30 @@ &Save Image... &Simpan Gambaran... - - Request payment to %1 - Minta pembayaran ke %1 - - - Payment information - Informasi pembayaran - - - URI - URI - Address Alamat Amount - Nilai + Jumlah Label Label - - Message - Pesan - - - Resulting URI too long, try to reduce the text for label / message. - Hasil URI terlalu panjang, coba kurangi label / pesan. - - - Error encoding URI into QR Code. - Gagal mengubah URI ke kode QR. - - + RecentRequestsTableModel - - Date - Tanggal - Label Label - - Message - Pesan: - - - Amount - Nilai - (no label) (tidak ada label) - - (no message) - (tidak ada pesan) - - - (no amount) - (tidak ada nilai) - - + SendCoinsDialog @@ -1699,10 +1362,6 @@ Amount: Nilai: - - Priority: - Prioritas: - Fee: Biaya: @@ -1731,10 +1390,6 @@ Recommended: Disarankan - - Confirmation time: - Waktu konfirmasi: - normal normal @@ -1775,98 +1430,14 @@ S&end K&irim - - Confirm send coins - Konfirmasi pengiriman koin - - - %1 to %2 - %1 ke %2 - - - Copy quantity - Salin kuantitas - - - Copy amount - Salin nilai - Copy fee Salin biaya - - Copy after fee - Salin dengan biaya - - - Copy bytes - Salin bytes - - - Copy priority - Salin prioritas - - - Copy change - Salin uang kembali - - - Total Amount %1 - Jumlah Total %1 - - - or - atau - - - The amount to pay must be larger than 0. - Nilai yang dibayar harus lebih besar dari 0. - - - The amount exceeds your balance. - Nilai melebihi saldo Anda. - - - The total exceeds your balance when the %1 transaction fee is included. - Jumlah melebihi saldo Anda ketika biaya transaksi %1 ditambahkan. - - - Transaction creation failed! - Gagal membuat transaksi! - - - 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. - Gagal: Transaksi ditolak. Ini mungkin terjadi jika beberapa dari koin dalam dompet Anda telah digunakan, seperti ketika Anda menggunakan salinan wallet.dat dan beberapa koin telah dibelanjakan dalam salinan tersebut tetapi disini tidak tertandai sebagai terpakai. - - - A fee higher than %1 is considered an absurdly high fee. - Biaya yang lebih tinggi dari %1 dianggap biaya tak masuk akal. - - - Payment request expired. - Permintaan pembayaran telah kadaluarsa - - - Warning: Invalid Bitcoin address - Awas: Alamat Blackcoin tidak sah - (no label) (tidak ada label) - - Copy dust - Salin dust - - - Are you sure you want to send? - Apakah Anda yakin ingin kirim? - - - added as transaction fee - ditambahkan sebagai biaya transaksi - SendCoinsEntry @@ -1878,10 +1449,6 @@ Pay &To: Kirim &Ke: - - Enter a label for this address to add it to your address book - Masukkan label bagi alamat ini untuk menambahkannya ke buku alamat Anda - &Label: &Label: @@ -1926,13 +1493,12 @@ Memo: Catatan Peringatan: - + + + SendConfirmationDialog + ShutdownWindow - - Bitcoin Core is shutting down... - Blackcoin More sementara dimatikan... - Do not shut down the computer until this window disappears. Kamu tidak dapat mematikan komputer sebelum jendela ini tertutup sendiri. @@ -2004,69 +1570,9 @@ Reset all verify message fields Hapus semua bidang verifikasi pesan - - Click "Sign Message" to generate signature - Tekan "Tandatangan Pesan" untuk menghasilan tanda tangan - - - The entered address is invalid. - Alamat yang dimasukkan tidak sesuai. - - - Please check the address and try again. - Silahkan periksa alamat dan coba lagi. - - - The entered address does not refer to a key. - Alamat itu tidak menghubungkan kunci. - - - Wallet unlock was cancelled. - Membuka kunci dompet dibatalkan. - - - Private key for the entered address is not available. - Kunci pribadi untuk alamat itu tidak tersedia. - - - Message signing failed. - Menandai pesan gagal. - - - Message signed. - Pesan ditandai. - - - The signature could not be decoded. - Tanda tangan tidak bisa diterjemahkan. - - - Please check the signature and try again. - Mohon periksa tanda tangan dan coba kembali - - - The signature did not match the message digest. - Tanda tangan tidak cocok dengan intisari pesan. - - - Message verification failed. - Verifikasi pesan gagal. - - - Message verified. - Pesan terverifikasi. - - + SplashScreen - - Bitcoin Core - Blackcoin More - - - The Bitcoin Core developers - Pembangun Blackcoin More - [testnet] [testnet] @@ -2081,303 +1587,31 @@ TransactionDesc - - Open until %1 - Buka hingga %1 - - - conflicted - Terkonflik - - - %1/offline - %1/tidak terhubung - - - %1/unconfirmed - %1/belum dikonfirmasi - - - %1 confirmations - %1 konfirmasi - - - Status - Status - - - , broadcast through %n node(s) - kirim lewat %n node - - - Date - Tanggal - - - Source - Sumber - - - Generated - Dibuat - - - From - Dari - - - To - Untuk - - - own address - Alamat saya sendiri - - - label - label - - - Credit - Kredit - - - matures in %n more block(s) - cukup tua sesudah %n blok lagi - - - not accepted - tidak diterima - - - Debit - Debet - - - Transaction fee - Biaya Transaksi - - - Net amount - Nilai bersih - - - Message - Pesan: - - - Comment - Komentar - - - Transaction ID - ID Transaksi - - - Merchant - Pedagang - - - Debug information - Informasi debug - - - Transaction - Transaksi - - - Inputs - Masukan - Amount - Nilai + Jumlah - - true - benar - - - false - salah - - - , has not been successfully broadcast yet - , belum berhasil disiarkan - - - Open for %n more block(s) - Buka untuk %n blok lagi - - - unknown - tidak diketahui - - + TransactionDescDialog - - Transaction details - Rincian transaksi - This pane shows a detailed description of the transaction Jendela ini menampilkan deskripsi rinci dari transaksi tersebut - + TransactionTableModel - - Date - Tanggal - - - Type - Jenis - - - Immature (%1 confirmations, will be available after %2) - Terlalu muda (cuma %1 konfirmasi, akan siap sesudah %2) - - - Open for %n more block(s) - Buka untuk %n blok lagi - - - Open until %1 - Buka hingga %1 - - - Confirmed (%1 confirmations) - Terkonfirmasi (%1 konfirmasi) - - - This block was not received by any other nodes and will probably not be accepted! - Blok ini tidak diterima oleh node lainnya dan kemungkinan tidak akan diterima! - - - Generated but not accepted - Terbuat tetapi tidak diterima - - - Offline - Tidak terhubung - Label Label - Unconfirmed - Belum dikonfirmasi + (no label) + (tidak ada label) - - Confirming (%1 of %2 recommended confirmations) - Sedang dikonfirmasi (%1 dari %2 konfirmasi disarankan) - - - Conflicted - Terkonflik - - - Received with - Diterima dengan - - - Received from - Diterima dari - - - Sent to - Terkirim ke - - - Payment to yourself - Pembayaran ke Anda sendiri - - - Mined - Tertambang - - - (n/a) - (t/s) - - - Transaction status. Hover over this field to show number of confirmations. - Status transaksi. Arahkan ke bagian ini untuk menampilkan jumlah konfrimasi. - - - Date and time that the transaction was received. - Tanggal dan waktu transaksi tersebut diterima. - - - Type of transaction. - Jenis transaksi. - - - Amount removed from or added to balance. - Nilai dihapus dari atau ditambahkan ke saldo. - - + TransactionView - - All - Semua - - - Today - Hari ini - - - This week - Minggu ini - - - This month - Bulan ini - - - Last month - Bulan kemarin - - - This year - Tahun ini - - - Range... - Jarak... - - - Received with - DIterima dengan - - - Sent to - Terkirim ke - - - To yourself - Ke Anda sendiri - - - Mined - Ditambang - - - Other - Lainnya - - - Enter address or label to search - Masukkan alamat atau label untuk mencari - - - Min amount - Nilai min - Copy address Salin alamat @@ -2386,53 +1620,9 @@ Copy label Salin label - - Copy amount - Salin Nilai - - - Copy transaction ID - Menyalinkan ID transaksi - - - Edit label - Ubah label - - - Show transaction details - Tampilkan rincian transaksi - - - Export Transaction History - Expor Histori Transaksi - - - Exporting Failed - Proses Ekspor Gagal - - - Exporting Successful - Proses Ekspor Berhasil - - - The transaction history was successfully saved to %1. - Riwayat transaksi berhasil disimpan di %1. - Comma separated file (*.csv) - Berkas CSV (*.csv) - - - Confirmed - Terkonfirmasi - - - Date - Tanggal - - - Type - Jenis + Berkas yang berformat(*.csv) Label @@ -2443,66 +1633,22 @@ Alamat - ID - ID + Exporting Failed + Mengekspor Gagal - - Range: - Jarak: - - - to - ke - - + UnitDisplayStatusBarControl WalletFrame - - No wallet has been loaded. - Tidak ada dompet yang dibuka - - + WalletModel - - Send Coins - Kirim Koin - - + WalletView - - &Export - &Ekspor - - - Export the data in the current tab to a file - Ekspor data dalam tab sekarang ke sebuah berkas - - - Backup Wallet - Cadangkan Dompet - - - Wallet Data (*.dat) - Data Dompet (*.dat) - - - Backup Failed - Cadangkgan Gagal - - - The wallet data was successfully saved to %1. - Informasi dalam dompet berhasil disimpan di %1. - - - Backup Successful - Cadangkan Berhasil - - + bitcoin-core @@ -2530,33 +1676,17 @@ Berjalan dibelakang sebagai daemin dan menerima perintah - Accept connections from outside (default: 1 if no -proxy or -connect) - Terima hubungan dari luar (standar: 1 kalau -proxy atau -connect tidak dipilih) + Bitcoin Core + Blackcoin More Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) Jalankan perintah ketika perubahan transaksi dompet (%s di cmd digantikan oleh TxID) - - Unable to bind to %s on this computer. Bitcoin Core is probably already running. - Tidak bisa mengikat dengan %s di computer ini. Kemungkinan Blackcoin More sudah mulai. - - - Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. - Peringatan: Jaringan tidak semua bersetuju! Beberapa penambang dapat persoalan. - - - Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. - Peringatan: Kami tidak bersetujuh dengan peer-peer kami! Kemungkinan Anda harus upgrade, atau node-node lain yang harus diupgrade. - Block creation options: Pilihan pembuatan blok: - - Connect only to the specified node(s) - Jangan menghubungkan node(-node) selain yang di daftar - Connection options: Pilih koneksi: @@ -2633,18 +1763,6 @@ Wallet options: Opsi dompet: - - You need to rebuild the database using -reindex to change -txindex - Harus membangun ulang database menggunakan -reindex supaya mengubah -txindex - - - Cannot obtain a lock on data directory %s. Bitcoin Core is probably already running. - Tidak bisa mengunci data directory %s. Kemungkinan Blackcoin More sudah mulai. - - - Cannot resolve -whitebind address: '%s' - Tidak dapat menyelesaikan alamat -whitebind: '%s' - Connect through SOCKS5 proxy Hubungkan melalui proxy SOCKS5 @@ -2653,18 +1771,6 @@ Information Informasi - - Invalid amount for -maxtxfee=<amount>: '%s' - Nilai salah untuk -maxtxfee=<amount>: '%s' - - - Invalid amount for -minrelaytxfee=<amount>: '%s' - Nilai yang salah untuk -minrelaytxfee=<amount>: '%s' - - - Invalid amount for -mintxfee=<amount>: '%s' - Nilai yang salah untuk -mintxfee=<amount>: '%s' - RPC server options: Opsi server RPC: @@ -2685,10 +1791,6 @@ Transaction amount too small Nilai transaksi terlalu kecil - - Transaction amounts must be positive - Nilai transaksi harus positif - Transaction too large Transaksi terlalu besar @@ -2705,10 +1807,6 @@ Zapping all transactions from wallet... Setiap transaksi dalam dompet sedang di-'Zap'... - - wallet.dat corrupt, salvage failed - wallet.dat rusak, tidak bisa diperbaiki - Password for JSON-RPC connections Kata sandi untuk hubungan JSON-RPC @@ -2717,10 +1815,6 @@ Execute command when the best block changes (%s in cmd is replaced by block hash) Menjalankan perintah ketika perubahan blok terbaik (%s dalam cmd digantikan oleh hash blok) - - This help message - Pesan bantuan ini - Allow DNS lookups for -addnode, -seednode and -connect Izinkan peninjauan DNS untuk -addnote, -seednode dan -connect @@ -2729,14 +1823,6 @@ Loading addresses... Memuat alamat... - - Error loading wallet.dat: Wallet corrupted - Gagal memuat wallet.dat: Dompet rusak - - - Error loading wallet.dat - Gagal memuat wallet.dat - Invalid -proxy address: '%s' Alamat -proxy salah: '%s' @@ -2745,18 +1831,6 @@ Unknown network specified in -onlynet: '%s' Jaringan tidak diketahui yang ditentukan dalam -onlynet: '%s' - - Cannot resolve -bind address: '%s' - Tidak dapat menyelesaikan alamat -bind: '%s' - - - Cannot resolve -externalip address: '%s' - Tidak dapat menyelesaikan alamat -externalip: '%s' - - - Invalid amount for -paytxfee=<amount>: '%s' - Nilai salah untuk -paytxfee=<amount>: '%s' - Insufficient funds Saldo tidak mencukupi diff --git a/src/qt/locale/bitcoin_it.ts b/src/qt/locale/bitcoin_it.ts index 73a85cd94..4989dd911 100644 --- a/src/qt/locale/bitcoin_it.ts +++ b/src/qt/locale/bitcoin_it.ts @@ -25,10 +25,6 @@ C&lose C&hiudi - - &Copy Address - &Copia l'indirizzo - Delete the currently selected address from the list Rimuove dalla lista l'indirizzo attualmente selezionato @@ -73,6 +69,10 @@ These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. Questi sono i tuoi indirizzi Blackcoin che puoi usare per ricevere pagamenti. Si raccomanda di generare un nuovo indirizzo per ogni transazione. + + &Copy Address + &Copia l'indirizzo + Copy &Label Copia &l'etichetta @@ -91,7 +91,7 @@ Exporting Failed - Esportazione Fallita. + Esportazione Fallita There was an error trying to save the address list to %1. Please try again. @@ -131,6 +131,10 @@ Repeat new passphrase Ripeti la nuova 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>. + Inserisci la nuova passphrase per il portamonete.<br/>Si consiglia di utilizzare <b>almeno dieci caratteri casuali</b> oppure <b>otto o più parole</b>. + Encrypt wallet Cifra il portamonete @@ -155,69 +159,61 @@ Change passphrase Cambia la passphrase + + Enter the old passphrase and new passphrase to the wallet. + Inserisci la vecchia e la nuova passphrase per il portamonete. + Confirm wallet encryption Conferma la cifratura del portamonete Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! - Attenzione: perdendo la passphrase di un portamonete cifrato <b>TUTTI I PROPRI BLACKCOIN ANDRANNO PERSI</b>! + Attenzione: perdendo la passphrase di un portamonete cifrato <b>TUTTI I PROPRI BITCOIN ANDRANNO PERSI</b>! Are you sure you wish to encrypt your wallet? Si è sicuri di voler cifrare il portamonete? - Bitcoin Core will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - Blackcoin More si chiuderà per portare a termine il processo di cifratura. Si ricorda che la cifratura del portamonete non garantisce protezione totale contro i furti causati da infezioni malware. + Wallet encrypted + Portamonete cifrato 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. IMPORTANTE: qualsiasi backup del file portamonete effettuato in precedenza dovrà essere sostituito con il file del portamonete cifrato appena generato. Per ragioni di sicurezza, i precedenti backup del file del portamonete non cifrato diventeranno inservibili non appena si inizierà ad utilizzare il nuovo portamonete cifrato. - - Warning: The Caps Lock key is on! - Attenzione: il tasto Blocco maiuscole è attivo! - - - Wallet encrypted - Portamonete cifrato - - - 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>. - Inserisci la nuova passphrase per il portamonete.<br/>Si consiglia di utilizzare <b>almeno dieci caratteri casuali</b> oppure <b>otto o più parole</b>. - - - Enter the old passphrase and new passphrase to the wallet. - Inserisci la vecchia e la nuova passphrase per il portamonete. - Wallet encryption failed - Cifratura del portamonete fallita + Il processo di crittografia del tuo portafogli è fallito Wallet encryption failed due to an internal error. Your wallet was not encrypted. - Cifratura del portamonete fallita a causa di un errore interno. Il portamonete non è stato cifrato. + Crittaggio fallito a causa di un errore interno. Il portamonete non è stato crittato. The supplied passphrases do not match. - Le passphrase inserite non corrispondono. + Le frasi di accesso non corrispondono. Wallet unlock failed - Sblocco del portamonete fallito + Sbloccaggio del portafoglio fallito The passphrase entered for the wallet decryption was incorrect. - La passphrase inserita per la decifrazione del portamonete è errata. + La frase inserita per decrittografare il tuo portafoglio è incorretta Wallet decryption failed - Decifrazione del portamonete fallita + Decrittazione del portamonete fallita. Wallet passphrase was successfully changed. - Passphrase del portamonete modificata con successo. + La frase di accesso al portamonete è stata cambiata con successo. + + + Warning: The Caps Lock key is on! + Attenzione: è attivo il tasto blocco maiuscole ! @@ -269,6 +265,14 @@ Quit application Chiudi applicazione + + &About %1 + &Informazioni su %1 + + + Show information about %1 + Mostra informazioni su %1 + About &Qt Informazioni su &Qt @@ -281,6 +285,10 @@ &Options... &Opzioni... + + Modify configuration options for %1 + Modifica le opzioni di configurazione per %1 + &Encrypt Wallet... &Cifra il portamonete... @@ -305,14 +313,6 @@ Open &URI... Apri &URI... - - Bitcoin Core client - Blackcoin More client - - - Importing blocks from disk... - Importazione blocchi dal disco... - Reindexing blocks on disk... Re-indicizzazione blocchi su disco... @@ -357,10 +357,6 @@ &Receive &Ricevi - - Show information about Bitcoin Core - Mostra le informazioni su Blackcoin More - &Show / Hide &Mostra / Nascondi @@ -397,22 +393,10 @@ Tabs toolbar Barra degli strumenti - - Bitcoin Core - Blackcoin More - Request payments (generates QR codes and bitcoin: URIs) Richiedi pagamenti (genera codici QR e blackcoin: URI) - - &About Bitcoin Core - &Informazioni su Blackcoin More - - - Modify configuration options for Bitcoin Core - Modifica opzioni di configurazione per Blackcoin More - Show the list of used sending addresses and labels Mostra la lista degli indirizzi di invio utilizzati @@ -429,42 +413,22 @@ &Command-line options Opzioni della riga di &comando - - Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options - Mostra il messaggio di aiuto di Blackcoin More per ottenere la lista delle opzioni della riga di comando valide. - %n active connection(s) to Bitcoin network %n connessione attiva alla rete Blackcoin%n connessioni alla rete Blackcoin attive - No block source available... - Nessuna fonte di blocchi disponibile... + Indexing blocks on disk... + Indicizzando i blocchi su disco... + + + Processing blocks on disk... + Processando i blocchi su disco... Processed %n block(s) of transaction history. Elaborato %n blocco dello storico transazioni.Elaborati %n blocchi dello storico transazioni. - - %n hour(s) - %n ora%n ore - - - %n day(s) - %n giorno%n giorni - - - %n week(s) - %n settimana%n settimane - - - %1 and %2 - %1 e %2 - - - %n year(s) - %n anno%n anni - %1 behind Indietro di %1 @@ -493,6 +457,14 @@ Up to date Aggiornato + + Show the %1 help message to get a list with possible Bitcoin command-line options + Mostra il messaggio di aiuto di %1 per ottenere una lista di opzioni di comando per Blackcoin + + + %1 client + %1 client + Catching up... In aggiornamento... @@ -543,14 +515,7 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> Il portamonete è <b>cifrato</b> ed attualmente <b>bloccato</b> - - - ClientModel - - Network Alert - Avviso di rete - - + CoinControlDialog @@ -569,10 +534,6 @@ Amount: Importo: - - Priority: - Priorità: - Fee: Commissione: @@ -625,21 +586,17 @@ Confirmed Confermato - - Priority - Priorità - Copy address - Copia l'indirizzo + Copia indirizzo Copy label - Copia l'etichetta + Copia etichetta Copy amount - Copia importo + Copia l'importo Copy transaction ID @@ -669,10 +626,6 @@ Copy bytes Copia byte - - Copy priority - Copia priorità - Copy dust Copia trascurabile @@ -681,66 +634,10 @@ Copy change Copia resto - - highest - massima - - - higher - molto alta - - - high - alta - - - medium-high - medio-alta - - - medium - media - - - low-medium - medio-bassa - - - low - bassa - - - lower - molto bassa - - - lowest - minima - (%1 locked) (%1 bloccato) - - none - nessuno - - - This label turns red if the transaction size is greater than 1000 bytes. - Questa etichetta diventerà rossa se la dimensione della transazione supererà i 1000 byte. - - - This label turns red if the priority is smaller than "medium". - Questa etichetta diventerà rossa se la priorità sarà inferiore a "media". - - - This label turns red if any recipient receives an amount smaller than %1. - Questa etichetta diventerà rossa se uno qualsiasi dei destinatari riceverà un importo inferiore a %1. - - - Can vary +/- %1 satoshi(s) per input. - Può variare di +/- %1 satoshi per input. - yes @@ -750,16 +647,12 @@ no - This means a fee of at least %1 per kB is required. - In tal caso sarà necessaria una commissione di almeno %1 per ogni kB. + This label turns red if any recipient receives an amount smaller than the current dust threshold. + Questa etichetta diventerà rossa se uno qualsiasi dei destinatari riceverà un importo inferiore alla corrente soglia minima per la movimentazione della valuta. - Can vary +/- 1 byte per input. - Può variare di +/- 1 byte per input. - - - Transactions with higher priority are more likely to get included into a block. - Le transazioni con priorità più alta hanno più probabilità di essere incluse in un blocco. + Can vary +/- %1 satoshi(s) per input. + Può variare di +/- %1 satoshi per input. (no label) @@ -767,7 +660,7 @@ change from %1 (%2) - resto da %1 (%2) + cambio da %1 (%2) (change) @@ -813,12 +706,12 @@ Modifica indirizzo d'invio - The entered address "%1" is already in the address book. - L'indirizzo "%1" è già presente in rubrica. + The entered address "%1" is not a valid Bitcoin address. + L'indirizzo inserito "%1" non è un indirizzo blackcoin valido. - The entered address "%1" is not a valid Bitcoin address. - L'indirizzo "%1" non è un indirizzo blackcoin valido. + The entered address "%1" is already in the address book. + L'indirizzo inserito "%1" è già in rubrica. Could not unlock wallet. @@ -854,10 +747,6 @@ HelpMessageDialog - - Bitcoin Core - Blackcoin More - version versione @@ -867,8 +756,8 @@ (%1-bit) - About Bitcoin Core - Informazioni su Blackcoin More + About %1 + Informazioni %1 Command-line options @@ -907,8 +796,8 @@ Mostra schermata iniziale all'avvio (default: %u) - Reset all settings changes made over the GUI - Reset di tutte le modifiche alle impostazioni eseguite da interfaccia grafica + Reset all settings changed in the GUI + Reimposta tutti i campi dell'interfaccia grafica @@ -918,16 +807,16 @@ Benvenuto - Welcome to Bitcoin Core. - Benvenuti su Blackcoin More. + Welcome to %1. + Benvenuto su %1. - As this is the first time the program is launched, you can choose where Bitcoin Core will store its data. - Visto che questa è la prima volta che il programma viene lanciato, puoi scegliere dove Blackcoin More salverà i propri dati. + As this is the first time the program is launched, you can choose where %1 will store its data. + Dato che questa è la prima volta che il programma viene lanciato, puoi scegliere dove %1 salverà i suoi dati. - Bitcoin Core will download and store a copy of the Bitcoin block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Blackcoin More scaricherà e salverà una copia della block chain di Blackcoin. Il portamonete ed almeno %1GB di dati saranno salvati in questa cartella. Si ricorda che lo spazio occupato andrà ad aumentare nel tempo. + %1 will download and store a copy of the Bitcoin block chain. At least %2GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + %1 scaricherà e salverà una copia della Blockchain di Blackcoin. Saranno salvati almeno %2GB di dati in questo percorso e continueranno ad aumentare col tempo. Anche il portafoglio verrà salvato in questo percorso. Use the default data directory @@ -937,10 +826,6 @@ Use a custom data directory: Usa una cartella dati personalizzata: - - Bitcoin Core - Blackcoin More - Error: Specified data directory "%1" cannot be created. Errore: La cartella dati "%1" specificata non può essere creata. @@ -958,6 +843,33 @@ (di %nGB richiesti)(%n GB richiesti) + + ModalOverlay + + Form + Modulo + + + Number of blocks left + Numero di blocchi mancanti + + + Unknown... + Sconosciuto... + + + Last block time + Ora del blocco più recente + + + Progress + Progresso + + + Hide + Nascondi + + OpenURIDialog @@ -991,6 +903,14 @@ &Main &Principale + + Automatically start %1 after logging in to the system. + Avvia automaticamente %1 una volta effettuato l'accesso al sistema. + + + &Start %1 on system login + &Start %1 all'accesso al sistema + Size of &database cache Dimensione della cache del &database. @@ -1019,10 +939,6 @@ Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu. Riduci ad icona invece di uscire dall'applicazione quando la finestra viene chiusa. Attivando questa opzione l'applicazione terminerà solo dopo aver selezionato Esci dal menu File. - - The user interface language can be set here. This setting will take effect after restarting Bitcoin Core. - La lingua dell'interfaccia utente può essere impostata qui. L'applicazione delle modifiche avrà effetto dopo il riavvio di Blackcoin More. - 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 di terze parti (ad es. un block explorer) che appaiono nella tabella delle transazioni come voci nel menu contestuale. "%s" nell'URL è sostituito dall'hash della transazione. @@ -1048,14 +964,6 @@ Per specificare più URL separarli con una barra verticale "|". &Network Rete - - Automatically start Bitcoin Core after logging in to the system. - Avvia automaticamente Blackcoin More una volta effettuato l'accesso al sistema. - - - &Start Bitcoin Core on system login - &Avvia Blackcoin More all'accesso al sistema - (0 = auto, <0 = leave that many cores free) (0 = automatico, <0 = lascia questo numero di core liberi) @@ -1140,6 +1048,14 @@ Per specificare più URL separarli con una barra verticale "|". &Window &Finestra + + &Hide the icon from the system tray. + &Nascondi l'icona nella barra delle applicazioni. + + + Hide tray icon + Nascondi l'icona della barra applicazioni + Show only a tray icon after minimizing the window. Mostra solo nella tray bar quando si riduce ad icona. @@ -1160,6 +1076,10 @@ Per specificare più URL separarli con una barra verticale "|". User Interface &language: &Lingua Interfaccia Utente: + + The user interface language can be set here. This setting will take effect after restarting %1. + La lingua dell'interfaccia utente può essere impostata qui. L'impostazione avrà effetto dopo il riavvio %1. + &Unit to show amounts in: &Unità di misura con cui visualizzare gli importi: @@ -1286,14 +1206,38 @@ Per specificare più URL separarli con una barra verticale "|". PaymentServer + + Payment request error + Errore di richiesta di pagamento + + + Cannot start bitcoin: click-to-pay handler + Impossibile avviare blackcoin: gestore click-to-pay + URI handling Gestione URI + + Payment request fetch URL is invalid: %1 + URL di recupero della Richiesta di pagamento non valido: %1 + Invalid payment address %1 Indirizzo di pagamento non valido %1 + + URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. + Impossibile interpretare l'URI! I parametri dell'URI o l'indirizzo Blackcoin potrebbero non essere corretti. + + + Payment request file handling + Gestione del file di richiesta del pagamento + + + Payment request file cannot be read! This can be caused by an invalid payment request file. + Impossibile leggere il file della richiesta di pagamento! Il file della richiesta di pagamento potrebbe non essere valido + Payment request rejected Richiesta di pagamento respinta @@ -1302,49 +1246,25 @@ Per specificare più URL separarli con una barra verticale "|". Payment request network doesn't match client network. La rete della richiesta di pagamento non corrisponde alla rete del client. - - Payment request is not initialized. - La richiesta di pagamento non è stata inizializzata. - - - Requested payment amount of %1 is too small (considered dust). - L'importo di pagamento di %1 richiesto è troppo basso (considerato come trascurabile). - - - Payment request error - Errore di richiesta di pagamento - - - Cannot start bitcoin: click-to-pay handler - Impossibile avviare blackcoin: gestore click-to-pay - - - Payment request fetch URL is invalid: %1 - URL di recupero della Richiesta di pagamento non valido: %1 - - - URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. - Impossibile interpretare l'URI! I parametri URI o l'indirizzo Blackcoin potrebbero non essere corretti. - - - Payment request file handling - Gestione del file di richiesta del pagamento - - - Payment request file cannot be read! This can be caused by an invalid payment request file. - Impossibile leggere il file della richiesta di pagamento! Il file della richiesta di pagamento potrebbe non essere valido. - Payment request expired. Richiesta di pagamento scaduta. + + Payment request is not initialized. + La richiesta di pagamento non è stata inizializzata. + Unverified payment requests to custom payment scripts are unsupported. Le richieste di pagamento non verificate verso script di pagamento personalizzati non sono supportate. Invalid payment request. - Richiesta di pagamento non valida. + Richiesta di pagamento invalida + + + Requested payment amount of %1 is too small (considered dust). + L'importo di pagamento di %1 richiesto è troppo basso (considerato come trascurabile). Refund from %1 @@ -1352,7 +1272,7 @@ Per specificare più URL separarli con una barra verticale "|". Payment request %1 is too large (%2 bytes, allowed %3 bytes). - La richiesta di pagamento %1 (%2 byte) supera la dimensione massima di %3 byte. + La richiesta di pagamento %1 è troppo grande (%2 bytes, consentiti %3 bytes) Error communicating with %1: %2 @@ -1360,20 +1280,12 @@ Per specificare più URL separarli con una barra verticale "|". Payment request cannot be parsed! - La richiesta di pagamento non può essere analizzata! - - - Bad response from server %1 - Risposta errata da parte del server %1 + La richiesta di pagamento non può essere processata! Payment acknowledged Pagamento riconosciuto - - Network request error - Errore di richiesta di rete - PeerTableModel @@ -1386,8 +1298,8 @@ Per specificare più URL separarli con una barra verticale "|". Nodo/Servizio - Ping Time - Tempo di ping + Ping + Ping @@ -1428,16 +1340,51 @@ Per specificare più URL separarli con una barra verticale "|". %1 ms %1 ms + + %n second(s) + %n secondo%n secondi + + + %n minute(s) + %n minuto%n minuti + + + %n hour(s) + %n ora%n ore + + + %n day(s) + %n giorno%n giorni + + + %n week(s) + %n settimana%n settimane + + + %1 and %2 + %1 e %2 + + + %n year(s) + %n anno%n anni + + + + QObject::QObject + + Error: %1 + Errore: %1 + QRImageWidget &Save Image... - &Salva Immagine... + &Salva immagine &Copy Image - &Copia Immagine + &Copia immagine Save QR Code @@ -1450,10 +1397,6 @@ Per specificare più URL separarli con una barra verticale "|". RPCConsole - - Client name - Nome del client - N/A N/D @@ -1474,14 +1417,14 @@ Per specificare più URL separarli con una barra verticale "|". General Generale - - Using OpenSSL version - Versione OpenSSL in uso - Using BerkeleyDB version Versione BerkeleyDB in uso + + Datadir + Datadir + Startup time Ora di avvio @@ -1518,10 +1461,6 @@ Per specificare più URL separarli con una barra verticale "|". Memory usage Utilizzo memoria - - Open the Bitcoin Core debug log file from the current data directory. This can take a few seconds for large log files. - Apre il file log di debug di Blackcoin More dalla cartella dati attuale. Questa azione può richiedere alcuni secondi per file log di grandi dimensioni. - Received Ricevuto @@ -1570,6 +1509,18 @@ Per specificare più URL separarli con una barra verticale "|". User Agent User Agent + + Open the %1 debug log file from the current data directory. This can take a few seconds for large log files. + Apri il file log del debug di %1 dalla cartella dati attuale. Può richiedere alcuni secondi per file di log di grandi dimensioni. + + + Decrease font size + Riduci dimensioni font. + + + Increase font size + Aumenta dimensioni font + Services Servizi @@ -1638,10 +1589,6 @@ Per specificare più URL separarli con una barra verticale "|". Out: Uscita: - - Build date - Data di creazione - Debug log file File log del Debug @@ -1650,14 +1597,6 @@ Per specificare più URL separarli con una barra verticale "|". Clear console Cancella console - - &Disconnect Node - &Nodo Disconnesso - - - Ban Node for - Nodo Bannato perché - 1 &hour 1 &ora @@ -1675,12 +1614,12 @@ Per specificare più URL separarli con una barra verticale "|". 1 &anno - &Unban Node - &Elimina Ban Nodo + &Disconnect + &Disconnetti - Welcome to the Bitcoin Core RPC console. - Benvenuto nella console RPC di Blackcoin More. + Welcome to the %1 RPC console. + Benvenuto nella console RPC di %1. Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -1809,9 +1748,13 @@ Per specificare più URL separarli con una barra verticale "|". Remove Rimuovi + + Copy URI + Copia URI + Copy label - Copia l'etichetta + Copia etichetta Copy message @@ -1846,7 +1789,7 @@ Per specificare più URL separarli con una barra verticale "|". Payment information - Informazioni pagamento + Informazioni di pagamento URI @@ -1868,15 +1811,7 @@ Per specificare più URL separarli con una barra verticale "|". Message Messaggio - - Resulting URI too long, try to reduce the text for label / message. - L'URI risultante è troppo lungo, prova a ridurre il testo nell'etichetta / messaggio. - - - Error encoding URI into QR Code. - Errore nella codifica dell'URI nel codice QR. - - + RecentRequestsTableModel @@ -1891,10 +1826,6 @@ Per specificare più URL separarli con una barra verticale "|". Message Messaggio - - Amount - Importo - (no label) (nessuna etichetta) @@ -1904,8 +1835,12 @@ Per specificare più URL separarli con una barra verticale "|". (nessun messaggio) - (no amount) - (nessun importo) + (no amount requested) + (nessun importo richiesto) + + + Requested + Richiesto @@ -1942,10 +1877,6 @@ Per specificare più URL separarli con una barra verticale "|". Amount: Importo: - - Priority: - Priorità: - Fee: Commissione: @@ -2014,10 +1945,6 @@ Per specificare più URL separarli con una barra verticale "|". (Smart fee not initialized yet. This usually takes a few blocks...) (Commissione intelligente non ancora inizializzata. Normalmente richiede un'attesa di alcuni blocchi...) - - Confirmation time: - Tempo di conferma: - normal normale @@ -2026,14 +1953,6 @@ Per specificare più URL separarli con una barra verticale "|". fast veloce - - Send as zero-fee transaction if possible - Invia come transazione a zero commissioni se possibile - - - (confirmation may take longer) - (la conferma potrebbe richiedere più tempo) - Send to multiple recipients at once Invia simultaneamente a più beneficiari @@ -2066,21 +1985,13 @@ Per specificare più URL separarli con una barra verticale "|". S&end &Invia - - Confirm send coins - Conferma l'invio di blackcoin - - - %1 to %2 - %1 a %2 - Copy quantity Copia quantità Copy amount - Copia importo + Copia l'importo Copy fee @@ -2095,88 +2006,56 @@ Per specificare più URL separarli con una barra verticale "|". Copia byte - Copy priority - Copia priorità + Copy dust + Copia trascurabile Copy change Copia resto - Total Amount %1 - Ammontare Totale %1 + %1 to %2 + %1 a %2 + + + added as transaction fee + Includi il costo della transazione or o - - The amount to pay must be larger than 0. - L'importo da pagare deve essere maggiore di 0. - The amount exceeds your balance. - L'importo è superiore al tuo saldo attuale. - - - The total exceeds your balance when the %1 transaction fee is included. - Il totale è superiore al tuo saldo attuale includendo la commissione di %1. + Non hai abbastanza fondi Transaction creation failed! - Creazione transazione fallita! + Creazione della transazione fallita! - 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. - La transazione è stata respinta! Questo può accadere se alcuni blackcoin nel tuo portamonete sono già stati spesi, come nel caso in cui tu avessi utilizzato una copia del file wallet.dat per spendere blackcoin e questi non fossero stati considerati come spesi dal portamonete corrente. - - - A fee higher than %1 is considered an absurdly high fee. - Una commissione maggiore di %1 è considerata irragionevolmente elevata. + The transaction was rejected with the following reason: %1 + La transazione è stata respinta per il seguente motivo: %1 Payment request expired. Richiesta di pagamento scaduta. - - Pay only the required fee of %1 - Paga solamente la commissione richiesta di %1 - - Estimated to begin confirmation within %n block(s). - Inizio delle conferme stimato entro %n blocco.Inizio delle conferme stimato entro %n blocchi. - - - The recipient address is not valid. Please recheck. - L'indirizzo del beneficiario non è valido. Si prega di ricontrollare. - - - Duplicate address found: addresses should only be used once each. - Rilevato un indirizzo duplicato Ciascun indirizzo dovrebbe essere utilizzato una sola volta. + %n block(s) + %n blocco%n blocchi Warning: Invalid Bitcoin address Attenzione: Indirizzo Blackcoin non valido - - (no label) - (nessuna etichetta) - Warning: Unknown change address Attenzione: Indirizzo per il resto sconosciuto - Copy dust - Copia trascurabile - - - Are you sure you want to send? - Sei sicuro di voler inviare? - - - added as transaction fee - aggiunto come tassa di transazione + (no label) + (nessuna etichetta) @@ -2189,10 +2068,6 @@ Per specificare più URL separarli con una barra verticale "|". Pay &To: Paga &a: - - Enter a label for this address to add it to your address book - Inserisci un'etichetta per questo indirizzo, per aggiungerlo alla rubrica - &Label: &Etichetta: @@ -2261,12 +2136,19 @@ Per specificare più URL separarli con una barra verticale "|". Memo: Memo: + + + SendConfirmationDialog + + Yes + Si + ShutdownWindow - Bitcoin Core is shutting down... - Arresto di Blackcoin More in corso... + %1 is shutting down... + Arresto di %1 in corso... Do not shut down the computer until this window disappears. @@ -2359,10 +2241,6 @@ Per specificare più URL separarli con una barra verticale "|". Reset all verify message fields Reimposta tutti i campi della verifica messaggio - - Click "Sign Message" to generate signature - Clicca "Firma il messaggio" per ottenere la firma - The entered address is invalid. L'indirizzo inserito non è valido. @@ -2414,14 +2292,6 @@ Per specificare più URL separarli con una barra verticale "|". SplashScreen - - Bitcoin Core - Blackcoin More - - - The Bitcoin Core developers - Gli sviluppatori di Blackcoin More - [testnet] [testnet] @@ -2436,21 +2306,21 @@ Per specificare più URL separarli con una barra verticale "|". TransactionDesc - - Open until %1 - Aperto fino a %1 - - - conflicted - in conflitto - %1/offline %1/offline + + 0/unconfirmed, %1 + 0/non confermati, %1 + + + abandoned + abbandonato + %1/unconfirmed - %1/non confermata + %1/non confermato %1 confirmations @@ -2460,9 +2330,9 @@ Per specificare più URL separarli con una barra verticale "|". Status Stato - - , broadcast through %n node(s) - , trasmesso attraverso %n nodo, trasmessa attraverso %n nodi + + , has not been successfully broadcast yet + , non è ancora stata trasmessa con successo Date @@ -2480,6 +2350,10 @@ Per specificare più URL separarli con una barra verticale "|". From Da + + unknown + sconosciuto + To A @@ -2500,10 +2374,6 @@ Per specificare più URL separarli con una barra verticale "|". Credit Credito - - matures in %n more block(s) - matura tra %n bloccomatura tra %n blocchi - not accepted non accettate @@ -2544,10 +2414,6 @@ Per specificare più URL separarli con una barra verticale "|". Merchant Commerciante - - 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. - È necessario attendere %1 blocchi prima che i blackcoin generati possano essere spesi. Al momento della generazione questo blocco è stato trasmesso alla rete in modo da poter essere aggiunto alla block chain. Se l'inserimento avrà esito negativo lo stato del blocco sarà modificato in "non accettato" ed esso risulterà non spendibile. Ciò può verificarsi occasionalmente nel caso in cui un altro blocco sia stato generato entro pochi secondi dal tuo. - Debug information Informazione di debug @@ -2572,30 +2438,14 @@ Per specificare più URL separarli con una barra verticale "|". false falso - - , has not been successfully broadcast yet - , non è ancora stata trasmessa con successo - - - Open for %n more block(s) - Aperto per %n altro bloccoAperto per altri %n blocchi - - - unknown - sconosciuto - TransactionDescDialog - - Transaction details - Dettagli sulla transazione - This pane shows a detailed description of the transaction Questo pannello mostra una descrizione dettagliata della transazione - + TransactionTableModel @@ -2607,16 +2457,16 @@ Per specificare più URL separarli con una barra verticale "|". Tipo - Immature (%1 confirmations, will be available after %2) - Immaturo (%1 conferme, sarà disponibile fra %2) - - - Open for %n more block(s) - Aperto per %n altro bloccoAperto per altri %n blocchi + Label + Etichetta - Open until %1 - Aperto fino a %1 + Offline + Offline + + + Unconfirmed + Non confermata Confirmed (%1 confirmations) @@ -2630,34 +2480,10 @@ Per specificare più URL separarli con una barra verticale "|". Generated but not accepted Generati, ma non accettati - - Offline - Offline - - - Label - Etichetta - - - Unconfirmed - Non confermata - - - Confirming (%1 of %2 recommended confirmations) - In conferma (%1 di %2 conferme raccomandate) - - - Conflicted - In conflitto - Received with Ricevuto tramite - - Received from - Ricevuto da - Sent to Inviato a @@ -2678,6 +2504,10 @@ Per specificare più URL separarli con una barra verticale "|". (n/a) (n/d) + + (no label) + (nessuna etichetta) + Transaction status. Hover over this field to show number of confirmations. Stato della transazione. Passare con il mouse su questo campo per visualizzare il numero di conferme. @@ -2763,11 +2593,11 @@ Per specificare più URL separarli con una barra verticale "|". Copy address - Copia l'indirizzo + Copia indirizzo Copy label - Copia l'etichetta + Copia etichetta Copy amount @@ -2793,26 +2623,6 @@ Per specificare più URL separarli con una barra verticale "|". Export Transaction History Esporta lo storico delle transazioni - - Watch-only - Sola lettura - - - Exporting Failed - Esportazione Fallita. - - - There was an error trying to save the transaction history to %1. - Si è verificato un errore durante il salvataggio dello storico delle transazioni in %1. - - - Exporting Successful - Esportazione Riuscita - - - The transaction history was successfully saved to %1. - Lo storico delle transazioni e' stato salvato con successo in %1. - Comma separated file (*.csv) Testo CSV (*.csv) @@ -2821,6 +2631,10 @@ Per specificare più URL separarli con una barra verticale "|". Confirmed Confermato + + Watch-only + Sola lettura + Date Data @@ -2841,6 +2655,22 @@ Per specificare più URL separarli con una barra verticale "|". ID ID + + Exporting Failed + Esportazione Fallita + + + There was an error trying to save the transaction history to %1. + Si è verificato un errore durante il salvataggio dello storico delle transazioni in %1. + + + Exporting Successful + Esportazione Riuscita + + + The transaction history was successfully saved to %1. + Lo storico delle transazioni e' stato salvato con successo in %1. + Range: Intervallo: @@ -2897,14 +2727,14 @@ Per specificare più URL separarli con una barra verticale "|". There was an error trying to save the wallet data to %1. Si è verificato un errore durante il salvataggio dei dati del portamonete in %1. - - The wallet data was successfully saved to %1. - Il portamonete è stato correttamente salvato in %1. - Backup Successful Backup eseguito con successo + + The wallet data was successfully saved to %1. + Il portamonete è stato correttamente salvato in %1. + bitcoin-core @@ -2932,14 +2762,6 @@ Per specificare più URL separarli con una barra verticale "|". If <category> is not supplied or if <category> = 1, output all debugging information. Se <category> non è specificato oppure se <category> = 1, mostra tutte le informazioni di debug. - - Maximum total fees (in %s) to use in a single wallet transaction; setting this too low may abort large transactions (default: %s) - Totale massimo di commissioni (in %s) da usare in una singola transazione del wallet; valori troppo bassi possono abortire grandi transazioni (default: %s) - - - Please check that your computer's date and time are correct! If your clock is wrong Bitcoin Core will not work properly. - Per favore controllate che la data del computer e l'ora siano corrette. Se il vostro orologio è sbagliato Blackcoin non funzionerà correttamente. - Prune configured below the minimum of %d MiB. Please use a higher number. La modalità prune è configurata al di sotto del minimo di %d MB. Si prega di utilizzare un valore più elevato. @@ -2948,10 +2770,6 @@ Per specificare più URL separarli con una barra verticale "|". Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node) Prune: l'ultima sincronizzazione del wallet risulta essere oltre la riduzione dei dati. È necessario eseguire un -reindex (scaricare nuovamente la blockchain in caso di nodo pruned) - - Reduce storage requirements by pruning (deleting) old blocks. This mode is incompatible with -txindex and -rescan. Warning: Reverting this setting requires re-downloading the entire blockchain. (default: 0 = disable pruning blocks, >%u = target size in MiB to use for block files) - Riduce i requisiti di spazio di archiviazione attraverso la rimozione dei vecchi blocchi (pruning). Questa modalità è incompatibile con l'opzione -txindex e -rescan. Attenzione: ripristinando questa opzione l'intera blockchain dovrà essere riscaricata. (default: 0 = disabilita il pruning, >%u = dimensione desiderata in MiB per i file dei blocchi) - Rescans are not possible in pruned mode. You will need to use -reindex which will download the whole blockchain again. Non è possibile un Rescan in modalità pruned. Sarà necessario utilizzare -reindex che farà scaricare nuovamente tutta la blockchain. @@ -2977,25 +2795,61 @@ Per specificare più URL separarli con una barra verticale "|". Impossibile avviare il server HTTP. Dettagli nel log di debug. - Accept connections from outside (default: 1 if no -proxy or -connect) - Accetta connessioni dall'esterno (predefinito: 1 se -proxy o -connect non sono utilizzati) + Bitcoin Core + Blackcoin More + + + The %s developers + Sviluppatori di %s + + + A fee rate (in %s/kB) that will be used when fee estimation has insufficient data (default: %s) + Un importo (in %s/kB) che sarà utilizzato quando la stima delle commissioni non ha abbastanza dati (default: %s) + + + Accept relayed transactions received from whitelisted peers even when not relaying transactions (default: %d) + Accetta le transazioni trasmesse ricevute da peers in whitelist anche se non si stanno trasmettendo transazioni (default: %d) Bind to given address and always listen on it. Use [host]:port notation for IPv6 Associa all'indirizzo indicato e resta permanentemente in ascolto su di esso. Usa la notazione [host]:porta per l'IPv6 + + Cannot obtain a lock on data directory %s. %s is probably already running. + Non è possibile ottenere i dati sulla cartella %s. Probabilmente %s è già in esecuzione. + Delete all wallet transactions and only recover those parts of the blockchain through -rescan on startup Elimina tutte le transazioni dal portamonete e recupera solo quelle che fanno parte della blockchain attraverso il comando -rescan all'avvio. - Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. - Distribuito secondo la licenza software MIT, vedi il file COPYING incluso oppure <http://www.opensource.org/licenses/mit-license.php>. + Error loading %s: You can't enable HD on a already existing non-HD wallet + Errore caricamento %s: Non puoi abilitare HD in un portafoglio non-HD già esistente + + + Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect. + Errore lettura %s! Tutte le chiavi sono state lette correttamente, ma i dati delle transazioni o della rubrica potrebbero essere mancanti o non corretti. Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) Esegue un comando quando lo stato di una transazione del portamonete cambia (%s in cmd è sostituito da TxID) + + Maximum allowed median peer time offset adjustment. Local perspective of time may be influenced by peers forward or backward by this amount. (default: %u seconds) + Regolazione della massima differenza media di tempo dei peer consentita. L'impostazione dell'orario locale può essere impostata in avanti o indietro di questa quantità. (default %u secondi) + + + Maximum total fees (in %s) to use in a single wallet transaction or raw transaction; setting this too low may abort large transactions (default: %s) + Totale massimo di commissioni (in %s) da usare in una transazione singola o di gruppo del wallet; valori troppo bassi possono abortire grandi transazioni (default: %s) + + + Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly. + Per favore controllate che la data del computer e l'ora siano corrette! Se il vostro orologio è sbagliato %s non funzionerà correttamente. + + + Please contribute if you find %s useful. Visit %s for further information about the software. + Per favore contribuite se ritenete %s utile. Visitate %s per maggiori informazioni riguardo il software. + Set the number of script verification threads (%u to %d, 0 = auto, <0 = leave that many cores free, default: %d) Imposta il numero di thread per la verifica degli script (da %u a %d, 0 = automatico, <0 = lascia questo numero di core liberi, predefinito: %d) @@ -3005,40 +2859,20 @@ Per specificare più URL separarli con una barra verticale "|". Il database dei blocchi contiene un blocco che sembra provenire dal futuro. Questo può essere dovuto alla data e ora del tuo computer impostate in modo scorretto. Ricostruisci il database dei blocchi se sei certo che la data e l'ora sul tuo computer siano corrette - This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - Questa versione è una compilazione pre-rilascio - usala a tuo rischio - non utilizzarla per la generazione o per applicazioni di commercio - - - Unable to bind to %s on this computer. Bitcoin Core is probably already running. - Impossibile associarsi a %s su questo computer. Probabilmente Blackcoin More è già in esecuzione. + Unable to rewind the database to a pre-fork state. You will need to redownload the blockchain + Impossibile riportare il database ad un livello pre-fork. Dovrai riscaricare tutta la blockchain Use UPnP to map the listening port (default: 1 when listening and no -proxy) Utilizza UPnP per mappare la porta in ascolto (default: 1 quando in ascolto e -proxy non è specificato) - WARNING: abnormally high number of blocks generated, %d blocks received in the last %d hours (%d expected) - ATTENZIONE, il numero di blocchi generati è insolitamente elevato: %d blocchi ricevuti nelle ultime %d ore (%d previsti) + You need to rebuild the database using -reindex-chainstate to change -txindex + È necessario ricostruire il database usando -reindex per cambiare -txindex - WARNING: check your network connection, %d blocks received in the last %d hours (%d expected) - ATTENZIONE, si consiglia di verificare la connessione di rete: %d blocchi ricevuti nelle ultime %d ore (%d previsti) - - - Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. - Attenzione: La rete non sembra trovarsi in pieno consenso! Alcuni minatori sembrano riscontrare problemi. - - - Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. - Attenzione: Sembra che non vi sia pieno consenso con i nostri peer! Un aggiornamento da parte tua o degli altri nodi potrebbe essere necessario. - - - 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. - Attenzione: wallet.dat corrotto, dati recuperati! Il wallet.dat originale è stato salvato come wallet.{timestamp}.bak in %s. Se i dati relativi a saldo o transazioni non dovessero risultare corretti si consiglia di procedere al ripristino da un backup. - - - Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. - Inserisce in whitelist i peer che si connettono da un dato indirizzo IP o netmask. Può essere specificato più volte. + %s corrupt, salvage failed + %s corrotto, recupero fallito -maxmempool must be at least %d MB @@ -3048,18 +2882,34 @@ Per specificare più URL separarli con una barra verticale "|". <category> can be: Valori possibili per <category>: + + Append comment to the user agent string + Aggiungi commento alla stringa dell'applicazione utente + + + Attempt to recover private keys from a corrupt wallet on startup + Prova a recuperare le chiavi private da un portafoglio corrotto all'avvio + Block creation options: Opzioni creazione blocco: - Connect only to the specified node(s) - Connessione ai soli nodi specificati + Cannot resolve -%s address: '%s' + Impossobile risolvere l'indirizzo -%s: '%s' + + + Change index out of range + Cambio indice fuori paramentro Connection options: Opzioni di connessione: + + Copyright (C) %i-%i + Copyright (C) %i-%i + Corrupted block database detected Rilevato database blocchi corrotto @@ -3092,6 +2942,10 @@ Per specificare più URL separarli con una barra verticale "|". Enable publish raw transaction in <address> Abilita pubblicazione transazione raw in <address> + + Enable transaction replacement in the memory pool (default: %u) + Abilita la sostituzione della transazione nel pool della memoria (default: %u) + Error initializing block database Errore durante l'inizializzazione del database dei blocchi @@ -3100,6 +2954,22 @@ Per specificare più URL separarli con una barra verticale "|". Error initializing wallet database environment %s! Errore durante l'inizializzazione dell'ambiente del database del portamonete %s! + + Error loading %s + Errore caricamento %s + + + Error loading %s: Wallet corrupted + Errore caricamento %s: Portafoglio corrotto + + + Error loading %s: Wallet requires newer version of %s + Errore caricamento %s: il Portafoglio richiede una versione aggiornata di %s + + + Error loading %s: You can't disable HD on a already existing HD wallet + Errore caricamento %s: Non puoi disabilitare HD in un portafoglio HD già esistente + Error loading block database Errore durante il caricamento del database blocchi @@ -3124,14 +2994,34 @@ Per specificare più URL separarli con una barra verticale "|". Incorrect or no genesis block found. Wrong datadir for network? Blocco genesi non corretto o non trovato. È possibile che la cartella dati appartenga ad un'altra rete. + + Initialization sanity check failed. %s is shutting down. + Test di integrità iniziale fallito. %s si arresterà. + Invalid -onion address: '%s' Indirizzo -onion non valido: '%s' + + Invalid amount for -%s=<amount>: '%s' + Importo non valido per -%s=<amount>: '%s' + + + Invalid amount for -fallbackfee=<amount>: '%s' + Importo non valido per -fallbackfee=<amount>: '%s' + Keep the transaction memory pool below <n> megabytes (default: %u) Mantieni la memory pool delle transazioni al di sotto di <n> megabytes (default: %u) + + Loading banlist... + Caricamento bloccati... + + + Location of the auth cookie (default: data dir) + Posizione del cookie di aiutorizzazione (default: data dir) + Not enough file descriptors available. Non ci sono abbastanza descrittori di file disponibili. @@ -3140,6 +3030,14 @@ Per specificare più URL separarli con una barra verticale "|". Only connect to nodes in network <net> (ipv4, ipv6 or onion) Connessione ai soli nodi appartenenti alla rete <net> (ipv4, ipv6 o Tor) + + Print this help message and exit + Mostra questo messaggio di aiuto ed esci + + + Print version and exit + Mostra la versione ed esci + Prune cannot be configured with a negative value. La modalità prune non può essere configurata con un valore negativo. @@ -3148,6 +3046,18 @@ Per specificare più URL separarli con una barra verticale "|". Prune mode is incompatible with -txindex. La modalità prune è incompatibile con l'opzione -txindex. + + Rebuild chain state and block index from the blk*.dat files on disk + Ricostruisci lo stato della catena e l'indice dei blocchi partendo dai file blk*.dat presenti sul disco + + + Rebuild chain state from the currently indexed blocks + Ricrea l'indice della catena dei blocchi partendo da quelli già indicizzati + + + Rewinding blocks... + Verifica blocchi... + Set database cache size in megabytes (%d to %d, default: %d) Imposta la dimensione della cache del database in megabyte (%d a %d, predefinito: %d) @@ -3160,6 +3070,14 @@ Per specificare più URL separarli con una barra verticale "|". Specify wallet file (within data directory) Specifica il file del portamonete (all'interno della cartella dati) + + The source code is available from %s. + Il codice sorgente è disponibile in %s + + + Unable to bind to %s on this computer. %s is probably already running. + Impossibile collegarsi a %s su questo computer. Probabilmente %s è già in esecuzione. + Unsupported argument -benchmark ignored, use -debug=bench. Ignorata opzione -benchmark non supportata, utilizzare -debug=bench. @@ -3192,18 +3110,18 @@ Per specificare più URL separarli con una barra verticale "|". Wallet %s resides outside data directory %s Il portamonete %s si trova al di fuori dalla cartella dati %s + + Wallet debugging/testing options: + Opzioni di Debug/Test del portafoglio: + + + Wallet needed to be rewritten: restart %s to complete + Il portamonete necessita di essere riscritto: riavviare %s per completare + Wallet options: Opzioni portamonete: - - Warning: This version is obsolete; upgrade required! - Attenzione: questa versione è obsoleta. Aggiornamento necessario! - - - You need to rebuild the database using -reindex to change -txindex - È necessario ricostruire il database usando -reindex per cambiare -txindex - 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 Permette connessioni JSON-RPC dall'origine specificata. I valori validi per <ip> sono un singolo IP (ad es. 1.2.3.4), una network/netmask (ad es. 1.2.3.4/255.255.255.0) oppure una network/CIDR (ad es. 1.2.3.4/24). Questa opzione può essere specificata più volte. @@ -3216,10 +3134,6 @@ Per specificare più URL separarli con una barra verticale "|". 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) Resta in attesa di connessioni JSON-RPC sull'indirizzo indicato. Usa la notazione [host]:porta per IPv6. Questa opzione può essere specificata più volte (predefinito: associa a tutte le interfacce) - - Cannot obtain a lock on data directory %s. Bitcoin Core is probably already running. - Non è possibile ottenere un lock sulla cartella %s. Probabilmente Blackcoin More è già in esecuzione. - Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) Crea nuovi file con i permessi di default del sistema, invece che con umask 077 (ha effetto solo con funzionalità di portamonete disabilitate) @@ -3252,10 +3166,6 @@ Per specificare più URL separarli con una barra verticale "|". Maximum size of data in data carrier transactions we relay and mine (default: %u) Dimensione massima dei dati in transazioni di trasporto dati che saranno trasmesse ed incluse nei blocchi (predefinito: %u) - - Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect) - Ottiene gli indirizzi dei peer attraverso interrogazioni DNS, in caso di scarsa disponibilità (predefinito: 1 a meno che -connect non sia specificato) - Randomize credentials for every proxy connection. This enables Tor stream isolation (default: %u) Randomizza le credenziali per ogni connessione proxy. Permette la Tor stream isolation (predefinito: %u) @@ -3264,17 +3174,13 @@ Per specificare più URL separarli con una barra verticale "|". Set maximum size of high-priority/low-fee transactions in bytes (default: %d) Imposta la dimensione massima in byte delle transazioni ad alta-priorità/basse-commissioni (predefinito: %d) - - Set the number of threads for coin generation if enabled (-1 = all cores, default: %d) - Specifica il numero di thread per la generazione di blackcoin, se abilitata (-1 = tutti i core, predefinito: %d) - The transaction amount is too small to send after the fee has been deducted L'importo della transazione risulta troppo basso per l'invio una volta dedotte le commissioni. - 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. - Questo prodotto include software sviluppato dal progetto OpenSSL per l'uso del Toolkit OpenSSL <https://www.openssl.org/>, software crittografico scritto da Eric Young e software UPnP scritto da Thomas Bernard. + Use hierarchical deterministic key generation (HD) after BIP32. Only has effect during wallet creation/first start + Usa la generazione gerarchica deterministica (HD) della chiave dopo BIP32. Valido solamente durante la creazione del portafoglio o al primo avvio 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 @@ -3292,38 +3198,14 @@ Per specificare più URL separarli con una barra verticale "|". Accept public REST requests (default: %u) Accetta richieste REST pubbliche (predefinito: %u) - - Activating best chain... - Attivazione della blockchain migliore... - - - Always relay transactions received from whitelisted peers (default: %d) - Trasmetti sempre le transazioni ricevute da peers whitelisted (default: %d) - - - Attempt to recover private keys from a corrupt wallet.dat on startup - Prova a recuperare le chiavi private da un wallet corrotto all'avvio - Automatically create Tor hidden service (default: %d) Crea automaticamente il servizio Tor (default: %d) - - Cannot resolve -whitebind address: '%s' - Impossibile risolvere indirizzo -whitebind: '%s' - Connect through SOCKS5 proxy Connessione attraverso un proxy SOCKS5 - - Copyright (C) 2009-%i The Bitcoin Core Developers - Copyright (C) 2018-%i Gli sviluppatori di Blackcoin More - - - Error loading wallet.dat: Wallet requires newer version of Bitcoin Core - Errore durante il caricamento del file wallet.dat: il portamonete richiede una versione di Blackcoin More più recente - Error reading from database, shutting down. Errore durante lalettura del database. Arresto in corso. @@ -3336,22 +3218,6 @@ Per specificare più URL separarli con una barra verticale "|". Information Informazioni - - Initialization sanity check failed. Bitcoin Core is shutting down. - Test di integrità iniziale fallito. Blackcoin More si arresterà. - - - Invalid amount for -maxtxfee=<amount>: '%s' - Importo non valido per -maxtxfee=<amount>: '%s' - - - Invalid amount for -minrelaytxfee=<amount>: '%s' - Importo non valido per -minrelaytxfee=<amount>: '%s' - - - Invalid amount for -mintxfee=<amount>: '%s' - Importo non valido per -mintxfee=<amount>: '%s' - Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) Importo non valido per -paytxfee=<amount>: '%s' (deve essere almeno %s) @@ -3376,14 +3242,6 @@ Per specificare più URL separarli con una barra verticale "|". RPC server options: Opzioni server RPC: - - Rebuild block chain index from current blk000??.dat files on startup - Ricostruzione dell'indice della block chain dai file blk000??.dat correnti all'avvio - - - Receive and display P2P network alerts (default: %u) - Ricevi e visualizza gli alerts della rete P2P (default: %u) - Reducing -maxconnections from %d to %d, because of system limitations. Riduzione -maxconnections da %d a %d a causa di limitazioni di sistema. @@ -3432,10 +3290,6 @@ Per specificare più URL separarli con una barra verticale "|". Transaction amount too small Importo transazione troppo piccolo - - Transaction amounts must be positive - Gli importi della transazione devono essere positivi - Transaction too large for fee policy Transazione troppo grande in base alla policy sulle commissioni @@ -3456,14 +3310,14 @@ Per specificare più URL separarli con una barra verticale "|". Username for JSON-RPC connections Nome utente per connessioni JSON-RPC - - Wallet needed to be rewritten: restart Bitcoin Core to complete - Il portamonete necessitava di essere riscritto: riavviare Blackcoin More per completare l'operazione - Warning Attenzione + + Warning: unknown new rules activated (versionbit %i) + Attenzione: nuove regole non conosciute attivate (versionbit %i) + Whether to operate in a blocks only mode (default: %u) Imposta se operare in modalità solo blocchi (default: %u) @@ -3476,10 +3330,6 @@ Per specificare più URL separarli con una barra verticale "|". ZeroMQ notification options: Opzioni di notifica ZeroMQ - - wallet.dat corrupt, salvage failed - wallet.dat corrotto, recupero fallito - Password for JSON-RPC connections Password per connessioni JSON-RPC @@ -3488,10 +3338,6 @@ Per specificare più URL separarli con una barra verticale "|". Execute command when the best block changes (%s in cmd is replaced by block hash) Esegue un comando quando il miglior blocco cambia (%s nel cmd è sostituito dall'hash del blocco) - - This help message - Questo messaggio di aiuto - Allow DNS lookups for -addnode, -seednode and -connect Consente interrogazioni DNS per -addnode, -seednode e -connect @@ -3500,10 +3346,6 @@ Per specificare più URL separarli con una barra verticale "|". Loading addresses... Caricamento indirizzi... - - Error loading wallet.dat: Wallet corrupted - Errore caricamento wallet.dat: Portamonete corrotto - (1 = keep tx meta data e.g. account owner and payment request information, 2 = drop tx meta data) (1 = mantiene metadati tx, ad es. proprietario account ed informazioni di richiesta di pagamento, 2 = scarta metadati tx) @@ -3512,17 +3354,13 @@ Per specificare più URL separarli con una barra verticale "|". -maxtxfee is set very high! Fees this large could be paid on a single transaction. -maxtxfee è impostato molto alto! Commissioni così alte possono venir pagate anche su una singola transazione. - - -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. - -paytxfee è impostato su un valore molto elevato. Questa è la commissione che si paga quando si invia una transazione. - Do not keep transactions in the mempool longer than <n> hours (default: %u) Non mantenere le transazioni nella mempool più a lungo di <n> ore (default: %u) - Error reading wallet.dat! All keys read correctly, but transaction data or address book entries might be missing or incorrect. - Errore di lettura di wallet.dat! Tutte le chiavi sono state lette correttamente, ma i dati delle transazioni o della rubrica potrebbero essere mancanti o non corretti. + Equivalent bytes per sigop in transactions for relay and mining (default: %u) + Byte equivalenti per ottimizzazione segnale dedicati a ritrasmissione ed estrazione (default: %u) Fees (in %s/kB) smaller than this are considered zero fee for transaction creation (default: %s) @@ -3560,13 +3398,21 @@ Per specificare più URL separarli con una barra verticale "|". Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported. Argomento -socks non supportato. Non è più possibile impostare la versione SOCKS, solamente i proxy SOCKS5 sono supportati. + + Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay. + Argomento non supportato -whitelistalwaysrelay è stato ignorato, utilizzare -whitelistrelay e/o -whitelistforcerelay. + Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) Usa un proxy SOCKS5 a parte per raggiungere i peer attraverso gli hidden services di Tor (predefinito: %s) - Username and hashed password for JSON-RPC connections. The field <userpw> comes in the format: <USERNAME>:<SALT>$<HASH>. A canonical python script is included in share/rpcuser. This option can be specified multiple times - Username e hash password per connessioni JSON-RPC. Il campo <userpw> utilizza il formato: <USERNAME>:<SALT>$<HASH>. Uno script python standard è incluso in share/rpcuser. Questa opzione può essere specificata più volte + Warning: Unknown block versions being mined! It's possible unknown rules are in effect + Attenzione: si stanno minando versioni sconocsiute di blocchi! E' possibile che siano attive regole sconosciute + + + Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup. + Attenzione: file del Portafoglio corrotto, dati recuperati! %s originale salvato come %s in %s; se il saldo o le transazioni non sono corrette effettua un ripristino da un backup. (default: %s) @@ -3576,14 +3422,6 @@ Per specificare più URL separarli con una barra verticale "|". Always query for peer addresses via DNS lookup (default: %u) Interroga sempre i DNS per ottenere gli indirizzi dei peer (predefinito: %u) - - Error loading wallet.dat - Errore caricamento wallet.dat - - - Generate coins (default: %u) - Genera blackcoin (predefinito: %u) - How many blocks to check at startup (default: %u, 0 = all) Numero di blocchi da controllare all'avvio (predefinito: %u, 0 = tutti) @@ -3637,8 +3475,8 @@ Per specificare più URL separarli con una barra verticale "|". Imposta la dimensione del pool di chiavi a <n> (predefinito: %u) - Set minimum block size in bytes (default: %u) - Imposta la dimensione minima del blocco in byte (predefinito: %u) + Set maximum BIP141 block weight (default: %d) + Imposta la dimensione massima del blocco BIP141 (default: %d) Set the number of threads to service RPC calls (default: %d) @@ -3668,18 +3506,6 @@ Per specificare più URL separarli con una barra verticale "|". Unknown network specified in -onlynet: '%s' Rete sconosciuta specificata in -onlynet: '%s' - - Cannot resolve -bind address: '%s' - Impossibile risolvere indirizzo -bind: '%s' - - - Cannot resolve -externalip address: '%s' - Impossibile risolvere indirizzo -externalip: '%s' - - - Invalid amount for -paytxfee=<amount>: '%s' - Importo non valido per -paytxfee=<amount>: '%s' - Insufficient funds Fondi insufficienti diff --git a/src/qt/locale/bitcoin_uz@Latn.ts b/src/qt/locale/bitcoin_it_IT.ts similarity index 53% rename from src/qt/locale/bitcoin_uz@Latn.ts rename to src/qt/locale/bitcoin_it_IT.ts index 2e4dabb59..ebb30f13e 100644 --- a/src/qt/locale/bitcoin_uz@Latn.ts +++ b/src/qt/locale/bitcoin_it_IT.ts @@ -1,53 +1,98 @@ - + AddressBookPage + + Right-click to edit address or label + Click destro per modificare indirizzo o etichetta + Create a new address - Yangi manzil yaratish + Crea un nuovo indirizzo &New - &Yangi + nuovo + + + Copy the currently selected address to the system clipboard + copia l'indirizzo selezionato correntemente nella clipboard di sistema &Copy - &Nusxalash + copia C&lose - Yo&pish + chiudi - &Copy Address - &Manzillarni nusxalash + Delete the currently selected address from the list + Cancella l'indirizzo attualmente selezionato dalla lista. + + + Export the data in the current tab to a file + Esportare i dati nella scheda corrente in un file + + + &Export + Esporta &Delete - &O'chirish + Cancella + + + Choose the address to send coins to + Scegli l'indirizzo a cui inviare denaro + + + C&hoose + Scegli AddressTableModel - - Label - Yorliq - Address - Manzil + Indirizzo AskPassphraseDialog - + + Enter passphrase + Invia passphrase + + + New passphrase + Nuova passphrase + + + Repeat new passphrase + Ripeti nuova passphrase + + + Warning: The Caps Lock key is on! + Attenzione: Il tasto blocco delle maiuscole è attivo! + + BanTableModel - + + IP/Netmask + IP/Netmask + + + Banned Until + bannato fino + + BitcoinGUI - - - ClientModel + + &Transactions + Transazioni + CoinControlDialog @@ -64,6 +109,9 @@ Intro + + ModalOverlay + OpenURIDialog @@ -82,6 +130,9 @@ QObject + + QObject::QObject + QRImageWidget @@ -95,19 +146,11 @@ ReceiveRequestDialog Address - Manzil - - - Label - Yorliq + Indirizzo RecentRequestsTableModel - - Label - Yorliq - SendCoinsDialog @@ -115,6 +158,9 @@ SendCoinsEntry + + SendConfirmationDialog + ShutdownWindow @@ -135,20 +181,12 @@ TransactionTableModel - - Label - Yorliq - TransactionView - - Label - Yorliq - Address - Manzil + Indirizzo diff --git a/src/qt/locale/bitcoin_ja.ts b/src/qt/locale/bitcoin_ja.ts index b0ae9c06c..046268b38 100644 --- a/src/qt/locale/bitcoin_ja.ts +++ b/src/qt/locale/bitcoin_ja.ts @@ -25,10 +25,6 @@ C&lose 閉じる(&C) - - &Copy Address - アドレスをコピー (&C) - Delete the currently selected address from the list 選択されたアドレスを一覧から削除する @@ -47,7 +43,7 @@ Choose the address to send coins to - 送信先のアドレスを選択 + 先のアドレスを選択 Choose the address to receive coins with @@ -55,15 +51,15 @@ C&hoose - 選択(&C) + 選択 (&C) Sending addresses - アドレス送信中 + 送金用 Receiving addresses - アドレス受信中 + 受け取りアドレス These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. @@ -73,6 +69,10 @@ These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. これらは支払いを受け取るためのビットコインアドレスです。トランザクションごとに新しい受け取り用アドレスを作成することが推奨されます。 + + &Copy Address + アドレスをコピー (&C) + Copy &Label ラベルをコピー (&L) @@ -87,11 +87,11 @@ Comma separated file (*.csv) - CSVファイル (*.csv) + テキスト CSV (*.csv) Exporting Failed - エクスポート失敗 + エクスポートに失敗しました There was an error trying to save the address list to %1. Please try again. @@ -110,7 +110,7 @@ (no label) - (ラベル無し) + (ラベル無し) @@ -131,6 +131,10 @@ 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 ウォレットを暗号化する @@ -155,6 +159,10 @@ Change passphrase パスフレーズの変更 + + Enter the old passphrase and new passphrase to the wallet. + ウォレットの古いパスフレーズおよび新しいパスフレーズを入力してください。 + Confirm wallet encryption ウォレットの暗号化を確認する @@ -167,29 +175,17 @@ Are you sure you wish to encrypt your wallet? 本当にウォレットを暗号化しますか? - - Bitcoin Core will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - 暗号化処理を完了させるため Blackcoin More をいますぐ終了します。ウォレットの暗号化では、コンピュータに感染したマルウェアなどによるビットコインの盗難から完全に守ることはできないことにご注意ください。 - - - 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. - 重要: 過去のウォレット ファイルのバックアップは、暗号化された新しいウォレット ファイルに取り替える必要があります。セキュリティ上の理由により、暗号化された新しいウォレットを使い始めると、暗号化されていないウォレット ファイルのバックアップはすぐに使えなくなります。 - - - Warning: The Caps Lock key is on! - 警告: Caps Lock キーがオンになっています! - Wallet encrypted ウォレットは暗号化されました - 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>で構成されたパスフレーズを使用してください。 + %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. + 暗号化処理を完了させるため %1 をいますぐ終了します。ウォレットの暗号化では、コンピュータに感染したマルウェアなどによるビットコインの盗難から完全に守ることはできないことにご注意ください。 - Enter the old passphrase and new passphrase to the wallet. - ウォレットの古いパスフレーズおよび新しいパスフレーズを入力してください。 + 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 @@ -219,6 +215,10 @@ Wallet passphrase was successfully changed. ウォレットのパスフレーズの変更が成功しました。 + + Warning: The Caps Lock key is on! + 警告: Caps Lock キーがオンになっています! + BanTableModel @@ -269,6 +269,14 @@ Quit application アプリケーションを終了 + + &About %1 + %1 について (&A) + + + Show information about %1 + %1 の情報を表示 + About &Qt Qt について(&Q) @@ -281,6 +289,10 @@ &Options... オプション... (&O) + + Modify configuration options for %1 + %1 の設定を変更する + &Encrypt Wallet... ウォレットの暗号化... (&E) @@ -306,12 +318,20 @@ URI を開く (&U)... - Bitcoin Core client - Blackcoinコア クライアント + Click to disable network activity. + クリックするとネットワーク活動を無効化します。 - Importing blocks from disk... - ディスクからブロックをインポートしています... + Network activity disabled. + ネットワーク活動は無効化されました。 + + + Click to enable network activity again. + クリックするとネットワーク活動を再び有効化します。 + + + Syncing Headers (%1%)... + 未知。ヘッダを同期しています (%1%)... Reindexing blocks on disk... @@ -357,10 +377,6 @@ &Receive 入金 (&R) - - Show information about Bitcoin Core - Blackcoinコアに関する情報を表示 - &Show / Hide 見る/隠す (&S) @@ -397,22 +413,10 @@ Tabs toolbar タブツールバー - - Bitcoin Core - Blackcoin のコア - Request payments (generates QR codes and bitcoin: URIs) 支払いを要求する (QRコードとblackcoin:ではじまるURIを生成する) - - &About Bitcoin Core - ビットコインコアについて (&A) - - - Modify configuration options for Bitcoin Core - Blackcoin More の設定を編集する - Show the list of used sending addresses and labels 使用済みの送金用アドレスとラベルの一覧を表示する @@ -429,42 +433,22 @@ &Command-line options コマンドラインオプション (&C) - - Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options - 有効な Blackcoin のコマンドライン オプションを見るために Blackcoin More のヘルプメッセージを表示します。 - %n active connection(s) to Bitcoin network %n の Blackcoin ネットワークへのアクティブな接続 - No block source available... - 利用可能なブロックがありません... + Indexing blocks on disk... + ディスク上のブロックのインデックスを作成しています... + + + Processing blocks on disk... + ディスク上のブロックを処理しています... Processed %n block(s) of transaction history. トランザクション履歴の %n ブロックを処理しました。 - - %n hour(s) - %n 時間 - - - %n day(s) - %n 日 - - - %n week(s) - %n 週間 - - - %1 and %2 - %1 と %2 - - - %n year(s) - %n 年 - %1 behind %1 遅延 @@ -493,6 +477,18 @@ Up to date バージョンは最新です + + Show the %1 help message to get a list with possible Bitcoin command-line options + 有効な Blackcoin のコマンドライン オプションを見るために %1 のヘルプメッセージを表示します。 + + + %1 client + %1 クライアント + + + Connecting to peers... + ピアに接続しています... + Catching up... 追跡中... @@ -535,6 +531,14 @@ Incoming transaction 着金取引 + + HD key generation is <b>enabled</b> + HD鍵生成は<b>有効化</b>されています + + + HD key generation is <b>disabled</b> + HD鍵生成は<b>無効化</b>されています + Wallet is <b>encrypted</b> and currently <b>unlocked</b> ウォレットは<b>暗号化されて、アンロックされています</b> @@ -543,12 +547,9 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> ウォレットは<b>暗号化されて、ロックされています</b> - - - ClientModel - Network Alert - ネットワーク警告 + A fatal error occurred. Bitcoin can no longer continue safely and will quit. + 致命的なエラーが発生しました。Blackcoin は安全に継続することができず終了するでしょう。 @@ -569,10 +570,6 @@ Amount: 総額: - - Priority: - 優先度: - Fee: 手数料: @@ -625,10 +622,6 @@ Confirmed 検証済み - - Priority - 優先度 - Copy address アドレスをコピーする @@ -669,10 +662,6 @@ Copy bytes バイト数をコピーする - - Copy priority - 優先度をコピーする - Copy dust ダストをコピーする @@ -681,66 +670,10 @@ Copy change 釣り銭をコピー - - highest - 最高 - - - higher - 非常に高 - - - high - - - - medium-high - 中〜高 - - - medium - - - - low-medium - 低〜中 - - - low - - - - lower - 非常に低 - - - lowest - 最低 - (%1 locked) (%1 がロック済み) - - none - なし - - - This label turns red if the transaction size is greater than 1000 bytes. - トランザクションのサイズが1000バイトを超える場合にはこのラベルは赤色になります。 - - - This label turns red if the priority is smaller than "medium". - 優先度が「中」未満の場合、このラベルは赤色になります。 - - - This label turns red if any recipient receives an amount smaller than %1. - 受取人のうち誰かの受取額が %1 未満の場合にこのラベルは赤色になります。 - - - Can vary +/- %1 satoshi(s) per input. - ひとつの入力につき %1 satoshi 前後ずれることがあります。 - yes はい @@ -750,16 +683,12 @@ いいえ - This means a fee of at least %1 per kB is required. - これは少なくとも1kBあたり %1 の手数料が必要であることを意味します。 + This label turns red if any recipient receives an amount smaller than the current dust threshold. + 少なくともひとつの受取額が現在のダスト閾値を下回る場合にはこのラベルは赤くなります。 - Can vary +/- 1 byte per input. - ひとつの入力につき1バイト程度ずれることがあります。 - - - Transactions with higher priority are more likely to get included into a block. - より高い優先度を持つトランザクションの方がブロックに取り込まれやすくなります。 + Can vary +/- %1 satoshi(s) per input. + ひとつの入力につき %1 satoshi 前後ずれることがあります。 (no label) @@ -798,7 +727,7 @@ New receiving address - 新しい入金アドレス + 新しい受信アドレス New sending address @@ -812,14 +741,14 @@ Edit sending address 送信アドレスを編集 - - The entered address "%1" is already in the address book. - 入力されたアドレス "%1" は既にアドレス帳にあります。 - The entered address "%1" is not a valid Bitcoin address. 入力されたアドレス "%1" は無効な Blackcoin アドレスです。 + + The entered address "%1" is already in the address book. + 入力されたアドレス "%1" は既にアドレス帳にあります。 + Could not unlock wallet. ウォレットをアンロックできませんでした。 @@ -854,10 +783,6 @@ HelpMessageDialog - - Bitcoin Core - Blackcoin のコア - version バージョン @@ -867,8 +792,8 @@ (%1ビット) - About Bitcoin Core - Blackcoinコアについて + About %1 + %1 について Command-line options @@ -907,8 +832,8 @@ 起動時にスプラッシュ画面を表示する (初期値: %u) - Reset all settings changes made over the GUI - GUI 経由で行われた設定の変更を全てリセット + Reset all settings changed in the GUI + GUI で行われた設定の変更を全てリセット @@ -918,16 +843,16 @@ ようこそ - Welcome to Bitcoin Core. - ようこそ! + Welcome to %1. + %1 へようこそ。 - As this is the first time the program is launched, you can choose where Bitcoin Core will store its data. - これはプログラム最初の起動です。Blackcoin Moreがデータを保存する場所を選択して下さい。 + As this is the first time the program is launched, you can choose where %1 will store its data. + これはプログラム最初の起動です。%1 がデータを保存する場所を選択して下さい。 - Bitcoin Core will download and store a copy of the Bitcoin block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Blackcoin Moreは、ビットコインのブロックチェーンのコピーを、ダウンロードして保存します。少なくとも%1ギガバイトのデータが、このディレクトリに保存されます。そしてそれは時間と共に増加します。またウォレットもこのディレクトリに保存されます。 + %1 will download and store a copy of the Bitcoin block chain. At least %2GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + %1 は、ビットコインのブロックチェーンのコピーを、ダウンロードして保存します。少なくとも %2 ギガバイトのデータが、このディレクトリに保存されます。そしてそれは時間と共に増加します。またウォレットもこのディレクトリに保存されます。 Use the default data directory @@ -937,10 +862,6 @@ Use a custom data directory: 任意のデータ ディレクトリを使用: - - Bitcoin Core - Blackcoin のコア - Error: Specified data directory "%1" cannot be created. エラー: 指定のデータディレクトリ "%1" を作成できません。 @@ -958,6 +879,57 @@ (%n GB必要) + + ModalOverlay + + Form + フォーム + + + Recent transactions may not yet be visible, and therefore your wallet's balance might be incorrect. This information will be correct once your wallet has finished synchronizing with the bitcoin network, as detailed below. + 確認できない最近のトランザクションがあるかもしれません。これによりウォレットの残高は不正確なものである可能性があります。この情報はウォレットが一度ビットコインネットワークへの同期が完了すると正確なものとなります。詳細は下記を参照してください。 + + + Attempting to spend bitcoins that are affected by not-yet-displayed transactions will not be accepted by the network. + まだ表示されていないトランザクションが影響するビットコインを使用しようとすると、ネットワークから認証がなされないでしょう。 + + + Number of blocks left + 残りのブロック数 + + + Unknown... + 未知... + + + Last block time + 最終ブロックの日時 + + + Progress + 進捗 + + + Progress increase per hour + 進捗状況は一時間ごとに増加します + + + calculating... + 計算しています... + + + Estimated time left until synced + 同期完了までの推定残り時間 + + + Hide + 隠す + + + Unknown. Syncing Headers (%1)... + 未知。ヘッダを同期しています (%1)... + + OpenURIDialog @@ -991,6 +963,14 @@ &Main メイン (&M) + + Automatically start %1 after logging in to the system. + システムにログインした際、自動的に %1 を起動する。 + + + &Start %1 on system login + システムにログインした時に %1 を起動 (&S) + Size of &database cache データベースキャッシュのサイズ (&D) @@ -1019,10 +999,6 @@ Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu. ウィンドウを閉じる際にアプリケーションを終了するのではなく、最小化します。このオプションが有効化された場合、メニューから終了を選択した場合にのみアプリケーションは閉じられます。 - - The user interface language can be set here. This setting will take effect after restarting Bitcoin Core. - ユーザ・インタフェイス言語はここで設定できます。この設定はBlackcoin Moreの再起動後に有効となります。 - 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を指定できます。 @@ -1047,14 +1023,6 @@ &Network ネットワーク (&N) - - Automatically start Bitcoin Core after logging in to the system. - システムにログインした際、自動的にBlackcoin Moreを起動する。 - - - &Start Bitcoin Core on system login - システムへログインした際にBlackcoin Moreを起動する (&S) - (0 = auto, <0 = leave that many cores free) (0 = 自動、0以上 = 指定した数のコアをフリーにする) @@ -1139,6 +1107,14 @@ &Window ウインドウ (&W) + + &Hide the icon from the system tray. + システムトレイのアイコンを隠す (&H) + + + Hide tray icon + トレイアイコンを隠す + Show only a tray icon after minimizing the window. ウインドウを最小化したあとトレイ アイコンだけを表示する。 @@ -1159,6 +1135,10 @@ User Interface &language: ユーザインターフェースの言語 (&l) : + + The user interface language can be set here. This setting will take effect after restarting %1. + ここでユーザインターフェースの言語を設定できます。設定を反映するには %1 を再起動します。 + &Unit to show amounts in: 額を表示する単位 (&U) : @@ -1285,30 +1265,6 @@ PaymentServer - - URI handling - URI の操作 - - - Invalid payment address %1 - 支払いのアドレス「%1」は無効です - - - Payment request rejected - 支払い要求は拒否されました - - - Payment request network doesn't match client network. - 支払いリクエストのネットワークは現在のクライアントのネットワークに一致しません。 - - - Payment request is not initialized. - 支払いリクエストは開始されていません。 - - - Requested payment amount of %1 is too small (considered dust). - 要求された支払額 %1 は少なすぎます (ダストとみなされてしまいます)。 - Payment request error 支払いのリクエストのエラーです @@ -1317,10 +1273,18 @@ Cannot start bitcoin: click-to-pay handler Blackcoin を起動できません: click-to-pay handler + + URI handling + URI の操作 + Payment request fetch URL is invalid: %1 支払い要求の取得先URLが無効です: %1 + + Invalid payment address %1 + 支払いのアドレス「%1」は無効です + URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. URI を解析できません! これは無効な Blackcoin アドレスあるいや不正な形式の URI パラメーターによって引き起こされる場合があります。 @@ -1333,10 +1297,22 @@ 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 expired. 支払いリクエストの期限が切れました。 + + Payment request is not initialized. + 支払いリクエストは開始されていません。 + Unverified payment requests to custom payment scripts are unsupported. カスタム支払いスクリプトに対する、検証されていない支払いリクエストはサポートされていません。 @@ -1345,6 +1321,10 @@ Invalid payment request. 無効な支払いリクエスト。 + + Requested payment amount of %1 is too small (considered dust). + 要求された支払額 %1 は少なすぎます (ダストとみなされてしまいます)。 + Refund from %1 %1 からの返金 @@ -1365,14 +1345,14 @@ Bad response from server %1 サーバーの返事は無効 %1 - - Payment acknowledged - 支払いは確認しました - Network request error ネットワーク・リクエストのエラーです + + Payment acknowledged + 支払いは確認しました + PeerTableModel @@ -1385,8 +1365,12 @@ ノード・サービス - Ping Time - Ping時間 + NodeId + ノードID + + + Ping + Ping @@ -1427,6 +1411,53 @@ %1 ms %1ミリ秒 + + %n second(s) + %n 秒 + + + %n minute(s) + %n 分 + + + %n hour(s) + %n 時間 + + + %n day(s) + %n 日 + + + %n week(s) + %n 週間 + + + %1 and %2 + %1 と %2 + + + %n year(s) + %n 年 + + + %1 didn't yet exit safely... + %1 はまだ安全に終了していません... + + + + QObject::QObject + + Error: Specified data directory "%1" does not exist. + エラー: 指定のデータ ディレクトリ "%1" は存在しません。 + + + Error: Cannot parse configuration file: %1. Only use key=value syntax. + エラー: 設定ファイルをパースできません: %1。key=value という記法のみを利用してください。 + + + Error: %1 + エラー: %1 + QRImageWidget @@ -1449,10 +1480,6 @@ RPCConsole - - Client name - クライアント名 - N/A N/A @@ -1473,14 +1500,14 @@ General 一般 - - Using OpenSSL version - 使用中の OpenSSL のバージョン - Using BerkeleyDB version 使用中のBerkleyDBバージョン + + Datadir + データディレクトリ + Startup time 起動した日時 @@ -1517,10 +1544,6 @@ Memory usage メモリ使用量 - - Open the Bitcoin Core debug log file from the current data directory. This can take a few seconds for large log files. - 現在のデータディレクトリからBlackcoin Moreのデバッグ用ログファイルを開きます。ログファイルが巨大な場合、数秒かかることがあります。 - Received 受取 @@ -1569,6 +1592,18 @@ User Agent ユーザエージェント + + Open the %1 debug log file from the current data directory. This can take a few seconds for large log files. + 現在のデータディレクトリから %1 のデバッグ用ログファイルを開きます。ログファイルが巨大な場合、数秒かかることがあります。 + + + Decrease font size + 文字サイズを縮小 + + + Increase font size + 文字サイズを拡大 + Services サービス @@ -1601,6 +1636,10 @@ Ping Wait Ping待ち + + Min Ping + 最小 Ping + Time Offset 時間オフセット @@ -1637,10 +1676,6 @@ Out: 出力: - - Build date - ビルドの日付 - Debug log file デバッグ用ログファイル @@ -1649,14 +1684,6 @@ Clear console コンソールをクリア - - &Disconnect Node - ノードを切断する (&D) - - - Ban Node for - ノードをbanする: - 1 &hour 1時間 (&H) @@ -1674,12 +1701,20 @@ 1年 (&Y) - &Unban Node - ノードのbanを解除する (&U) + &Disconnect + 切断 (&D) - Welcome to the Bitcoin Core RPC console. - Blackcoin MoreのRPCコンソールへようこそ。 + Ban for + Banする: + + + &Unban + Banを解除する (&U) + + + Welcome to the %1 RPC console. + %1 のRPCコンソールへようこそ。 Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -1689,6 +1724,14 @@ Type <b>help</b> for an overview of available commands. 使用可能なコマンドを見るには <b>help</b> と入力します。 + + WARNING: Scammers have been active, telling users to type commands here, stealing their wallet contents. Do not use this console without fully understanding the ramification of a command. + 警告: 詐欺師が活動しており、ユーザに対してここにコマンドを入力させることでウォレットの中身を盗もうとしています。コマンドの結果を完全に理解していない限り、このコンソールは利用しないでください。 + + + Network activity disabled + ネットワーク活動は無効化されました + %1 B %1 B @@ -1808,6 +1851,10 @@ Remove 削除 + + Copy URI + URI をコピーする + Copy label ラベルをコピーする @@ -1890,10 +1937,6 @@ Message メッセージ - - Amount - 総額 - (no label) (ラベル無し) @@ -1903,8 +1946,12 @@ (メッセージなし) - (no amount) - (金額なし) + (no amount requested) + (金額指定なし) + + + Requested + 要求 @@ -1941,10 +1988,6 @@ Amount: 総額: - - Priority: - 優先度: - Fee: 手数料: @@ -2013,10 +2056,6 @@ (Smart fee not initialized yet. This usually takes a few blocks...) (スマート手数料はまだ初期化されていません。これにはおおよそ数ブロックほどかかります……) - - Confirmation time: - 検証時間: - normal 普通 @@ -2025,14 +2064,6 @@ fast 高速 - - Send as zero-fee transaction if possible - 可能な場合には手数料ゼロのトランザクションとして送金する - - - (confirmation may take longer) - (検証に長い時間がかかる可能性があります) - Send to multiple recipients at once 一度に複数の人に送る @@ -2049,6 +2080,10 @@ Dust: ダスト: + + Confirmation time target: + 検証時間のターゲット: + Clear &All すべてクリア (&A) @@ -2065,14 +2100,6 @@ S&end 送金 (&E) - - Confirm send coins - コインを送る確認 - - - %1 to %2 - %1 から %2 - Copy quantity 数量をコピーする @@ -2094,13 +2121,25 @@ バイト数をコピーする - Copy priority - 優先度をコピーする + Copy dust + ダストをコピーする Copy change 釣り銭をコピー + + %1 to %2 + %1 から %2 + + + Are you sure you want to send? + 送ってよろしいですか? + + + added as transaction fee + 取引手数料として追加された + Total Amount %1 合計: %1 @@ -2109,6 +2148,14 @@ or または + + Confirm send coins + コインを送る確認 + + + The recipient address is not valid. Please recheck. + 受取アドレスが不正です。再チェックしてください。 + The amount to pay must be larger than 0. 支払額は0より大きくないといけません。 @@ -2121,13 +2168,17 @@ The total exceeds your balance when the %1 transaction fee is included. %1 の取引手数料を含めると額が残高を超えています。 + + Duplicate address found: addresses should only be used once each. + 重複したアドレスが見つかりました: アドレスはそれぞれ一度のみ使用することができます。 + 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 のコピーを使い、そしてコピーしたウォレットからコインを使用したことがマークされなかったときなど、ウォレットのいくつかのコインがすでに使用されている場合に、このエラーは起こるかもしれません。 + The transaction was rejected with the following reason: %1 + トランザクションは以下の理由により拒絶されました: %1 A fee higher than %1 is considered an absurdly high fee. @@ -2137,6 +2188,10 @@ Payment request expired. 支払いリクエストの期限が切れました。 + + %n block(s) + %n ブロック + Pay only the required fee of %1 要求手数料 %1 のみを支払う @@ -2145,37 +2200,25 @@ Estimated to begin confirmation within %n block(s). %n ブロック以内に検証が開始されると予想されます。 - - The recipient address is not valid. Please recheck. - 受取アドレスが不正です。再チェックしてください。 - - - Duplicate address found: addresses should only be used once each. - 重複したアドレスが見つかりました: アドレスはそれぞれ一度のみ使用することができます。 - Warning: Invalid Bitcoin address 警告:無効なBlackcoinアドレスです - - (no label) - (ラベル無し) - Warning: Unknown change address 警告:未知のおつりアドレスです - Copy dust - ダストをコピーする + Confirm custom change address + カスタムおつりアドレスを確認 - Are you sure you want to send? - 送ってよろしいですか? + The address you selected for change is not part of this wallet. Any or all funds in your wallet may be sent to this address. Are you sure? + おつりとして指定されたアドレスはこのウォレットに属さないもののようです。このウォレットの一部またはすべての資産がこのアドレスへ送金されます。よろしいですか? - added as transaction fee - 取引手数料として追加された + (no label) + (ラベル無し) @@ -2188,10 +2231,6 @@ Pay &To: 送り先(&T): - - Enter a label for this address to add it to your address book - アドレス帳に追加するには、このアドレスのラベルを入力します - &Label: ラベル(&L): @@ -2260,12 +2299,23 @@ Memo: メモ: + + Enter a label for this address to add it to your address book + アドレス帳に追加するには、このアドレスのラベルを入力します + + + + SendConfirmationDialog + + Yes + はい + ShutdownWindow - Bitcoin Core is shutting down... - Blackcoin Moreをシャットダウンしています。 + %1 is shutting down... + %1 をシャットダウンしています... Do not shut down the computer until this window disappears. @@ -2413,14 +2463,6 @@ SplashScreen - - Bitcoin Core - Blackcoin のコア - - - The Bitcoin Core developers - ビットコインコアの開発者 - [testnet] [testnet] @@ -2435,18 +2477,38 @@ TransactionDesc + + Open for %n more block(s) + %n 以上のブロックを開く + Open until %1 ユニット %1 を開く - conflicted - 衝突 + conflicted with a transaction with %1 confirmations + %1 検証のトランザクションと衝突 %1/offline %1/オフライン + + 0/unconfirmed, %1 + 0/未検証, %1 + + + in memory pool + メモリプール内 + + + not in memory pool + メモリプール外 + + + abandoned + 中止 + %1/unconfirmed %1/未検証 @@ -2459,6 +2521,10 @@ Status ステータス + + , has not been successfully broadcast yet + まだブロードキャストが成功していません + , broadcast through %n node(s) %n ノードにブロードキャスト @@ -2479,6 +2545,10 @@ From 送信 + + unknown + 未確認 + To 受信 @@ -2501,7 +2571,7 @@ matures in %n more block(s) - %n 以上のブロックが満期 + あと %n ブロックで成熟します not accepted @@ -2539,6 +2609,14 @@ Transaction ID 取引 ID + + Transaction total size + トランザクションの全体サイズ + + + Output index + 出力インデックス + Merchant 商人 @@ -2571,29 +2649,17 @@ false 正しくない - - , has not been successfully broadcast yet - まだブロードキャストが成功していません - - - Open for %n more block(s) - %n 以上のブロックを開く - - - unknown - 未確認 - TransactionDescDialog - - Transaction details - 取引の詳細 - This pane shows a detailed description of the transaction ここでは取引の詳細を表示しています + + Details for %1 + %1 の詳細 + TransactionTableModel @@ -2606,8 +2672,8 @@ タイプ - Immature (%1 confirmations, will be available after %2) - 未成熟(%1検証。%2検証完了後に使用可能となります) + Label + ラベル Open for %n more block(s) @@ -2617,10 +2683,34 @@ Open until %1 ユニット %1 を開く + + Offline + オフライン + + + Unconfirmed + 未検証 + + + Abandoned + 中止 + + + 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! このブロックは他のどのノードによっても受け取られないで、多分受け入れられないでしょう! @@ -2629,29 +2719,9 @@ Generated but not accepted 生成されましたが承認されませんでした - - Offline - オフライン - - - Label - ラベル - - - Unconfirmed - 未検証 - - - Confirming (%1 of %2 recommended confirmations) - 検証中(%2の推奨検証数のうち、%1検証が完了) - - - Conflicted - 衝突 - Received with - 受け取り + 送り主 Received from @@ -2677,6 +2747,10 @@ (n/a) (n/a) + + (no label) + (ラベル無し) + Transaction status. Hover over this field to show number of confirmations. 取引の状況。このフィールドの上にカーソルを置くと検証の数を表示します。 @@ -2760,6 +2834,10 @@ Min amount 最小の額 + + Abandon transaction + 取引の中止 + Copy address アドレスをコピーする @@ -2780,6 +2858,10 @@ Copy raw transaction 生トランザクションをコピー + + Copy full transaction details + トランザクションの詳細すべてをコピー + Edit label ラベルの編集 @@ -2792,10 +2874,38 @@ Export Transaction History トランザクション履歴をエクスポートする + + Comma separated file (*.csv) + テキスト CSV (*.csv) + + + Confirmed + 検証済み + Watch-only 監視限定 + + Date + 日付 + + + Type + タイプ + + + Label + ラベル + + + Address + アドレス + + + ID + ID + Exporting Failed エクスポートに失敗しました @@ -2812,34 +2922,6 @@ The transaction history was successfully saved to %1. トランザクション履歴は正常に%1に保存されました。 - - Comma separated file (*.csv) - テキスト CSV (*.csv) - - - Confirmed - 検証済み - - - Date - 日付 - - - Type - タイプ - - - Label - ラベル - - - Address - Helbidea - - - ID - ID - Range: 期間: @@ -2896,14 +2978,14 @@ There was an error trying to save the wallet data to %1. ウォレットデータを%1へ保存する際にエラーが発生しました。 - - The wallet data was successfully saved to %1. - ウォレット データは正常に%1に保存されました。 - Backup Successful バックアップ成功 + + The wallet data was successfully saved to %1. + ウォレット データは正常に%1に保存されました。 + bitcoin-core @@ -2927,18 +3009,22 @@ Accept command line and JSON-RPC commands コマンドラインと JSON-RPC コマンドを許可 + + Accept connections from outside (default: 1 if no -proxy or -connect/-noconnect) + 外部からの接続を許可 (初期値: -proxy または -connect/-noconnect を使用していない場合は1) + + + Connect only to the specified node(s); -noconnect or -connect=0 alone to disable automatic connections + 指定されたノードにのみ接続を行う; -noconnect または -connect=0 だけを指定すると自動接続を無効化します + + + Distributed under the MIT software license, see the accompanying file %s or %s + MITソフトウェアライセンスのもとで配布されています。付属のファイル %s または %s を参照してください + If <category> is not supplied or if <category> = 1, output all debugging information. <category> が与えられなかった場合や <category> = 1 の場合には、すべてのデバッグ情報が出力されます。 - - Maximum total fees (in %s) to use in a single wallet transaction; setting this too low may abort large transactions (default: %s) - ひとつのウォレットトランザクションで使用する合計手数料 (%s 単位) の最大値。低すぎる値を指定すると巨大なトランザクションの作成ができなくなります (規定値: %s) - - - Please check that your computer's date and time are correct! If your clock is wrong Bitcoin Core will not work properly. - あなたのPCの日付と時刻が正しいことを確認して下さい! もしあなたの時計が正しくなければBlackcoin Moreが正確に動作しません。 - Prune configured below the minimum of %d MiB. Please use a higher number. 剪定が最小値の %d MiB以下に設定されています。もっと大きな値を使用してください。 @@ -2947,10 +3033,6 @@ Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node) 剪定: 最後のウォレット同期ポイントは、選定されたデータよりも過去のものとなっています。-reindexをする必要があります (剪定されたノードの場合、ブロックチェイン全体をダウンロードします) - - Reduce storage requirements by pruning (deleting) old blocks. This mode is incompatible with -txindex and -rescan. Warning: Reverting this setting requires re-downloading the entire blockchain. (default: 0 = disable pruning blocks, >%u = target size in MiB to use for block files) - 古いブロックを剪定する (削除する) ことで記憶容量の必要量を削減する。このモードを有効にすると-txindexや-rescanと互換性がなくなります。警告: この設定の再有効化には全ブロックチェインの再ダウンロードが必要となります。(規定値: 0 = ブロックの剪定無効、>%u = ブロックファイルに使用するMiB単位の目標サイズ) - Rescans are not possible in pruned mode. You will need to use -reindex which will download the whole blockchain again. 剪定モードでは再スキャンを行うことはできません。-reindexを指定し、ブロックチェイン全体を再ダウンロードする必要があります。 @@ -2976,25 +3058,77 @@ HTTPサーバを開始できませんでした。詳細はデバッグログをご確認ください。 - Accept connections from outside (default: 1 if no -proxy or -connect) - 外部からの接続を許可 (初期値: -proxy または -connect を使用していない場合は1) + Bitcoin Core + Blackcoin More + + + The %s developers + %s の開発者 + + + A fee rate (in %s/kB) that will be used when fee estimation has insufficient data (default: %s) + 十分なデータが蓄積されていない場合に手数料推定機能が利用する手数料レート (%s/kB) (デフォルト: %s) + + + Accept relayed transactions received from whitelisted peers even when not relaying transactions (default: %d) + トランザクションの中継を行っていない場合でも、ホワイトリストのピアから受け取った中継トランザクションは受け取るようにする (デフォルト: %d) Bind to given address and always listen on it. Use [host]:port notation for IPv6 指定のアドレスへバインドし、その上で常にリスンします。IPv6 は [ホスト名]:ポート番号 と表記します + + Cannot obtain a lock on data directory %s. %s is probably already running. + データ ディレクトリ %s のロックを取得することができません。おそらく %s は実行中です。 + 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 loading %s: You can't enable HD on a already existing non-HD wallet + %s の読み込みエラー: 非HDウォレットが既に存在するため、HDウォレットを有効化できません + + + Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect. + %s の読み込みエラー! すべてのキーは正しく読み取れますが、取引データやアドレス帳のエントリが失われたか、正しくない可能性があります。 Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) ウォレットの取引を変更する際にコマンドを実行 (cmd の %s は TxID に置換される) + + Extra transactions to keep in memory for compact block reconstructions (default: %u) + コンパクトブロック再構成のために追加のトランザクションをメモリ内に保管しておく (デフォルト: %u) + + + If this block is in the chain assume that it and its ancestors are valid and potentially skip their script verification (0 to verify all, default: %s, testnet: %s) + このブロックがブロックチェーン内に含まれていた場合には、このブロックおよびそれ以前のすべてのブロックを有効であるとみなし、スクリプトの検証を省略する (0ならすべてを検証、デフォルト: %s、テストネット: %s) + + + Maximum allowed median peer time offset adjustment. Local perspective of time may be influenced by peers forward or backward by this amount. (default: %u seconds) + 時間オフセット調整値のピア中央値に対する最大の許容値。ローカル時間の見込み値は、接続するピアにより前方ないし後方へ影響されます。(初期値: %u 秒) + + + Maximum total fees (in %s) to use in a single wallet transaction or raw transaction; setting this too low may abort large transactions (default: %s) + ひとつのウォレットトランザクションまたは生トランザクションで使用する合計手数料の最大値 (%s 単位)。低すぎる値を指定すると巨大なトランザクションの作成ができなくなります (規定値: %s) + + + Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly. + あなたのPCの日付と時刻が正しいことを確認して下さい! もしあなたの時計が正しくなければ %s が正確に動作しません。 + + + Please contribute if you find %s useful. Visit %s for further information about the software. + %s が有用だと感じられた方はぜひプロジェクトへの貢献をお願いします。ソフトウェアのより詳細な情報については %s をご覧ください。 + + + Reduce storage requirements by enabling pruning (deleting) of old blocks. This allows the pruneblockchain RPC to be called to delete specific blocks, and enables automatic pruning of old blocks if a target size in MiB is provided. This mode is incompatible with -txindex and -rescan. Warning: Reverting this setting requires re-downloading the entire blockchain. (default: 0 = disable pruning blocks, 1 = allow manual pruning via RPC, >%u = automatically prune block files to stay under the specified target size in MiB) + 古いブロックの剪定 (削除) を有効にすることでストレージの必要量を削減する。これにより pruneblockchain RPC を呼び出すことで指定されたブロックを削除することができます。またターゲットサイズが MiB 単位で指定された場合には古いブロックの自動剪定が有効となります。このモードは -txindex および -rescan オプションと互換性がありません。警告: この設定を最有効化するにはすべてのブロックチェーンの再ダウンロードが必要となります。(デフォルト: 0 = ブロックの剪定を無効化する, 1 = RPC 経由での手動剪定を許可する, >%u = MiB 単位で指定されたターゲットサイズを常に下回るようにブロックファイルを自動的に剪定する) + + + Set lowest fee rate (in %s/kB) for transactions to be included in block creation. (default: %s) + ブロック生成時に取り込まれるトランザクションの最低手数料率 (%s/kB 単位)。(デフォルト: %s) + 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) @@ -3008,36 +3142,36 @@ これはリリース前のテストビルドです - 各自の責任で利用すること - 採掘や商取引に使用しないでください - Unable to bind to %s on this computer. Bitcoin Core is probably already running. - このコンピュータの %s にバインドすることができません。おそらく Blackcoin More は既に実行されています。 + Unable to rewind the database to a pre-fork state. You will need to redownload the blockchain + データベースをフォーク前の状態に巻き戻せませんでした。ブロックチェーンを再ダウンロードする必要があります Use UPnP to map the listening port (default: 1 when listening and no -proxy) リスン ポートの割当に UPnP を使用 (初期値: リスン中および-proxyが指定されていない場合は1) - WARNING: abnormally high number of blocks generated, %d blocks received in the last %d hours (%d expected) - 警告:異常に多くの数のブロックが生成されています。%d ブロックが最近 %d 時間以内に受け取られました。(期待値: %d) + Username and hashed password for JSON-RPC connections. The field <userpw> comes in the format: <USERNAME>:<SALT>$<HASH>. A canonical python script is included in share/rpcuser. The client then connects normally using the rpcuser=<USERNAME>/rpcpassword=<PASSWORD> pair of arguments. This option can be specified multiple times + JSON-RPC 接続時のユーザ名とハッシュ化されたパスワード。<userpw> フィールドのフォーマットは <USERNAME>:<SALT>$<HASH>。標準的な Python スクリプトが share/rpcuser 内に含まれています。クライアントは通常の場合には rpcuser=<USERNAME>/rpcpassword=<PASSWORD> を利用して接続を行います。このオプションは複数回指定できます。 - WARNING: check your network connection, %d blocks received in the last %d hours (%d expected) - 警告:ネットワーク接続を確認してください。%d ブロックが最近 %d 時間以内にに受け取られました。(期待値: %d) + Wallet will not create transactions that violate mempool chain limits (default: %u) + ウォレットがmempoolチェーン制限数を超えてトランザクションを作らないようにする (初期値: %u) 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: 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 に保存されました; もしもあなたの残高や取引が正しくないならバックアップから復元してください。 + You need to rebuild the database using -reindex-chainstate to change -txindex + -txindex を変更するには -reindex-chainstate を使用してデータベースを再構築する必要があります - Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. - 与えられたネットマスクやIPアドレスから接続を行う、ホワイトリストのピア。複数回指定できます。 + %s corrupt, salvage failed + %s が壊れています。復旧にも失敗しました -maxmempool must be at least %d MB @@ -3047,18 +3181,38 @@ <category> can be: <category>は以下の値を指定できます: + + Append comment to the user agent string + ユーザエージェント文字列にコメントを + + + Attempt to recover private keys from a corrupt wallet on startup + 起動時に壊れたウォレットから秘密鍵を復旧することを試す + Block creation options: ブロック作成オプション: - Connect only to the specified node(s) - 指定したノードだけに接続 + Cannot resolve -%s address: '%s' + -%s アドレス '%s' を解決できません + + + Chain selection options: + チェイン選択オプション: + + + Change index out of range + おつりのインデックスが範囲外です Connection options: 接続オプション: + + Copyright (C) %i-%i + Copyright (C) %i-%i + Corrupted block database detected 破損したブロック データベースが見つかりました @@ -3092,6 +3246,10 @@ Enable publish raw transaction in <address> <address> に対し、生トランザクションの公開を有効にする + + Enable transaction replacement in the memory pool (default: %u) + メモリプール内のトランザクションの置換を有効化する (デフォルト: %u) + Error initializing block database ブロック データベースの初期化中にエラー @@ -3100,6 +3258,22 @@ Error initializing wallet database environment %s! ウォレットのデータベース環境 %s 初期化エラー! + + Error loading %s + %s 読み込みエラー + + + Error loading %s: Wallet corrupted + %s 読み込みエラー: ウォレットが壊れました + + + Error loading %s: Wallet requires newer version of %s + %s の読み込みに失敗しました: ウォレットの読み込みにはより新しいバージョンの %s が必要です + + + Error loading %s: You can't disable HD on a already existing HD wallet + %s の読み込みエラー: HDウォレットが既に存在するため、HDウォレットを無効化できません + Error loading block database ブロック データベースの読み込みエラー @@ -3124,14 +3298,34 @@ Incorrect or no genesis block found. Wrong datadir for network? 不正なブロックあるいは、生成されていないブロックが見つかりました。ネットワークの datadir が間違っていませんか? + + Initialization sanity check failed. %s is shutting down. + 初期化時の健全性チェックに失敗しました。%s を終了します。 + Invalid -onion address: '%s' 無効な -onion アドレス:'%s' + + Invalid amount for -%s=<amount>: '%s' + -%s=<数量> に対する不正な額: '%s' + + + Invalid amount for -fallbackfee=<amount>: '%s' + 不正な額 -fallbackfee=<amount>: '%s' + Keep the transaction memory pool below <n> megabytes (default: %u) トランザクションのメモリ・プールの総量を <n> メガバイト以下に維持する (初期値: %u) + + Loading banlist... + banリストを読み込んでいます... + + + Location of the auth cookie (default: data dir) + 認証クッキーの場所 (デフォルト: ) + Not enough file descriptors available. 使用可能なファイルディスクリプタが不足しています。 @@ -3140,6 +3334,14 @@ Only connect to nodes in network <net> (ipv4, ipv6 or onion) <net> (ipv4, ipv6 または onion) ネットワーク内のノードだけに接続する + + Print this help message and exit + このヘルプメッセージを表示し終了する + + + Print version and exit + バージョンを表示し終了 + Prune cannot be configured with a negative value. 剪定値は負の値に設定できません。 @@ -3148,6 +3350,18 @@ Prune mode is incompatible with -txindex. 剪定モードは-txindexと互換性がありません。 + + Rebuild chain state and block index from the blk*.dat files on disk + チェイン状態およびブロックインデックスをディスク上の blk*.dat ファイルから再構築する + + + Rebuild chain state from the currently indexed blocks + 既にインデックスされたブロックからチェイン状態を再構築する + + + Rewinding blocks... + ブロックを巻き戻しています... + Set database cache size in megabytes (%d to %d, default: %d) データベースのキャッシュサイズをメガバイトで設定 (%dから%d。初期値: %d) @@ -3160,6 +3374,14 @@ Specify wallet file (within data directory) ウォレットのファイルを指定 (データ・ディレクトリの中に) + + The source code is available from %s. + ソースコードは %s より入手可能です。 + + + Unable to bind to %s on this computer. %s is probably already running. + このコンピュータの %s にバインドすることができません。おそらく %s は既に実行されています。 + Unsupported argument -benchmark ignored, use -debug=bench. サポートされていない引数 -benchmark は無視されました。-debug=bench を使用してください。 @@ -3176,6 +3398,10 @@ Use UPnP to map the listening port (default: %u) リッスンポートの割当に UPnP を使用 (初期値: %u) + + Use the test chain + テストチェインを利用する + User Agent comment (%s) contains unsafe characters. ユーザエージェントのコメント (%s) には安全でない文字が含まれています。 @@ -3192,18 +3418,18 @@ Wallet %s resides outside data directory %s 財布 %s はデータ・ディレクトリ%sの外にあります + + Wallet debugging/testing options: + ウォレットのデバッグ・テスト用オプション: + + + Wallet needed to be rewritten: restart %s to complete + ウォレットが書き直される必要がありました: 完了するために %s を再起動します + Wallet options: ウォレットオプション: - - Warning: This version is obsolete; upgrade required! - 警告: このバージョンはサポートされません。アップグレードが必要です! - - - You need to rebuild the database using -reindex to change -txindex - -txindex を変更するには -reindex を使用してデータベースを再構築する必要があります - 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)です。このオプションは複数回指定できます。 @@ -3216,10 +3442,6 @@ 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 表記を使用してください。このオプションは複数回指定することが可能です (初期値: すべてのインターフェースに対してバインドする) - - Cannot obtain a lock on data directory %s. Bitcoin Core is probably already running. - データ ディレクトリ %s のロックを取得することができません。おそらく Blackcoin More は実行中です。 - Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) umask 077 ではなく、システムのデフォルトパーミッションで新規ファイルを作成する (ウォレット機能が無効化されていた場合にのみ有効) @@ -3252,10 +3474,6 @@ Maximum size of data in data carrier transactions we relay and mine (default: %u) 中継および採掘を行う際の、データ運送トランザクションの中のデータの最大サイズ (初期値: %u) - - Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect) - 保有するピアアドレスが少ない場合、DNS ルックアップによりピアアドレスを問い合わせる (-connect を使っていない場合の初期値: 1) - Randomize credentials for every proxy connection. This enables Tor stream isolation (default: %u) 認証情報をプロキシー接続ごとにランダム化する。これによりTorストリーム分離をすることができます (規定値: %u) @@ -3264,17 +3482,13 @@ Set maximum size of high-priority/low-fee transactions in bytes (default: %d) 最優先/最低手数料の最大サイズをバイトで指定 (初期値: %d) - - Set the number of threads for coin generation if enabled (-1 = all cores, default: %d) - コイン生成が有効になっていた場合の利用スレッド数を設定する (-1 = すべてのコア, 初期値: %d) - The transaction amount is too small to send after the fee has been deducted 手数料差引後のトランザクションの金額が小さすぎるため、送金できません。 - 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 hierarchical deterministic key generation (HD) after BIP32. Only has effect during wallet creation/first start + BIP32 に従った階層的決定性鍵生成方式 (HD) を利用します。ウォレットの生成時ないし最初に起動した時にのみ有効です。 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 @@ -3292,38 +3506,14 @@ Accept public REST requests (default: %u) 公開 REST リクエストを許可する (初期値: %u) - - Activating best chain... - 最優良のチェインを有効化しています... - - - Always relay transactions received from whitelisted peers (default: %d) - ホワイトリストにあるピアから受け取ったトランザクションを常にリレーする (初期値: %d) - - - Attempt to recover private keys from a corrupt wallet.dat on startup - 起動時に壊れた wallet.dat から秘密鍵を復旧することを試す - Automatically create Tor hidden service (default: %d) Tor秘匿サービスを自動的に作成する (初期値: %d) - - Cannot resolve -whitebind address: '%s' - -whitebind アドレス '%s' を解決できません - Connect through SOCKS5 proxy SOCKS5 プロキシ経由で接続する - - Copyright (C) 2009-%i The Bitcoin Core Developers - Copyright (C) 2009-%i Blackcoin More 開発者 - - - Error loading wallet.dat: Wallet requires newer version of Bitcoin Core - wallet.dat の読み込みに失敗しました: ウォレットの読み込みにはより新しいバージョンの Blackcoin More が必要です - Error reading from database, shutting down. データベースの読み込みエラー。シャットダウンします。 @@ -3336,22 +3526,6 @@ Information 情報 - - Initialization sanity check failed. Bitcoin Core is shutting down. - 初期化時の健全性チェックに失敗しました。Blackcoin Moreを終了します。 - - - 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 でなければいけません) @@ -3376,14 +3550,6 @@ RPC server options: RPCサーバのオプション: - - Rebuild block chain index from current blk000??.dat files on startup - 起動時に現在の blk000??.dat ファイルからブロック チェーンのインデックスを再構築 - - - Receive and display P2P network alerts (default: %u) - P2Pネットワークのアラートの受け取りと表示を行う (デフォルト: %u) - Reducing -maxconnections from %d to %d, because of system limitations. システム上の制約から、-maxconnections を %d から %d に削減しました。 @@ -3432,10 +3598,6 @@ Transaction amount too small 取引の額が小さ過ぎます - - Transaction amounts must be positive - 取引の額は0より大きくしてください - Transaction too large for fee policy 手数料ポリシーに対してトランザクションが大きすぎます @@ -3456,14 +3618,14 @@ Username for JSON-RPC connections JSON-RPC 接続のユーザー名 - - Wallet needed to be rewritten: restart Bitcoin Core to complete - ウォレットが書き直される必要がありました: 完了するために Blackcoin More を再起動します - Warning 警告 + + Warning: unknown new rules activated (versionbit %i) + 警告: 未知の新しいルールが有効化されました (バージョンビット %i) + Whether to operate in a blocks only mode (default: %u) ブロック限定モードにおいて動作を行うかどうか (初期値: %u) @@ -3476,10 +3638,6 @@ ZeroMQ notification options: ZeroMQ通知オプション: - - wallet.dat corrupt, salvage failed - wallet.dat が壊れ、復旧に失敗しました - Password for JSON-RPC connections JSON-RPC 接続のパスワード @@ -3488,10 +3646,6 @@ Execute command when the best block changes (%s in cmd is replaced by block hash) 最良のブロックに変更する際にコマンドを実行 (cmd の %s はブロック ハッシュに置換される) - - This help message - このヘルプ メッセージ - Allow DNS lookups for -addnode, -seednode and -connect -addnode, -seednode と -connect で DNS ルックアップを許可する @@ -3500,10 +3654,6 @@ Loading addresses... アドレスを読み込んでいます... - - Error loading wallet.dat: Wallet corrupted - wallet.dat 読み込みエラー: ウォレットが壊れました - (1 = keep tx meta data e.g. account owner and payment request information, 2 = drop tx meta data) (1 = トランザクションのメタデータ、例えばアカウントの所有者や支払リクエストの内容を保持する, 2 = トランザクションのメタデータを破棄する) @@ -3512,22 +3662,22 @@ -maxtxfee is set very high! Fees this large could be paid on a single transaction. -maxtxfee が非常に高く設定されています!ひとつのトランザクションでこの量の手数料が支払われてしまうことがあります。 - - -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. - -paytxfee が非常に高く設定されています! これは取引を送信する場合に支払う取引手数料です。 - Do not keep transactions in the mempool longer than <n> hours (default: %u) mempool内でトランザクションを <n> 時間以上保持しない (初期値: %u) - Error reading wallet.dat! All keys read correctly, but transaction data or address book entries might be missing or incorrect. - wallet.dat の読み込みエラー! すべてのキーは正しく読み取れますが、取引データやアドレス帳のエントリが失われたか、正しくない可能性があります。 + Equivalent bytes per sigop in transactions for relay and mining (default: %u) + 中継や採掘を行う際のトランザクション内の、sigopあたりバイト数の相当量 (初期値: %u) Fees (in %s/kB) smaller than this are considered zero fee for transaction creation (default: %s) トランザクション作成の際、この値未満の手数料 (%s/kB単位) はゼロであるとみなす (デフォルト: %s) + + Force relay of transactions from whitelisted peers even if they violate local relay policy (default: %d) + ホワイトリストのピアから受け取ったトランザクションに関しては、たとえローカルの中継ポリシーに違反しているとしても中継を行うようにする (デフォルト: %d) + How thorough the block verification of -checkblocks is (0-4, default: %u) -checkblocks のブロックの検証レベル (0-4, 初期値: %u) @@ -3544,10 +3694,26 @@ Output debugging information (default: %u, supplying <category> is optional) デバッグ情報を出力する (初期値: %u, <category> の指定は任意です) + + Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect/-noconnect) + 保有するピアアドレスが少ない場合、DNS ルックアップによりピアアドレスを問い合わせる (-connect/-noconnect を使っていない場合の初期値: 1) + + + Sets the serialization of raw transaction or block hex returned in non-verbose mode, non-segwit(0) or segwit(1) (default: %d) + 非冗長モードで返却する生トランザクションやブロックの16進数表現のシリアライゼーションフォーマットを非 segwit (0) または segwit (1) のものに設定する (デフォルト: %d) + Support filtering of blocks and transaction with bloom filters (default: %u) Bloomフィルタによる、ブロックおよびトランザクションのフィルタリングを有効化する (初期値: %u) + + This is the transaction fee you may pay when fee estimates are not available. + これは手数料の推定機能が利用できない場合に支払うトランザクション手数料です。 + + + This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit %s and cryptographic software written by Eric Young and UPnP software written by Thomas Bernard. + この製品はOpenSSLプロジェクトにより開発されたソフトウェアをOpenSSLツールキット %s として利用しています <https://www.openssl.org/>。また、Eric Young氏により開発された暗号ソフトウェア、Thomas Bernard氏により書かれたUPnPソフトウェアを用いています。 + Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments. ネットワークバージョン文字 (%i) の長さが最大の長さ (%i) を超えています。UAコメントの数や長さを削減してください。 @@ -3560,13 +3726,29 @@ Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported. サポートされていない引数 -socks が見つかりました。SOCKSバージョンの設定はできないようになりました。SOCKS5プロキシのみがサポートされています。 + + Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay. + サポートされていない引数 -whitelistalwaysrelay は無視されました。-whitelistrelay または -whitelistforcerelay を利用してください + Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) Tor 秘匿サービスを通し、別々の SOCKS5 プロキシを用いることでピアに到達する (初期値: %s) - Username and hashed password for JSON-RPC connections. The field <userpw> comes in the format: <USERNAME>:<SALT>$<HASH>. A canonical python script is included in share/rpcuser. This option can be specified multiple times - JSON-RPC接続時のユーザ名とハッシュ化されたパスワード。<userpw> フィールドのフォーマットは <USERNAME>:<SALT>$<HASH>。標準的な Python スクリプトが share/rpcuser 内に含まれています。このオプションは複数回指定できます。 + Warning: Unknown block versions being mined! It's possible unknown rules are in effect + 警告: 未知のバージョンのブロックが採掘されました。未知のルールが導入された可能性があります + + + Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup. + 警告: ウォレットファイルが破損していましたのでデータを復旧しました!元の %s は %s として %s に保存されました; 残高やトランザクションが正しくない場合にはバックアップから復元してください。 + + + Whitelist peers connecting from the given IP address (e.g. 1.2.3.4) or CIDR notated network (e.g. 1.2.3.0/24). Can be specified multiple times. + ホワイトリストとして登録するピアノ、接続元の IP アドレス (例: 1.2.3.4) または CIDR 表現のネットワーク (例: 1.2.3.0/24)。複数回指定することもできる + + + %s is set very high! + %s の設定値は高すぎます (default: %s) @@ -3576,14 +3758,6 @@ Always query for peer addresses via DNS lookup (default: %u) DNS ルックアップを通してピアアドレスを常に問い合わせる (初期値: %u) - - Error loading wallet.dat - wallet.dat 読み込みエラー - - - Generate coins (default: %u) - コインを生成 (初期値: %u) - How many blocks to check at startup (default: %u, 0 = all) 起動時に点検するブロック数 (初期値: %u, 0=すべて) @@ -3596,6 +3770,10 @@ Invalid -proxy address: '%s' 無効な -proxy アドレス: '%s' + + Keypool ran out, please call keypoolrefill first + 鍵プールが枯渇しました。まずはじめに keypoolrefill を呼び出してください + Listen for JSON-RPC connections on <port> (default: %u or testnet: %u) <port> で JSON-RPC 接続をリスン (初期値: %u、testnet は %u) @@ -3632,13 +3810,17 @@ Relay non-P2SH multisig (default: %u) P2SHでないマルチシグトランザクションをリレーする (初期値: %u) + + Send transactions with full-RBF opt-in enabled (default: %u) + full-RBF opt-in を利用してトランザクションを送信する (初期値: %u) + Set key pool size to <n> (default: %u) key pool のサイズを <n> (初期値: %u) にセット - Set minimum block size in bytes (default: %u) - 最小ブロックサイズをバイトで設定 (初期値: %u) + Set maximum BIP141 block weight (default: %d) + BIP141ブロック重みの最大値を設定 (初期値: %d) Set the number of threads to service RPC calls (default: %d) @@ -3660,26 +3842,42 @@ Spend unconfirmed change when sending transactions (default: %u) トランザクション送信時に未検証のおつりを使用する (デフォルト: %u) + + Starting network threads... + ネットワークのスレッドを起動しています... + + + The wallet will avoid paying less than the minimum relay fee. + ウォレットは最小中継手数料を下回る額の支払を拒否します。 + + + This is the minimum transaction fee you pay on every transaction. + これはすべてのトランザクションに対して最低限支払うべき手数料です。 + + + This is the transaction fee you will pay if you send a transaction. + これは取引を送信する場合に支払う取引手数料です。 + Threshold for disconnecting misbehaving peers (default: %u) 不正なピアを切断するためのしきい値 (初期値: %u) + + Transaction amounts must not be negative + 取引の額は負であってはいけません + + + Transaction has too long of a mempool chain + トランザクションのmempoolチェインが長過ぎます + + + Transaction must have at least one recipient + トランザクションは最低ひとつの受取先が必要です + Unknown network specified in -onlynet: '%s' -onlynet で指定された '%s' は未知のネットワークです - - Cannot resolve -bind address: '%s' - -bind のアドレス '%s' を解決できません - - - Cannot resolve -externalip address: '%s' - -externalip のアドレス '%s' を解決できません - - - Invalid amount for -paytxfee=<amount>: '%s' - -paytxfee=<amount> の額 '%s' が無効です - Insufficient funds 残高不足 @@ -3690,7 +3888,7 @@ Add a node to connect to and attempt to keep the connection open - 接続するノードを追加し接続を持続するように試します + 接続するノードを追加し接続を保持します Loading wallet... diff --git a/src/qt/locale/bitcoin_ka.ts b/src/qt/locale/bitcoin_ka.ts index 426b8cfaa..1f0507323 100644 --- a/src/qt/locale/bitcoin_ka.ts +++ b/src/qt/locale/bitcoin_ka.ts @@ -21,10 +21,6 @@ C&lose &დახურვა - - &Copy Address - &მისამართის კოპირება - Delete the currently selected address from the list მონიშნული მისამართის წაშლა სიიდან @@ -41,70 +37,10 @@ &Delete &წაშლა - - Choose the address to send coins to - აირჩიეთ მონეტების გაგზავნის მისამართი - - - Choose the address to receive coins with - აირჩიეთ მონეტების მიღების მისამართი - - - C&hoose - &არჩევა - - - Sending addresses - გაგზავნის მისამართი - - - Receiving addresses - მიღების მისამართი - - - These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - ეს არის თქვენი Blackcoin-მისამართები გადახდების შესასრულებლად. მონეტების გაგზავნამდე ყოველთვის შეამოწმეთ თანხა და მიმღების მისამართი. - - - These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - ეს არის თქვენი Blackcoin-მისამართები გადახდების მისაღებად. რეკომენდებულია ყოველი ტრანსაქციისათვის ახალი მიღების მისამართის გამოყენება. - - - Copy &Label - ნიშნუ&ლის კოპირება - - - &Edit - რ&ედაქტირება - - - Export Address List - მისამართების სიის ექსპორტი - - - Comma separated file (*.csv) - CSV-ფაილი (*.csv) - - - Exporting Failed - ექსპორტი ვერ განხორციელდა - AddressTableModel - - Label - ნიშნული - - - Address - მისამართი - - - (no label) - (არ არის ნიშნული) - - + AskPassphraseDialog @@ -123,83 +59,7 @@ Repeat new passphrase გაიმეორეთ ახალი ფრაზა-პაროლი - - 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 - დაადასტურეთ საფულის დაშიფრვა - - - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! - ყურადღება: საფულის დაშიფრვის შემდეგ თუ თქვენ დაკარგავთ ფრაზა-პაროლს, <b>ყველა ბიტქოინი დაგეკარგებათ</b>! - - - Are you sure you wish to encrypt your wallet? - დარწმუნებული ხართ, რომ გინდათ საფულის დაშიფრვა? - - - 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. - მნიშვნელოვანია: თქვენი საფულის ყველა ადრინდელი არქივი შეიცვლება ახლადგენერირებული დაშიფრული საფულის ფაილით. უსაფრთხოების მოსაზრებებით დაუშიფრავი საფულის ძველი არქივები ძალას დაკარგავს, როგორც კი დაიწყებთ ახალი, დაშიფრული საფულის გამოყენებას. - - - Warning: The Caps Lock key is on! - ყურადღება: ჩართულია Caps Lock რეჟიმი! - - - Wallet encrypted - საფულე დაშიფრულია - - - 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. - საფულის ფრაზა-პაროლი შეცვლილია. - - + BanTableModel @@ -277,10 +137,6 @@ Open &URI... &URI-ის გახსნა... - - Importing blocks from disk... - ბლოკების იმპორტი დისკიდან... - Reindexing blocks on disk... დისკზე ბლოკების რეინდექსაცია... @@ -361,18 +217,10 @@ Tabs toolbar ბარათების პანელი - - Bitcoin Core - Blackcoin More - Request payments (generates QR codes and bitcoin: URIs) გადახდის მოთხოვნა (შეიქმნება QR-კოდები და blackcoin: ბმულები) - - &About Bitcoin Core - Blackcoin More-ს შეს&ახებ - Show the list of used sending addresses and labels გამოყენებული გაგზავნის მისამართებისა და ნიშნულების სიის ჩვენება @@ -389,18 +237,6 @@ &Command-line options საკომანდო სტრიქონის ოპ&ციები - - Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options - Blackcoin More-ს დახმარების ჩვენება Blackcoin-ის საკომანდო სტრიქონის დასაშვები ოპციების სანახავად - - - No block source available... - ბლოკების წყარო მიუწვდომელია... - - - %1 and %2 - %1 და %2 - %1 behind %1 გავლილია @@ -449,14 +285,7 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> საფულე <b>დაშიფრულია</b> და ამჟამად <b>დაბლოკილია</b> - - - ClientModel - - Network Alert - ქსელური განგაში - - + CoinControlDialog @@ -471,10 +300,6 @@ Amount: თანხა: - - Priority: - პრიორიტეტი: - Fee: საკომისიო: @@ -515,135 +340,7 @@ 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 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. - ეს ნიშნავს, რომ კილობაიტზე საკომისიო იქნება მინიმუმ %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) - (ხურდა) - - + EditAddressDialog @@ -666,39 +363,7 @@ &Address მის&ამართი - - New receiving address - ახალი მიღების მისამართი - - - New sending address - ახალი გაგზავნის მისამართი - - - Edit receiving address - მიღების მისამართის შეცვლა - - - Edit sending address - გაგზავნის მისამართის შეცვლა - - - The entered address "%1" is already in the address book. - მისამართი "%1" უკვე არის მისამართების წიგნში. - - - The entered address "%1" is not a valid Bitcoin address. - შეყვანილი მისამართი "%1" არ არის ვალიდური Blackcoin-მისამართი. - - - Could not unlock wallet. - საფულის განბლოკვა ვერ მოხერხდა. - - - New key generation failed. - ახალი გასაღების გენერირება ვერ მოხერხდა - - + FreespaceChecker @@ -724,18 +389,10 @@ HelpMessageDialog - - Bitcoin Core - Blackcoin More - version ვერსია - - About Bitcoin Core - Blackcoin More-ს შესახებ - Command-line options კომანდების ზოლის ოპციები @@ -755,18 +412,6 @@ Welcome მოგესალმებით - - Welcome to Bitcoin Core. - მოგესალმებათ Blackcoin More. - - - As this is the first time the program is launched, you can choose where Bitcoin Core will store its data. - ეს პროგრამის პირველი გაშვებაა; შეგიძლიათ მიუთითოთ, სად შეინახოს მონაცემები Blackcoin More-მ. - - - Bitcoin Core will download and store a copy of the Bitcoin block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Blackcoin More გადმოტვირთავს და შეინახავს Blackcoin-ის ბლოკთა ჯაჭვს. მითითებულ კატალოგში დაგროვდება სულ ცოტა %1 გბ მონაცემები, და მომავალში უფრო გაიზრდება. საფულეც ამავე კატალოგში შეინახება. - Use the default data directory ნაგულისხმევი კატალოგის გამოყენება @@ -775,15 +420,22 @@ Use a custom data directory: მითითებული კატალოგის გამოყენება: - - Bitcoin Core - Blackcoin More - Error შეცდომა + + ModalOverlay + + Form + ფორმა + + + Last block time + ბოლო ბლოკის დრო + + OpenURIDialog @@ -802,11 +454,7 @@ Select payment request file გადახდის მოთხოვნის ფაილის არჩევა - - Select payment request file to open - გადახდის მოთხოვნის ფაილის არჩევა გასახსნელად - - + OptionsDialog @@ -991,59 +639,7 @@ PaymentServer - - URI handling - URI-ების დამუშავება - - - Invalid payment address %1 - გადახდის მისამართი არასწორია: %1 - - - Requested payment amount of %1 is too small (considered dust). - მოთხოვნილი გადახდის %1 მოცულობა ძალიან მცირეა (ითვლება "მტვრად") - - - Payment request error - გადახდის მოთხოვნის შეცდომა - - - Cannot start bitcoin: click-to-pay handler - ვერ გაიშვა blackcoin: click-to-pay - - - Payment request fetch URL is invalid: %1 - არასწორია გადახდის მოთხოვნის URL: %1 - - - Payment request file handling - გადახდის მოთხოვნის ფაილის დამუშავება - - - Unverified payment requests to custom payment scripts are unsupported. - არავერიფიცირებული გადახდის მოთხოვნები გადახდის სამომხმარებლო სკრიპტებისათვის არ არის მხარდაჭერილი. - - - Refund from %1 - დაბრუნება %1-საგან - - - Error communicating with %1: %2 - ვერ გამოდის კავშირზე %1: %2 - - - Bad response from server %1 - ცუდი პასუხი სერვერისაგან %1 - - - Payment acknowledged - გადახდა მიღებულია - - - Network request error - ქსელური მოთხოვნის შეცდომა - - + PeerTableModel @@ -1065,32 +661,19 @@ N/A მიუწვდ. + + %1 and %2 + %1 და %2 + + + + QObject::QObject QRImageWidget - - &Save Image... - გამო&სახულების შენახვა... - - - &Copy Image - გამოსახულების &კოპირება - - - Save QR Code - QR-კოდის შენახვა - - - PNG Image (*.png) - PNG სურათი (*.png) - - + RPCConsole - - Client name - კლიენტი - N/A მიუწვდ. @@ -1111,10 +694,6 @@ General საერთო - - Using OpenSSL version - OpenSSL-ის ვერსია - Startup time სტარტის დრო @@ -1171,10 +750,6 @@ Out: გამავალი: - - Build date - შექმნის დრო - Debug log file დახვეწის ლოგ-ფაილი @@ -1278,19 +853,7 @@ Remove წაშლა - - Copy label - ნიშნულის კოპირება - - - Copy message - მესიჯის კოპირება - - - Copy amount - თანხის კოპირება - - + ReceiveRequestDialog @@ -1309,74 +872,10 @@ &Save Image... გამო&სახულების შენახვა... - - 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. - შედომა URI-ის QR-კოდში გადაყვანისას. - - + RecentRequestsTableModel - - Date - თარიღი - - - Label - ნიშნული - - - Message - მესიჯი - - - Amount - თანხა - - - (no label) - (არ არის ნიშნული) - - - (no message) - (მესიჯები არ არის) - - - (no amount) - (თანხა არ არის) - - + SendCoinsDialog @@ -1411,10 +910,6 @@ Amount: თანხა: - - Priority: - პრიორიტეტი: - Fee: საკომისიო: @@ -1467,87 +962,7 @@ S&end გაგ&ზავნა - - Confirm send coins - მონეტების გაგზავნის დადასტურება - - - %1 to %2 - %1-დან %2-ში - - - Copy quantity - რაოდენობის კოპირება - - - Copy amount - თანხის კოპირება - - - Copy fee - საკომისიოს კოპირება - - - Copy after fee - დამატებითი საკომისიოს კოპირება - - - Copy bytes - ბაიტების კოპირება - - - Copy priority - პრიორიტეტის კოპირება - - - Copy change - ხურდის კოპირება - - - or - ან - - - 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-ის ასლის გამოყენებისას, როცა მონეტები გაიგზავნა სხვა ასლიდან, აქ კი არ არის გაგზავნილად მონიშნული. - - - Warning: Invalid Bitcoin address - ყურადღება: არასწორია Blackcoin-მისამართი - - - (no label) - (არ არის ნიშნული) - - - Warning: Unknown change address - ყურადღება: უცნობია ხურდის მისამართი - - - Are you sure you want to send? - დარწმუნებული ხართ, რომ გინდათ გაგზავნა? - - - added as transaction fee - დამატებულია საკომისიო - - + SendCoinsEntry @@ -1558,10 +973,6 @@ Pay &To: ადრესა&ტი: - - Enter a label for this address to add it to your address book - შეიყვანეთ ამ მისამართის ნიშნული მისამართების წიგნში დასამატებლად - &Label: ნიშნუ&ლი: @@ -1610,13 +1021,12 @@ Memo: შენიშვნა: - + + + SendConfirmationDialog + ShutdownWindow - - Bitcoin Core is shutting down... - Blackcoin More იხურება... - Do not shut down the computer until this window disappears. არ გამორთოთ კომპიუტერი ამ ფანჯრის გაქრობამდე. @@ -1692,69 +1102,9 @@ 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 - - Bitcoin Core - Blackcoin More - - - The Bitcoin Core developers - Blackcoin More-ს ავტორები - [testnet] [testnet] @@ -1769,424 +1119,32 @@ TransactionDesc - - Open until %1 - ღია იქნება სანამ %1 - - - conflicted - კონფლიქტშია - - - %1/offline - %1/გათიშულია - - - %1/unconfirmed - %1/დაუდასტურებელია - - - %1 confirmations - %1 დადასტურებულია - - - Status - სტატუსი - - - Date - თარიღი - - - Source - წყარო - - - Generated - გენერირებულია - - - From - გამგზავნი - - - To - მიმღები - - - own address - საკუთარი მისამართი - - - label - ნიშნული - - - Credit - კრედიტი - - - not accepted - უარყოფილია - - - Debit - დებიტი - - - 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 - მცდარი - - - , has not been successfully broadcast yet - , დაგზავნა არ არის წარმატებით დასრულებული - - - unknown - უცნობია - - + TransactionDescDialog - - Transaction details - ტრანსაქციის დეტალები - This pane shows a detailed description of the transaction ტრანსაქციის დაწვრილებითი აღწერილობა - + TransactionTableModel - - Date - თარიღი - - - Type - ტიპი - - - Immature (%1 confirmations, will be available after %2) - არ არის მომწიფებული (%1 დასტური, საჭიროა სულ %2) - - - Open until %1 - ღია იქნება სანამ %1 - - - Confirmed (%1 confirmations) - დადასტურებულია (%1დასტური) - - - This block was not received by any other nodes and will probably not be accepted! - ეს ბლოკი არ არის მიღებული არცერთი კვანძის მიერ და სავარაუდოდ უარყოფილია! - - - Generated but not accepted - გენერირებულია, მაგრამ უარყოფილია - - - Offline - ოფლაინშია - - - Label - ნიშნული - - - Unconfirmed - დაუდასტურებელია - - - Confirming (%1 of %2 recommended confirmations) - დადასტურებულია (%1, რეკომენდებულია %2) - - - Conflicted - კონფლიქტშია - - - Received with - შემოსულია - - - Received from - გამომგზავნი - - - Sent to - გაგზავნილია - - - Payment to yourself - გადახდილია საკუთარი თავისათვის - - - Mined - მოპოვებულია - - - (n/a) - (მიუწვდ.) - - - Transaction status. Hover over this field to show number of confirmations. - ტრანსაქციის სტატუსი. ველზე კურსორის შეყვანისას გამოჩნდება დასტურების რაოდენობა. - - - Date and time that the transaction was received. - ტრანსაქციის მიღების თარიღი და დრო. - - - Type of 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 - ტრანსაქციების ისტორიის ექსპორტი - - - 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-ში. - - - Comma separated file (*.csv) - CSV-ფაილი (*.csv) - - - Confirmed - დადასტურებულია - - - Date - თარიღი - - - Type - ტიპი - - - Label - ნიშნული - - - Address - მისამართი - - - ID - ID - - - Range: - შუალედი: - - - to - - - - + UnitDisplayStatusBarControl WalletFrame - - No wallet has been loaded. - არ არის ჩატვირთული საფულე. - - + WalletModel - - Send Coins - მონეტების გაგზავნა - - + WalletView - - &Export - &ექსპორტი - - - 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-ში საფულის მონაცემების შენახვის მცდელობისას. - - - The wallet data was successfully saved to %1. - საფულის მონაცემები შენახულია %1-ში. - - - Backup Successful - არქივირება შესრულებულია - - + bitcoin-core @@ -2214,8 +1172,8 @@ რეზიდენტულად გაშვება და კომანდების მიღება - Accept connections from outside (default: 1 if no -proxy or -connect) - გარედან შეერთებების დაშვება (ნაგულისხმევი: 1 თუ არ გამოიყენება -proxy ან -connect) + Bitcoin Core + Blackcoin More Bind to given address and always listen on it. Use [host]:port notation for IPv6 @@ -2225,22 +1183,6 @@ Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) კომანდის შესრულება საფულის ტრანსაქციის ცვლილებისას (%s კომანდაში ჩანაცვლდება TxID-ით) - - This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - ეს არის წინასწარი სატესტო ვერსია - გამოიყენეთ საკუთარი რისკით - არ გამოიყენოთ მოპოვებისა ან კომერციული მიზნებისათვის - - - 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: 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-ში; თუ შეამჩნიეთ უზუსტობა ნაშთში ან ტრანსაქციებში, აღადგინეთ არქივიდან. - <category> can be: <category> შეიძლება იყოს: @@ -2249,10 +1191,6 @@ Block creation options: ბლოკის შექმნის ოპციები: - - Connect only to the specified node(s) - შეერთება მხოლოდ მითითებულ კვანძ(ებ)თან - Corrupted block database detected შენიშნულია ბლოკთა ბაზის დაზიანება @@ -2325,10 +1263,6 @@ Wallet options: სფულის ოპციები: - - You need to rebuild the database using -reindex to change -txindex - საჭიროა ბაზის ხელახალი აგება, გამოიყენეთ -reindex რათა შეცვალოთ -txindex - Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message) ბრძანების შესრულება შესაბამისი უწყების მიღებისას ან როცა შეინიშნება საგრძნობი გახლეჩა (cmd-ში %s შეიცვლება მესიჯით) @@ -2337,26 +1271,10 @@ Set maximum size of high-priority/low-fee transactions in bytes (default: %d) მაღალპრიორიტეტული/დაბალსაკომისიოიანი ტრანსაქციების მაქსიმალური ზომა ბაიტებში (ნაგულისხმევი: %d) - - Cannot resolve -whitebind address: '%s' - ვერ ხერხდება -whitebind მისამართის გარკვევა: '%s' - Information ინფორმაცია - - Invalid amount for -maxtxfee=<amount>: '%s' - დაუშვებელი მნიშვნელობა -pmaxtxfee<amount>: '%s' - - - Invalid amount for -minrelaytxfee=<amount>: '%s' - დაუშვებელი მნიშვნელობა -minrelaytxfee=<amount>: '%s' - - - Invalid amount for -mintxfee=<amount>: '%s' - დაუშვებელი მნიშვნელობა -mintxfee=<amount>: '%s' - Send trace/debug info to console instead of debug.log file ტრასირების/დახვეწის ინფოს გაგზავნა კონსოლზე debug.log ფაილის ნაცვლად @@ -2373,10 +1291,6 @@ Transaction amount too small ტრანსაქციების რაოდენობა ძალიან ცოტაა - - Transaction amounts must be positive - ტრანსაქციების რაოდენობა დადებითი რიცხვი უნდა იყოს - Transaction too large ტრანსაქცია ძალიან დიდია @@ -2393,10 +1307,6 @@ Zapping all transactions from wallet... ტრანსაქციების ჩახსნა საფულიდან... - - wallet.dat corrupt, salvage failed - wallet.dat დაზიანებულია, აღდგენა ვერ მოხერხდა - Password for JSON-RPC connections პაროლი JSON-RPC-შეერთებისათვის @@ -2405,10 +1315,6 @@ Execute command when the best block changes (%s in cmd is replaced by block hash) კომანდის შესრულება უკეთესი ბლოკის გამოჩენისას (%s კომანდაში ჩანაცვლდება ბლოკის ჰეშით) - - This help message - ეს ტექსტი - Allow DNS lookups for -addnode, -seednode and -connect DNS-ძებნის დაშვება -addnode, -seednode და -connect-სათვის @@ -2417,14 +1323,6 @@ Loading addresses... მისამართების ჩატვირთვა... - - Error loading wallet.dat: Wallet corrupted - არ იტვირთება wallet.dat: საფულე დაზიანებულია - - - Error loading wallet.dat - არ იტვირთება wallet.dat - Invalid -proxy address: '%s' არასწორია მისამართი -proxy: '%s' @@ -2433,18 +1331,6 @@ Unknown network specified in -onlynet: '%s' -onlynet-ში მითითებულია უცნობი ქსელი: '%s' - - Cannot resolve -bind address: '%s' - ვერ ხერხდება -bind მისამართის გარკვევა: '%s' - - - Cannot resolve -externalip address: '%s' - ვერ ხერხდება -externalip მისამართის გარკვევა: '%s' - - - Invalid amount for -paytxfee=<amount>: '%s' - დაუშვებელი მნიშვნელობა -paytxfee=<amount>: '%s' - Insufficient funds არ არის საკმარისი თანხა diff --git a/src/qt/locale/bitcoin_kk_KZ.ts b/src/qt/locale/bitcoin_kk_KZ.ts index b6add4c86..ff0eb42d6 100644 --- a/src/qt/locale/bitcoin_kk_KZ.ts +++ b/src/qt/locale/bitcoin_kk_KZ.ts @@ -25,26 +25,10 @@ &Delete Жою - - Comma separated file (*.csv) - Үтірмен бөлінген текст (*.csv) - AddressTableModel - - Label - таңба - - - Address - Адрес - - - (no label) - (таңбасыз) - - + AskPassphraseDialog @@ -59,30 +43,6 @@ Repeat new passphrase Жаңа құпия сөзді қайта енгізу - - 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 - Құпия сөзді өзгерту - BanTableModel @@ -133,26 +93,6 @@ &Help Көмек - - %n hour(s) - %n сағат - - - %n day(s) - %n күн - - - %n week(s) - %n апта - - - %1 and %2 - %1 немесе %2 - - - %n year(s) - %n жыл - %1 behind %1 қалмады @@ -174,19 +114,12 @@ Жаңартылған - - ClientModel - CoinControlDialog Amount: Саны - - Priority: - Басымдық - Fee: Комиссия @@ -215,18 +148,6 @@ Confirmed Растық - - Priority - Басымдық - - - no - жоқ - - - (no label) - (таңбасыз) - EditAddressDialog @@ -252,6 +173,9 @@ қате + + ModalOverlay + OpenURIDialog @@ -277,6 +201,13 @@ Amount Саны + + %1 and %2 + %1 немесе %2 + + + + QObject::QObject QRImageWidget @@ -297,37 +228,9 @@ ReceiveRequestDialog - - Address - Адрес - - - Amount - Саны - - - Label - таңба - RecentRequestsTableModel - - Date - Күні - - - Label - таңба - - - Amount - Саны - - - (no label) - (таңбасыз) - SendCoinsDialog @@ -335,10 +238,6 @@ Amount: Саны - - Priority: - Басымдық - Fee: Комиссия: @@ -351,10 +250,6 @@ Dust: Шаң - - (no label) - (таңбасыз) - SendCoinsEntry @@ -363,6 +258,9 @@ Саны + + SendConfirmationDialog + ShutdownWindow @@ -377,51 +275,15 @@ TransactionDesc - - Date - Күні - - - Amount - Саны - TransactionDescDialog TransactionTableModel - - Date - Күні - - - Label - таңба - TransactionView - - Comma separated file (*.csv) - Үтірмен бөлінген файл (*.csv) - - - Confirmed - Растық - - - Date - Күні - - - Label - таңба - - - Address - Адрес - UnitDisplayStatusBarControl @@ -434,10 +296,6 @@ WalletView - - &Export - Экспорт - bitcoin-core diff --git a/src/qt/locale/bitcoin_ko_KR.ts b/src/qt/locale/bitcoin_ko_KR.ts index 6171c5dd3..bd1d617df 100644 --- a/src/qt/locale/bitcoin_ko_KR.ts +++ b/src/qt/locale/bitcoin_ko_KR.ts @@ -11,7 +11,7 @@ &New - 새 항목(N) + 새 항목(&N) Copy the currently selected address to the system clipboard @@ -19,15 +19,11 @@ &Copy - 복사 + 복사(&C) C&lose - 닫기 (L) - - - &Copy Address - 주소 복사(&C) + 닫기(&L) Delete the currently selected address from the list @@ -39,11 +35,11 @@ &Export - &내보내기 + 내보내기(&E) &Delete - &삭제 + 삭제(&D) Choose the address to send coins to @@ -55,31 +51,35 @@ C&hoose - 선택하기 (H) + 선택 (&H) Sending addresses - 타인 계좌 주소목록 + 보내는 주소들 Receiving addresses - 내 계좌 주소목록 + 받은 주소들 These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - 비트코인을 받는 계좌 주소입니다. 코인을 보내기 전에 잔고와 받는 주소를 항상 확인하세요. + 비트코인을 보내는 계좌 주소입니다. 코인을 보내기 전에 잔고와 받는 주소를 항상 확인하세요. These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. 비트코인을 받을 수 있는 계좌 주소입니다. 매 거래마다 새로운 주소 사용을 권장합니다. + + &Copy Address + 계좌 복사(&C) + Copy &Label - 라벨 복사 + 라벨 복사(&L) &Edit - 편집& + 편집 (&E) Export Address List @@ -87,7 +87,7 @@ Comma separated file (*.csv) - 쉼표로 구분된 파일(*.csv) + 쉼표로 구분된 파일 (*.csv) Exporting Failed @@ -95,7 +95,7 @@ There was an error trying to save the address list to %1. Please try again. - %1으로 주소 목록을 저장하는 동안 오류가 발생했습니다. 다시 시도해주세요. + %1으로 주소 리스트를 저장하는 동안 오류가 발생했습니다. 다시 시도해주세요. @@ -131,6 +131,10 @@ 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>열 개 이상의 무작위 글자</b> 혹은 <b>여덟개 이상의 단어로<b> 정하세요. + Encrypt wallet 지갑 암호화 @@ -149,12 +153,16 @@ Decrypt wallet - 지갑 해독 + 지갑 복호화 Change passphrase 암호 변경 + + Enter the old passphrase and new passphrase to the wallet. + 지갑의 기존 암호와 새로운 암호를 입력해주세요. + Confirm wallet encryption 지갑 암호화 승인 @@ -167,29 +175,17 @@ Are you sure you wish to encrypt your wallet? 지갑 암호화를 허용하시겠습니까? - - Bitcoin Core will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - 비트코인 코어는 암호화 과정을 마무리 하기 위해 종료됩니다. 당신의 지갑을 암호화하는 것이 여러분의 컴퓨터에 해를 끼치는 프로그램으로부터 여러분의 비트코인을 완전히 보호해주지는 못한다는 사실을 기억하십시오. - - - 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. - 중요: 본인 지갑파일에서 만든 예전 백업들은 새로 생성한 암호화 된 지갑 파일로 교체됩니다. 보안상 이유로 이전에 암호화 하지 않은 지갑 파일 백업은 사용할 수 없게 되니 빠른 시일 내로 새로 암호화 된 지갑을 사용하시기 바랍니다. - - - Warning: The Caps Lock key is on! - 경고: Caps Lock키가 켜져있습니다! - Wallet encrypted 지갑 암호화 완료 - 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>열 개 이상의 무작위 글자</b> 혹은 <b>여덟개 이상의 단어로<b> 정하세요. + %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. + 암호화 처리 과정을 끝내기 위해 %1을 종료합니다. 지갑 암호화는 컴퓨터로의 멀웨어 감염으로 인한 비트코인 도난을 완전히 방지할 수 없음을 기억하세요. - Enter the old passphrase and new passphrase to the wallet. - 지갑의 기존 암호와 새로운 암호를 입력해주세요. + 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 @@ -205,7 +201,7 @@ Wallet unlock failed - 지갑을 열지 못했습니다. + 지갑 잠금해제 실패 The passphrase entered for the wallet decryption was incorrect. @@ -213,12 +209,16 @@ Wallet decryption failed - 지갑 해독에 실패하였습니다. + 지갑 복호화 실패 Wallet passphrase was successfully changed. 지갑 비밀번호가 성공적으로 변경되었습니다. + + Warning: The Caps Lock key is on! + 경고: Caps Lock키가 켜져있습니다! + BanTableModel @@ -235,7 +235,7 @@ BitcoinGUI Sign &message... - 메시지 서명&... + 메시지 서명(&M)... Synchronizing with network... @@ -243,7 +243,7 @@ &Overview - &개요 + 개요(&O) Node @@ -255,7 +255,7 @@ &Transactions - &거래 + 거래(&T) Browse transaction history @@ -267,11 +267,19 @@ Quit application - 적용 중단 + 어플리케이션 종료 + + + &About %1 + %1 정보(&A) + + + Show information about %1 + %1 정보를 표시합니다 About &Qt - Qt 정보(&Q) + &Qt 정보 Show information about Qt @@ -279,39 +287,51 @@ &Options... - &옵션 + 옵션(&O) + + + Modify configuration options for %1 + %1 설정 옵션 수정 &Encrypt Wallet... - 지갑 암호화&... + 지갑 암호화(&E)... &Backup Wallet... - 지갑 백업&... + 지갑 백업(&B)... &Change Passphrase... - 암호문 변경&... + 암호문 변경(&C)... &Sending addresses... - &주소 보내는 중 + 보내는 주소(&S) &Receiving addresses... - & 주소 받는 중 + 받는 주소(&R) Open &URI... - URI&열기... + &URI 열기... - Bitcoin Core client - 비트코인 코어 클라이언트 + Click to disable network activity. + 네트워크 활동을 중지하려면 클릭. - Importing blocks from disk... - 디스크에서 블록 가져오는 중... + Network activity disabled. + 네트워크 활동이 정지됨. + + + Click to enable network activity again. + 네트워크 활동을 다시 시작하려면 클릭. + + + Syncing Headers (%1%)... + 헤더 동기화중 (%1%)... Reindexing blocks on disk... @@ -331,7 +351,7 @@ &Debug window - 디버그 창& + 디버그 창(&D) Open debugging and diagnostic console @@ -339,7 +359,7 @@ &Verify message... - 메시지 확인&... + 메시지 확인(&V)... Bitcoin @@ -357,10 +377,6 @@ &Receive 받기(&R) - - Show information about Bitcoin Core - 비트코인 코어에 관한 정보입니다. - &Show / Hide 보이기/숨기기(&S) @@ -383,36 +399,24 @@ &File - &파일 + 파일(&F) &Settings - &설정 + 설정(&S) &Help - &도움말 + 도움말(&H) Tabs toolbar 툴바 색인표 - - Bitcoin Core - 비트코인 코어 - Request payments (generates QR codes and bitcoin: URIs) 지불 요청하기 (QR코드와 비트코인이 생성됩니다: URIs) - - &About Bitcoin Core - &비트코인 코어 소개 - - - Modify configuration options for Bitcoin Core - 비트코인 코어를 위한 설정 옵션을 수정하세요. - Show the list of used sending addresses and labels 한번 이상 사용된 보내는 주소와 주소 제목의 목록을 보여줍니다. @@ -427,43 +431,23 @@ &Command-line options - 명령어-라인 옵션 - - - Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options - 사용할 수 있는 비트코인 명령어 옵션 목록을 가져오기 위해 Blackcoin-Qt 도움말 메시지를 표시합니다. + 명령줄 옵션(&C) %n active connection(s) to Bitcoin network 비트코인 네트워크에 %n개의 연결이 활성화되어 있습니다. - No block source available... - 사용 가능한 블록이 없습니다... + Indexing blocks on disk... + 디스크에서 블록 색인중... + + + Processing blocks on disk... + 디스크에서 블록 처리중... Processed %n block(s) of transaction history. - %n 블럭 만큼의 거래 내역을 처리하였습니다. - - - %n hour(s) - %n시간 - - - %n day(s) - %n일 - - - %n week(s) - %n주 - - - %1 and %2 - %1 그리고 %2 - - - %n year(s) - %n년 + %n 블록 만큼의 거래 기록이 처리됨. %1 behind @@ -493,6 +477,18 @@ Up to date 현재까지 + + Show the %1 help message to get a list with possible Bitcoin command-line options + 사용할 수 있는 비트코인 명령줄 옵션 목록을 가져오기 위해 %1 도움말 메시지를 표시합니다. + + + %1 client + %1 클라이언트 + + + Connecting to peers... + 피어에 연결중... + Catching up... 블록 따라잡기... @@ -535,20 +531,25 @@ Incoming transaction 들어오고 있는 거래 + + HD key generation is <b>enabled</b> + HD 키 생성이 <b>활성화되었습니다</b> + + + HD key generation is <b>disabled</b> + HD 키 생성이 <b>비활성화되었습니다</b> + Wallet is <b>encrypted</b> and currently <b>unlocked</b> - 지갑이 암호화 되었고 현재 차단해제 되었습니다 + 지갑이 <b>암호화</b> 되었고 현재 <b>잠금해제</b> 되었습니다 Wallet is <b>encrypted</b> and currently <b>locked</b> - 지갑이 암호화 되었고 현재 잠겨져 있습니다 + 지갑이 <b>암호화</b> 되었고 현재 <b>잠겨져</b> 있습니다 - - - ClientModel - Network Alert - 네트워크 경고 + A fatal error occurred. Bitcoin can no longer continue safely and will quit. + 치명적인 오류가 발생했습니다. 비트코인을 더이상 안전하게 진행할 수 없어 곧 종료합니다. @@ -569,10 +570,6 @@ Amount: 금액: - - Priority: - 우선순위: - Fee: 수수료: @@ -587,7 +584,7 @@ Change: - 체인지: + 잔돈: (un)select all @@ -603,15 +600,15 @@ Amount - 거래량 + 거래액 Received with label - 레이블과 함께 수신되었습니다. + 입금과 함께 수신된 라벨 Received with address - 주소와 함께 수신되었습니다. + 입금과 함께 수신된 주소 Date @@ -625,21 +622,17 @@ Confirmed 확인됨 - - Priority - 우선순위 - Copy address - 주소 복사하기 + 주소 복사 Copy label - 표 복사하기 + 라벨 복사 Copy amount - 거래량 복사 + 거래액 복사 Copy transaction ID @@ -647,11 +640,11 @@ Lock unspent - 비트코인이 사용되지 않은 주소를 잠금 처리합니다. + 사용되지 않은 주소를 잠금 처리합니다. Unlock unspent - 비트코인이 사용되지 않은 주소를 잠금 해제합니다. + 사용되지 않은 주소를 잠금 해제합니다. Copy quantity @@ -670,57 +663,17 @@ bytes 복사 - Copy priority - 우선도 복사 + Copy dust + 더스트 복사 - highest - 아주 높음 - - - higher - 보다 높음 - - - high - 높음 - - - medium-high - 약간 높음 - - - medium - 보통 - - - low-medium - 약간 낮음 - - - low - 낮음 - - - lower - 보다 낮음 - - - lowest - 아주 낮음 + Copy change + 잔돈 복사 (%1 locked) (%1 잠금) - - none - 없음 - - - This label turns red if the transaction size is greater than 1000 bytes. - 이 라벨은 1000바이트 이상의 거래가 이루어지면 붉게 변합니다. - yes @@ -730,22 +683,26 @@ 아니요 - This means a fee of at least %1 per kB is required. - 이 의미는 수수료가 최소한 %1 per 키로바이트 필요합니다 + This label turns red if any recipient receives an amount smaller than the current dust threshold. + 수령인이 현재 더스트 임계값보다 작은 양을 수신하면 이 라벨이 빨간색으로 변합니다. - Transactions with higher priority are more likely to get included into a block. - 우선 순위가 높은 거래의 경우 블럭에 포함될 가능성이 더 많습니다. + Can vary +/- %1 satoshi(s) per input. + 입력마다 +/- %1 사토시(s)가 변할 수 있습니다. (no label) - (표 없음) + (라벨 없음) change from %1 (%2) - ~로부터 변경 %1 (%2) + %1로부터 변경 (%2) - + + (change) + (잔돈) + + EditAddressDialog @@ -754,23 +711,27 @@ &Label - &표 + 라벨(&L) The label associated with this address list entry 현재 선택된 주소 필드의 제목입니다. + + The address associated with this address list entry. This can only be modified for sending addresses. + 본 주소록 입력은 주소와 연계되었습니다. 이것은 보내는 주소들에서만 변경될수 있습니다. + &Address - &주소 + 주소(&A) New receiving address - 새로 받는 주소 + 새 받는 주소 New sending address - 새로 보내는 주소 + 새 보내는 주소 Edit receiving address @@ -780,21 +741,21 @@ Edit sending address 보내는 주소 편집 - - The entered address "%1" is already in the address book. - 입력된 주소는"%1" 이미 주소록에 있습니다. - The entered address "%1" is not a valid Bitcoin address. 입력한 "%1" 주소는 올바른 비트코인 주소가 아닙니다. + + The entered address "%1" is already in the address book. + 입력된 주소는"%1" 이미 주소록에 있습니다. + Could not unlock wallet. - 지갑을 열 수 없습니다. + 지갑을 잠금해제 할 수 없습니다. New key generation failed. - 새로운 키 생성이 실패하였습니다 + 새로운 키 생성이 실패하였습니다. @@ -822,10 +783,6 @@ HelpMessageDialog - - Bitcoin Core - 비트코인 코어 - version 버전 @@ -835,8 +792,8 @@ (%1-비트) - About Bitcoin Core - 비트코인 코어 소개 + About %1 + %1 정보(&A) Command-line options @@ -850,7 +807,35 @@ command-line options 명령줄 옵션 - + + UI Options: + UI 옵션: + + + Choose data directory on startup (default: %u) + 실행시 데이터 폴더 선택하기 (기본값: %u) + + + Set language, for example "de_DE" (default: system locale) + "ko_KR"와 같이 언어를 설정하십시오 (기본값: 시스템 로캘) + + + Start minimized + 최소화된 상태에서 시작 + + + Set SSL root certificates for payment request (default: -system-) + 지불 요청을 위한 SSL 루트 인증서 설정 (기본값: -system-) + + + Show splash screen on startup (default: %u) + 실행시 시작화면 보기 (기본값: %u) + + + Reset all settings changed in the GUI + GUI를 통해 수정된 모든 설정을 초기화 + + Intro @@ -858,16 +843,16 @@ 환영합니다 - Welcome to Bitcoin Core. - 비트코인 코어에 오신것을 환영합니. + Welcome to %1. + %1에 오신것을 환영합니다. - As this is the first time the program is launched, you can choose where Bitcoin Core will store its data. - 프로그램이 처음으로 실행되고 있습니다. 비트코인 코어가 어디에 데이터를 저장할지 선택할 수 있습니다. + As this is the first time the program is launched, you can choose where %1 will store its data. + 프로그램이 처음으로 실행되고 있습니다. %1가 어디에 데이터를 저장할지 선택할 수 있습니다. - Bitcoin Core will download and store a copy of the Bitcoin block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - 비트코인 코어가 블럭체인의 복사본을 다운로드 저장합니다. 적어도 %1GB의 데이터가 이 폴더에 저장되며 시간이 경과할수록 점차 증가합니다. 그리고 지갑 또한 이 폴더에 저장됩니다. + %1 will download and store a copy of the Bitcoin block chain. At least %2GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + %1가 블록체인의 복사본을 다운로드 저장합니다. 적어도 %2GB의 데이터가 이 폴더에 저장되며 시간이 경과할수록 점차 증가합니다. 그리고 지갑 또한 이 폴더에 저장됩니다. Use the default data directory @@ -878,14 +863,73 @@ 커스텀 데이터 폴더 사용: - Bitcoin Core - 비트코인 코어 + Error: Specified data directory "%1" cannot be created. + 오류: "%1" 지정한 데이터 디렉토리를 생성할 수 없습니다. Error 오류 - + + %n GB of free space available + %n GB 사용가능 + + + (of %n GB needed) + (%n GB가 필요) + + + + ModalOverlay + + Form + 유형 + + + Recent transactions may not yet be visible, and therefore your wallet's balance might be incorrect. This information will be correct once your wallet has finished synchronizing with the bitcoin network, as detailed below. + 최근 거래는 아직 보이지 않을 것입니다, 그러므로 당신의 지갑의 잔액이 틀릴 수도 있습니다. 이 정보는 비트코인 네트워크와 완전한 동기화가 완료되면 아래의 설명과 같이 정확해집니다. + + + Attempting to spend bitcoins that are affected by not-yet-displayed transactions will not be accepted by the network. + 아직 표시되지 않은 거래의 영향을 받는 비트코인을 사용하려고 하는 것은 네트워크에서 허가되지 않습니다. + + + Number of blocks left + 남은 블록의 수 + + + Unknown... + 알수없음... + + + Last block time + 최종 블록 시각 + + + Progress + 진행 + + + Progress increase per hour + 시간당 진행 증가율 + + + calculating... + 계산중... + + + Estimated time left until synced + 동기화 완료까지 예상 시간 + + + Hide + 숨기기 + + + Unknown. Syncing Headers (%1)... + 알수없음. 헤더 동기화중 (%1)... + + OpenURIDialog @@ -913,15 +957,23 @@ OptionsDialog Options - 선택들 + 환경설정 &Main 메인(&M) + + Automatically start %1 after logging in to the system. + 시스템 로그인후에 %1을 자동으로 시작합니다. + + + &Start %1 on system login + 시스템 로그인시 %1 시작(&S) + Size of &database cache - 데이터베이스 캐시 크기 + 데이터베이스 캐시 크기(&D) MB @@ -929,7 +981,7 @@ Number of script &verification threads - 스크립트 인증 쓰레드의 개수 + 스크립트 인증 쓰레드의 개수(&V) Accept connections from outside @@ -941,7 +993,15 @@ IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1) - 프록시 아이피 주소(예. IPv4:127.0.0.1 / IPv6: ::1) + 프록시 아이피 주소 (예. IPv4:127.0.0.1 / IPv6: ::1) + + + Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu. + 창을 닫으면 종료 대신 트레이로 보내기. 이 옵션을 활성화하면 메뉴에서 종료를 선택한 후에만 어플리케이션이 종료됩니다. + + + 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 |. + 서드-파티 URLs (예. 블록 탐색기)는 거래 탭의 컨텍스트 메뉴에 나타납니다. URL의 %s는 거래 해시값으로 대체됩니다. 여러 URLs는 수직 바 | 에서 나누어 집니다. Third party transaction URLs @@ -949,7 +1009,7 @@ Active command-line options that override above options: - 명령어 라인 옵션을 활성화해서 옵션을 우회하시오 + 명령줄 옵션 활성화는 위의 옵션들을 대체합니다: Reset all client options to default. @@ -963,9 +1023,13 @@ &Network 네트워크(&N) + + (0 = auto, <0 = leave that many cores free) + (0 = 자동, <0 = 지정된 코어 개수만큼 사용 안함) + W&allet - 지갑 + 지갑(&A) Expert @@ -973,19 +1037,23 @@ Enable coin &control features - 코인 상세 제어기능을 활성화합니다 - &C + 코인 상세 제어기능을 활성화합니다 (&C) + + + If you disable the spending of unconfirmed change, the change from a transaction cannot be used until that transaction has at least one confirmation. This also affects how your balance is computed. + 검증되지 않은 잔돈 쓰기를 비활성화하면 거래가 적어도 1회 이상 검증되기 전까지 그 거래의 거스름돈은 사용할 수 없습니다. 이는 잔액 계산 방법에도 영향을 미칩니다. &Spend unconfirmed change - &확인되지 않은 돈을 쓰다 + 검증되지 않은 잔돈 쓰기 (&S) Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. - 라우터의 비트코인 클라이언트 포트를 자동으로 엽니다. 라우터에서 UPnP를 지원하고 활성화 했을 경우에만 동작합니다. + 라우터에서 Blackcoin 클라이언트 포트를 자동적으로 엽니다. 라우터에서 UPnP를 지원하고 활성화 했을 경우에만 동작합니다. Map port using &UPnP - 사용중인 UPnP 포트 매핑(&U) + 사용중인 &UPnP 포트 매핑 Connect to the Bitcoin network through a SOCKS5 proxy. @@ -993,11 +1061,11 @@ &Connect through SOCKS5 proxy (default proxy): - SOCKS5 프록시를 거쳐 연결합니다 (기본값 프록시): + SOCKS5 프록시를 거쳐 연결합니다(&C) (기본 프록시): Proxy &IP: - 프록시 IP(&I): + 프록시 &IP: &Port: @@ -1005,7 +1073,15 @@ Port of the proxy (e.g. 9050) - 프록시의 포트번호입니다(예: 9050) + 프록시의 포트번호입니다 (예: 9050) + + + Used for reaching peers via: + 피어에 연결하기 위해 사용된 방법: + + + Shows, if the supplied default SOCKS5 proxy is used to reach peers via this network type. + 이 SOCK5 프록시를 통과해 피어와 접속한 네트워크 유형이 표시됩니다. IPv4 @@ -1019,10 +1095,26 @@ Tor Tor + + Connect to the Bitcoin network through a separate SOCKS5 proxy for Tor hidden services. + Tor 서비스를 경유하여 비트코인 네트워크에 연결하기 위해 분리된 SOCKS5 프록시를 사용. + + + Use separate SOCKS5 proxy to reach peers via Tor hidden services: + Tor 서비스를 이용하여 피어에게 연결하기 위해 분리된 SOCKS5 프록시 사용 + &Window 창(&W) + + &Hide the icon from the system tray. + 시스템 트레이 로 부터 아이콘 숨기기(&H) + + + Hide tray icon + 트레이 아이콘 숨기기 + Show only a tray icon after minimizing the window. 창을 최소화 하면 트레이에 아이콘만 표시합니다. @@ -1043,6 +1135,10 @@ User Interface &language: 사용자 인터페이스 언어(&L): + + The user interface language can be set here. This setting will take effect after restarting %1. + 사용자 인터페이스 언어를 여기서 설정할 수 있습니다. 이 설정은 %1을 다시 시작할때 적용됩니다. + &Unit to show amounts in: 거래액을 표시할 단위(&U): @@ -1079,6 +1175,10 @@ Client restart required to activate changes. 변경 사항을 적용하기 위해서는 프로그램이 종료 후 재시작되어야 합니다. + + Client will be shut down. Do you want to proceed? + 클라이언트가 종료됩니다, 계속 진행하시겠습니까? + This change would require a client restart. 이 변경 사항 적용을 위해 프로그램 재시작이 필요합니다. @@ -1096,11 +1196,11 @@ The displayed information may be out of date. Your wallet automatically synchronizes with the Bitcoin network after a connection is established, but this process has not completed yet. - 표시한 정보가 오래된 것 같습니다. 비트코인 네트워크에 연결하고 난 다음에 지갑을 자동으로 동기화 하지만, 아직 과정이 끝나지는 않았습니다. + 표시된 정보가 오래된 것 같습니다. 비트코인 네트워크에 연결하고 난 다음에 지갑을 자동으로 동기화 하지만, 아직 과정이 끝나지는 않았습니다. Watch-only: - 모니터링 지갑: + 조회전용: Available: @@ -1140,81 +1240,153 @@ Your current balance in watch-only addresses - 모니터링 지갑의 현재 잔액 + 조회전용 주소의 현재 잔액 + + + Spendable: + 사용가능: Recent transactions 최근 거래 - + + Unconfirmed transactions to watch-only addresses + 조회전용 주소의 검증되지 않은 거래 + + + Mined balance in watch-only addresses that has not yet matured + 조회전용 주소의 채굴된 잔액 중 숙성되지 않은 것 + + + Current total balance in watch-only addresses + 조회전용 주소의 현재 잔액 + + PaymentServer + + Payment request error + 지불 요청 오류 + + + Cannot start bitcoin: click-to-pay handler + 비트코인을 시작할 수 없습니다: 지급제어기를 클릭하세요 + URI handling - URI 조작중 + URI 핸들링 + + + Payment request fetch URL is invalid: %1 + 지불 요청의 URL이 올바르지 않습니다: %1 Invalid payment address %1 잘못된 지불 주소입니다 %1 - Requested payment amount of %1 is too small (considered dust). - 요청한 금액 %1의 양이 너무 적습니다. (스팸성 거래로 간주) - - - Payment request error - 지불 요청 애러 - - - Cannot start bitcoin: click-to-pay handler - 비트코인을 시작할 수 없습니다: 지급제어기를 클릭하시오 - - - Payment request fetch URL is invalid: %1 - 대금 청구서의 URL이 올바르지 않습니다: %1 + URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. + URI의 파싱에 문제가 발생했습니다. 잘못된 비트코인 주소나 URI 파라미터 구성에 오류가 존재할 수 있습니다. Payment request file handling 지불이 파일 처리를 요청합니다 + + 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 expired. + 지불 요청이 만료됨. + + + Payment request is not initialized. + 지불 요청이 초기화 되지 않았습니다. + Unverified payment requests to custom payment scripts are unsupported. - 임의로 변경한 결제 스크립트 기반의 대금 청구서 양식은 검증되기 전까지는 지원되지 않습니다. + 임의로 변경한 결제 스크립트 기반의 지불 요청 양식은 검증되기 전까지는 지원되지 않습니다. + + + Invalid payment request. + 잘못된 지불 요청. + + + 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 바이트까지 허용됩니다). + Error communicating with %1: %2 - %1과 소통하는데 애러: %2 + %1과 소통하는데 에러: %2 + + + Payment request cannot be parsed! + 지불요청을 파싱할 수 없습니다. Bad response from server %1 - 서버로 부터 반응이 없습니다 %1 + 서버로 부터 잘못된 반응 %1 + + + Network request error + 네트워크 요청 에러 Payment acknowledged 지불이 승인됨 - - Network request error - 네트워크 요청 애러 - PeerTableModel - + + User Agent + 유저 에이전트 + + + Node/Service + 노드/서비스 + + + NodeId + 노드 ID + + + Ping + + + QObject Amount - 거래량 + 거래액 Enter a Bitcoin address (e.g. %1) 비트코인 주소를 입력하기 (예. %1) + + %1 d + %1 일 + %1 h %1 시간 @@ -1227,6 +1399,10 @@ %1 s %1 초 + + None + 없음 + N/A 없음 @@ -1235,6 +1411,53 @@ %1 ms %1 ms + + %n second(s) + %n 초 + + + %n minute(s) + %n 분 + + + %n hour(s) + %n 시간 + + + %n day(s) + &n 일 + + + %n week(s) + %n 주 + + + %1 and %2 + %1 그리고 %2 + + + %n year(s) + %n 년 + + + %1 didn't yet exit safely... + %1가 아직 안전하게 종료되지 않았습니다... + + + + QObject::QObject + + Error: Specified data directory "%1" does not exist. + 에러: 지정한 데이터 폴더 "%1"은 존재하지 않습니다. + + + Error: Cannot parse configuration file: %1. Only use key=value syntax. + 에러: 설정파일을 파싱할수 없습니다: %1. key=value syntax만 사용가능합니다. + + + Error: %1 + 에러: %1 + QRImageWidget @@ -1257,10 +1480,6 @@ RPCConsole - - Client name - 클라이언트 이름 - N/A 없음 @@ -1271,7 +1490,7 @@ &Information - 정보 + 정보(&I) Debug window @@ -1282,12 +1501,12 @@ 일반 - Using OpenSSL version - 사용중인 OpenSSL 버전 + Using BerkeleyDB version + 사용 중인 BerkeleyDB 버전 - Using BerkeleyDB version - 사용중인 BerkeleyDB 버전 + Datadir + 데이터 폴더 Startup time @@ -1307,11 +1526,23 @@ Block chain - 블럭 체인 + 블록 체인 Current number of blocks - 현재 블럭 수 + 현재 블록 수 + + + Memory Pool + 메모리 풀 + + + Current number of transactions + 현재 거래 수 + + + Memory usage + 메모리 사용량 Received @@ -1323,15 +1554,99 @@ &Peers - &피어 + 피어(&P) + + + Banned peers + 차단된 피어 + + + Select a peer to view detailed information. + 자세한 정보를 보려면 피어를 선택하세요. + + + Whitelisted + 화이트리스트에 포함 + + + Direction + 방향 Version 버전 + + Starting Block + 시작된 블록 + + + Synced Headers + 동기화된 헤더 + + + Synced Blocks + 동기화된 블록 + + + User Agent + 유저 에이전트 + + + Open the %1 debug log file from the current data directory. This can take a few seconds for large log files. + %1 디버그 로그파일을 현재 데이터 폴더에서 엽니다. 용량이 큰 로그 파일들은 몇 초가 걸릴 수 있습니다. + + + Decrease font size + 글자 크기 축소 + + + Increase font size + 글자 크기 확대 + + + Services + 서비스 + + + Ban Score + 밴 스코어 + + + Connection Time + 접속 시간 + + + Last Send + 마지막으로 보낸 시간 + + + Last Receive + 마지막으로 받은 시간 + + + Ping Time + Ping 시간 + + + The duration of a currently outstanding ping. + 현재 진행중인 PING에 걸린 시간. + + + Ping Wait + Ping 대기 + + + Min Ping + 최소 핑 + + + Time Offset + 시간 오프셋 + Last block time - 최종 블럭 시각 + 최종 블록 시각 &Open @@ -1343,11 +1658,11 @@ &Network Traffic - &네트워크 트래픽 + 네트워크 트래픽(&N) &Clear - &지우기 + 지우기(&C) Totals @@ -1361,10 +1676,6 @@ Out: Out: - - Build date - 빌드 날짜 - Debug log file 로그 파일 디버그 @@ -1373,6 +1684,38 @@ Clear console 콘솔 초기화 + + 1 &hour + 1시간(&H) + + + 1 &day + 1일(&D) + + + 1 &week + 1주(&W) + + + 1 &year + 1년(&Y) + + + &Disconnect + 접속 끊기(&D) + + + Ban for + 추방 + + + &Unban + 노드 추방 취소(&U) + + + Welcome to the %1 RPC console. + %1 RPC 콘솔에 오신걸 환영합니다 + Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. 기록을 찾아보려면 위 아래 화살표 키를, 화면을 지우려면 <b>Ctrl-L</b>키를 사용하십시오. @@ -1381,6 +1724,14 @@ Type <b>help</b> for an overview of available commands. 사용할 수 있는 명령을 둘러보려면 <b>help</b>를 입력하십시오. + + WARNING: Scammers have been active, telling users to type commands here, stealing their wallet contents. Do not use this console without fully understanding the ramification of a command. + 경고 : 사기꾼이 사용자에게 여기에 명령을 입력하게 하여 지갑 내용을 훔칠수 있다는 사실을 알려드립니다. 명령어를 완전히 이해하지 못한다면 콘솔을 사용하지 마십시오. + + + Network activity disabled + 네트워크 활동이 정지됨. + %1 B %1 바이트 @@ -1397,20 +1748,52 @@ %1 GB %1 기가바이트 - + + (node id: %1) + (노드 ID: %1) + + + via %1 + %1 경유 + + + never + 없음 + + + Inbound + 인바운드 + + + Outbound + 아웃바운드 + + + Yes + + + + No + 아니오 + + + Unknown + 알수없음 + + ReceiveCoinsDialog &Amount: - &거래량: + 거래액(&A): &Label: - 라벨: + 라벨(&L): &Message: - &메시지: + 메시지(&M): Reuse one of the previously used receiving addresses. Reusing addresses has security and privacy issues. Do not use this unless re-generating a payment request made before. @@ -1418,7 +1801,11 @@ R&euse an existing receiving address (not recommended) - 현재의 수취용 주소를 재사용합니다만 권장하지는 않습니다. (R&) + 현재의 수취용 주소를 재사용하기(&E) (권장하지 않습니다) + + + 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 Bitcoin network. + 지불 요청에 첨부되는 선택가능한 메시지 입니다. 이 메세지는 요청이 열릴 때 표시될 것 입니다. 메모: 이 메시지는 비트코인 네트워크로 전송되지 않습니다. An optional label to associate with the new receiving address. @@ -1448,6 +1835,10 @@ &Request payment 지불 요청(&R) + + Show the selected request (does the same as double clicking an entry) + 선택된 요청을 표시하기 (더블 클릭으로 항목을 표시할 수 있습니다) + Show 보기 @@ -1460,9 +1851,13 @@ Remove 삭제 + + Copy URI + URI 복사 + Copy label - 표 복사하기 + 라벨 복사 Copy message @@ -1470,7 +1865,7 @@ Copy amount - 거래량 복사 + 거래액 복사 @@ -1509,11 +1904,11 @@ Amount - 거래량 + 거래액 Label - + 라벨 Message @@ -1521,11 +1916,11 @@ Resulting URI too long, try to reduce the text for label / message. - URI 결과가 너무 길음, 표/메세지의 글을 줄이도록 하세요. + URI 결과가 너무 길음, 라벨/메세지의 글을 줄이도록 하세요. Error encoding URI into QR Code. - QR코드 인코딩 오류 + URI를 QR 코드로 인코딩하는 중 오류가 발생했습니다. @@ -1536,16 +1931,12 @@ Label - + 라벨 Message 메시지 - - Amount - 거래량 - (no label) (라벨 없음) @@ -1555,8 +1946,12 @@ (메세지가 없습니다) - (no amount) - (거래량 없음) + (no amount requested) + (요청한 거래액 없음) + + + Requested + 요청됨 @@ -1591,11 +1986,7 @@ Amount: - 거래량: - - - Priority: - 우선순위: + 거래액: Fee: @@ -1607,7 +1998,11 @@ 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 @@ -1617,17 +2012,65 @@ Transaction Fee: 거래 수수료: + + Choose... + 선택 하기... + + + collapse fee-settings + 수수료 설정 접기 + + + per kilobyte + 킬로바이트 당 + + + If the custom fee is set to 1000 satoshis and the transaction is only 250 bytes, then "per kilobyte" only pays 250 satoshis in fee, while "total at least" pays 1000 satoshis. For transactions bigger than a kilobyte both pay by kilobyte. + 사용자 정의 수수료가 1000사토시로 지정된 경우 거래의 크기가 250바이트 일 경우 1킬로바이트당 250사토시만 지불되지만 "최소 수수료"에선 1000사토시가 지불됩니다. 1킬로바이트가 넘는 거래인 경우 어떠한 경우에든 1킬로바이트 기준으로 지불됩니다. + + + Hide + 숨기기 + + + total at least + 최소 수수료 + + + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process. + 블록의 용량보다 거래의 용량이 작은 경우에는 최소한의 수수료만으로도 충분합니다. 그러나 비트코인 네트워크의 처리량보다 더 많은 거래 요구는 영원히 검증이 안 될 수도 있습니다. + + + (read the tooltip) + (툴팁을 꼭 읽어보세요) + Recommended: 권장: + + Custom: + 사용자 정의: + + + (Smart fee not initialized yet. This usually takes a few blocks...) + (Smart fee가 아직 초기화 되지 않았습니다. 블록 분석이 완전하게 끝날 때 까지 기다려주십시오...) + + + normal + 일반 + + + fast + 빠름 + Send to multiple recipients at once 다수의 수령인들에게 한번에 보내기 Add &Recipient - 수령인 추가하기 + 수령인 추가하기(&R) Clear all fields of the form. @@ -1637,6 +2080,10 @@ Dust: 더스트: + + Confirmation time target: + 승인 시간 목표: + Clear &All 모두 지우기(&A) @@ -1653,21 +2100,13 @@ S&end 보내기(&E) - - Confirm send coins - 코인 전송을 확인 - - - %1 to %2 - %1을(를) %2(으)로 - Copy quantity 수량 복사 Copy amount - 거래량 복사 + 거래액 복사 Copy fee @@ -1682,13 +2121,41 @@ bytes 복사 - Copy priority - 우선도 복사 + Copy dust + 더스트 복사 + + + Copy change + 잔돈 복사 + + + %1 to %2 + %1을(를) %2(으)로 + + + Are you sure you want to send? + 정말로 보내시겠습니까? + + + added as transaction fee + 거래 수수료로 추가됨 + + + Total Amount %1 + 총 액수 %1 or 또는 + + Confirm send coins + 코인 전송을 확인 + + + The recipient address is not valid. Please recheck. + 수령인 주소가 정확하지 않습니다. 재확인 바랍니다 + The amount to pay must be larger than 0. 지불하는 금액은 0 보다 커야 합니다. @@ -1702,51 +2169,71 @@ %1 의 거래수수료를 포함하면 잔고를 초과합니다. - Transaction creation failed! - 거래를 생성하는 것을 실패하였습니다 + Duplicate address found: addresses should only be used once each. + 중복된 주소 발견: 한번에 하나의 주소에만 작업할 수 있습니다. - 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를 복사해서 사용한 경우 지금 지갑에 기록이 안되있어 이런 일이 생길 수 있습니다. + Transaction creation failed! + 거래를 생성하는 것을 실패하였습니다! + + + The transaction was rejected with the following reason: %1 + 거래가 다음과 같은 이유로 거부되었습니다: %1 + + + A fee higher than %1 is considered an absurdly high fee. + %1 보다 높은 수수료는 너무 높은 수수료 입니다. + + + Payment request expired. + 지불 요청이 만료됨. + + + %n block(s) + %n 블록 + + + Pay only the required fee of %1 + 오직 %1 만의 수수료를 지불하기 + + + Estimated to begin confirmation within %n block(s). + %n 블록 안에 승인이 시작될 것으로 추정됩니다. Warning: Invalid Bitcoin address 경고: 잘못된 비트코인주소입니다 - - (no label) - (표 없음) - Warning: Unknown change address 경고: 알려지지 않은 주소변경입니다 - Are you sure you want to send? - 정말로 보내시겠습니까? + Confirm custom change address + 맞춤 주소 변경 확인 - added as transaction fee - 거래 수수료로 추가됨 + The address you selected for change is not part of this wallet. Any or all funds in your wallet may be sent to this address. Are you sure? + 변경하기 위해 선택한 주소는 이 지갑의 일부가 아닙니다. 지갑에 있는 일부 또는 모든 금액을 이 주소로 보낼 수 있습니다. 확실합니까? + + + (no label) + (라벨 없음) SendCoinsEntry A&mount: - 금액: + 금액(&M): Pay &To: - 지급&수신: - - - Enter a label for this address to add it to your address book - 당신의 주소록에 이 주소를 추가하기 위하여 표를 입역하세요 + 송금할 대상(&T): &Label: - 표: + 라벨(&L): Choose previously used address @@ -1754,7 +2241,11 @@ This is a normal payment. - 평균지급입니다 + 이것은 정상적인 지불입니다. + + + The Bitcoin address to send the payment to + 이 비트코인 주소로 송금됩니다 Alt+A @@ -1762,7 +2253,7 @@ Paste address from clipboard - 클립보드로 부터 주소를 붙이세요 + 클립보드로 부터 주소 붙여넣기 Alt+P @@ -1770,15 +2261,31 @@ Remove this entry - 항목을 지우시오 + 항목을 지웁니다 + + + The fee will be deducted from the amount being sent. The recipient will receive less bitcoins than you enter in the amount field. If multiple recipients are selected, the fee is split equally. + 수수료가 송금되는 금액에서 공제됩니다. 수령자는 금액 필드에서 입력한 금액보다 적은 금액을 전송받게 됩니다. 받는 사람이 여러 명인 경우 수수료는 균등하게 나누어집니다. + + + S&ubtract fee from amount + 송금액에서 수수료 공제(&U) Message: 메시지: + + This is an unauthenticated payment request. + 인증 되지 않은 지급 요청입니다. + + + This is an authenticated payment request. + 인증 된 지급 요청 입니다. + Enter a label for this address to add it to the list of used addresses - 사용된 주소 목록에 새 주소를 추가하기 위해 제목을 입력합니다. + 사용된 주소 목록에 새 주소를 추가하기 위해 라벨 이름을 입력해 주세요. A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcoin network. @@ -1786,22 +2293,33 @@ Pay To: - 송금할 대상 : + 송금할 대상: Memo: 메모: + + Enter a label for this address to add it to your address book + 주소록에 추가하려면 라벨을 입력하세요 + + + + SendConfirmationDialog + + Yes + + ShutdownWindow - Bitcoin Core is shutting down... - 비트코인코어가 닫아지고 있습니다 + %1 is shutting down... + %1이 종료 중입니다... Do not shut down the computer until this window disappears. - 창이 사라지기 전까지 컴퓨터를 끄지마시오. + 이 창이 사라지기 전까지 컴퓨터를 끄지 마세요. @@ -1814,6 +2332,14 @@ &Sign Message 메시지 서명(&S) + + You can sign messages/agreements with your addresses to prove you can receive bitcoins sent to them. Be careful not to sign anything vague or random, as phishing attacks may try to trick you into signing your identity over to them. Only sign fully-detailed statements you agree to. + 여러분 자신을 증명하기 위해 주소를 첨가하고 서명할 수 있습니다. 피싱 공격으로 말미암아 여러분의 서명을 통해 속아 넘어가게 할 수 있으므로, 서명하지 않은 모든 모호한 요소를 주의하십시오. 조항들이 완전 무결한지 확인 후 동의하는 경우에만 서명하십시오. + + + The Bitcoin address to sign the message with + 메세지를 서명한 비트코인 주소 + Choose previously used address 이전에 사용한 주소를 선택하십시오 @@ -1824,7 +2350,7 @@ Paste address from clipboard - 클립보드로 부터 주소를 붙이세요 + 클립보드로 부터 주소를 복사하기 Alt+P @@ -1862,6 +2388,14 @@ &Verify Message 메시지 검증(&V) + + Enter the receiver's address, message (ensure you copy line breaks, spaces, tabs, etc. exactly) and signature below to verify the message. Be careful not to read more into the signature than what is in the signed message itself, to avoid being tricked by a man-in-the-middle attack. Note that this only proves the signing party receives with the address, it cannot prove sendership of any transaction! + 메시지를 검증하기 위해 아래 칸에 각각 지갑 주소와 메시지, 전자서명을 입력하세요. (메시지 원본의 띄어쓰기, 들여쓰기, 행 나눔 등이 정확하게 입력되어야 하므로 원본을 복사해서 입력하세요) 이 기능은 메시지 검증이 주 목적이며, 네트워크 침입자에 의해 변조되지 않도록 전자서명 해독에 불필요한 시간을 소모하지 마세요. + + + The Bitcoin address the message was signed with + 메세지의 서명에 사용된 비트코인 주소 + Verify the message to ensure it was signed with the specified Bitcoin address 정확한 비트코인주소가 입력됬는지 메시지를 확인하시오 @@ -1929,14 +2463,6 @@ SplashScreen - - Bitcoin Core - 비트코인 코어 - - - The Bitcoin Core developers - 비트코인코어 개발자들 - [testnet] [테스트넷] @@ -1951,18 +2477,38 @@ TransactionDesc + + Open for %n more block(s) + %n개의 더 많은 블록 열기 + Open until %1 %1 까지 열림 - conflicted - 충돌 + conflicted with a transaction with %1 confirmations + %1 승인이 있는 거래와 충돌 함 %1/offline %1/오프라인 + + 0/unconfirmed, %1 + 0/미승인, %1 + + + in memory pool + 메모리 풀 안에 있음 + + + not in memory pool + 메모리 풀 안에 없음 + + + abandoned + 버려진 + %1/unconfirmed %1/미확인 @@ -1975,6 +2521,14 @@ Status 상태 + + , has not been successfully broadcast yet + . 아직 성공적으로 통보하지 않음 + + + , broadcast through %n node(s) + , %n개 노드를 통해 전파 + Date 날짜 @@ -1985,12 +2539,16 @@ Generated - 생성하다 + 생성됨 From 으로부터 + + unknown + 알수없음 + To 에게 @@ -1999,29 +2557,45 @@ 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 @@ -2033,7 +2607,15 @@ Transaction ID - 아이디 + 거래 ID + + + Transaction total size + 거래 총 크기 + + + Output index + 출력 인덱스 Merchant @@ -2041,7 +2623,7 @@ 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 개의 블럭이 경과되어야 합니다. 블럭을 생성할 때 블럭체인에 추가되도록 네트워크에 전파되는 과정을 거치는데, 블럭체인에 포함되지 못하고 실패한다면 해당 블럭의 상태는 '미승인'으로 표현되고 비트코인 또한 사용될 수 없습니다. 이 현상은 다른 노드가 비슷한 시간대에 동시에 블럭을 생성할 때 종종 발생할 수 있습니다. + 신규 채굴된 코인이 사용되기 위해서는 %1 개의 블록이 경과되어야 합니다. 블록을 생성할 때 블록체인에 추가되도록 네트워크에 전파되는 과정을 거치는데, 블록체인에 포함되지 못하고 실패한다면 해당 블록의 상태는 '미승인'으로 표현되고 비트코인 또한 사용될 수 없습니다. 이 현상은 다른 노드가 비슷한 시간대에 동시에 블록을 생성할 때 종종 발생할 수 있습니다. Debug information @@ -2049,7 +2631,7 @@ Transaction - 송금 + 거래 Inputs @@ -2057,7 +2639,7 @@ Amount - 거래량 + 거래액 true @@ -2067,25 +2649,17 @@ false 거짓 - - , has not been successfully broadcast yet - . 아직 성공적으로 통보하지 않음 - - - unknown - 알수없음 - TransactionDescDialog - - Transaction details - 거래 세부 내역 - This pane shows a detailed description of the transaction 이 창은 거래의 세부내역을 보여줍니다 + + Details for %1 + %1에 대한 세부 정보 + TransactionTableModel @@ -2095,51 +2669,59 @@ Type - 종류 + 형식 - Immature (%1 confirmations, will be available after %2) - 충분히 숙성되지 않은 상태 (%1 승인, %2 후에 사용 가능합니다) + Label + 라벨 + + + Open for %n more block(s) + %n개의 더 많은 블록 열기 Open until %1 %1 까지 열림 - - Confirmed (%1 confirmations) - 확인됨(%1 확인됨) - - - This block was not received by any other nodes and will probably not be accepted! - 이 블럭은 다른 노드로부터 받지 않아 허용되지 않을 것임. - - - Generated but not accepted - 생성되었으나 거절됨 - Offline 오프라인 - - Label - - Unconfirmed 미확인 + + Abandoned + 버려진 + 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 @@ -2147,7 +2729,7 @@ Sent to - 받는 주소 + 보낸 주소 Payment to yourself @@ -2157,13 +2739,21 @@ Mined 채굴 + + watch-only + 조회전용 + (n/a) (없음) + + (no label) + (라벨 없음) + Transaction status. Hover over this field to show number of confirmations. - 거래상황. 마우스를 올리면 승인횟수가 표시됩니다. + 거래상황. 마우스를 올리면 검증횟수가 표시됩니다. Date and time that the transaction was received. @@ -2173,6 +2763,14 @@ Type of transaction. 거래의 종류. + + Whether or not a watch-only address is involved in this transaction. + 조회전용 주소가 이 거래에 참여하는지 여부입니다. + + + User-defined intent/purpose of the transaction. + 거래에 대한 사용자 정의 intent/purpose + Amount removed from or added to balance. 변경된 잔고. @@ -2210,11 +2808,11 @@ Received with - 보낸 주소 + 받은 주소 Sent to - 받는 주소 + 보낸 주소 To yourself @@ -2234,75 +2832,71 @@ Min amount - 최소 거래량 + 최소 거래액 + + + Abandon transaction + 버려진 거래 Copy address - 주소 복사하기 + 주소 복사 Copy label - 표 복사하기 + 라벨 복사 Copy amount - 거래량 복사 + 거래액 복사 Copy transaction ID 거래 아이디 복사 + + Copy raw transaction + 원시 거래 복사 + + + Copy full transaction details + 거래 세부 내역 복사 + Edit label - 표 수정하기 + 라벨 수정 Show transaction details - 거래 내역 확인 + 거래 세부 내역 보기 Export Transaction History 거래 기록 내보내기 - - Watch-only - 모니터링 지갑 - - - 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에 저장되었습니다. - Comma separated file (*.csv) - 각각의 파일에 쉼표하기(*.csv) + 쉼표로 구분된 파일 (*.csv) Confirmed 확인됨 + + Watch-only + 조회전용 + Date 날짜 Type - 종류 + 형식 Label - + 라벨 Address @@ -2312,6 +2906,22 @@ 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: 범위: @@ -2323,26 +2933,30 @@ 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 @@ -2354,7 +2968,7 @@ Wallet Data (*.dat) - 지갑 데이터(*.dat) + 지갑 데이터 (*.dat) Backup Failed @@ -2364,14 +2978,14 @@ There was an error trying to save the wallet data to %1. 지갑 데이터를 %1 폴더에 저장하는 동안 오류가 발생했습니다. - - The wallet data was successfully saved to %1. - 지갑 정보가 %1에 성공적으로 저장되었습니다 - Backup Successful 백업 성공 + + The wallet data was successfully saved to %1. + 지갑 정보가 %1에 성공적으로 저장되었습니다. + bitcoin-core @@ -2395,25 +3009,145 @@ Accept command line and JSON-RPC commands 명령줄과 JSON-RPC 명령 수락 + + Accept connections from outside (default: 1 if no -proxy or -connect/-noconnect) + 외부 접속을 승인합니다 (기본값 : -proxy 또는 -connect / -noconnect가 없는 경우 1) + + + Connect only to the specified node(s); -noconnect or -connect=0 alone to disable automatic connections + 지정된 노드에만 연결; 자동 연결을 사용하지 않으려면 -noconnect 또는 -connect=0 을 단독으로 사용하십시오. + + + Distributed under the MIT software license, see the accompanying file %s or %s + MIT 소프트웨어 라이센스에 따라 배포 됨, 첨부 파일 %s 또는 %s을 참조하십시오. + + + If <category> is not supplied or if <category> = 1, output all debugging information. + <category>가 제공되지 않거나 <category> = 1 인 경우, 모든 디버깅 정보를 출력 + + + Prune configured below the minimum of %d MiB. Please use a higher number. + 블록 축소가 최소치의 %d MiB 밑으로 설정되어 있습니다. 더 높은 값을 사용해 보세요. + + + Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node) + 블록 축소: 마지막 지갑 동기화 지점이 축소된 데이터보다 과거의 것 입니다. -reindex가 필요합니다 (정지된 노드의 경우 모든 블록체인을 재다운로드합니다) + + + Rescans are not possible in pruned mode. You will need to use -reindex which will download the whole blockchain again. + 블록 축소 모드에서는 재검색이 불가능 합니다. -reindex 명령을 사용해서 모든 블록체인을 다시 다운로드 해야 합니다. + + + Error: A fatal internal error occurred, see debug.log for details + 에러: 치명적인 내부 오류가 발생했습니다, 자세한 내용은 debug.log 를 확인해주세요. + + + Fee (in %s/kB) to add to transactions you send (default: %s) + 송금 거래시 추가되는 수수료 (%s/kB) (기본값: %s) + + + Pruning blockstore... + 블록 데이터를 축소 중입니다.. + Run in the background as a daemon and accept commands 데몬으로 백그라운드에서 실행하고 명령을 허용 - Accept connections from outside (default: 1 if no -proxy or -connect) - 외부 접속을 승인합니다 + Unable to start HTTP server. See debug log for details. + HTTP 서버를 시작할 수 없습니다. 자세한 사항은 디버그 로그를 확인 하세요. + + + Bitcoin Core + 비트코인 코어 + + + The %s developers + %s 개발자 + + + A fee rate (in %s/kB) that will be used when fee estimation has insufficient data (default: %s) + 충분한 데이터가 축적되지 않은 상태에서의 수수료 추정 기능이 사용하는 수수료 비율(%s/kB) (기본값: %s) + + + Accept relayed transactions received from whitelisted peers even when not relaying transactions (default: %d) + 거래의 중계를 하지 않더라도 화이트 리스트에 포함된 피어에서 받은 트랜잭션은 중계하기 (기본값: %d) Bind to given address and always listen on it. Use [host]:port notation for IPv6 선택된 주소로 고정하며 항상 리슨(Listen)합니다. IPv6 프로토콜인 경우 [host]:port 방식의 명령어 표기법을 사용합니다. + + Cannot obtain a lock on data directory %s. %s is probably already running. + %s 데이터 디렉토리에 락을 걸 수 없었습니다. %s가 이미 실행 중인 것으로 보입니다. + + + Delete all wallet transactions and only recover those parts of the blockchain through -rescan on startup + 시작시 모든 지갑 거래를 삭제하고 -rescan을 통하여 블록체인만 복구합니다. + + + Error loading %s: You can't enable HD on a already existing non-HD wallet + %s 불러오기 오류: 비-HD 지갑이 존재하는 상태에서 HD 지갑을 활성화 할 수 없습니다 + + + Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect. + %s 불러오기 오류: 주소 키는 모두 정확하게 로드되었으나 거래 데이터와 주소록 필드에서 누락이나 오류가 존재할 수 있습니다. + Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) 지갑 거래가 바뀌면 명령을 실행합니다.(%s 안의 명령어가 TxID로 바뀝니다) + + Extra transactions to keep in memory for compact block reconstructions (default: %u) + 압축 블록 재구성을 위해 메모리에 보관해야하는 추가 거래 (기본값: %u) + + + If this block is in the chain assume that it and its ancestors are valid and potentially skip their script verification (0 to verify all, default: %s, testnet: %s) + 이 블록이 체인에 있으면 해당 블록과 그 조상이 유효하며 잠재적으로 스크립트 확인을 건너 뜁니다 (0은 모두 확인, 기본값: %s, testnet: %s) + + + Maximum allowed median peer time offset adjustment. Local perspective of time may be influenced by peers forward or backward by this amount. (default: %u seconds) + 허용 된 최대 중간 피어 시간 오프셋 조정. 시간에 대한 지역적 전망치는 전방 또는 후방의 피어에 의해 영향을 받을 수 있습니다. (기본값: %u 초) + + + Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly. + 컴퓨터의 날짜와 시간이 올바른지 확인하십시오! 시간이 잘못되면 %s은 제대로 동작하지 않습니다. + + + Please contribute if you find %s useful. Visit %s for further information about the software. + %s가 유용하다고 생각한다면 프로젝트에 공헌해주세요. 이 소프트웨어에 대한 보다 자세한 정보는 %s를 방문해주십시오. + + + Set lowest fee rate (in %s/kB) for transactions to be included in block creation. (default: %s) + 블록 생성시 거래가 포함되도록 최저 수수료율을 설정하십시오 (%s/kB 단위). (기본값: %s) + + + 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) + + + The block database contains a block which appears to be from the future. This may be due to your computer's date and time being set incorrectly. Only rebuild the block database if you are sure that your computer's date and time are correct + 블록 데이터베이스에 미래의 블록이 포함되어 있습니다. 이것은 사용자의 컴퓨터의 날짜와 시간이 올바르게 설정되어 있지 않을때 나타날 수 있습니다. 만약 사용자의 컴퓨터의 날짜와 시간이 올바르다고 확신할 때에만 블록 데이터 베이스의 재구성을 하십시오 + This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - 이 빌드 버전은 정식 출시 전 테스트의 목적이며, 예기치 않은 위험과 오류가 발생할 수 있습니다. 채굴과 상점용 소프트웨어로 사용하는 것을 권하지 않습니다. + 출시 전의 테스트 빌드 입니다. - 스스로의 책임하에 사용하십시오 - 채굴이나 상업적 용도로 프로그램으로 사용하지 마십시오 + + + Unable to rewind the database to a pre-fork state. You will need to redownload the blockchain + 데이터베이스를 포크 전 상태로 돌리지 못했습니다. 블록체인을 다시 다운로드 해주십시오. + + + Use UPnP to map the listening port (default: 1 when listening and no -proxy) + 리슨(Listen) 포트를 할당하기 위해 UPnP 사용 (기본값: 열려있거나 -proxy 옵션을 사용하지 않을 시 1) + + + Username and hashed password for JSON-RPC connections. The field <userpw> comes in the format: <USERNAME>:<SALT>$<HASH>. A canonical python script is included in share/rpcuser. The client then connects normally using the rpcuser=<USERNAME>/rpcpassword=<PASSWORD> pair of arguments. This option can be specified multiple times + 클라이언트JSON-RPC 연결시 사용자 이름과 해시화된 암호문. <userpw> 필드는 <USERNAME>:<SALT>$<HASH> 포멧으로 구성되어 있습니다. 전형적 파이썬 스크립트에선 share/rpcuser가 포함되어 있습니다. 그런 다음 클라이언트는 rpcuser=<USERNAME>/ rpcpassword=<PASSWORD> 쌍의 인수를 사용하여 정상적으로 연결합니다. 이 옵션은 여러번 지정할 수 있습니다. + + + Wallet will not create transactions that violate mempool chain limits (default: %u) + 지갑은 mempool chain limit (기본값: %u) 을 위반하는 거래를 생성하지 않습니다. Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. @@ -2421,24 +3155,56 @@ Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. - 경고: 현재 비트코인 버전이 다른 네트워크 참여자들과 동일하지 않는 것 같습니다. 당신 또는 다른 참여자들이 동일한 비트코인 버전으로 업그레이드 할 필요가 있습니다. + 경고: 현재 비트코인 버전이 다른 네트워크 참여자들과 동일하지 않은 것 같습니다. 당신 또는 다른 참여자들이 동일한 비트코인 버전으로 업그레이드 할 필요가 있습니다. - 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 파일은 %s 후에 wallet.{timestamp}.bak 이름으로 저장됩니다. 잔액과 거래 내역이 정확하지 않다면 백업 파일로 부터 복원해야 합니다. + You need to rebuild the database using -reindex-chainstate to change -txindex + -txindex를 바꾸기 위해서는 -reindex-chainstate 를 사용해서 데이터베이스를 재구성해야 합니다. + + + %s corrupt, salvage failed + %s 손상되었고 복구가 실패하였습니다 + + + -maxmempool must be at least %d MB + -maxmempool은 최소한 %d MB가 필요합니다 + + + <category> can be: + <category> 지정 가능: + + + Append comment to the user agent string + 사용자 에이전트 문자열에 코멘트 첨부 + + + Attempt to recover private keys from a corrupt wallet on startup + 시작시 망가진 wallet.dat에서 개인키 복원을 시도합니다 Block creation options: 블록 생성 옵션: - Connect only to the specified node(s) - 지정된 노드에만 연결하기 + Cannot resolve -%s address: '%s' + %s 주소를 확인할 수 없습니다: '%s' + + + Chain selection options: + 체인 선택 옵션: + + + Change index out of range + 범위 밖의 인덱스 변경 Connection options: 연결 설정 : + + Copyright (C) %i-%i + Copyright (C) %i-%i + Corrupted block database detected 손상된 블록 데이터베이스가 감지되었습니다 @@ -2453,7 +3219,27 @@ Do you want to rebuild the block database now? - 블락 데이터베이스를 다시 생성하시겠습니까? + 블록 데이터베이스를 다시 생성하시겠습니까? + + + Enable publish hash block in <address> + <address>에 대한 해시 블록 공개 활성화 + + + Enable publish hash transaction in <address> + <address>에 대한 해시 거래 공개 활성화 + + + Enable publish raw block in <address> + <address>에 대한 원시 블록 공개 활성화 + + + Enable publish raw transaction in <address> + <address>에 대한 원시 거래 공개 활성화 + + + Enable transaction replacement in the memory pool (default: %u) + 메모리 풀(pool) 내의 거래 치환(replacement) 활성화 (기본값: %u) Error initializing block database @@ -2463,6 +3249,22 @@ Error initializing wallet database environment %s! 지갑 데이터베이스 환경 초기화하는데 오류 %s + + Error loading %s + %s 불러오기 오류 + + + Error loading %s: Wallet corrupted + %s 불러오기 오류: 지갑 오류 + + + Error loading %s: Wallet requires newer version of %s + %s 불러오기 에러: 지갑은 새 버전의 %s이 필요합니다 + + + Error loading %s: You can't disable HD on a already existing HD wallet + %s 불러오기 오류: 이미 HD 지갑이 존재하는 상태에서 HD 지갑을 비활성화 할 수 없습니다 + Error loading block database 블록 데이터베이스를 불러오는데 오류 @@ -2487,14 +3289,70 @@ Incorrect or no genesis block found. Wrong datadir for network? 올바르지 않거나 생성된 블록을 찾을 수 없습니다. 잘못된 네트워크 자료 디렉토리? + + Initialization sanity check failed. %s is shutting down. + 무결성 확인 초기화가 실패했습니다. %s가 종료됩니다. + Invalid -onion address: '%s' 잘못된 -onion 주소입니다: '%s' + + Invalid amount for -%s=<amount>: '%s' + 유효하지 않은 금액 -%s=<amount>: '%s' + + + Invalid amount for -fallbackfee=<amount>: '%s' + 유효하지 않은 금액 -fallbackfee=<amount>: '%s' + + + Keep the transaction memory pool below <n> megabytes (default: %u) + 거래 메모리 풀의 용량을 <n>메가바이트 아래로 유지하기 (기본값: %u) + + + Loading banlist... + 추방리스트를 불러오는 중... + + + Location of the auth cookie (default: data dir) + 인증 쿠키의 위치 (기본값: data dir) + Not enough file descriptors available. 사용 가능한 파일 디스크립터-File Descriptor-가 부족합니다. + + Only connect to nodes in network <net> (ipv4, ipv6 or onion) + 오직 <net> 네트워크로 로만 접속 (IPv4, IPv6 혹은 onion) + + + Print this help message and exit + 도움말 메시지 출력 후 종료 + + + Print version and exit + 버전 출력후 종료 + + + Prune cannot be configured with a negative value. + 블록 축소는 음수로 설정할 수 없습니다. + + + Prune mode is incompatible with -txindex. + 블록 축소 모드는 -txindex와 호환되지 않습니다. + + + Rebuild chain state and block index from the blk*.dat files on disk + 현재의 blk*.dat 파일들로부터 블록체인 색인을 재구성합니다. + + + Rebuild chain state from the currently indexed blocks + 현재 색인 된 블록들로부터 블록체인을 재구성합니다. + + + Rewinding blocks... + 블록 되감는중... + Set database cache size in megabytes (%d to %d, default: %d) 데이터베이스 케시 크기를 메가바이트로 설정(%d 부터 %d, 기본값: %d) @@ -2507,6 +3365,38 @@ Specify wallet file (within data directory) 데이터 폴더 안에 지갑 파일을 선택하세요. + + The source code is available from %s. + 소스코드는 %s 에서 확인하실 수 있습니다. + + + Unable to bind to %s on this computer. %s is probably already running. + 이 컴퓨터의 %s에 바인딩 할 수 없습니다. 아마도 %s이 실행중인 것 같습니다. + + + Unsupported argument -benchmark ignored, use -debug=bench. + 지원하지 않는 인수 -benchmark 은 무시됩니다, -debug=bench 형태로 사용하세요. + + + Unsupported argument -debugnet ignored, use -debug=net. + 지원하지 않는 인수 -debugnet 은 무시됩니다, -debug=net 형태로 사용하세요. + + + Unsupported argument -tor found, use -onion. + 지원하지 않는 인수 -tor를 찾았습니다. -onion를 사용해주세요. + + + Use UPnP to map the listening port (default: %u) + 리슨(Listen) 포트를 할당하기 위해 UPnP 사용 (기본값: %u) + + + Use the test chain + 테스트 체인 사용 + + + User Agent comment (%s) contains unsafe characters. + 사용자 정의 코멘트 (%s)에 안전하지 못한 글자가 포함되어 있습니다. + Verifying blocks... 블록 검증중... @@ -2519,54 +3409,154 @@ Wallet %s resides outside data directory %s 지갑 %s는 데이터 디렉토리 %s 밖에 위치합니다. + + Wallet debugging/testing options: + 지갑 디버깅/테스트 옵션: + + + Wallet needed to be rewritten: restart %s to complete + 지갑을 새로 써야 합니다: 완성하기 위하여 %s을 다시 시작하십시오. + Wallet options: 지갑 옵션: - You need to rebuild the database using -reindex to change -txindex - -txindex를 바꾸기 위해서는 -reindex를 사용해서 데이터베이스를 재구성해야 합니다. + 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). 이 옵션은 복수로 설정 할 수 있습니다. - Cannot obtain a lock on data directory %s. Bitcoin Core is probably already running. - 데이터 디렉토리 %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 연결을 리슨(Listen)합니다. IPv6 프로토콜인 경우 [host]:port 방식의 명령어 표기법을 사용합니다. 이 옵션은 복수로 지정 할수 있습니다. (기본값: 모든 인터페이스에 고정) + + + Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) + umask 077 대신 시스템 기본 퍼미션으로 새 파일을 만듭니다 (지갑 기능이 비활성화 상태에서만 유효합니다) + + + Discover own IP addresses (default: 1 when listening and no -externalip or -proxy) + 자신의 주소를 탐색 (기본값: 열려있거나 -externalip 나 -proxy 옵션이 없으면 1) + + + Error: Listening for incoming connections failed (listen returned error %s) + 오류: 들어오는 연결을 리슨(Listen)하는데 실패했습니다 (오류 리턴 %s) Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message) 이 사항과 관련있는 경고가 발생하거나 아주 긴 포크가 발생했을 때 명령어를 실행해 주세요. (cmd 명령어 목록에서 %s는 메시지로 대체됩니다) + + Fees (in %s/kB) smaller than this are considered zero fee for relaying, mining and transaction creation (default: %s) + 해당 금액(%s/kB) 보다 적은 수수료는 중계, 채굴, 거래 생성에서 수수료 면제로 간주됩니다 (기본값: %s) + + + 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 의 중계 수수료를 지정해야 합니다) + + + Maximum size of data in data carrier transactions we relay and mine (default: %u) + 중계 및 채굴을 할 때 데이터 운송 거래에서 데이터의 최대 크기 (기본값: %u) + + + Randomize credentials for every proxy connection. This enables Tor stream isolation (default: %u) + 인증정보를 프록시 연결마다 무작위로 합니다. 이는 Tor 스트림을 격리시킬 수 있습니다 (기본값: %u) + Set maximum size of high-priority/low-fee transactions in bytes (default: %d) 최대 크기를 최우선으로 설정 / 바이트당 최소 수수료로 거래(기본값: %d) - Cannot resolve -whitebind address: '%s' - -whitebind 주소를 확인할 수 없습니다: '%s' + The transaction amount is too small to send after the fee has been deducted + 거래액이 수수료를 지불하기엔 너무 작습니다 + + + Use hierarchical deterministic key generation (HD) after BIP32. Only has effect during wallet creation/first start + BIP32 이후에는 계층적 결정성 키 생성 (HD)을 사용하십시오. 지갑 생성/처음 시작 시에만 효과가 있습니다. + + + 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 추방이 되지 않으며 그들의 거래가 항상 중계됩니다, 이는 예를 들면 게이트웨이에서 유용합니다. + + + You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain + 축소 모드를 해제하고 데이터베이스를 재구성 하기 위해 -reindex를 사용해야 합니다. 이 명령은 모든 블록체인을 다시 다운로드 할 것 입니다. + + + (default: %u) + (기본값: %u) + + + Accept public REST requests (default: %u) + 공개 REST 요청을 허가 (기본값: %u) + + + Automatically create Tor hidden service (default: %d) + Tor서비스를 자동적으로 생성 (기본값: %d) + + + Connect through SOCKS5 proxy + SOCK5 프록시를 통해 연결 + + + Error reading from database, shutting down. + 블록 데이터베이스를 불러오는데 오류가 발생하였습니다, 종료됩니다. + + + Imports blocks from external blk000??.dat file on startup + 외부 blk000??.dat 파일에서 블록을 가져오기 Information 정보 - Invalid amount for -maxtxfee=<amount>: '%s' - -maxtxfee=<amount>에 대한 양이 잘못되었습니다: '%s' + Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) + 유효하지 않은 금액 -paytxfee=<amount>: "%s" (최소 %s 이상이어야 됨) - Invalid amount for -minrelaytxfee=<amount>: '%s' - 노드로 전달하기 위한 최저 거래 수수료가 부족합니다. - minrelaytxfee=<amount>: '%s' - + Invalid netmask specified in -whitelist: '%s' + 유효하지 않은 넷마스크가 -whitelist: '%s" 를 통해 지정됨 - Invalid amount for -mintxfee=<amount>: '%s' - 최저 거래 수수료가 부족합니다. -mintxfee=<amount>: '%s' + Keep at most <n> unconnectable transactions in memory (default: %u) + 최대 <n>개의 연결할 수 없는 거래를 메모리에 저장 (기본값: %u) + + + Need to specify a port with -whitebind: '%s' + -whitebind를 이용하여 포트를 지정해야 합니다: '%s" + + + Node relay options: + Node 중계 옵션: RPC server options: RPC 서버 설정 + + Reducing -maxconnections from %d to %d, because of system limitations. + 시스템 한계로 인하여 -maxconnections를 %d 에서 %d로 줄였습니다. + + + Rescan the block chain for missing wallet transactions on startup + 시작시 누락된 지갑 거래에 대해 블록 체인을 다시 검색 합니다 + Send trace/debug info to console instead of debug.log file 추적오류 정보를 degug.log 자료로 보내는 대신 콘솔로 보내기 + + Send transactions as zero-fee transactions if possible (default: %u) + 가능한 경우 수수료 없이 거래 보내기 (기본값: %u) + Show all debugging options (usage: --help -help-debug) 모든 디버그 설정 보기(설정: --help -help-debug) @@ -2580,17 +3570,37 @@ 거래를 서명하는것을 실패하였습니다. - Transaction amount too small - 거래량이 너무 적습니다 + The transaction amount is too small to pay the fee + 거래액이 수수료를 지불하기엔 너무 작습니다 - Transaction amounts must be positive - 거래량은 반드시 정수여야합니다. + This is experimental software. + 이 소프트웨어는 시험적입니다. + + + Tor control port password (default: empty) + Tor 관리 포트 암호 (기본값: 공란) + + + Tor control port to use if onion listening enabled (default: %s) + onion 열림이 활성화시 Tor 관리 포트 사용 (기본값: %s) + + + Transaction amount too small + 거래액이 너무 적습니다 + + + Transaction too large for fee policy + 수수료 정책에 비해 거래가 너무 큽니다 Transaction too large 너무 큰 거래 + + Upgrade wallet to latest format on startup + 시작시 지갑 포멧을 최신으로 업그레이드 합니다 + Username for JSON-RPC connections JSON-RPC 연결에 사용할 사용자 이름 @@ -2599,13 +3609,21 @@ Warning 경고 + + Warning: unknown new rules activated (versionbit %i) + 경고: 알려지지 않은 새로운 규칙이 활성화되었습니다. (버전비트 %i) + + + Whether to operate in a blocks only mode (default: %u) + 블록 전용 모드로 동작할지 여부 (기본값: %u) + Zapping all transactions from wallet... 지갑의 모든거래내역 건너뛰기... - wallet.dat corrupt, salvage failed - wallet.dat 파일이 손상되었고 복구가 실패하였습니다. + ZeroMQ notification options: + ZeroMQ 알림 옵션: Password for JSON-RPC connections @@ -2613,11 +3631,7 @@ Execute command when the best block changes (%s in cmd is replaced by block hash) - 최고의 블럭이 변하면 명령을 실행(cmd 에 있는 %s 는 블럭 해시에 의해 대체되어 짐) - - - This help message - 도움말 메시지입니다 + 최고의 블록이 변하면 명령을 실행 (cmd 에 있는 %s 는 블록 해시에 의해 대체되어 짐) Allow DNS lookups for -addnode, -seednode and -connect @@ -2628,40 +3642,236 @@ 주소를 불러오는 중... - Error loading wallet.dat: Wallet corrupted - wallet.dat 불러오기 에러: 지갑 오류 + (1 = keep tx meta data e.g. account owner and payment request information, 2 = drop tx meta data) + (1 = 거래의 메타 데이터를 유지함 예. 계좌정보 와 지불 요구 정보, 2 = 거래 메타 데이터 파기) - Error loading wallet.dat - wallet.dat 불러오기 에러 + -maxtxfee is set very high! Fees this large could be paid on a single transaction. + -maxtxfee값이 너무 큽니다! 하나의 거래에 너무 큰 수수료가 지불 됩니다. + + + Do not keep transactions in the mempool longer than <n> hours (default: %u) + 메모리 풀에 있는 거래 기록을 <n>시간 후 부터는 유지하지 않기 (기본값: %u) + + + Equivalent bytes per sigop in transactions for relay and mining (default: %u) + 릴레이 및 마이닝 거래의 sigop 당 동등한 바이트 (기본값: %u) + + + Fees (in %s/kB) smaller than this are considered zero fee for transaction creation (default: %s) + 해당 금액(%s/kB) 보다 적은 수수료는 수수료 면제로 간주됩니다.(기본값: %s) + + + Force relay of transactions from whitelisted peers even if they violate local relay policy (default: %d) + 피어들이 로컬 중계 정책을 위반하더라도 화이트 리스트에 포함된 피어인경우 강제로 중계하기 (기본값: %d) + + + How thorough the block verification of -checkblocks is (0-4, default: %u) + -checkblocks을 통한 블록 점검 (0-4, 기본값: %u) + + + Maintain a full transaction index, used by the getrawtransaction rpc call (default: %u) + getrawtransaction를 RPC CALL를 통해 완전한 거래 인덱스 유지 (기본값: %u) + + + Number of seconds to keep misbehaving peers from reconnecting (default: %u) + 이상행동을 하는 네트워크 참여자들을 다시 연결시키는데 걸리는 시간 (기본값: %u) + + + Output debugging information (default: %u, supplying <category> is optional) + 디버그 정보 출력 (기본값: %u, <category> 제공은 선택입니다) + + + Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect/-noconnect) + 보유한 피어 주소가 적은 경우 DNS 조회를 통해 피어 주소를 요청합니다. (-connect / -noconnect가 아니라면 기본값은 1) + + + Sets the serialization of raw transaction or block hex returned in non-verbose mode, non-segwit(0) or segwit(1) (default: %d) + non-segwit(0) 또는 segwit(1) (기본값: %d) 가 아닌 자세한 정보 표시 모드로 반환 된 원시 거래 또는 블록 hex의 직렬화를 설정합니다. + + + Support filtering of blocks and transaction with bloom filters (default: %u) + 블룸필터를 통해 블록과 거래 필터링 지원 (기본값: %u) + + + This is the transaction fee you may pay when fee estimates are not available. + 이것은 수수료 견적을 이용할 수 없을 때 지불 할 수 있는 거래 수수료입니다. + + + This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit %s and cryptographic software written by Eric Young and UPnP software written by Thomas Bernard. + 이 제품에는 OpenSSL Project에서 OpenSSL Toolkit %s으로 사용하기 위해 개발 한 소프트웨어와 Eric Young이 작성한 암호화 소프트웨어 및 Thomas Bernard가 작성한 UPnP 소프트웨어가 포함되어 있습니다. + + + Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments. + 네트워크 버전 문자 (%i)의 길이가 최대길이 (%i)를 초과합니다. UA코멘트의 갯수나 길이를 줄이세요. + + + Tries to keep outbound traffic under the given target (in MiB per 24h), 0 = no limit (default: %d) + 아웃바운드 트래픽을 설정된 목표치 이하로 유지하기 (24시간당 MiB기준), 0 = 무제한 (기본값: %d) + + + Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported. + 지원하지 않는 인수 -socks를 찾았습니다. 설정된 SOCKS의 버전은 더이상 사용할 수 없으며, SOCK5 프록시만을 지원합니다. + + + Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay. + 지원하지 않는 인수 -whitelistalwaysrelay 는 무시됩니다, -whitelistrelay 나 -whitelistforcerelay 를 사용해 주세요. + + + Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) + Tor 서비스를 이용하여 피어에게 연결하기 위해 분리된 SOCKS5 프록시를 사용 (기본값: %s) + + + Warning: Unknown block versions being mined! It's possible unknown rules are in effect + 경고: 알려지지 않은 버전의 블록이 채굴되었습니다. 알려지지 않은 규칙이 적용되었을 가능성이 있습니다. + + + Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup. + 경고 : 지갑파일이 손상되어 데이터가 복구되었습니다. 원래의 %s 파일은 %s 후에 %s 이름으로 저장됩니다. 잔액과 거래 내역이 정확하지 않다면 백업 파일로 부터 복원해야 합니다. + + + Whitelist peers connecting from the given IP address (e.g. 1.2.3.4) or CIDR notated network (e.g. 1.2.3.0/24). Can be specified multiple times. + 설정된 IP주소 (보기 1.2.3.4) 혹은 CIDR로 작성된 네트워크 (보기 1.2.3.0/24)로 화이트리스트에 포함된 피어에 접속합니다. 이 설정은 복수로 지정 할 수 있습니다. + + + %s is set very high! + %s가 매우 높게 설정되었습니다! + + + (default: %s) + (기본값: %s) + + + Always query for peer addresses via DNS lookup (default: %u) + DNS lookup을 통해 항상 피어주소에 대한 쿼리 보내기 (기본값: %u) + + + How many blocks to check at startup (default: %u, 0 = all) + 시작시 점검할 블록 갯수 (기본값: %u, 0 = 모두) + + + Include IP addresses in debug output (default: %u) + 디버그 출력에 IP주소 포함하기 (기본값: %u) Invalid -proxy address: '%s' 잘못된 -proxy 주소입니다: '%s' + + Keypool ran out, please call keypoolrefill first + Keypool이 종료되었습니다. 먼저 keypoolrefill을 호출하십시오. + + + 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) + <port>포트로 연결 받기 (기본값: %u 혹은 테스트넷: %u) + + + Maintain at most <n> connections to peers (default: %u) + 피어 연결수를 <n>개로 유지 (기본값: %u) + + + Make the wallet broadcast transactions + 지갑 브로드캐스트 거래를 만들기 + + + 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) + + + Prepend debug output with timestamp (default: %u) + 디버그 출력에 타임 스탬프 포함하기 (기본값: %u) + + + Relay and mine data carrier transactions (default: %u) + 데이터 운송 거래를 중계 및 채굴 (기본값: %u) + + + Relay non-P2SH multisig (default: %u) + 비 P2SH 다중서명을 중계 (기본값: %u) + + + Send transactions with full-RBF opt-in enabled (default: %u) + full-RBF opt-in이 활성화 된 거래을 전송합니다. (기본값: %u) + + + Set key pool size to <n> (default: %u) + 키 풀 사이즈를 <n> 로 설정 (기본값: %u) + + + Set maximum BIP141 block weight (default: %d) + 최대 BIP141 블록 무게 설정 (기본값: %d) + + + Set the number of threads to service RPC calls (default: %d) + 원격 프로시져 호출 서비스를 위한 쓰레드 개수를 설정 (기본값 : %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) + + + Starting network threads... + 네트워크 스레드 시작중... + + + The wallet will avoid paying less than the minimum relay fee. + 지갑은 최소 중계 수수료보다 적은 금액을 지불하는 것을 피할 것입니다. + + + This is the minimum transaction fee you pay on every transaction. + 이것은 모든 거래에서 지불하는 최소 거래 수수료입니다. + + + This is the transaction fee you will pay if you send a transaction. + 이것은 거래를 보낼 경우 지불 할 거래 수수료입니다. + + + Threshold for disconnecting misbehaving peers (default: %u) + 비정상적인 피어의 연결을 차단시키기 위한 임계값 (기본값: %u) + + + Transaction amounts must not be negative + 거래액은 반드시 정수여야합니다. + + + Transaction has too long of a mempool chain + 거래가 너무 긴 mempool 체인을 갖고 있습니다 + + + Transaction must have at least one recipient + 거래에는 최소한 한명의 수령인이 있어야 합니다. + Unknown network specified in -onlynet: '%s' -onlynet에 지정한 네트워크를 알 수 없습니다: '%s' - - Cannot resolve -bind address: '%s' - -bind 주소를 확인할 수 없습니다: '%s' - - - Cannot resolve -externalip address: '%s' - -externalip 주소를 확인할 수 없습니다: '%s' - - - Invalid amount for -paytxfee=<amount>: '%s' - -paytxfee=<amount>에 대한 양이 잘못되었습니다: '%s' - Insufficient funds 자금 부족 Loading block index... - 블럭 인덱스를 불러오는 중... + 블록 인덱스를 불러오는 중... Add a node to connect to and attempt to keep the connection open diff --git a/src/qt/locale/bitcoin_ku_IQ.ts b/src/qt/locale/bitcoin_ku_IQ.ts new file mode 100644 index 000000000..a0d851041 --- /dev/null +++ b/src/qt/locale/bitcoin_ku_IQ.ts @@ -0,0 +1,395 @@ + + + AddressBookPage + + Create a new address + ناوونیشانێکی نوێ دروست بکە + + + &New + &نوێ + + + &Copy + &ڕوونووس + + + C&lose + C&داخستن + + + &Export + &هەناردن + + + &Delete + &سڕینەوە + + + + AddressTableModel + + Address + ناوونیشان + + + + AskPassphraseDialog + + + BanTableModel + + + BitcoinGUI + + &Send + &ناردن + + + &File + &پەرگە + + + &Settings + &سازکارییەکان + + + &Help + &یارمەتی + + + Error + هەڵە + + + Warning + ئاگاداری + + + Information + زانیاری + + + + CoinControlDialog + + Amount: + کۆ: + + + Fee: + تێچوون: + + + Amount + سەرجەم + + + Date + رێکەت + + + yes + بەڵێ + + + no + نەخێر + + + + EditAddressDialog + + + FreespaceChecker + + name + ناو + + + + HelpMessageDialog + + version + وەشان + + + + Intro + + Welcome + بەخێربێن + + + Error + هەڵە + + + + ModalOverlay + + + OpenURIDialog + + + OptionsDialog + + Options + هەڵبژاردنەکان + + + + OverviewPage + + Total: + گشتی + + + + PaymentServer + + + PeerTableModel + + + QObject + + Amount + سەرجەم + + + + QObject::QObject + + + QRImageWidget + + + RPCConsole + + &Information + &زانیاری + + + General + گشتی + + + Network + تۆڕ + + + Name + ناو + + + Sent + نێدرا + + + Version + وەشان + + + Services + خزمەتگوزاریەکان + + + &Open + &کردنەوە + + + &Clear + &پاککردنەوە + + + Totals + گشتییەکان + + + In: + لە ناو + + + Out: + لەدەرەوە + + + 1 &hour + 1&سات + + + 1 &day + 1&ڕۆژ + + + 1 &week + 1&هەفتە + + + 1 &year + 1&ساڵ + + + never + هەرگیز + + + Yes + بەڵێ + + + No + نەخێر + + + + ReceiveCoinsDialog + + &Amount: + &سەرجەم: + + + &Message: + &پەیام: + + + Clear + پاککردنەوە + + + Show + پیشاندان + + + Remove + سڕینەوە + + + + ReceiveRequestDialog + + Address + ناوونیشان + + + Amount + سەرجەم + + + + RecentRequestsTableModel + + Date + رێکەت + + + + SendCoinsDialog + + Amount: + کۆ: + + + Fee: + تێچوون: + + + fast + خێرا + + + + SendCoinsEntry + + Message: + پەیام: + + + + SendConfirmationDialog + + Yes + بەڵێ + + + + ShutdownWindow + + + SignVerifyMessageDialog + + + SplashScreen + + + TrafficGraphWidget + + + TransactionDesc + + Date + رێکەت + + + Amount + سەرجەم + + + + TransactionDescDialog + + + TransactionTableModel + + Date + رێکەت + + + + TransactionView + + Date + رێکەت + + + Address + ناوونیشان + + + + UnitDisplayStatusBarControl + + + WalletFrame + + + WalletModel + + + WalletView + + &Export + &هەناردن + + + + bitcoin-core + + Options: + هەڵبژاردنەکان: + + + Information + زانیاری + + + Warning + ئاگاداری + + + Error + هەڵە + + + \ No newline at end of file diff --git a/src/qt/locale/bitcoin_ky.ts b/src/qt/locale/bitcoin_ky.ts index 5caa1a115..bcad1039f 100644 --- a/src/qt/locale/bitcoin_ky.ts +++ b/src/qt/locale/bitcoin_ky.ts @@ -70,19 +70,12 @@ Жаңыланган - - ClientModel - CoinControlDialog Date Дата - - none - жок - (no label) (аты жок) @@ -112,6 +105,9 @@ Ката + + ModalOverlay + OpenURIDialog @@ -166,6 +162,9 @@ QObject + + QObject::QObject + QRImageWidget @@ -247,7 +246,7 @@ (no label) (аты жок) - + SendCoinsEntry @@ -259,6 +258,9 @@ Билдирүү: + + SendConfirmationDialog + ShutdownWindow @@ -303,6 +305,10 @@ Date Дата + + (no label) + (аты жок) + TransactionView diff --git a/src/qt/locale/bitcoin_la.ts b/src/qt/locale/bitcoin_la.ts index 01482910e..83119e5ac 100644 --- a/src/qt/locale/bitcoin_la.ts +++ b/src/qt/locale/bitcoin_la.ts @@ -9,10 +9,6 @@ Copy the currently selected address to the system clipboard Copia inscriptionem iam selectam in latibulum systematis - - &Copy Address - &Copia Inscriptionem - Delete the currently selected address from the list Dele active selectam inscriptionem ex enumeratione @@ -29,38 +25,10 @@ &Delete &Dele - - These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - Hae sunt inscriptiones mittendi pensitationes. Semper inspice quantitatem et inscriptionem accipiendi antequam nummos mittis. - - - Copy &Label - Copia &Titulum - - - &Edit - &Muta - - - Comma separated file (*.csv) - Comma Separata Plica (*.csv) - AddressTableModel - - Label - Titulus - - - Address - Inscriptio - - - (no label) - (nullus titulus) - - + AskPassphraseDialog @@ -79,83 +47,7 @@ Repeat new passphrase Itera novam tesseram - - Encrypt wallet - Cifra cassidile - - - This operation needs your wallet passphrase to unlock the wallet. - Huic operationi necesse est tessera cassidili tuo ut cassidile reseret. - - - Unlock wallet - Resera cassidile - - - This operation needs your wallet passphrase to decrypt the wallet. - Huic operationi necesse est tessera cassidili tuo ut cassidile decifret. - - - Decrypt wallet - Decifra cassidile - - - Change passphrase - Muta tesseram - - - Confirm wallet encryption - Confirma cifrationem cassidilis - - - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! - Monitio: Si cassidile tuum cifras et tesseram amittis, tu <b>AMITTES OMNES TUOS NUMMOS BITOS</b>! - - - Are you sure you wish to encrypt your wallet? - Certusne es te velle tuum cassidile cifrare? - - - 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. - GRAVE: Oportet ulla prioria conservata quae fecisti de plica tui cassidilis reponi a nove generata cifrata plica cassidilis. Propter securitatem, prioria conservata de plica non cifrata cassidilis inutilia fiet simul atque incipis uti novo cifrato cassidili. - - - Warning: The Caps Lock key is on! - Monitio: Litterae ut capitales seratae sunt! - - - Wallet encrypted - Cassidile cifratum - - - Wallet encryption failed - Cassidile cifrare abortum est - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - Cassidile cifrare abortum est propter internum errorem. Tuum cassidile cifratum non est. - - - The supplied passphrases do not match. - Tesserae datae non eaedem sunt. - - - Wallet unlock failed - Cassidile reserare abortum est. - - - The passphrase entered for the wallet decryption was incorrect. - Tessera inserta pro cassidilis decifrando prava erat. - - - Wallet decryption failed - Cassidile decifrare abortum est. - - - Wallet passphrase was successfully changed. - Tessera cassidilis successa est in mutando. - - + BanTableModel @@ -217,10 +109,6 @@ &Change Passphrase... &Muta tesseram... - - Importing blocks from disk... - Importans frusta ab disco... - Reindexing blocks on disk... Recreans indicem frustorum in disco... @@ -301,18 +189,10 @@ Tabs toolbar Tabella instrumentorum "Tabs" - - Bitcoin Core - Blackcoin More - &Command-line options Optiones mandati initiantis - - No block source available... - Nulla fons frustorum absens... - %1 behind %1 post @@ -361,14 +241,7 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> Cassidile <b>cifratum</b> est et iam nunc <b>seratum</b> - - - ClientModel - - Network Alert - Monitio Retis - - + CoinControlDialog @@ -387,26 +260,6 @@ Confirmed Confirmatum - - Copy address - Copia inscriptionem - - - Copy label - Copia titulum - - - Copy amount - Copia quantitatem - - - Copy transaction ID - Copia transactionis ID - - - (no label) - (nullus titulus) - EditAddressDialog @@ -422,48 +275,12 @@ &Address &Inscriptio - - New receiving address - Nova inscriptio accipiendi - - - New sending address - Nova inscriptio mittendi - - - Edit receiving address - Muta inscriptionem accipiendi - - - Edit sending address - Muta inscriptionem mittendi - - - The entered address "%1" is already in the address book. - Inserta inscriptio "%1" iam in libro inscriptionum est. - - - The entered address "%1" is not a valid Bitcoin address. - Inscriptio inserta "%1" non valida inscriptio Blackcoin est. - - - Could not unlock wallet. - Non potuisse cassidile reserare - - - New key generation failed. - Generare novam clavem abortum est. - - + FreespaceChecker HelpMessageDialog - - Bitcoin Core - Blackcoin More - version versio @@ -483,15 +300,22 @@ Intro - - Bitcoin Core - Blackcoin More - Error Error + + ModalOverlay + + Form + Schema + + + Last block time + Hora postremi frusti + + OpenURIDialog @@ -615,14 +439,6 @@ PaymentServer - - URI handling - Tractatio URI - - - Cannot start bitcoin: click-to-pay handler - Blackcoin incipere non potest: cliccare-ad-pensandum handler - PeerTableModel @@ -638,19 +454,14 @@ N/A + + QObject::QObject + QRImageWidget - - Save QR Code - Salva codicem QR - RPCConsole - - Client name - Nomen clientis - N/A N/A @@ -667,10 +478,6 @@ Debug window Fenestra Debug - - Using OpenSSL version - Utens OpenSSL versione - Startup time Tempus initiandi @@ -703,10 +510,6 @@ &Console &Terminale - - Build date - Dies aedificandi - Debug log file Debug catalogi plica @@ -738,68 +541,16 @@ &Message: Nuntius: - - Copy label - Copia titulum - - - Copy amount - Copia quantitatem - - + ReceiveRequestDialog Copy &Address &Copia Inscriptionem - - Address - Inscriptio - - - Amount - Quantitas - - - Label - Titulus - - - Message - Nuntius - - - Resulting URI too long, try to reduce the text for label / message. - Resultato URI nimis longo, conare minuere verba pro titulo / nuntio. - - - Error encoding URI into QR Code. - Error codificandi URI in codicem QR. - - + RecentRequestsTableModel - - Date - Dies - - - Label - Titulus - - - Message - Nuntius - - - Amount - Quantitas - - - (no label) - (nullus titulus) - SendCoinsDialog @@ -843,30 +594,6 @@ S&end &Mitte - - Confirm send coins - Confirma mittendum nummorum - - - Copy amount - Copia quantitatem - - - The amount to pay must be larger than 0. - Oportet quantitatem ad pensandum maiorem quam 0 esse. - - - The amount exceeds your balance. - Quantitas est ultra quod habes. - - - The total exceeds your balance when the %1 transaction fee is included. - Quantitas est ultra quod habes cum merces transactionis %1 includitur. - - - (no label) - (nullus titulus) - SendCoinsEntry @@ -878,10 +605,6 @@ Pay &To: Pensa &Ad: - - Enter a label for this address to add it to your address book - Insero titulum huic inscriptioni ut eam in tuum librum inscriptionum addas. - &Label: &Titulus: @@ -907,6 +630,9 @@ Pensa Ad: + + SendConfirmationDialog + ShutdownWindow @@ -976,65 +702,9 @@ Reset all verify message fields Reconstitue omnes campos verificandi nuntii - - Click "Sign Message" to generate signature - Clicca "Signa Nuntium" ut signatio generetur - - - The entered address is invalid. - Inscriptio inserta non valida est. - - - Please check the address and try again. - Sodes inscriptionem proba et rursus conare. - - - The entered address does not refer to a key. - Inserta inscriptio clavem non refert. - - - Wallet unlock was cancelled. - Cassidilis reserare cancellatum est. - - - Private key for the entered address is not available. - Clavis privata absens est pro inserta inscriptione. - - - Message signing failed. - Nuntium signare abortum est. - - - Message signed. - Nuntius signatus. - - - The signature could not be decoded. - Signatio decodificari non potuit. - - - Please check the signature and try again. - Sodes signationem proba et rursus conare. - - - The signature did not match the message digest. - Signatio non convenit digesto nuntii - - - Message verification failed. - Nuntium verificare abortum est. - - - Message verified. - Nuntius verificatus. - - + SplashScreen - - Bitcoin Core - Blackcoin More - [testnet] [testnet] @@ -1045,320 +715,20 @@ TransactionDesc - - Open until %1 - Apertum donec %1 - - - %1/offline - %1/non conecto - - - %1/unconfirmed - %1/non confirmata - - - %1 confirmations - %1 confirmationes - - - Status - Status - - - Date - Dies - - - Source - Fons - - - Generated - Generatum - - - From - Ab - - - To - Ad - - - own address - inscriptio propria - - - label - titulus - - - Credit - Creditum - - - not accepted - non acceptum - - - Debit - Debitum - - - Transaction fee - Transactionis merces - - - Net amount - Cuncta quantitas - - - Message - Nuntius - - - Comment - Annotatio - - - Transaction ID - ID transactionis - - - Debug information - Informatio de debug - - - Transaction - Transactio - - - Inputs - Lectenda - - - Amount - Quantitas - - - true - verum - - - false - falsum - - - , has not been successfully broadcast yet - , nondum prospere disseminatum est - - - unknown - ignotum - - + TransactionDescDialog - - Transaction details - Particularia transactionis - This pane shows a detailed description of the transaction Haec tabula monstrat descriptionem verbosam transactionis - + TransactionTableModel - - Date - Dies - - - Type - Typus - - - Open until %1 - Apertum donec %1 - - - Confirmed (%1 confirmations) - Confirmatum (%1 confirmationes) - - - This block was not received by any other nodes and will probably not be accepted! - Hoc frustum non acceptum est ab ulla alia nodis et probabiliter non acceptum erit! - - - Generated but not accepted - Generatum sed non acceptum - - - Label - Titulus - - - Received with - Acceptum cum - - - Received from - Acceptum ab - - - Sent to - Missum ad - - - Payment to yourself - Pensitatio ad te ipsum - - - Mined - Fossa - - - (n/a) - (n/a) - - - Transaction status. Hover over this field to show number of confirmations. - Status transactionis. Supervola cum mure ut monstretur numerus confirmationum. - - - Date and time that the transaction was received. - Dies et tempus quando transactio accepta est. - - - Type of transaction. - Typus transactionis. - - - Amount removed from or added to balance. - Quantitas remota ex pendendo aut addita ei. - - + TransactionView - - All - Omne - - - Today - Hodie - - - This week - Hac hebdomade - - - This month - Hoc mense - - - Last month - Postremo mense - - - This year - Hoc anno - - - Range... - Intervallum... - - - Received with - Acceptum cum - - - Sent to - Missum ad - - - To yourself - Ad te ipsum - - - Mined - Fossa - - - Other - Alia - - - Enter address or label to search - Insere inscriptionem vel titulum ut quaeras - - - Min amount - Quantitas minima - - - Copy address - Copia inscriptionem - - - Copy label - Copia titulum - - - Copy amount - Copia quantitatem - - - Copy transaction ID - Copia transactionis ID - - - Edit label - Muta titulum - - - Show transaction details - Monstra particularia transactionis - - - Comma separated file (*.csv) - Comma Separata Plica (*.csv) - - - Confirmed - Confirmatum - - - Date - Dies - - - Type - Typus - - - Label - Titulus - - - Address - Inscriptio - - - ID - ID - - - Range: - Intervallum: - - - to - ad - - + UnitDisplayStatusBarControl @@ -1367,38 +737,10 @@ WalletModel - - Send Coins - Mitte Nummos - - + WalletView - - &Export - &Exporta - - - Export the data in the current tab to a file - Exporta data in hac tabella in plicam - - - Backup Wallet - Conserva cassidile - - - Wallet Data (*.dat) - Data cassidilis (*.dat) - - - Backup Failed - Conservare abortum est. - - - Backup Successful - Successum in conservando - - + bitcoin-core @@ -1426,8 +768,8 @@ Operare infere sicut daemon et mandata accipe - Accept connections from outside (default: 1 if no -proxy or -connect) - Accipe conexiones externas (praedefinitum: 1 nisi -proxy neque -connect) + Bitcoin Core + Blackcoin More Bind to given address and always listen on it. Use [host]:port notation for IPv6 @@ -1437,22 +779,10 @@ Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) Facere mandatum quotiescumque cassidilis transactio mutet (%s in mandato sbstituitur ab TxID) - - This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - Hoc est prae-dimittum experimentala aedes - utere eo periculo tuo proprio - nolite utere fodendo vel applicationibus mercatoriis - - - 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. - Monitio: wallet.data corrupta, data salvata! Originalis wallet.dat salvata ut wallet.{timestamp}.bak in %s; si pendendum tuum vel transactiones pravae sunt, oportet ab conservato restituere. - Block creation options: Optiones creandi frustorum: - - Connect only to the specified node(s) - Conecte sole ad nodos specificatos (vel nodum specificatum) - Corrupted block database detected Corruptum databasum frustorum invenitur @@ -1497,26 +827,10 @@ Verifying wallet... Verificante cassidilem... - - Cannot resolve -whitebind address: '%s' - Non posse resolvere -whitebind inscriptionem: '%s' - Information Informatio - - Invalid amount for -maxtxfee=<amount>: '%s' - Quantitas non valida pro -maxtxfee=<amount>: '%s' - - - Invalid amount for -minrelaytxfee=<amount>: '%s' - Quantitas non valida pro -minrelaytxfee=<amount>: '%s' - - - Invalid amount for -mintxfee=<amount>: '%s' - Quantitas non valida pro -mintxfee=<amount>: '%s' - Send trace/debug info to console instead of debug.log file Mitte informationem vestigii/debug ad terminale potius quam plicam debug.log @@ -1533,10 +847,6 @@ Transaction amount too small Magnitudo transactionis nimis parva - - Transaction amounts must be positive - Necesse est magnitudines transactionum positivas esse. - Transaction too large Transactio nimis magna @@ -1549,10 +859,6 @@ Warning Monitio - - wallet.dat corrupt, salvage failed - wallet.dat corrupta, salvare abortum est - Password for JSON-RPC connections Tessera pro conexionibus JSON-RPC @@ -1561,10 +867,6 @@ Execute command when the best block changes (%s in cmd is replaced by block hash) Pelle mandatum quando optissimum frustum mutat (%s in mandato substituitur ab hash frusti) - - This help message - Hic nuntius auxilii - Allow DNS lookups for -addnode, -seednode and -connect Permitte quaerenda DNS pro -addnode, -seednode, et -connect @@ -1573,14 +875,6 @@ Loading addresses... Legens inscriptiones... - - Error loading wallet.dat: Wallet corrupted - Error legendi wallet.dat: Cassidile corruptum - - - Error loading wallet.dat - Error legendi wallet.dat - Invalid -proxy address: '%s' Inscriptio -proxy non valida: '%s' @@ -1589,18 +883,6 @@ Unknown network specified in -onlynet: '%s' Ignotum rete specificatum in -onlynet: '%s' - - Cannot resolve -bind address: '%s' - Non posse resolvere -bind inscriptonem: '%s' - - - Cannot resolve -externalip address: '%s' - Non posse resolvere -externalip inscriptionem: '%s' - - - Invalid amount for -paytxfee=<amount>: '%s' - Quantitas non valida pro -paytxfee=<quantitas>: '%s' - Insufficient funds Inopia nummorum diff --git a/src/qt/locale/bitcoin_lt.ts b/src/qt/locale/bitcoin_lt.ts index f2fad2649..c31e37dbb 100644 --- a/src/qt/locale/bitcoin_lt.ts +++ b/src/qt/locale/bitcoin_lt.ts @@ -25,10 +25,6 @@ C&lose &Užverti - - &Copy Address - &Kopijuoti adresą - Delete the currently selected address from the list Ištrinti pasirinktą adresą iš sąrašo @@ -45,74 +41,10 @@ &Delete &Trinti - - Choose the address to send coins to - Pasirinkite adresą kuriam siūsite monetas - - - Choose the address to receive coins with - Pasirinkite adresą su kuriuo gauti monetas - - - C&hoose - P&asirinkti - - - Sending addresses - Siunčiami adresai - - - Receiving addresses - Gaunami adresai - - - These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - Tai yra jūsų Blackcoin adresai mokėjimų siuntimui. Visada patikrinkite siunčiamą sumą ir gavėjo adresą prieš siųsdami monetas. - - - These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Tai yra jūsų Blackcoin adresai mokėjimų gavimui. Rekomenduojame naudoti naujus gavimo adresus kiekvienai tranzakcijai. - - - Copy &Label - Kopijuoti ž&ymę - - - &Edit - &Keisti - - - Export Address List - Eksportuoti adresų sąrašą - - - Comma separated file (*.csv) - Kableliais atskirtų duomenų failas (*.csv) - - - Exporting Failed - Eksportavimas nepavyko - - - There was an error trying to save the address list to %1. Please try again. - Bandant išsaugoti adresų sąrašą - įvyko klaida keliant į %1. Prašome bandyti dar kartą. - - + AddressTableModel - - Label - Žymė - - - Address - Adresas - - - (no label) - (nėra žymės) - - + AskPassphraseDialog @@ -131,79 +63,7 @@ Repeat new passphrase Pakartokite naują slaptafrazę - - Encrypt wallet - Užšifruoti piniginę - - - This operation needs your wallet passphrase to unlock the wallet. - Ši operacija reikalauja jūsų piniginės slaptafrazės jai atrakinti. - - - Unlock wallet - Atrakinti piniginę - - - This operation needs your wallet passphrase to decrypt the wallet. - Ši operacija reikalauja jūsų piniginės slaptafrazės jai iššifruoti. - - - Decrypt wallet - Iššifruoti piniginę - - - Change passphrase - Pakeisti slaptafrazę - - - Confirm wallet encryption - Patvirtinkite piniginės užšifravimą - - - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! - Dėmesio: jei užšifruosite savo piniginę ir pamesite slaptafrazę, jūs<b>PRARASITE VISUS SAVO BLACKCOINUS</b>! - - - Are you sure you wish to encrypt your wallet? - Ar tikrai norite šifruoti savo piniginę? - - - Warning: The Caps Lock key is on! - Įspėjimas: įjungtas Caps Lock klavišas! - - - Wallet encrypted - Piniginė užšifruota - - - Wallet encryption failed - Nepavyko užšifruoti piniginę - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - Dėl vidinės klaidos nepavyko užšifruoti piniginę.Piniginė neužšifruota. - - - The supplied passphrases do not match. - Įvestos slaptafrazės nesutampa. - - - Wallet unlock failed - Nepavyko atrakinti piniginę - - - The passphrase entered for the wallet decryption was incorrect. - Neteisingai įvestas slaptažodis piniginės iššifravimui. - - - Wallet decryption failed - Nepavyko iššifruoti piniginės - - - Wallet passphrase was successfully changed. - Piniginės slaptažodis sėkmingai pakeistas. - - + BanTableModel @@ -249,6 +109,10 @@ Quit application Išjungti programą + + &About %1 + &Apie %1 + About &Qt Apie &Qt @@ -285,14 +149,6 @@ Open &URI... Atidaryti &URI... - - Bitcoin Core client - Blackcoin More klientas - - - Importing blocks from disk... - Blokai importuojami iš disko... - Reindexing blocks on disk... Blokai iš naujo indeksuojami... @@ -337,10 +193,6 @@ &Receive &Gauti - - Show information about Bitcoin Core - Rodyti informaciją apie Blackcoin More - &Show / Hide &Rodyti / Slėpti @@ -369,14 +221,6 @@ Tabs toolbar Kortelių įrankinė - - Bitcoin Core - Blackcoin branduolys - - - &About Bitcoin Core - &Apie Blackcoin More - &Command-line options Komandinės eilutės parametrai @@ -417,14 +261,7 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> Piniginė <b>užšifruota</b> ir šiuo metu <b>užrakinta</b> - - - ClientModel - - Network Alert - Tinklo įspėjimas - - + CoinControlDialog @@ -443,10 +280,6 @@ Amount: Suma: - - Priority: - Pirmumas: - Fee: Mokestis: @@ -487,99 +320,7 @@ Confirmed Patvirtintas - - Priority - Pirmumas - - - Copy address - Kopijuoti adresą - - - Copy label - Kopijuoti žymę - - - Copy amount - Kopijuoti sumą - - - Copy quantity - Kopijuoti kiekį - - - Copy fee - Kopijuoti mokestį - - - Copy after fee - Kopijuoti po mokesčio - - - Copy bytes - Kopijuoti baitus - - - Copy priority - Kopijuoti pirmumą - - - highest - auksčiausias - - - higher - aukštesnis - - - high - aukštas - - - medium-high - vidutiniškai aukštas - - - medium - vidutiniškai - - - low-medium - žemai-vidutiniškas - - - low - žemas - - - lower - žemesnis - - - lowest - žemiausias - - - none - niekas - - - yes - taip - - - no - ne - - - (no label) - (nėra žymės) - - - (change) - (Graža) - - + EditAddressDialog @@ -594,39 +335,7 @@ &Address &Adresas - - New receiving address - Naujas gavimo adresas - - - New sending address - Naujas siuntimo adresas - - - Edit receiving address - Keisti gavimo adresą - - - Edit sending address - Keisti siuntimo adresą - - - The entered address "%1" is already in the address book. - Įvestas adresas „%1“ jau yra adresų knygelėje. - - - The entered address "%1" is not a valid Bitcoin address. - Įvestas adresas „%1“ nėra galiojantis Blackcoin adresas. - - - Could not unlock wallet. - Nepavyko atrakinti piniginės. - - - New key generation failed. - Naujo rakto generavimas nepavyko. - - + FreespaceChecker @@ -636,18 +345,10 @@ HelpMessageDialog - - Bitcoin Core - Blackcoin More - version versija - - About Bitcoin Core - Apie Blackcoin More - Command-line options Komandinės eilutės parametrai @@ -667,19 +368,22 @@ Welcome Sveiki - - Welcome to Bitcoin Core. - Sveiki atvykę į Blackcoin More. - - - Bitcoin Core - Blackcoin More - Error Klaida + + ModalOverlay + + Form + Forma + + + Last block time + Paskutinio bloko laikas + + OpenURIDialog @@ -843,27 +547,7 @@ PaymentServer - - URI handling - URI apdorojimas - - - Invalid payment address %1 - Neteisingas mokėjimo adresas %1 - - - Payment request rejected - Mokėjimo siuntimas atmestas - - - Payment request expired. - Mokėjimo siuntimas pasibaigė - - - Network request error - Tinklo užklausos klaida - - + PeerTableModel @@ -886,27 +570,14 @@ nėra + + QObject::QObject + QRImageWidget - - &Copy Image - Kopijuoti nuotrauką - - - Save QR Code - Įrašyti QR kodą - - - PNG Image (*.png) - PNG paveikslėlis (*.png) - - + RPCConsole - - Client name - Kliento pavadinimas - N/A nėra @@ -923,10 +594,6 @@ Debug window Derinimo langas - - Using OpenSSL version - Naudojama OpenSSL versija - Startup time Paleidimo laikas @@ -983,10 +650,6 @@ Totals Viso: - - Build date - Kompiliavimo data - Debug log file Derinimo žurnalo failas @@ -1042,15 +705,7 @@ Clear Išvalyti - - Copy label - Kopijuoti žymę - - - Copy amount - Kopijuoti sumą - - + ReceiveRequestDialog @@ -1061,53 +716,9 @@ Copy &Address &Kopijuoti adresą - - Payment information - Mokėjimo informacija - - - Address - Adresas - - - Amount - Suma - - - Label - Žymė - - - Message - Žinutė - - - Error encoding URI into QR Code. - Klaida, koduojant URI į QR kodą. - - + RecentRequestsTableModel - - Date - Data - - - Label - Žymė - - - Message - Žinutė - - - Amount - Suma - - - (no label) - (nėra žymės) - SendCoinsDialog @@ -1131,10 +742,6 @@ Amount: Suma: - - Priority: - Pirmumas: - Fee: Mokestis: @@ -1175,54 +782,6 @@ S&end &Siųsti - - Confirm send coins - Patvirtinti monetų siuntimą - - - Copy quantity - Kopijuoti kiekį - - - Copy amount - Kopijuoti sumą - - - Copy fee - Kopijuoti mokestį - - - Copy after fee - Kopijuoti po mokesčio - - - Copy bytes - Kopijuoti baitus - - - Copy priority - Kopijuoti pirmumą - - - The amount to pay must be larger than 0. - Apmokėjimo suma turi būti didesnė nei 0. - - - The amount exceeds your balance. - Suma viršija jūsų balansą. - - - The total exceeds your balance when the %1 transaction fee is included. - Jei pridedame sandorio mokestį %1 bendra suma viršija jūsų balansą. - - - Payment request expired. - Mokėjimo siuntimas pasibaigė - - - (no label) - (nėra žymės) - SendCoinsEntry @@ -1234,10 +793,6 @@ Pay &To: Mokėti &gavėjui: - - Enter a label for this address to add it to your address book - Įveskite žymę šiam adresui kad galėtumėte įtraukti ją į adresų knygelę - &Label: Ž&ymė: @@ -1263,6 +818,9 @@ Mokėti gavėjui: + + SendConfirmationDialog + ShutdownWindow @@ -1312,57 +870,9 @@ Verify &Message &Patikrinti žinutę - - Click "Sign Message" to generate signature - Spragtelėkite "Registruotis žinutę" tam, kad gauti parašą - - - The entered address is invalid. - Įvestas adresas negalioja. - - - Please check the address and try again. - Prašom patikrinti adresą ir bandyti iš naujo. - - - Wallet unlock was cancelled. - Piniginės atrakinimas atšauktas. - - - Message signing failed. - Žinutės pasirašymas nepavyko. - - - Message signed. - Žinutė pasirašyta. - - - The signature could not be decoded. - Nepavyko iškoduoti parašo. - - - Please check the signature and try again. - Prašom patikrinti parašą ir bandyti iš naujo. - - - The signature did not match the message digest. - Parašas neatitinka žinutės. - - - Message verification failed. - Žinutės tikrinimas nepavyko. - - - Message verified. - Žinutė patikrinta. - - + SplashScreen - - Bitcoin Core - Blackcoin More - [testnet] [testavimotinklas] @@ -1377,316 +887,20 @@ TransactionDesc - - Open until %1 - Atidaryta iki %1 - - - %1/offline - %1/neprisijungęs - - - %1/unconfirmed - %1/nepatvirtintas - - - %1 confirmations - %1 patvirtinimų - - - Status - Būsena - - - Date - Data - - - Source - Šaltinis - - - Generated - Sugeneruotas - - - From - Nuo - - - To - Kam - - - own address - savo adresas - - - label - žymė - - - Credit - Kreditas - - - not accepted - nepriimta - - - Debit - Debitas - - - Transaction fee - Sandorio mokestis - - - Net amount - Neto suma - - - Message - Žinutė - - - Comment - Komentaras - - - Transaction ID - Sandorio ID - - - Debug information - Derinimo informacija - - - Transaction - Sandoris - - - Amount - Suma - - - true - tiesa - - - false - netiesa - - - , has not been successfully broadcast yet - , transliavimas dar nebuvo sėkmingas - - - unknown - nežinomas - - + TransactionDescDialog - - Transaction details - Sandorio detelės - This pane shows a detailed description of the transaction Šis langas sandorio detalų aprašymą - + TransactionTableModel - - Date - Data - - - Type - Tipas - - - Open until %1 - Atidaryta iki %1 - - - Confirmed (%1 confirmations) - Patvirtinta (%1 patvirtinimai) - - - This block was not received by any other nodes and will probably not be accepted! - Šis blokas negautas nė vienu iš mazgų ir matomai nepriimtas - - - Generated but not accepted - Išgauta bet nepriimta - - - Label - Žymė - - - Received with - Gauta su - - - Received from - Gauta iš - - - Sent to - Išsiųsta - - - Payment to yourself - Mokėjimas sau - - - Mined - Išgauta - - - (n/a) - nepasiekiama - - - Transaction status. Hover over this field to show number of confirmations. - Sandorio būklė. Užvedus pelės žymeklį ant šios srities matysite patvirtinimų skaičių. - - - Date and time that the transaction was received. - Sandorio gavimo data ir laikas - - - Type of transaction. - Sandorio tipas. - - - Amount removed from or added to balance. - Suma pridėta ar išskaičiuota iš balanso - - + TransactionView - - All - Visi - - - Today - Šiandien - - - This week - Šią savaitę - - - This month - Šį mėnesį - - - Last month - Paskutinį mėnesį - - - This year - Šiais metais - - - Range... - Intervalas... - - - Received with - Gauta su - - - Sent to - Išsiųsta - - - To yourself - Skirta sau - - - Mined - Išgauta - - - Other - Kita - - - Enter address or label to search - Įveskite adresą ar žymę į paiešką - - - Min amount - Minimali suma - - - Copy address - Kopijuoti adresą - - - Copy label - Kopijuoti žymę - - - Copy amount - Kopijuoti sumą - - - Edit label - Taisyti žymę - - - Show transaction details - Rodyti sandėrio detales - - - Exporting Failed - Eksportavimas nepavyko - - - Comma separated file (*.csv) - Kableliais atskirtų duomenų failas (*.csv) - - - Confirmed - Patvirtintas - - - Date - Data - - - Type - Tipas - - - Label - Žymė - - - Address - Adresas - - - ID - ID - - - Range: - Grupė: - - - to - skirta - - + UnitDisplayStatusBarControl @@ -1695,38 +909,10 @@ WalletModel - - Send Coins - Siųsti monetas - - + WalletView - - &Export - &Eksportuoti - - - Export the data in the current tab to a file - Eksportuoti informaciją iš dabartinės lentelės į failą - - - Backup Wallet - Backup piniginę - - - Wallet Data (*.dat) - Piniginės duomenys (*.dat) - - - Backup Failed - Nepavyko padaryti atsarginės kopijos - - - Backup Successful - Atsarginė kopija sėkmingai padaryta - - + bitcoin-core @@ -1750,8 +936,8 @@ Dirbti fone kaip šešėlyje ir priimti komandas - Connect only to the specified node(s) - Prisijungti tik prie nurodyto mazgo + Bitcoin Core + Blackcoin More Error opening block database @@ -1769,18 +955,6 @@ Information Informacija - - Invalid amount for -maxtxfee=<amount>: '%s' - Neteisinga suma -maxtxfee=<amount>: '%s' - - - Invalid amount for -minrelaytxfee=<amount>: '%s' - Neteisinga suma -minrelaytxfee=<amount>: '%s' - - - Invalid amount for -mintxfee=<amount>: '%s' - Neteisinga suma -mintxfee=<amount>: '%s' - Send trace/debug info to console instead of debug.log file Siųsti atsekimo/derinimo info į konsolę vietoj debug.log failo @@ -1797,10 +971,6 @@ Password for JSON-RPC connections Slaptažodis JSON-RPC sujungimams - - This help message - Pagelbos žinutė - Allow DNS lookups for -addnode, -seednode and -connect Leisti DNS paiešką sujungimui ir mazgo pridėjimui @@ -1809,22 +979,10 @@ Loading addresses... Užkraunami adresai... - - Error loading wallet.dat: Wallet corrupted - wallet.dat pakrovimo klaida, wallet.dat sugadintas - - - Error loading wallet.dat - wallet.dat pakrovimo klaida - Invalid -proxy address: '%s' Neteisingas proxy adresas: '%s' - - Invalid amount for -paytxfee=<amount>: '%s' - Neteisinga suma -paytxfee=<amount>: '%s' - Insufficient funds Nepakanka lėšų diff --git a/src/qt/locale/bitcoin_lv_LV.ts b/src/qt/locale/bitcoin_lv_LV.ts index e98291303..87c1a4322 100644 --- a/src/qt/locale/bitcoin_lv_LV.ts +++ b/src/qt/locale/bitcoin_lv_LV.ts @@ -21,10 +21,6 @@ C&lose &Aizvērt - - &Copy Address - &Kopēt adresi - Delete the currently selected address from the list Izdzēst iezīmētās adreses no saraksta @@ -41,74 +37,10 @@ &Delete &Dzēst - - Choose the address to send coins to - Izvēlies adresi uz kuru sūtīt blackcoins - - - Choose the address to receive coins with - Izvēlies adresi ar kuru saņemt blackcoins - - - C&hoose - &Izvēlēties - - - Sending addresses - Sūtīšanas adreses - - - Receiving addresses - Saņemšanas adreses - - - These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - Šīs ir jūsu Blackcoin adreses maksājumu sūtīšanai. Vienmēr pārbaudiet summu un saņēmēja adresi pirms monētu sūtīšanas. - - - These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Šīs ir jūsu Blackcoin adreses maksājumu saņemšanai. Ir ieteicams katram darījumam izmantot jaunu saņemšanas adresi. - - - Copy &Label - Kopēt &Nosaukumu - - - &Edit - &Rediģēt - - - Export Address List - Eksportēt Adrešu Sarakstu - - - Comma separated file (*.csv) - Fails ar komatu kā atdalītāju (*.csv) - - - Exporting Failed - Eksportēšana Neizdevās - - - There was an error trying to save the address list to %1. Please try again. - Radās kļūda, saglabājot adrešu sarakstu %1. Lūdzu, mēģiniet vēlreiz! - - + AddressTableModel - - Label - Nosaukums - - - Address - Adrese - - - (no label) - (bez nosaukuma) - - + AskPassphraseDialog @@ -127,91 +59,7 @@ Repeat new passphrase Jaunā parole vēlreiz - - Encrypt wallet - Šifrēt maciņu - - - This operation needs your wallet passphrase to unlock the wallet. - Lai veikto šo darbību, maciņš jāatslēdz ar paroli. - - - Unlock wallet - Atslēgt maciņu - - - This operation needs your wallet passphrase to decrypt the wallet. - Šai darbībai maciņš jāatšifrē ar maciņa paroli. - - - Decrypt wallet - Atšifrēt maciņu - - - Change passphrase - Mainīt paroli - - - Confirm wallet encryption - Apstiprināt maciņa šifrēšanu - - - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! - Brīdinājums: Ja tu nošifrē savu maciņu un pazaudē paroli, tu <b>PAZAUDĒSI VISAS SAVAS BLACKCOINS:</b>! - - - Are you sure you wish to encrypt your wallet? - Vai tu tiešām vēlies šifrēt savu maciņu? - - - Bitcoin Core will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - Blackcoin More tiks aizvērts, lai pabeigtu šifrēšansa procesu. Atcerieties, ka jūsu maka šifrēšana nevar pilnībā pasargāt jūsu monētas no to nozagašanas, inficējot datoru ar ļaunprātīgām programmām. - - - 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. - SVARĪGI: Iepriekšējie maka faila dublējumi ir jāaizvieto ar jauno, šifrēto maka failu. Drošības apsvērumu dēļ iepriekšējie nešifrētā maka dublējumi vairs nebūs derīgi, tiklīdz sāksiet izmantot jauno, šifrēto maku. - - - Warning: The Caps Lock key is on! - Brīdinājums: Caps Lock ir ieslēgts! - - - Wallet encrypted - Maciņš nošifrēts - - - Enter the old passphrase and new passphrase to the wallet. - Ievadiet veco un jauno maka paroli. - - - Wallet encryption failed - Maciņa šifrēšana neizdevās - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - Maciņa šifrēšana neizdevās programmas kļūdas dēļ. Jūsu maciņš netika šifrēts. - - - The supplied passphrases do not match. - Ievadītās paroles nav vienādas. - - - Wallet unlock failed - Maciņu atšifrēt neizdevās - - - The passphrase entered for the wallet decryption was incorrect. - Maciņa atšifrēšanai ievadītā parole nav pareiza. - - - Wallet decryption failed - Maciņu neizdevās atšifrēt - - - Wallet passphrase was successfully changed. - Maciņa parole tika veiksmīgi nomainīta. - - + BanTableModel @@ -289,14 +137,6 @@ Open &URI... Atvērt &URI... - - Bitcoin Core client - Blackcoin More klients - - - Importing blocks from disk... - Importē blokus no diska... - Reindexing blocks on disk... Bloku reindeksēšana no diska... @@ -341,10 +181,6 @@ &Receive &Saņemt - - Show information about Bitcoin Core - Parādīt informāciju par Blackcoin More - &Show / Hide &Rādīt / Paslēpt @@ -381,18 +217,10 @@ Tabs toolbar Ciļņu rīkjosla - - Bitcoin Core - Blackcoin More - Request payments (generates QR codes and bitcoin: URIs) Pieprasīt maksājumus (izveido QR kodu un blackcoin: URIs) - - &About Bitcoin Core - Par &Blackcoin More - Open a bitcoin: URI or payment request Atvērt blackcoin URI vai maksājuma pieprasījumu @@ -401,14 +229,6 @@ &Command-line options &Komandrindas iespējas - - No block source available... - Nav pieejams neviens bloku avots... - - - %1 and %2 - %1 un %2 - %1 behind %1 aizmugurē @@ -453,14 +273,7 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> Maciņš ir <b>šifrēts</b> un pašlaik <b>slēgts</b> - - - ClientModel - - Network Alert - Tīkla brīdinājums - - + CoinControlDialog @@ -475,10 +288,6 @@ Amount: Daudzums: - - Priority: - Prioritāte: - Fee: Maksa: @@ -519,123 +328,7 @@ Confirmed Apstiprināts - - Priority - Prioritāte - - - Copy address - Kopēt adresi - - - Copy label - Kopēt nosaukumu - - - Copy amount - Kopēt daudzumu - - - Copy transaction ID - Kopēt transakcijas ID - - - Lock unspent - Aizslēgt neiztērēto - - - Unlock unspent - Atslēgt neiztērēto - - - Copy quantity - Kopēt daudzumu - - - Copy fee - Kopēt maksu - - - Copy after fee - Kopēt pēc maksas - - - Copy bytes - Kopēt baitus - - - Copy priority - Kopēt prioritāti - - - Copy change - Kopēt atlikumu - - - highest - augstākais - - - higher - augstāks - - - high - augsts - - - medium-high - vidēji-augsts - - - medium - vidējs - - - low-medium - zemi-vidējs - - - low - zems - - - lower - zemāks - - - lowest - zemākais - - - (%1 locked) - (%1 aizslēgts) - - - none - neviena - - - yes - - - - no - - - - (no label) - (bez nosaukuma) - - - change from %1 (%2) - atlikums no %1 (%2) - - - (change) - (atlikums) - - + EditAddressDialog @@ -650,39 +343,7 @@ &Address &Adrese - - New receiving address - Jauna saņemšanas adrese - - - New sending address - Jauna nosūtīšanas adrese - - - Edit receiving address - Mainīt saņemšanas adresi - - - Edit sending address - Mainīt nosūtīšanas adresi - - - The entered address "%1" is already in the address book. - Nupat ierakstītā adrese "%1" jau atrodas adrešu grāmatā. - - - The entered address "%1" is not a valid Bitcoin address. - Ierakstītā adrese "%1" nav derīga Blackcoin adrese. - - - Could not unlock wallet. - Nav iespējams atslēgt maciņu. - - - New key generation failed. - Neizdevās ģenerēt jaunu atslēgu. - - + FreespaceChecker @@ -704,10 +365,6 @@ HelpMessageDialog - - Bitcoin Core - Blackcoin More - version versija @@ -716,10 +373,6 @@ (%1-bit) (%1-biti) - - About Bitcoin Core - Par Blackcoin More - Command-line options Komandrindas iespējas @@ -739,10 +392,6 @@ Welcome Sveiciens - - Welcome to Bitcoin Core. - Sveicināts Blackcoin More - Use the default data directory Izmantot noklusēto datu mapi @@ -751,15 +400,22 @@ Use a custom data directory: Izmantot pielāgotu datu mapi: - - Bitcoin Core - Blackcoin More - Error Kļūda + + ModalOverlay + + Form + Forma + + + Last block time + Pēdējā bloka laiks + + OpenURIDialog @@ -778,11 +434,7 @@ Select payment request file Izvēlies maksājuma pieprasījuma datni - - Select payment request file to open - Izvēlies maksājuma pieprasījuma datni lai atvēru - - + OptionsDialog @@ -975,43 +627,7 @@ PaymentServer - - URI handling - URI apstrāde - - - Invalid payment address %1 - Nederīga maksājuma adrese %1 - - - Payment request rejected - Maksājuma pieprasījums noraidīts - - - Payment request network doesn't match client network. - Maksājuma pieprasījuma tīkls neatbilst klienta tīklam. - - - Payment request error - Maksājumu pieprasījuma kļūda - - - Cannot start bitcoin: click-to-pay handler - Nevar palaist Blackcoin: nospied-lai-maksātu apstrādātāju - - - Refund from %1 - Atmaksa no %1 - - - Payment acknowledged - Maksājums atzīts - - - Network request error - Tīkla pieprasījuma kļūda - - + PeerTableModel @@ -1033,32 +649,19 @@ N/A N/A + + %1 and %2 + %1 un %2 + + + + QObject::QObject QRImageWidget - - &Save Image... - &Saglabāt Attēlu... - - - &Copy Image - &Kopēt Attēlu - - - Save QR Code - Saglabāt QR kodu - - - PNG Image (*.png) - PNG Attēls (*.png) - - + RPCConsole - - Client name - Klienta vārds - N/A N/A @@ -1079,10 +682,6 @@ General Vispārējs - - Using OpenSSL version - Izmantotā OpenSSL versija - Startup time Sākuma laiks @@ -1139,10 +738,6 @@ Out: Iz.: - - Build date - Kompilācijas datums - Debug log file Atkļūdošanas žurnāla datne @@ -1226,19 +821,7 @@ Remove Noņemt - - Copy label - Kopēt nosaukumu - - - Copy message - Kopēt ziņojumu - - - Copy amount - Kopēt daudzumu - - + ReceiveRequestDialog @@ -1257,74 +840,10 @@ &Save Image... &Saglabāt Attēlu... - - Request payment to %1 - Pieprasīt maksājumu uz %1 - - - Payment information - Maksājuma informācija - - - URI - URI - - - Address - Adrese - - - Amount - Daudzums - - - Label - Nosaukums - - - Message - Ziņojums - - - Resulting URI too long, try to reduce the text for label / message. - Rezultāta URI pārāk garš, mēģiniet saīsināt nosaukumu vai ziņojumu. - - - Error encoding URI into QR Code. - Kļūda kodējot URI QR kodā. - - + RecentRequestsTableModel - - Date - Datums - - - Label - Nosaukums - - - Message - Ziņojums - - - Amount - Daudzums - - - (no label) - (bez nosaukuma) - - - (no message) - (nav ziņojuma) - - - (no amount) - (nav summas) - - + SendCoinsDialog @@ -1359,10 +878,6 @@ Amount: Daudzums: - - Priority: - Prioritāte: - Fee: Maksa: @@ -1411,79 +926,7 @@ S&end &Sūtīt - - Confirm send coins - Apstiprināt bitkoinu sūtīšanu - - - %1 to %2 - %1 līdz %2 - - - Copy quantity - Kopēt daudzumu - - - Copy amount - Kopēt daudzumu - - - Copy fee - Kopēt maksu - - - Copy after fee - Kopēt pēc maksas - - - Copy bytes - Kopēt baitus - - - Copy priority - Kopēt prioritāti - - - Copy change - Kopēt atlikumu - - - or - vai - - - The amount to pay must be larger than 0. - Nosūtāmajai summai jābūt lielākai par 0. - - - The amount exceeds your balance. - Daudzums pārsniedz pieejamo. - - - The total exceeds your balance when the %1 transaction fee is included. - Kopsumma pārsniedz pieejamo, ja pieskaitīta %1 transakcijas maksa. - - - Transaction creation failed! - Transakcijas izveidošana neizdevās! - - - Warning: Invalid Bitcoin address - Brīdinājums: Nederīga Blackcoin adrese - - - (no label) - (bez nosaukuma) - - - Warning: Unknown change address - Brīdinājums: Nezināma atlikuma adrese - - - added as transaction fee - pievienots kā transakcijas maksa - - + SendCoinsEntry @@ -1494,10 +937,6 @@ Pay &To: &Saņēmējs: - - Enter a label for this address to add it to your address book - Lai pievienotu adresi adrešu grāmatai, tai jādod nosaukums - &Label: &Nosaukums: @@ -1538,13 +977,12 @@ Memo: Memo: - + + + SendConfirmationDialog + ShutdownWindow - - Bitcoin Core is shutting down... - Blackcoin More tiek izslēgta... - Do not shut down the computer until this window disappears. Neizslēdziet datoru kamēr šis logs nepazūd. @@ -1616,69 +1054,9 @@ Reset all verify message fields Atiestatīt visus laukus - - Click "Sign Message" to generate signature - Nospied "Parakstīt Ziņojumu" lai ģenerētu parakstu - - - The entered address is invalid. - Ievadītā adrese ir nederīga. - - - Please check the address and try again. - Lūdzu pārbaudi adresi un mēģini vēlreiz. - - - The entered address does not refer to a key. - Ievadītā adrese neattiecas uz atslēgu. - - - Wallet unlock was cancelled. - Maciņa atslēgšana tika atcelta. - - - Private key for the entered address is not available. - Privātā atslēga priekš ievadītās adreses nav pieejama. - - - Message signing failed. - Neizdevās parakstīt ziņojumu. - - - Message signed. - Ziņojums parakstīts. - - - The signature could not be decoded. - Paraksts nevarēja tikt dekodēts. - - - Please check the signature and try again. - Lūdzu pārbaudi parakstu un mēģini vēlreiz. - - - The signature did not match the message digest. - Paraksts neatbilda ziņojuma apkopojumam. - - - Message verification failed. - Ziņojumu neizdevās pārbaudīt. - - - Message verified. - Ziņojums pārbaudīts. - - + SplashScreen - - Bitcoin Core - Blackcoin More - - - The Bitcoin Core developers - Blackcoin More izstrādātāji - [testnet] [testnets] @@ -1693,408 +1071,32 @@ TransactionDesc - - Open until %1 - Atvērts līdz %1 - - - conflicted - pretrunā - - - %1/offline - %1/bezsaistē - - - %1/unconfirmed - %1/neapstiprinātas - - - %1 confirmations - %1 apstiprinājumu - - - Status - Status - - - Date - Datums - - - Source - Avots - - - Generated - Ģenerēts - - - From - No - - - To - Uz - - - own address - paša adrese - - - label - etiķete - - - Credit - Kredīts - - - not accepted - nav pieņemts - - - Debit - Debets - - - Transaction fee - Transakcijas maksa - - - Net amount - Neto summa - - - Message - Ziņojums - - - Comment - Komentārs - - - Transaction ID - Transakcijas ID - - - Merchant - Tirgotājs - - - Debug information - Atkļūdošanas informācija - - - Transaction - Transakcija - - - Inputs - Ieejas - - - Amount - Daudzums - - - true - patiess - - - false - nepatiess - - - , has not been successfully broadcast yet - , vēl nav veiksmīgi izziņots - - - unknown - nav zināms - - + TransactionDescDialog - - Transaction details - Transakcijas detaļas - This pane shows a detailed description of the transaction Šis panelis parāda transakcijas detaļas - + TransactionTableModel - - Date - Datums - - - Type - Tips - - - Open until %1 - Atvērts līdz %1 - - - Confirmed (%1 confirmations) - Apstiprināts (%1 apstiprinājumu) - - - This block was not received by any other nodes and will probably not be accepted! - Neviens cits mezgls šo bloku nav saņēmis un droši vien netiks akceptēts! - - - Generated but not accepted - Ģenerēts, taču nav akceptēts - - - Offline - Bezsaitē - - - Label - Nosaukums - - - Unconfirmed - Neapstiprināts - - - Conflicted - Pretrunā - - - Received with - Saņemts ar - - - Received from - Saņemts no - - - Sent to - Nosūtīts - - - Payment to yourself - Maksājums sev - - - Mined - Atrasts - - - (n/a) - (nav pieejams) - - - Transaction status. Hover over this field to show number of confirmations. - Transakcijas statuss. Turiet peli virs šī lauka, lai redzētu apstiprinājumu skaitu. - - - Date and time that the transaction was received. - Transakcijas saņemšanas datums un laiks. - - - Type of transaction. - Transakcijas tips. - - - Amount removed from or added to balance. - Bilancei pievienotais vai atņemtais daudzums. - - + TransactionView - - All - Visi - - - Today - Šodien - - - This week - Šonedēļ - - - This month - Šomēnes - - - Last month - Pēdējais mēnesis - - - This year - Šogad - - - Range... - Diapazons... - - - Received with - Saņemts ar - - - Sent to - Nosūtīts - - - To yourself - Sev - - - Mined - Atrasts - - - Other - Cits - - - Enter address or label to search - Ierakstiet meklējamo nosaukumu vai adresi - - - Min amount - Minimālais daudzums - - - Copy address - Kopēt adresi - - - Copy label - Kopēt nosaukumu - - - Copy amount - Kopēt daudzumu - - - Copy transaction ID - Kopēt transakcijas ID - - - Edit label - Mainīt nosaukumu - - - Show transaction details - Rādīt transakcijas detaļas - - - Export Transaction History - Eksportēt Transakciju Vēsturi - - - Exporting Failed - Eksportēšana Neizdevās - - - Exporting Successful - Eksportēšana Veiksmīga - - - The transaction history was successfully saved to %1. - Transakciju vēsture tika veiksmīgi saglabāta uz %1. - - - Comma separated file (*.csv) - Fails ar komatu kā atdalītāju (*.csv) - - - Confirmed - Apstiprināts - - - Date - Datums - - - Type - Tips - - - Label - Nosaukums - - - Address - Adrese - - - ID - ID - - - Range: - Diapazons: - - - to - uz - - + UnitDisplayStatusBarControl WalletFrame - - No wallet has been loaded. - Neviens maciņš nav ielādēts. - - + WalletModel - - Send Coins - Sūtīt Bitkoinus - - + WalletView - - &Export - &Eksportēt - - - Export the data in the current tab to a file - Datus no tekošā ieliktņa eksportēt uz failu - - - Backup Wallet - Izveidot maciņa rezerves kopiju - - - Wallet Data (*.dat) - Maciņa dati (*.dat) - - - Backup Failed - Rezerves kopēšana neizdevās - - - There was an error trying to save the wallet data to %1. - Notikusi kļūme mēģinot saglabāt maciņa datus uz %1. - - - The wallet data was successfully saved to %1. - Maciņa dati tika veiksmīgi saglabāti uz %1. - - - Backup Successful - Dublēšana Veiksmīga - - + bitcoin-core @@ -2121,6 +1123,10 @@ Run in the background as a daemon and accept commands Darbināt fonā kā servisu un pieņemt komandas + + Bitcoin Core + Blackcoin More + <category> can be: <category> var būt: @@ -2129,10 +1135,6 @@ Block creation options: Bloka izveidošanas iestatījumi: - - Connect only to the specified node(s) - Savienoties tikai ar norādītajām nodēm. - Connection options: Savienojuma iestatījumi: @@ -2165,26 +1167,10 @@ Wallet options: Maciņa iespējas: - - Cannot resolve -whitebind address: '%s' - Nevar atrisināt -whitebind adresi: '%s' - Information Informācija - - Invalid amount for -maxtxfee=<amount>: '%s' - Nederīgs daudzums priekš -maxtxfee=<amount>: '%s' - - - Invalid amount for -minrelaytxfee=<amount>: '%s' - Nederīgs daudzums priekš -minrelaytxfee=<amount>: '%s' - - - Invalid amount for -mintxfee=<amount>: '%s' - Nederīgs daudzums priekš -mintxfee=<amount>: '%s' - RPC server options: RPC servera iestatījumi: @@ -2201,10 +1187,6 @@ Transaction amount too small Transakcijas summa ir pārāk maza - - Transaction amounts must be positive - Transakcijas summai ir jābūt pozitīvai - Transaction too large Transakcija ir pārāk liela @@ -2217,10 +1199,6 @@ Warning Brīdinājums - - wallet.dat corrupt, salvage failed - wallet.dat ir bojāts, glābšana neizdevās - Password for JSON-RPC connections JSON-RPC savienojumu parole @@ -2229,10 +1207,6 @@ Execute command when the best block changes (%s in cmd is replaced by block hash) Izpildīt komandu, kad labāk atbilstošais bloks izmainās (%s cmd aizvieto ar bloka hešu) - - This help message - Šis palīdzības paziņojums - Allow DNS lookups for -addnode, -seednode and -connect Atļaut DNS uzmeklēšanu priekš -addnode, -seednode un -connect @@ -2241,14 +1215,6 @@ Loading addresses... Ielādē adreses... - - Error loading wallet.dat: Wallet corrupted - Nevar ielādēt wallet.dat: maciņš bojāts - - - Error loading wallet.dat - Kļūda ielādējot wallet.dat - Invalid -proxy address: '%s' Nederīga -proxy adrese: '%s' @@ -2257,18 +1223,6 @@ Unknown network specified in -onlynet: '%s' -onlynet komandā norādīts nepazīstams tīkls: '%s' - - Cannot resolve -bind address: '%s' - Nevar uzmeklēt -bind adresi: '%s' - - - Cannot resolve -externalip address: '%s' - Nevar atrisināt -externalip adresi: '%s' - - - Invalid amount for -paytxfee=<amount>: '%s' - Nederīgs daudzums priekš -paytxfree=<amount>: '%s' - Insufficient funds Nepietiek bitkoinu diff --git a/src/qt/locale/bitcoin_mk_MK.ts b/src/qt/locale/bitcoin_mk_MK.ts index 2392018b6..de6d604d5 100644 --- a/src/qt/locale/bitcoin_mk_MK.ts +++ b/src/qt/locale/bitcoin_mk_MK.ts @@ -25,10 +25,6 @@ C&lose З&атвори - - &Copy Address - &Копирај Адреса - Delete the currently selected address from the list Избриши ја избраната адреса од листата @@ -45,58 +41,10 @@ &Delete &Избриши - - Choose the address to send coins to - Изберете адресата за да пратите биткоини - - - Choose the address to receive coins with - Изберете адресата за да примите биткоини - - - C&hoose - И&збери - - - Sending addresses - Адреси за праќање - - - Receiving addresses - Адреси за примање - - - Copy &Label - Копирај &Етикета - - - &Edit - &Уреди - - - Export Address List - Експортирај Листа со Адреси - - - Exporting Failed - Експортирањето не Успеа - AddressTableModel - - Label - Етикета - - - Address - Адреса - - - (no label) - (без етикета) - - + AskPassphraseDialog @@ -111,71 +59,7 @@ Repeat new passphrase Повторете ја новата тајна фраза - - Encrypt wallet - Криптирање на паричник - - - Unlock wallet - Отклучи паричник - - - Decrypt wallet - Декриптирање на паричник - - - Change passphrase - Измени тајна фраза - - - Confirm wallet encryption - Потврдете го криптирањето на паричникот - - - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! - Предупредување: Ако го шифрирате вашиот паричник и ја изгубите вашата тајна фраза, ќе <b>ГИ ИЗГУБИТЕ СИТЕ ВАШИ БЛЭККОИНИ</b>! - - - Are you sure you wish to encrypt your wallet? - Дали сте сигурни дека сакате да криптирате вашиот паричник? - - - Warning: The Caps Lock key is on! - Предупредување: Caps Lock копчето е активно! - - - Wallet encrypted - Паричникот е криптиран - - - 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. - Тајната фраза е успешно променета. - - + BanTableModel @@ -249,21 +133,13 @@ Open &URI... Отвори &URI... - - Bitcoin Core client - Blackcoin More софтверот - - - Importing blocks from disk... - Внесување на блокови од дискот... - Reindexing blocks on disk... Повторно индексирање на блокови од дискот... Send coins to a Bitcoin address - Испрати биткоини на Блэккоин адреса + Испрати блэккоини на Blackcoin адреса &Verify message... @@ -271,7 +147,7 @@ Bitcoin - Блэккоин + Blackcoin Wallet @@ -285,10 +161,6 @@ &Receive &Прими - - Show information about Bitcoin Core - Прикажи информации за Blackcoin More - &Show / Hide &Прикажи / Сокриј @@ -305,38 +177,10 @@ &Help &Помош - - Bitcoin Core - Blackcoin More - - - &About Bitcoin Core - &За Blackcoin More - Processed %n block(s) of transaction history. Обработен %n блок од историјата на трансакции.Обработени %n блокови од историјата на трансакции. - - %n hour(s) - %n час%n часови - - - %n day(s) - %n ден%n денови - - - %n week(s) - %n недела%n недели - - - %1 and %2 - %1 и %2 - - - %n year(s) - %n година%n години - %1 behind %1 позади @@ -384,9 +228,6 @@ - - ClientModel - CoinControlDialog @@ -397,10 +238,6 @@ Amount: Сума: - - Priority: - Приоритет: - Fee: Провизија: @@ -425,131 +262,7 @@ Date Дата - - Priority - Приоритет - - - Copy address - Копирај адреса - - - Copy label - Копирај етикета - - - Copy amount - Копирај сума - - - 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 - најнизок - - - none - нема - - - This label turns red if the transaction size is greater than 1000 bytes. - Оваа етикета станува црвена ако големината на трансакцијата е поголема од 1000 бајти. - - - This label turns red if the priority is smaller than "medium". - Оваа етикета станува црвена ако приоритетот е помал од "среден". - - - This label turns red if any recipient receives an amount smaller than %1. - Оваа етикета станува црвена ако примачот прими сума помала од %1. - - - yes - да - - - no - не - - - Transactions with higher priority are more likely to get included into a block. - Трансакциите со повисок приоритет имаат поголеми шанси да бидат вклучени во блок. - - - (no label) - (без етикета) - - - (change) - (кусур) - - + EditAddressDialog @@ -574,10 +287,6 @@ HelpMessageDialog - - Bitcoin Core - Blackcoin More - version верзија @@ -586,22 +295,17 @@ (%1-bit) (%1-бит) - - About Bitcoin Core - За Blackcoin More - Intro - - Bitcoin Core - Blackcoin More - Error Грешка + + ModalOverlay + OpenURIDialog @@ -687,22 +391,17 @@ %1 ms %1 мс - + + %1 and %2 + %1 и %2 + + + + QObject::QObject + QRImageWidget - - &Save Image... - &Сними Слика... - - - Save QR Code - Сними QR Код - - - PNG Image (*.png) - PNG Слика (*.png) - - + RPCConsole @@ -768,19 +467,7 @@ Show Прикажи - - Copy label - Копирај етикета - - - Copy message - Копирај порака - - - Copy amount - Копирај сума - - + ReceiveRequestDialog @@ -799,49 +486,9 @@ &Save Image... &Сними Слика... - - URI - URI - - - Address - Адреса - - - Amount - Сума - - - Label - Етикета - - - Message - Порака - RecentRequestsTableModel - - Date - Дата - - - Label - Етикета - - - Message - Порака - - - Amount - Сума - - - (no label) - (без етикета) - SendCoinsDialog @@ -853,10 +500,6 @@ Amount: Сума: - - Priority: - Приоритет: - Fee: Провизија: @@ -873,42 +516,6 @@ Dust: Прашина: - - Copy quantity - Копирај количина - - - Copy amount - Копирај сума - - - Copy fee - Копирај провизија - - - Copy after fee - Копирај после провизија - - - Copy bytes - Копирај бајти - - - Copy priority - Копирај приоритет - - - Copy change - Копирај кусур - - - (no label) - (без етикета) - - - Copy dust - Копирај прашина - SendCoinsEntry @@ -925,6 +532,9 @@ Порака: + + SendConfirmationDialog + ShutdownWindow @@ -933,73 +543,21 @@ SplashScreen - - Bitcoin Core - Blackcoin More - TrafficGraphWidget TransactionDesc - - Date - Дата - - - Message - Порака - - - Amount - Сума - TransactionDescDialog TransactionTableModel - - Date - Дата - - - Label - Етикета - TransactionView - - Copy address - Копирај Адреса - - - Copy label - Копирај етикета - - - Copy amount - Копирај сума - - - Exporting Failed - Експортирањето не Успеа - - - Date - Дата - - - Label - Етикета - - - Address - Адреса - UnitDisplayStatusBarControl @@ -1012,14 +570,6 @@ WalletView - - &Export - &Експорт - - - Export the data in the current tab to a file - Експортирај ги податоците од активното јазиче во датотека - bitcoin-core @@ -1027,6 +577,10 @@ Options: Опции: + + Bitcoin Core + Blackcoin More + Warning Предупредување diff --git a/src/qt/locale/bitcoin_mn.ts b/src/qt/locale/bitcoin_mn.ts index 61221a4a7..57e2a415c 100644 --- a/src/qt/locale/bitcoin_mn.ts +++ b/src/qt/locale/bitcoin_mn.ts @@ -21,10 +21,6 @@ C&lose &Хаах - - &Copy Address - Хаягийг &Хуулбарлах - Delete the currently selected address from the list Одоо сонгогдсон байгаа хаягуудыг жагсаалтаас устгах @@ -41,66 +37,10 @@ &Delete &Устгах - - Choose the address to send coins to - Зооснуудыг илгээх хаягийг сонгоно уу - - - Choose the address to receive coins with - Зооснуудыг хүлээн авах хаягийг сонгоно уу - - - C&hoose - С&онго - - - Sending addresses - Илгээх хаягууд - - - Receiving addresses - Хүлээн авах хаяг - - - These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - Эдгээр Блэккойн хаягууд нь илгээх хаягууд. Хүлээн авах хаяг болон тоо хэмжээг илгээхээсээ өмнө сайн нягталж үзэж байна уу - - - These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Эдгээр Блэккойн хаягууд нь хүлээн авах хаягууд. Гүйлгээ болгонд шинээр хаяг үүсгэхийг бид санал болгож байна. - - - Copy &Label - &Шошгыг хуулбарлах - - - &Edit - &Ѳѳрчлѳх - - - Export Address List - Экспорт хийх хаягуудын жагсаалт - - - Comma separated file (*.csv) - Таслалаар тусгаарлагдсан хүснэгтэн файл (.csv) - AddressTableModel - - Label - Шошго - - - Address - Хаяг - - - (no label) - (шошгогүй) - - + AskPassphraseDialog @@ -115,67 +55,7 @@ Repeat new passphrase Шинэ нууц үгийг давтана уу - - 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 - Түрүйвчийн цоожийг баталгаажуулах - - - Wallet encrypted - Түрүйвч цоожлогдлоо - - - 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. - Түрүйвчийн нууц үг амжилттай ѳѳр - - + BanTableModel @@ -247,7 +127,7 @@ Bitcoin - Блэккойн + Blackcoin Wallet @@ -297,9 +177,6 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> Түрүйвч <b>цоожтой</b> ба одоогоор цоож <b>хаалттай</b> байна - - - ClientModel CoinControlDialog @@ -323,31 +200,7 @@ Confirmed Баталгаажлаа - - Copy address - Хаягийг санах - - - Copy label - Шошгыг санах - - - Copy amount - Хэмжээг санах - - - Copy change - Ѳѳрчлѳлтийг санах - - - (no label) - (шошгогүй) - - - (change) - (ѳѳрчлѳх) - - + EditAddressDialog @@ -362,35 +215,7 @@ &Address &Хаяг - - 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 @@ -412,6 +237,13 @@ Алдаа + + ModalOverlay + + Last block time + Сүүлийн блокийн хугацаа + + OpenURIDialog @@ -470,19 +302,14 @@ Алга Байна + + QObject::QObject + QRImageWidget - - PNG Image (*.png) - PNG форматын зураг (*.png) - - + RPCConsole - - Client name - Клиентийн нэр - N/A Алга Байна @@ -562,68 +389,16 @@ Remove Устгах - - Copy label - Шошгыг санах - - - Copy message - Зурвасыг санах - - - Copy amount - Хэмжээг санах - - + ReceiveRequestDialog Copy &Address Хаягийг &Хуулбарлах - - Address - Хаяг - - - Amount - Хэмжээ - - - Label - Шошго - - - Message - Зурвас - RecentRequestsTableModel - - Date - Огноо - - - Label - Шошго - - - Message - Зурвас - - - Amount - Хэмжээ - - - (no label) - (шошгогүй) - - - (no message) - (зурвас алга) - SendCoinsDialog @@ -671,42 +446,6 @@ S&end Яв&уул - - Confirm send coins - Зоос явуулахыг баталгаажуулна уу - - - Copy amount - Хэмжээг санах - - - Copy change - Ѳѳрчлѳлтийг санах - - - or - эсвэл - - - 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-ийг тооцхоор нийт дүн нь таны балансаас хэтрээд байна. - - - Warning: Invalid Bitcoin address - Анхаар:Буруу Блэккойны хаяг байна - - - (no label) - (шошгогүй) - SendCoinsEntry @@ -718,10 +457,6 @@ Pay &To: Тѳлѳх &хаяг: - - Enter a label for this address to add it to your address book - Энэ хаягийг ѳѳрийн бүртгэлдээ авахын тулд шошго оруул - &Label: &Шошго: @@ -747,12 +482,11 @@ Тѳлѳх хаяг: + + SendConfirmationDialog + ShutdownWindow - - Bitcoin Core is shutting down... - Blackcoin More цѳм хаагдаж байна... - Do not shut down the computer until this window disappears. Энэ цонхыг хаагдтал компьютерээ бүү унтраагаарай @@ -785,275 +519,31 @@ TransactionDesc - - Open until %1 - %1 хүртэл нээлттэй - - - conflicted - зѳрчилдлѳѳ - - - %1/unconfirmed - %1/баталгаажаагүй - - - %1 confirmations - %1 баталгаажилтууд - - - Date - Огноо - - - Message - Зурвас - - - Transaction ID - Тодорхойлолт - - - Amount - Хэмжээ - - - , has not been successfully broadcast yet - , хараахан амжилттай цацагдаагүй байна - - - unknown - үл мэдэгдэх - - + TransactionDescDialog - - Transaction details - Гүйлгээний мэдээллэл - This pane shows a detailed description of the transaction Гүйлгээний дэлгэрэнгүйг энэ бичил цонх харуулж байна - + TransactionTableModel - - Date - Огноо - - - Type - Тѳрѳл - - - Open until %1 - %1 хүртэл нээлттэй - - - Confirmed (%1 confirmations) - Баталгаажлаа (%1 баталгаажилт) - - - This block was not received by any other nodes and will probably not be accepted! - Энэ блокийг аль ч нод хүлээн авсангүй ба ер нь зѳвшѳѳрѳгдѳхгүй байж мэднэ! - - - Generated but not accepted - Үүсгэгдсэн гэхдээ хүлээн авагдаагүй - - - Label - Шошго - - - Unconfirmed - Баталгаажаагүй - - - Conflicted - Зѳрчилдлѳѳ - - - Received with - Хүлээн авсан хаяг - - - Received from - Хүлээн авагдсан хаяг - - - Sent to - Явуулсан хаяг - - - Payment to yourself - Ѳѳрлүүгээ хийсэн тѳлбѳр - - - Mined - Олборлогдсон - - - (n/a) - (алга байна) - - - Transaction status. Hover over this field to show number of confirmations. - Гүйлгээний байдал. Энд хулганыг авчирч баталгаажуулалтын тоог харна уу. - - - Date and time that the transaction was received. - Гүйлгээг хүлээн авсан огноо ба цаг. - - - Type of transaction. - Гүйлгээний тѳрѳл - - - Amount removed from or added to balance. - Балансаас авагдсан болон нэмэгдсэн хэмжээ. - - + TransactionView - - All - Бүгд - - - Today - Ѳнѳѳдѳр - - - This week - Энэ долоо хоног - - - This month - Энэ сар - - - Last month - Ѳнгѳрсѳн сар - - - This year - Энэ жил - - - Received with - Хүлээн авсан хаяг - - - Sent to - Явуулсан хаяг - - - To yourself - Ѳѳрлүүгээ - - - Mined - Олборлогдсон - - - Other - Бусад - - - Enter address or label to search - Хайлт хийхийн тулд хаяг эсвэл шошгыг оруул - - - Min amount - Хамгийн бага хэмжээ - - - Copy address - Хаягийг санах - - - Copy label - Шошгыг санах - - - Copy amount - Хэмжээг санах - - - Edit label - Шошгыг ѳѳрчлѳх - - - Show transaction details - Гүйлгээний дэлгэрэнгүйг харуул - - - The transaction history was successfully saved to %1. - Гүйлгээнүй түүхийг %1-д амжилттай хадгаллаа. - - - Comma separated file (*.csv) - Таслалаар тусгаарлагдсан хүснэгтэн файл (.csv) - - - Confirmed - Баталгаажлаа - - - Date - Огноо - - - Type - Тѳрѳл - - - Label - Шошго - - - Address - Хаяг - - - ID - Тодорхойлолт - - - to - -рүү/руу - - + UnitDisplayStatusBarControl WalletFrame - - No wallet has been loaded. - Ямар ч түрүйвч ачааллагдсангүй. - - + WalletModel - - Send Coins - Зоос явуулах - - + WalletView - - &Export - &Экспортдлох - - - Export the data in the current tab to a file - Сонгогдсон таб дээрхи дата-г экспортлох - bitcoin-core @@ -1073,14 +563,6 @@ Loading addresses... Хаягуудыг ачааллаж байна... - - Error loading wallet.dat: Wallet corrupted - wallet.dat-ыг ачааллахад алдаа гарлаа: Түрүйвч эвдэрсэн байна - - - Error loading wallet.dat - wallet.dat-ыг ачааллахад алдаа гарлаа - Invalid -proxy address: '%s' Эдгээр прокси хаягнууд буруу байна: '%s' diff --git a/src/qt/locale/bitcoin_ms_MY.ts b/src/qt/locale/bitcoin_ms_MY.ts index df98dd839..772da6df2 100644 --- a/src/qt/locale/bitcoin_ms_MY.ts +++ b/src/qt/locale/bitcoin_ms_MY.ts @@ -1,6 +1,10 @@ AddressBookPage + + Right-click to edit address or label + Klik-kanan untuk edit alamat ataupun label + Create a new address Cipta alamat baru @@ -18,8 +22,17 @@ &Salin - &Copy Address - &Salin Alamat + C&lose + &Tutup + + + Delete the currently selected address from the list + Padam alamat semasa yang dipilih dari senaraiyang dipilih dari senarai + + + Export the data in the current tab to a file + +Alihkan fail data ke dalam tab semasa &Export @@ -31,46 +44,299 @@ Choose the address to send coins to - Pilih alamat untuk menghantar syiling + Pilih alamat untuk hantar koin kepada Choose the address to receive coins with - Pilih alamat untuk menerima syiling + Pilih alamat untuk menerima koin dengan C&hoose &Pilih - Comma separated file (*.csv) - Fail yang dipisahkan dengan koma + Sending addresses + alamat-alamat penghantaran - + + Receiving addresses + alamat-alamat penerimaan + + + These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. + Ini adalah alamat Blackcoin anda untuk pembayaran. Periksa jumlah dan alamat penerima sebelum membuat penghantaran koin sentiasa. + + + These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + Ini adalah alamat Blackcoin anda untuk menerima pembayaraan. Anda disyorkan untuk menguna alamat menerima untuk setiap transaksi. + + + &Copy Address + &Salin Aamat + + + Copy &Label + Salin & Label + + + &Edit + &Edit + + + Export Address List + Eskport Senarai Alamat + + + Comma separated file (*.csv) + Fail dibahagi oleh koma(*.csv) + + + Exporting Failed + Mengeksport Gagal + + + There was an error trying to save the address list to %1. Please try again. + Terdapat ralat semasa cubaan menyimpan senarai alamat kepada %1. Sila cuba lagi. + + AddressTableModel + + Label + Label + Address Alamat - + + (no label) + (tiada label) + + AskPassphraseDialog - + + Passphrase Dialog + Dialog frasa laluan + + + Enter passphrase + memasukkan frasa laluan + + + New passphrase + Frasa laluan baru + + + Repeat new passphrase + Ulangi frasa laluan baru + + + 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>. + Memasukkan frasa laluan baru kepada dompet.<br/>Sila mengunakkan frasa laluan yang<b>mengandungi 10 atau lebih aksara rawak</b>,ataupun<b>lapan atau lebih perkataan.</b> + + + Encrypt wallet + Dompet encrypt + + + This operation needs your wallet passphrase to unlock the wallet. + Operasi ini perlukan frasa laluan dompet anda untuk membuka kunci dompet. + + + Unlock wallet + Membuka kunci dompet + + + This operation needs your wallet passphrase to decrypt the wallet. + Operasi ini memerlukan frasa laluan dompet anda untuk menyahsulit dompet. + + + Decrypt wallet + Menyahsulit dompet + + + Change passphrase + Menukar frasa laluan + + + Enter the old passphrase and new passphrase to the wallet. + Memasukkan frasa laluan lama dan frasa laluan baru untuk. + + + Confirm wallet encryption + Mengesahkan enkripsi dompet + + + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! + Amaran: Jika anda enkripkan dompet anda dan hilangkan frasa laluan, anda akan <b>ANDA AKAN HILANGKAN SEMUA BITCOIN ANDA</b>! + + + Are you sure you wish to encrypt your wallet? + Anda pasti untuk membuat enkripsi dompet anda? + + + Wallet encrypted + Dompet dienkripsi + + + %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. + %1 akan tutup untuk menyelesaikan proses enkripsi. Ingat bahawa enkripsi tidak boleh melidungi sepenuhnya blackcoins anda daripada dicuri oleh malware yang menjangkiti komputer anda. + + + 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. + PENTING: Apa-apa sandaran yang anda buat sebelum ini untuk fail dompet anda hendaklah digantikan dengan fail dompet enkripsi yang dijana baru. Untuk sebab-sebab keselamatan , sandaran fail dompet yang belum dibuat enkripsi sebelum ini akan menjadi tidak berguna secepat anda mula guna dompet enkripsi baru. + + + Wallet encryption failed + Enkripsi dompet gagal + + + Wallet encryption failed due to an internal error. Your wallet was not encrypted. + Enkripsi dompet gagal kerana ralat dalaman. Dompet anda tidak dienkripkan. + + + The supplied passphrases do not match. + Frasa laluan yang dibekalkan tidak sepadan. + + + Wallet unlock failed + Pembukaan kunci dompet gagal + + + The passphrase entered for the wallet decryption was incorrect. + Frasa laluan dimasukki untuk dekripsi dompet adalah tidak betul. + + + Wallet decryption failed + Dekripsi dompet gagal + + + Wallet passphrase was successfully changed. + Frasa laluan dompet berjaya ditukar. + + + Warning: The Caps Lock key is on! + Amaran: Kunci Caps Lock buka! + + BanTableModel - + + IP/Netmask + IP/Netmask + + + Banned Until + Diharamkan sehingga + + BitcoinGUI + + Sign &message... + Tandatangan & mesej... + + + Synchronizing with network... + Penyegerakan dengan rangkaian... + + + &Overview + &Gambaran Keseluruhan + + + Node + Nod + + + Show general overview of wallet + Tunjuk gambaran keseluruhan umum dompet + + + &Transactions + &Transaksi + + + Browse transaction history + Menyemak imbas sejarah transaksi + + + E&xit + &Keluar + + + Quit application + Berhenti aplikasi + + + &About %1 + &Mengenai%1 + + + Show information about %1 + Menunjuk informasi mengenai%1 + + + About &Qt + Mengenai &Qt + + + Show information about Qt + Menunjuk informasi megenai Qt + &Options... Pilihan - - - ClientModel + + Modify configuration options for %1 + Mengubah suai pilihan konfigurasi untuk %1 + + + &Encrypt Wallet... + &Enkripsi Dompet + + + &Backup Wallet... + &Dompet Sandaran... + + + &Change Passphrase... + &Menukar frasa-laluan + + + &Sending addresses... + &Menghantar frasa-laluan + + + &Receiving addresses... + &Menerima frasa-laluan... + + + Open &URI... + Buka &URI... + + + Reindexing blocks on disk... + Reindexi blok pada cakera... + + + Send coins to a Bitcoin address + Menghantar koin kepada alamat Blackcoin + + + Backup wallet to another location + Wallet sandaran ke lokasi lain + CoinControlDialog + + (no label) + (tiada label) + EditAddressDialog @@ -92,6 +358,9 @@ Intro + + ModalOverlay + OpenURIDialog @@ -110,6 +379,9 @@ QObject + + QObject::QObject + QRImageWidget @@ -129,9 +401,21 @@ Address Alamat + + Label + Label + RecentRequestsTableModel + + Label + Label + + + (no label) + (tiada label) + SendCoinsDialog @@ -139,10 +423,17 @@ Balance: Baki - + + (no label) + (tiada label) + + SendCoinsEntry + + SendConfirmationDialog + ShutdownWindow @@ -163,17 +454,33 @@ TransactionTableModel + + Label + Label + + + (no label) + (tiada label) + TransactionView Comma separated file (*.csv) - Fail yang dipisahkan dengan koma + Fail dibahagi oleh koma(*.csv) + + + Label + Label Address Alamat + + Exporting Failed + Mengeksport Gagal + UnitDisplayStatusBarControl @@ -187,8 +494,9 @@ WalletView - &Export - &Eksport + Export the data in the current tab to a file + +Alihkan fail data ke dalam tab semasa diff --git a/src/qt/locale/bitcoin_nb.ts b/src/qt/locale/bitcoin_nb.ts index 5cd64fbf8..45fe958db 100644 --- a/src/qt/locale/bitcoin_nb.ts +++ b/src/qt/locale/bitcoin_nb.ts @@ -25,10 +25,6 @@ C&lose &Lukk - - &Copy Address - &Kopier Adresse - Delete the currently selected address from the list Slett den valgte adressen fra listen. @@ -53,10 +49,6 @@ Choose the address to receive coins with Velg adressen til å motta mynter med - - C&hoose - &Velg - Sending addresses Utsendingsadresser @@ -67,11 +59,15 @@ These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - Dette er dine Blackcoin-adresser for å sende betalinger. Alltid sjekk beløp og mottakeradresse før sending av mynter. + Dette er dine Blackcoin-adresser for sending av betalinger. Sjekk alltid beløpet og mottakeradressen før sending av mynter. These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Dette er dine Blackcoin-adresser for å sende betalinger. Det er anbefalt å bruk en ny mottaksadresse for hver transaksjon. + Dette er dine Blackcoin-adresser for å sende betalinger med. Det er anbefalt å bruke en ny mottaksadresse for hver transaksjon. + + + &Copy Address + &Kopier Adresse Copy &Label @@ -83,7 +79,7 @@ Export Address List - Ekporter Adresseliste + Eksporter adresseliste Comma separated file (*.csv) @@ -131,22 +127,18 @@ Repeat new passphrase Gjenta ny adgangsfrase + + 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>. + Oppgi adgangsfrasen til lommeboken.<br/>Vennligst bruk en adgangsfrase med <b>ti eller flere tilfeldige tegn</b>, eller <b>åtte eller flere ord</b>. + Encrypt wallet Krypter lommebok - - This operation needs your wallet passphrase to unlock the wallet. - Denne operasjonen krever adgangsfrasen til lommeboken for å låse den opp. - Unlock wallet Lås opp lommebok - - This operation needs your wallet passphrase to decrypt the wallet. - Denne operasjonen krever adgangsfrasen til lommeboken for å dekryptere den. - Decrypt wallet Dekrypter lommebok @@ -155,71 +147,7 @@ Change passphrase Endre adgangsfrase - - Confirm wallet encryption - Bekreft kryptering av lommebok - - - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! - Advarsel: Hvis du krypterer lommeboken og mister adgangsfrasen, så vil du <b>MISTE ALLE DINE BLACKCOINS:</b>! - - - Are you sure you wish to encrypt your wallet? - Er du sikker på at du vil kryptere lommeboken? - - - Bitcoin Core will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - Blackcoin More vil nå avslutte for å fullføre krypteringsprosessen. Husk at kryptering av lommeboken ikke kan beskytte fullstendig mot tyveri av dine blackcoins hvis datamaskinen din er infisert av skadevare. - - - 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. - VIKTIG: Tidligere sikkerhetskopier av din lommebokfil bør erstattes med den nylig genererte og krypterte filen, da de blir ugyldiggjort av sikkerhetshensyn så snart du begynner å bruke den nye krypterte lommeboken. - - - Warning: The Caps Lock key is on! - Advarsel: Caps Lock er på! - - - Wallet encrypted - Lommebok kryptert - - - 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>. - Oppgi adgangsfrasen til lommeboken.<br/>Vennligst bruk en adgangsfrase med <b>ti eller flere tilfeldige tegn</b>, eller <b>åtte eller flere ord</b>. - - - Enter the old passphrase and new passphrase to the wallet. - Oppgi gammel og ny adgangsfrase til lommeboken. - - - Wallet encryption failed - Kryptering av lommebok feilet - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - Kryptering av lommebok feilet på grunn av en intern feil. Din lommebok ble ikke kryptert. - - - The supplied passphrases do not match. - De angitte adgangsfrasene er ulike. - - - Wallet unlock failed - Opplåsing av lommebok feilet - - - The passphrase entered for the wallet decryption was incorrect. - Adgangsfrasen angitt for dekryptering av lommeboken var feil. - - - Wallet decryption failed - Dekryptering av lommebok feilet - - - Wallet passphrase was successfully changed. - Adgangsfrase for lommebok endret. - - + BanTableModel @@ -269,6 +197,14 @@ Quit application Avslutt applikasjonen + + &About %1 + &Om %1 + + + Show information about %1 + Vis informasjon om %1 + About &Qt Om &Qt @@ -281,6 +217,10 @@ &Options... &Innstillinger... + + Modify configuration options for %1 + Endre innstilinger for %1 + &Encrypt Wallet... &Krypter Lommebok... @@ -305,14 +245,6 @@ Open &URI... Åpne &URI... - - Bitcoin Core client - Blackcoin More-klient - - - Importing blocks from disk... - Importere blokker... - Reindexing blocks on disk... Reindekserer blokker på harddisk... @@ -357,10 +289,6 @@ &Receive &Motta - - Show information about Bitcoin Core - Vis informasjon om Blackcoin More - &Show / Hide &Vis / Skjul @@ -397,22 +325,10 @@ Tabs toolbar Verktøylinje for faner - - Bitcoin Core - Blackcoin More - Request payments (generates QR codes and bitcoin: URIs) Forespør betalinger (genererer QR-koder og blackcoin: URIer) - - &About Bitcoin Core - &Om Blackcoin More - - - Modify configuration options for Bitcoin Core - Endre konfigurasjonsvalg for Blackcoin More - Show the list of used sending addresses and labels Vis listen av brukte utsendingsadresser og merkelapper @@ -423,48 +339,20 @@ Open a bitcoin: URI or payment request - Åpne en Blackcoin: URI eller betalingsetterspørring + Åpne en blackcoin: URI eller betalingsetterspørring &Command-line options &Kommandolinjevalg - - Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options - Vis Blackcoin More hjelpemeldingen for å få en liste med mulige kommandolinjevalg - %n active connection(s) to Bitcoin network %n aktiv forbindelse til Blackcoin-nettverket%n aktive forbindelser til Blackcoin-nettverket - - No block source available... - Ingen kilde for blokker tilgjengelig... - Processed %n block(s) of transaction history. Lastet %n blokk med transaksjonshistorikk.Lastet %n blokker med transaksjonshistorikk. - - %n hour(s) - %n time%n timer - - - %n day(s) - %n dag%n dager - - - %n week(s) - %n uke%n uker - - - %1 and %2 - %1 og %2 - - - %n year(s) - %n år%n år - %1 behind %1 bak @@ -493,6 +381,10 @@ Up to date Oppdatert + + %1 client + %1 klient + Catching up... Laster ned... @@ -543,14 +435,7 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> Lommeboken er <b>kryptert</b> og for tiden <b>låst</b> - - - ClientModel - - Network Alert - Nettverksvarsel - - + CoinControlDialog @@ -569,10 +454,6 @@ Amount: Beløp: - - Priority: - Prioritet: - Fee: Avgift: @@ -625,155 +506,11 @@ Confirmed Bekreftet - - Priority - Prioritet - - - Copy address - Kopier adresse - - - Copy label - Kopier merkelapp - - - Copy amount - Kopier beløp - - - Copy transaction ID - Kopier transaksjons-ID - - - Lock unspent - Lås ubrukte - - - Unlock unspent - Lås opp ubrukte - - - Copy quantity - Kopier mengde - - - Copy fee - Kopier gebyr - - - Copy after fee - Kopier totalt - - - Copy bytes - Kopier bytes - - - Copy priority - Kopier prioritet - - - Copy dust - Kopier støv - - - Copy change - Kopier veksel - - - highest - høyest - - - higher - høyere - - - high - høy - - - medium-high - medium-høy - - - medium - medium - - - low-medium - lav-medium - - - low - lav - - - lower - lavere - - - lowest - lavest - - - (%1 locked) - (%1 låst) - - - none - ingen - - - This label turns red if the transaction size is greater than 1000 bytes. - Denne teksten blir rød hvis transaksjonsstørrelsen er større enn 1000 bytes. - - - This label turns red if the priority is smaller than "medium". - Denne teksten blir rød hvis prioriteten er lavere enn "medium". - - - This label turns red if any recipient receives an amount smaller than %1. - Denne teksten blir rød dersom en mottaker mottar et beløp mindre enn %1. - - - Can vary +/- %1 satoshi(s) per input. - Kan variere +/- %1 satoshi(er) per input. - - - yes - ja - - - no - nei - - - This means a fee of at least %1 per kB is required. - Dette betyr at et gebyr på minst %1 per KB er påkrevd. - - - Can vary +/- 1 byte per input. - Kan variere +/- 1 byte per input. - - - Transactions with higher priority are more likely to get included into a block. - Transaksjoner med høyere prioritet har mer sannsynlighet for å bli inkludert i en blokk. - (no label) (ingen merkelapp) - - change from %1 (%2) - veksel fra %1 (%2) - - - (change) - (veksel) - - + EditAddressDialog @@ -796,39 +533,7 @@ &Address &Adresse - - New receiving address - Ny mottaksadresse - - - New sending address - Ny utsendingsadresse - - - Edit receiving address - Rediger mottaksadresse - - - Edit sending address - Rediger utsendingsadresse - - - The entered address "%1" is already in the address book. - Den oppgitte adressen "%1" er allerede i adresseboken. - - - The entered address "%1" is not a valid Bitcoin address. - Den angitte adressed "%1" er ikke en gyldig Blackcoin-adresse. - - - Could not unlock wallet. - Kunne ikke låse opp lommeboken. - - - New key generation failed. - Generering av ny nøkkel feilet. - - + FreespaceChecker @@ -854,10 +559,6 @@ HelpMessageDialog - - Bitcoin Core - Blackcoin More - version versjon @@ -867,8 +568,8 @@ (%1-bit) - About Bitcoin Core - Om Blackcoin More + About %1 + Om %1 Command-line options @@ -906,11 +607,7 @@ Show splash screen on startup (default: %u) Vis velkomstbilde ved oppstart (default: %u) - - Reset all settings changes made over the GUI - Nullstill alle oppsettendringer gjort via det grafiske grensesnittet - - + Intro @@ -918,16 +615,8 @@ Velkommen - Welcome to Bitcoin Core. - Velkommen til Blackcoin More. - - - As this is the first time the program is launched, you can choose where Bitcoin Core will store its data. - Siden dette er første gang programmet starter, kan du nå velge hvor Blackcoin More skal lagre sine data. - - - Bitcoin Core will download and store a copy of the Bitcoin block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Blackcoin More vil laste ned og lagre en kopi av Blackcoin sin blokkjede. Minst %1GB av data vil bli lagret i denne mappen, og det vil vokse over tid. Lommeboken vil også bli lagret i denne mappen. + Welcome to %1. + Velkommen til %1. Use the default data directory @@ -937,10 +626,6 @@ Use a custom data directory: Bruk en egendefinert datamappe: - - Bitcoin Core - Blackcoin More - Error: Specified data directory "%1" cannot be created. Feil: Den oppgitte datamappen "%1" kan ikke opprettes. @@ -958,6 +643,21 @@ (av %n GB som trengs)(av %n GB som trengs) + + ModalOverlay + + Form + Skjema + + + Last block time + Tidspunkt for siste blokk + + + Hide + Skjul + + OpenURIDialog @@ -976,11 +676,7 @@ Select payment request file Velg fil for betalingsetterspørring - - Select payment request file to open - Velg fil for betalingsetterspørring å åpne - - + OptionsDialog @@ -1019,10 +715,6 @@ Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu. Minimer i stedet for å avslutte applikasjonen når vinduet lukkes. Når dette er valgt, vil applikasjonen avsluttes kun etter at Avslutte er valgt i menyen. - - The user interface language can be set here. This setting will take effect after restarting Bitcoin Core. - Språk for brukergrensesnittet kan velges her. Denne innstillingen trer i kraft etter omstart av Blackcoin More. - 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 |. Tredjepart URLer (f. eks. en blokkutforsker) som dukker opp i transaksjonsfanen som kontekst meny elementer. %s i URLen er erstattet med transaksjonen sin hash. Flere URLer er separert av en vertikal linje |. @@ -1047,14 +739,6 @@ &Network &Nettverk - - Automatically start Bitcoin Core after logging in to the system. - Start Blackcoin More automatisk ved oppstart av datamaskinen. - - - &Start Bitcoin Core on system login - &Start Blackcoin More ved oppstart av datamaskinen - (0 = auto, <0 = leave that many cores free) (0 = automatisk, <0 = la så mange kjerner være ledig) @@ -1139,6 +823,10 @@ &Window &Vindu + + Hide tray icon + Skjul søppel ikon + Show only a tray icon after minimizing the window. Vis kun ikon i systemkurv etter minimering av vinduet. @@ -1285,95 +973,7 @@ PaymentServer - - URI handling - URI-håndtering - - - Invalid payment address %1 - Ugyldig betalingsadresse %1 - - - Payment request rejected - Betalingsetterspørring avvist - - - Payment request network doesn't match client network. - Nettverk for betalingsetterspørring er ikke i overensstemmelse med klientnettverket. - - - Payment request is not initialized. - Betalingsetterspørringen er ikke initialisert. - - - Requested payment amount of %1 is too small (considered dust). - Forespurt betalingsmengde på %1 er for liten (betraktet som støv). - - - Payment request error - Betalingsetterspørringsfeil - - - Cannot start bitcoin: click-to-pay handler - Kan ikke starte Blackcoin: klikk-og-betal håndterer - - - Payment request fetch URL is invalid: %1 - Hentelenke for betalingsetterspørring er ugyldig: %1 - - - URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. - URI kan ikke fortolkes! Dette kan være forårsaket av en ugyldig Blackcoin-adresse eller feilformede URI-parametre. - - - Payment request file handling - Filhåndtering for betalingsetterspørring - - - Payment request file cannot be read! This can be caused by an invalid payment request file. - Betalingsetterspørringsfil kan ikke leses! Dette kan være forårsaket av en ugyldig betalingsetterspørringsfil. - - - Payment request expired. - Betalingsetterspørringen har utløpt. - - - Unverified payment requests to custom payment scripts are unsupported. - Uverifiserte betalingsforespørsler til egentilpassede betalingscript er ikke støttet. - - - Invalid payment request. - Ugyldig betalingsetterspørring. - - - Refund from %1 - Refundering fra %1 - - - Payment request %1 is too large (%2 bytes, allowed %3 bytes). - Betalingsforespørsel %1 er for stor (%2 bytes, tillatt %3 bytes). - - - Error communicating with %1: %2 - Feil i kommunikasjonen med %1: %2 - - - Payment request cannot be parsed! - Betaingsetterspørrelse kan ikke fortolkes! - - - Bad response from server %1 - Dårlig svar fra server %1 - - - Payment acknowledged - Betaling erkjent - - - Network request error - Nettverksforespørsel feil - - + PeerTableModel @@ -1384,11 +984,7 @@ Node/Service Node/Tjeneste - - Ping Time - Ping-tid - - + QObject @@ -1427,32 +1023,19 @@ %1 ms %1 ms - + + %1 and %2 + %1 og %2 + + + + QObject::QObject + QRImageWidget - - &Save Image... - &Lagre Bilde... - - - &Copy Image - &Kopier Bilde - - - Save QR Code - Lagre QR-kode - - - PNG Image (*.png) - PNG-bilde (*.png) - - + RPCConsole - - Client name - Klientnavn - N/A - @@ -1473,10 +1056,6 @@ General Generelt - - Using OpenSSL version - Bruker OpenSSL versjon - Using BerkeleyDB version Bruker BerkeleyDB versjon @@ -1517,10 +1096,6 @@ Memory usage Minnebruk - - Open the Bitcoin Core debug log file from the current data directory. This can take a few seconds for large log files. - Åpne Blackcoin More sin loggfil for feilsøk fra gjeldende datamappe. Dette kan ta noen sekunder for store loggfiler. - Received Mottatt @@ -1569,6 +1144,14 @@ User Agent Brukeragent + + Decrease font size + Forminsk font størrelsen + + + Increase font size + Forstørr font størrelse + Services Tjenester @@ -1637,10 +1220,6 @@ Out: Ut: - - Build date - Byggedato - Debug log file Loggfil for feilsøk @@ -1649,14 +1228,6 @@ Clear console Tøm konsoll - - &Disconnect Node - &Koble fra node - - - Ban Node for - Steng node ute for - 1 &hour 1 &time @@ -1673,14 +1244,6 @@ 1 &year 1 &år - - &Unban Node - Fjern &Utestengning av Node - - - Welcome to the Bitcoin Core RPC console. - Velkommen til Blackcoin More sin RPC-konsoll. - Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. Bruk opp og ned pil for å navigere historikken, og <b>Ctrl-L</b> for å tømme skjermen. @@ -1808,19 +1371,7 @@ Remove Fjern - - Copy label - Kopier merkelapp - - - Copy message - Kopier melding - - - Copy amount - Kopier beløp - - + ReceiveRequestDialog @@ -1839,74 +1390,26 @@ &Save Image... &Lagre Bilde... - - Request payment to %1 - Etterspør betaling til %1 - - - Payment information - Betalingsinformasjon - - - URI - URI - Address Adresse - - Amount - Beløp - Label Merkelapp - - Message - Melding - - - Resulting URI too long, try to reduce the text for label / message. - Resultat URI for lang, prøv å redusere teksten for merkelapp / melding. - - - Error encoding URI into QR Code. - Feil ved koding av URI til QR-kode. - - + RecentRequestsTableModel - - Date - Dato - Label Merkelapp - - Message - Melding - - - Amount - Beløp - (no label) (ingen merkelapp) - - (no message) - (ingen melding) - - - (no amount) - (intet beløp) - - + SendCoinsDialog @@ -1941,10 +1444,6 @@ Amount: Beløp: - - Priority: - Prioritet: - Fee: Gebyr: @@ -2013,10 +1512,6 @@ (Smart fee not initialized yet. This usually takes a few blocks...) (Smartgebyr ikke innført ennå. Dette tar vanligvis noen blokker...) - - Confirmation time: - Bekreftelsestid: - normal normal @@ -2025,14 +1520,6 @@ fast rask - - Send as zero-fee transaction if possible - Send uten transaksjonsgebyr hvis mulig - - - (confirmation may take longer) - (bekreftelse kan ta lengre tid) - Send to multiple recipients at once Send til flere enn en mottaker @@ -2065,118 +1552,10 @@ S&end S&end - - Confirm send coins - Bekreft sending av blackcoins - - - %1 to %2 - %1 til %2 - - - Copy quantity - Kopier mengde - - - Copy amount - Kopier beløp - - - Copy fee - Kopier gebyr - - - Copy after fee - Kopier fra gebyr - - - Copy bytes - Kopier bytes - - - Copy priority - Kopier prioritet - - - Copy change - Kopier veksel - - - Total Amount %1 - Totalt Beløp %1 - - - or - eller - - - The amount to pay must be larger than 0. - Beløpet som skal betales må være over 0. - - - The amount exceeds your balance. - Beløpet overstiger saldo. - - - The total exceeds your balance when the %1 transaction fee is included. - Totalbeløpet overstiger saldo etter at %1 transaksjonsgebyr er lagt til. - - - Transaction creation failed! - Opprettelse av transaksjon feilet! - - - 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. - Transaksjonen ble avvist! Dette kan skje hvis noen av myntene i lommeboken allerede er brukt, som hvis du kopierte wallet.dat og mynter ble brukt i kopien uten å bli markert som brukt her. - - - A fee higher than %1 is considered an absurdly high fee. - Et gebyr høyere enn %1 er ansett som et absurd høyt gebyr. - - - Payment request expired. - Betalingsetterspørringen har utløpt. - - - Pay only the required fee of %1 - Betal kun påkrevd gebyr på %1 - - - Estimated to begin confirmation within %n block(s). - Anslått til å begynne bekreftelse innen %n blokk.Anslått til å begynne bekreftelse innen %n blokker. - - - The recipient address is not valid. Please recheck. - Mottakeradressen er ikke gyldig. Vennligst kontroller på nytt. - - - Duplicate address found: addresses should only be used once each. - Gjenbruk av adresse funnet: adresser skal bare brukes en gang hver. - - - Warning: Invalid Bitcoin address - Advarsel: Ugyldig Blackcoin-adresse - (no label) (ingen merkelapp) - - Warning: Unknown change address - Advarsel: Ukjent adresse for veksel - - - Copy dust - Kopier støv - - - Are you sure you want to send? - Er du sikker på at du vil sende? - - - added as transaction fee - lagt til som transaksjonsgebyr - SendCoinsEntry @@ -2188,10 +1567,6 @@ Pay &To: Betal &Til: - - Enter a label for this address to add it to your address book - Skriv inn en merkelapp for denne adressen for å legge den til i din adressebok - &Label: &Merkelapp: @@ -2250,7 +1625,7 @@ A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcoin network. - En melding som var tilknyttet bitcoinen: URI vil bli lagret med transaksjonen for din oversikt. Denne meldingen vil ikke bli sendt over Blackcoin-nettverket. + En melding som var tilknyttet blackcoin: URI vil bli lagret med transaksjonen for din oversikt. Denne meldingen vil ikke bli sendt over Blackcoin-nettverket. Pay To: @@ -2260,13 +1635,12 @@ Memo: Memo: - + + + SendConfirmationDialog + ShutdownWindow - - Bitcoin Core is shutting down... - Blackcoin More lukker... - Do not shut down the computer until this window disappears. Slå ikke av datamaskinen før dette vinduet forsvinner. @@ -2358,69 +1732,9 @@ Reset all verify message fields Tilbakestill alle felter for meldingsverifikasjon - - Click "Sign Message" to generate signature - Klikk "Signer Melding" for å generere signatur - - - The entered address is invalid. - Angitt adresse er ugyldig. - - - Please check the address and try again. - Vennligst sjekk adressen og prøv igjen. - - - The entered address does not refer to a key. - Angitt adresse refererer ikke til en nøkkel. - - - Wallet unlock was cancelled. - Opplåsing av lommebok ble avbrutt. - - - Private key for the entered address is not available. - Privat nøkkel for den angitte adressen er ikke tilgjengelig. - - - Message signing failed. - Signering av melding feilet. - - - Message signed. - Melding signert. - - - The signature could not be decoded. - Signaturen kunne ikke dekodes. - - - Please check the signature and try again. - Vennligst sjekk signaturen og prøv igjen. - - - The signature did not match the message digest. - Signaturen passer ikke til meldingen. - - - Message verification failed. - Verifikasjon av melding feilet. - - - Message verified. - Melding verifisert. - - + SplashScreen - - Bitcoin Core - Blackcoin More - - - The Bitcoin Core developers - Blackcoin More utviklerne - [testnet] [testnett] @@ -2435,399 +1749,31 @@ TransactionDesc - - Open until %1 - Åpen til %1 - - - conflicted - konflikt - - - %1/offline - %1/frakoblet - - - %1/unconfirmed - %1/ubekreftet - - - %1 confirmations - %1 bekreftelser - - - Status - Status - - - , broadcast through %n node(s) - , kringkast gjennom %n node, kringkast gjennom %n noder - - - Date - Dato - - - Source - Kilde - - - Generated - Generert - - - From - Fra - - - To - Til - - - own address - egen adresse - - - watch-only - kun observerbar - - - label - merkelapp - - - Credit - Kredit - - - matures in %n more block(s) - blir moden om %n blokkblir moden om %n blokker - - - not accepted - ikke akseptert - - - Debit - Debet - - - Total debit - Total debet - - - Total credit - Total kredit - - - Transaction fee - Transaksjonsgebyr - - - Net amount - Nettobeløp - - - Message - Melding - - - Comment - Kommentar - - - Transaction ID - Transaksjons-ID - - - Merchant - Forhandler - - - 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. - Genererte blackcoins må modnes %1 blokker før de kan brukes. Da du genererte denne blokken ble den kringkastet på nettverket for å bli lagt til i kjeden av blokker. Hvis den ikke kommer med i kjeden vil den endre seg til "ikke akseptert" og pengene vil ikke kunne brukes. Dette vil noen ganger skje hvis en annen node genererer en blokk noen sekunder i tid fra din egen. - - - Debug information - Informasjon for feilsøk - - - Transaction - Transaksjon - - - Inputs - Inndata - - - Amount - Beløp - - - true - sann - - - false - usann - - - , has not been successfully broadcast yet - , har ikke blitt kringkastet med hell enda - - - Open for %n more block(s) - Åpen for %n blokk tilÅpen for %n blokker til - - - unknown - ukjent - - + TransactionDescDialog - - Transaction details - Transaksjonsdetaljer - This pane shows a detailed description of the transaction Her vises en detaljert beskrivelse av transaksjonen - + TransactionTableModel - - Date - Dato - - - Type - Type - - - Immature (%1 confirmations, will be available after %2) - Umoden (%1 bekreftelser, vil være tilgjengelig etter %2) - - - Open for %n more block(s) - Åpen for %n blokk tilÅpen for %n blokker til - - - Open until %1 - Åpen til %1 - - - Confirmed (%1 confirmations) - Bekreftet (%1 bekreftelser) - - - This block was not received by any other nodes and will probably not be accepted! - Denne blokken har ikke blitt mottatt av noen andre noder og vil sannsynligvis ikke bli akseptert! - - - Generated but not accepted - Generert men ikke akseptert - - - Offline - Frakoblet - Label Merkelapp - Unconfirmed - Ubekreftet + (no label) + (ingen merkelapp) - - Confirming (%1 of %2 recommended confirmations) - Bekrefter (%1 av %2 anbefalte bekreftelser) - - - Conflicted - Konflikt - - - Received with - Mottatt med - - - Received from - Mottatt fra - - - Sent to - Sendt til - - - Payment to yourself - Betaling til deg selv - - - Mined - Utvunnet - - - watch-only - kun observerbar - - - (n/a) - - - - - Transaction status. Hover over this field to show number of confirmations. - Transaksjonsstatus. Hold muspekeren over dette feltet for å se antall bekreftelser. - - - Date and time that the transaction was received. - Dato og tid for da transaksjonen ble mottat. - - - Type of transaction. - Type transaksjon. - - - Whether or not a watch-only address is involved in this transaction. - Hvorvidt en kun observerbar adresse er involvert i denne transaksjonen. - - - User-defined intent/purpose of the transaction. - Brukerdefinert intensjon/hensikt med transaksjonen. - - - Amount removed from or added to balance. - Beløp fjernet eller lagt til saldo. - - + TransactionView - - All - Alle - - - Today - I dag - - - This week - Denne uken - - - This month - Denne måneden - - - Last month - Forrige måned - - - This year - Dette året - - - Range... - Intervall... - - - Received with - Mottatt med - - - Sent to - Sendt til - - - To yourself - Til deg selv - - - Mined - Utvunnet - - - Other - Andre - - - Enter address or label to search - Skriv inn adresse eller merkelapp for søk - - - Min amount - Minimumsbeløp - - - Copy address - Kopier adresse - - - Copy label - Kopier merkelapp - - - Copy amount - Kopier beløp - - - Copy transaction ID - Kopier transaksjons-ID - - - Copy raw transaction - Kopier råtransaksjon - - - Edit label - Rediger merkelapp - - - Show transaction details - Vis transaksjonsdetaljer - - - Export Transaction History - Eksporter Transaksjonshistorikk - - - Watch-only - Kun observer - - - Exporting Failed - Ekport Feilet - - - There was an error trying to save the transaction history to %1. - En feil oppstod ved lagring av transaksjonshistorikken til %1. - - - Exporting Successful - Ekport Fullført - - - The transaction history was successfully saved to %1. - Transaksjonshistorikken ble lagret til %1. - Comma separated file (*.csv) Kommaseparert fil (*.csv) - - Confirmed - Bekreftet - - - Date - Dato - - - Type - Type - Label Merkelapp @@ -2837,18 +1783,10 @@ Adresse - ID - ID + Exporting Failed + Eksportering feilet - - Range: - Intervall: - - - to - til - - + UnitDisplayStatusBarControl @@ -2858,53 +1796,13 @@ WalletFrame - - No wallet has been loaded. - Ingen lommebok har blitt lastet. - - + WalletModel - - Send Coins - Send Blackcoins - - + WalletView - - &Export - &Eksporter - - - Export the data in the current tab to a file - Eksporter data fra nåværende fane til fil - - - Backup Wallet - Sikkerhetskopier Lommebok - - - Wallet Data (*.dat) - Lommebokdata (*.dat) - - - Backup Failed - Sikkerhetskopiering Feilet - - - There was an error trying to save the wallet data to %1. - En feil oppstod ved lagring av lommebok til %1. - - - The wallet data was successfully saved to %1. - Lommeboken ble lagret til %1. - - - Backup Successful - Sikkerhetskopiering Fullført - - + bitcoin-core @@ -2931,14 +1829,6 @@ If <category> is not supplied or if <category> = 1, output all debugging information. Hvis <category> ikke er oppgitt eller hvis <category> = 1, ta ut all informasjon for feilsøking. - - Maximum total fees (in %s) to use in a single wallet transaction; setting this too low may abort large transactions (default: %s) - Maksimalt samlede gebyrer (i %s) til å bruke i en enkelt lommeboktransaksjon; settes dette for lavt kan store transaksjoner kanskje avbrytes (standardverdi: %s) - - - Please check that your computer's date and time are correct! If your clock is wrong Bitcoin Core will not work properly. - Vennligst undersøk at din datamaskin har riktig dato og klokkeslett! Hvis klokken er stilt feil vil ikke Blackcoin More fungere riktig. - Prune configured below the minimum of %d MiB. Please use a higher number. Beskjæringsmodus er konfigurert under minimum på %d MiB. Vennligst bruk et høyere nummer. @@ -2947,10 +1837,6 @@ Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node) Beskjæring: siste lommeboksynkronisering går utenfor beskjærte data. Du må bruke -reindex (laster ned hele blokkjeden igjen for beskjærte noder) - - Reduce storage requirements by pruning (deleting) old blocks. This mode is incompatible with -txindex and -rescan. Warning: Reverting this setting requires re-downloading the entire blockchain. (default: 0 = disable pruning blocks, >%u = target size in MiB to use for block files) - Reduser lagringsbehovet ved beskjæring (sletting) av gamle blokker. Denne modusen er ikke kompatibel med -txindex og -rescan. Advarsel: Tilbakestilling av denne innstillingen krever at hele blokkjeden må lastes ned på nytt. (Standardverdi: 0 = deaktiver beskjæring av blokker, >%u = mål for størrelse i MiB å bruke for blokkfiler) - Rescans are not possible in pruned mode. You will need to use -reindex which will download the whole blockchain again. Omsøk er ikke mulig i beskjært modus. Du vil måtte bruke -reindex som vil laste nede hele blokkjeden på nytt. @@ -2976,8 +1862,8 @@ Kunne ikke starte HTTP server. Se debug logg for detaljer. - Accept connections from outside (default: 1 if no -proxy or -connect) - Ta imot tilkoblinger fra utsiden (standardverdi: 1 hvis uten -proxy eller -connect) + Bitcoin Core + Blackcoin More Bind to given address and always listen on it. Use [host]:port notation for IPv6 @@ -2987,10 +1873,6 @@ Delete all wallet transactions and only recover those parts of the blockchain through -rescan on startup Slett alle transaksjoner i lommeboken og gjenopprett kun de delene av blokkjeden gjennom -rescan ved oppstart - - Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. - Distribuert under MIT programvarelisensen, se medfølgende fil COPYING eller <http://www.opensource.org/licenses/mit-license.php>. - Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) Kjør kommando når en lommeboktransaksjon endres (%s i kommando er erstattet med TxID) @@ -3003,42 +1885,10 @@ The block database contains a block which appears to be from the future. This may be due to your computer's date and time being set incorrectly. Only rebuild the block database if you are sure that your computer's date and time are correct Blokkdatabasen inneholder en blokk som ser ut til å være fra fremtiden. Dette kan være fordi dato og tid på din datamaskin er satt feil. Gjenopprett kun blokkdatabasen når du er sikker på at dato og tid er satt riktig. - - This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - Dette er en forhåndssluppet testversjon - bruk på egen risiko - ikke for bruk til blokkutvinning eller bedriftsapplikasjoner - - - Unable to bind to %s on this computer. Bitcoin Core is probably already running. - Ute av stand til å binde til %s på denne datamaskinen. Blackcoin More kjører sannsynligvis allerede. - Use UPnP to map the listening port (default: 1 when listening and no -proxy) Bruk UPnP for lytteport (standardverdi: 1 ved lytting og uten -proxy) - - WARNING: abnormally high number of blocks generated, %d blocks received in the last %d hours (%d expected) - ADVARSEL: unormalt høyt antall blokker generert, %d blokker mottatt de siste %d timene (%d forventet) - - - WARNING: check your network connection, %d blocks received in the last %d hours (%d expected) - ADVARSEL: kontroller nettverkstilkoblingen, mottok %d blokker i de siste %d timene (%d forventet) - - - Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. - Advarsel: Nettverket ser ikke ut til å være enig! Noen minere ser ut til å ha problemer. - - - Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. - Advarsel: Vi ser ikke ut til å være enige med våre noder! Du må oppgradere, eller andre noder må oppgradere. - - - 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. - Advarsel: wallet.dat korrupt, data reddet! Original wallet.dat lagret som wallet.{timestamp}.bak i %s; hvis din saldo eller dine transaksjoner ikke er korrekte bør du gjenopprette fra en backup. - - - Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. - Hvitelist noder som kobler til fra den oppgitte nettmasken eller IP-adressen. Kan oppgis flere ganger. - -maxmempool must be at least %d MB -maxmempool må være minst %d MB @@ -3051,10 +1901,6 @@ Block creation options: Valg for opprettelse av blokker: - - Connect only to the specified node(s) - Koble kun til angitt(e) node(r) - Connection options: Innstillinger for tilkobling: @@ -3099,6 +1945,10 @@ Error initializing wallet database environment %s! Feil under oppstart av lommeboken sitt databasemiljø %s! + + Error loading %s + Feil ved lasting av %s + Error loading block database Feil ved lasting av blokkdatabase @@ -3139,6 +1989,14 @@ Only connect to nodes in network <net> (ipv4, ipv6 or onion) Bare koble til noder i nettverket <net> (IPv4, IPv6 eller onion) + + Print this help message and exit + Skriv ut denne hjelpemeldingen og avslutt + + + Print version and exit + Skriv ut denne versjonen og avslutt + Prune cannot be configured with a negative value. Beskjæringsmodus kan ikke konfigureres med en negativ verdi. @@ -3159,6 +2017,10 @@ Specify wallet file (within data directory) Angi lommebokfil (inne i datamappe) + + The source code is available from %s. + Kildekoden er tilgjengelig fra %s. + Unsupported argument -benchmark ignored, use -debug=bench. Ustøttet argument -benchmark ble ignorert, bruk -debug=bench. @@ -3195,14 +2057,6 @@ Wallet options: Valg for lommebok: - - Warning: This version is obsolete; upgrade required! - Advarsel: Denne versjonen er utdatert; oppgradering er påkrevd! - - - You need to rebuild the database using -reindex to change -txindex - Du må gjenoppbygge databasen med å bruke -reindex for å endre -txindex - 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 Tillat JSON-RPC-tilkoblinger fra angitt kilde. Gyldig for <ip> er en enkelt IP (f. eks. 1.2.3.4), et nettverk/nettmaske (f. eks. 1.2.3.4/255.255.255.0) eller et nettverk/CIDR (f. eks. 1.2.3.4/24). Dette alternativet kan angis flere ganger @@ -3215,10 +2069,6 @@ 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) Bind til gitt adresse for å lytte for JSON-RPC-tilkoblinger. Bruk [host]:port notasjon for IPv6. Dette alternativet kan angis flere ganger (standardverdi: bind til alle grensesnitt) - - Cannot obtain a lock on data directory %s. Bitcoin Core is probably already running. - Ute av stand til å låse datamappen %s. Blackcoin More kjører sannsynligvis allerede. - Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) Opprett nye filer med standardtillatelser i systemet, i stedet for umask 077 (kun virksom med lommebokfunksjonalitet slått av) @@ -3251,10 +2101,6 @@ Maximum size of data in data carrier transactions we relay and mine (default: %u) Maksimal størrelse på data i databærende transaksjoner vi videresender og ufører graving på (standardverdi: %u) - - Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect) - Søk etter nodeadresser via DNS-oppslag, hvis vi har få adresser å koble til (standard: 1 med mindre -connect) - Randomize credentials for every proxy connection. This enables Tor stream isolation (default: %u) Bruk tilfeldig identitet for hver proxytilkobling. Dette muliggjør TOR stream isolasjon (standardverdi: %u) @@ -3263,18 +2109,10 @@ Set maximum size of high-priority/low-fee transactions in bytes (default: %d) Sett maksimum størrelse for transaksjoner med høy prioritet / lavt gebyr, i bytes (standardverdi: %d) - - Set the number of threads for coin generation if enabled (-1 = all cores, default: %d) - Angi antall tråder for mynt generering hvis aktivert (-1 = alle kjerner, standardverdi: %d) - The transaction amount is too small to send after the fee has been deducted Transaksjonsbeløpet er for lite til å sendes etter at gebyret er fratrukket - - 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. - Dette produktet inneholder programvare utviklet av OpenSSL Project for bruk i OpenSSL Toolkit <https://www.openssl.org/> og kryptografisk programvare skrevet av Eric Young og UPnP-programvare skrevet av Thomas Bernard. - 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 Hvitlistede noder kan ikke DoS-blokkeres, og deres transaksjoner videresendes alltid, selv om de allerede er i minnelageret. Nyttig f.eks. for en gateway. @@ -3291,38 +2129,14 @@ Accept public REST requests (default: %u) Godta offentlige REST forespørsler (standardverdi: %u) - - Activating best chain... - Aktiverer beste kjede... - - - Always relay transactions received from whitelisted peers (default: %d) - Alltid videresend transaksjoner mottatt fra hvitlistede noder (standardverdi: %d) - - - Attempt to recover private keys from a corrupt wallet.dat on startup - Forsøk å berge private nøkler fra en korrupt wallet.dat ved oppstart - Automatically create Tor hidden service (default: %d) Automatisk opprette Tor skjult tjeneste (standardverdi: %d) - - Cannot resolve -whitebind address: '%s' - Kan ikke løse -whitebind-adresse: '%s' - Connect through SOCKS5 proxy Koble til via SOCKS5-proxy - - Copyright (C) 2009-%i The Bitcoin Core Developers - Copyright (C) 2018-%i utviklerne av Blackcoin More - - - Error loading wallet.dat: Wallet requires newer version of Bitcoin Core - Feil ved lasting av wallet.dat: Lommeboken krever en nyere versjon av Blackcoin More - Error reading from database, shutting down. Feil ved lesing fra database, stenger ned. @@ -3335,22 +2149,6 @@ Information Informasjon - - Initialization sanity check failed. Bitcoin Core is shutting down. - Sunnhetssjekk ved oppstart feilet. Blackcoin More stenges ned. - - - Invalid amount for -maxtxfee=<amount>: '%s' - Ugyldig beløp for -maxtxfee=<amount>: '%s' - - - Invalid amount for -minrelaytxfee=<amount>: '%s' - Ugyldig mengde for -minrelaytxfee=<beløp>: '%s' - - - Invalid amount for -mintxfee=<amount>: '%s' - Ugyldig mengde for -mintxfee=<beløp>: '%s' - Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) Ugyldig beløp for -paytxfee=<amount>: '%s' (må være minst %s) @@ -3375,14 +2173,6 @@ RPC server options: Innstillinger for RPC-server: - - Rebuild block chain index from current blk000??.dat files on startup - Gjenopprett blokkjedeindeks fra gjeldende blk000??.dat filer ved oppstart - - - Receive and display P2P network alerts (default: %u) - Motta og vis P2P nettverksvarsler (standardvalg: %u) - Reducing -maxconnections from %d to %d, because of system limitations. Reduserer -maxconnections fra %d til %d, pga. systembegrensninger. @@ -3431,10 +2221,6 @@ Transaction amount too small Transaksjonen er for liten - - Transaction amounts must be positive - Transaksjonsbeløpet må være positivt - Transaction too large for fee policy Transaksjon for stor for gebyrpolitikken @@ -3455,10 +2241,6 @@ Username for JSON-RPC connections Brukernavn for JSON-RPC forbindelser - - Wallet needed to be rewritten: restart Bitcoin Core to complete - Lommeboken måtte skrives på nytt: start Blackcoin More på nytt for å fullføre - Warning Advarsel @@ -3475,10 +2257,6 @@ ZeroMQ notification options: Valg for ZeroMQ-meldinger: - - wallet.dat corrupt, salvage failed - wallet.dat korrupt, bergning feilet - Password for JSON-RPC connections Passord for JSON-RPC forbindelser @@ -3487,10 +2265,6 @@ Execute command when the best block changes (%s in cmd is replaced by block hash) Utfør kommando når beste blokk endrer seg (%s i kommandoen erstattes med blokkens hash) - - This help message - Denne hjelpemeldingen - Allow DNS lookups for -addnode, -seednode and -connect Tillat oppslag i DNS for -addnode, -seednode og -connect @@ -3499,10 +2273,6 @@ Loading addresses... Laster adresser... - - Error loading wallet.dat: Wallet corrupted - Feil ved lasting av wallet.dat: Lommeboken er skadet - (1 = keep tx meta data e.g. account owner and payment request information, 2 = drop tx meta data) (1 = behold metadata for transaksjon som f. eks. kontoeier og informasjon om betalingsanmodning, 2 = dropp metadata for transaksjon) @@ -3511,18 +2281,10 @@ -maxtxfee is set very high! Fees this large could be paid on a single transaction. -maxtxfee er satt veldig høyt! Så stort gebyr kan bli betalt ved en enkelt transaksjon. - - -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. - -paytxfee er satt veldig høyt! Dette er transaksjonsgebyret du betaler når du sender transaksjoner. - Do not keep transactions in the mempool longer than <n> hours (default: %u) Ikke hold transaksjoner i minnet lenger enn <n> timer (standard: %u) - - Error reading wallet.dat! All keys read correctly, but transaction data or address book entries might be missing or incorrect. - Feil ved lesing av wallet.dat! Alle nøkler lest riktig, men transaksjonsdataene eller oppføringer i adresseboken mangler kanskje eller er feil. - Fees (in %s/kB) smaller than this are considered zero fee for transaction creation (default: %s) Gebyrer (i %s/Kb) mindre enn dette anses som null gebyr for laging av transaksjoner (standardverdi: %s) @@ -3563,10 +2325,6 @@ Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) Bruk separate SOCKS5 proxyer for å nå noder via Tor skjulte tjenester (standardverdi: %s) - - Username and hashed password for JSON-RPC connections. The field <userpw> comes in the format: <USERNAME>:<SALT>$<HASH>. A canonical python script is included in share/rpcuser. This option can be specified multiple times - Brukernavn og hashet passord for JSON-RPC tilkoblinger. Feltet <userpw> kommer i formatet: <USERNAME>:<SALT>$<HASH>. Et Python-skript er inkludert i share/rpcuser. Dette alternativet kan angis flere ganger - (default: %s) (standardverdi: %s) @@ -3575,14 +2333,6 @@ Always query for peer addresses via DNS lookup (default: %u) Alltid søk etter nodeadresser via DNS-oppslag (standardverdi: %u) - - Error loading wallet.dat - Feil ved lasting av wallet.dat - - - Generate coins (default: %u) - Generer mynter (standardverdi: %u) - How many blocks to check at startup (default: %u, 0 = all) Hvor mange blokker skal sjekkes ved oppstart (standardverdi: %u, 0 = alle) @@ -3635,10 +2385,6 @@ Set key pool size to <n> (default: %u) Angi størrelse på nøkkel-lager til <n> (standardverdi: %u) - - Set minimum block size in bytes (default: %u) - Sett minimum blokkstørrelse i bytes (standardverdi: %u) - Set the number of threads to service RPC calls (default: %d) Sett antall tråder til betjening av RPC-kall (standardverdi: %d) @@ -3667,18 +2413,6 @@ Unknown network specified in -onlynet: '%s' Ukjent nettverk angitt i -onlynet '%s' - - Cannot resolve -bind address: '%s' - Kunne ikke slå opp -bind adresse: '%s' - - - Cannot resolve -externalip address: '%s' - Kunne ikke slå opp -externalip adresse: '%s' - - - Invalid amount for -paytxfee=<amount>: '%s' - Ugyldig beløp for -paytxfee=<beløp>: '%s' - Insufficient funds Utilstrekkelige midler diff --git a/src/qt/locale/bitcoin_ne.ts b/src/qt/locale/bitcoin_ne.ts new file mode 100644 index 000000000..be6e8e039 --- /dev/null +++ b/src/qt/locale/bitcoin_ne.ts @@ -0,0 +1,631 @@ + + + AddressBookPage + + Right-click to edit address or label + ठेगाना वा लेबल सम्पादन गर्न दायाँ-क्लिक गर्नुहोस् + + + Create a new address + नयाँ ठेगाना सिर्जना गर्नुहोस् + + + &New + &amp;नयाँ + + + Copy the currently selected address to the system clipboard + भर्खरै चयन गरेको ठेगाना प्रणाली क्लिपबोर्डमा कपी गर्नुहोस् + + + &Copy + &amp;कपी गर्नुहोस् + + + C&lose + बन्द गर्नुहोस् + + + Delete the currently selected address from the list + भर्खरै चयन गरेको ठेगाना सूचीबाट मेटाउनुहोस् + + + Export the data in the current tab to a file + वर्तमान ट्याबको डाटालाई फाइलमा निर्यात गर्नुहोस् + + + &Export + &amp;निर्यात गर्नुहोस् + + + &Delete + &amp;मेटाउनुहोस् + + + C&hoose + छनौट गर्नुहोस्... + + + Sending addresses + पठाउने ठेगानाहरू... + + + Receiving addresses + प्राप्त गर्ने ठेगानाहरू... + + + &Copy Address + ठेगाना कपी गर्नुहोस् + + + + + AddressTableModel + + + AskPassphraseDialog + + Passphrase Dialog + पासफ्रेज संवाद + + + Enter passphrase + पासफ्रेज प्रवेश गर्नुहोस् + + + New passphrase + नयाँ पासफ्रेज + + + Repeat new passphrase + नयाँ पासफ्रेज दोहोर्याउनुहोस् + + + + BanTableModel + + IP/Netmask + IP/नेटमास्क + + + Banned Until + प्रतिबन्धित समय + + + + BitcoinGUI + + Sign &message... + सन्देशमा &amp;हस्ताक्षर गर्नुहोस्... + + + Synchronizing with network... + नेटवर्कमा समिकरण हुँदै... + + + &Overview + शारांश + + + Node + नोड + + + Show general overview of wallet + वालेटको साधारण शारांश देखाउनुहोस् + + + &Transactions + &amp;कारोबार + + + Browse transaction history + कारोबारको इतिहास हेर्नुहोस् + + + E&xit + बाहिर निस्कनुहोस् + + + Quit application + एप्लिकेसन बन्द गर्नुहोस् + + + &About %1 + &amp;बारेमा %1 + + + Show information about %1 + %1 को बारेमा सूचना देखाउनुहोस् + + + About &Qt + &amp;Qt + + + Show information about Qt + Qt को बारेमा सूचना देखाउनुहोस् + + + &Options... + &amp;विकल्प... + + + Modify configuration options for %1 + %1 का लागि कन्फिगुरेसनको विकल्प परिमार्जन गर्नुहोस + + + &Encrypt Wallet... + &amp;वालेटलाई इन्क्रिप्ट गर्नुहोस्... + + + &Backup Wallet... + &amp;वालेटलाई ब्याकअप गर्नुहोस्... + + + &Change Passphrase... + &amp;पासफ्रेज परिवर्तन गर्नुहोस्... + + + &Sending addresses... + &amp;पठाउने ठेगानाहरू... + + + &Receiving addresses... + &amp;प्राप्त गर्ने ठेगानाहरू... + + + Open &URI... + URI &amp;खोल्नुहोस्... + + + Reindexing blocks on disk... + डिस्कमा ब्लकलाई पुनः सूचीकरण गरिँदै... + + + Send coins to a Bitcoin address + बिटकोइन ठेगानामा सिक्का पठाउनुहोस् + + + Backup wallet to another location + वालेटलाई अर्को ठेगानामा ब्याकअप गर्नुहोस् + + + Change the passphrase used for wallet encryption + वालेट इन्क्रिप्सनमा प्रयोग हुने इन्क्रिप्सन पासफ्रेज परिवर्तन गर्नुहोस् + + + &Debug window + &amp;डिबग विन्डो + + + Open debugging and diagnostic console + डिबगिङ र डायाग्नोस्टिक कन्सोल खोल्नुहोस् + + + + CoinControlDialog + + Amount + रकम + + + Copy address + ठेगाना कपी गर्नुहोस् + + + + + EditAddressDialog + + + FreespaceChecker + + + HelpMessageDialog + + + Intro + + %1 will download and store a copy of the Bitcoin block chain. At least %2GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + %1 ले बिटकोइन ब्लक चेनको एउटा प्रतिलिपि डाउनलोड र भण्डारण गर्नेछ । यो निर्देशिकामा कम्तिमा पनि %2GB डाटा भण्डारण गरिनेछ, र यो समयसँगै बढ्नेछ । वालेटलाई पनि यो निर्देशिकामा भण्डारण गरिनेछ । + + + + ModalOverlay + + + OpenURIDialog + + + OptionsDialog + + Choose the default subdivision unit to show in the interface and when sending coins. + इन्टरफेसमा र सिक्का पठाउँदा देखिने डिफल्ट उपविभाजन एकाइ चयन गर्नुहोस् । + + + + OverviewPage + + The displayed information may be out of date. Your wallet automatically synchronizes with the Bitcoin network after a connection is established, but this process has not completed yet. + देखाइएको सूचना पूरानो हुन सक्छ । कनेक्सन स्थापित भएपछि, तपाईंको वालेट बिटकोइन नेटवर्कमा स्वचालित रूपमा समिकरण हुन्छ , तर यो प्रक्रिया अहिले सम्म पूरा भएको छैन । + + + Watch-only: + हेर्ने-मात्र: + + + 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 + ब्यालेन्स + + + Mined balance in watch-only addresses that has not yet matured + अहिलेसम्म परिपक्व नभएको खनन गरिएको, हेर्ने-मात्र ठेगानामा रहेको ब्यालेन्स + + + Current total balance in watch-only addresses + हेर्ने-मात्र ठेगानामा रहेको हालको जम्मा ब्यालेन्स + + + + PaymentServer + + + PeerTableModel + + User Agent + प्रयोगकर्ता एजेन्ट + + + Node/Service + नोड/सेव + + + + QObject + + Amount + रकम + + + Enter a Bitcoin address (e.g. %1) + कृपया बिटकोइन ठेगाना प्रवेश गर्नुहोस् (उदाहरण %1) + + + + QObject::QObject + + + QRImageWidget + + + RPCConsole + + User Agent + प्रयोगकर्ता एजेन्ट + + + Ping Time + पिङ समय + + + + ReceiveCoinsDialog + + + ReceiveRequestDialog + + + RecentRequestsTableModel + + + SendCoinsDialog + + Choose... + छनौट गर्नुहोस्... + + + + SendCoinsEntry + + Choose previously used address + पहिला प्रयोग गरिएको ठेगाना प्रयोग गर्नुहोस् + + + The fee will be deducted from the amount being sent. The recipient will receive less bitcoins than you enter in the amount field. If multiple recipients are selected, the fee is split equally. + पठाइँदै गरेको रकमबाट शुल्क कटौती गरिनेछ । प्राप्तकर्ताले तपाईंले रकम क्षेत्रमा प्रवेष गरेको भन्दा थोरै बिटकोइन प्राप्त गर्ने छन् । धेरै प्राप्तकर्ता चयन गरिएको छ भने समान रूपमा शुल्क विभाजित गरिनेछ । + + + Enter a label for this address to add it to the list of used addresses + यो ठेगानालाई प्रयोग गरिएको ठेगानाको सूचीमा थप्न एउटा लेबल प्रविष्ट गर्नुहोस् + + + A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcoin network. + बिटकोइनमा संलग्न गरिएको सन्देश: तपाईंको मध्यस्थको लागि कारोबारको साथमा भण्डारण गरिने URI । नोट: यो सन्देश बिटकोइन नेटवर्क मार्फत पठाइने छैन । + + + + SendConfirmationDialog + + + ShutdownWindow + + + SignVerifyMessageDialog + + You can sign messages/agreements with your addresses to prove you can receive bitcoins sent to them. Be careful not to sign anything vague or random, as phishing attacks may try to trick you into signing your identity over to them. Only sign fully-detailed statements you agree to. + आफ्नो ठेगानामा पठाइएको बिटकोइन प्राप्त गर्न सकिन्छ भनेर प्रमाणित गर्न तपाईंले ती ठेगानाले सन्देश/सम्झौताहरूमा हस्ताक्षर गर्न सक्नुहुन्छ । फिसिङ आक्रमणले तपाईंलाई छक्याएर अरूका लागि तपाईंको परिचयमा हस्ताक्षर गराउने प्रयास गर्न सक्ने भएकाले अस्पष्ट वा जथाभावीमा हस्ताक्षर गर्दा ध्यान दिनुहोस् । आफू सहमत भएको पूर्ण विस्तृत-कथनमा मात्र हस्ताक्षर गर्नुहोस् । + + + Choose previously used address + पहिला प्रयोग गरिएको ठेगाना प्रयोग गर्नुहोस् + + + Copy the current signature to the system clipboard + वर्तमान हस्ताक्षरलाई प्रणाली क्लिपबोर्डमा कपी गर्नुहोस् + + + Enter the receiver's address, message (ensure you copy line breaks, spaces, tabs, etc. exactly) and signature below to verify the message. Be careful not to read more into the signature than what is in the signed message itself, to avoid being tricked by a man-in-the-middle attack. Note that this only proves the signing party receives with the address, it cannot prove sendership of any transaction! + सन्देश प्रमाणित गर्न, तल दिइएको स्थानमा प्राप्तकर्ता ठेगाना, सन्देश (लाइन ब्रेक, स्पेस, ट्याब, आदि उस्तै गरी कपी गर्ने कुरा सुनिश्चित गर्नुहोस्) र हस्ताक्षर &apos;s प्रविष्ट गर्नुहोस् । बीचमा-मानिसको-आक्रमणबाट बच्न हस्ताक्षर पढ्दा हस्ताक्षर गरिएको सन्देशमा जे छ त्यो भन्दा धेरै कुरामा ध्यान नदिनुहोस् । यो कार्यले हस्ताक्षर गर्ने पक्षले मात्र यो ठेगानाले प्राप्त गर्छ भन्ने कुरा प्रमाणित गर्छ, यसले कुनै पनि कारोबारको प्रेषककर्तालाई प्रमाणित गर्न सक्दैन भन्ने कुरा याद गर्नुहोस्! + + + + SplashScreen + + + TrafficGraphWidget + + + TransactionDesc + + + TransactionDescDialog + + + TransactionTableModel + + + TransactionView + + Copy address + ठेगाना कपी गर्नुहोस् + + + + + UnitDisplayStatusBarControl + + + WalletFrame + + + WalletModel + + + WalletView + + &Export + &amp;निर्यात गर्नुहोस् + + + + Export the data in the current tab to a file + वर्तमान ट्याबको डाटालाई फाइलमा निर्यात गर्नुहोस् + + + + bitcoin-core + + Delete all wallet transactions and only recover those parts of the blockchain through -rescan on startup + वालेटको सबै कारोबार मेटाउनुहोस् र -स्टार्टअपको पुनः स्क्यान मार्फत ब्लकचेनका ती भागहरूलाई मात्र पुनः प्राप्त गर्नुहोस् + + + The block database contains a block which appears to be from the future. This may be due to your computer's date and time being set incorrectly. Only rebuild the block database if you are sure that your computer's date and time are correct + ब्लक डाटाबेसमा भविष्यबाट आए जस्तो देखिने एउटा ब्लक हुन्छ । तपाईंको कम्प्युटरको मिति र समय गलत तरिकाले सेट गरिएकाले यस्तो हुन सक्छ । तपाईं आफ्नो कम्प्युटरको मिति र समय सही छ भनेर पक्का हुनुहुन्छ भने मात्र ब्लक डाटाबेस पुनर्निर्माण गर्नुहोस् । + + + Unable to rewind the database to a pre-fork state. You will need to redownload the blockchain + प्रि-फर्क अवस्थामा डाटाबेस रिवाइन्ड गर्न सकिएन । तपाईंले फेरि ब्लकचेन डाउनलोड गर्नु पर्ने हुन्छ + + + Use UPnP to map the listening port (default: 1 when listening and no -proxy) + UPnP प्रयोग गरेर सुन्ने पोर्टलाई म्याप गर्नुहोस् (सुन्दा र -प्रोक्सी नहुँदा डिफल्ट: 1) + + + You need to rebuild the database using -reindex-chainstate to change -txindex + तपाईंले -चेनस्टेट-पुनः सूचकांकबाट -txindex परिवर्तन प्रयोग गरेर डाटाबेस पुनर्निर्माण गर्नु आवश्यक छ + + + %s corrupt, salvage failed + %s मा क्षति, बचाव विफल भयो + + + -maxmempool must be at least %d MB + -maxmempool कम्तिमा %d MB को हुनुपर्छ । + + + <category> can be: + &lt;वर्ग&gt; निम्न आकारको हुनसक्छ: + + + Append comment to the user agent string + प्रयोगकर्ता एजेन्ट स्ट्रिङमा टिप्पणी जोड्नुहोस् + + + Attempt to recover private keys from a corrupt wallet on startup + स्टार्टअपमा क्षति पूगेको वालेटबाट निजी की प्राप्त गर्न प्रयास गर्नुहोस् + + + Block creation options: + ब्लक सिर्जनाको बिकल्प: + + + Cannot resolve -%s address: '%s' + -%s ठेगाना: &apos;%s&apos; निश्चय गर्न सकिँदैन + + + Change index out of range + सूचकांक परिवर्तन सीमा भन्दा बाहर + + + Connection options: + कनेक्सनको विकल्प: + + + Copyright (C) %i-%i + सर्वाधिकार (C) %i-%i + + + 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? + तपाईं अहिले ब्लक डेटाबेस पुनर्निर्माण गर्न चाहनुहुन्छ ? + + + Unable to bind to %s on this computer. %s is probably already running. + यो कम्प्युटरको %s मा बाँध्न सकिएन । %s सम्भवित रूपमा पहिलैबाट चलिरहेको छ । + + + Unsupported argument -benchmark ignored, use -debug=bench. + असमर्थित तर्क -बेन्चमार्कलाई बेवास्ता गरियो, -डिबग=बेन्च प्रयोग गर्नुहोस् । + + + Unsupported argument -debugnet ignored, use -debug=net. + असमर्थित तर्क -डिबगनेटलाई बेवास्ता गरियो, -डिबग=नेट प्रयोग गर्नुहोस् । + + + Unsupported argument -tor found, use -onion. + असमर्थित तर्क -टोर फेला पर्यो, -ओनियन प्रयोग गर्नुहोस् । + + + Use UPnP to map the listening port (default: %u) + UPnP प्रयोग गरेर सुन्ने पोर्ट म्याप गर्नुहोस् (डिफल्ट: %u) + + + Verifying blocks... + ब्लक प्रमाणित गरिँदै... + + + Verifying wallet... + वालेट प्रमाणित गरिँदै... + + + Wallet %s resides outside data directory %s + वालेट %s डाटा निर्देशिका %s बाहिरमा बस्छ + + + Wallet debugging/testing options: + वालेट डिबगिङ/परीक्षणका विकल्पहरू: + + + Wallet needed to be rewritten: restart %s to complete + वालेट फेरि लेख्नु आवश्यक छ: पूरा गर्न %s लाई पुन: सुरु गर्नुहोस् + + + Wallet options: + वालेटका विकल्पहरू: + + + 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 (e.g. 1.2.3.4), नेटवर्क/नेटमास्क (उदाहरण 1.2.3.4/255.255.255.0) वा नेटवर्क/CIDR (उदाहरण 1.2.3.4/24) &lt;ip&gt; का लागि मान्य छन् । यो विकल्पलाई धेरै पटक निर्दिष्ट गर्न सकिन्छ + + + Bind to given address and whitelist peers connecting to it. Use [host]:port notation for IPv6 + दिइएको ठेगानामा बाँध्नुहोस् र यसमा कनेक्ट गर्ने सहकर्मीलाई श्वेतसूचीमा राख्नुहोस् । 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) + JSON-RPC कनेक्सन सुन्नको लागि दिइएको ठेगानामा बाँध्नुहोस् । IPv6 लागि [होस्ट]:पोर्ट संकेतन प्रयोग गर्नुहोस् । यो विकल्पलाई धेरै पटक निर्दिष्ट गर्न सकिन्छ (डिफल्ट: सबै इन्टरफेसमा बाँध्नुहोस्) + + + Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) + umask 077 को सट्टामा प्रणालीको डिफल्ट अनुमतिको साथमा नयाँ फाइलहरू सिर्जना गर्नुहोस् । (असक्षम गरिएको वालेट कार्यक्षमतामा मात्र प्रभावकारी हुने) + + + Discover own IP addresses (default: 1 when listening and no -externalip or -proxy) + आफ्नै IP ठेगाना पत्ता लगाउनुहोस् (सुन्दा र -बाहिरीआइपी वा -प्रोक्सी नहुँदा डिफल्ट: 1 ) + + + 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) + सान्दर्भिक चेतावनी प्राप्त गर्दा आदेश कार्यान्वयन गर्नुहोस् नभए धेरै लामो फोर्क देखा पर्न सक्छ । (cmd को %s लाई सन्देशले प्रतिस्थापन गर्छ) + + + Fees (in %s/kB) smaller than this are considered zero fee for relaying, mining and transaction creation (default: %s) + रिले, खनन वा कारोबारको सिर्जनाको लागि यो भन्दा कम शुल्क (%s/kB मा) लाई शून्य शुल्कको रूपमा लिइन्छ । (डिफल्ट: %s) + + + 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=&lt;रकम&gt;: का लागि अमान्य रकम &apos;%s&apos; (कारोबारलाई अड्कन नदिन अनिवार्य रूपमा कम्तिमा %s को न्यूनतम रिले शुल्क हुनु पर्छ) + + + Maximum size of data in data carrier transactions we relay and mine (default: %u) + हामीले रिले र खनन गर्ने डाटा वाहक कारोबारको डाटाको अधिकतम आकार (डिफल्ट: %u) + + + Randomize credentials for every proxy connection. This enables Tor stream isolation (default: %u) + हरेक प्रोक्सी कनेक्सनका लागि क्रेडिन्सियल अनियमित बनाउनुहोस् । यसले टोर स्ट्रिमको अलगावलाई सक्षम पार्छ (डिफल्ट: %u) + + + Set maximum size of high-priority/low-fee transactions in bytes (default: %d) + बाइटमा उच्च-प्राथमिकता/कम शुल्कको कारोबारको अधिकतम आकार सेट गर्नुहोस् (डिफल्ट: %d) + + + The transaction amount is too small to send after the fee has been deducted + कारोबार रकम शुल्क कटौती गरेपछि पठाउँदा धेरै नै सानो हुन्छ + + + Use hierarchical deterministic key generation (HD) after BIP32. Only has effect during wallet creation/first start + BIP32 पछि पदानुक्रमित निर्धारक की सिर्जना (HD) प्रयोग गर्नुहोस् ।. केवल वालेट सिर्जना/पहिलो सुरुवातको समयमा प्रभाव पार्छ + + + 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 banned गर्न सकिँदैन र उनीहरूको कारोबार सधैं रिले हुन्छ, उदाहरण, गेटवेको लाग + + + You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain + तपाईंले काटछाँट नगरेको मोडमा जान पुनः सूचकांक प्रयोग गरेर डाटाबेस पुनर्निर्माण गर्नु पर्ने हुन्छ । यसले सम्पूर्ण ब्लकचेनलाई फेरि डाउनलोड गर्नेछ + + + \ No newline at end of file diff --git a/src/qt/locale/bitcoin_nl.ts b/src/qt/locale/bitcoin_nl.ts index caa95cc33..eee8939d8 100644 --- a/src/qt/locale/bitcoin_nl.ts +++ b/src/qt/locale/bitcoin_nl.ts @@ -3,11 +3,11 @@ AddressBookPage Right-click to edit address or label - Klik met de rechtermuisknop om het adres of label te wijzigen + Rechtermuisklik om het adres of label te wijzigen Create a new address - Maak een nieuw adres + Maak een nieuw adres aan &New @@ -25,10 +25,6 @@ C&lose S&luiten - - &Copy Address - &Kopiëer Adres - Delete the currently selected address from the list Verwijder het geselecteerde adres van de lijst @@ -59,23 +55,27 @@ Sending addresses - Verstuuradressen + Verzendadressen Receiving addresses - Ontvang adressen + Ontvangstadressen These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - Dit zijn uw Blackcoinadressen om betalingen mee te doen. Controleer altijd het bedrag en het ontvang adres voordat u uw blackcoins verstuurt. + Dit zijn uw Blackcoin-adressen om betalingen mee te verzenden. Controleer altijd het bedrag en het ontvangstadres voordat u uw blackcoins verzendt. These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Dit zijn uw Blackcoinadressen waarmee u kunt betalen. We raden u aan om een nieuw ontvangstadres voor elke transactie te gebruiken. + Dit zijn uw Blackcoin-adressen waarmee u betalingen kunt ontvangen. We raden u aan om een nieuw ontvangstadres voor elke transactie te gebruiken. + + + &Copy Address + &Kopiëer Adres Copy &Label - Kopiëer &Label + Kopieer &Label &Edit @@ -91,7 +91,7 @@ Exporting Failed - Export Mislukt + Export mislukt There was an error trying to save the address list to %1. Please try again. @@ -131,6 +131,10 @@ Repeat new passphrase Herhaal nieuw wachtwoord + + 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>. + Voer een nieuw wachtwoord in voor uw portemonnee.<br/>Gebruik een wachtwoord van <b>tien of meer willekeurige karakters</b>, of <b>acht of meer woorden</b>. + Encrypt wallet Versleutel portemonnee @@ -155,41 +159,33 @@ Change passphrase Wijzig wachtwoord + + Enter the old passphrase and new passphrase to the wallet. + Voer het oude en nieuwe wachtwoord in voor uw portemonnee. + Confirm wallet encryption - Bevestig versleuteling van uw portemonnee + Bevestig versleuteling van de portemonnee Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! - Waarschuwing: Als u uw portemonnee versleutelt en uw wachtwoord vergeet, zult u <b>AL UW BLACKCOINS: VERLIEZEN</b>! + Waarschuwing: Als u uw portemonnee versleutelt en uw wachtwoord vergeet, zult u <b>AL UW BLACKCOINS VERLIEZEN</b>! Are you sure you wish to encrypt your wallet? Weet u zeker dat u uw portemonnee wilt versleutelen? - - Bitcoin Core will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - Blackcoin More zal nu afsluiten om het versleutelingsproces te voltooien. Hou er rekening mee dat versleuteling van je portemonnee je niet volledig beschermt tegen diefstal van jouw blackcoins door malware op je computer. - - - 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. - BELANGRIJK: Elke eerder gemaakte backup van uw portemonneebestand dient u te vervangen door het nieuw gegenereerde, versleutelde portemonneebestand. Om veiligheidsredenen zullen eerdere backups van het niet-versleutelde portemonneebestand onbruikbaar worden zodra u uw nieuwe, versleutelde, portemonnee begint te gebruiken. - - - Warning: The Caps Lock key is on! - Waarschuwing: De Caps Locktoets staat aan! - Wallet encrypted Portemonnee versleuteld - 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>. - Voer een nieuw wachtwoord in voor uw portemonnee.<br/>Gebruik een wachtwoord van <b>tien of meer willekeurige karakters</b>, of <b>acht of meer woorden</b>. + %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. + %1 zal nu afsluiten om het versleutelingsproces te voltooien. Onthoud dat het versleutelen van uw portemonnee u niet volledig kan beschermen: Malware kan uw computer infecteren en uw blackcoins stelen. - Enter the old passphrase and new passphrase to the wallet. - Voer het oude en nieuwe wachtwoord in voor uw portemonnee. + 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. + BELANGRIJK: Elke eerder gemaakte backup van uw portemonneebestand dient u te vervangen door het nieuw gegenereerde, versleutelde portemonneebestand. Om veiligheidsredenen zullen eerdere backups van het niet-versleutelde portemonneebestand onbruikbaar worden zodra u uw nieuwe, versleutelde, portemonnee begint te gebruiken. Wallet encryption failed @@ -219,6 +215,10 @@ Wallet passphrase was successfully changed. Portemonneewachtwoord is met succes gewijzigd. + + Warning: The Caps Lock key is on! + Waarschuwing: De Caps-Lock-toets staat aan! + BanTableModel @@ -269,6 +269,14 @@ Quit application Programma afsluiten + + &About %1 + &Over %1 + + + Show information about %1 + Toon informatie over %1 + About &Qt Over &Qt @@ -281,6 +289,10 @@ &Options... &Opties... + + Modify configuration options for %1 + Wijzig configuratieopties voor %1 + &Encrypt Wallet... &Versleutel Portemonnee... @@ -306,12 +318,20 @@ Open &URI... - Bitcoin Core client - Blackcoin Moreapplicatie + Click to disable network activity. + Klik om de netwerkactiviteit te stoppen. - Importing blocks from disk... - Blokken aan het importeren vanaf harde schijf... + Network activity disabled. + Netwerkactiviteit gestopt. + + + Click to enable network activity again. + Klik om de netwerkactiviteit opnieuw te starten. + + + Syncing Headers (%1%)... + Kopteksten synchroniseren (%1%)... Reindexing blocks on disk... @@ -357,10 +377,6 @@ &Receive &Ontvangen - - Show information about Bitcoin Core - Toon informatie over Blackcoin More - &Show / Hide &Toon / Verberg @@ -397,22 +413,10 @@ Tabs toolbar Tab-werkbalk - - Bitcoin Core - Blackcoin More - Request payments (generates QR codes and bitcoin: URIs) Vraag betaling aan (genereert QR-codes en blackcoin: URI's) - - &About Bitcoin Core - &Over Blackcoin More - - - Modify configuration options for Bitcoin Core - Wijzig configuratieopties voor Blackcoin More - Show the list of used sending addresses and labels Toon de lijst met gebruikte verstuuradressen en -labels @@ -427,44 +431,24 @@ &Command-line options - &Opdrachytregelopties - - - Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options - Toon het Blackcoin More hulpbericht om een lijst te krijgen met mogelijke Blackcoinopdrachtregelopties + &Opdrachtregelopties %n active connection(s) to Bitcoin network %n actieve verbinding met Blackcoinnetwerk%n actieve verbindingen met Blackcoinnetwerk - No block source available... - Geen bron voor blokken beschikbaar... + Indexing blocks on disk... + Bezig met indexeren van blokken op harde schijf... + + + Processing blocks on disk... + Bezig met verwerken van blokken op harde schijf... Processed %n block(s) of transaction history. %n blok aan transactiegeschiedenis verwerkt.%n blokken aan transactiegeschiedenis verwerkt. - - %n hour(s) - %n uur%n uren - - - %n day(s) - %n dag%n dagen - - - %n week(s) - %n week%n weken - - - %1 and %2 - %1 en %2 - - - %n year(s) - %n jaar%n jaren - %1 behind %1 achter @@ -493,6 +477,18 @@ Up to date Bijgewerkt + + Show the %1 help message to get a list with possible Bitcoin command-line options + Toon het %1 hulpbericht om een lijst te krijgen met mogelijke Blackcoin commandoregelopties + + + %1 client + %1 client + + + Connecting to peers... + Gelijke worden verbonden... + Catching up... Aan het bijwerken... @@ -535,6 +531,14 @@ Incoming transaction Binnenkomende transactie + + HD key generation is <b>enabled</b> + HD sleutel voortbrenging is <b>ingeschakeld</b> + + + HD key generation is <b>disabled</b> + HD sleutel voortbrenging is <b>uitgeschakeld</b> + Wallet is <b>encrypted</b> and currently <b>unlocked</b> Portemonnee is <b>versleuteld</b> en momenteel <b>geopend</b> @@ -543,12 +547,9 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> Portemonnee is <b>versleuteld</b> en momenteel <b>gesloten</b> - - - ClientModel - Network Alert - Netwerkwaarschuwing + A fatal error occurred. Bitcoin can no longer continue safely and will quit. + Een fatale fout heeft zich voorgedaan. Blackcoin kan niet veilig worden verdergezet en wordt afgesloten. @@ -569,10 +570,6 @@ Amount: Bedrag: - - Priority: - Prioriteit: - Fee: Transactiekosten: @@ -625,10 +622,6 @@ Confirmed Bevestigd - - Priority - Prioriteit - Copy address Kopieer adres @@ -659,87 +652,27 @@ Copy fee - Kopieerkosten + Kopieer vergoeding Copy after fee - Kopieernaheffing + Kopieer na vergoeding Copy bytes Kopieer bytes - - Copy priority - Kopieer prioriteit - Copy dust Kopieër stof Copy change - Kopieer wisselgeld - - - highest - hoogste - - - higher - hoger - - - high - hoog - - - medium-high - gemiddeld hoog - - - medium - gemiddeld - - - low-medium - laag gemiddeld - - - low - laag - - - lower - lager - - - lowest - laagste + Kopieer wijziging (%1 locked) - (%1 geblokeerd) - - - none - geen - - - This label turns red if the transaction size is greater than 1000 bytes. - Dit label wordt rood als de transactie groter is dan 1000 bytes. - - - This label turns red if the priority is smaller than "medium". - Dit label wordt rood als de prioriteit lager is dan "gemiddeld". - - - This label turns red if any recipient receives an amount smaller than %1. - Dit label wordt rood wanneer een ontvanger minder dan %1 krijgt. - - - Can vary +/- %1 satoshi(s) per input. - Kan per input +/- %1 satoshi(s) variëren. + (%1 geblokkeerd) yes @@ -750,16 +683,12 @@ nee - This means a fee of at least %1 per kB is required. - Dit betekent dat kosten van minimaal %1 per kB aan verbonden zijn. + This label turns red if any recipient receives an amount smaller than the current dust threshold. + Dit label wordt rood, als een ontvanger een bedrag van minder dan de huidige dust-drempel gekregen heeft. - Can vary +/- 1 byte per input. - Kan +/- 1 byte per invoer variëren. - - - Transactions with higher priority are more likely to get included into a block. - Transacties met een hogere prioriteit zullen eerder in een blok gezet worden. + Can vary +/- %1 satoshi(s) per input. + Kan per input +/- %1 satoshi(s) variëren. (no label) @@ -802,7 +731,7 @@ New sending address - Nieuw adres om naar te versturen + Nieuw verzendadres Edit receiving address @@ -810,16 +739,16 @@ Edit sending address - Bewerk adres om naar te versturen + Bewerk verzendadres + + + The entered address "%1" is not a valid Bitcoin address. + Het opgegeven adres "%1" is een ongeldig Blackcoinadres. The entered address "%1" is already in the address book. Het opgegeven adres "%1" bestaat al in uw adresboek. - - The entered address "%1" is not a valid Bitcoin address. - Het opgegeven adres "%1" is een ongeldig Blackcoinadres - Could not unlock wallet. Kon de portemonnee niet openen. @@ -854,10 +783,6 @@ HelpMessageDialog - - Bitcoin Core - Blackcoin More - version versie @@ -867,8 +792,8 @@ (%1-bit) - About Bitcoin Core - Over Blackcoin More + About %1 + Over %1 Command-line options @@ -907,8 +832,8 @@ Toon opstartscherm bij opstarten (standaard: %u) - Reset all settings changes made over the GUI - Reset alle wijzigingen aan instellingen gedaan met de GUI + Reset all settings changed in the GUI + Reset alle wijzigingen aan instellingen gedaan in de GUI @@ -918,16 +843,16 @@ Welkom - Welcome to Bitcoin Core. - Welkom bij Blackcoin More + Welcome to %1. + Welkom bij %1. - As this is the first time the program is launched, you can choose where Bitcoin Core will store its data. - Omdat dit de eerste keer is dat het programma gestart is, kunt u nu kiezen waar Blackcoin More de data moet opslaan. + As this is the first time the program is launched, you can choose where %1 will store its data. + Omdat dit de eerste keer is dat het programma gestart is, kunt u nu kiezen waar %1 de data moet opslaan. - Bitcoin Core will download and store a copy of the Bitcoin block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Blackcoin More zal een kopie van de Blackcoinblokketen downloaden en opslaan. Tenminste %1 GB aan data wordt opgeslagen in deze map en het zal groeien in de tijd. De portemonnee wordt ook in deze map opgeslagen. + %1 will download and store a copy of the Bitcoin block chain. At least %2GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + %1 zal een kopie van de Blackcoin blokketen downloaden en opslaan. Tenminste %2 GB aan data wordt opgeslagen in deze map en het zal groeien in de tijd. De portemonnee wordt ook in deze map opgeslagen. Use the default data directory @@ -937,10 +862,6 @@ Use a custom data directory: Gebruik een persoonlijke gegevensmap: - - Bitcoin Core - Blackcoin More - Error: Specified data directory "%1" cannot be created. Fout: De gespecificeerde directory "%1" kan niet worden gecreëerd. @@ -958,6 +879,57 @@ (van %n GB nodig)(van %n GB nodig) + + ModalOverlay + + Form + Vorm + + + Recent transactions may not yet be visible, and therefore your wallet's balance might be incorrect. This information will be correct once your wallet has finished synchronizing with the bitcoin network, as detailed below. + Recente transacties zijn mogelijk nog niet zichtbaar. De balans van de geldbeugel is daarom mogelijk niet correct. Deze informatie is correct van zodra de synchronisatie met het Blackcoin-netwerk werd voltooid, zoals onderaan beschreven. + + + Attempting to spend bitcoins that are affected by not-yet-displayed transactions will not be accepted by the network. + Poging om blackcoins te besteden die door "nog niet weergegeven" transacties worden beïnvloed, worden niet door het netwerk geaccepteerd. + + + Number of blocks left + Aantal blokken resterend. + + + Unknown... + Onbekend... + + + Last block time + Tijd laatste blok + + + Progress + Vooruitgang + + + Progress increase per hour + Vooruitgang per uur + + + calculating... + Berekenen... + + + Estimated time left until synced + Geschatte tijd tot volledig synchroon + + + Hide + Verbergen + + + Unknown. Syncing Headers (%1)... + Onbekend. Kopteksten synchroniseren (%1%)... + + OpenURIDialog @@ -978,7 +950,7 @@ Select payment request file to open - Selecteer betalingsverzoek bestand om te openen + Selecteer betalingsverzoekbestand om te openen @@ -991,6 +963,14 @@ &Main &Algemeen + + Automatically start %1 after logging in to the system. + Start %1 automatisch na inloggen in het systeem. + + + &Start %1 on system login + &Start %1 bij het inloggen op het systeem + Size of &database cache Grootte van de &databasecache @@ -1019,10 +999,6 @@ Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu. Minimaliseren in plaats van de applicatie af te sluiten wanneer het venster is afgesloten. Als deze optie is ingeschakeld, zal de toepassing pas worden afgesloten na het selecteren van Exit in het menu. - - The user interface language can be set here. This setting will take effect after restarting Bitcoin Core. - Stel hier de taal van de applicatie in. Deze instelling zal van kracht worden na het herstarten van de applicatie. - 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's van derden (bijvoorbeeld block explorer) die in de transacties tab verschijnen als contextmenuelementen. %s in de URL is vervangen door transactiehash. Verscheidene URL's zijn gescheiden door een verticale streep |. @@ -1047,14 +1023,6 @@ &Network &Netwerk - - Automatically start Bitcoin Core after logging in to the system. - Blackcoin More automatisch starten bij inloggen. - - - &Start Bitcoin Core on system login - &Start Blackcoin More tijdens login. - (0 = auto, <0 = leave that many cores free) (0 = auto, <0 = laat dit aantal kernen vrij) @@ -1139,6 +1107,14 @@ &Window &Scherm + + &Hide the icon from the system tray. + &Verberg het icoon van de systeembalk. + + + Hide tray icon + Verberg systeembalk icoon + Show only a tray icon after minimizing the window. Laat alleen een systeemvakicoon zien wanneer het venster geminimaliseerd is @@ -1159,6 +1135,10 @@ User Interface &language: Taal &Gebruikersinterface: + + The user interface language can be set here. This setting will take effect after restarting %1. + De taal van de gebruikersinterface kan hier ingesteld worden. Deze instelling zal pas van kracht worden nadat %1 herstart wordt. + &Unit to show amounts in: &Eenheid om bedrag in te tonen: @@ -1216,7 +1196,7 @@ The displayed information may be out of date. Your wallet automatically synchronizes with the Bitcoin network after a connection is established, but this process has not completed yet. - De weergegeven informatie kan verouderd zijn. Uw portemonnee synchroniseert automaticsh met het Blackcoinnetwerk nadat een verbinding is gelegd, maar dit proces is nog niet voltooid. + De weergegeven informatie kan verouderd zijn. Uw portemonnee synchroniseert automatisch met het Blackcoinnetwerk nadat een verbinding is gelegd, maar dit proces is nog niet voltooid. Watch-only: @@ -1285,14 +1265,38 @@ PaymentServer + + Payment request error + Fout bij betalingsverzoek + + + Cannot start bitcoin: click-to-pay handler + Kan blackcoin niet starten: click-to-pay handler + URI handling URI-behandeling + + Payment request fetch URL is invalid: %1 + URL om betalingsverzoek te verkrijgen is ongeldig: %1 + Invalid payment address %1 Ongeldig betalingsadres %1 + + URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. + URI kan niet verwerkt worden! Dit kan het gevolg zijn van een ongeldig Blackcoin adres of misvormde URI parameters. + + + Payment request file handling + Betalingsverzoek bestandsafhandeling + + + Payment request file cannot be read! This can be caused by an invalid payment request file. + Betalingsverzoekbestand kan niet gelezen of verwerkt worden! Dit kan veroorzaakt worden door een ongeldig betalingsverzoekbestand. + Payment request rejected Betalingsverzoek geweigerd @@ -1301,50 +1305,26 @@ Payment request network doesn't match client network. Betalingsaanvraagnetwerk komt niet overeen met klantennetwerk. - - Payment request is not initialized. - Betalingsaanvraag is niet geïnitialiseerd. - - - Requested payment amount of %1 is too small (considered dust). - Het gevraagde betalingsbedrag van %1 is te weinig (beschouwd als stof). - - - Payment request error - Fout bij betalingsverzoek - - - Cannot start bitcoin: click-to-pay handler - Kan blackcoin niet starten: click-to-pay handler - - - Payment request fetch URL is invalid: %1 - URL om betalingsverzoek te verkrijgen is ongeldig: %1 - - - URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. - URI kan niet verwerkt worden! Dit kan het gevolg zijn van een ongeldig Blackcoinadres of misvormde URI-parameters. - - - Payment request file handling - Betalingsverzoek bestandsafhandeling - - - Payment request file cannot be read! This can be caused by an invalid payment request file. - Betalingsverzoekbestand kan niet gelezen of verwerkt worden! Dit kan veroorzaakt worden door een ongeldig betalingsverzoek-bestand. - Payment request expired. Betalingsverzoek verlopen. + + Payment request is not initialized. + Betalingsaanvraag is niet geïnitialiseerd. + Unverified payment requests to custom payment scripts are unsupported. - Niet-geverifieerde betalingsverzoeken naar aangepaste betaling scripts worden niet ondersteund. + Niet-geverifieerde betalingsverzoeken naar aangepaste betalingsscripts worden niet ondersteund. Invalid payment request. Ongeldig betalingsverzoek. + + Requested payment amount of %1 is too small (considered dust). + Het gevraagde betalingsbedrag van %1 is te weinig (beschouwd als stof). + Refund from %1 Restitutie van %1 @@ -1359,19 +1339,19 @@ Payment request cannot be parsed! - Betalingsverzoek kan niet juist worden ontleed of verwerkt! + Betalingsverzoek kan niet worden verwerkt! Bad response from server %1 Ongeldige respons van server %1 - Payment acknowledged - Betaling bevestigd + Network request error + Fout bij netwerkverzoek - Network request error - Netwerkfout bij verzoek + Payment acknowledged + Betaling bevestigd @@ -1385,8 +1365,12 @@ Node/Dienst - Ping Time - Ping tijd + NodeId + Node ID + + + Ping + Ping @@ -1427,12 +1411,59 @@ %1 ms %1 ms + + %n second(s) + %n seconde%n seconden + + + %n minute(s) + %n minuut%n minuten + + + %n hour(s) + %n uur%n uren + + + %n day(s) + %n dag%n dagen + + + %n week(s) + %n week%n weken + + + %1 and %2 + %1 en %2 + + + %n year(s) + %n jaar%n jaren + + + %1 didn't yet exit safely... + %1 sloot nog niet veilig af... + + + + QObject::QObject + + Error: Specified data directory "%1" does not exist. + Fout: Opgegeven gegevensmap "%1" bestaat niet. + + + Error: Cannot parse configuration file: %1. Only use key=value syntax. + Fout: Kan configuratiebestand niet verwerken: %1. Gebruik enkel de key=value syntax. + + + Error: %1 + Fout: %1 + QRImageWidget &Save Image... - &Afbeelding opslaan... + &Sla afbeelding op... &Copy Image @@ -1449,10 +1480,6 @@ RPCConsole - - Client name - Clientnaam - N/A N.v.t. @@ -1473,14 +1500,14 @@ General Algemeen - - Using OpenSSL version - Gebruikt OpenSSL versie - Using BerkeleyDB version Gebruikt BerkeleyDB versie + + Datadir + Data map + Startup time Opstarttijd @@ -1517,10 +1544,6 @@ Memory usage Geheugengebruik - - Open the Bitcoin Core debug log file from the current data directory. This can take a few seconds for large log files. - Open het Blackcoin More debuglogbestand van de huidige gegevensmap. Dit kan enkele seconden duren voor grote logbestanden. - Received Ontvangen @@ -1569,6 +1592,18 @@ User Agent User Agent + + Open the %1 debug log file from the current data directory. This can take a few seconds for large log files. + Open het %1 debug-logbestand van de huidige datamap. Dit kan een aantal seconden duren voor grote logbestanden. + + + Decrease font size + Verklein lettergrootte + + + Increase font size + Vergroot lettergrootte + Services Diensten @@ -1601,6 +1636,10 @@ Ping Wait Pingwachttijd + + Min Ping + Min Ping + Time Offset Tijdcompensatie @@ -1631,16 +1670,12 @@ In: - In; + In: Out: Uit: - - Build date - Bouwdatum - Debug log file Debuglogbestand @@ -1649,14 +1684,6 @@ Clear console Maak console leeg - - &Disconnect Node - &Verbreek Verbinding Node - - - Ban Node for - Ban Node voor - 1 &hour 1 &uur @@ -1674,12 +1701,20 @@ 1 &jaar - &Unban Node - &Maak Ban Ongedaan voor Node + &Disconnect + &Verbreek verbinding - Welcome to the Bitcoin Core RPC console. - Welkom op de Blackcoin More RPC console. + Ban for + Ban Node voor + + + &Unban + &Maak ban voor Node ongedaan + + + Welcome to the %1 RPC console. + Welkom bij de %1 RPC-console. Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -1689,6 +1724,14 @@ Type <b>help</b> for an overview of available commands. Typ <b>help</b> voor een overzicht van de beschikbare opdrachten. + + WARNING: Scammers have been active, telling users to type commands here, stealing their wallet contents. Do not use this console without fully understanding the ramification of a command. + WAARSCHUWING: Er zijn Scammers actief geweest, die gebruikers vragen om hier commando's te typen, waardoor de inhoud van hun portefeuille werd gestolen. Gebruik deze console niet zonder de toedracht van een opdracht volledig te begrijpen. + + + Network activity disabled + Netwerkactiviteit uitgeschakeld + %1 B %1 B @@ -1808,6 +1851,10 @@ Remove Verwijder + + Copy URI + Kopieer URI + Copy label Kopieer label @@ -1890,10 +1937,6 @@ Message Bericht - - Amount - Bedrag - (no label) (geen label) @@ -1903,8 +1946,12 @@ (geen bericht) - (no amount) - (geen bedrag) + (no amount requested) + (geen bedrag aangevraagd) + + + Requested + Verzoek ingediend @@ -1941,10 +1988,6 @@ Amount: Bedrag: - - Priority: - Prioriteit: - Fee: Kosten: @@ -2013,10 +2056,6 @@ (Smart fee not initialized yet. This usually takes a few blocks...) (Slimme transactiekosten is nog niet geïnitialiseerd. Dit duurt meestal een paar blokken...) - - Confirmation time: - Bevestigings tijd: - normal normaal @@ -2025,14 +2064,6 @@ fast snel - - Send as zero-fee transaction if possible - Indien mogelijk, verstuur zonder transactiekosten - - - (confirmation may take longer) - (bevestiging kan langer duren) - Send to multiple recipients at once Verstuur in een keer aan verschillende ontvangers @@ -2049,6 +2080,10 @@ Dust: Stof: + + Confirmation time target: + Bevestigingstijddoel: + Clear &All Verwijder &Alles @@ -2065,14 +2100,6 @@ S&end V&erstuur - - Confirm send coins - Bevestig versturen munten - - - %1 to %2 - %1 tot %2 - Copy quantity Kopieer aantal @@ -2083,24 +2110,36 @@ Copy fee - Kopieerkosten + Kopieer vergoeding Copy after fee - Kopieernaheffing + Kopieer na vergoeding Copy bytes Kopieer bytes - Copy priority - Kopieer prioriteit + Copy dust + Kopieër stof Copy change Kopieer wijziging + + %1 to %2 + %1 tot %2 + + + Are you sure you want to send? + Weet u zeker dat u wilt verzenden? + + + added as transaction fee + toegevoegd als transactiekosten + Total Amount %1 Totaalbedrag %1 @@ -2109,34 +2148,50 @@ or of + + Confirm send coins + Bevestig versturen munten + + + The recipient address is not valid. Please recheck. + Het adres van de ontvanger is niet geldig. Gelieve opnieuw te controleren. + The amount to pay must be larger than 0. Het ingevoerde bedrag moet groter zijn dan 0. The amount exceeds your balance. - Bedrag is hoger dan uw huidige saldo + Het bedrag is hoger dan uw huidige saldo. The total exceeds your balance when the %1 transaction fee is included. - Totaal overschrijdt uw huidige saldo wanneer de %1 transactiekosten worden meegerekend + Het totaal overschrijdt uw huidige saldo wanneer de %1 transactiekosten worden meegerekend. + + + Duplicate address found: addresses should only be used once each. + Dubbel adres gevonden: adressen mogen maar één keer worden gebruikt worden. Transaction creation failed! - Transactie creatie niet gelukt! + Transactiecreatie mislukt - 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. - De transactie was afgewezen. Dit kan gebeuren als u eerder uitgegeven munten opnieuw wilt versturen, zoals wanneer u een kopie van uw wallet.dat heeft gebruikt en in de kopie deze munten zijn gemarkeerd als uitgegeven, maar in de huidige nog niet. + The transaction was rejected with the following reason: %1 + De transactie werd afgewezen om de volgende reden: %1 A fee higher than %1 is considered an absurdly high fee. - Transactiekosten van meer dan %1 wordt beschouwd als een absurd hoge transactiekosten. + Een vergoeding van meer dan %1 wordt beschouwd als een absurd hoge vergoeding. Payment request expired. Betalingsverzoek verlopen. + + %n block(s) + %n blok%n blokken + Pay only the required fee of %1 Betaal alleen de verplichte transactiekosten van %1 @@ -2145,37 +2200,25 @@ Estimated to begin confirmation within %n block(s). Schatting is dat bevestiging begint over %n blok.Schatting is dat bevestiging begint over %n blokken. - - The recipient address is not valid. Please recheck. - Het adres van de ontvanger is niet geldig. Gelieve opnieuw te controleren.. - - - Duplicate address found: addresses should only be used once each. - Dubbel adres gevonden: adressen mogen maar één keer worden gebruikt worden. - Warning: Invalid Bitcoin address Waarschuwing: Ongeldig Blackcoinadres - - (no label) - (geen label) - Warning: Unknown change address Waarschuwing: Onbekend wisselgeldadres - Copy dust - Kopieër stof + Confirm custom change address + Bevestig aangepast wisselgeldadres - Are you sure you want to send? - Weet u zeker dat u wilt versturen? + The address you selected for change is not part of this wallet. Any or all funds in your wallet may be sent to this address. Are you sure? + Het wisselgeldadres dat u heeft geselecteerd maakt geen deel uit van deze portemonnee. Een deel of zelfs alle geld in uw portemonnee kan mogelijk naar dit adres worden verzonden. Weet je het zeker? - added as transaction fee - toegevoegd als transactiekosten + (no label) + (geen label) @@ -2188,10 +2231,6 @@ Pay &To: Betaal &Aan: - - Enter a label for this address to add it to your address book - Vul een label in voor dit adres om het toe te voegen aan uw adresboek - &Label: &Label: @@ -2260,12 +2299,23 @@ Memo: Memo: + + Enter a label for this address to add it to your address book + Vul een label in voor dit adres om het toe te voegen aan uw adresboek + + + + SendConfirmationDialog + + Yes + Ja + ShutdownWindow - Bitcoin Core is shutting down... - Blackcoin More is aan het afsluiten... + %1 is shutting down... + %1 is aan het afsluiten... Do not shut down the computer until this window disappears. @@ -2360,7 +2410,7 @@ Click "Sign Message" to generate signature - Klik "Onderteken Bericht" om de handtekening te genereren + Klik op "Onderteken Bericht" om de handtekening te genereren The entered address is invalid. @@ -2368,7 +2418,7 @@ Please check the address and try again. - Controleer s.v.p. het adres en probeer het opnieuw. + Controleer het adres en probeer het opnieuw. The entered address does not refer to a key. @@ -2376,7 +2426,7 @@ Wallet unlock was cancelled. - Portemonnee-ontsleuteling is geannuleerd + Portemonnee-ontsleuteling is geannuleerd. Private key for the entered address is not available. @@ -2396,7 +2446,7 @@ Please check the signature and try again. - Controleer s.v.p. de handtekening en probeer het opnieuw. + Controleer de handtekening en probeer het opnieuw. The signature did not match the message digest. @@ -2408,19 +2458,11 @@ Message verified. - Bericht correct geverifiëerd. + Bericht geverifiëerd. SplashScreen - - Bitcoin Core - Blackcoin More - - - The Bitcoin Core developers - De Blackcoin More-ontwikkelaars - [testnet] [testnetwerk] @@ -2435,18 +2477,38 @@ TransactionDesc - - Open until %1 - Openen totdat %1 + + Open for %n more block(s) + Open voor nog %n blokOpen voor nog %n blokken - conflicted - conflicterend + Open until %1 + Open tot %1 + + + conflicted with a transaction with %1 confirmations + geconflicteerd met een transactie met %1 confirmaties %1/offline %1/offline + + 0/unconfirmed, %1 + 0/onbevestigd, %1 + + + in memory pool + in geheugenpoel + + + not in memory pool + niet in geheugenpoel + + + abandoned + opgegeven + %1/unconfirmed %1/onbevestigd @@ -2459,9 +2521,9 @@ Status Status - - , broadcast through %n node(s) - , uitgezonden naar %n node, uitgezonden naar %n nodes + + , has not been successfully broadcast yet + , is nog niet met succes uitgezonden Date @@ -2479,6 +2541,10 @@ From Van + + unknown + onbekend + To Aan @@ -2501,7 +2567,7 @@ matures in %n more block(s) - komt tot wasdom na %n nieuw blokkomt tot wasdom na %n nieuwe blokken + komt beschikbaar na %n nieuwe blokkomt beschikbaar na %n nieuwe blokken not accepted @@ -2537,7 +2603,15 @@ Transaction ID - Transactie-ID: + Transactie-ID + + + Transaction total size + Transactie totale grootte + + + Output index + Output index Merchant @@ -2545,11 +2619,11 @@ 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. - Gegenereerde munten moeten %1 blokken rijpen voordat ze kunnen worden besteed. Toen dit blok gegenereerd werd, werd het uitgezonden naar het netwerk om aan de blokketen toegevoegd te worden. Als het niet lukt om in de keten toegevoegd te worden, zal de status te veranderen naar "niet geaccepteerd" en het zal deze niet besteedbaar zijn. Dit kan soms gebeuren als een ander knooppunt een blok genereert binnen een paar seconden na die van u. + Gegenereerde munten moeten %1 blokken rijpen voordat ze kunnen worden besteed. Toen dit blok gegenereerd werd, werd het uitgezonden naar het netwerk om aan de blokketen toegevoegd te worden. Als het niet lukt om in de keten toegevoegd te worden, zal de status te veranderen naar "niet geaccepteerd" en zal het niet besteedbaar zijn. Dit kan soms gebeuren als een ander knooppunt een blok genereert binnen een paar seconden na die van u. Debug information - Debuginformatie + Debug-informatie Transaction @@ -2571,29 +2645,17 @@ false onwaar - - , has not been successfully broadcast yet - , is nog niet met succes uitgezonden - - - Open for %n more block(s) - Open voor nog %n blokOpen voor nog %n blokken - - - unknown - onbekend - TransactionDescDialog - - Transaction details - Transactiedetails - This pane shows a detailed description of the transaction Dit venster laat een uitgebreide beschrijving van de transactie zien + + Details for %1 + Details voor %1 + TransactionTableModel @@ -2606,8 +2668,8 @@ Type - Immature (%1 confirmations, will be available after %2) - Premature (%1 bevestigingen, zal beschikbaar zijn na %2) + Label + Label Open for %n more block(s) @@ -2617,10 +2679,34 @@ Open until %1 Open tot %1 + + Offline + Offline + + + Unconfirmed + Onbevestigd + + + Abandoned + Opgegeven + + + Confirming (%1 of %2 recommended confirmations) + Bevestigen (%1 van %2 aanbevolen bevestigingen) + Confirmed (%1 confirmations) Bevestigd (%1 bevestigingen) + + Conflicted + Conflicterend + + + Immature (%1 confirmations, will be available after %2) + Niet beschikbaar (%1 bevestigingen, zal beschikbaar zijn na %2) + This block was not received by any other nodes and will probably not be accepted! Dit blok is niet ontvangen bij andere nodes en zal waarschijnlijk niet worden geaccepteerd! @@ -2629,26 +2715,6 @@ Generated but not accepted Gegenereerd maar niet geaccepteerd - - Offline - Niet verbonden - - - Label - Label - - - Unconfirmed - Onbevestigd - - - Confirming (%1 of %2 recommended confirmations) - Bevestigen (%1 van %2 aanbevolen bevestigingen) - - - Conflicted - Conflicterend - Received with Ontvangen met @@ -2659,7 +2725,7 @@ Sent to - Verstuurd aan + Verzonden aan Payment to yourself @@ -2677,9 +2743,13 @@ (n/a) (nvt) + + (no label) + (geen label) + Transaction status. Hover over this field to show number of confirmations. - Transactiestatus. Houd de muiscursor boven dit veld om het aantal bevestigingen te laten zien. + Transactiestatus. Houd de cursor boven dit veld om het aantal bevestigingen te laten zien. Date and time that the transaction was received. @@ -2691,15 +2761,15 @@ Whether or not a watch-only address is involved in this transaction. - Of er een alleen-bekijken adres is betrokken bij deze transactie. + Of er een alleen-bekijken-adres is betrokken bij deze transactie. User-defined intent/purpose of the transaction. - Door gebruiker gedefinieerde intentie/doel van de transactie + Door gebruiker gedefinieerde intentie/doel van de transactie. Amount removed from or added to balance. - Bedrag verwijderd van of toegevoegd aan saldo + Bedrag verwijderd van of toegevoegd aan saldo. @@ -2738,7 +2808,7 @@ Sent to - Verstuurd aan + Verzonden aan To yourself @@ -2760,6 +2830,10 @@ Min amount Min. bedrag + + Abandon transaction + Doe afstand van transactie + Copy address Kopieer adres @@ -2780,6 +2854,10 @@ Copy raw transaction Kopieer ruwe transactie + + Copy full transaction details + Kopieer volledige transactiedetials + Edit label Bewerk label @@ -2790,27 +2868,7 @@ Export Transaction History - Exporteer Transactiegeschiedenis - - - Watch-only - Alleen-bekijkbaar - - - Exporting Failed - Export Mislukt - - - There was an error trying to save the transaction history to %1. - Er is een fout opgetreden bij het opslaan van het transactiegeschiedenis naar %1. - - - Exporting Successful - Export Succesvol - - - The transaction history was successfully saved to %1. - Het transactiegeschiedenis was succesvol bewaard in %1. + Exporteer transactiegeschiedenis Comma separated file (*.csv) @@ -2820,6 +2878,10 @@ Confirmed Bevestigd + + Watch-only + Alleen-bekijkbaar + Date Datum @@ -2840,6 +2902,22 @@ ID ID + + Exporting Failed + Export mislukt + + + There was an error trying to save the transaction history to %1. + Er is een fout opgetreden bij het opslaan van de transactiegeschiedenis naar %1. + + + Exporting Successful + Export succesvol + + + The transaction history was successfully saved to %1. + De transactiegeschiedenis was succesvol bewaard in %1. + Range: Bereik: @@ -2860,14 +2938,14 @@ WalletFrame No wallet has been loaded. - Portemonnee werd niet geladen. + Er is geen portemonnee geladen. WalletModel Send Coins - Verstuur Munten + Verstuur munten @@ -2890,19 +2968,19 @@ Backup Failed - Backup Mislukt + Backup mislukt There was an error trying to save the wallet data to %1. Er is een fout opgetreden bij het wegschrijven van de portemonneedata naar %1. - The wallet data was successfully saved to %1. - De portemonneedata is succesvol opgeslagen in %1. + Backup Successful + Backup succesvol - Backup Successful - Backup Succesvol + The wallet data was successfully saved to %1. + De portemonneedata is succesvol opgeslagen in %1. @@ -2927,18 +3005,22 @@ Accept command line and JSON-RPC commands Aanvaard opdrachtregel- en JSON-RPC-opdrachten + + Accept connections from outside (default: 1 if no -proxy or -connect/-noconnect) + Accepteer verbindingen van buitenaf (standaard: 1 indien geen -proxy of -connect/-noconnect werd opgegeven) + + + Connect only to the specified node(s); -noconnect or -connect=0 alone to disable automatic connections + Verbind enkel met de opgegeven knooppunt(en); -noconnect of -connect = 0 alleen om automatische verbindingen uit te schakelen + + + Distributed under the MIT software license, see the accompanying file %s or %s + Uitgegeven onder de MIT software licentie, zie het bijgevoegde bestand %s of %s + If <category> is not supplied or if <category> = 1, output all debugging information. Als er geen <categorie> is opgegeven of als de <categorie> 1 is, laat dan alle debugginginformatie zien. - - Maximum total fees (in %s) to use in a single wallet transaction; setting this too low may abort large transactions (default: %s) - Maximum totale transactiekosten (in %s) om te gebruiken voor een enkele portemonneetransactie; als dit te laag is ingesteld kan het grote transacties verhinderen (default: %s) - - - Please check that your computer's date and time are correct! If your clock is wrong Bitcoin Core will not work properly. - Check a.u.b. of de datum en tijd van uw computer correct zijn! Als uw klok verkeerd staat zal Blackcoin More niet correct werken. - Prune configured below the minimum of %d MiB. Please use a higher number. Snoeien is geconfigureerd on het minimum van %d MiB. Gebruik a.u.b. een hoger aantal. @@ -2947,10 +3029,6 @@ Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node) Snoei: laatste portemoneesynchronisatie gaat verder dan de gesnoeide data. U moet -reindex gebruiken (download opnieuw de gehele blokketen voor een weggesnoeide node) - - Reduce storage requirements by pruning (deleting) old blocks. This mode is incompatible with -txindex and -rescan. Warning: Reverting this setting requires re-downloading the entire blockchain. (default: 0 = disable pruning blocks, >%u = target size in MiB to use for block files) - Beperk benodigde opslag door snoeien (verwijderen) van oude blokken. Deze modus is niet-compatibele met -txindex en -rescan. Waarschuwing: Terugzetten van deze instellingen vereist opnieuw downloaden van gehele de blokketen. (standaard:0 = uitzetten snoeimodus, >%u = doelgrootte in MiB voor blokbestanden) - Rescans are not possible in pruned mode. You will need to use -reindex which will download the whole blockchain again. Herscannen is niet mogelijk in de snoeimodus. U moet -reindex gebruiken dat de hele blokketen opnieuw zal downloaden. @@ -2976,25 +3054,77 @@ Niet mogelijk ok HTTP-server te starten. Zie debuglogboek voor details. - Accept connections from outside (default: 1 if no -proxy or -connect) - Accepteer verbindingen van buitenaf (standaard: 1 als geen -proxy of -connect is opgegeven) + Bitcoin Core + Blackcoin More + + + The %s developers + De %s ontwikkelaars + + + A fee rate (in %s/kB) that will be used when fee estimation has insufficient data (default: %s) + Een transactietarief (in %s/kB) dat gebruikt wordt als de transactiekosten schatting niet genoeg data heeft. (normaal: %s) + + + Accept relayed transactions received from whitelisted peers even when not relaying transactions (default: %d) + Accepteer doorgestuurde transacties ontvangen van goedgekeurde peers, ook wanneer je zelf geen transacties doorstuurt (standaard: %d) Bind to given address and always listen on it. Use [host]:port notation for IPv6 Bind aan opgegeven adres en luister er altijd op. Gebruik [host]:port notatie voor IPv6 + + Cannot obtain a lock on data directory %s. %s is probably already running. + Kan geen lock verkrijgen op gegevensmap %s. %s draait waarschijnlijk al. + Delete all wallet transactions and only recover those parts of the blockchain through -rescan on startup Verwijder alle transacties van de portemonnee en herstel alleen de delen van de blokketen door -rescan tijdens het opstarten - Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. - Uitgegeven onder de MIT-softwarelicentie, zie het bijgevoegde bestand COPYING of <http://www.opensource.org/licenses/mit-license.php>. + Error loading %s: You can't enable HD on a already existing non-HD wallet + Fout bij het laden van %s: Je kan HD niet activeren voor een reeds bestaande niet-HD portemonnee + + + Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect. + Waarschuwing: Fout bij het lezen van %s! Alle sleutels zijn in goede orde uitgelezen, maar transactiedata of adresboeklemma's zouden kunnen ontbreken of fouten bevatten. Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) Voer opdracht uit zodra een portemonneetransactie verandert (%s in cmd wordt vervangen door TxID) + + Extra transactions to keep in memory for compact block reconstructions (default: %u) + Extra transacties wordt bijgehouden voor compacte blokreconstructie (standaard: %u) + + + If this block is in the chain assume that it and its ancestors are valid and potentially skip their script verification (0 to verify all, default: %s, testnet: %s) + Als dit blok in de keten staat, gaat het ervan uit dat dit blok en zijn voorouders geldig zijn en mogelijk hun script verificatie overslaan (0 om alles te verifiëren, standaard:%s, testnet:%s) + + + Maximum allowed median peer time offset adjustment. Local perspective of time may be influenced by peers forward or backward by this amount. (default: %u seconds) + Maximum toegestane peer tijd compensatie. Lokaal perspectief van tijd mag worden beinvloed door peers die met deze hoeveelheid voor of achter lopen. (standaard: %u seconden) + + + Maximum total fees (in %s) to use in a single wallet transaction or raw transaction; setting this too low may abort large transactions (default: %s) + Maximum totale transactiekosten (in %s) om te gebruiken in een enkele portemoneetransactie; als dit te laag is ingesteld kunnen grote transacties worden verhinderd (standaard: %s) + + + Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly. + Waarschuwing: Controleer dat de datum en tijd van uw computer correct zijn ingesteld! Bij een onjuist ingestelde klok zal %s niet goed werken. + + + Please contribute if you find %s useful. Visit %s for further information about the software. + Gelieve bij te dragen als je %s nuttig vindt. Bezoek %s voor meer informatie over de software. + + + Reduce storage requirements by enabling pruning (deleting) of old blocks. This allows the pruneblockchain RPC to be called to delete specific blocks, and enables automatic pruning of old blocks if a target size in MiB is provided. This mode is incompatible with -txindex and -rescan. Warning: Reverting this setting requires re-downloading the entire blockchain. (default: 0 = disable pruning blocks, 1 = allow manual pruning via RPC, >%u = automatically prune block files to stay under the specified target size in MiB) + Beperk benodigde opslag door trimmen (verwijderen) van oude blokken in te schakelen. Dit maakt het mogelijk om de pruneblockchain RPC aan te roepen om specifieke blokken te verwijderen, en maakt het automatische trimmen van oude blokken mogelijk wanneer een doelgrootte in MiB is voorzien. Deze modus is niet compatibele met -txindex en -rescan. Waarschuwing: Terugzetten van deze instellingen vereist het opnieuw downloaden van gehele de blokketen. (standaard:0 = uitzetten trimmodus, 1 = manueel trimmen via RPC toestaan, >%u = automatisch blokbestanden trimmen om beneden de gespecificeerde doelgrootte in MiB te blijven) + + + Set lowest fee rate (in %s/kB) for transactions to be included in block creation. (default: %s) + Specificeer het laagste tarief (in %s/kB) voor transacties die bij het maken van een blok moeten worden in rekening worden gebracht (standaard: %s) + Set the number of script verification threads (%u to %d, 0 = auto, <0 = leave that many cores free, default: %d) Kies het aantal scriptverificatie processen (%u tot %d, 0 = auto, <0 = laat dit aantal kernen vrij, standaard: %d) @@ -3005,23 +3135,23 @@ This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - Dit is een prerelease testversie – gebruik op eigen risico! Gebruik deze niet voor het delven van munten of handelsdoeleinden + Dit is een pre-release testversie - gebruik op eigen risico! Gebruik deze niet voor het delven van munten of handelsdoeleinden - Unable to bind to %s on this computer. Bitcoin Core is probably already running. - Niet in staat om %s te verbinden op deze computer. Blackcoin More draait waarschijnlijk al. + Unable to rewind the database to a pre-fork state. You will need to redownload the blockchain + Niet mogelijk om de databank terug te draaien naar een staat voor de vork. Je zal je blokketen opnieuw moeten downloaden Use UPnP to map the listening port (default: 1 when listening and no -proxy) Gebruik UPnP om de luisterende poort te mappen (standaard: 1 als er geluisterd worden en geen -proxy is meegegeven) - WARNING: abnormally high number of blocks generated, %d blocks received in the last %d hours (%d expected) - WAARSCHUWING: abnormaal hoog aantal blokken is gegenereerd, %d blokken ontvangen in de laatste %d uren (%d verwacht) + Username and hashed password for JSON-RPC connections. The field <userpw> comes in the format: <USERNAME>:<SALT>$<HASH>. A canonical python script is included in share/rpcuser. The client then connects normally using the rpcuser=<USERNAME>/rpcpassword=<PASSWORD> pair of arguments. This option can be specified multiple times + Gebruikersnaam en gehasht wachtwoord voor JSON-RPC-verbindingen. De velden <userpw> is in het formaat: <GEBRUIKERSNAAM>:<SALT>$<HASH>. Een kanoniek Pythonscript is inbegrepen in de share/rpcuser. De klant connecteert dan normaal via de rpcuser=<GEBRUIKERSNAAM>/rpcpassword=<PASWOORD> argumenten. Deze optie kan meerdere keren worden meegegeven - WARNING: check your network connection, %d blocks received in the last %d hours (%d expected) - WAARSCHUWING: controleer uw netwerkverbinding, %d blokken ontvangen in de laatste %d uren (%d verwacht) + Wallet will not create transactions that violate mempool chain limits (default: %u) + Portemonnee creëert geen transacties die mempool-ketenlimieten schenden (standaard: %u) Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. @@ -3032,12 +3162,12 @@ Waarschuwing: Het lijkt erop dat we geen consensus kunnen vinden met onze peers! Mogelijk dient u te upgraden, of andere nodes moeten wellicht upgraden. - 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. - Waarschuwing: wallet.dat is corrupt, data is veiliggesteld! Originele wallet.dat is opgeslagen als wallet.{tijdstip}.bak in %s; als uw balans of transacties incorrect zijn dient u een backup terug te zetten. + You need to rebuild the database using -reindex-chainstate to change -txindex + Om -txindex te kunnen veranderen dient u de database opnieuw te bouwen met gebruik van -reindex-chainstate. - Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. - Goedgekeurde peers die verbinden van het ingegeven netmask of IP adres. Kan meerdere keren gespecificeerd worden. + %s corrupt, salvage failed + %s corrupt, veiligstellen mislukt -maxmempool must be at least %d MB @@ -3047,18 +3177,38 @@ <category> can be: <categorie> kan zijn: + + Append comment to the user agent string + Voeg commentaar toe aan de user agent string + + + Attempt to recover private keys from a corrupt wallet on startup + Probeer privésleutels te herstellen van een corrupte wallet bij opstarten + Block creation options: Blokcreatie-opties: - Connect only to the specified node(s) - Verbind alleen naar de gespecificeerde node(s) + Cannot resolve -%s address: '%s' + Kan -%s adres niet herleiden: '%s' + + + Chain selection options: + Keten selectie opties: + + + Change index out of range + Wijzigingsindex buiten bereik Connection options: Verbindingsopties: + + Copyright (C) %i-%i + Auteursrecht (C) %i-%i + Corrupted block database detected Corrupte blokkendatabase gedetecteerd @@ -3091,6 +3241,10 @@ Enable publish raw transaction in <address> Sta toe ruwe transacties te publiceren in <adres> + + Enable transaction replacement in the memory pool (default: %u) + Transactie vervanging inschakelen in het geheugen (standaard: %u) + Error initializing block database Fout bij intialisatie blokkendatabase @@ -3099,6 +3253,22 @@ Error initializing wallet database environment %s! Probleem met initializeren van de database-omgeving %s! + + Error loading %s + Fout bij het laden van %s + + + Error loading %s: Wallet corrupted + Fout bij het laden van %s: Portomonnee corrupt + + + Error loading %s: Wallet requires newer version of %s + Fout bij laden %s: Portemonnee vereist een nieuwere versie van %s + + + Error loading %s: You can't disable HD on a already existing HD wallet + Fout bij het laden van %s: Je kan HD niet deactiveren voor een reeds bestaande HD portemonnee + Error loading block database Fout bij het laden van blokkendatabase @@ -3123,14 +3293,34 @@ Incorrect or no genesis block found. Wrong datadir for network? Incorrect of geen genesisblok gevonden. Verkeerde datamap voor het netwerk? + + Initialization sanity check failed. %s is shutting down. + Initialisatie sanity check mislukt. %s is aan het afsluiten. + Invalid -onion address: '%s' Ongeldig -onion adres '%s' + + Invalid amount for -%s=<amount>: '%s' + Ongeldig bedrag voor -%s=<bedrag>: '%s' + + + Invalid amount for -fallbackfee=<amount>: '%s' + Ongeldig bedrag voor -fallbackfee=<bedrag>: '%s' + Keep the transaction memory pool below <n> megabytes (default: %u) De transactiegeheugenpool moet onder de <n> megabytes blijven (standaard: %u) + + Loading banlist... + Verbanningslijst aan het laden... + + + Location of the auth cookie (default: data dir) + Locatie van de auth cookie (standaard: data dir) + Not enough file descriptors available. Niet genoeg file descriptors beschikbaar. @@ -3139,6 +3329,14 @@ Only connect to nodes in network <net> (ipv4, ipv6 or onion) Verbind alleen met nodes in netwerk <net> (ipv4, ipv6 of onion) + + Print this help message and exit + Print dit helpbericht en sluit af + + + Print version and exit + Laat versie zien en sluit af + Prune cannot be configured with a negative value. Snoeien kan niet worden geconfigureerd met een negatieve waarde. @@ -3147,6 +3345,18 @@ Prune mode is incompatible with -txindex. Snoeimodus is niet-compatibel met -txindex + + Rebuild chain state and block index from the blk*.dat files on disk + Herbouw ketenstaat en block index met behulp van de blk*.dat bestanden op de hardeschijf + + + Rebuild chain state from the currently indexed blocks + Herbouw ketenstaat vanuit de huidige geindexeerde blokken + + + Rewinding blocks... + Blokken aan het terugdraaien... + Set database cache size in megabytes (%d to %d, default: %d) Zet database cache grootte in megabytes (%d tot %d, standaard: %d) @@ -3159,6 +3369,14 @@ Specify wallet file (within data directory) Specificeer het portemonnee bestand (vanuit de gegevensmap) + + The source code is available from %s. + De broncode is beschikbaar van %s. + + + Unable to bind to %s on this computer. %s is probably already running. + Niet in staat om %s te verbinden op deze computer. %s draait waarschijnlijk al. + Unsupported argument -benchmark ignored, use -debug=bench. Niet-ondersteund argument -benchmark genegeerd, gebruik -debug=bench. @@ -3175,6 +3393,10 @@ Use UPnP to map the listening port (default: %u) Gebruik UPnP om de luisterende poort te mappen (standaard: %u) + + Use the test chain + Gebruik de test keten + User Agent comment (%s) contains unsafe characters. User Agentcommentaar (%s) bevat onveilige karakters. @@ -3191,18 +3413,18 @@ Wallet %s resides outside data directory %s Portemonnee %s bevindt zich buiten de gegevensmap %s + + Wallet debugging/testing options: + Portomonee debugging/testing opties: + + + Wallet needed to be rewritten: restart %s to complete + Portemonnee moest herschreven worden: Herstart %s om te voltooien + Wallet options: Portemonnee instellingen: - - Warning: This version is obsolete; upgrade required! - Waarschuwing: Deze versie is verouderd; upgraden verplicht! - - - You need to rebuild the database using -reindex to change -txindex - Om -txindex te kunnen veranderen dient u de database herbouwen met gebruik van -reindex. - 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 Sta JSON-RPC verbindingen toe vanuit een gespecificeerde bron. Geldig voor <ip> zijn een enkel IP (bijv. 1.2.3.4), een netwerk/netmask (bijv. 1.2.3.4/255.255.255.0) of een netwerk/CIDR (bijv. 1.2.3.4/24). Deze optie kan meerdere keren gespecificeerd worden. @@ -3215,10 +3437,6 @@ 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) Bind aan gegeven adres om te luisteren voor JSON-RPC verbindingen. Gebruik [host]:poort notatie voor IPv6. Deze optie kan meerdere keren gespecificeerd worden (standaard: bind aan alle interfaces. - - Cannot obtain a lock on data directory %s. Bitcoin Core is probably already running. - Kan geen lock verkrijgen op gegevensmap %s. Blackcoin More draait waarschijnlijk al. - Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) Creër nieuwe bestanden met standaard systeem bestandsrechten in plaats van umask 077 (alleen effectief met uitgeschakelde portemonnee functionaliteit) @@ -3251,10 +3469,6 @@ Maximum size of data in data carrier transactions we relay and mine (default: %u) Maximale grootte va n de gegevens in gegevensdragertransacties die we doorgeven en mijnen (standaard: %u) - - Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect) - Query voor peeradressen via DNS- lookup , als laag op adressen (standaard: 1 unless -connect) - Randomize credentials for every proxy connection. This enables Tor stream isolation (default: %u) Gebruik willekeurige inloggegevens voor elke proxyverbinding. Dit maakt streamislatie voor Tor mogelijk (standaard: %u) @@ -3263,17 +3477,13 @@ Set maximum size of high-priority/low-fee transactions in bytes (default: %d) Stel maximumgrootte in bytes in voor hoge-prioriteits-/lage-transactiekosten-transacties (standaard: %d) - - Set the number of threads for coin generation if enabled (-1 = all cores, default: %d) - Stel het aantal threads in voor het genereren van coins indien ingesteld (-1 = alle kernen, standaard: %d) - The transaction amount is too small to send after the fee has been deducted Het transactiebedrag is te klein om te versturen nadat de transactiekosten in mindering zijn gebracht - 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. - Dit product bevat software dat ontwikkeld is door het OpenSSL Project voor gebruik in de OpenSSL Toolkit <https://www.openssl.org/> en cryptografische software geschreven door Eric Young en UPnP software geschreven door Thomas Bernard. + Use hierarchical deterministic key generation (HD) after BIP32. Only has effect during wallet creation/first start + Gebruik hiërarchische deterministische sleutelgeneratie (HD) na BIP32. Dit heeft enkel effect bij het aanmaken van portemonnees of het eerste gebruik 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 @@ -3281,7 +3491,7 @@ You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain - U moet de database herbouwen met -reindex om terug te gaan naar de ongesnoeide modus. Dit zal de gehele blokkketen opnieuw downloaden. + U moet de database herbouwen met -reindex om terug te gaan naar de ongesnoeide modus. Dit zal de gehele blokketen opnieuw downloaden. (default: %u) @@ -3291,38 +3501,14 @@ Accept public REST requests (default: %u) Accepteer publieke REST-verzoeken (standaard: %u) - - Activating best chain... - Beste reeks activeren... - - - Always relay transactions received from whitelisted peers (default: %d) - Geef transacties altijd door aan goedgekeurde peers (standaard: %d) - - - Attempt to recover private keys from a corrupt wallet.dat on startup - Probeer privésleutels te herstellen van een corrupte wallet.dat bij opstarten - Automatically create Tor hidden service (default: %d) Creëer automatisch verborgen dienst van Tor (standaard:%d) - - Cannot resolve -whitebind address: '%s' - Kan -whitebind adres niet herleiden: '%s' - Connect through SOCKS5 proxy Verbind door SOCKS5 proxy - - Copyright (C) 2009-%i The Bitcoin Core Developers - Auteursrecht (C) 2018-%i De Blackcoin More Ontwikkelaars - - - Error loading wallet.dat: Wallet requires newer version of Bitcoin Core - Fout bij laden wallet.dat: Portemonnee vereist een nieuwere versie van Blackcoin More - Error reading from database, shutting down. Fout bij het lezen van de database, afsluiten. @@ -3335,22 +3521,6 @@ Information Informatie - - Initialization sanity check failed. Bitcoin Core is shutting down. - Initialisatie sanity check mislukt. Blackcoin More is aan het afsluiten. - - - Invalid amount for -maxtxfee=<amount>: '%s' - Ongeldig bedrag voor -maxtxfee=<bedrag>: '%s' - - - Invalid amount for -minrelaytxfee=<amount>: '%s' - Ongeldig bedrag voor -minrelaytxfee=<bedrag>: '%s' - - - Invalid amount for -mintxfee=<amount>: '%s' - Ongeldig bedrag voor -mintxfee=<bedrag>: '%s' - Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) Ongeldig bedrag voor -paytxfee=<bedrag>: '%s' (Minimum %s) @@ -3375,14 +3545,6 @@ RPC server options: RPC server opties: - - Rebuild block chain index from current blk000??.dat files on startup - Herbouwen blokketenindex vanuit huidige blk000??.dat-bestanden bij opstarten? - - - Receive and display P2P network alerts (default: %u) - Ontvang en toon P2P-netwerkwaarschuwingen (standaard: %u) - Reducing -maxconnections from %d to %d, because of system limitations. Verminder -maxconnections van %d naar %d, vanwege systeembeperkingen. @@ -3431,10 +3593,6 @@ Transaction amount too small Transactiebedrag te klein - - Transaction amounts must be positive - Transactiebedragen moeten positief zijn - Transaction too large for fee policy De transactie is te groot voor het transactiekostenbeleid @@ -3455,14 +3613,14 @@ Username for JSON-RPC connections Gebruikersnaam voor JSON-RPC-verbindingen - - Wallet needed to be rewritten: restart Bitcoin Core to complete - Portemonnee moest herschreven worden: Herstart Blackcoin More om te voltooien - Warning Waarschuwing + + Warning: unknown new rules activated (versionbit %i) + Waarschuwing: onbekende nieuwe regels geactiveerd (versionbit %i) + Whether to operate in a blocks only mode (default: %u) Om in alleen een blokmodus te opereren (standaard: %u) @@ -3475,10 +3633,6 @@ ZeroMQ notification options: ZeroMQ notificatieopties: - - wallet.dat corrupt, salvage failed - wallet.dat corrupt, veiligstellen mislukt - Password for JSON-RPC connections Wachtwoord voor JSON-RPC-verbindingen @@ -3487,10 +3641,6 @@ Execute command when the best block changes (%s in cmd is replaced by block hash) Voer opdracht uit zodra het beste blok verandert (%s in cmd wordt vervangen door blokhash) - - This help message - Dit helpbericht - Allow DNS lookups for -addnode, -seednode and -connect Sta DNS-naslag toe voor -addnode, -seednode en -connect @@ -3499,10 +3649,6 @@ Loading addresses... Adressen aan het laden... - - Error loading wallet.dat: Wallet corrupted - Fout bij laden wallet.dat: Portemonnee corrupt - (1 = keep tx meta data e.g. account owner and payment request information, 2 = drop tx meta data) (1 = behoudt tx meta data bijv. account eigenaar en betalingsverzoek informatie, 2. sla tx meta data niet op) @@ -3511,22 +3657,22 @@ -maxtxfee is set very high! Fees this large could be paid on a single transaction. -maxtxfee staat zeer hoog! Transactiekosten van de grootte kunnen worden gebruikt in een enkele transactie. - - -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. - -paytxfee staat zeer hoog! Dit is de transactiekosten die u betaalt als u een transactie doet. - Do not keep transactions in the mempool longer than <n> hours (default: %u) Bewaar transactie niet langer dan <n> uren in de geheugenpool (standaard: %u) - Error reading wallet.dat! All keys read correctly, but transaction data or address book entries might be missing or incorrect. - Fout tijdens lezen van wallet.dat! Alle sleutels zijn correct te lezen, maar de transactiondatabase of adresboekingangen zijn mogelijk verdwenen of incorrect. + Equivalent bytes per sigop in transactions for relay and mining (default: %u) + Equivalent byter per sigop in transactions voor doorsturen en mijnen (standaard: %u) Fees (in %s/kB) smaller than this are considered zero fee for transaction creation (default: %s) Transactiekosten (in %s/kB) kleiner dan dit worden beschouwd dat geen transactiekosten in rekening worden gebracht voor transactiecreatie (standaard: %s) + + Force relay of transactions from whitelisted peers even if they violate local relay policy (default: %d) + Forceer het doorsturen van transacties van goedgekeurde peers, zelfs wanneer deze niet voldoen aan de lokale doorstuurregels (standaard: %d) + How thorough the block verification of -checkblocks is (0-4, default: %u) Hoe grondig de blokverificatie van -checkblocks is (0-4, standaard: %u) @@ -3543,10 +3689,22 @@ Output debugging information (default: %u, supplying <category> is optional) Output extra debugginginformatie (standaard: %u, het leveren van <categorie> is optioneel) + + Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect/-noconnect) + Query voor peer-adressen via DNS-lookup , indien laag aan adressen (default: 1 unless -connect/-noconnect) + Support filtering of blocks and transaction with bloom filters (default: %u) Ondersteun filtering van blokken en transacties met bloomfilters (standaard: %u) + + This is the transaction fee you may pay when fee estimates are not available. + Dit is de transactiekost die je mogelijk betaald indien geschatte tarief niet beschikbaar is + + + This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit %s and cryptographic software written by Eric Young and UPnP software written by Thomas Bernard. + Dit product bevat software dat ontwikkeld is door het OpenSSL Project voor gebruik in de OpenSSL Toolkit %s en cryptografische software geschreven door Eric Young en UPnP software geschreven door Thomas Bernard. + Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments. Totale lengte van netwerkversiestring (%i) overschrijdt maximale lengte (%i). Verminder het aantal of grootte van uacomments. @@ -3559,13 +3717,29 @@ Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported. Niet-ondersteund argument -socks gevonden. Instellen van SOCKS-versie is niet meer mogelijk, alleen SOCKS5-proxies worden ondersteund. + + Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay. + Niet ondersteund argument -whitelistalwaysrelay genegeerd, gebruik -whitelistrelay en/of -whitelistforcerelay. + Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) Gebruik een aparte SOCKS5 proxy om verborgen diensten van Tor te bereiken (standaard: %s) - Username and hashed password for JSON-RPC connections. The field <userpw> comes in the format: <USERNAME>:<SALT>$<HASH>. A canonical python script is included in share/rpcuser. This option can be specified multiple times - Gebruikersnaam en gehasht wachtwoord voor JSON-RPC-verbindingen. De velden <userpw> is in het formaat: <GEBRUIKERSNAAM>:<SALT>$<HASH>. Een kanoniek Pythonscript is inbegrepen in de share/rpcuser. Deze optie kan meerdere keren worden meegegeven + Warning: Unknown block versions being mined! It's possible unknown rules are in effect + Waarschuwing: Onbekende blok versies worden gemined! Er zijn mogelijk onbekende regels in werking getreden + + + Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup. + Waarschuwing: portomonee bestand is corrupt, data is veiliggesteld! Originele %s is opgeslagen als %s in %s; als uw balans of transacties incorrect zijn dient u een backup terug te zetten. + + + Whitelist peers connecting from the given IP address (e.g. 1.2.3.4) or CIDR notated network (e.g. 1.2.3.0/24). Can be specified multiple times. + Goedgekeurde peers die verbinden vanaf een bepaald IP adres (vb. 1.2.3.4) of CIDR genoteerd netwerk (vb. 1.2.3.0/24). Kan meerdere keren worden gespecificeerd. + + + %s is set very high! + %s is zeer hoog ingesteld! (default: %s) @@ -3575,14 +3749,6 @@ Always query for peer addresses via DNS lookup (default: %u) Vind anderen door middel van een DNS-naslag (standaard: %u) - - Error loading wallet.dat - Fout bij laden wallet.dat - - - Generate coins (default: %u) - Genereer munten (standaard: %u) - How many blocks to check at startup (default: %u, 0 = all) Aantal te checken blokken bij het opstarten (standaard: %u, 0 = allemaal) @@ -3595,6 +3761,10 @@ Invalid -proxy address: '%s' Ongeldig -proxy adres: '%s' + + Keypool ran out, please call keypoolrefill first + Keypool op geraakt, roep alsjeblieft eerst keypoolrefill functie aan + Listen for JSON-RPC connections on <port> (default: %u or testnet: %u) Luister naar JSON-RPC-verbindingen op <poort> (standaard: %u of testnet: %u) @@ -3631,13 +3801,17 @@ Relay non-P2SH multisig (default: %u) Geef non-P2SH multisig door (standaard: %u) + + Send transactions with full-RBF opt-in enabled (default: %u) + Verstuur transacties met full-RBF opt-in ingeschakeld (standaard: %u) + Set key pool size to <n> (default: %u) Stel sleutelpoelgrootte in op <n> (standaard: %u) - Set minimum block size in bytes (default: %u) - Stel minimum blokgrootte in in bytes (standaard: %u) + Set maximum BIP141 block weight (default: %d) + Zet het BIP141 maximum gewicht van een blok (standaard: %d) Set the number of threads to service RPC calls (default: %d) @@ -3659,26 +3833,42 @@ Spend unconfirmed change when sending transactions (default: %u) Besteed onbevestigd wisselgeld bij het doen van transacties (standaard: %u) + + Starting network threads... + Netwerkthread starten... + + + The wallet will avoid paying less than the minimum relay fee. + De portemonnee vermijdt minder te betalen dan het minimale relay vergoeding. + + + This is the minimum transaction fee you pay on every transaction. + Dit is het minimum transactietarief dat je betaald op elke transactie. + + + This is the transaction fee you will pay if you send a transaction. + Dit is het transactietarief dat je betaald wanneer je een transactie verstuurt. + Threshold for disconnecting misbehaving peers (default: %u) Drempel om verbinding te verbreken naar zich misdragende peers (standaard: %u) + + Transaction amounts must not be negative + Transactiebedragen moeten positief zijn + + + Transaction has too long of a mempool chain + Transactie heeft een te lange mempoolketen + + + Transaction must have at least one recipient + Transactie moet ten minste één ontvanger hebben + Unknown network specified in -onlynet: '%s' Onbekend netwerk gespecificeerd in -onlynet: '%s' - - Cannot resolve -bind address: '%s' - Kan -bind adres niet herleiden: '%s' - - - Cannot resolve -externalip address: '%s' - Kan -externlip adres niet herleiden: '%s' - - - Invalid amount for -paytxfee=<amount>: '%s' - Ongeldig bedrag voor -paytxfee=<bedrag>: '%s' - Insufficient funds Ontoereikend saldo diff --git a/src/qt/locale/bitcoin_pam.ts b/src/qt/locale/bitcoin_pam.ts index 95933a0c7..c77b0790b 100644 --- a/src/qt/locale/bitcoin_pam.ts +++ b/src/qt/locale/bitcoin_pam.ts @@ -25,10 +25,6 @@ C&lose I&sara - - &Copy Address - &Kopyan ing address - Delete the currently selected address from the list Ilako ya ing kasalungsungan makapiling address keng listahan @@ -37,62 +33,10 @@ &Delete &Ilako - - Choose the address to send coins to - Pilinan ing address a magpadalang coins kang - - - Choose the address to receive coins with - Pilinan ing address a tumanggap coins a atin - - - C&hoose - P&ilinan - - - Sending addresses - Address king pamag-Send - - - Receiving addresses - Address king pamag-Tanggap - - - These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - Reni reng kekang Blackcoin address king pamagpadalang kabayaran. Lawan mulang masalese reng alaga ampo ing address na ning tumanggap bayu ka magpadalang barya. - - - These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Reni reng kekang Blackcoin addresses keng pamananggap bayad. Rerekomenda mi na gumamit kang bayung address keng balang transaksiyon. - - - Copy &Label - Kopyan ing &Label - - - &Edit - &Alilan - - - Comma separated file (*.csv) - Comma separated file (*.csv) - AddressTableModel - - Label - Label - - - Address - Address - - - (no label) - (alang label) - - + AskPassphraseDialog @@ -111,83 +55,7 @@ Repeat new passphrase Pasibayuan ya ing bayung passphrase - - Encrypt wallet - I-encrypt ye ing wallet - - - This operation needs your wallet passphrase to unlock the wallet. - Ing operasyun a ini kailangan ne ing kekayung wallet passphrase, ban a-unlock ya ing wallet - - - Unlock wallet - Unlock ya ing wallet - - - This operation needs your wallet passphrase to decrypt the wallet. - Ing operasyun a ini kailangan ne ing kekang wallet passphrase ban a-decrypt ne ing wallet. - - - Decrypt wallet - I-decrypt ya ing wallet - - - Change passphrase - Alilan ya ing passphrase - - - Confirm wallet encryption - Kumpirman ya ing wallet encryption - - - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! - Kapabaluan: Istung in-encrypt me ing kekang wallet at meala ya ing passphrase na, ma-<b>ALA NO NGAN RING KEKANG BLACKCOINS:</b> - - - Are you sure you wish to encrypt your wallet? - Siguradu na kang buri meng i-encrypt ing kekang wallet? - - - 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. - Mayalaga: Reng milabas a backups a gewa mu gamit ing wallet file mu dapat lamung mialilan bayung gawang encrypted wallet file. Para keng seguridad , reng milabas a backups dareng ali maka encrypt a wallet file ma-ala nala istung inumpisan mu nalang gamitan reng bayu, at me encrypt a wallet. - - - Warning: The Caps Lock key is on! - Kapabaluan: Makabuklat ya ing Caps Lock key! - - - Wallet encrypted - Me-encrypt ne ing wallet - - - Wallet encryption failed - Memali ya ing pamag-encrypt king wallet - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - Memali ya ing encryption uli na ning ausan dang internal error. E ya me-encrypt ing wallet yu. - - - The supplied passphrases do not match. - E la mitutugma ring mibieng passphrase - - - Wallet unlock failed - Memali ya ing pamag-unlock king wallet - - - The passphrase entered for the wallet decryption was incorrect. - E ya istu ing passphrase a pepalub da para king wallet decryption - - - Wallet decryption failed - Me-mali ya ing pamag-decrypt king wallet - - - Wallet passphrase was successfully changed. - Mi-alilan ne ing passphrase na ning wallet. - - + BanTableModel @@ -309,10 +177,6 @@ Tabs toolbar Gamit para king Tabs - - Bitcoin Core - Blackcoin More - &Command-line options Pipamilian command-line @@ -361,14 +225,7 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> Maka-<b>encrypt</b> ya ing wallet at kasalukuyan yang maka-<b>locked</b> - - - ClientModel - - Network Alert - Alertu ning Network - - + CoinControlDialog @@ -387,22 +244,6 @@ Confirmed Me-kumpirma - - Copy address - Kopyan ing address - - - Copy label - Kopyan ing label - - - Copy amount - Kopyan ing alaga - - - (no label) - (alang label) - EditAddressDialog @@ -418,48 +259,12 @@ &Address &Address - - New receiving address - Bayung address king pamagtanggap - - - New sending address - Bayung address king pamagpadala - - - Edit receiving address - Alilan ya ing address king pamagpadala - - - Edit sending address - Alilan ya ing address king pamagpadala - - - The entered address "%1" is already in the address book. - Ing pepalub yung address "%1" ati na yu king aklat dareng address - - - The entered address "%1" is not a valid Bitcoin address. - Ing pepalub yung address "%1" ali ya katanggap-tanggap a Blackcoin address. - - - Could not unlock wallet. - Ali ya bisang mag-unlock ing wallet - - - New key generation failed. - Memali ya ing pamangaua king key - - + FreespaceChecker HelpMessageDialog - - Bitcoin Core - Blackcoin More - version bersion @@ -483,15 +288,22 @@ Welcome Malaus ka - - Bitcoin Core - Blackcoin More - Error Mali + + ModalOverlay + + Form + Form + + + Last block time + Tatauling oras na ning block + + OpenURIDialog @@ -630,15 +442,14 @@ N/A + + QObject::QObject + QRImageWidget RPCConsole - - Client name - Lagyu ning kliente - N/A N/A @@ -655,10 +466,6 @@ Debug window I-Debug ing awang - - Using OpenSSL version - Gagamit bersion na ning OpenSSL - Startup time Oras ning umpisa @@ -695,10 +502,6 @@ Totals Kabuuan: - - Build date - Kaaldauan ning pamaglalang - Debug log file Debug log file @@ -722,60 +525,16 @@ &Label: &Label: - - Copy label - Kopyan ing label - - - Copy amount - Kopyan ing alaga - - + ReceiveRequestDialog Copy &Address &Kopyan ing address - - Address - Address - - - Amount - Alaga - - - Label - Label - - - Message - Mensayi - RecentRequestsTableModel - - Date - Kaaldauan - - - Label - Label - - - Message - Mensayi - - - Amount - Alaga - - - (no label) - (alang label) - SendCoinsDialog @@ -819,30 +578,6 @@ S&end Ipadala - - Confirm send coins - Kumpirman ing pamagpadalang barya - - - Copy amount - Kopyan ing alaga - - - The amount to pay must be larger than 0. - Ing alaga na ning bayaran dapat mung mas matas ya king 0. - - - The amount exceeds your balance. - Ing alaga mipasobra ya king kekang balanse. - - - The total exceeds your balance when the %1 transaction fee is included. - Ing kabuuan mipasobra ya king kekang balanse istung inabe ya ing %1 a bayad king transaksion - - - (no label) - (alang label) - SendCoinsEntry @@ -854,10 +589,6 @@ Pay &To: Ibayad &kang: - - Enter a label for this address to add it to your address book - Magpalub kang label para king address a ini ban a-iabe me king aklat dareng address - &Label: &Label: @@ -883,6 +614,9 @@ Ibayad kang: + + SendConfirmationDialog + ShutdownWindow @@ -952,65 +686,9 @@ Reset all verify message fields Ibalik king dati reng ngan fields na ning pamag beripikang mensayi - - Click "Sign Message" to generate signature - I-click ing "Pirman ing Mensayi" ban agawa ya ing metung a pirma - - - The entered address is invalid. - Ing milub a address e ya katanggap-tanggap. - - - Please check the address and try again. - Maliaring pakilawe pasibayu ing address at pasibayuan ya iti. - - - The entered address does not refer to a key. - Ing milub a address ali ya mag-refer king metung a key. - - - Wallet unlock was cancelled. - Me-kansela ya ing pamag-unlock king wallet. - - - Private key for the entered address is not available. - Ing private key para king milub a address, ala ya. - - - Message signing failed. - Me-mali ya ing pamag-pirma king mensayi . - - - Message signed. - Me-pirman ne ing mensayi. - - - The signature could not be decoded. - Ing pirma ali ya bisang ma-decode. - - - Please check the signature and try again. - Maliaring pakilawe pasibayu ing pirma kaibat pasibayuan ya iti. - - - The signature did not match the message digest. - Ing pirma ali ya makatugma king message digest. - - - Message verification failed. - Me-mali ya ing pamag-beripika king mensayi. - - - Message verified. - Me-beripika ne ing mensayi. - - + SplashScreen - - Bitcoin Core - Blackcoin More - [testnet] [testnet] @@ -1021,312 +699,20 @@ TransactionDesc - - Open until %1 - Makabuklat anggang %1 - - - %1/offline - %1/offline - - - %1/unconfirmed - %1/ali me-kumpirma - - - %1 confirmations - %1 kumpirmasion - - - Status - Kabilian - - - Date - Kaaldauan - - - Source - Pikuanan - - - Generated - Megawa - - - From - Menibat - - - To - Para kang - - - own address - sariling address - - - label - label - - - Credit - Credit - - - not accepted - ali metanggap - - - Debit - Debit - - - Transaction fee - Bayad king Transaksion - - - Net amount - Alaga dareng eganagana - - - Message - Mensayi - - - Comment - Komentu - - - Transaction ID - ID - - - Debug information - Impormasion ning Debug - - - Transaction - Transaksion - - - Amount - Alaga - - - true - tutu - - - false - e tutu - - - , has not been successfully broadcast yet - , eya matagumpeng mibalita - - - unknown - e miya balu - - + TransactionDescDialog - - Transaction details - Detalye ning Transaksion - This pane shows a detailed description of the transaction Ining pane a ini magpakit yang detalyadung description ning transaksion - + TransactionTableModel - - Date - Kaaldauan - - - Type - Klase - - - Open until %1 - Makabuklat anggang %1 - - - Confirmed (%1 confirmations) - Me-kumpirma(%1 kumpirmasion) - - - This block was not received by any other nodes and will probably not be accepted! - Ing block a ini ali de atanggap deng aliwa pang nodes ania ali ya magsilbing tanggapan - - - Generated but not accepted - Me-generate ya oneng ali ya metanggap - - - Label - Label - - - Received with - Atanggap kayabe ning - - - Received from - Atanggap menibat kang - - - Sent to - Mipadala kang - - - Payment to yourself - Kabayaran keka - - - Mined - Me-mina - - - (n/a) - (n/a) - - - Transaction status. Hover over this field to show number of confirmations. - Status ning Transaksion: Itapat me babo na ning field a ini ban ipakit dala reng bilang dareng me-kumpirma na - - - Date and time that the transaction was received. - Aldo at oras nung kapilan me tanggap ya ing transaksion - - - Type of transaction. - Klase ning transaksion - - - Amount removed from or added to balance. - Alagang milako o miragdag king balanse. - - + TransactionView - - All - Eganagana - - - Today - Aldo iti - - - This week - Paruminggung iti - - - This month - Bulan a iti - - - Last month - Milabas a bulan - - - This year - Banuang iti - - - Range... - Angganan... - - - Received with - Atanggap kayabe ning - - - Sent to - Mipadala kang - - - To yourself - Keng sarili mu - - - Mined - Me-mina - - - Other - Aliwa - - - Enter address or label to search - Magpalub kang address o label para pantunan - - - Min amount - Pekaditak a alaga - - - Copy address - Kopyan ing address - - - Copy label - Kopyan ing label - - - Copy amount - Kopyan ing alaga - - - Edit label - Alilan ing label - - - Show transaction details - Ipakit ing detalye ning transaksion - - - Comma separated file (*.csv) - Comma separated file (*.csv) - - - Confirmed - Me-kumpirma - - - Date - Kaaldauan - - - Type - Klase - - - Label - Label - - - Address - Address - - - ID - ID - - - Range: - Angga: - - - to - para kang - - + UnitDisplayStatusBarControl @@ -1335,11 +721,7 @@ WalletModel - - Send Coins - Magpadalang Barya - - + WalletView @@ -1370,17 +752,13 @@ Gumana king gulut bilang daemon at tumanggap commands - Accept connections from outside (default: 1 if no -proxy or -connect) - Tumanggap koneksion menibat king kilwal (default: 1 if no -proxy or -connect) + Bitcoin Core + Blackcoin More Block creation options: Pipamilian king pamag-gawang block: - - Connect only to the specified node(s) - Kumunekta mu king mepiling node(s) - Corrupted block database detected Mekapansin lang me-corrupt a block database @@ -1405,26 +783,10 @@ Failed to listen on any port. Use -listen=0 if you want this. Memali ya ing pamakiramdam kareng gang nanung port. Gamita me ini -listen=0 nung buri me ini. - - Cannot resolve -whitebind address: '%s' - Eya me-resolve ing -whitebind address: '%s' - Information &Impormasion - - Invalid amount for -maxtxfee=<amount>: '%s' - Eya maliari ing alaga keng -maxtxfee=<amount>: '%s' - - - Invalid amount for -minrelaytxfee=<amount>: '%s' - Eya maliari ing alaga keng -minrelaytxfee=<amount>: '%s' - - - Invalid amount for -mintxfee=<amount>: '%s' - Eya maliari ing alaga keng -mintxfee=<amount>: '%s' - Send trace/debug info to console instead of debug.log file Magpadalang trace/debug info okeng console kesa keng debug.log file @@ -1449,10 +811,6 @@ Execute command when the best block changes (%s in cmd is replaced by block hash) I-execute ing command istung mialilan ya ing best block (%s in cmd is replaced by block hash) - - This help message - Ining saup a mensayi - Allow DNS lookups for -addnode, -seednode and -connect Payagan ing pamaglawe DNS para king -addnode, -seednode and -connect @@ -1461,14 +819,6 @@ Loading addresses... Lo-load da ne ing address... - - Error loading wallet.dat: Wallet corrupted - Me-mali ya ing pamag-load king wallet.dat: Me-corrupt ya ing wallet - - - Error loading wallet.dat - Me-mali ya ing pamag-load king wallet.dat - Invalid -proxy address: '%s' Ali katanggap-tanggap a -proxy addresss: '%s' @@ -1477,18 +827,6 @@ Unknown network specified in -onlynet: '%s' E kilalang network ing mepili king -onlynet: '%s' - - Cannot resolve -bind address: '%s' - Eya me-resolve ing -bind address: '%s' - - - Cannot resolve -externalip address: '%s' - Eya me-resolve ing -externalip address: '%s' - - - Invalid amount for -paytxfee=<amount>: '%s' - Eya maliari ing alaga keng -paytxfee=<amount>: '%s' - Insufficient funds Kulang a pondo diff --git a/src/qt/locale/bitcoin_pl.ts b/src/qt/locale/bitcoin_pl.ts index 636fb5055..d76271bf3 100644 --- a/src/qt/locale/bitcoin_pl.ts +++ b/src/qt/locale/bitcoin_pl.ts @@ -3,7 +3,7 @@ AddressBookPage Right-click to edit address or label - Kliknij prawy przycisk aby edytować adres lub etykietę + Kliknij prawy przycisk myszy, aby edytować adres lub etykietę Create a new address @@ -25,10 +25,6 @@ C&lose Z&amknij - - &Copy Address - &Kopiuj adres - Delete the currently selected address from the list Usuń zaznaczony adres z listy @@ -59,11 +55,11 @@ Sending addresses - Adres wysyłania + Adresy wysyłania Receiving addresses - Adres odbiorczy + Adresy odbioru These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. @@ -71,7 +67,11 @@ These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - To twoje adresy Blackcoin, na które otrzymujesz płatności. Zaleca się używanie nowych adresów odbiorczych dla każdej transakcji. + To są twoje adresy Blackcoin do odbierania płatności. Zaleca się używanie nowych adresów odbiorczych dla każdej transakcji. + + + &Copy Address + &Kopiuj adres Copy &Label @@ -79,23 +79,23 @@ &Edit - &Modyfikuj + &Edytuj Export Address List - Eksportuj listę adresową + Eksportuj listę adresów Comma separated file (*.csv) - Pliki (*.csv) rozdzielone przecinkami + Plik *.CSV (dane rozdzielane przecinkami) Exporting Failed - Błąd przy próbie eksportowania + Eksportowanie nie powiodło się There was an error trying to save the address list to %1. Please try again. - Wystąpił błąd podczas próby zapisu listy adresów %1. Proszę spróbować ponownie. + Wystąpił błąd podczas próby zapisu listy adresów do %1. Proszę spróbować ponownie. @@ -131,13 +131,17 @@ Repeat new passphrase Powtórz nowe hasło + + 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>. + Wprowadź nowe hasło do portfela.<br/>Proszę używać hasła złożonego z <b>10 lub więcej losowych znaków</b> albo <b>8 lub więcej słów.</b> + Encrypt wallet Zaszyfruj portfel This operation needs your wallet passphrase to unlock the wallet. - Operacja wymaga hasła portfela, aby go odblokować. + Ta operacja wymaga hasła do portfela aby odblokować portfel. Unlock wallet @@ -145,7 +149,7 @@ This operation needs your wallet passphrase to decrypt the wallet. - Operacja wymaga hasła portfela, aby go odszyfrować. + Ta operacja wymaga hasła portfela, aby go odszyfrować. Decrypt wallet @@ -155,41 +159,33 @@ Change passphrase Zmień hasło + + Enter the old passphrase and new passphrase to the wallet. + Podaj stare i nowe hasło do portfela. + Confirm wallet encryption Potwierdź szyfrowanie portfela Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! - Uwaga: jeśli zaszyfrujesz swój portfel i zgubisz hasło <b>STRACISZ WSZYSTKIE SWOJE BLACKCOINY</b>! + Uwaga: jeśli zaszyfrujesz swój portfel i zgubisz hasło <b>STRACISZ WSZYSTKIE SWOJE BITCOINY</b>! Are you sure you wish to encrypt your wallet? Jesteś pewien, że chcesz zaszyfrować swój portfel? - - Bitcoin Core will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - Program Blackcoin More zamknie się, aby dokończyć proces szyfrowania. Pamiętaj, że szyfrowanie portfela nie zabezpiecza w pełni twoich blackcoinów przed kradzieżą przez złośliwe oprogramowanie mogące zainfekować twój komputer. - - - 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. - WAŻNE: Wszystkie wcześniejsze kopie pliku portfela powinny być zamienione na nowe, szyfrowane pliki. Z powodów bezpieczeństwa, poprzednie kopie nieszyfrowanych plików portfela staną się bezużyteczne jak tylko zaczniesz korzystać z nowego, szyfrowanego portfela. - - - Warning: The Caps Lock key is on! - Uwaga: klawisz Caps Lock jest włączony! - Wallet encrypted Portfel zaszyfrowany - 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>. - Wprowadź nowe hasło do portfela.<br/>Proszę używać hasła złożonego z <b>10 lub więcej losowych znaków</b> albo <b>8 lub więcej słów.</b> + %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. + %1 zamknie się aby dokończyć proces szyfrowania. Pamiętaj, że szyfrowanie portfela nie zabezpiecza w pełni Twoich blackcoinów przed kradzieżą przez wirusy lub trojany mogące zainfekować Twój komputer. - Enter the old passphrase and new passphrase to the wallet. - Podaj stare i nowe hasło do portfela. + 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. + WAŻNE: Wszystkie wykonane wcześniej kopie pliku portfela powinny być zamienione na nowe, szyfrowane pliki. Z powodów bezpieczeństwa, poprzednie kopie nieszyfrowanych plików portfela staną się bezużyteczne jak tylko zaczniesz korzystać z nowego, szyfrowanego portfela. Wallet encryption failed @@ -217,7 +213,11 @@ Wallet passphrase was successfully changed. - Hasło portfela zostało pomyślnie zmienione. + Hasło do portfela zostało pomyślnie zmienione. + + + Warning: The Caps Lock key is on! + Ostrzeżenie: Caps Lock jest włączony! @@ -269,6 +269,14 @@ Quit application Zamknij program + + &About %1 + &O %1 + + + Show information about %1 + Pokaż informacje o %1 + About &Qt O &Qt @@ -281,6 +289,10 @@ &Options... &Opcje... + + Modify configuration options for %1 + Zmień opcje konfiguracji dla %1 + &Encrypt Wallet... Zaszyfruj Portf&el @@ -305,14 +317,6 @@ Open &URI... Otwórz URI... - - Bitcoin Core client - Klient Blackcoin More - - - Importing blocks from disk... - Importowanie bloków z dysku... - Reindexing blocks on disk... Ponowne indeksowanie bloków na dysku... @@ -357,10 +361,6 @@ &Receive Odbie&rz - - Show information about Bitcoin Core - Pokaż informacje o Blackcoin More - &Show / Hide &Pokaż / Ukryj @@ -397,22 +397,10 @@ Tabs toolbar Pasek zakładek - - Bitcoin Core - Blackcoin More - Request payments (generates QR codes and bitcoin: URIs) Żądaj płatności (generuje kod QR oraz blackcoinowe URI) - - &About Bitcoin Core - &O Blackcoin More - - - Modify configuration options for Bitcoin Core - Zmień opcje konfiguracji dla Blackcoin More - Show the list of used sending addresses and labels Pokaż listę adresów i etykiet użytych do wysyłania @@ -429,45 +417,25 @@ &Command-line options &Opcje linii komend - - Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options - Pokaż pomoc Blackcoin More, aby zobaczyć listę wszystkich opcji linii poleceń - %n active connection(s) to Bitcoin network - %n aktywnych połączeń do sieci Blackcoin%n aktywnych połączeń do sieci Blackcoin%n aktywnych połączeń do sieci Blackcoin + %n aktywnych połączeń do sieci Blackcoin%n aktywnych połączeń do sieci Blackcoin%n aktywnych połączeń do sieci Blackcoin%n aktywnych połączeń do sieci Bitcoin - No block source available... - Brak dostępnych źródeł bloków... + Indexing blocks on disk... + Indeksowanie bloków na dysku... + + + Processing blocks on disk... + Przetwarzanie blocks on disk... Processed %n block(s) of transaction history. - Przetworzono %n bloków historii transakcji.Przetworzono %n bloków historii transakcji.Przetworzono %n bloków historii transakcji. - - - %n hour(s) - %n godzin%n godzin%n godzin - - - %n day(s) - dzień%n dni%n dni - - - %n week(s) - %n tygodni%n tygodni%n tygodni - - - %1 and %2 - %1 i %2 - - - %n year(s) - %n lat%n lat%n lat + Przetworzono %n bloków historii transakcji.Przetworzono %n bloków historii transakcji.Przetworzono %n bloków historii transakcji.Przetworzono %n bloków historii transakcji. %1 behind - %1 wstecz + %1 za Last received block was generated %1 ago. @@ -493,6 +461,14 @@ Up to date Aktualny + + Show the %1 help message to get a list with possible Bitcoin command-line options + Pokaż pomoc %1 aby zobaczyć listę wszystkich opcji lnii poleceń. + + + %1 client + %1 klient + Catching up... Trwa synchronizacja… @@ -543,14 +519,7 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> Portfel jest <b>zaszyfrowany</b> i obecnie <b>zablokowany</b> - - - ClientModel - - Network Alert - Komunikat Sieci - - + CoinControlDialog @@ -569,10 +538,6 @@ Amount: Kwota: - - Priority: - Priorytet: - Fee: Opłata: @@ -625,10 +590,6 @@ Confirmed Potwierdzony - - Priority - Priorytet - Copy address Kopiuj adres @@ -659,7 +620,7 @@ Copy fee - Skopiuj opłatę + Skopiuj prowizję Copy after fee @@ -669,78 +630,18 @@ Copy bytes Skopiuj ilość bajtów - - Copy priority - Skopiuj priorytet - Copy dust - Kopiuj kurz + Kopiuj pył Copy change Skopiuj resztę - - highest - najwyższa - - - higher - wyższa - - - high - wysoka - - - medium-high - średnio wysoki - - - medium - średnia - - - low-medium - średnio niski - - - low - niski - - - lower - niższy - - - lowest - najniższy - (%1 locked) (%1 zablokowane) - - none - żaden - - - This label turns red if the transaction size is greater than 1000 bytes. - Ta etykieta staje się czerwona, kiedy transakcja jest większa niż 1000 bajtów. - - - This label turns red if the priority is smaller than "medium". - Ta etykieta jest czerwona, jeżeli priorytet jest mniejszy niż "średni" - - - This label turns red if any recipient receives an amount smaller than %1. - Etykieta staje się czerwona kiedy którykolwiek odbiorca otrzymuje kwotę mniejszą niż %1. - - - Can vary +/- %1 satoshi(s) per input. - Waha się +/- %1 satoshi na wejście. - yes tak @@ -750,16 +651,12 @@ nie - This means a fee of at least %1 per kB is required. - Oznacza to wymaganą opłatę minimum %1 na kB. + This label turns red if any recipient receives an amount smaller than the current dust threshold. + Ta etykieta staje się czerwona jeżeli którykolwiek odbiorca otrzymuje kwotę mniejszą niż obecny próg pyłu. - Can vary +/- 1 byte per input. - Waha się +/- 1 bajt na wejście. - - - Transactions with higher priority are more likely to get included into a block. - Transakcje o wyższym priorytecie zwykle szybciej zostają dołączone do bloku. + Can vary +/- %1 satoshi(s) per input. + Waha się +/- %1 satoshi na wejście. (no label) @@ -798,7 +695,7 @@ New receiving address - Nowy adres otrzymywania + Nowy adres odbiorczy New sending address @@ -812,21 +709,13 @@ Edit sending address Zmień adres wysyłania - - The entered address "%1" is already in the address book. - Wprowadzony adres «%1» już istnieje w książce adresowej. - - - The entered address "%1" is not a valid Bitcoin address. - Wprowadzony adres «%1"» nie jest poprawnym adresem blackcoinowym. - Could not unlock wallet. Nie można było odblokować portfela. New key generation failed. - Tworzenie nowego klucza nie powiodło się. + Generowanie nowego klucza nie powiodło się. @@ -854,10 +743,6 @@ HelpMessageDialog - - Bitcoin Core - Blackcoin More - version wersja @@ -867,8 +752,8 @@ (%1-bit) - About Bitcoin Core - O Blackcoin More + About %1 + Informacje o %1 Command-line options @@ -907,8 +792,8 @@ Wyświetl okno powitalne podczas uruchamiania (domyślnie: %u) - Reset all settings changes made over the GUI - Ustaw jako domyślne wszystkie ustawienia interfejsu + Reset all settings changed in the GUI + Zresetuj wszystkie ustawienia zmienione w GUI @@ -918,16 +803,16 @@ Witaj - Welcome to Bitcoin Core. - Witaj w Blackcoin More + Welcome to %1. + Witaj w %1. - As this is the first time the program is launched, you can choose where Bitcoin Core will store its data. - Ponieważ jest to pierwsze uruchomienie programu, możesz wybrać gdzie Blackcoin More będzie przechowywał swoje dane. + As this is the first time the program is launched, you can choose where %1 will store its data. + Ponieważ jest to pierwsze uruchomienie programu, możesz wybrać gdzie %1 będzie przechowywał swoje dane. - Bitcoin Core will download and store a copy of the Bitcoin block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Program pobierze i będzie przechowywał kopię łańcucha bloków blackcoinowych. W wybranym katalogu musi być przynajmniej %1 GB miejsca, a z czasem ilość danych będzie rosła. Portfel będzie przechowywany w tym samym katalogu. + %1 will download and store a copy of the Bitcoin block chain. At least %2GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + %1 pobierze i będzie przechowywał kopię łańcucha bloków Blackcoin. W wybranym katalogu zostanie zapisanych %2GB danych, a z czasem ta ilość będzie rosła. Portfel będzie przechowywany w tym samym katalogu. Use the default data directory @@ -937,10 +822,6 @@ Use a custom data directory: Użyj wybranego folderu dla danych - - Bitcoin Core - Blackcoin More - Error: Specified data directory "%1" cannot be created. Błąd: podany folder danych «%1» nie mógł zostać utworzony. @@ -951,11 +832,54 @@ %n GB of free space available - %n GB dostępnego wolnego miejsca%n GB dostępnego wolnego miejsca%n GB dostępnego wolnego miejsca + %n GB dostępnego wolnego miejsca%n GB dostępnego wolnego miejsca%n GB dostępnego wolnego miejsca%n GB dostępnego wolnego miejsca (of %n GB needed) - (z %n GB potrzebnych)(z %n GB potrzebnych)(z %n GB potrzebnych) + (z %n GB potrzebnych)(z %n GB potrzebnych)(z %n GB potrzebnych)(z %n GB potrzebnych) + + + + ModalOverlay + + Form + Formularz + + + Number of blocks left + Pozostało bloków + + + Unknown... + Nienznane... + + + Last block time + Czas ostatniego bloku + + + Progress + Postęp + + + Progress increase per hour + Przyrost postępu na godzinę + + + calculating... + obliczanie... + + + Estimated time left until synced + Przewidywany czas zakończenia synchronizacji + + + Hide + Ukryj + + + Unknown. Syncing Headers (%1)... + Nieznane. Synchronizowanie nagłówków (%1)... @@ -991,6 +915,14 @@ &Main Główne + + Automatically start %1 after logging in to the system. + Automatycznie uruchom %1 po zalogowaniu do systemu. + + + &Start %1 on system login + Uruchamiaj %1 wraz z zalogowaniem do &systemu + Size of &database cache Wielkość bufora bazy &danych @@ -1019,10 +951,6 @@ Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu. Minimalizuje zamiast zakończyć działanie programu przy zamykaniu okna. Kiedy ta opcja jest włączona, program zakończy działanie po wybieraniu Zamknij w menu. - - The user interface language can be set here. This setting will take effect after restarting Bitcoin Core. - Można tu ustawić język interfejsu uzytkownika. Żeby ustawienie przyniosło skutek trzeba uruchomić ponownie Blackcoin. - 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 |. Zewnętrzne URL podglądu transakcji (np. eksplorator bloków), które będą wyświetlały się w menu kontekstowym, w zakładce transakcji. %s będzie zamieniany w adresie na hash transakcji. Oddziel wiele adresów pionową kreską |. @@ -1047,14 +975,6 @@ &Network &Sieć - - Automatically start Bitcoin Core after logging in to the system. - Automatycznie uruchamia Blackcoin po zalogowaniu do systemu. - - - &Start Bitcoin Core on system login - Uruchamiaj Blackcoin More wraz z zalogowaniem do &systemu - (0 = auto, <0 = leave that many cores free) (0 = automatycznie, <0 = zostaw tyle wolnych rdzeni) @@ -1107,6 +1027,10 @@ Port of the proxy (e.g. 9050) Port proxy (np. 9050) + + Used for reaching peers via: + Użyto do połączenia z peerami przy pomocy: + Shows, if the supplied default SOCKS5 proxy is used to reach peers via this network type. Pokazuje, czy wspierane domyślnie proxy SOCKS5 jest używane do łączenia się z peerami w tej sieci @@ -1123,6 +1047,10 @@ Tor Tor + + Connect to the Bitcoin network through a separate SOCKS5 proxy for Tor hidden services. + Połącz się z siecią Blackcoin przy pomocy oddzielnego SOCKS5 proxy dla sieci TOR + Use separate SOCKS5 proxy to reach peers via Tor hidden services: Użyj oddzielnego proxy SOCKS5 aby osiągnąć węzły w ukrytych usługach Tor: @@ -1131,6 +1059,14 @@ &Window &Okno + + &Hide the icon from the system tray. + Ukryj ikonę z zasobnika systemowego. + + + Hide tray icon + Ukryj ikonę zasobnika + Show only a tray icon after minimizing the window. Pokazuj tylko ikonę przy zegarku po zminimalizowaniu okna. @@ -1151,6 +1087,10 @@ User Interface &language: Język &użytkownika: + + The user interface language can be set here. This setting will take effect after restarting %1. + Można tu ustawić język interfejsu uzytkownika. Ustawienie przyniesie skutek po ponownym uruchomieniu %1. + &Unit to show amounts in: &Jednostka pokazywana przy kwocie: @@ -1277,30 +1217,6 @@ PaymentServer - - URI handling - Obsługa URI - - - Invalid payment address %1 - błędny adres płatności %1 - - - Payment request rejected - Żądanie płatności odrzucone - - - Payment request network doesn't match client network. - Sieć żądania płatności nie odpowiada sieci klienta. - - - Payment request is not initialized. - Żądanie płatności nie jest zainicjowane. - - - Requested payment amount of %1 is too small (considered dust). - Żądana kwota %1 jest za niska (uznano za kurz). - Payment request error Błąd żądania płatności @@ -1310,25 +1226,17 @@ Nie można uruchomić protokołu blackcoin: kliknij-by-zapłacić - Payment request fetch URL is invalid: %1 - URL pobrania żądania zapłaty jest nieprawidłowe: %1 - - - URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. - URI nie może zostać przetworzony! Może to być spowodowane nieprawidłowym adresem Blackcoin lub uszkodzonymi parametrami URI. - - - Payment request file handling - Przechwytywanie plików żądania płatności - - - Payment request file cannot be read! This can be caused by an invalid payment request file. - Plików żądania płatności nie może zostać odczytany. Mogło to być spowodowane nieprawidłowym plikiem żądania płatności. + URI handling + Obsługa URI Payment request expired. Żądanie płatności upłynęło. + + Payment request is not initialized. + Żądanie płatności nie jest zainicjowane. + Unverified payment requests to custom payment scripts are unsupported. Niezweryfikowane żądania płatności do własnych skryptów płatności są niewspierane. @@ -1341,14 +1249,6 @@ Refund from %1 Zwrot z %1 - - Payment request %1 is too large (%2 bytes, allowed %3 bytes). - Żądanie płatności %1 jest zbyt duże (%2 bajtów, dozwolone %3 bajtów). - - - Error communicating with %1: %2 - Błąd komunikacji z %1 : %2 - Payment request cannot be parsed! Żądanie płatności nie może zostać przetworzone. @@ -1357,14 +1257,14 @@ Bad response from server %1 Błędna odpowiedź z serwera %1 - - Payment acknowledged - Płatność potwierdzona - Network request error Błąd żądania sieci + + Payment acknowledged + Płatność potwierdzona + PeerTableModel @@ -1377,8 +1277,12 @@ Węzeł/Usługi - Ping Time - Czas odpowiedzi + NodeId + Identyfikator węzła + + + Ping + Ping @@ -1419,6 +1323,25 @@ %1 ms %1 ms + + %n second(s) + %n sekunda%n sekund%n sekund%n sekund + + + %n minute(s) + %n minuta%n minut%n minut%n minut + + + %1 and %2 + %1 i %2 + + + + QObject::QObject + + Error: %1 + Błąd: %1 + QRImageWidget @@ -1432,7 +1355,7 @@ Save QR Code - Zapisz kod QR + Zapisz Kod QR PNG Image (*.png) @@ -1441,10 +1364,6 @@ RPCConsole - - Client name - Nazwa klienta - N/A NIEDOSTĘPNE @@ -1465,14 +1384,14 @@ General Ogólne - - Using OpenSSL version - Używana wersja OpenSSL - Using BerkeleyDB version Używana wersja BerkeleyDB + + Datadir + Katalog danych + Startup time Czas uruchomienia @@ -1497,6 +1416,10 @@ Current number of blocks Aktualna liczba bloków + + Memory Pool + Memory Pool (obszar pamięci) + Current number of transactions Obecna liczba transakcji @@ -1505,10 +1428,6 @@ Memory usage Zużycie pamięci - - Open the Bitcoin Core debug log file from the current data directory. This can take a few seconds for large log files. - Otwórz plik logowania debugowania Blackcoin More z obecnego katalogu z danymi. Może to potrwać kilka sekund przy większych plikach. - Received Otrzymane @@ -1557,6 +1476,18 @@ User Agent Aplikacja kliencka + + Open the %1 debug log file from the current data directory. This can take a few seconds for large log files. + Otwórz plik dziennika debugowania %1 z obecnego katalogu z danymi. Może to potrwać kilka sekund przy większych plikach. + + + Decrease font size + Zmniejsz rozmiar czcionki + + + Increase font size + Zwiększ rozmiar czcionki + Services Usługi @@ -1581,10 +1512,18 @@ Ping Time Czas odpowiedzi + + The duration of a currently outstanding ping. + Czas trwania nadmiarowego pingu + Ping Wait Czas odpowiedzi + + Min Ping + Minimalny czas odpowiedzi + Time Offset Przesunięcie czasu @@ -1621,10 +1560,6 @@ Out: Wyjście: - - Build date - Data kompilacji - Debug log file Plik logowania debugowania @@ -1633,10 +1568,6 @@ Clear console Wyczyść konsolę - - Ban Node for - Blokuj węzeł na okres - 1 &hour 1 &godzina @@ -1654,12 +1585,20 @@ 1 &rok - &Unban Node - Odblokuj węzeł + &Disconnect + &Rozłącz - Welcome to the Bitcoin Core RPC console. - Witaj w konsoli Blackcoin More RPC. + Ban for + Zbanuj na + + + &Unban + &Odblokuj + + + Welcome to the %1 RPC console. + Witaj w konsoli %1 RPC. Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -1788,6 +1727,10 @@ Remove Usuń + + Copy URI + Kopiuj URI: + Copy label Kopiuj etykietę @@ -1847,15 +1790,7 @@ Message Wiadomość - - Resulting URI too long, try to reduce the text for label / message. - Wynikowy URI jest zbyt długi, spróbuj zmniejszyć tekst etykiety / wiadomości - - - Error encoding URI into QR Code. - Błąd kodowania URI w Kodzie QR. - - + RecentRequestsTableModel @@ -1870,10 +1805,6 @@ Message Wiadomość - - Amount - Kwota - (no label) (brak etykiety) @@ -1883,8 +1814,8 @@ (brak wiadomości) - (no amount) - (brak kwoty) + Requested + Zażądano @@ -1921,10 +1852,6 @@ Amount: Kwota: - - Priority: - Priorytet: - Fee: Opłata: @@ -1993,10 +1920,6 @@ (Smart fee not initialized yet. This usually takes a few blocks...) (Sprytne opłaty nie są jeszcze zainicjowane. Trwa to zwykle kilka bloków...) - - Confirmation time: - Czas potwierdzenia: - normal normalnie @@ -2005,14 +1928,6 @@ fast szybko - - Send as zero-fee transaction if possible - Wyślij bez opłaty jeżeli to możliwe - - - (confirmation may take longer) - (potwierdzenie może potrwać dłużej) - Send to multiple recipients at once Wyślij do wielu odbiorców na raz @@ -2029,6 +1944,10 @@ Dust: Pył: + + Confirmation time target: + Docelowy czas potwierdzenia: + Clear &All Wyczyść &wszystko @@ -2045,14 +1964,6 @@ S&end Wy&syłka - - Confirm send coins - Potwierdź wysyłanie monet - - - %1 to %2 - %1 do %2 - Copy quantity Skopiuj ilość @@ -2063,7 +1974,7 @@ Copy fee - Skopiuj opłatę + Skopiuj prowizję Copy after fee @@ -2074,16 +1985,16 @@ Skopiuj ilość bajtów - Copy priority - Skopiuj priorytet + Copy dust + Kopiuj pył Copy change Skopiuj resztę - Total Amount %1 - Łączna kwota %1 + %1 to %2 + %1 do %2 or @@ -2093,69 +2004,29 @@ The amount to pay must be larger than 0. Kwota do zapłacenia musi być większa od 0. - - The amount exceeds your balance. - Kwota przekracza twoje saldo. - - - The total exceeds your balance when the %1 transaction fee is included. - Suma przekracza twoje saldo, gdy doliczymy %1 prowizji transakcyjnej. - Transaction creation failed! Utworzenie transakcji nie powiodło się! - - 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. - Transakcja została odrzucona! Może się to zdarzyć jeśli część monet z portfela została już wydana używając kopii pliku wallet.dat i nie zostało to tutaj uwzględnione. - - - A fee higher than %1 is considered an absurdly high fee. - Opłata wyższa niż %1 jest uważana za szalenie wysoką. - Payment request expired. Żądanie płatności upłynęło. Pay only the required fee of %1 - Zapłać tylko wymaganą opłatę %1 - - - Estimated to begin confirmation within %n block(s). - Przybliżony czas zatwierdzenia: %n bloków.Przybliżony czas zatwierdzenia: %n bloków.Przybliżony czas zatwierdzenia: %n bloków. - - - The recipient address is not valid. Please recheck. - Adres odbiorcy jest nieprawidłowy, proszę sprawić ponownie. - - - Duplicate address found: addresses should only be used once each. - Znaleziono powtórzony adres, można wysłać tylko raz na każdy adres podczas jednej operacji wysyłania. + Zapłać tylko wymaganą opłatę w wysokości %1 Warning: Invalid Bitcoin address Ostrzeżenie: nieprawidłowy adres Blackcoin - - (no label) - (brak etykiety) - Warning: Unknown change address Ostrzeżenie: Nieznany adres reszty - Copy dust - Kopiuj kurz - - - Are you sure you want to send? - Czy na pewno chcesz wysłać? - - - added as transaction fee - dodano jako opłata transakcyjna + (no label) + (brak etykiety) @@ -2168,10 +2039,6 @@ Pay &To: Zapłać &dla: - - Enter a label for this address to add it to your address book - Wprowadź etykietę dla tego adresu by dodać go do książki adresowej - &Label: &Etykieta: @@ -2240,12 +2107,19 @@ Memo: Notatka: + + + SendConfirmationDialog + + Yes + Tak + ShutdownWindow - Bitcoin Core is shutting down... - Blackcoin More się zamyka... + %1 is shutting down... + %1 się zamyka... Do not shut down the computer until this window disappears. @@ -2318,6 +2192,11 @@ &Verify Message &Zweryfikuj wiadomość + + Enter the receiver's address, message (ensure you copy line breaks, spaces, tabs, etc. exactly) and signature below to verify the message. Be careful not to read more into the signature than what is in the signed message itself, to avoid being tricked by a man-in-the-middle attack. Note that this only proves the signing party receives with the address, it cannot prove sendership of any transaction! + Wpisz adres, wiadomość oraz sygnaturę (podpis) odbiorcy (upewnij się, że dokładnie skopiujesz wszystkie zakończenia linii, spacje, tabulacje itp.). Uważaj by nie dodać więcej do podpisu niż do samej podpisywanej wiadomości by uniknąć ataku man-in-the-middle. +Zwróć uwagę, że poprawnie zweryfikowana wiadomość potwierdza to, że nadawca posiada klucz do adresu, natomiast nie potwierdza to, że poprawne wysłanie jakiejkolwiek transakcji! + The Bitcoin address the message was signed with Adres Blackcoin, którym została podpisana wiadomość @@ -2334,22 +2213,6 @@ Reset all verify message fields Resetuje wszystkie pola weryfikacji wiadomości - - Click "Sign Message" to generate signature - Kliknij "Podpisz Wiadomość" żeby uzyskać podpis - - - The entered address is invalid. - Podany adres jest nieprawidłowy. - - - Please check the address and try again. - Proszę sprawdzić adres i spróbować ponownie. - - - The entered address does not refer to a key. - Wprowadzony adres nie odnosi się do klucza. - Wallet unlock was cancelled. Odblokowanie portfela zostało anulowane. @@ -2366,37 +2229,9 @@ Message signed. Wiadomość podpisana. - - The signature could not be decoded. - Podpis nie może zostać zdekodowany. - - - Please check the signature and try again. - Sprawdź podpis i spróbuj ponownie. - - - The signature did not match the message digest. - Podpis nie odpowiada skrótowi wiadomości. - - - Message verification failed. - Weryfikacja wiadomości nie powiodła się. - - - Message verified. - Wiadomość zweryfikowana. - - + SplashScreen - - Bitcoin Core - Blackcoin More - - - The Bitcoin Core developers - Deweloperzy Blackcoin More - [testnet] [testnet] @@ -2411,34 +2246,6 @@ TransactionDesc - - Open until %1 - Otwórz do %1 - - - conflicted - konflikt - - - %1/offline - %1/offline - - - %1/unconfirmed - %1/niezatwierdzone - - - %1 confirmations - %1 potwierdzeń - - - Status - Status - - - , broadcast through %n node(s) - , przekazywany przez %n węzłów, przekazywany przez %n węzłów, przekazywany przez %n węzłów - Date Data @@ -2455,6 +2262,10 @@ From Od + + unknown + nieznane + To Do @@ -2471,106 +2282,22 @@ label etykieta - - Credit - Przypisy - - - matures in %n more block(s) - potwierdzona przy %n blokach więcejpotwierdzona przy %n blokach więcejpotwierdzona przy %n blokach więcej - - - not accepted - niezaakceptowane - - - Debit - Debet - - - Total debit - Razem wychodzących - - - Total credit - Razem przychodzących - - - Transaction fee - Opłata transakcyjna - - - Net amount - Kwota netto - Message Wiadomość - - Comment - Komentarz - - - Transaction ID - ID transakcji - - - Merchant - Kupiec - - - 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. - Wygenerowane monety muszą dojrzeć przez %1 bloków zanim będzie można je wydać. Gdy wygenerowałeś ten blok został on ogłoszony w sieci i dodany do łańcucha bloków. Jeżeli nie uda mu się wejść do łańcucha jego status zostanie zmieniony na "nie zaakceptowano" i nie będzie można go wydać. To czasem zdarza się gdy inny węzeł wygeneruje blok w kilka sekund od twojego. - - - Debug information - Informacje debugowania - - - Transaction - Transakcja - - - Inputs - Wejścia - Amount Kwota - - true - prawda - - - false - fałsz - - - , has not been successfully broadcast yet - , nie został jeszcze pomyślnie rozesłany - - - Open for %n more block(s) - Otwórz dla %n następnych blokówOtwórz dla %n następnych blokówOtwórz dla %n następnych bloków - - - unknown - nieznany - - + TransactionDescDialog - - Transaction details - Szczegóły transakcji - This pane shows a detailed description of the transaction Ten panel pokazuje szczegółowy opis transakcji - + TransactionTableModel @@ -2578,106 +2305,42 @@ Data - Type - Typ - - - Immature (%1 confirmations, will be available after %2) - Niedojrzała (%1 potwierdzeń, będzie dostępna po %2) - - - Open for %n more block(s) - Otwórz dla %n następnych blokówOtwórz dla %n następnych blokówOtwórz dla %n następnych bloków - - - Open until %1 - Otwórz do %1 - - - Confirmed (%1 confirmations) - Zatwierdzony (%1 potwierdzeń) - - - This block was not received by any other nodes and will probably not be accepted! - Ten blok nie został odebrany przez jakikolwiek inny węzeł i prawdopodobnie nie zostanie zaakceptowany! - - - Generated but not accepted - Wygenerowano ale nie zaakceptowano + Label + Etykieta Offline Offline - - Label - Etykieta - Unconfirmed - Niepotwierdzone: + Niepotwierdzone - Confirming (%1 of %2 recommended confirmations) - Potwierdzanie (%1 z %2 rekomendowanych potwierdzeń) + Abandoned + Porzucone Conflicted - Konflikt + Skonfliktowane - Received with - Otrzymane przez - - - Received from - Odebrano od + Generated but not accepted + Wygenerowane ale nie zaakceptowane Sent to - Wysłano do - - - Payment to yourself - Płatność do siebie - - - Mined - Wydobyto + Wysłane do watch-only tylko-obserwowany - (n/a) - (brak) + (no label) + (brak etykiety) - - Transaction status. Hover over this field to show number of confirmations. - Status transakcji. Najedź na pole, aby zobaczyć liczbę potwierdzeń. - - - Date and time that the transaction was received. - Data i czas odebrania transakcji. - - - Type of transaction. - Rodzaj transakcji. - - - Whether or not a watch-only address is involved in this transaction. - Czy adres tylko-obserwowany jest lub nie użyty w tej transakcji. - - - User-defined intent/purpose of the transaction. - Zdefiniowana przez użytkownika intencja/cel transakcji. - - - Amount removed from or added to balance. - Kwota usunięta z lub dodana do konta. - - + TransactionView @@ -2708,33 +2371,9 @@ Range... Zakres... - - Received with - Otrzymane przez - Sent to - Wysłano do - - - To yourself - Do siebie - - - Mined - Wydobyto - - - Other - Inne - - - Enter address or label to search - Wprowadź adres albo etykietę żeby wyszukać - - - Min amount - Min suma + Wysłane do Copy address @@ -2752,58 +2391,14 @@ Copy transaction ID Skopiuj ID transakcji - - Copy raw transaction - Skopiuj surowe dane transakcji - - - Edit label - Zmień etykietę - - - Show transaction details - Pokaż szczegóły transakcji - - - Export Transaction History - Eksport historii transakcji - - - Watch-only - Tylko obserwowany - - - Exporting Failed - Błąd przy próbie eksportu - - - There was an error trying to save the transaction history to %1. - Wystąpił błąd przy próbie zapisu historii transakcji do %1. - - - Exporting Successful - Eksport powiódł się - - - The transaction history was successfully saved to %1. - Historia transakcji została zapisana do %1. - Comma separated file (*.csv) - CSV (rozdzielany przecinkami) - - - Confirmed - Potwierdzony + Plik *.CSV (dane rozdzielane przecinkami) Date Data - - Type - Typ - Label Etykieta @@ -2813,18 +2408,10 @@ Adres - ID - ID + Exporting Failed + Eksportowanie nie powiodło się - - Range: - Zakres: - - - to - do - - + UnitDisplayStatusBarControl @@ -2834,53 +2421,13 @@ WalletFrame - - No wallet has been loaded. - Nie załadowano żadnego portfela. - - + WalletModel - - Send Coins - Wyślij monety - - + WalletView - - &Export - &Eksportuj - - - Export the data in the current tab to a file - Eksportuj dane z aktywnej karty do pliku - - - Backup Wallet - Kopia zapasowa portfela - - - Wallet Data (*.dat) - Dane portfela (*.dat) - - - Backup Failed - Nie udało się wykonać kopii zapasowej - - - There was an error trying to save the wallet data to %1. - Wystąpił błąd przy próbie zapisu pliku portfela do %1. - - - The wallet data was successfully saved to %1. - Plik portfela został zapisany do %1. - - - Backup Successful - Wykonano kopię zapasową - - + bitcoin-core @@ -2903,6 +2450,22 @@ Accept command line and JSON-RPC commands Akceptuj linię poleceń oraz polecenia JSON-RPC + + If <category> is not supplied or if <category> = 1, output all debugging information. + Jeżeli <category> nie zostanie określona lub <category> = 1, wyświetl wszystkie informacje debugowania. + + + Prune configured below the minimum of %d MiB. Please use a higher number. + Przycinanie skonfigurowano poniżej minimalnych %d MiB. Proszę użyć wyższej liczby. + + + Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node) + Prune: ostatnia synchronizacja portfela jest za danymi. Muszisz -reindexować (pobrać cały ciąg bloków ponownie w przypadku przyciętego węzła) + + + Rescans are not possible in pruned mode. You will need to use -reindex which will download the whole blockchain again. + Ponowne skanowanie nie jest możliwe w trybie przycinania. Będzie trzeba użyć -reindex, co pobierze ponownie cały łańcuch bloków. + Error: A fatal internal error occurred, see debug.log for details Błąd: Wystąpił fatalny błąd wewnętrzny, sprawdź szczegóły w debug.log @@ -2924,77 +2487,93 @@ Uruchomienie serwera HTTP nie powiodło się. Zobacz dziennik debugowania, aby uzyskać więcej szczegółów. - Accept connections from outside (default: 1 if no -proxy or -connect) - Akceptuj połączenia z zewnątrz (domyślnie: 1 jeśli nie ustawiono -proxy lub -connect) + Bitcoin Core + Blackcoin More + + + The %s developers + Deweloperzy %s + + + A fee rate (in %s/kB) that will be used when fee estimation has insufficient data (default: %s) + Stawka prowizji (w %s/kB), która będzie użyta, gdy oszacowane dane o prowizjach nie będą wystarczające (domyślnie: %s) + + + Accept relayed transactions received from whitelisted peers even when not relaying transactions (default: %d) + Accept relayed transactions received from whitelisted peers even when not relaying transactions (default: %d) Bind to given address and always listen on it. Use [host]:port notation for IPv6 Skojarz z podanym adresem i nasłuchuj na nim. Użyj formatu [host]:port dla IPv6 + + Cannot obtain a lock on data directory %s. %s is probably already running. + Nie można uzyskać blokady na katalogu z danymi %s. %s najprawdopodobniej jest już uruchomiony. + Delete all wallet transactions and only recover those parts of the blockchain through -rescan on startup Usuwa wszystkie transakcje w portfelu i tylko odtwarza te części z łańcucha bloków poprzez -rescan przy starcie - Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. - Rozprowadzane na licencji MIT, zobacz dołączony plik COPYING lub <http://www.opensource.org/licenses/mit-license.php>. + Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect. + Błąd odczytu %s! Wszystkie klucze zostały odczytane poprawnie, ale może brakować danych transakcji lub wpisów w książce adresowej, lub mogą one być nieprawidłowe. Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) Wykonaj polecenie, kiedy transakcja portfela ulegnie zmianie (%s w poleceniu zostanie zastąpione przez TxID) + + Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly. + Proszę sprawdzić czy data i czas na Twoim komputerze są poprawne! Jeżeli ustawienia zegara będą złe, %s nie będzie działał prawidłowo. + Set the number of script verification threads (%u to %d, 0 = auto, <0 = leave that many cores free, default: %d) Ustaw liczbę wątków skryptu weryfikacyjnego (%u do %d, 0 = auto, <0 = zostaw tyle rdzeni wolnych, domyślnie: %d) - This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - To jest testowa wersja - używaj na własne ryzyko - nie używaj do wykopywania oraz przy aplikacjach kupieckich + Use UPnP to map the listening port (default: 1 when listening and no -proxy) + Użyj UPnP do mapowania portu nasłuchu (domyślnie: 1 gdy nasłuchuje i brak -proxy) - Unable to bind to %s on this computer. Bitcoin Core is probably already running. - Nie można przywiązać z portem %s na tym komputerze. Blackcoin More prawdopodobnie już działa. + You need to rebuild the database using -reindex-chainstate to change -txindex + Musisz przebudować bazę używając -reindex-chainstate aby zmienić -txindex - WARNING: abnormally high number of blocks generated, %d blocks received in the last %d hours (%d expected) - UWAGA: nienaturalnie duża liczba wygenerowanych bloków, %d bloków otrzymano w ostatnich %d godzinach (%d oczekiwanych) + %s corrupt, salvage failed + %s uszkodzony, odtworzenie się nie powiodło - WARNING: check your network connection, %d blocks received in the last %d hours (%d expected) - UWAGA: sprawdź swoje połączenie sieciowe, %d bloków otrzymano w ostatnich %d godzinach (%d oczekiwanych) - - - Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. - Ostrzeżenie: Sieć nie wydaje się w pełni zgodna! Niektórzy górnicy wydają się doświadczać problemów. - - - Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. - Uwaga: Wygląda na to, że nie ma pełnej zgodności z naszymi peerami! Możliwe, że potrzebujesz aktualizacji bądź inne węzły jej potrzebują - - - 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. - Ostrzeżenie: Odtworzono dane z uszkodzonego pliku wallet.dat! Oryginalny wallet.dat został zapisany jako wallet.{timestamp}.bak w %s; jeśli twoje saldo lub transakcje są niepoprawne powinieneś odtworzyć kopię zapasową. - - - Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. - Dodawaj do białej listy węzły łączące się z podanej maski sieciowej lub adresu IP. Może być określona kilka razy. + -maxmempool must be at least %d MB + -maxmempool musi być przynajmniej %d MB <category> can be: <category> mogą być: + + Append comment to the user agent string + Dodaj komentarz do pola user agent + + + Attempt to recover private keys from a corrupt wallet on startup + Próbuj odzyskać klucze prywatne z uszkodzonego portfela podczas uruchamiania. + Block creation options: Opcje tworzenia bloku: - Connect only to the specified node(s) - Łącz się tylko do wskazanego węzła/węzłów + Cannot resolve -%s address: '%s' + Nie można rozpoznać -%s adresu: '%s' Connection options: Opcje połączenia: + + Copyright (C) %i-%i + Prawa autorskie (C) %i-%i + Corrupted block database detected Wykryto uszkodzoną bazę bloków @@ -3011,6 +2590,10 @@ Do you want to rebuild the block database now? Czy chcesz teraz przebudować bazę bloków? + + Enable publish hash block in <address> + Włącz wyświetlanie hasha bloku w <address> + Error initializing block database Błąd inicjowania bazy danych bloków @@ -3019,6 +2602,18 @@ Error initializing wallet database environment %s! Błąd inicjowania środowiska bazy portfela %s! + + Error loading %s + Błąd ładowania %s + + + Error loading %s: Wallet corrupted + Błąd ładowania %s: Uszkodzony portfel + + + Error loading %s: Wallet requires newer version of %s + Błąd ładowania %s: Portfel wymaga nowszej wersji %s + Error loading block database Błąd ładowania bazy bloków @@ -3043,10 +2638,34 @@ Incorrect or no genesis block found. Wrong datadir for network? Nieprawidłowy lub brak bloku genezy. Błędny folder_danych dla sieci? + + Initialization sanity check failed. %s is shutting down. + Wstępna kontrola poprawności nie powiodła się. %s wyłącza się. + Invalid -onion address: '%s' Nieprawidłowy adres -onion: '%s' + + Invalid amount for -%s=<amount>: '%s' + Nieprawidłowa kwota dla -%s=<amount>: '%s' + + + Invalid amount for -fallbackfee=<amount>: '%s' + Nieprawidłowa kwota dla -fallbackfee=<amount>: '%s' + + + Keep the transaction memory pool below <n> megabytes (default: %u) + Utrzymuj obszar pamięci dla transakcji poniżej <n> MB (default: %u) + + + Loading banlist... + Ładowanie listy zablokowanych... + + + Location of the auth cookie (default: data dir) + Lokalizacja autoryzacyjnego pliku cookie (domyślnie: ścieżka danych) + Not enough file descriptors available. Brak wystarczającej liczby deskryptorów plików. @@ -3055,6 +2674,14 @@ Only connect to nodes in network <net> (ipv4, ipv6 or onion) Łącz z węzłami tylko w sieci <net> (ipv4, piv6 lub onion) + + Print this help message and exit + Wyświetl ten tekst pomocy i wyjdź + + + Print version and exit + Wyświetl wersję i wyjdź + Prune cannot be configured with a negative value. Przycinanie nie może być skonfigurowane z negatywną wartością. @@ -3063,6 +2690,14 @@ Prune mode is incompatible with -txindex. Tryb ograniczony jest niekompatybilny z -txindex. + + Rebuild chain state and block index from the blk*.dat files on disk + Odbuduj stan lańcucha i indeks bloków z obecnych na dysku plików blk*.dat + + + Rebuild chain state from the currently indexed blocks + Odbuduj stan łańcucha z aktualnie zindeksowanych bloków + Set database cache size in megabytes (%d to %d, default: %d) Ustaw wielkość pamięci podręcznej w megabajtach (%d do %d, domyślnie: %d) @@ -3075,6 +2710,14 @@ Specify wallet file (within data directory) Określ plik portfela (w obrębie folderu danych) + + The source code is available from %s. + Kod źródłowy dostępny jest z %s. + + + Unable to bind to %s on this computer. %s is probably already running. + Nie można przywiązać do %s na tym komputerze. %s prawdopodobnie jest już uruchomiony. + Unsupported argument -benchmark ignored, use -debug=bench. Niewspierany argument -benchmark zignorowany, użyj -debug=bench. @@ -3083,10 +2726,18 @@ Unsupported argument -debugnet ignored, use -debug=net. Niewspierany argument -debugnet zignorowany, użyj -debug=net. + + Unsupported argument -tor found, use -onion. + Znaleziono nieprawidłowy argument -tor, użyj -onion. + Use UPnP to map the listening port (default: %u) Użyj UPnP do przekazania portu nasłuchu (domyślnie : %u) + + User Agent comment (%s) contains unsafe characters. + Komentarz User Agent (%s) zawiera niebezpieczne znaki. + Verifying blocks... Weryfikacja bloków... @@ -3099,18 +2750,18 @@ Wallet %s resides outside data directory %s Portfel %s znajduje się poza folderem danych %s + + Wallet debugging/testing options: + Opcje debugowania/testowania portfela: + + + Wallet needed to be rewritten: restart %s to complete + Portfel wymaga przepisania: zrestartuj %s aby ukończyć + Wallet options: Opcje portfela: - - Warning: This version is obsolete; upgrade required! - Uwaga: Ta wersja jest przestarzała, wymagana jest aktualizacja! - - - You need to rebuild the database using -reindex to change -txindex - Musisz przebudować bazę używając parametru -reindex aby zmienić -txindex - 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 Pozwól na połączenia JSON-RPC z podanego źródła. Jako <ip> prawidłowe jest pojedyncze IP (np. 1.2.3.4), podsieć/maska (np. 1.2.3.4/255.255.255.0) lub sieć/CIDR (np. 1.2.3.4/24). Opcja ta może być użyta wiele razy. @@ -3123,10 +2774,6 @@ 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) Powiąż się z podanym adresem, aby nasłuchiwać połączenia JSON-RPC. Użyj notacji [host]:port dla IPv6. Ta opcja może być określona kilka razy (domyślnie: powiąż ze wszystkimi interfejsami) - - Cannot obtain a lock on data directory %s. Bitcoin Core is probably already running. - Nie można uzyskać blokady na katalogu z danymi %s. Blackcoin More najprawdopodobniej jest już uruchomiony. - Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) Twórz nowe pliki z domyślnymi dla systemu uprawnieniami, zamiast umask 077 (skuteczne tylko przy wyłączonej funkcjonalności portfela) @@ -3143,6 +2790,10 @@ Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message) Uruchom polecenie przy otrzymaniu odpowiedniego powiadomienia lub gdy zobaczymy naprawdę długie rozgałęzienie (%s w poleceniu jest podstawiane za komunikat) + + Fees (in %s/kB) smaller than this are considered zero fee for relaying, mining and transaction creation (default: %s) + Opłaty (w %s/Kb) mniejsze niż ta, będą traktowane jako zerowe przy tworzeniu, przesyłaniu i zatwierdzaniu transakcji (domyślnie: %s) + If paytxfee is not set, include enough fee so transactions begin confirmation on average within n blocks (default: %u) Jeżeli nie ustawiono paytxfee, dołącz wystarczająca opłatę, aby transakcja mogła zostać zatwierdzona w ciągu średniej ilości n bloków (domyślnie: %u) @@ -3155,25 +2806,17 @@ Maximum size of data in data carrier transactions we relay and mine (default: %u) Maksymalny rozmiar danych w transakcji przekazującej dane które przekazujemy i wydobywamy (domyślnie: %u) - - Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect) - Wyszukaj adresy węzłów wykorzystując zapytanie DNS, jeżeli masz mało adresów (domyślnie: 1 jeśli nie użyto -connect) - Set maximum size of high-priority/low-fee transactions in bytes (default: %d) Ustaw maksymalny rozmiar transakcji o wysokim priorytecie/niskiej prowizji w bajtach (domyślnie: %d) - - Set the number of threads for coin generation if enabled (-1 = all cores, default: %d) - Ustaw liczbę wątków dla generowania monet (-1 = wszystkie rdzenie, domyślnie: %d) - The transaction amount is too small to send after the fee has been deducted Zbyt niska kwota transakcji do wysłania po odjęciu opłaty - 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. - Program ten zawiera oprogramowanie stworzone przez OpenSSL Project do użycia w OpensSSL Toolkit <https://www.openssl.org/>, oprogramowanie kryptograficzne napisane przez Eric Young oraz oprogramowanie UPnP napisane przez Thomas Bernard. + Use hierarchical deterministic key generation (HD) after BIP32. Only has effect during wallet creation/first start + Użyj hierarchicznej deterministycznej metody generowania kluczy (HD) zgodnie z BIP32. Ma znaczenie tylko podczas tworzenia portfela/pierwszego startu. 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 @@ -3187,38 +2830,14 @@ Accept public REST requests (default: %u) Akceptuj publiczne żądania REST (domyślnie: %u) - - Activating best chain... - Aktywuje najlepszy łańcuch - - - Always relay transactions received from whitelisted peers (default: %d) - Zawsze przekazuj informacje o transakcjach otrzymanych od osób z białej listy (domyślnie: %d) - - - Attempt to recover private keys from a corrupt wallet.dat on startup - Próbuj podczas uruchamiania programu odzyskać klucze prywatne z uszkodzonego pliku wallet.dat - Automatically create Tor hidden service (default: %d) Stwórz automatycznie ukrytą usługę Tora (domyślnie: %d) - - Cannot resolve -whitebind address: '%s' - Nie można rozwiązać adresu -whitebind: '%s' - Connect through SOCKS5 proxy Połącz przez SOCKS5 proxy - - Copyright (C) 2009-%i The Bitcoin Core Developers - Copyright (C) 2018-%i The Blackcoin More Developers - - - Error loading wallet.dat: Wallet requires newer version of Bitcoin Core - Błąd ładowania wallet.dat: Portfel wymaga nowszej wersji Blackcoin More - Error reading from database, shutting down. Błąd odczytu z bazy danych, wyłączam się. @@ -3231,22 +2850,6 @@ Information Informacja - - Initialization sanity check failed. Bitcoin Core is shutting down. - Wstępna kontrola poprawności nie powiodła się. Blackcoin More wyłącza się. - - - Invalid amount for -maxtxfee=<amount>: '%s' - Nieprawidłowa kwota dla -maxtxfee=<amount>: '%s' - - - Invalid amount for -minrelaytxfee=<amount>: '%s' - Nieprawidłowa kwota dla -minrelaytxfee=<amount>: '%s' - - - Invalid amount for -mintxfee=<amount>: '%s' - Nieprawidłowa kwota dla -mintxfee=<amount>: '%s' - Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) Nieprawidłowa kwota dla -paytxfee=<amount>: '%s' (musi być co najmniej %s) @@ -3272,12 +2875,8 @@ Opcje serwera RPC: - Rebuild block chain index from current blk000??.dat files on startup - Odbuduj indeks łańcucha bloków z obecnych plików blk000??.dat podczas ponownego uruchomienia - - - Receive and display P2P network alerts (default: %u) - Odbieranie i wyświetlanie alertów sieci P2P (domyślnie: %u) + Reducing -maxconnections from %d to %d, because of system limitations. + Zmniejszanie -maxconnections z %d do %d z powodu ograniczeń systemu. Rescan the block chain for missing wallet transactions on startup @@ -3316,12 +2915,12 @@ Hasło zabezpieczające portu kontrolnego Tora (domyślnie: puste) - Transaction amount too small - Zbyt niska kwota transakcji + Tor control port to use if onion listening enabled (default: %s) + Port kontrolny sieci Tor jeśli onion listening jest włączone (domyślnie: %s) - Transaction amounts must be positive - Kwota transakcji musi być dodatnia + Transaction amount too small + Zbyt niska kwota transakcji Transaction too large for fee policy @@ -3343,10 +2942,6 @@ Username for JSON-RPC connections Nazwa użytkownika dla połączeń JSON-RPC - - Wallet needed to be rewritten: restart Bitcoin Core to complete - Portfel wymaga przepisania: zrestartuj Blackcoina aby ukończyć - Warning Ostrzeżenie @@ -3356,8 +2951,8 @@ Usuwam wszystkie transakcje z portfela... - wallet.dat corrupt, salvage failed - wallet.dat uszkodzony, odtworzenie się nie powiodło + ZeroMQ notification options: + Opcje powiadomień ZeroMQ: Password for JSON-RPC connections @@ -3367,10 +2962,6 @@ Execute command when the best block changes (%s in cmd is replaced by block hash) Wykonaj polecenie kiedy najlepszy blok ulegnie zmianie (%s w komendzie zastanie zastąpione przez hash bloku) - - This help message - Ta wiadomość pomocy - Allow DNS lookups for -addnode, -seednode and -connect Zezwól -addnode, -seednode i -connect na łączenie się z serwerem DNS @@ -3379,21 +2970,21 @@ Loading addresses... Wczytywanie adresów... - - Error loading wallet.dat: Wallet corrupted - Błąd ładowania wallet.dat: Uszkodzony portfel - (1 = keep tx meta data e.g. account owner and payment request information, 2 = drop tx meta data) (1 = zachowaj wysłane metadane np. właściciel konta i informacje o żądaniach płatności, 2 = porzuć wysłane metadane) + + -maxtxfee is set very high! Fees this large could be paid on a single transaction. + -maxtxfee ma ustawioną badzo dużą wartość! Tak wysokie opłaty mogą być zapłacone w jednej transakcji. + Do not keep transactions in the mempool longer than <n> hours (default: %u) Nie trzymaj w pamięci transakcji starszych niż <n> godz. (domyślnie: %u) - Error reading wallet.dat! All keys read correctly, but transaction data or address book entries might be missing or incorrect. - Ostrzeżenie: błąd odczytu wallet.dat! Wszystkie klucze zostały odczytane, ale może brakować pewnych danych transakcji lub wpisów w książce adresowej lub mogą one być nieprawidłowe. + Fees (in %s/kB) smaller than this are considered zero fee for transaction creation (default: %s) + Opłaty (w %s/Kb) mniejsze niż ta będą traktowane jako bez opłaty przy tworzeniu transakcji (domyślnie: %s) How thorough the block verification of -checkblocks is (0-4, default: %u) @@ -3411,14 +3002,38 @@ Output debugging information (default: %u, supplying <category> is optional) Wypuść informacje debugowania (domyślnie: %u, podanie <category> jest opcjonalne) + + Support filtering of blocks and transaction with bloom filters (default: %u) + Wspieraj filtrowanie bloków i transakcji używając Filtrów Blooma (domyślnie: %u) + + + Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments. + Całkowita długość łańcucha wersji (%i) przekracza maksymalną dopuszczalną długość (%i). Zmniejsz ilość lub rozmiar parametru uacomment. + + + Tries to keep outbound traffic under the given target (in MiB per 24h), 0 = no limit (default: %d) + Próbuje utrzymać ruch wychodzący poniżej zadanego (w MiB na 24h), 0 = bez limitu (domyślnie: %d) + Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported. Znaleziono niewspierany argument -socks. Wybieranie wersji SOCKS nie jest już możliwe, wsparcie programu obejmuje tylko proxy SOCKS5 + + Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay. + Niewspierany argument -whitelistalwaysrelay zignorowany, użyj -whitelistrelay i/lub -whitelistforcerelay. + Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) Użyj oddzielnego prozy SOCKS5 aby osiągnąć węzły w ukrytych usługach Tor (domyślnie: %s) + + Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup. + Ostrzeżenie: Odtworzono dane z uszkodzonego pliku portfela! Oryginalny %s został zapisany jako %s w %s; jeśli twoje saldo lub transakcje są niepoprawne powinieneś odtworzyć kopię zapasową. + + + %s is set very high! + %s jest ustawione bardzo wysoko! + (default: %s) (domyślnie: %s) @@ -3427,14 +3042,6 @@ Always query for peer addresses via DNS lookup (default: %u) Zawsze wypytuj o adresy węzłów poprzez podejrzenie DNS (domyślnie: %u) - - Error loading wallet.dat - Błąd ładowania wallet.dat - - - Generate coins (default: %u) - Generuj monety (domyślnie: %u) - How many blocks to check at startup (default: %u, 0 = all) Ile bloków sprawdzić przy starcie (domyślnie: %u, 0 = wszystkie) @@ -3487,10 +3094,6 @@ Set key pool size to <n> (default: %u) Ustaw rozmiar puli kluczy na <n> (domyślnie: %u) - - Set minimum block size in bytes (default: %u) - Ustaw minimalny rozmiar bloku w bajtach (domyślnie: %u) - Set the number of threads to service RPC calls (default: %d) Ustaw liczbę wątków do obsługi RPC (domyślnie: %d) @@ -3515,22 +3118,18 @@ Threshold for disconnecting misbehaving peers (default: %u) Próg, po którym nastąpi rozłączenie węzłów nietrzymających się zasad (domyślnie: %u) + + Transaction amounts must not be negative + Kwota transakcji musi być dodatnia + + + Transaction must have at least one recipient + Transakcja wymaga co najmniej jednego odbiorcy + Unknown network specified in -onlynet: '%s' Nieznana sieć w -onlynet: '%s' - - Cannot resolve -bind address: '%s' - Nie można uzyskać adresu -bind: '%s' - - - Cannot resolve -externalip address: '%s' - Nie można uzyskać adresu -externalip: '%s' - - - Invalid amount for -paytxfee=<amount>: '%s' - Nieprawidłowa kwota dla -paytxfee=<amount>: '%s' - Insufficient funds Niewystarczające środki diff --git a/src/qt/locale/bitcoin_pt_BR.ts b/src/qt/locale/bitcoin_pt_BR.ts index 89c3a84b7..7e0dfb407 100644 --- a/src/qt/locale/bitcoin_pt_BR.ts +++ b/src/qt/locale/bitcoin_pt_BR.ts @@ -3,7 +3,7 @@ AddressBookPage Right-click to edit address or label - Clique com o botão direito para editar o endereço ou rótulo + Clique com o botão direito para editar o endereço ou rótulo Create a new address @@ -25,10 +25,6 @@ C&lose &Fechar - - &Copy Address - &Copiar Endereço - Delete the currently selected address from the list Excluir os endereços selecionados da lista @@ -43,15 +39,15 @@ &Delete - &Excluir + E&xcluir Choose the address to send coins to - Escolha o endereço para enviar moedas + Escoha o endereço para enviar moedas Choose the address to receive coins with - Escolha o endereço para receber moedas + Escolha o enereço para receber moedas C&hoose @@ -59,7 +55,7 @@ Sending addresses - Endereços para envios + Endereços de envio Receiving addresses @@ -67,15 +63,19 @@ These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - Esses são seus endereços Blackcoin para enviar pagamentos. Confira sempre a quantia e o destinatário antes de enviar moedas. + Estes são os seus endereços para enviar pagamentos. Sempre cheque a quantia e o endereço do destinatário antes de enviar moedas. These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Estes são os seus endereços Blackcoin para receber pagamentos. Recomenda-se a utilização de um novo endereço de recebimento para cada transação. + Estes são os seus endereços para receber pagamentos. É recomendado usar um novo para cada transação. + + + &Copy Address + &Copiar endereço Copy &Label - Copiar &Rótulo + Copiar rótu&lo &Edit @@ -87,15 +87,15 @@ Comma separated file (*.csv) - Arquivo separado por vírgulas (*. csv) + Comma separated file (*.csv) Exporting Failed - Exportação Falhou + Falha na exportação There was an error trying to save the address list to %1. Please try again. - Ocorreu um erro ao tentar salvar a lista de endereço em %1.. Por favor tente novamente. + Erro ao salvar a lista de endereço para %1. Tente novamente. @@ -110,7 +110,7 @@ (no label) - (Sem rótulo) + (sem rótulo) @@ -131,13 +131,17 @@ Repeat new passphrase Repita a nova frase de segurança + + 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>. + Insira a nova senha para a carteira.<br/>Favor usar uma senha com <b>dez ou mais caracteres aleatórios</b>, ou <b>oito ou mais palavras</b>. + Encrypt wallet Criptografar carteira This operation needs your wallet passphrase to unlock the wallet. - Esta operação precisa de sua frase de segurança para desbloquear a carteira. + Esta operação precisa da sua senha para desbloquear a carteira. Unlock wallet @@ -145,7 +149,7 @@ This operation needs your wallet passphrase to decrypt the wallet. - Esta operação precisa de sua frase de segurança para descriptografar a carteira. + Esta operação precisa da sua senha para descriptografar a carteira Decrypt wallet @@ -153,7 +157,11 @@ Change passphrase - Alterar frase de segurança + Alterar senha + + + Enter the old passphrase and new passphrase to the wallet. + Insira a senha antiga e a nova para a carteira. Confirm wallet encryption @@ -161,63 +169,51 @@ Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! - Atenção: Se você criptografar sua carteira e perder sua frase, você vai <b>perder todos os seus BLACKCOINS:!</b> + Aviso: Se você criptografar sua carteira e perder sua senha, você vai <b>PERDER TODOS OS SEUS BLACKCOINS</b>! Are you sure you wish to encrypt your wallet? - Tem certeza de que deseja criptografar sua carteira? - - - Bitcoin Core will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - O Blackcoin irá fechar agora para terminar o processo de criptografia. Lembre-se que criptografando sua carteira não te protege totalmente de ter seus blackcoins roubados por um malware que infectar seu computador. - - - 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. - IMPORTANTE: Qualquer backup prévio que você tenha feito do seu arquivo wallet deve ser substituído pelo novo e encriptado arquivo wallet gerado. Por razões de segurança, qualquer backup do arquivo wallet não criptografado se tornará inútil assim que você começar a usar uma nova carteira criptografada. - - - Warning: The Caps Lock key is on! - Atenção: A tecla Caps Lock está ligada! + Tem certeza que deseja criptografar a carteira? Wallet encrypted Carteira criptografada - 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>. - Digite a nova frase da carteira. <br/>Por favor utilize uma senha com <b>dez ou mais caracteres aleartórios</b>, ou <b>oito ou mais palavras</b>. - - - Enter the old passphrase and new passphrase to the wallet. - Insira a frase antiga e a nova da carteira. + 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. + IMPORTANTE: Qualquer backup prévio que você tenha feito da sua carteira deve ser substituído pelo novo e encriptado arquivo gerado. Por razões de segurança, qualquer backup do arquivo não criptografado se tornará inútil assim que você começar a usar uma nova carteira criptografada. Wallet encryption failed - A criptografia da carteira falhou + Falha ao criptografar carteira Wallet encryption failed due to an internal error. Your wallet was not encrypted. - A criptografia da carteira falhou devido a um erro interno. Sua carteira não estava criptografada. + Falha na criptografia devido a um erro inerno. Sua carteira não foi criptografada. The supplied passphrases do not match. - A frase de segurança fornecida não confere. + As senhas não conferem. Wallet unlock failed - O desbloqueio da carteira falhou + Falha ao desbloquear carteira The passphrase entered for the wallet decryption was incorrect. - A frase de segurança digitada para a descriptografia da carteira estava incorreta. + A senha inserida para descriptografar a carteira está incorreta. Wallet decryption failed - A descriptografia da carteira falhou + Falha ao descriptografar a carteira Wallet passphrase was successfully changed. - A frase de segurança da carteira foi alterada com êxito. + A senha da carteira foi alterada com êxito. + + + Warning: The Caps Lock key is on! + Aviso: Tecla Caps Lock ativa! @@ -235,7 +231,7 @@ BitcoinGUI Sign &message... - &Assinar mensagem... + Assinar &mensagem... Synchronizing with network... @@ -269,6 +265,14 @@ Quit application Sair da aplicação + + &About %1 + &About %1 + + + Show information about %1 + Mostrar informações sobre %1 + About &Qt Sobre &Qt @@ -281,6 +285,10 @@ &Options... &Opções... + + Modify configuration options for %1 + Modificar opções de configuração para o %1 + &Encrypt Wallet... &Criptografar Carteira... @@ -306,12 +314,20 @@ Abrir &URI... - Bitcoin Core client - Cliente Blackcoin More + Click to disable network activity. + Clique para desativar a atividade de rede. - Importing blocks from disk... - Importando blocos do disco... + Network activity disabled. + Atividade de rede desativada. + + + Click to enable network activity again. + Clique para ativar a atividade de rede. + + + Syncing Headers (%1%)... + Sincronizando cabeçahos (%1%)... Reindexing blocks on disk... @@ -331,7 +347,7 @@ &Debug window - Janela de &Depuração + Janela de &depuração Open debugging and diagnostic console @@ -357,13 +373,9 @@ &Receive &Receber - - Show information about Bitcoin Core - Mostrar informações sobre Blackcoin More - &Show / Hide - &Exibir/Ocultar + &Exibir / Ocultar Show or hide the main Window @@ -397,22 +409,10 @@ Tabs toolbar Barra de ferramentas - - Bitcoin Core - Blackcoin - Request payments (generates QR codes and bitcoin: URIs) Solicitações de pagamentos (gera códigos QR e blackcoin: URIs) - - &About Bitcoin Core - &Sobre Blackcoin More - - - Modify configuration options for Bitcoin Core - Modificar opções de configuração do Blackcoin More - Show the list of used sending addresses and labels Mostrar a lista de endereços de envio e rótulos usados @@ -429,42 +429,22 @@ &Command-line options Opções de linha de &comando - - Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options - Mostra a mensagem de ajuda do Blackcoin para pegar a lista com os comandos possíveis - %n active connection(s) to Bitcoin network %n conexão ativa na rede Blackcoin%n conexões ativas na rede Blackcoin - No block source available... - Nenhum servidor disponível... + Indexing blocks on disk... + Indexando blocos no disco... + + + Processing blocks on disk... + Processando blocos no disco... Processed %n block(s) of transaction history. %n bloco processado do histórico de transações.%n blocos processados do histórico de transações. - - %n hour(s) - %n hora%n horas - - - %n day(s) - %n dia%n dias - - - %n week(s) - %n semana%n semanas - - - %1 and %2 - %1 e %2 - - - %n year(s) - %n ano%n anos - %1 behind %1 atrás @@ -493,6 +473,18 @@ Up to date Atualizado + + Show the %1 help message to get a list with possible Bitcoin command-line options + Mostrar a mensagem de ajuda do %1 para obter uma lista com possíveis opções de linha de comando Blackcoin + + + %1 client + %1 cliente + + + Connecting to peers... + Conectando... + Catching up... Recuperando o atraso ... @@ -535,6 +527,14 @@ Incoming transaction Transação recebida + + HD key generation is <b>enabled</b> + Geração de chave HD está <b>ativada</b> + + + HD key generation is <b>disabled</b> + Geração de chave HD está <b>desativada</b> + Wallet is <b>encrypted</b> and currently <b>unlocked</b> Carteira está <b>criptografada</b> e atualmente <b>desbloqueada</b> @@ -543,12 +543,9 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> Carteira está <b>criptografada</b> e atualmente <b>bloqueada</b> - - - ClientModel - Network Alert - Alerta da Rede + A fatal error occurred. Bitcoin can no longer continue safely and will quit. + Um erro fatal ocorreu. Blackcoin não pode continuar em segurança e irá fechar. @@ -569,10 +566,6 @@ Amount: Quantia: - - Priority: - Prioridade: - Fee: Taxa: @@ -607,11 +600,11 @@ Received with label - Recebido com rótulo + Rótulo Received with address - Recebido com endereço + Endereço Date @@ -625,10 +618,6 @@ Confirmed Confirmado - - Priority - Prioridade - Copy address Copiar endereço @@ -647,15 +636,15 @@ Lock unspent - Travar não gasto + Boquear saída Unlock unspent - Destravar não gasto + Desboquear saída Copy quantity - Copiar quantidade + Copiar quantia Copy fee @@ -663,83 +652,23 @@ Copy after fee - Copia pós-taxa + Copiar pós taxa Copy bytes Copiar bytes - - Copy priority - Copia prioridade - Copy dust Copiar poeira Copy change - Copia alteração - - - highest - mais alta possível - - - higher - muito alta - - - high - alta - - - medium-high - média-alta - - - medium - média - - - low-medium - média-baixa - - - low - baixa - - - lower - muito baixa - - - lowest - a mais baixa possível + Copiar troco (%1 locked) - (%1 travado) - - - none - Nenhum - - - This label turns red if the transaction size is greater than 1000 bytes. - Este texto fica vermelho se o tamanho da transação for maior que 1000 bytes. - - - This label turns red if the priority is smaller than "medium". - Este texto fica vermelho se a prioridade é menor que "medio". - - - This label turns red if any recipient receives an amount smaller than %1. - Este texto fica vermelho se qualquer destinatário receber uma quantidade menor que %1. - - - Can vary +/- %1 satoshi(s) per input. - Pode variar +/- %1 satoshi(s) por entrada. + (%1 bloqueada) yes @@ -750,20 +679,16 @@ não - This means a fee of at least %1 per kB is required. - Isso significa que uma taxa de pelo menos %1 por kB é necessária. + This label turns red if any recipient receives an amount smaller than the current dust threshold. + Este texto fica vermelho se qualquer destinatário receber uma quantidade menor que que o dust. - Can vary +/- 1 byte per input. - Pode variar +/- 1 byte por entrada. - - - Transactions with higher priority are more likely to get included into a block. - Transações de alta prioridade são mais propensas a serem incluídas em um bloco. + Can vary +/- %1 satoshi(s) per input. + Pode variar +/- %1 satoshi(s) por entrada (no label) - (Sem rótulo) + (sem rótulo) change from %1 (%2) @@ -812,21 +737,21 @@ Edit sending address Editar endereço de envio + + The entered address "%1" is not a valid Bitcoin address. + O endereço digitado "%1" não é um endereço válido. + The entered address "%1" is already in the address book. O endereço digitado "%1" já se encontra no catálogo de endereços. - - The entered address "%1" is not a valid Bitcoin address. - O endereço digitado "%1" não é um endereço Blackcoin válido. - Could not unlock wallet. - Não foi possível desbloquear a carteira. + Não foi possível desbloquear a carteira New key generation failed. - A geração de nova chave falhou. + Falha ao gerar chave @@ -854,10 +779,6 @@ HelpMessageDialog - - Bitcoin Core - Blackcoin More - version versão @@ -867,8 +788,8 @@ (%1-bit) - About Bitcoin Core - Sobre o Blackcoin More + About %1 + Sobre %1 Command-line options @@ -907,8 +828,8 @@ Exibir tela de abertura na inicialização (padrão: %u) - Reset all settings changes made over the GUI - Desfazer todas as mudanças de configuração feitas na interface + Reset all settings changed in the GUI + Resetar todas as configuraçãoes do GUI @@ -918,16 +839,16 @@ Bem-vindo - Welcome to Bitcoin Core. - Bem vindo ao Blackcoin More. + Welcome to %1. + Bem vindo ao %1 - As this is the first time the program is launched, you can choose where Bitcoin Core will store its data. - A primeira vez que o programa é aberto você pode escolher onde o Blackcoin More vai guardar os dados. + As this is the first time the program is launched, you can choose where %1 will store its data. + Como essa é a primeira vez que o programa é executado, você pode escolher onde %1 armazenará seus dados. - Bitcoin Core will download and store a copy of the Bitcoin block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - O Blackcoin More vai fazer download e salvar uma cópia da cadeia de blocos do Blackcoin: Blockchain. Pelo menos %1 GB de dados serão armazenados nesse diretório e isso aumentará ao longo do tempo. Sua carteira também será armazenada nesse diretório. + %1 will download and store a copy of the Bitcoin block chain. At least %2GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + O %1 irá baixar e armazenar uma cópia do block chain do Blackcoin. Pelo menos %2GB de dados serão armazenados neste diretório, e ele crescerá ao longo do tempo. A carteira também será armazenada neste diretório. Use the default data directory @@ -937,10 +858,6 @@ Use a custom data directory: Use um diretório de dados personalizado: - - Bitcoin Core - Blackcoin More - Error: Specified data directory "%1" cannot be created. Erro: Diretório de dados "%1" não pode ser criado. @@ -958,6 +875,57 @@ (de %n GB necessário)(de %n GB necessário) + + ModalOverlay + + Form + Formulário + + + Recent transactions may not yet be visible, and therefore your wallet's balance might be incorrect. This information will be correct once your wallet has finished synchronizing with the bitcoin network, as detailed below. + Transações recentes podem não estar visíveis ainda, portanto o seu saldo pode estar incorreto. Esta informação será corrigida assim que sua carteira for sincronizada com a rede, como detalhado abaixo. + + + Attempting to spend bitcoins that are affected by not-yet-displayed transactions will not be accepted by the network. + Gastar moedas de transações desconhecidas podem não ser aceitas pela rede. + + + Number of blocks left + Número de blocos restantes + + + Unknown... + Desconhecido... + + + Last block time + Horário do último bloco + + + Progress + Progresso + + + Progress increase per hour + Aumento do progresso por hora + + + calculating... + calculando... + + + Estimated time left until synced + Tempo estimado para sincronizar + + + Hide + Ocultar + + + Unknown. Syncing Headers (%1)... + Desconhecido. Sincroniando cabeçahos (%1)... + + OpenURIDialog @@ -991,6 +959,14 @@ &Main Principal + + Automatically start %1 after logging in to the system. + Executar o %1 automaticamente ao iniciar o sistema. + + + &Start %1 on system login + &Iniciar %1 ao fazer login no sistema + Size of &database cache Tamanho do banco de &dados do cache @@ -1019,10 +995,6 @@ Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu. Minimizar em vez de fechar o programa quando a janela for fechada. Quando essa opção estiver ativa, o programa só será fechado somente pela opção Sair no menu Arquivo. - - The user interface language can be set here. This setting will take effect after restarting Bitcoin Core. - A linguagem da interface do usuário pode ser alterada aqui. A mudança ocorrerá após o reinício do Blackcoin More. - 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 |. URLs de terceiros (exemplo: explorador de blocos) que aparecem na aba de transações como itens do menu de contexto. %s na URL é substituido pela hash da transação. Múltiplas URLs são separadas pela barra vertical |. @@ -1047,14 +1019,6 @@ &Network Rede - - Automatically start Bitcoin Core after logging in to the system. - Inicar automaticamente o Blackcoin More ao logar no sistema. - - - &Start Bitcoin Core on system login - &Iniciar Blackcoin More no login do sistema - (0 = auto, <0 = leave that many cores free) (0 = automático, <0 = número de cores deixados livres) @@ -1139,6 +1103,14 @@ &Window &Janela + + &Hide the icon from the system tray. + &Ocultar o ícone da bandeja do sistema. + + + Hide tray icon + Ocultar ícone de bandeja + Show only a tray icon after minimizing the window. Mostrar apenas um ícone na bandeja ao minimizar a janela. @@ -1159,6 +1131,10 @@ User Interface &language: &Linguagem da interface: + + The user interface language can be set here. This setting will take effect after restarting %1. + O idioma de interface do usuário pode ser definido aqui. Essa configuração terá efeito após reiniciar o %1 + &Unit to show amounts in: &Unidade usada para mostrar quantidades: @@ -1285,45 +1261,29 @@ PaymentServer - - URI handling - Manipulação de URI - - - Invalid payment address %1 - Endereço de pagamento inválido %1 - - - Payment request rejected - Solicitação de pagamento rejeitada - - - Payment request network doesn't match client network. - Rede de pedido de pagamento não corresponde rede do cliente. - - - Payment request is not initialized. - Pedido de pagamento não é inicializado. - - - Requested payment amount of %1 is too small (considered dust). - Valor do pagamento solicitado de %1 é muito pequeno (Considerado poeira). - Payment request error Erro no pedido de pagamento Cannot start bitcoin: click-to-pay handler - Não foi possível iniciar blackcoin: manipulador clique-para-pagar + Não foi possível iniciar blackcoin: manipulador click-to-pay + + + URI handling + Manipulação de URI Payment request fetch URL is invalid: %1 URL de cobrança é inválida: %1 + + Invalid payment address %1 + Endereço de pagamento %1 inválido + URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. - URI não pode ser analisado ! Isto pode ser causado por um endereço Blackcoin inválido ou parâmetros URI informados incorretamente. + URI não pode ser analisado! Isto pode ser causado por um endereço inválido ou parâmetros URI informados incorretamente. Payment request file handling @@ -1331,19 +1291,35 @@ Payment request file cannot be read! This can be caused by an invalid payment request file. - Arquivo de pedido de pagamento não pode ser lido ! Isto pode ser causado por uma requisição de pagamento inválida. + Arquivo de pedido de pagamento não pode ser lido! Isto pode ser causado por uma requisição de pagamento inválida. + + + Payment request rejected + Pedido de pagamento rejeitado + + + Payment request network doesn't match client network. + Rede do pedido de pagamento não corresponde rede do cliente. Payment request expired. - Pedido de pagamento expirado. + Pedido de pagamento expirado + + + Payment request is not initialized. + Pedido de pagamento não inicializado Unverified payment requests to custom payment scripts are unsupported. - Cobrança não verificada para scripts de pagamento personalizados não é suportado. + Pedidos de pagamento não verificados para scripts de pagamento personalizados não são suportados. Invalid payment request. - Pedido de pagamento inválido. + Pedido de pagamento inválido + + + Requested payment amount of %1 is too small (considered dust). + Valor do pagamento solicitado de %1 é muito pequeno (Considerado poeira). Refund from %1 @@ -1359,20 +1335,20 @@ Payment request cannot be parsed! - Requisição de pagamento não pode ser analisado! + Pedido de pagamento não pode ser analisado! Bad response from server %1 - Resposta incorreta do servidor %1 - - - Payment acknowledged - Pagamento reconhecido + Erro na resposta do servidor: %1 Network request error Erro de solicitação de rede + + Payment acknowledged + Pagamento reconhecido + PeerTableModel @@ -1385,7 +1361,11 @@ Nó/Serviço - Ping Time + NodeId + ID do nó + + + Ping Ping @@ -1427,16 +1407,63 @@ %1 ms %1 ms + + %n second(s) + %n segundo%n segundos + + + %n minute(s) + %n minuto%n minutos + + + %n hour(s) + %n hora%n horas + + + %n day(s) + %n dia%n dias + + + %n week(s) + %n semana%n semanas + + + %1 and %2 + %1 e %2 + + + %n year(s) + %n ano%n anos + + + %1 didn't yet exit safely... + %1 ainda não terminou com segurança... + + + + QObject::QObject + + Error: Specified data directory "%1" does not exist. + Erro: diretório de dados especificado "%1" não existe. + + + Error: Cannot parse configuration file: %1. Only use key=value syntax. + Erro: Não foi possível interpretar arquivo de configuração: %1. Utilize apenas a sintaxe chave=valor. + + + Error: %1 + Erro: %1 + QRImageWidget &Save Image... - &Salvar imagem + &Savar imagem &Copy Image - &Copiar Imagem + &Copiar imagem Save QR Code @@ -1444,15 +1471,11 @@ PNG Image (*.png) - PNG Imagem (*.png) + Imagem PNG (*.png) RPCConsole - - Client name - Nome do cliente - N/A N/A @@ -1473,14 +1496,14 @@ General Geral - - Using OpenSSL version - Versão do OpenSSL - Using BerkeleyDB version Versão do BerkeleyDB + + Datadir + Datadir + Startup time Horário de inicialização @@ -1517,10 +1540,6 @@ Memory usage Uso de memória - - Open the Bitcoin Core debug log file from the current data directory. This can take a few seconds for large log files. - Abrir o arquivo de log de depuração do Blackcoin na pasta de dados atual. Isso pode demorar para arquivos grandes. - Received Recebido @@ -1569,6 +1588,18 @@ User Agent User Agent + + Open the %1 debug log file from the current data directory. This can take a few seconds for large log files. + Abrir o arquivo de log de depuração do %1 localizado no diretório atual de dados. Isso pode levar alguns segundos para arquivos de log grandes. + + + Decrease font size + Diminuir o tamanho da fonte + + + Increase font size + Aumentar o tamanho da fonte + Services Serviços @@ -1601,6 +1632,10 @@ Ping Wait Espera de ping + + Min Ping + Ping min + Time Offset Offset de tempo @@ -1637,26 +1672,14 @@ Out: Saída: - - Build date - Data do 'build' - Debug log file - Arquivo de log de Depuração + Arquivo de log de depuração Clear console Limpar console - - &Disconnect Node - &Desconectar Nó - - - Ban Node for - Banir nó por - 1 &hour 1 &hora @@ -1674,12 +1697,20 @@ 1 &ano - &Unban Node - &Desbanir nó + &Disconnect + &Desconectar - Welcome to the Bitcoin Core RPC console. - Bem vindo ao console de RPC do Blackcoin More. + Ban for + Banir por + + + &Unban + &Desbanir + + + Welcome to the %1 RPC console. + Bem-vindo ao console RPC do %1 Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -1689,6 +1720,14 @@ Type <b>help</b> for an overview of available commands. Digite <b>help</b> para uma visão geral dos comandos disponíveis. + + WARNING: Scammers have been active, telling users to type commands here, stealing their wallet contents. Do not use this console without fully understanding the ramification of a command. + AVISO: Scammers atacam essa área, dizendo aos usuários que comandos digitar aqui, roubando informações da carteira. Não use este console sem entender completamente as ramificações do comando. + + + Network activity disabled + Atividade da rede disativada + %1 B %1 B @@ -1808,6 +1847,10 @@ Remove Remover + + Copy URI + Copiar URI + Copy label Copiar rótulo @@ -1841,11 +1884,11 @@ Request payment to %1 - Requisitar pagamento para %1 + Pedido de pagamento para %1 Payment information - Informação de pagamento + Informação do pagamento URI @@ -1857,7 +1900,7 @@ Amount - Quantidade + Quantia Label @@ -1890,21 +1933,21 @@ Message Mensagem - - Amount - Quantidade - (no label) - (Sem rótulo) + (sem rótulo) (no message) (sem mensagem) - (no amount) - (sem quantia especificada) + (no amount requested) + (nenhuma quantia solicitada) + + + Requested + Solicitado @@ -1941,10 +1984,6 @@ Amount: Quantia: - - Priority: - Prioridade: - Fee: Taxa: @@ -2013,10 +2052,6 @@ (Smart fee not initialized yet. This usually takes a few blocks...) (Smart fee não iniciado. Isso requer alguns blocos...) - - Confirmation time: - Tempo de confirmação: - normal normal @@ -2025,14 +2060,6 @@ fast rápido - - Send as zero-fee transaction if possible - Enviar sem taxa de transação se possível - - - (confirmation may take longer) - (confirmação pode demorar) - Send to multiple recipients at once Enviar para vários destinatários de uma só vez @@ -2049,6 +2076,10 @@ Dust: Poeira: + + Confirmation time target: + Confirmando tempo alvo: + Clear &All Limpar Tudo @@ -2065,17 +2096,9 @@ S&end Enviar - - Confirm send coins - Confirmar envio de moedas - - - %1 to %2 - %1 para %2 - Copy quantity - Copiar quantidade + Copiar quantia Copy amount @@ -2087,55 +2110,83 @@ Copy after fee - Copia pós-taxa + Copiar pós taxa Copy bytes Copiar bytes - Copy priority - Copia prioridade + Copy dust + Copiar poeira Copy change - Copia alteração + Copiar troco + + + %1 to %2 + %1 a %2 + + + Are you sure you want to send? + Tem certeza que deseja enviar? + + + added as transaction fee + adicionado como taxa da transação Total Amount %1 - Quantia Total %1 + Quantia tota %1 or ou + + Confirm send coins + Confirme o envio de moedas + + + The recipient address is not valid. Please recheck. + Endereço de envio inváido. Favor checar. + The amount to pay must be larger than 0. - A quantidade a ser paga precisa ser maior que 0. + A quantia à pagar deve ser maior que 0 The amount exceeds your balance. - A quantidade excede seu saldo. + A quantia excede o seu saldo The total exceeds your balance when the %1 transaction fee is included. - O total excede seu saldo quando uma taxa de transação de %1 é incluída. + O total excede o seu saldo quando a taxa da transação %1 é incluída + + + Duplicate address found: addresses should only be used once each. + Endereço duplicado encontrado: Endereços devem ser usados somente uma vez cada. Transaction creation failed! - A criação de transação falhou! + Falha na criação da transação - 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. - A transação foi rejeitada! Isso pode acontecer se alguns blackcoins na sua carteira já foram gastos em outro local, por exemplo se você tiver uma cópia do wallet.dat e os BLACKCOINS: tiverem sido gastos na cópia mas não marcados como gastos aqui ainda. + The transaction was rejected with the following reason: %1 + A transação foi negada pela seguinte razão: %1 A fee higher than %1 is considered an absurdly high fee. - Uma taxa maior que %1 é considerada uma taxa absurdamente alto. + Uma taxa maior que %1 é considerada uma taxa absurdamente alta. Payment request expired. - Pedido de pagamento expirado. + Pedido de pagamento expirado + + + %n block(s) + %n bloco%n blocos Pay only the required fee of %1 @@ -2143,39 +2194,27 @@ Estimated to begin confirmation within %n block(s). - Confirmação estimada em %n bloco.Confirmação estimada em %n blocos. - - - The recipient address is not valid. Please recheck. - O endereço do destinatário é inválido. Favor confirmar. - - - Duplicate address found: addresses should only be used once each. - Endereço duplicado encontrado: Endereços devem ser usados somente uma vez cada. + Confirmação em %n bloco.Confirmação em %n blocos. Warning: Invalid Bitcoin address - Atenção: endereço de Blackcoin inválido - - - (no label) - (Sem rótulo) + Aviso: Endereço inválido Warning: Unknown change address - Atenção: endereço de troco desconhecido + Aviso: Endereço de troco inválido - Copy dust - Copiar poeira + Confirm custom change address + Confirmar endereço de troco personalizado - Are you sure you want to send? - Tem certeza que quer enviar? + The address you selected for change is not part of this wallet. Any or all funds in your wallet may be sent to this address. Are you sure? + O endereço selecionado para o troco não pertence a esta carteira. Alguns ou todos os fundos da sua carteira modem ser mandados para esse endereço. Tem certeza? - added as transaction fee - Adicionado como taxa de transação + (no label) + (sem rótulo) @@ -2188,10 +2227,6 @@ Pay &To: Pagar &Para: - - Enter a label for this address to add it to your address book - Digite um rótulo para este endereço para adicioná-lo ao catálogo de endereços - &Label: &Rótulo: @@ -2226,7 +2261,7 @@ The fee will be deducted from the amount being sent. The recipient will receive less bitcoins than you enter in the amount field. If multiple recipients are selected, the fee is split equally. - A taxa será deduzida da quantia sendo enviada. O destinatário receberá menos blackcoins do que você colocou no campo de quantidade. Se varios destinatários estão selecionados, a taxa é dividida igualmente. + A taxa será deduzida da quantia que está sendo enviada. O destinatário receberá menos blackcoins do que você colocou no campo de quantidade. Se vários destinatários estão selecionados, a taxa é dividida igualmente. S&ubtract fee from amount @@ -2260,12 +2295,23 @@ Memo: Memorizar: + + Enter a label for this address to add it to your address book + Digite um rótulo para este endereço para adicioná-lo ao catálogo de endereços + + + + SendConfirmationDialog + + Yes + Sim + ShutdownWindow - Bitcoin Core is shutting down... - Blackcoin More está sendo encerrado... + %1 is shutting down... + %1 está desligando... Do not shut down the computer until this window disappears. @@ -2340,7 +2386,7 @@ Enter the receiver's address, message (ensure you copy line breaks, spaces, tabs, etc. exactly) and signature below to verify the message. Be careful not to read more into the signature than what is in the signed message itself, to avoid being tricked by a man-in-the-middle attack. Note that this only proves the signing party receives with the address, it cannot prove sendership of any transaction! - Coloque o endereço do destinatário, a mensagem (certifique-se de copiar toda a mensagem, incluindo quebras de linha, espaços, tabulações, etc.) e a assinatura embaixo para verificar a mensagem. Cuidado para não ler mais da assinatura do que está assinado na mensagem, para evitar ser enganado pelo ataque man-in-the-middle. Note que isso somente prova a propriedade de um endereço, e não o remetende de qualquer transação. + Coloque o endereço do autor, a mensagem (certifique-se de copiar toda a mensagem, incluindo quebras de linha, espaços, tabulações, etc.) e a assinatura embaixo para verificar a mensagem. Cuidado para não ler mais da assinatura do que está assinado na mensagem, para evitar ser enganado pelo ataque man-in-the-middle. Note que isso somente prova a propriedade de um endereço, e não o remetende de qualquer transação. The Bitcoin address the message was signed with @@ -2364,11 +2410,11 @@ The entered address is invalid. - O endereço fornecido é inválido. + O endereço digitado é inválido Please check the address and try again. - Por favor, verifique o endereço e tente novamente. + Favor checar o endereço e tente novamente The entered address does not refer to a key. @@ -2376,51 +2422,43 @@ Wallet unlock was cancelled. - Desbloqueamento da Carteira foi cancelado. + O desbloqueio da carteira foi cancelado Private key for the entered address is not available. - A chave privada para o endereço fornecido não está disponível. + A chave privada do endereço inserido não está disponível Message signing failed. - Assinatura da mensagem falhou. + Falha ao assinar mensagem Message signed. - Mensagem assinada. + Mensagem assinada The signature could not be decoded. - A assinatura não pode ser decodificada. + A assinatura não pode ser descodificada Please check the signature and try again. - Por favor, verifique a assinatura e tente novamente. + Favor checar a assinatura e tente novamente The signature did not match the message digest. - A assinatura não corresponde ao "resumo da mensagem". + A assinatura não corresponde a mensagem Message verification failed. - Verificação da mensagem falhou. + Falha na verificação da mensagem Message verified. - Mensagem verificada. + Mensagem verificada SplashScreen - - Bitcoin Core - Blackcoin More - - - The Bitcoin Core developers - Programadores do Blackcoin More - [testnet] [testnet] @@ -2435,21 +2473,41 @@ TransactionDesc + + Open for %n more block(s) + Abrir para mais %n blocoAbrir para mais %n blocos + Open until %1 Aberto até %1 - conflicted - em conflito + conflicted with a transaction with %1 confirmations + conflitado com uma transação com %1 confirmações %1/offline %1/offline + + 0/unconfirmed, %1 + 0/não confirmado, %1 + + + in memory pool + na memória + + + not in memory pool + não na memóra + + + abandoned + abandonado + %1/unconfirmed - %1/não confirmadas + %1/não confirmado %1 confirmations @@ -2459,9 +2517,13 @@ Status Status + + , has not been successfully broadcast yet + , ainda não foi propagada na rede com êxito. + , broadcast through %n node(s) - , difundir atráves de %n nó, difundir atráves de %n nós + , transmitido aravés de %n nó, transmitido aravés de %n nós Date @@ -2473,19 +2535,23 @@ Generated - Gerados + Gerado From De + + unknown + desconhecido + To Para own address - seu próprio endereço + próprio endereço watch-only @@ -2501,7 +2567,7 @@ matures in %n more block(s) - matura em mais %n blocomatura em mais %n blocos + maduro em mais %n blocomaduro em mais %n blocos not accepted @@ -2517,11 +2583,11 @@ Total credit - Credito total + Crédito total Transaction fee - Taxa de transação + Taxa da transação Net amount @@ -2539,17 +2605,25 @@ Transaction ID ID da transação + + Transaction total size + Tamanho tota da transação + + + Output index + Index da saída + Merchant Mercador 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. - Blackcoins recém minerados precisam aguardar %1 blocos antes de serem gastos. Quando o bloco foi gerado, ele foi disseminado pela rede para ser adicionado à blockchain. Se ele falhar em ser inserido na cadeia, seu estado será modificado para "não aceito" e ele não poderá ser gasto. Isso pode acontecer eventualmente quando blocos são gerados quase que simultaneamente. + Moedas recém minerados precisam aguardar %1 blocos antes de serem gastos. Quando o bloco foi gerado, ele foi disseminado pela rede para ser adicionado à blockchain. Se ele falhar em ser inserido na cadeia, seu estado será modificado para "não aceito" e ele não poderá ser gasto. Isso pode acontecer eventualmente quando blocos são gerados quase que simultaneamente. Debug information - Informação de depuração + Depurar informação Transaction @@ -2561,7 +2635,7 @@ Amount - Quantidade + Quantia true @@ -2571,29 +2645,17 @@ false falso - - , has not been successfully broadcast yet - , ainda não foi propagada na rede com sucesso. - - - Open for %n more block(s) - Abrir para mais %n blocoAbrir para mais %n blocos - - - unknown - desconhecido - TransactionDescDialog - - Transaction details - Detalhes da transação - This pane shows a detailed description of the transaction Este painel mostra uma descrição detalhada da transação + + Details for %1 + Detalhes para %1 + TransactionTableModel @@ -2606,21 +2668,45 @@ Tipo - Immature (%1 confirmations, will be available after %2) - Recém-criado (%1 confirmações, disponível somente após %2) + Label + Rótulo Open for %n more block(s) - Abrir para mais %n blocoAbrir para mais %n blocos + Aberto por mais %n blocoAberto por mais %n blocos Open until %1 Aberto até %1 + + Offline + Offline + + + Unconfirmed + Não confirmado + + + Abandoned + Abandonado + + + Confirming (%1 of %2 recommended confirmations) + Confirmando (%1 de %2 confirmações recomendadas) + Confirmed (%1 confirmations) Confirmado (%1 confirmações) + + Conflicted + Conflitado + + + Immature (%1 confirmations, will be available after %2) + Recém-criado (%1 confirmações, disponível somente após %2) + This block was not received by any other nodes and will probably not be accepted! Este bloco não foi recebido por nenhum outro participante da rede e provavelmente não será aceito! @@ -2629,26 +2715,6 @@ Generated but not accepted Gerado mas não aceito - - Offline - Offline - - - Label - Rótulo - - - Unconfirmed - Não confirmado - - - Confirming (%1 of %2 recommended confirmations) - Confirmando (%1 de %2 confirmações recomendadas) - - - Conflicted - Conflitou - Received with Recebido @@ -2659,7 +2725,7 @@ Sent to - Enviado + Enviado para Payment to yourself @@ -2677,6 +2743,10 @@ (n/a) (n/a) + + (no label) + (sem rótulo) + Transaction status. Hover over this field to show number of confirmations. Status da transação. Passe o mouse sobre este campo para mostrar o número de confirmações. @@ -2687,11 +2757,11 @@ Type of transaction. - Tipo de transação. + Tipo de transação Whether or not a watch-only address is involved in this transaction. - Mostrar ou não endereços Blackcoin na lista de transações. + Mostrar ou não endereços monitorados na lista de transações. User-defined intent/purpose of the transaction. @@ -2714,15 +2784,15 @@ This week - Esta semana + Essa semana This month - Este mês + Esse mês Last month - Mês passado + Último mês This year @@ -2738,7 +2808,7 @@ Sent to - Enviado + Enviado para To yourself @@ -2758,7 +2828,11 @@ Min amount - Quantidade mínima + Quantia mínima + + + Abandon transaction + Transação abandonada Copy address @@ -2778,7 +2852,11 @@ Copy raw transaction - Copia os dados brutos da transação + Copiar o raw da transação + + + Copy full transaction details + Copiar dados completos da transação Edit label @@ -2790,36 +2868,20 @@ Export Transaction History - Exportar Histórico de Transação - - - Watch-only - Monitorado - - - Exporting Failed - Exportação Falhou - - - There was an error trying to save the transaction history to %1. - Ocorreu um erro ao tentar salvar o histórico de transação em %1. - - - Exporting Successful - Exportação feita com sucesso - - - The transaction history was successfully saved to %1. - O histórico de transação foi gravado com sucesso em %1. + Exportar histórico de transações Comma separated file (*.csv) - Arquivo separado por vírgulas (*. csv) + Comma separated file (*.csv) Confirmed Confirmado + + Watch-only + Monitorado + Date Data @@ -2840,6 +2902,22 @@ ID ID + + Exporting Failed + Falha na exportação + + + There was an error trying to save the transaction history to %1. + Ocorreu um erro ao tentar salvar o histórico de transações em %1. + + + Exporting Successful + Exportação feita com êxito + + + The transaction history was successfully saved to %1. + O histórico de transação foi gravado com êxito em %1. + Range: Intervalo: @@ -2860,14 +2938,14 @@ WalletFrame No wallet has been loaded. - Nenhuma carteira foi carregada. + Nenhuma carteira carregada WalletModel Send Coins - Send Coins + Enviar moedas @@ -2878,31 +2956,31 @@ Export the data in the current tab to a file - Exportar os dados na aba atual para um arquivo + Exportar os dados da guia atual para um arquivo Backup Wallet - Fazer cópia de segurança da Carteira + Backup da carteira Wallet Data (*.dat) - Dados da Carteira (*.dat) + Dados da carteira (*.dat) Backup Failed - Cópia de segurança Falhou + Falha no backup There was an error trying to save the wallet data to %1. Ocorreu um erro ao tentar salvar os dados da carteira em %1. - The wallet data was successfully saved to %1. - Os dados da carteira foram salvos com sucesso em %1. + Backup Successful + Êxito no backup - Backup Successful - Backup feito com sucesso + The wallet data was successfully saved to %1. + Os dados da carteira foram salvos com êxito em %1. @@ -2927,33 +3005,33 @@ Accept command line and JSON-RPC commands Aceitar linha de comando e comandos JSON-RPC + + Accept connections from outside (default: 1 if no -proxy or -connect/-noconnect) + Aceitar conecções de entrada (padrão: 1 sem -proxy ou -connect/-noconnect) + + + Connect only to the specified node(s); -noconnect or -connect=0 alone to disable automatic connections + Conectar somente a nós específicos; -noconnect ou -connect=0 sozinhos para desativar conecções automáticas + + + Distributed under the MIT software license, see the accompanying file %s or %s + Distribuído sob a MIT software license, veja o arquivo %s ou %s + If <category> is not supplied or if <category> = 1, output all debugging information. Se <category> não for suprida ou se <category> = 1, mostrar toda informação de depuração. - - Maximum total fees (in %s) to use in a single wallet transaction; setting this too low may abort large transactions (default: %s) - Total máximo de comissão (em %s) que será usado em uma única transação; um valor muito baixo pode cancelar uma transação grande (padrão: %s) - - - Please check that your computer's date and time are correct! If your clock is wrong Bitcoin Core will not work properly. - Por favor verifique se a data e horário estão corretos no seu computador! Se o seu relógio estiver incorreto, a Carteira Blackcoin More não irá funcionar corretamente. - Prune configured below the minimum of %d MiB. Please use a higher number. - Corte configurado abaixo do nível mínimo de %d de MiB. Por favor use um número mais alto. + Prune configurado abaixo do mínimo de %d MiB. Por favor use um número mais alto. Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node) - Corte: a ultima sincronização da carteira foi além do dado comprimido. Você precisa reindexar ( -reindex , faça o download de toda a blockchain novamente) - - - Reduce storage requirements by pruning (deleting) old blocks. This mode is incompatible with -txindex and -rescan. Warning: Reverting this setting requires re-downloading the entire blockchain. (default: 0 = disable pruning blocks, >%u = target size in MiB to use for block files) - Reduza os requerimentos de armazenamento de dados (cortando) deletando blocos mais antigos. Esse modo é incompatível com -txindex e -rescan. Cuidado: Reverter essa configuração requer um novo download de toda a blockchain. (Padrão: 0 = desabilita o corte de blocos, >%u = tamanho alvo em MiB para o uso de blocos cortados) + Prune: A ultima sincronização da carteira foi além do dado comprimido. Você precisa reindexar (fazer o download de toda a blockchain novamente) Rescans are not possible in pruned mode. You will need to use -reindex which will download the whole blockchain again. - Rescans não são possíveis no modo de corte. Você precisa usar -reindex, que irá fazer o download de toda a blockchain novamente. + Rescans não são possíveis no modo prune. Você precisa usar -reindex, que irá fazer o download de toda a blockchain novamente. Error: A fatal internal error occurred, see debug.log for details @@ -2976,25 +3054,77 @@ Não foi possível iniciar o servidor HTTP. Veja o log para detaihes. - Accept connections from outside (default: 1 if no -proxy or -connect) - Aceitar conexões externas (padrão: 1 se opções -proxy ou -connect não estiverem presentes) + Bitcoin Core + Blackcoin More + + + The %s developers + Desenvolvedores do %s + + + A fee rate (in %s/kB) that will be used when fee estimation has insufficient data (default: %s) + A variação da taxa (em %s/kB) que será usada quando não houver dados suficientes para se estimar a taxa (default: %s) + + + Accept relayed transactions received from whitelisted peers even when not relaying transactions (default: %d) + Aceita transações retransmitidas advindas de pares em lista branca, mesmo quando não estiver retransmitindo transações (padrão: %d) Bind to given address and always listen on it. Use [host]:port notation for IPv6 Vincular ao endereço fornecido e sempre escutar nele. Use a notação [host]:port para IPv6 + + Cannot obtain a lock on data directory %s. %s is probably already running. + Não foi possível obter exclusividade de escrita no endereço %s. O %s provavelmente já está sendo executado. + Delete all wallet transactions and only recover those parts of the blockchain through -rescan on startup Apaga todas as transações da carteira e somente recupera essas partes da blockchain usando o comando -rescan na inicialização - Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. - Distribuido sob a licença MIT software license. Veja os termos em <http://www.opensource.org/licenses/mit-license.php>. + Error loading %s: You can't enable HD on a already existing non-HD wallet + Erro ao carregar %s. Não é permitido habilitar HD em carteiras não-HD pre existentes. + + + Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect. + Erro ao ler arquivo %s! Todas as chaves foram lidas corretamente, mas os dados de transação ou o livro de endereos podem estar faltando ou incorretos. Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) Executa um comando quando uma transação da carteira mudar (%s no comando será substituído por TxID) + + Extra transactions to keep in memory for compact block reconstructions (default: %u) + Transações extras para manter na memória para reconstruções de blocos compactos (padrão: %u) + + + If this block is in the chain assume that it and its ancestors are valid and potentially skip their script verification (0 to verify all, default: %s, testnet: %s) + Se este bloco está no blockchain, assume-se que ele e seus ancestrais são válidos e podem ignorar a verificação de scripts (0 para verificar todos, padrão: %s, testnet: %s) + + + Maximum allowed median peer time offset adjustment. Local perspective of time may be influenced by peers forward or backward by this amount. (default: %u seconds) + A media máxima permitida de peer time compensa o ajuste. Perspectiva local de horário pode ser influenciada por pares à frente ou atrás neste montante. (padrão: %u segundos) + + + Maximum total fees (in %s) to use in a single wallet transaction or raw transaction; setting this too low may abort large transactions (default: %s) + Preço máximo total (in %s) aplicado a uma única transação de carteira ou transação crua; aplicar isto tão baixo pode abortar grandes transações (padrão: %s) + + + Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly. + Por favor verifique que a data e o horário de seu computador estão corretos. Se o relógio de seu computador estiver incorreto, %s não funcionarão corretamente. + + + Please contribute if you find %s useful. Visit %s for further information about the software. + Por favor contribua se você entender que %s é útil. Visite %s para mais informações sobre o software. + + + Reduce storage requirements by enabling pruning (deleting) of old blocks. This allows the pruneblockchain RPC to be called to delete specific blocks, and enables automatic pruning of old blocks if a target size in MiB is provided. This mode is incompatible with -txindex and -rescan. Warning: Reverting this setting requires re-downloading the entire blockchain. (default: 0 = disable pruning blocks, 1 = allow manual pruning via RPC, >%u = automatically prune block files to stay under the specified target size in MiB) + Reduz o requerimente de espaço habiitando o pruning (apagando) blocos antigos. Isso permite o chamar o comando pruneblockchain via RPC para apagar blocos específicos, e habiita o pruning automático de blocos antigos se o tamanho em MiB for atingido. Esse modo é incompatíve com -txindex e -rescan. Aviso: Reverter essa configuração requer re-baixar o blockchain inteiro. (padrão: 0 = disabilitado, 1 = permite o pruning manua via RPC, >%u = pruna os blocos para ficar abaixo do expecificado, em MiB) + + + Set lowest fee rate (in %s/kB) for transactions to be included in block creation. (default: %s) + Taxa (em %s/KiB) a ser adicionada às transações que você mandar (padrão: %s) + Set the number of script verification threads (%u to %d, 0 = auto, <0 = leave that many cores free, default: %d) Define o número de threads de verificação de script (%u a %d, 0 = automático, <0 = número de cores deixados livres, padrão: %d) @@ -3005,23 +3135,23 @@ This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - Este pode ser um build de teste pré-lançamento - use por sua conta e risco - não use para mineração ou aplicações de comércio. + Este é um build de teste pré-lançamento - use por sua conta e risco - não use para mineração ou comércio. - Unable to bind to %s on this computer. Bitcoin Core is probably already running. - Impossível ouvir em %s neste computador. Provavelmente o Blackcoin More já está sendo executado. + Unable to rewind the database to a pre-fork state. You will need to redownload the blockchain + Não foi possível reanalisar o banco de dados para o estado pre-fork. Você precisa rebaixar o blockchain Use UPnP to map the listening port (default: 1 when listening and no -proxy) Use UPnP para mapear a porta escutada (padrão: 1 quando escutando e sem -proxy) - WARNING: abnormally high number of blocks generated, %d blocks received in the last %d hours (%d expected) - AVISO: números estranhamente altos de blocos gerados, %d blocos recebidos nas últimas %d horas (%d esperados) + Username and hashed password for JSON-RPC connections. The field <userpw> comes in the format: <USERNAME>:<SALT>$<HASH>. A canonical python script is included in share/rpcuser. The client then connects normally using the rpcuser=<USERNAME>/rpcpassword=<PASSWORD> pair of arguments. This option can be specified multiple times + Nome de usuário e hash da senha para conexões JSON-RPC. O campo <userpw> vem com o formato: <USERNAME>:<SALT>$<HASH>. Um script python canônico é incluído em share/rpcuser. O cliente pode conectar normalmente usando o rpcuser=<USERNAME>/rpcpassword=<PASSWORD>. Esta opção pode ser especificado multiplas vezes - WARNING: check your network connection, %d blocks received in the last %d hours (%d expected) - ATENÇÃO: verifique sua conexão %d blocos recebidos nas últimas %d horas (%d tempo estimado) + Wallet will not create transactions that violate mempool chain limits (default: %u) + A carteira não irá criar transações que vioem o imite de memória (padrão: %u) Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. @@ -3029,15 +3159,15 @@ Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. - Atenção: Nós não parecemos concordar plenamente com nossos colegas! Você pode precisar atualizar ou outros nós podem precisar atualizar. + Atenção: Nós não parecemos concordar plenamente com nossos nós! Você pode precisar atualizar ou outros nós podem precisar atualizar. - 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. - Atenção: wallet.dat corrompido, dados recuperados! Arquivo wallet.dat original salvo como wallet.{timestamp}.bak em %s; se seu saldo ou transações estiverem incorretos, você deve restaurar o backup. + You need to rebuild the database using -reindex-chainstate to change -txindex + Você precisa reconstruir o banco de dados utilizando -reindex-chainstate para mudar -txindex - Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. - Lista Branca pares de ligação da máscara de rede dado ou o endereço IP . Pode ser especificado várias vezes. + %s corrupt, salvage failed + %s corrompido, recuperação falhou -maxmempool must be at least %d MB @@ -3047,18 +3177,38 @@ <category> can be: <category> pode ser: + + Append comment to the user agent string + Adiciona comentário ao user-agent do navegador + + + Attempt to recover private keys from a corrupt wallet on startup + Tentando recuperar a chape privada da carteira corrompida ao inicializar + Block creation options: Opções de criação de blocos: - Connect only to the specified node(s) - Conectar apenas a cliente(s) específico(s) + Cannot resolve -%s address: '%s' + Impossível resolver -%s endereço: '%s' + + + Chain selection options: + Opções da rede: + + + Change index out of range + Índice de mudança fora da faixa. Connection options: Opções de conexão: + + Copyright (C) %i-%i + Copyright (C) %i-%i + Corrupted block database detected Detectado Banco de dados de blocos corrompido @@ -3091,6 +3241,10 @@ Enable publish raw transaction in <address> Abilitar a publicação dos dados brutos da transação em <endereço> + + Enable transaction replacement in the memory pool (default: %u) + Habilita substituição de transação em memória (padrão: %u) + Error initializing block database Erro ao inicializar banco de dados de blocos @@ -3099,6 +3253,22 @@ Error initializing wallet database environment %s! Erro ao inicializar ambiente de banco de dados de carteira %s! + + Error loading %s + Erro ao carregar %s + + + Error loading %s: Wallet corrupted + Erro ao carregar %s Carteira corrompida + + + Error loading %s: Wallet requires newer version of %s + Erro ao carregar %s A carteira requer a versão mais nova do %s + + + Error loading %s: You can't disable HD on a already existing HD wallet + Erro ao carregar %s: Você não pode desabilitar HD numa já existente carteira HD. + Error loading block database Erro ao carregar banco de dados de blocos @@ -3123,14 +3293,34 @@ Incorrect or no genesis block found. Wrong datadir for network? Bloco gênese incorreto ou não encontrado. Datadir errado para a rede? + + Initialization sanity check failed. %s is shutting down. + O teste de integridade de inicialização falhou. O %s está sendo desligado. + Invalid -onion address: '%s' Endereço -onion inválido: '%s' + + Invalid amount for -%s=<amount>: '%s' + Valor inválido para -%s=<amount>: '%s' + + + Invalid amount for -fallbackfee=<amount>: '%s' + Valor inválido para -fallbackfee=<amount>: '%s' + Keep the transaction memory pool below <n> megabytes (default: %u) Mantenha a mempool de transações abaixo de <n> megabytes (padrão: %u) + + Loading banlist... + Carregando lista de banidos... + + + Location of the auth cookie (default: data dir) + Localização do cookie de autenticação (padrão: diretório de dados) + Not enough file descriptors available. Decriptadores de arquivos disponíveis insuficientes. @@ -3139,13 +3329,33 @@ Only connect to nodes in network <net> (ipv4, ipv6 or onion) Somente conectar a clientes na rede <net> (ipv4, ipv6 ou onion) + + Print this help message and exit + Mostra essa mensagem de ajuda e sai + + + Print version and exit + Mostra a versão e fecha + Prune cannot be configured with a negative value. - O modo Prune não pode ser configurado com um valor negativo. + O modo prune não pode ser configurado com um valor negativo. Prune mode is incompatible with -txindex. - O modo Prune é incompatível com -txindex. + O modo prune é incompatível com -txindex. + + + Rebuild chain state and block index from the blk*.dat files on disk + Reconstruir índice de cadeia de bloco a partir dos arquivos blk*.dat no disco + + + Rebuild chain state from the currently indexed blocks + Reconstruir estado a partir dos blocos indexados + + + Rewinding blocks... + Reanalizando blocos... Set database cache size in megabytes (%d to %d, default: %d) @@ -3159,6 +3369,10 @@ Specify wallet file (within data directory) Especifique o arquivo da carteira (dentro do diretório de dados) + + The source code is available from %s. + O código fonte está disponível pelo %s + Unsupported argument -benchmark ignored, use -debug=bench. Argumento não suportado -benchmark ignorado, use -debug=bench. @@ -3175,6 +3389,10 @@ Use UPnP to map the listening port (default: %u) Use UPnP para mapear a porta de entrada (padrão: %u) + + Use the test chain + Usar a rede de testes + User Agent comment (%s) contains unsafe characters. Comentário do Agente de Usuário (%s) contém caracteres inseguros. @@ -3191,18 +3409,18 @@ Wallet %s resides outside data directory %s Carteira %s reside fora do diretório de dados %s + + Wallet debugging/testing options: + Opções de depuração/teste da Carteira + + + Wallet needed to be rewritten: restart %s to complete + A Carteira precisou ser reescrita: reinicie o %s para completar + Wallet options: Opções da carteira: - - Warning: This version is obsolete; upgrade required! - Atenção: Essa versão está obsoleta, atualização necessária! - - - You need to rebuild the database using -reindex to change -txindex - Você precisa reconstruir o banco de dados utilizando -reindex - 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 Permitir conexões JSON-RPC de uma fonte específica. Válido para um único ip (ex. 1.2.3.4), até uma rede/máscara (ex. 1.2.3.4/255.255.255.0) ou uma rede/CIDR (ex. 1.2.3.4/24). Esta opção pode ser usada múltiplas vezes @@ -3215,10 +3433,6 @@ 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) Conecte ao endereço dado para receber conecções JSON-RPC. Use a notação [destino]:porta para IPv6. Essa opção pode ser especificada várias vezes (padrão: conecte a todas as interfaces) - - Cannot obtain a lock on data directory %s. Bitcoin Core is probably already running. - Não foi possível obter acesso exclusivo ao diretório de dados %s. Provavelmente Blackcoin More já está sendo executado. - Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) Criar novos arquivos com permissões padrão do sistema, em vez de umask 077 (apenas efetivo com funcionalidade de carteira desabilitada) @@ -3233,7 +3447,7 @@ Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message) - Executa um comando quando um alerta relevante é recebido ou vemos uma longa segregação (%s em cmd é substituído pela mensagem) + Executa um comando quando um alerta relevante é recebido ou vemos uma longa segregação (%s é substituída pela mensagem) Fees (in %s/kB) smaller than this are considered zero fee for relaying, mining and transaction creation (default: %s) @@ -3245,16 +3459,12 @@ Invalid amount for -maxtxfee=<amount>: '%s' (must be at least the minrelay fee of %s to prevent stuck transactions) - Valor inválido para -maxtxfee = <valor>: '%s'( precisa ser pelo menos a comissão mínima de %s para prevenir travamento de transações) + Valor inválido para -maxtxfee=<valor>: '%s' (precisa ser pelo menos a taxa mínima de %s para prevenir que a transação nunca seja confirmada) Maximum size of data in data carrier transactions we relay and mine (default: %u) Tamanho máximo de dados em transações de dados de operadora (padrão %u) - - Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect) - Buscar por endereços de peers via busca DNS, se estiver baixo em endereços (padrão: 1 a não ser que -connect) - Randomize credentials for every proxy connection. This enables Tor stream isolation (default: %u) Gerar credenciais aleatórias para cada conexão por proxy. Isto habilita o isolamento de stream do Tor (padrão: %u) @@ -3263,17 +3473,13 @@ Set maximum size of high-priority/low-fee transactions in bytes (default: %d) Define o tamanho máximo de alta-prioridade por taxa baixa nas transações em bytes (padrão: %d) - - Set the number of threads for coin generation if enabled (-1 = all cores, default: %d) - Determina o número de núcleos para a geração de moedas se ativado (-1 = todos os núcleos, padrão: %d) - The transaction amount is too small to send after the fee has been deducted A quantia da transação é muito pequena para mandar - 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. - Esse produto inclui software desenvolvido pelo Open SSL Project para uso na OpenSSL Toolkit <https://www.openssl.org> e software criptográfico escrito por Eric Young e software UPnP escrito por Thomas Bernard. + Use hierarchical deterministic key generation (HD) after BIP32. Only has effect during wallet creation/first start + Usar carteira HD. Somente tem efeito na criação de uma nova carteira 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 @@ -3291,38 +3497,14 @@ Accept public REST requests (default: %u) Aceitar pedidos restantes públicas (padrão: %u) - - Activating best chain... - Ativando a melhor sequência... - - - Always relay transactions received from whitelisted peers (default: %d) - Sempre transmitir transações recebidas de peers confiáveis (padrão: %d) - - - Attempt to recover private keys from a corrupt wallet.dat on startup - Tentar recuperar na inicialização chaves privadas de um arquivo wallet.dat corrompido - Automatically create Tor hidden service (default: %d) Criar automaticamente serviços ocultos do Tor (padrão: %d) - - Cannot resolve -whitebind address: '%s' - Impossível resolver endereço -whitebind: '%s' - Connect through SOCKS5 proxy Connecte-se através de um proxy SOCKS5 - - Copyright (C) 2009-%i The Bitcoin Core Developers - Copyright (C) 2018-%i Desenvolvedores Blackcoin More - - - Error loading wallet.dat: Wallet requires newer version of Bitcoin Core - Erro ao carregar wallet.dat: A carteira requer a nova versão do Blackcoin More - Error reading from database, shutting down. Erro ao ler o banco de dados. Finalizando. @@ -3335,22 +3517,6 @@ Information Informação - - Initialization sanity check failed. Bitcoin Core is shutting down. - O teste de integridade da inicialização falhou. O Blackcoin More está sendo desligado. - - - Invalid amount for -maxtxfee=<amount>: '%s' - Quantidade inválida para -maxtxfee=<quantidade>: '%s' - - - Invalid amount for -minrelaytxfee=<amount>: '%s' - Quantidade inválida para -minrelaytxfee=<amount>: '%s' - - - Invalid amount for -mintxfee=<amount>: '%s' - Valor inválido para -mintxfee=<amount>: '%s' - Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) Valor inválido para -paytxfee=<amount>: '%s' (precisa ser no mínimo %s) @@ -3375,14 +3541,6 @@ RPC server options: Opções do servidor RPC: - - Rebuild block chain index from current blk000??.dat files on startup - Reconstruir índice de cadeia de bloco a partir dos arquivos blk000??.dat atuais durante a inicialização - - - Receive and display P2P network alerts (default: %u) - Receba e mostre P2P alerta de rede (padrão: %u) - Reducing -maxconnections from %d to %d, because of system limitations. Reduzindo -maxconnections de %d para %d, devido a limitações do sistema @@ -3431,10 +3589,6 @@ Transaction amount too small Quantidade da transação muito pequena. - - Transaction amounts must be positive - As quantidades das transações devem ser positivas. - Transaction too large for fee policy Transação muito grande para enviar sem taxa @@ -3455,14 +3609,14 @@ Username for JSON-RPC connections Nome de usuário para conexões JSON-RPC - - Wallet needed to be rewritten: restart Bitcoin Core to complete - Sua carteira precisou ser reescrita: favor reiniciar o Blackcoin More para completar - Warning Atenção + + Warning: unknown new rules activated (versionbit %i) + Aviso: Novas regras estranhas foram ativadas (versionbit %i) + Whether to operate in a blocks only mode (default: %u) Quando operar em modo de blocos somente (padrãp: %u) @@ -3475,10 +3629,6 @@ ZeroMQ notification options: Opções de notificação ZeroMQ: - - wallet.dat corrupt, salvage failed - wallet.dat corrompido, recuperação falhou - Password for JSON-RPC connections Senha para conexões JSON-RPC @@ -3487,10 +3637,6 @@ Execute command when the best block changes (%s in cmd is replaced by block hash) Executa um comando quando o melhor bloco mudar (%s no comando será substituído pelo hash do bloco) - - This help message - Exibe esta mensagem de ajuda - Allow DNS lookups for -addnode, -seednode and -connect Permitir consultas DNS para -addnode, -seednode e -connect @@ -3499,10 +3645,6 @@ Loading addresses... Carregando endereços... - - Error loading wallet.dat: Wallet corrupted - Erro ao carregar wallet.dat: Carteira corrompida - (1 = keep tx meta data e.g. account owner and payment request information, 2 = drop tx meta data) (1 = manter metadados tx e.g. informação do dono da conta e requisição de pagamente, 2 = descartar metadados tx) @@ -3511,22 +3653,22 @@ -maxtxfee is set very high! Fees this large could be paid on a single transaction. -maxtxfee é muito alto! Essa quantia poderia ser paga em uma única transação. - - -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. - -paytxfee é muito alto! Este é o valor da taxa de transação que você irá pagar se enviar a transação. - Do not keep transactions in the mempool longer than <n> hours (default: %u) Não manter transações na mempool por mais que <n> horas (padrão: %u) - Error reading wallet.dat! All keys read correctly, but transaction data or address book entries might be missing or incorrect. - Erro ao ler o arquivo wallet.dat! Todas as chaves foram lidas corretamente, mas os dados de transações ou o livro de endereços podem estar faltando ou ser incorretos. + Equivalent bytes per sigop in transactions for relay and mining (default: %u) + Número mínimo de bytes por assinatura em transações que transmitimos e mineramos (default: %u) Fees (in %s/kB) smaller than this are considered zero fee for transaction creation (default: %s) Comissões (em %s/kB) menores serão consideradas como zero para criação de transação (padrão %s) + + Force relay of transactions from whitelisted peers even if they violate local relay policy (default: %d) + Força a retransmissão de transações de pares da lista branca, mesmo quando violam a política local de retransmissão (default: %d) + How thorough the block verification of -checkblocks is (0-4, default: %u) Quão completa a verificação de blocos do -checkblocks é (0-4, padrão: %u) @@ -3543,10 +3685,26 @@ Output debugging information (default: %u, supplying <category> is optional) Informação de saída de debug (padrão: %u, definir <category> é opcional) + + Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect/-noconnect) + Buscar por endereços de peers via DNS, se estiver baixo em endereços (padrão: 1 a não ser que -connect/-noconnect) + + + Sets the serialization of raw transaction or block hex returned in non-verbose mode, non-segwit(0) or segwit(1) (default: %d) + Define a criação do raw da transação ou bloco em modo não verbal, não segwit (0) ou segwit (1) (padrão: %d) + Support filtering of blocks and transaction with bloom filters (default: %u) Suportar filtragem de blocos e transações com filtros bloom (padrão: %u) + + This is the transaction fee you may pay when fee estimates are not available. + Esta é a taxa que você deve pagar quando a taxa estimada não está disponível. + + + This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit %s and cryptographic software written by Eric Young and UPnP software written by Thomas Bernard. + Esse produto inclui um software desenvolvido pelo OpenSSL Project para uso na OpenSSL Toolkit %s e software criptográfico escrito por Eric Young e software UPnP escrito por Thomas Bernard. + Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments. O tamanho total da string de versão da rede (%i) excede o tamanho máximo (%i). Reduza o numero ou tamanho de uacomments. @@ -3559,13 +3717,29 @@ Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported. Argumento inválido -socks encontrado. Definir a versão do SOCKS não é mais possível, somente proxys SOCK5 são suportados. + + Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay. + Argumento não suportado -whitelistalwaysrelay foi ignorado, utilize -whitelistrelay e/ou -whitelistforcerelay. + Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) Use um proxy SOCKS5 separado para alcançar participantes da rede via serviços ocultos Tor (padrão: %s) - Username and hashed password for JSON-RPC connections. The field <userpw> comes in the format: <USERNAME>:<SALT>$<HASH>. A canonical python script is included in share/rpcuser. This option can be specified multiple times - Nome de usuário e senha hash para conexões JSON-RPC. O campo <userpw> vem com o formato: <USERNAME>:<SALT>$<HASH>. Um script python canônico é incluído em share/rpcuser. Essa opção pode ser especificada múltiplas vezes. + Warning: Unknown block versions being mined! It's possible unknown rules are in effect + Aviso: Versões de bloco desconhecidas sendo mineradas! É possível que regras estranhas estejam ativas + + + Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup. + Atenção: Arquivo da carteira corrompido, dados recuperados! Original %s salvo como %s em %s; se seu saldo ou transações estiverem incorretos, você deve restaurar o backup. + + + Whitelist peers connecting from the given IP address (e.g. 1.2.3.4) or CIDR notated network (e.g. 1.2.3.0/24). Can be specified multiple times. + Lista Branca de conecções do endereço IP informado (ex: 1.2.3.4) ou com máscara de rede (ex: 1.2.3.0/24). Pode ser especificado várias vezes. + + + %s is set very high! + %s está muito alto! (default: %s) @@ -3575,14 +3749,6 @@ Always query for peer addresses via DNS lookup (default: %u) Sempre pergunte pelo endereço de peer via pesquisa DNS (padrão: %u) - - Error loading wallet.dat - Erro ao carregar wallet.dat - - - Generate coins (default: %u) - Gerar moedas (padrão: %u) - How many blocks to check at startup (default: %u, 0 = all) Quantos blocos devem ser checados ao iniciar (padrão: %u, 0 = todos) @@ -3595,6 +3761,10 @@ Invalid -proxy address: '%s' Endereço -proxy inválido: '%s' + + Keypool ran out, please call keypoolrefill first + Erro na Keypool, favor executar keypoolrefill primeiro + Listen for JSON-RPC connections on <port> (default: %u or testnet: %u) Escutar por conexões JSON-RPC na porta <port> (padrão: %u ou testnet: %u) @@ -3631,13 +3801,17 @@ Relay non-P2SH multisig (default: %u) Retransmitir P2SH não multisig (padrão: %u) + + Send transactions with full-RBF opt-in enabled (default: %u) + Ativar opção full-RBF nas transações enviadas (padrão: %u) + Set key pool size to <n> (default: %u) Defina o tamanho da chave para piscina<n> (padrão: %u) - Set minimum block size in bytes (default: %u) - Definir tamanho mínimo do bloco, em bytes (padrão: %u) + Set maximum BIP141 block weight (default: %d) + Define a altura máxima BIP141 do bloco (padrão: %d) Set the number of threads to service RPC calls (default: %d) @@ -3653,32 +3827,48 @@ Specify pid file (default: %s) - Especificar aqrquivo pid (padrão: %s) + Especificar arquivo pid (padrão: %s) Spend unconfirmed change when sending transactions (default: %u) Gastar troco não confirmado quando enviar transações (padrão: %u) + + Starting network threads... + Iniciando análise da rede... + + + The wallet will avoid paying less than the minimum relay fee. + A carteira irá evitar pagar menos que a taxa mínima. + + + This is the minimum transaction fee you pay on every transaction. + Esta é a taxa mínima que você deve pagar em cada transação. + + + This is the transaction fee you will pay if you send a transaction. + Esta é a taxa que você irá pagar se enviar a transação. + Threshold for disconnecting misbehaving peers (default: %u) Limite para desconectar peers mal comportados (padrão: %u) + + Transaction amounts must not be negative + As quantidades das transações devem ser positivas. + + + Transaction has too long of a mempool chain + A transação demorou muito na memória + + + Transaction must have at least one recipient + A transação deve ter ao menos um destinatário + Unknown network specified in -onlynet: '%s' Rede desconhecida especificada em -onlynet: '%s' - - Cannot resolve -bind address: '%s' - Impossível encontrar o endereço -bind: '%s' - - - Cannot resolve -externalip address: '%s' - Impossível encontrar endereço -externalip: '%s' - - - Invalid amount for -paytxfee=<amount>: '%s' - Quantidade inválida para -paytxfee=<quantidade>: '%s' - Insufficient funds Saldo insuficiente @@ -3709,7 +3899,7 @@ Done loading - Carregamento terminado + Carregamento terminado! Error diff --git a/src/qt/locale/bitcoin_pt_PT.ts b/src/qt/locale/bitcoin_pt_PT.ts index f24f86b8a..ccf4f960a 100644 --- a/src/qt/locale/bitcoin_pt_PT.ts +++ b/src/qt/locale/bitcoin_pt_PT.ts @@ -3,7 +3,7 @@ AddressBookPage Right-click to edit address or label - Clique com o botão direiro para editar endereço ou rótulo + Clique com o botão direito para editar o endereço ou rótulo Create a new address @@ -25,17 +25,13 @@ C&lose F&echar - - &Copy Address - &Copiar Endereço - Delete the currently selected address from the list - Apagar o endereço selecionado da lista + Eliminar o endereço selecionado da lista Export the data in the current tab to a file - Exportar os dados no separador actual para um ficheiro + Exportar os dados no separador atual para um ficheiro &Export @@ -43,15 +39,15 @@ &Delete - &Eliminar\ + &Eliminar Choose the address to send coins to - Escolha o endereço para o qual pretende enviar moedas + Escolha o endereço para enviar as moedas Choose the address to receive coins with - Escolha o endereço com o qual pretende receber moedas + Escolha o endereço para receber as moedas C&hoose @@ -59,23 +55,19 @@ Sending addresses - Endereços de envio + A enviar endereços Receiving addresses - Endereços de depósito + A receber endereços - These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - Estes são os seus endereços Blackcoin para enviar pagamentos. Verifique sempre o valor e o endereço de envio antes de enviar moedas. - - - These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Estes são os seus endereços Blackcoin para receber pagamentos. É recomendado que utilize um endereço novo para cada transacção. + &Copy Address + &Copiar Endereço Copy &Label - Copiar &Rótulo + Copiar &Etiqueta &Edit @@ -91,18 +83,18 @@ Exporting Failed - A Exportação Falhou + Exportação Falhou There was an error trying to save the address list to %1. Please try again. - Houve um erro ao tentar a guardar a lista de endereços em %1. Por favor tente novamente. + Ocorreu um erro ao tentar guardar a lista de endereços para %1. Por favor, tente novamente. AddressTableModel Label - Rótulo + Etiqueta Address @@ -110,14 +102,14 @@ (no label) - (sem rótulo) + (sem etiqueta) AskPassphraseDialog Passphrase Dialog - Diálogo de frase de segurança + Janela da Frase de Segurança Enter passphrase @@ -125,11 +117,15 @@ New passphrase - Nova frase de segurança + Nova frase de frase de segurança Repeat new passphrase - Repita a nova frase de segurança + Repita a nova frase de frase de segurança + + + 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>. + Insira a nova frase de segurança para a carteira. <br/> Por favor, utilize uma frase de segurança de <b>10 ou mais carateres aleatórios,</b> ou <b>oito ou mais palavras</b>. Encrypt wallet @@ -137,7 +133,7 @@ This operation needs your wallet passphrase to unlock the wallet. - A sua frase de segurança é necessária para desbloquear a carteira. + Esta operação precisa da sua frase de segurança da carteira para desbloquear a mesma. Unlock wallet @@ -145,7 +141,7 @@ This operation needs your wallet passphrase to decrypt the wallet. - A sua frase de segurança é necessária para desencriptar a carteira. + Esta operação precisa da sua frase de segurança da carteira para desencriptar a mesma. Decrypt wallet @@ -155,49 +151,29 @@ Change passphrase Alterar frase de segurança + + Enter the old passphrase and new passphrase to the wallet. + Insira a frase de segurança antiga e a nova frase de segurança para a carteira. + Confirm wallet encryption Confirmar encriptação da carteira Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! - Atenção: Se encriptar a carteira e perder a sua senha irá <b>PERDER TODOS OS SEUS BLACKCOINS:</b>! + Aviso: se encriptar a sua carteira e perder a sua frase de segurnça, <b>PERDERÁ TODOS OS SEUS BLACKCOINS</b>! Are you sure you wish to encrypt your wallet? - Tem a certeza que deseja encriptar a carteira? - - - Bitcoin Core will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - O cliente Blackcoin More irá agora ser fechado para terminar o processo de encriptação. Recorde que a encriptação da sua carteira não protegerá totalmente os seus blackcoins de serem roubados por programas maliciosos que infectem o seu computador. - - - 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. - IMPORTANTE: Qualquer cópia de segurança da carteira anterior deverá ser substituída com o novo ficheiro de carteira, agora encriptado. Por razões de segurança, cópias de segurança não encriptadas tornar-se-ão inúteis assim que começar a usar a nova carteira encriptada. - - - Warning: The Caps Lock key is on! - Atenção: A tecla Caps Lock está activa! + Tem a certeza que deseja encriptar a sua carteira? Wallet encrypted Carteira encriptada - - 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>. - Escreva a nova frase de seguraça da sua carteira. <br/> Por favor, use uma frase de <b>10 ou mais caracteres aleatórios,</b> ou <b>oito ou mais palavras</b>. - - - Enter the old passphrase and new passphrase to the wallet. - Escreva a antiga frase de segurança da carteira, seguida da nova. - Wallet encryption failed - A encriptação da carteira falhou - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - A encriptação da carteira falhou devido a um erro interno. A carteira não foi encriptada. + Encriptação da carteira falhou The supplied passphrases do not match. @@ -205,19 +181,19 @@ Wallet unlock failed - O desbloqueio da carteira falhou - - - The passphrase entered for the wallet decryption was incorrect. - A frase de segurança introduzida para a desencriptação da carteira estava incorreta. + Desbloqueio da carteira falhou Wallet decryption failed - A desencriptação da carteira falhou + Desencriptação da carteira falhou Wallet passphrase was successfully changed. - A frase de segurança da carteira foi alterada com êxito. + A frase de segurança da carteira foi alterada com sucesso. + + + Warning: The Caps Lock key is on! + Aviso: a tecla Caps Lock está ligada! @@ -243,7 +219,7 @@ &Overview - Visã&o geral + &Resumo Node @@ -251,7 +227,7 @@ Show general overview of wallet - Mostrar visão geral da carteira + Mostrar resumo geral da carteira &Transactions @@ -259,7 +235,7 @@ Browse transaction history - Navegar pelo histórico de transações + Explorar histórico das transações E&xit @@ -269,69 +245,85 @@ Quit application Sair da aplicação + + &About %1 + &Sobre o %1 + + + Show information about %1 + Mostrar informação sobre o %1 + About &Qt - Sobre &Qt + Sobre o &Qt Show information about Qt - Mostrar informação sobre Qt + Mostrar informação sobre o Qt &Options... &Opções... + + Modify configuration options for %1 + Modificar opções de configuração para %1 + &Encrypt Wallet... E&ncriptar Carteira... &Backup Wallet... - &Guardar Carteira... + Efetuar &Cópia de Segurança da Carteira... &Change Passphrase... - Mudar &Palavra-passe... + Alterar &Frase de Segurança... &Sending addresses... - A &enviar endereços... + A &enviar os endereços... &Receiving addresses... - A &receber endereços... + A &receber os endereços... Open &URI... Abrir &URI... - Bitcoin Core client - Cliente Blackcoin More + Click to disable network activity. + Clique para desativar a atividade de rede. - Importing blocks from disk... - A importar blocos do disco... + Network activity disabled. + Atividade de rede desativada. + + + Click to enable network activity again. + Clique para ativar novamente a atividade de rede. Reindexing blocks on disk... - A reindexar blocos no disco... + A reindexar os blocos no disco... Send coins to a Bitcoin address - Enviar moedas para um endereço blackcoin + Enviar moedas para um endereço Blackcoin Backup wallet to another location - Faça uma cópia de segurança da carteira para outra localização + Efetue uma cópia de segurança da carteira para outra localização Change the passphrase used for wallet encryption - Mudar a frase de segurança utilizada na encriptação da carteira + Alterar a frase de segurança utilizada na encriptação da carteira &Debug window - Janela de &depuração + Janela de &Depuração Open debugging and diagnostic console @@ -357,17 +349,13 @@ &Receive &Receber - - Show information about Bitcoin Core - Mostrar informação sobre Blackcoin More - &Show / Hide Mo&strar / Ocultar Show or hide the main Window - Mostrar ou esconder a janela principal + Mostrar ou ocultar a janela principal Encrypt the private keys that belong to your wallet @@ -375,7 +363,7 @@ Sign messages with your Bitcoin addresses to prove you own them - Assine mensagens com os seus endereços Blackcoin para provar que os controla + Assine as mensagens com os seus endereços Blackcoin para provar que é o proprietário dos mesmos Verify messages to ensure they were signed with specified Bitcoin addresses @@ -395,23 +383,11 @@ Tabs toolbar - Barra de separadores - - - Bitcoin Core - Blackcoin More + Barra de ferramentas dos separadores Request payments (generates QR codes and bitcoin: URIs) - Solicitar pagamentos (gera códigos QR e URIs blackcoin:) - - - &About Bitcoin Core - &Sobre o Blackcoin More - - - Modify configuration options for Bitcoin Core - Modificar opções de configuração de Blackcoin More + Solicitar pagamentos (gera códigos QR e blackcoin: URIs) Show the list of used sending addresses and labels @@ -427,55 +403,35 @@ &Command-line options - &Opções da linha de &comandos - - - Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options - Mostrar a mensagem de ajuda do Blackcoin More para obter uma lista com possíveis opções de linha de comandos + &Opções da linha de &comando %n active connection(s) to Bitcoin network %n ligação ativa à rede Blackcoin%n ligações ativas à rede Blackcoin - No block source available... - Nenhuma fonte de blocos disponível... + Indexing blocks on disk... + A indexar blocos no disco... + + + Processing blocks on disk... + A processar blocos no disco... Processed %n block(s) of transaction history. Processado %n bloco do histórico de transações.Processados %n blocos do histórico de transações. - - %n hour(s) - %n hora%n horas - - - %n day(s) - %n dia%n dias - - - %n week(s) - %n semana%n semanas - - - %1 and %2 - %1 e %2 - - - %n year(s) - %n ano%n anos - %1 behind %1 em atraso Last received block was generated %1 ago. - O último bloco recebido foi gerado %1 atrás. + O último bloco recebido foi gerado há %1. Transactions after this will not yet be visible. - Transações posteriores não serão visíveis por enquanto. + As transações depois de isto ainda não serão visíveis. Error @@ -493,6 +449,10 @@ Up to date Atualizado + + %1 client + Cliente %1 + Catching up... Recuperando o atraso... @@ -506,7 +466,7 @@ Amount: %1 - Quantia: %1 + Valor: %1 @@ -518,7 +478,7 @@ Label: %1 - Rótulo: %1 + Etiqueta: %1 @@ -535,6 +495,14 @@ Incoming transaction Transação recebida + + HD key generation is <b>enabled</b> + Criação de chave HD está <b>ativada</b> + + + HD key generation is <b>disabled</b> + Criação de chave HD está <b>desativada</b> + Wallet is <b>encrypted</b> and currently <b>unlocked</b> A carteira está <b>encriptada</b> e atualmente <b>desbloqueada</b> @@ -543,19 +511,12 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> A carteira está <b>encriptada</b> e atualmente <b>bloqueada</b> - - - ClientModel - - Network Alert - Alerta da Rede - - + CoinControlDialog Coin Selection - Seleção de moeda + Seleção de Moeda Quantity: @@ -567,11 +528,7 @@ Amount: - Quantia: - - - Priority: - Prioridade: + Valor: Fee: @@ -583,7 +540,7 @@ After Fee: - Depois da Taxa: + Depois da taxa: Change: @@ -591,23 +548,23 @@ (un)select all - (des)seleccionar todos + (des)selecionar todos Tree mode - Modo árvore + Modo de árvore List mode - Modo lista + Modo de lista Amount - Quantia + Valor Received with label - Recebido com rótulo + Recebido com etiqueta Received with address @@ -619,39 +576,35 @@ Confirmations - Confirmados + Confirmações Confirmed Confirmada - - Priority - Prioridade - Copy address Copiar endereço Copy label - Copiar rótulo + Copiar etiqueta Copy amount - Copiar quantia + Copiar valor Copy transaction ID - Copiar ID da transação + Copiar Id. da transação Lock unspent - Bloquear não gastos + Bloquear não gasto Unlock unspent - Desbloquear não gastos + Desbloquear não gasto Copy quantity @@ -663,83 +616,19 @@ Copy after fee - Copiar valor após taxa + Copiar depois da taxa Copy bytes Copiar bytes - - Copy priority - Copiar prioridade - - - Copy dust - Copiar lixo - Copy change - Copiar alteração - - - highest - muito alta - - - higher - mais alta - - - high - alta - - - medium-high - média-alta - - - medium - média - - - low-medium - média-baixa - - - low - baixa - - - lower - mais baixa - - - lowest - muito alta + Copiar troco (%1 locked) - (%1 bloqueados) - - - none - nenhum - - - This label turns red if the transaction size is greater than 1000 bytes. - Este rótulo fica vermelho se o tamanho da transacção exceder os 1000 bytes. - - - This label turns red if the priority is smaller than "medium". - Esta legenda fica vermelha se a prioridade for menor que "média". - - - This label turns red if any recipient receives an amount smaller than %1. - Este rótulo fica vermelho se algum recipiente receber uma quantia menor que %1. - - - Can vary +/- %1 satoshi(s) per input. - Pode variar +/- %1 satoshi(s) por entrada + (%1 bloqueado) yes @@ -749,21 +638,9 @@ no não - - This means a fee of at least %1 per kB is required. - Isto significa que uma taxa de pelo menos %1 por kB é necessária. - - - Can vary +/- 1 byte per input. - Pode variar +/- 1 byte por input. - - - Transactions with higher priority are more likely to get included into a block. - Transacções com uma prioridade mais alta têm uma maior probabilidade de serem incluídas num bloco. - (no label) - (sem rótulo) + (sem etiqueta) change from %1 (%2) @@ -782,58 +659,34 @@ &Label - &Rótulo + &Etiqueta The label associated with this address list entry - O rótulo associado com esta entrada no livro de endereços + A etiqueta associada com esta entrada da lista de endereços The address associated with this address list entry. This can only be modified for sending addresses. - O endereço associado com o esta entrada no livro de endereços. Isto só pode ser modificado para endereços de saída. + O endereço associado com o esta entrada da lista de endereços. Isto só pode ser modificado para os endereços de envio. &Address E&ndereço - - New receiving address - Novo endereço de entrada - - - New sending address - Novo endereço de saída - - - Edit receiving address - Editar endereço de entrada - - - Edit sending address - Editar endereço de saída - - - The entered address "%1" is already in the address book. - O endereço introduzido "%1" já se encontra no livro de endereços. - - - The entered address "%1" is not a valid Bitcoin address. - O endereço introduzido "%1" não é um endereço blackcoin válido. - Could not unlock wallet. - Impossível desbloquear carteira. + Não foi possível desbloquear a carteira. New key generation failed. - Falha ao gerar nova chave. + A criação da nova chave falhou. FreespaceChecker A new data directory will be created. - Uma nova pasta de dados será criada. + Será criada uma nova diretoria de dados. name @@ -845,19 +698,15 @@ Path already exists, and is not a directory. - Caminho já existe, e não é uma pasta. + O caminho já existe, e este não é uma pasta. Cannot create data directory here. - Não pode ser criada uma pasta de dados aqui. + Não é possível criar aqui uma diretoria de dados. HelpMessageDialog - - Bitcoin Core - Blackcoin More - version versão @@ -867,12 +716,12 @@ (%1-bit) - About Bitcoin Core - Sobre o Blackcoin More + About %1 + Sobre o %1 Command-line options - Opções de linha de comandos + Opções da linha de comando Usage: @@ -880,19 +729,19 @@ command-line options - opções da linha de comandos + opções da linha de comando UI Options: - Opções de Interface + Opções da IU: Choose data directory on startup (default: %u) - Escolha a pasta de dados ao iniciar (por defeito: %u) + Escolher a pasta de dados no arranque (predefinição: %u) Set language, for example "de_DE" (default: system locale) - Definir linguagem, por exemplo "pt_PT" (por defeito: linguagem do sistema) + Definir idioma, por exemplo "pt_PT" (predefinição: idioma do sistema) Start minimized @@ -900,15 +749,15 @@ Set SSL root certificates for payment request (default: -system-) - Configurar certificados SSL root para pedido de pagamento (default: -system-) + Definir certificados de raiz SSL para pedidos de pagamento (predefinição: -system-) Show splash screen on startup (default: %u) - Mostrar imagem ao iniciar (por defeito: %u) + Mostrar o ecrã de abertura no arranque (predefinição: %u) - Reset all settings changes made over the GUI - Restabelecer opções de interface predefinidas + Reset all settings changed in the GUI + Redefinir todas as definições alteradas na GUI @@ -918,32 +767,20 @@ Bem-vindo - Welcome to Bitcoin Core. - Bem-vindo ao Blackcoin More. - - - As this is the first time the program is launched, you can choose where Bitcoin Core will store its data. - Sendo esta a primeira vez que o programa é iniciado, poderá escolher onde o Blackcoin More irá guardar os seus dados. - - - Bitcoin Core will download and store a copy of the Bitcoin block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - O Blackcoin More vai transferir e armazenar uma cópia do "block chain" (cadeia de blocos). Pelo menos %1GB de dados serão armazenados nesta pasta, e vão crescer ao longo do tempo. A sua carteira também irá ser armazenada nesta pasta. + Welcome to %1. + Bem-vindo ao %1. Use the default data directory - Utilizar a pasta de dados padrão + Utilizar a pasta de dados predefinida Use a custom data directory: Utilizar uma pasta de dados personalizada: - - Bitcoin Core - Blackcoin More - Error: Specified data directory "%1" cannot be created. - Erro: Pasta de dados especificada como "%1, não pode ser criada. + Erro: não pode ser criada a pasta de dados especificada como "%1. Error @@ -951,13 +788,52 @@ %n GB of free space available - %n GB de espaço livre disponível %n GB de espaço livre disponível + %n GB de espaço livre disponível%n GB de espaço livre disponível (of %n GB needed) (de %n GB necessários)(de %n GB necessário) + + ModalOverlay + + Form + Formulário + + + Number of blocks left + Número de blocos restantes + + + Unknown... + Desconhecido... + + + Last block time + Data do último bloco + + + Progress + Progresso + + + calculating... + a calcular... + + + Estimated time left until synced + tempo restante estimado até à sincronização + + + Hide + Ocultar + + + Unknown. Syncing Headers (%1)... + Desconhecido. Sincronização de Cabeçalhos (%1)... + + OpenURIDialog @@ -974,11 +850,11 @@ Select payment request file - Seleccione o ficheiro de pedido de pagamento + Selecione o ficheiro de pedido de pagamento Select payment request file to open - Seleccione o ficheiro de pedido de pagamento a abrir + Selecione o ficheiro de pedido de pagamento para abrir @@ -991,6 +867,14 @@ &Main &Principal + + Automatically start %1 after logging in to the system. + Iniciar automaticamente o %1 depois de iniciar a sessão no sistema. + + + &Start %1 on system login + &Iniciar o %1 no início de sessão do sistema + Size of &database cache Tamanho da cache da base de &dados @@ -1005,24 +889,20 @@ Accept connections from outside - Aceitar conceções externas + Aceitar ligações externas Allow incoming connections - Permitir conexão + Permitir ligação a receber IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1) - Endereço IP do proxy (p.ex. IPv4: 127.0.0.1 / IPv6: ::1) + Endereço de IP do proxy (exemplo, IPv4: 127.0.0.1 / IPv6: ::1) Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu. Minimize ao invés de sair da aplicação quando a janela é fechada. Com esta opção selecionada, a aplicação apenas será encerrada quando escolher Sair da aplicação no menú. - - The user interface language can be set here. This setting will take effect after restarting Bitcoin Core. - A linguagem da interface do utilizador pode ser definida aqui. Esta definição entrará em efeito após reiniciar o Blackcoin More. - 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 |. URLs de outrem (ex. um explorador de blocos) que aparece no separador de transações como itens do menu de contexto. @@ -1030,15 +910,15 @@ Third party transaction URLs - URLs de transação de outrem + URLs de transação de terceiros Active command-line options that override above options: - Opções de linha de comandos ativas que se sobrepõem ás opções anteriores: + Ativar as opções da linha de comando que se sobrepõem às opções acima: Reset all client options to default. - Repor todas as opções do cliente. + Repor todas as opções de cliente para a predefinição. &Reset Options @@ -1048,17 +928,9 @@ &Network &Rede - - Automatically start Bitcoin Core after logging in to the system. - Começar o Blackcoin More automaticamente ao iniciar sessão no sistema. - - - &Start Bitcoin Core on system login - &Começar o Blackcoin More ao iniciar o sistema - (0 = auto, <0 = leave that many cores free) - (0 = auto, <0 = Deixar essa quantidade de núcleos livre) + (0 = automático, <0 = deixar essa quantidade de núcleos livre) W&allet @@ -1066,15 +938,15 @@ Expert - Especialista + Técnicos Enable coin &control features - Ativar funcionalidades de controlo de transação. + Ativar as funcionalidades de &controlo de moedas If you disable the spending of unconfirmed change, the change from a transaction cannot be used until that transaction has at least one confirmation. This also affects how your balance is computed. - No caso de desativar o gasto de troco não confirmado, o troco de uma transação não poderá ser utilizado até que essa transação tenha pelo menos uma confirmação. Isto também afeta o cálculo do seu saldo. + Se desativar o gasto de troco não confirmado, o troco de uma transação não pode ser utilizado até que essa transação tenha pelo menos uma confirmação. Isto também afeta o cálculo do seu saldo. &Spend unconfirmed change @@ -1086,7 +958,7 @@ Map port using &UPnP - Mapear porta usando &UPnP + Mapear porta, utilizando &UPnP Connect to the Bitcoin network through a SOCKS5 proxy. @@ -1140,6 +1012,14 @@ &Window &Janela + + &Hide the icon from the system tray. + &Ocultar o ícone da bandeja do sistema. + + + Hide tray icon + Ocultar ícone da bandeja + Show only a tray icon after minimizing the window. Apenas mostrar o ícone da bandeja de sistema após minimizar a janela. @@ -1166,11 +1046,11 @@ Choose the default subdivision unit to show in the interface and when sending coins. - Escolha a subdivisão unitária a ser mostrada por defeito na aplicação e ao enviar moedas. + Escolha a unidade da subdivisão predefinida para ser mostrada na interface e quando enviar as moedas. Whether to show coin control features or not. - Escolha para mostrar funcionalidades de Coin Control ou não. + Escolha se deve mostrar as funcionalidades de controlo de moedas ou não. &OK @@ -1182,7 +1062,7 @@ default - padrão + predefinição none @@ -1190,7 +1070,7 @@ Confirm options reset - Confirme a reposição de opções + Confirme a reposição das opções Client restart required to activate changes. @@ -1202,7 +1082,7 @@ This change would require a client restart. - Esta alteração requer um reinício do cliente. + Esta alteração obrigará a um reinício do cliente. The supplied proxy address is invalid. @@ -1287,60 +1167,20 @@ PaymentServer - URI handling - Manuseamento de URI - - - Invalid payment address %1 - Endereço de pagamento inválido %1 + Payment request error + Erro do pedido de pagamento Payment request rejected Pedido de pagamento rejeitado - Payment request network doesn't match client network. - Rede de requisição de pagamento não corresponde com a rede do cliente. + Payment request expired. + Pedido de pagamento expirado. Payment request is not initialized. - Requisição de pagamento não iniciou. - - - Requested payment amount of %1 is too small (considered dust). - Quantia solicitada para pagamento de %1 é muito pequena (considerada "pó"). - - - Payment request error - Erro de pedido de pagamento - - - Cannot start bitcoin: click-to-pay handler - Impossível iniciar o controlador de blackcoin: click-to-pay - - - Payment request fetch URL is invalid: %1 - O URL de pedido de pagamento é inválido: %1 - - - URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. - URI não foi lido correctamente! Isto pode ser causado por um endereço Blackcoin inválido ou por parâmetros URI malformados. - - - Payment request file handling - Controlo de pedidos de pagamento. - - - Payment request file cannot be read! This can be caused by an invalid payment request file. - O ficheiro de pedido de pagamento não pôde ser lido! Isto pode ter sido causado por um ficheiro de pedido de pagamento inválido. - - - Payment request expired. - Pedido de pagamento expirou. - - - Unverified payment requests to custom payment scripts are unsupported. - Pedidos de pagamento não-verificados para scripts de pagamento personalizados não são suportados. + O pedido de pagamento não foi inicializado. Invalid payment request. @@ -1348,33 +1188,13 @@ Refund from %1 - Reembolsar de %1 - - - Payment request %1 is too large (%2 bytes, allowed %3 bytes). - Pedido de pagamento %1 excede o tamanho (%2 bytes, permitido %3 bytes). + Reembolso de %1 Error communicating with %1: %2 Erro ao comunicar com %1: %2 - - Payment request cannot be parsed! - O pedido de pagamento não pode ser lido ou processado! - - - Bad response from server %1 - Má resposta do servidor %1 - - - Payment acknowledged - Pagamento confirmado - - - Network request error - Erro de pedido de rede - - + PeerTableModel @@ -1385,11 +1205,7 @@ Node/Service Nó/Serviço - - Ping Time - Tempo de Latência - - + QObject @@ -1428,32 +1244,19 @@ %1 ms %1 ms - + + %1 and %2 + %1 e %2 + + + + QObject::QObject + QRImageWidget - - &Save Image... - &Salvar Imagem... - - - &Copy Image - &Copiar Imagem - - - Save QR Code - Guardar Código QR - - - PNG Image (*.png) - Imagem PNG (*.png) - - + RPCConsole - - Client name - Nome do Cliente - N/A N/D @@ -1474,17 +1277,13 @@ General Geral - - Using OpenSSL version - Usando versão OpenSSL - Using BerkeleyDB version Versão BerkeleyDB em uso Startup time - Hora de inicialização + Hora de Arranque Network @@ -1508,7 +1307,7 @@ Memory Pool - Memory Pool + Banco de Memória Current number of transactions @@ -1518,10 +1317,6 @@ Memory usage Utilização de memória - - Open the Bitcoin Core debug log file from the current data directory. This can take a few seconds for large log files. - Abrir o ficheiro de registo de depuração da pasta de dados actual. Isto pode demorar alguns segundos para ficheiros de registo grandes. - Received Recebido @@ -1542,6 +1337,10 @@ Select a peer to view detailed information. Selecione uma conexação para ver informação em detalhe. + + Whitelisted + Permitido por si + Direction Direcção @@ -1566,6 +1365,14 @@ User Agent Agente Usuário + + Decrease font size + Diminuir tamanho da letra + + + Increase font size + Aumentar tamanho da letra + Services Serviços @@ -1590,6 +1397,10 @@ Ping Time Tempo de Latência + + The duration of a currently outstanding ping. + A duração de um ping atualmente pendente. + Ping Wait Espera do Ping @@ -1630,10 +1441,6 @@ Out: Saída: - - Build date - Data de compilação - Debug log file Ficheiro de registo de depuração @@ -1642,14 +1449,6 @@ Clear console Limpar consola - - &Disconnect Node - &Desligar Nó - - - Ban Node for - Banir Nó por - 1 &hour 1 &hora @@ -1667,12 +1466,8 @@ 1 &ano - &Unban Node - &Desbloquear Nó - - - Welcome to the Bitcoin Core RPC console. - Bem-vindo à consola RPC do Blackcoin More. + Welcome to the %1 RPC console. + Bem-vindo à consola RPC da %1. Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -1803,15 +1598,11 @@ Copy label - Copiar rótulo - - - Copy message - Copiar mensagem + Copiar etiqueta Copy amount - Copiar quantia + Copiar valor @@ -1832,74 +1623,30 @@ &Save Image... &Salvar Imagem... - - Request payment to %1 - Requisitar Pagamento para %1 - - - Payment information - Informação de Pagamento - - - URI - URI - Address Endereço Amount - Quantia + Valor Label - Rótulo + Etiqueta - - Message - Mensagem - - - Resulting URI too long, try to reduce the text for label / message. - URI resultante muito longo. Tente reduzir o texto do rótulo / mensagem. - - - Error encoding URI into QR Code. - Erro ao codificar URI em Código QR. - - + RecentRequestsTableModel - - Date - Data - Label - Rótulo - - - Message - Mensagem - - - Amount - Quantia + Etiqueta (no label) - (sem rótulo) + (sem etiqueta) - - (no message) - (sem mensagem) - - - (no amount) - (sem quantia) - - + SendCoinsDialog @@ -1908,7 +1655,7 @@ Coin Control Features - Funcionalidades de Coin Control: + Funcionalidades do Controlo de Moedas: Inputs... @@ -1934,10 +1681,6 @@ Amount: Quantia: - - Priority: - Prioridade: - Fee: Taxa: @@ -1952,7 +1695,7 @@ If this is activated, but the change address is empty or invalid, change will be sent to a newly generated address. - Se isto estiver ativo, mas o endereço de troco estiver vazio ou for inválido, o troco irá ser enviado para um novo endereço. + Se isto estiver ativo, mas o endereço de troco estiver vazio ou for inválido, o troco será enviado para um novo endereço gerado. Custom change address @@ -1960,15 +1703,15 @@ Transaction Fee: - Custo da Transação: + Taxa da transação: Choose... - Escolha... + Escolher... collapse fee-settings - fechar definições-de custos + ocultar definições de taxa per kilobyte @@ -1976,7 +1719,7 @@ If the custom fee is set to 1000 satoshis and the transaction is only 250 bytes, then "per kilobyte" only pays 250 satoshis in fee, while "total at least" pays 1000 satoshis. For transactions bigger than a kilobyte both pay by kilobyte. - Se a taxa fixa for 1000 satoshis e a transação for somente 250 bytes, pagará somente 250 satoshis "por kilobyte" em custos se trasacionar "pelo menos" 1000 satoshis. Transações superiores a um kilobyte são cobradas por kilobyte. + Se a taxa personalizada estiver definida para 1.000 satoshis e a transação é de apenas 250 bytes, então paga apenas 250 satoshis "por kilobyte" na taxa, enquanto em "total pelo menos" paga 1.000 satoshis. Para transações superiores a um kilobyte ambos pagam por kilobyte. Hide @@ -2004,11 +1747,7 @@ (Smart fee not initialized yet. This usually takes a few blocks...) - (Taxa inteligente ainda não foi acionada. Normalmente demora alguns blocos...) - - - Confirmation time: - Tempo de confirmação: + (A taxa inteligente ainda não foi inicializada. Isto normalmente demora alguns blocos...) normal @@ -2018,14 +1757,6 @@ fast rapido - - Send as zero-fee transaction if possible - Enviar como uma transação a custo zero se possivél - - - (confirmation may take longer) - (confirmação poderá demorar mais) - Send to multiple recipients at once Enviar para múltiplos destinatários de uma vez @@ -2058,21 +1789,13 @@ S&end E&nviar - - Confirm send coins - Confirme envio de moedas - - - %1 to %2 - %1 para %2 - Copy quantity Copiar quantidade Copy amount - Copiar quantia + Copiar valor Copy fee @@ -2080,91 +1803,47 @@ Copy after fee - Copiar valor após taxa + Copiar depois da taxa Copy bytes Copiar bytes - - Copy priority - Copiar prioridade - Copy change - Copiar alteração - - - Total Amount %1 - Quantia Total %1 - - - or - ou - - - The amount to pay must be larger than 0. - A quantia a pagar deverá ser maior que 0. - - - The amount exceeds your balance. - A quantia excede o seu saldo. - - - The total exceeds your balance when the %1 transaction fee is included. - O total excede o seu saldo quando a taxa de transação de %1 for incluída. - - - Transaction creation failed! - Erro: A criação da transação falhou! - - - 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. - A transação foi rejeitada! Isto poderá acontecer se algumas das moedas na sua carteira já tiverem sido gastas, se por exemplo tiver usado uma cópia do ficheiro wallet.dat e as moedas tiverem sido gastas na cópia mas não tiverem sido marcadas como gastas aqui. - - - A fee higher than %1 is considered an absurdly high fee. - Uma taxa superior a %1 é considerada muito alta. - - - Payment request expired. - Pedido de pagamento expirou. - - - Pay only the required fee of %1 - Pagar somente a taxa mínima de %1 - - - The recipient address is not valid. Please recheck. - O endereço de destino não é válido. Por favor, verifique novamente. - - - Duplicate address found: addresses should only be used once each. - Endereço duplicado encontrado: cada endereço só poderá ser usado uma vez. - - - Warning: Invalid Bitcoin address - Aviso: Endereço Blackcoin inválido - - - (no label) - (sem rótulo) - - - Warning: Unknown change address - Aviso: Endereço de troco desconhecido - - - Copy dust - Copiar lixo - - - Are you sure you want to send? - Tem a certeza que deseja enviar? + Copiar troco added as transaction fee - adicionados como taxa de transação + adicionado como taxa de transação + + + The total exceeds your balance when the %1 transaction fee is included. + O total excede o seu saldo quando a taxa de transação %1 está incluída. + + + A fee higher than %1 is considered an absurdly high fee. + Uma taxa superior a %1 é considerada uma taxa altamente absurda. + + + Payment request expired. + Pedido de pagamento expirado. + + + Pay only the required fee of %1 + Pague apenas a taxa obrigatória de %1 + + + Warning: Unknown change address + Aviso: endereço de troco desconhecido + + + Confirm custom change address + Confirmar endereço de troco personalizado + + + (no label) + (sem etiqueta) @@ -2177,17 +1856,13 @@ Pay &To: &Pagar A: - - Enter a label for this address to add it to your address book - Escreva um rótulo para este endereço para o adicionar ao seu livro de endereços - &Label: Rótu&lo: Choose previously used address - Escolher endereço usado previamente + Escolha o endereço utilizado anteriormente This is a normal payment. @@ -2219,7 +1894,7 @@ S&ubtract fee from amount - S&ubtrair taxa ao montante + S&ubtrair a taxa ao montante Message: @@ -2249,12 +1924,15 @@ Memo: Memorando: - + + + SendConfirmationDialog + ShutdownWindow - Bitcoin Core is shutting down... - O Blackcoin More está a encerrar... + %1 is shutting down... + %1 está a encerrar... Do not shut down the computer until this window disappears. @@ -2281,7 +1959,7 @@ Choose previously used address - Escolher endereço usado previamente + Escolha o endereço utilizado anteriormente Alt+A @@ -2347,69 +2025,9 @@ Reset all verify message fields Repor todos os campos de verificação de mensagem - - Click "Sign Message" to generate signature - Clique "Assinar mensagem" para gerar a assinatura - - - The entered address is invalid. - O endereço introduzido é inválido. - - - Please check the address and try again. - Por favor verifique o endereço e tente de novo. - - - The entered address does not refer to a key. - O endereço introduzido não refere a nenhuma chave. - - - Wallet unlock was cancelled. - O desbloqueio da carteira foi cancelado. - - - Private key for the entered address is not available. - A chave privada para o endereço introduzido não está disponível. - - - Message signing failed. - Assinatura de mensagem falhou. - - - Message signed. - Mensagem assinada. - - - The signature could not be decoded. - A assinatura não pôde ser descodificada. - - - Please check the signature and try again. - Por favor verifique a assinatura e tente de novo. - - - The signature did not match the message digest. - A assinatura não condiz com o conteúdo da mensagem. - - - Message verification failed. - Verificação da mensagem falhou. - - - Message verified. - Mensagem verificada. - - + SplashScreen - - Bitcoin Core - Blackcoin More - - - The Bitcoin Core developers - Os programadores do Blackcoin More - [testnet] [rede de testes] @@ -2424,420 +2042,68 @@ TransactionDesc - - Open until %1 - Aberto até %1 - - - conflicted - em conflito: - - - %1/offline - %1/desligado - - - %1/unconfirmed - %1/não confirmada - - - %1 confirmations - %1 confirmações - - - Status - Estado - - - , broadcast through %n node(s) - , transmitida através de %n nó, transmitida através de %n nós - - - Date - Data - - - Source - Origem - - - Generated - Gerado - - - From - De - - - To - Para - - - own address - endereço próprio - - - watch-only - modo-verificação - - - label - rótulo - - - Credit - Crédito - - - matures in %n more block(s) - matura em %n blocomatura em %n blocos - - - not accepted - não aceite - - - Debit - Débito - - - Total debit - Total a debitar - - - Total credit - Total a creditar - Transaction fee Taxa de transação - - Net amount - Valor líquido - - - Message - Mensagem - - - Comment - Comentário - - - Transaction ID - ID da Transação - - - Merchant - Comerciante - - - 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. - Moedas geradas deverão maturar por %1 blocos antes de poderem ser gastas. Quando gerou este bloco, ele foi transmitido para a rede para ser incluído na cadeia de blocos. Se a inclusão na cadeia de blocos falhar, o seu estado irá ser alterado para "não aceite" e as moedas não poderão ser gastas. Isto poderá acontecer ocasionalmente se outro nó da rede gerar um bloco a poucos segundos de diferença do seu. - - - Debug information - Informação de depuração - - - Transaction - Transação - - - Inputs - Entradas - Amount - Quantia + Valor - - true - verdadeiro - - - false - falso - - - , has not been successfully broadcast yet - , ainda não foi transmitida com sucesso - - - Open for %n more block(s) - Aberta por mais %n blocoAberta por mais %n blocos - - - unknown - desconhecido - - + TransactionDescDialog - - Transaction details - Detalhes da transação - This pane shows a detailed description of the transaction Esta janela mostra uma descrição detalhada da transação - + TransactionTableModel - - Date - Data - - - Type - Tipo - - - Immature (%1 confirmations, will be available after %2) - Imaturo (%1 confirmações, estará disponível após %2) - - - Open for %n more block(s) - Aberta por mais %n blocoAberta por mais %n blocos - - - Open until %1 - Aberto até %1 - - - Confirmed (%1 confirmations) - Confirmada (%1 confirmações) - - - This block was not received by any other nodes and will probably not be accepted! - Este bloco não foi recebido por outros nós e provavelmente não será aceite pela rede! - - - Generated but not accepted - Gerado mas não aceite - - - Offline - Offline - Label - Rótulo + Etiqueta - Unconfirmed - Não confirmado: + (no label) + (sem etiqueta) - - Confirming (%1 of %2 recommended confirmations) - A confirmar (%1 de %2 confirmações recomendadas) - - - Conflicted - Em Conflito: - - - Received with - Recebido com - - - Received from - Recebido de - - - Sent to - Enviado para - - - Payment to yourself - Pagamento a si mesmo - - - Mined - Minadas - - - watch-only - modo-verificação - - - (n/a) - (n/d) - - - Transaction status. Hover over this field to show number of confirmations. - Estado da transação. Passar o cursor por cima deste campo para mostrar o número de confirmações. - - - Date and time that the transaction was received. - Data e hora em que a transação foi recebida. - - - Type of transaction. - Tipo de transação. - - - Whether or not a watch-only address is involved in this transaction. - Desde que um endereço de modo-verificação faça parte ou não desta transação - - - User-defined intent/purpose of the transaction. - Motivo da transacção definido pelo utilizador. - - - Amount removed from or added to balance. - Quantia retirada ou adicionada ao saldo. - - + TransactionView - - All - Todas - - - Today - Hoje - - - This week - Esta semana - - - This month - Este mês - - - Last month - Mês passado - - - This year - Este ano - - - Range... - Período... - - - Received with - Recebida com - - - Sent to - Enviada para - - - To yourself - Para si mesmo - - - Mined - Minadas - - - Other - Outras - - - Enter address or label to search - Escreva endereço ou rótulo a procurar - - - Min amount - Quantia mínima - Copy address Copiar endereço Copy label - Copiar rótulo + Copiar etiqueta Copy amount - Copiar quantia + Copiar valor Copy transaction ID - Copiar ID da Transação - - - Copy raw transaction - Copiar dados brutos da transacção - - - Edit label - Editar rótulo - - - Show transaction details - Mostrar detalhes da transação - - - Export Transaction History - Exportar Histórico de Transacções - - - Watch-only - Modo-verificação - - - Exporting Failed - A Exportação Falhou - - - There was an error trying to save the transaction history to %1. - Ocorreu um erro ao tentar guardar o histórico de transações em %1. - - - Exporting Successful - Exportação Bem Sucedida - - - The transaction history was successfully saved to %1. - O histórico de transacções foi com guardado com sucesso em %1. + Copiar Id. da transação Comma separated file (*.csv) Ficheiro separado por vírgulas (*.csv) - - Confirmed - Confirmada - - - Date - Data - - - Type - Tipo - Label - Rótulo + Etiqueta Address Endereço - ID - ID + Exporting Failed + Exportação Falhou - - Range: - Período: - - - to - até - - + UnitDisplayStatusBarControl @@ -2847,53 +2113,17 @@ WalletFrame - - No wallet has been loaded. - Nenhuma carteira foi carregada. - - + WalletModel - - Send Coins - Enviar Moedas - - + WalletView - - &Export - &Exportar - Export the data in the current tab to a file - Exportar os dados no separador actual para um ficheiro + Exportar os dados no separador atual para um ficheiro - - Backup Wallet - Cópia de Segurança da Carteira - - - Wallet Data (*.dat) - Dados da Carteira (*.dat) - - - Backup Failed - Cópia de Segurança Falhou - - - There was an error trying to save the wallet data to %1. - Ocorreu um erro ao tentar guardar os dados da carteira em %1. - - - The wallet data was successfully saved to %1. - Os dados da carteira foram guardados com sucesso em %1. - - - Backup Successful - Cópia de Segurança Bem Sucedida - - + bitcoin-core @@ -2920,25 +2150,17 @@ If <category> is not supplied or if <category> = 1, output all debugging information. Se <category> não é fornecida ou <category> = 1, imprimir toda a informação de depuração. - - Maximum total fees (in %s) to use in a single wallet transaction; setting this too low may abort large transactions (default: %s) - Total máximo de taxas (em %s) a utilizar numa única transacção; definir este valor demasiado baixo pode abortar transacções grandes (padrão: %s) - - - Please check that your computer's date and time are correct! If your clock is wrong Bitcoin Core will not work properly. - Por favor verifique que a data e hora do seu computador estão correctas! Se o seu relógio não estiver certo o Blackcoin More não irá funcionar correctamente. - Prune configured below the minimum of %d MiB. Please use a higher number. Poda configurada abaixo do mínimo de %d MiB. Por favor, utilize um valor mais elevado. - Reduce storage requirements by pruning (deleting) old blocks. This mode is incompatible with -txindex and -rescan. Warning: Reverting this setting requires re-downloading the entire blockchain. (default: 0 = disable pruning blocks, >%u = target size in MiB to use for block files) - Reduza os requisitos de armazenamento podando (eliminando) blocos antigos. Este modo é incompatível com -txindex e -rescan. Aviso: Reverter esta opção requer um novo descarregamento da cadeia de blocos completa. (padrão: 0 = desactivar poda de blocos, >%u = tamanho desejado em MiB para utilizar em ficheiros de blocos) + Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node) + Suprimir: a última sincronização da carteira vai além dos dados suprimidos. O que precisa para -reindex (transferir novamente toda a cadeia de blocos, no caso de nó suprimido) Rescans are not possible in pruned mode. You will need to use -reindex which will download the whole blockchain again. - Reanálises não são possíveis em modo poda. Para isso terá de usar -reindex, que irá descarregar novamente a cadeia de blocos. + Reanálises não são possíveis no modo de suprimir. Para isso terá de utilizar -reindex que irá transferir novamente toda a cadeia de blocos. Error: A fatal internal error occurred, see debug.log for details @@ -2946,7 +2168,7 @@ Fee (in %s/kB) to add to transactions you send (default: %s) - Taxa (em %s/kB) a adicionar às transacções que envia (padrão: %s) + Taxa (em %s/kB) para adicionar às transações que envia (predefinição: %s) Pruning blockstore... @@ -2961,8 +2183,16 @@ Não é possível iniciar o servidor HTTP. Verifique o debug.log para detalhes. - Accept connections from outside (default: 1 if no -proxy or -connect) - Aceitar ligações externas (padrão: 1 sem -proxy ou -connect) + Bitcoin Core + Blackcoin More + + + A fee rate (in %s/kB) that will be used when fee estimation has insufficient data (default: %s) + Uma percentagem da taxa (em %s/kB) que será utilizada quando a estimativa da taxa tiver dados insuficientes (predefinição: %s) + + + Accept relayed transactions received from whitelisted peers even when not relaying transactions (default: %d) + Aceitar as transações retransmitidas recebidas dos pares na lista branca, mesmo quando não retransmitir as transações (predefinição: %d) Bind to given address and always listen on it. Use [host]:port notation for IPv6 @@ -2972,13 +2202,9 @@ Delete all wallet transactions and only recover those parts of the blockchain through -rescan on startup Apague todas as transações da carteira e somente restore aquelas que façam parte do blockchain através de re-scan ao reiniciar o programa - - Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. - Distribuido através da licença de software MIT, verifique o ficheiro anexado COPYING ou <http://www.opensource.org/licenses/mit-license.php>. - Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) - Executar comando quando uma das transações na carteira mudar (no comando, %s é substituído pelo ID da Transação) + Executar o comando quando uma transação da carteira muda (no comando, %s é substituído pela Id. da Transação) Set the number of script verification threads (%u to %d, 0 = auto, <0 = leave that many cores free, default: %d) @@ -2988,61 +2214,33 @@ The block database contains a block which appears to be from the future. This may be due to your computer's date and time being set incorrectly. Only rebuild the block database if you are sure that your computer's date and time are correct A base de dados de blocos contém um bloco que aparenta ser do futuro. Isto pode ser causado por uma data incorrecta definida no seu computador. Reconstrua apenas a base de dados de blocos caso tenha a certeza de que a data e hora do seu computador estão correctos. - - This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - Esta é uma versão de testes pré-lançamento - use à sua responsabilidade - não usar para minar ou aplicações comerciais - - - Unable to bind to %s on this computer. Bitcoin Core is probably already running. - Incapaz de vincular à porta %s neste computador. O Blackcoin More provavelmente já está a correr. - Use UPnP to map the listening port (default: 1 when listening and no -proxy) - Usar UPnP para mapear a porta de escuta (padrão: 1 ao escutar e sem -proxy) - - - WARNING: abnormally high number of blocks generated, %d blocks received in the last %d hours (%d expected) - AVISO: gerado um número anormalmente elevado de blocos, %d blocos recebidos nas últimas %d horas (%d esperados) - - - WARNING: check your network connection, %d blocks received in the last %d hours (%d expected) - AVISO: verifique a sua conexão à rede, %d blocos recebidos nas últimas %d horas (%d esperados) - - - Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. - Aviso: A rede não parece estar completamente de acordo! Parece que alguns mineiros estão com dificuldades técnicas. - - - Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. - Atenção: Parecemos não estar de acordo com os nossos pares! Poderá ter que atualizar o seu cliente, ou outros nós poderão ter que atualizar os seus clientes. - - - 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. - Atenção: wallet.dat corrompido, dados recuperados! wallet.dat original salvo como wallet.{timestamp}.bak em %s; se o seu saldo ou transações estiverem incorrectos deverá recuperar uma cópia de segurança. - - - Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. - Ligações na lista branca conectam desde a seguinte netmask ou endereço IP. Posse ser especificado varias vezes. + Utilizar UPnP para mapear a porta de escuta (predefinição: 1 quando escutar e sem -proxy) -maxmempool must be at least %d MB - -maxmempool deverá ser pelo menos %d MB + - máximo do banco de memória deverá ser pelo menos %d MB <category> can be: <categoria> pode ser: - Block creation options: - Opções de criação de bloco: + Append comment to the user agent string + Anexar um comentário para a entrada de agente do utilizador - Connect only to the specified node(s) - Apenas ligar ao(s) nó(s) especificado(s) + Attempt to recover private keys from a corrupt wallet on startup + Tentar reuperar as chaves privadas de um "wallet" ao iniciar + + + Block creation options: + Opções da criação de bloco: Connection options: - Opcões de ligação: + Opções de ligação: Corrupted block database detected @@ -3050,11 +2248,11 @@ Debugging/Testing options: - Depuração/Opções teste: + Opções de Depuração/Teste: Do not load the wallet and disable wallet RPC calls - Não carregar a carteira e desativar chamadas RPC de carteira. + Não carregar a carteira e desativar as chamadas de RPC da carteira. Do you want to rebuild the block database now? @@ -3076,6 +2274,10 @@ Enable publish raw transaction in <address> Activar publicação de dados brutos da transacção em <address> + + Enable transaction replacement in the memory pool (default: %u) + Ativar substituição da transação no banco de memória (predefinição: %u) + Error initializing block database Erro ao inicializar a cadeia de blocos @@ -3084,6 +2286,18 @@ Error initializing wallet database environment %s! Erro ao inicializar o ambiente %s da base de dados da carteira + + Error loading %s + Erro ao carregar %s + + + Error loading %s: Wallet corrupted + Erro ao carregar %s: carteira corrompida + + + Error loading %s: Wallet requires newer version of %s + Erro ao carregar %s: a carteira requer a nova versão de %s + Error loading block database Erro ao carregar base de dados de blocos @@ -3112,9 +2326,21 @@ Invalid -onion address: '%s' Endereço -onion inválido: '%s' + + Invalid amount for -%s=<amount>: '%s' + Valor inválido para -%s=<amount>: '%s' + + + Invalid amount for -fallbackfee=<amount>: '%s' + Valor inválido para -fallbackfee=<amount>: '%s' + Keep the transaction memory pool below <n> megabytes (default: %u) - Manter a memory pool de transacções abaixo de <n> megabytes (padrão: %u) + Manter o banco de memória da transação abaixo de <n> megabytes (predefinição: %u) + + + Location of the auth cookie (default: data dir) + Localização de cookie de autorização (predefinição: diretoria de dados) Not enough file descriptors available. @@ -3124,6 +2350,14 @@ Only connect to nodes in network <net> (ipv4, ipv6 or onion) Somente conectar aos nodes na rede <net> (ipv4, ipv6 ou onion) + + Print this help message and exit + Imprimir esta mensagem de ajuda e sair + + + Print version and exit + Imprimir versão e sair + Prune cannot be configured with a negative value. Poda não pode ser configurada com um valor negativo. @@ -3158,7 +2392,7 @@ Use UPnP to map the listening port (default: %u) - Use UPnP para mapear a porto de escuta (default: %u) + Utilizar UPnP para mapear a porta de escuta (predefinição: %u) User Agent comment (%s) contains unsafe characters. @@ -3180,14 +2414,6 @@ Wallet options: Opções da carteira: - - Warning: This version is obsolete; upgrade required! - Aviso: Esta versão está desatualizada; atualização necessária! - - - You need to rebuild the database using -reindex to change -txindex - É necessário reconstruir as bases de dados usando -reindex para mudar o -txindex - 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 Permitir conexções JSON-RPC de fontes especificas. Valido para <ip> um unico IP (ex. 1.2.3.4), uma rede/netmask (ex. 1.2.3.4/255.255.255.0) ou uma rede/CIDR (ex. 1.2.3.4/24). Esta opção pode ser especificada varias vezes @@ -3200,10 +2426,6 @@ 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) Vinculado para dar o endereço para atender as ligações JSON-RPC. Use [host]: Notação de porta para IPv6. Esta opção pode ser especificada várias vezes (padrão: ligam-se a todas as interfaces) - - Cannot obtain a lock on data directory %s. Bitcoin Core is probably already running. - Impossível trancar a pasta de dados %s. Provavelmente o Blackcoin More já está a ser executado. - Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) Crie ficheiros novos com as permisões predefinidas do sistema, em vez de umask 077 (apenas eficaz caso a funcionalidade carteira esteja desactivada) @@ -3222,7 +2444,7 @@ Fees (in %s/kB) smaller than this are considered zero fee for relaying, mining and transaction creation (default: %s) - Taxas (em %s/kB) abaixo deste valor são consideradas nulas para propagação, mineração e criação de transacções (padrão: %s) + Taxas (em %s/kB) inferiores a este valor são consideradas nulas para propagação, mineração e criação de transações (predefinição: %s) If paytxfee is not set, include enough fee so transactions begin confirmation on average within n blocks (default: %u) @@ -3236,10 +2458,6 @@ Maximum size of data in data carrier transactions we relay and mine (default: %u) Tamanho máximo dos dados em transacções que incluem dados que propagamos e mineramos (padrão: %u) - - Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect) - Encontrar pares usando DNS lookup, caso o número de endereços seja reduzido (padrão: 1 excepto -connect) - Randomize credentials for every proxy connection. This enables Tor stream isolation (default: %u) Usar credenciais aleatórias por cada ligação proxy. Permite que o Tor use stream isolation (padrão: %u) @@ -3248,58 +2466,34 @@ Set maximum size of high-priority/low-fee transactions in bytes (default: %d) Definir tamanho máximo de transações com alta-prioridade/baixa-taxa em bytes (por defeito: %d) - - Set the number of threads for coin generation if enabled (-1 = all cores, default: %d) - Definir o número threads para a geração de moedas, caso activo (-1 = todos os cores, padrão: %d) - The transaction amount is too small to send after the fee has been deducted O montante da transacção é demasiado baixo após a dedução da taxa - 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. - Este produto inclui software desenvolvido pelo OpenSSL Project para utilização no OpenSSL Toolkit <https://www.openssl.org/> e software criptográfico escrito por Eric Young e software UPnP escrito por Thomas Bernard. + 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 + Os pares enviados para a lista branca não podem ser DoS banidos e as suas transações são sempre retransmitidas, mesmo que já estejam no banco de memória, útil, por exemplo, para um acesso You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain - É necessário reconstruir a base de dados usando -reindex para sair do modo poda. Isto irá descarregar novamente a blockchain completa + É necessário reconstruir a base de dados, utilizando -reindex para voltar ao modo de suprimir. Isto irá transferir novamente a cadeia de blocos completa (default: %u) - (por defeito: %u) + (predefinição: %u) Accept public REST requests (default: %u) - Aceitar pedidos REST públicos (padrão: %u) - - - Activating best chain... - A activar a melhor cadeia... - - - Attempt to recover private keys from a corrupt wallet.dat on startup - Tentar recuperar chaves privadas de um wallet.dat corrompido ao iniciar + Aceitar pedidos REST públicos (predefinição: %u) Automatically create Tor hidden service (default: %d) - Criar serviço Tor oculto automaticamente (padrão: %d) - - - Cannot resolve -whitebind address: '%s' - Não foi possível resolver o endereço -whitebind: '%s' + Criar automaticamente o serviço Tor oculto (predefinição: %d) Connect through SOCKS5 proxy Ligar através de um proxy SOCKS5 - - Copyright (C) 2009-%i The Bitcoin Core Developers - Copyright (C) 2018-%i Os Programadores do Blackcoin More - - - Error loading wallet.dat: Wallet requires newer version of Bitcoin Core - Erro ao carregar wallet.dat: A Carteira requer uma versão mais recente do Blackcoin More - Error reading from database, shutting down. Erro ao ler da base de dados, encerrando. @@ -3312,22 +2506,6 @@ Information Informação - - Initialization sanity check failed. Bitcoin Core is shutting down. - Falha na prova real inicial. Blackcoin More está a desligar. - - - Invalid amount for -maxtxfee=<amount>: '%s' - Quantia inválida para -maxtxfee=<quantidade>: '%s' - - - Invalid amount for -minrelaytxfee=<amount>: '%s' - Quantia inválida para -minrelaytxfee=<quantidade>: '%s' - - - Invalid amount for -mintxfee=<amount>: '%s' - Quantia inválida para -mintxfee=<quantidade>: '%s' - Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) Montante inválido para -paytxfee=<amount>: '%s' (deverá ser no mínimo %s) @@ -3346,20 +2524,12 @@ Node relay options: - Opções de propagação de nós: + Opções da transmissão de nós: RPC server options: Opções do servidor RPC: - - Rebuild block chain index from current blk000??.dat files on startup - Reconstruir a cadeia de blocos a partir dos ficheiros blk000??.dat actuais ao iniciar - - - Receive and display P2P network alerts (default: %u) - Receber e mostrar alertas da rede P2P (padrão: %u) - Reducing -maxconnections from %d to %d, because of system limitations. Reduzindo -maxconnections de %d para %d, devido a limitações no sistema. @@ -3378,7 +2548,7 @@ Show all debugging options (usage: --help -help-debug) - Mostrar todas as opções de depuração (uso: --help -help-debug) + Mostrar todas as opções de depuração (utilização: --help -help-debug) Shrink debug.log file on client startup (default: 1 when no -debug) @@ -3398,20 +2568,16 @@ Tor control port password (default: empty) - Password de controlo da porta Tor (padrão: vazio) + Palavra-passe da porta de controlo Tor (predefinição: vazio) Tor control port to use if onion listening enabled (default: %s) - Porta de controlo Tor a utillizar caso a escuta onion esteja activa (padrão: %s) + Porta de controlo Tor a utilizar se a escuta cebola estiver ativada (predefinição: %s) Transaction amount too small Quantia da transação é muito baixa - - Transaction amounts must be positive - Quantia da transação deverá ser positiva - Transaction too large for fee policy Transacção demasiado grande para a política de taxas @@ -3432,17 +2598,17 @@ Username for JSON-RPC connections Nome de utilizador para ligações JSON-RPC - - Wallet needed to be rewritten: restart Bitcoin Core to complete - A Carteira precisou de ser reescrita: reinicie o Blackcoin More para completar o processo - Warning Aviso + + Warning: unknown new rules activated (versionbit %i) + Aviso: ativadas novas regras desconhecidas (versionbit %i) + Whether to operate in a blocks only mode (default: %u) - Modo apenas blocos (padrão: %u) + Se operar apenas num modo de blocos (predefinição: %u) Zapping all transactions from wallet... @@ -3452,21 +2618,13 @@ ZeroMQ notification options: Opções de notificação ZeroMQ: - - wallet.dat corrupt, salvage failed - wallet.dat corrompido, recuperação falhou - Password for JSON-RPC connections Palavra-passe para ligações JSON-RPC Execute command when the best block changes (%s in cmd is replaced by block hash) - Executar comando quando o melhor bloco mudar (no comando, %s é substituído pela hash do bloco) - - - This help message - Esta mensagem de ajuda + Executar o comando quando o melhor bloco muda (no comando, %s é substituído pela hash do bloco) Allow DNS lookups for -addnode, -seednode and -connect @@ -3474,11 +2632,7 @@ Loading addresses... - A carregar endereços... - - - Error loading wallet.dat: Wallet corrupted - Erro ao carregar wallet.dat: Carteira danificada + A carregar os endereços... (1 = keep tx meta data e.g. account owner and payment request information, 2 = drop tx meta data) @@ -3488,17 +2642,9 @@ -maxtxfee is set very high! Fees this large could be paid on a single transaction. -maxtxfee está definido com um valor muito alto! Taxas desta magnitude podem ser pagas numa única transacção. - - -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. - -paytxfee está definido com um valor muito alto! Esta é a taxa que irá pagar se enviar uma transacção. - Do not keep transactions in the mempool longer than <n> hours (default: %u) - Não guardar transacções na mempool por mais de <n> horas (padrão: %u) - - - Error reading wallet.dat! All keys read correctly, but transaction data or address book entries might be missing or incorrect. - Erro ao ler wallet.dat! Todas as chaves foram lidas correctamente, mas os dados das transacções ou do livro de endereços podem estar em falta ou incorrectos. + Não guardar transações no banco de memória por mais de <n> horas (predefinição: %u) Fees (in %s/kB) smaller than this are considered zero fee for transaction creation (default: %s) @@ -3524,6 +2670,10 @@ Support filtering of blocks and transaction with bloom filters (default: %u) Suportar filtragem de blocos e transacções com fitros bloom (padrão: %u) + + Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments. + Comprimento total da entrada da versão de rede (%i) excede o comprimento máximo (%i). Reduzir o número ou o tamanho de uacomments. + Tries to keep outbound traffic under the given target (in MiB per 24h), 0 = no limit (default: %d) Tenta manter o tráfego externo abaixo do limite especificado (em MiB por 24h), 0 = sem limite (padrão: %d) @@ -3532,37 +2682,33 @@ Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported. Encontrado um argumento não suportado -socks. Definir a versão do SOCKS já não é possível, apenas proxies SOCKS5 são suportados. + + Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay. + Argumento não suportado -whitelistalwaysrelay ignorado, utilize -whitelistrelay e/ou -whitelistforcerelay. + Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) Use um proxy SOCKS5 separado para alcançar pares via serviços ocultos do Tor (padrão: %s) - Username and hashed password for JSON-RPC connections. The field <userpw> comes in the format: <USERNAME>:<SALT>$<HASH>. A canonical python script is included in share/rpcuser. This option can be specified multiple times - Username e hash da password para ligações JSON-RPC. O campo <userpw> está no formato: <USERNAME>:<SALT>$<HASH>. Um script python está incluido em share/rpcuser. Esta opção pode ser especificada múltiplas vezes. + Warning: Unknown block versions being mined! It's possible unknown rules are in effect + Atenção: Versões desconhecidas de blocos estão a ser mineradas! É possível que regras desconhecias estão a ser efetuadas (default: %s) - (por defeito: %s) + (predefinição: %s) Always query for peer addresses via DNS lookup (default: %u) - Usar sempre DNS lookup para encontrar pares (padrão: %u) - - - Error loading wallet.dat - Erro ao carregar wallet.dat - - - Generate coins (default: %u) - Gerar moedas (padrão: %u) + Utilizar sempre a consulta de DNS para endereços de pares (predefinição: %u) How many blocks to check at startup (default: %u, 0 = all) - Quantos blocos verificar ao inicializar (padrão: %u, 0 = todos) + Quantos blocos para verificar no arranque (predefinição: %u, 0 = todos) Include IP addresses in debug output (default: %u) - Incluir endereços IP na informação de depuração (padrão: %u) + Incluir endereços de IP na informação de depuração (predefinição: %u) Invalid -proxy address: '%s' @@ -3570,7 +2716,7 @@ Listen for JSON-RPC connections on <port> (default: %u or testnet: %u) - Escutar por ligações JSON-RPC na porta <port> (por defeito: %u ou rede de testes: %u) + Escutar por ligações JSON-RPC na porta <port> (predefinição: %u ou rede de testes: %u) Listen for connections on <port> (default: %u or testnet: %u) @@ -3602,15 +2748,11 @@ Relay non-P2SH multisig (default: %u) - Propagar não-P2SH multisig (padrão: %u) + Propagar não P2SH multisig (predefinição: %u) Set key pool size to <n> (default: %u) - Definir o tamanho da memória de chaves para <n> (por defeito: %u) - - - Set minimum block size in bytes (default: %u) - Definir tamanho minímo de um bloco em bytes (por defeito: %u) + Definir tamanho do banco de memória da chave para <n> (predefinição: %u) Set the number of threads to service RPC calls (default: %d) @@ -3630,7 +2772,7 @@ Spend unconfirmed change when sending transactions (default: %u) - Gastar troco não confirmado ao enviar transacções (padrão: %u) + Gastar o troco não confirmado quando enviar transações (predefinição: %u) Threshold for disconnecting misbehaving peers (default: %u) @@ -3640,25 +2782,13 @@ Unknown network specified in -onlynet: '%s' Rede desconhecida especificada em -onlynet: '%s' - - Cannot resolve -bind address: '%s' - Não foi possível resolver o endereço -bind: '%s' - - - Cannot resolve -externalip address: '%s' - Não foi possível resolver o endereço -externalip: '%s' - - - Invalid amount for -paytxfee=<amount>: '%s' - Quantia inválida para -paytxfee=<amount>: '%s' - Insufficient funds Fundos insuficientes Loading block index... - A carregar índice de blocos... + A carregar o índice de blocos... Add a node to connect to and attempt to keep the connection open @@ -3666,7 +2796,7 @@ Loading wallet... - A carregar carteira... + A carregar a carteira... Cannot downgrade wallet @@ -3682,7 +2812,7 @@ Done loading - Carregamento completo + Carregamento concluído Error diff --git a/src/qt/locale/bitcoin_ro.ts b/src/qt/locale/bitcoin_ro.ts index 11ac69f0f..49c79d7fa 100644 --- a/src/qt/locale/bitcoin_ro.ts +++ b/src/qt/locale/bitcoin_ro.ts @@ -11,7 +11,7 @@ &New - &Nou + Nou Copy the currently selected address to the system clipboard @@ -19,15 +19,11 @@ &Copy - &Copiază + Copiază C&lose - Î&nchide - - - &Copy Address - &Copiază Adresa + Închide Delete the currently selected address from the list @@ -39,15 +35,11 @@ &Export - &Exportă + Exportă - Choose the address to send coins to - Indică adresa de expediere a monedelor - - - Choose the address to receive coins with - Indică adresa de a primi monedele + &Delete + Șterge @@ -55,39 +47,483 @@ AskPassphraseDialog + + Passphrase Dialog + Secventa de cuvinte a parolei + + + Enter passphrase + Introduceti parola + + + New passphrase + Noua parolă + + + Repeat new passphrase + Repetati noua parolă + BanTableModel - + + IP/Netmask + IP/Netmask + + + Banned Until + Blocat până + + BitcoinGUI - - - ClientModel + + Sign &message... + Semnează &mesajul... + + + Synchronizing with network... + Se sincronizează cu rețeaua + + + Node + Nod + + + Show general overview of wallet + Arată o prezentare generală a portofelului. + + + &Transactions + &Tranzacții + + + Browse transaction history + Navighează în istoricul tranzacțiilor + + + Quit application + Părăsește aplicația + + + About &Qt + Despre &Qt + + + Show information about Qt + Arată informații despre Qt + + + &Options... + &Opțiuni... + + + &Encrypt Wallet... + &Criptează portofelul... + + + &Backup Wallet... + &Backup portofel + + + &Change Passphrase... + &Schimbă parola... + + + &Sending addresses... + &Trimite adresele... + + + &Receiving addresses... + &Primește adresele... + + + Open &URI... + Deschide &URI... + + + Send coins to a Bitcoin address + Trimite monedele către o adresă Blackcoin + + + Backup wallet to another location + Fă o copie de rezervă a portofelului într-o altă locație + + + Change the passphrase used for wallet encryption + Schimbă parola folosită pentru criptarea portofelului + + + &Debug window + &Fereastra pentru depanare + + + Open debugging and diagnostic console + Pornește consola pentru depanare si diagnoză + + + &Verify message... + &Verifică mesajul... + + + Bitcoin + Blackcoin + + + Wallet + Portofel + + + &Send + &Trimite + + + &Receive + &Primește + + + &Show / Hide + &Arată/Ascunde + + + Show or hide the main Window + Arată sau ascunde fereastra principală + + + Encrypt the private keys that belong to your wallet + Criptează cheile private care aparțin portofelului tău. + + + Sign messages with your Bitcoin addresses to prove you own them + Semnează mesajele cu adresa ta de Blackcoin pentru a face dovada că îți aparțin. + + + Verify messages to ensure they were signed with specified Bitcoin addresses + Verifică mesajele cu scopul de a asigura faptul că au fost semnate cu adresa de Blackcoin specificată. + + + &File + &Fișier + + + &Settings + &Setări + + + &Help + &Ajutor + + + Request payments (generates QR codes and bitcoin: URIs) + Cerere plată (generează coduri QR și blackcoin: URIs) + + + Open a bitcoin: URI or payment request + Deschide un blackcoin: URI sau cerere de plată + + + %1 behind + %1 în urmă + + + Last received block was generated %1 ago. + Ultimul bloc primit a fost generat acum %1 + + + Error + Eroare + + + Warning + Atenționare + + + Information + Informație + + + Up to date + Actual + + + Date: %1 + + Data: %1 + + + Amount: %1 + + Cantitate: %1 + + + Type: %1 + + Tip: %1 + + + + Label: %1 + + Etichetă: %1 + + + + Address: %1 + + Adresa: %1 + + + + Sent transaction + Trimite tranzacția + + + Wallet is <b>encrypted</b> and currently <b>unlocked</b> + Portofelul este <b>criptat</b> și în prezent <b>deblocat</b> + + + Wallet is <b>encrypted</b> and currently <b>locked</b> + Portofelul este <b>criptat</b> și în prezent <b>blocat</b> + CoinControlDialog + + Coin Selection + Selecția monedelor + + + Quantity: + Cantitatea: + + + Bytes: + Biți: + + + Amount: + Cantitate: + + + Fee: + Taxa: + + + After Fee: + După taxă: + + + Change: + Schimbă: + + + Tree mode + Mod arbore + + + List mode + Mod listă + + + Amount + Cantitate + + + Received with address + Primit cu adresa + + + Date + Data + + + Confirmations + Confirmări + + + Confirmed + Confirmat + EditAddressDialog + + Edit Address + Modifică adresa + + + &Address + &Adresa + FreespaceChecker + + name + Nume + + + Directory already exists. Add %1 if you intend to create a new directory here. + Directoriul există deja. Adaugă %1 dacă ai intenționat să creezi aici un directoriu nou. + HelpMessageDialog + + version + versiune + + + (%1-bit) + (%1-bit) + + + Start minimized + Pornește minimalizat + Intro + + Welcome + Bine ai venit! + + + Use the default data directory + Folosește directoriul pentru date din modul implicit. + + + Error + Eroare + + + %n GB of free space available + %n GB de spațiu liber disponibil%n GB de spațiu liber disponibil%n GB de spațiu liber disponibil + + + + ModalOverlay OpenURIDialog + + Open URI + Deschide URI + + + URI: + URI: + OptionsDialog + + Options + Opțiuni + + + MB + MB + + + Accept connections from outside + Acceptă conexiuni externe + + + Allow incoming connections + Acceptă conexiunea care sosește + + + IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1) + Adresa IP a proxy-ului (ex. IPv4: 127.0.0.1 / IPv6: ::1) + + + &Reset Options + &Resetează opțiunile + + + &Network + &Rețea + + + Expert + Expert + + + Proxy &IP: + Proxy &IP: + + + &Port: + &Port: + + + Port of the proxy (e.g. 9050) + Portul pentru proxy (ex.: 9050) + + + IPv4 + IPv4 + + + IPv6 + IPv6 + + + Tor + Tor + + + &Window + &Fereastra + + + &OK + &OK + + + &Cancel + &Anulează + + + default + inițial + + + none + fără + + + Confirm options reset + Confirmă resetarea opțiunilor + + + Client restart required to activate changes. + Repornirea clientului este necesară pentru ca schimbările să fie activate + + + Client will be shut down. Do you want to proceed? + Clientul va fi oprit. Dorești sa continui? + + + This change would require a client restart. + Această schimbare necesită repornirea clientului. + OverviewPage + + Available: + Disponibil: + + + Total: + Total: + + + Recent transactions + Tranzacții recente + PaymentServer @@ -97,28 +533,182 @@ QObject + + Amount + Cantitate + + + %1 and %2 + %1 și %2 + + + + QObject::QObject QRImageWidget RPCConsole - + + Client version + Versiunea clientului + + + &Information + &Informații + + + Debug window + Fereastra pentru depanare + + + General + General + + + Network + Rețea + + + Name + Nume + + + Number of connections + Numărul de conexiuni + + + Received + Primit + + + Sent + Trimis + + + Direction + Direcția + + + Version + Versiune + + + Connection Time + Durata conexiunii + + + &Open + &Deschide + + + &Console + &Consolă + + + 1 &hour + 1 &ore + + + 1 &day + 1 &zi + + + 1 &week + 1 &săptămână + + + 1 &year + 1 &an + + + %1 B + %1 B + + + %1 KB + %1 KB + + + %1 MB + %1 MB + + + %1 GB + %1 GB + + + Yes + Da + + + No + Nu + + + Unknown + Necunoscut + + ReceiveCoinsDialog + + &Message: + &Mesaj: + + + Show + Arată + + + Remove + Elimină + ReceiveRequestDialog + + &Save Image... + &Salvează imaginea... + RecentRequestsTableModel SendCoinsDialog + + Quantity: + Cantitatea: + + + Bytes: + Biți: + + + Amount: + Cantitate: + + + Fee: + Taxa: + + + After Fee: + După taxă: + + + Change: + Schimbă: + SendCoinsEntry + + SendConfirmationDialog + ShutdownWindow @@ -154,16 +744,24 @@ WalletView - - &Export - &Exportă - - - Export the data in the current tab to a file - Exportă datele din tabul curent in fisier - bitcoin-core - + + Bitcoin Core + Blackcoin More + + + Information + Informație + + + Warning + Atenționare + + + Error + Eroare + + \ No newline at end of file diff --git a/src/qt/locale/bitcoin_ro_RO.ts b/src/qt/locale/bitcoin_ro_RO.ts index 3d3fe2dfa..6fe920656 100644 --- a/src/qt/locale/bitcoin_ro_RO.ts +++ b/src/qt/locale/bitcoin_ro_RO.ts @@ -25,10 +25,6 @@ C&lose Închide - - &Copy Address - &Copiază Adresa - Delete the currently selected address from the list Şterge adresele curent selectate din listă @@ -45,74 +41,10 @@ &Delete &Şterge - - Choose the address to send coins to - Alegeţi adresa unde vreţi să trimiteţi monedele - - - Choose the address to receive coins with - Alegeţi adresa unde vreţi să primiţi monedele - - - C&hoose - &Alegeţi - - - Sending addresses - Adresa destinatarului - - - Receiving addresses - Adresa de primire - - - These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - Acestea sînt adresele dumneavoastră Blackcoin pentru efectuarea plăţilor. Verificaţi întotdeauna cantitatea şi adresa de primire înainte de a trimite monede. - - - These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Acestea sînt adresele dumneavoastră Blackcoin folosite pentru a primi plati. Este recomandat să folosiţi o adresă nouă de primire pentru fiecare tranzacţie în parte. - - - Copy &Label - Copiază &eticheta - - - &Edit - &Editare - - - Export Address List - Exportă listă de adrese - - - Comma separated file (*.csv) - Fişier text cu valori separate prin virgulă (*.csv) - - - Exporting Failed - Export nereuşit - - - There was an error trying to save the address list to %1. Please try again. - A apărut o eroare la salvarea listei de adrese la %1. Vă rugăm să încercaţi din nou. - - + AddressTableModel - - Label - Etichetă - - - Address - Adresă - - - (no label) - (fără etichetă) - - + AskPassphraseDialog @@ -131,95 +63,7 @@ Repeat new passphrase Repetaţi noua frază de acces - - Encrypt wallet - Criptare portofel - - - This operation needs your wallet passphrase to unlock the wallet. - Această acţiune necesită fraza dvs. de acces pentru deblocarea portofelului. - - - Unlock wallet - Deblocare portofel - - - This operation needs your wallet passphrase to decrypt the wallet. - Această acţiune necesită fraza dvs. de acces pentru decriptarea portofelului. - - - Decrypt wallet - Decriptare portofel - - - Change passphrase - Schimbare frază de acces - - - Confirm wallet encryption - Confirmaţi criptarea portofelului - - - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! - Atenţie: Dacă pierdeţi parola portofelului electronic după criptare, <b>VEŢI PIERDE ÎNTREAGA SUMĂ DE BLACKCOIN ACUMULATĂ</b>! - - - Are you sure you wish to encrypt your wallet? - Sigur doriţi să criptaţi portofelul dvs.? - - - Bitcoin Core will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - Blackcoin More se va închide acum pentru a termina procesul de criptare. Ţineţi minte că criptarea portofelului nu vă poate proteja în totalitate de furtul monedelor de către programe dăunătoare care vă infectează calculatorul. - - - 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. - IMPORTANT: Orice copie de siguranţă făcută anterior portofelului dumneavoastră ar trebui înlocuită cu cea generată cel mai recent, fişier criptat al portofelului. Pentru siguranţă, copiile de siguranţă vechi ale portofelului ne-criptat vor deveni inutile imediat ce veţi începe folosirea noului fişier criptat al portofelului. - - - Warning: The Caps Lock key is on! - Atenţie! Caps Lock este pornit! - - - Wallet encrypted - Portofel criptat - - - 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>. - Introduceţi noua parolă a portofelului electronic.<br/>Vă rugăm să folosiţi o parolă de<b>minimum 10 caractere aleatoare</b>, sau <b>minimum 8 cuvinte</b>. - - - Enter the old passphrase and new passphrase to the wallet. - Introduceţi vechea şi noua parolă pentru portofel. - - - Wallet encryption failed - Criptarea portofelului nu a reuşit - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - Criptarea portofelului nu a reuşit din cauza unei erori interne. Portofelul dvs. nu a fost criptat. - - - The supplied passphrases do not match. - Frazele de acces introduse nu se potrivesc. - - - Wallet unlock failed - Deblocarea portofelului nu a reuşit - - - The passphrase entered for the wallet decryption was incorrect. - Fraza de acces introdusă pentru decriptarea portofelului a fost incorectă. - - - Wallet decryption failed - Decriptarea portofelului nu a reuşit - - - Wallet passphrase was successfully changed. - Parola portofelului electronic a fost schimbată. - - + BanTableModel @@ -305,14 +149,6 @@ Open &URI... Deschide &URI... - - Bitcoin Core client - Clientul Blackcoin More - - - Importing blocks from disk... - Import blocuri de pe disk... - Reindexing blocks on disk... Se reindexează blocurile pe disc... @@ -357,10 +193,6 @@ &Receive P&rimeşte - - Show information about Bitcoin Core - Arată informaţii despre Blackcoin More - &Show / Hide Arată/Ascunde @@ -397,22 +229,10 @@ Tabs toolbar Bara de unelte - - Bitcoin Core - Blackcoin More - Request payments (generates QR codes and bitcoin: URIs) Cereţi plăţi (generează coduri QR şi blackcoin-uri: URls) - - &About Bitcoin Core - &Despre Blackcoin More - - - Modify configuration options for Bitcoin Core - Modifică opţiunile de configurare pentru Blackcoin More - Show the list of used sending addresses and labels Arată lista de adrese trimise şi etichetele folosite. @@ -429,42 +249,14 @@ &Command-line options Opţiuni linie de &comandă - - Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options - Arată mesajul de ajutor Blackcoin More pentru a obţine o listă cu opţiunile posibile de linii de comandă Blackcoin - %n active connection(s) to Bitcoin network - %n conexiune activă către reţeaua Blackcoin%n conexiuni active către reţeaua Blackcoin%n de conexiuni active către reţeaua Bitcoin - - - No block source available... - Nici o sursă de bloc disponibilă... + %n conexiune activă către reţeaua Blackcoin%n conexiuni active către reţeaua Blackcoin%n de conexiuni active către reţeaua Blackcoin Processed %n block(s) of transaction history. S-a procesat %n bloc din istoricul tranzacţiilor.S-au procesat %n blocuri din istoricul tranzacţiilor.S-au procesat %n de blocuri din istoricul tranzacţiilor. - - %n hour(s) - %n oră%n ore%n ore - - - %n day(s) - %n zi%n zile%n de zile - - - %n week(s) - %n săptămână%n săptămâni%n de săptămâni - - - %1 and %2 - %1 şi %2 - - - %n year(s) - %n an%n ani%n de ani - %1 behind %1 în urmă @@ -543,14 +335,7 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> Portofelul este <b>criptat</b> iar în momentul de faţă este <b>blocat</b> - - - ClientModel - - Network Alert - Alertă reţea - - + CoinControlDialog @@ -569,10 +354,6 @@ Amount: Sumă: - - Priority: - Prioritate: - Fee: Taxă: @@ -625,155 +406,7 @@ Confirmed Confirmat - - Priority - Prioritate - - - Copy address - Copiază adresa - - - Copy label - Copiază eticheta - - - Copy amount - Copiază suma - - - Copy transaction ID - Copiază ID tranzacţie - - - Lock unspent - Blocare necheltuiţi - - - Unlock unspent - Deblocare necheltuiţi - - - Copy quantity - Copiază cantitea - - - Copy fee - Copiază taxa - - - Copy after fee - Copiază după taxă - - - Copy bytes - Copiază octeţi - - - Copy priority - Copiază prioritatea - - - Copy dust - Copiază praf - - - Copy change - Copiază rest - - - highest - cea mai mare - - - higher - mai mare - - - high - mare - - - medium-high - medie-mare - - - medium - medie - - - low-medium - medie-scăzută - - - low - scazută - - - lower - mai scăzută - - - lowest - cea mai scăzută - - - (%1 locked) - (%1 blocat) - - - none - nimic - - - This label turns red if the transaction size is greater than 1000 bytes. - Această etichetă devine roşie în cazul în care dimensiunea tranzacţiei este mai mare de 1000 de octeţi. - - - This label turns red if the priority is smaller than "medium". - Această etichetă devine roşie dacă prioritatea e mai mică decît "medie". - - - This label turns red if any recipient receives an amount smaller than %1. - Această etichetă devine roşie, dacă orice beneficiar primeşte o sumă mai mică decât %1. - - - Can vary +/- %1 satoshi(s) per input. - Poate varia +/- %1 satoshi pentru fiecare intrare. - - - yes - da - - - no - nu - - - This means a fee of at least %1 per kB is required. - Aceasta înseamnă o taxă de cel puţin %1 pe kB necesar. - - - Can vary +/- 1 byte per input. - Poate varia +/- 1 octet pentru fiecare intrare. - - - Transactions with higher priority are more likely to get included into a block. - Tranzacţiile cu prioritate mai mare sînt mai susceptibile de fi incluse într-un bloc. - - - (no label) - (fără etichetă) - - - change from %1 (%2) - restul de la %1 (%2) - - - (change) - (rest) - - + EditAddressDialog @@ -796,39 +429,7 @@ &Address &Adresă - - New receiving address - Noua adresă de primire - - - New sending address - Noua adresă de trimitere - - - Edit receiving address - Editează adresa de primire - - - Edit sending address - Editează adresa de trimitere - - - The entered address "%1" is already in the address book. - Adresa introdusă "%1" se află deja în lista de adrese. - - - The entered address "%1" is not a valid Bitcoin address. - Adresa introdusă "%1" nu este o adresă blackcoin validă. - - - Could not unlock wallet. - Portofelul nu a putut fi deblocat. - - - New key generation failed. - Generarea noii chei nu a reuşit. - - + FreespaceChecker @@ -854,10 +455,6 @@ HelpMessageDialog - - Bitcoin Core - Blackcoin More - version versiunea @@ -867,8 +464,8 @@ (%1-bit) - About Bitcoin Core - Despre Blackcoin More + About %1 + Despre %1 Command-line options @@ -906,29 +503,13 @@ Show splash screen on startup (default: %u) Afişează ecran splash la pornire (implicit: %u) - - Reset all settings changes made over the GUI - Resetează toate schimbările făcute în GUI - - + Intro Welcome Bun venit - - Welcome to Bitcoin Core. - Bine aţi venit la Blackcoin More. - - - As this is the first time the program is launched, you can choose where Bitcoin Core will store its data. - Dacă aceasta este prima dată cînd programul este lansat, puteţi alege unde Blackcoin More va stoca datele. - - - Bitcoin Core will download and store a copy of the Bitcoin block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Blackcoin More se va descărca şi va stoca o copie a lanţului blocului Blackcoin. Cel puţin %1GB de date vor fi stocate în acest dosar şi se va mări în timp. Portofelul va fi, de asemenea, stocat în acest dosar. - Use the default data directory Foloseşte dosarul de date implicit @@ -937,10 +518,6 @@ Use a custom data directory: Foloseşte un dosar de date personalizat: - - Bitcoin Core - Blackcoin More - Error: Specified data directory "%1" cannot be created. Eroare: Directorul datelor specificate "%1" nu poate fi creat. @@ -958,6 +535,21 @@ (din %n GB necesar)(din %n GB necesari)(din %n GB necesari) + + ModalOverlay + + Form + Form + + + Last block time + Data ultimului bloc + + + Hide + Ascunde + + OpenURIDialog @@ -976,11 +568,7 @@ Select payment request file Selectaţi fişierul cerere de plată - - Select payment request file to open - Selectaţi fişierul cerere de plată pentru deschidere - - + OptionsDialog @@ -1019,10 +607,6 @@ Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu. Minimizează fereastra în locul părăsirii programului în momentul închiderii ferestrei. Cînd acestă opţiune e activă, aplicaţia se va opri doar în momentul selectării comenzii 'Închide aplicaţia' din menu. - - The user interface language can be set here. This setting will take effect after restarting Bitcoin Core. - Limba interfeţei utilizatorului poate fi setată aici. Această setare va avea efect după repornirea Blackcoin More. - 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-uri terţe părţi (de exemplu, un explorator de bloc), care apar în tab-ul tranzacţiilor ca elemente de meniu contextual. %s în URL este înlocuit cu hash de tranzacţie. URL-urile multiple sînt separate prin bară verticală |. @@ -1047,14 +631,6 @@ &Network Reţea - - Automatically start Bitcoin Core after logging in to the system. - Porneşte automat Blackcoin More după logarea în sistem. - - - &Start Bitcoin Core on system login - Porneşte Blackcoin More la pornirea sistemului - (0 = auto, <0 = leave that many cores free) (0 = automat, <0 = lasă atîtea nuclee libere) @@ -1269,95 +845,7 @@ PaymentServer - - URI handling - Gestionare URI - - - Invalid payment address %1 - Adresă pentru plată nevalidă %1 - - - Payment request rejected - Cerere de plată refuzată - - - Payment request network doesn't match client network. - Cererea de plată din reţea nu se potriveşte cu clientul din reţea - - - Payment request is not initialized. - Cererea de plată nu este iniţializată. - - - Requested payment amount of %1 is too small (considered dust). - Suma cerută de plată de %1 este prea mică (considerată praf). - - - Payment request error - Eroare la cererea de plată - - - Cannot start bitcoin: click-to-pay handler - Nu poate porni blackcoin: manipulator clic-pentru-plată - - - Payment request fetch URL is invalid: %1 - URL-ul cererii de plată preluat nu este valid: %1 - - - URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. - URI nu poate fi analizat! Acest lucru poate fi cauzat de o adresă Blackcoin nevalidă sau parametri URI deformaţi. - - - Payment request file handling - Manipulare fişier cerere de plată - - - Payment request file cannot be read! This can be caused by an invalid payment request file. - Fişierul cerere de plată nu poate fi citit! Cauza poate fi un fişier cerere de plată nevalid. - - - Payment request expired. - Cererea de plată a expirat. - - - Unverified payment requests to custom payment scripts are unsupported. - Cererile de plată neverificate prin script-uri personalizate de plată nu sînt suportate. - - - Invalid payment request. - Cerere de plată nevalidă. - - - Refund from %1 - Rambursare de la %1 - - - Payment request %1 is too large (%2 bytes, allowed %3 bytes). - Cererea de plată %1 este prea mare (%2 octeţi, permis %3 octeţi). - - - Error communicating with %1: %2 - Eroare la comunicarea cu %1: %2 - - - Payment request cannot be parsed! - Cererea de plată nu poate fi analizată! - - - Bad response from server %1 - Răspuns greşit de la server %1 - - - Payment acknowledged - Plată acceptată - - - Network request error - Eroare în cererea de reţea - - + PeerTableModel @@ -1368,11 +856,7 @@ Node/Service Nod/Serviciu - - Ping Time - Timp ping - - + QObject @@ -1411,32 +895,23 @@ %1 ms %1 ms - + + %1 and %2 + %1 şi %2 + + + + QObject::QObject + QRImageWidget &Save Image... - &Salvează imagine... + &Salvează imaginea... - - &Copy Image - &Copiază imaginea - - - Save QR Code - Salvează codul QR - - - PNG Image (*.png) - Imagine de tip PNG (*.png) - - + RPCConsole - - Client name - Nume client - N/A indisponibil @@ -1457,10 +932,6 @@ General General - - Using OpenSSL version - Foloseşte OpenSSL versiunea - Using BerkeleyDB version Foloseşte BerkeleyDB versiunea @@ -1593,10 +1064,6 @@ Out: Ieşire: - - Build date - Construit la data - Debug log file Fişier jurnal depanare @@ -1605,10 +1072,6 @@ Clear console Curăţă consola - - &Disconnect Node - &Deconectare nod - 1 &hour 1 &oră @@ -1625,10 +1088,6 @@ 1 &year 1 &an - - Welcome to the Bitcoin Core RPC console. - Bun venit la consola Blackcoin More RPC. - Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. Folosiţi săgetile sus şi jos pentru a naviga în istoric şi <b>Ctrl-L</b> pentru a curăţa. @@ -1752,19 +1211,7 @@ Remove Înlătură - - Copy label - Copiază eticheta - - - Copy message - Copiază mesajul - - - Copy amount - Copiază suma - - + ReceiveRequestDialog @@ -1783,74 +1230,14 @@ &Save Image... &Salvează imaginea... - - Request payment to %1 - Cere plata pentru %1 - - - Payment information - Informaţiile plăţii - - - URI - URI - - - Address - Adresă - Amount - Sumă + Cantitate - - Label - Etichetă - - - Message - Mesaj - - - Resulting URI too long, try to reduce the text for label / message. - URI rezultat este prea lung, încearcaţi să reduceţi textul pentru etichetă / mesaj. - - - Error encoding URI into QR Code. - Eroare la codarea URl-ului în cod QR. - - + RecentRequestsTableModel - - Date - Data - - - Label - Etichetă - - - Message - Mesaj - - - Amount - Sumă - - - (no label) - (fără etichetă) - - - (no message) - (nici un mesaj) - - - (no amount) - (sumă nulă) - - + SendCoinsDialog @@ -1885,10 +1272,6 @@ Amount: Sumă: - - Priority: - Prioritate: - Fee: Taxă: @@ -1937,10 +1320,6 @@ Custom: Personalizat: - - Confirmation time: - Timp confirmare: - normal normal @@ -1949,14 +1328,6 @@ fast rapid - - Send as zero-fee transaction if possible - Trimite ca taxă zero dacă este posibil - - - (confirmation may take longer) - (confirmarea poate dura mai mult) - Send to multiple recipients at once Trimite simultan către mai mulţi destinatari @@ -1989,107 +1360,7 @@ S&end Trimit&e - - Confirm send coins - Confirmă trimiterea de monede - - - %1 to %2 - %1 la %2 - - - Copy quantity - Copiază cantitea - - - Copy amount - Copiază suma - - - Copy fee - Copiază taxa - - - Copy after fee - Copiază după taxă - - - Copy bytes - Copiază octeţi - - - Copy priority - Copiază prioritatea - - - Copy change - Copiază rest - - - Total Amount %1 - Suma totală %1 - - - or - sau - - - The amount to pay must be larger than 0. - Suma de plată trebuie să fie mai mare decît 0. - - - The amount exceeds your balance. - Suma depăşeşte soldul contului. - - - The total exceeds your balance when the %1 transaction fee is included. - Totalul depăşeşte soldul contului dacă se include şi plata taxei de %1. - - - Transaction creation failed! - Creare tranzacţie nereuşită! - - - 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. - Tranzacţia a fost respinsă! Acest lucru se poate întîmpla dacă o parte din monedele tale din portofel au fost deja cheltuite, la fel ca şi cum aţi fi folosit o copie a wallet.dat şi monedele au fost cheltuite în copie, dar nu au fost marcate ca şi cheltuite şi aici. - - - Payment request expired. - Cererea de plată a expirat. - - - The recipient address is not valid. Please recheck. - Adresa destinatarului nu este validă, vă rugăm să o verificaţi. - - - Duplicate address found: addresses should only be used once each. - Adresă duplicat găsită: fiecare adresă ar trebui folosită o singură dată. - - - Warning: Invalid Bitcoin address - Atenţie: Adresa blackcoin nevalidă! - - - (no label) - (fără etichetă) - - - Warning: Unknown change address - Atenţie: Adresă de rest necunoscută - - - Copy dust - Copiază praf - - - Are you sure you want to send? - Sigur doriţi să trimiteţi? - - - added as transaction fee - adăugat ca taxă de tranzacţie - - + SendCoinsEntry @@ -2100,10 +1371,6 @@ Pay &To: Plăteşte că&tre: - - Enter a label for this address to add it to your address book - Introduceţi o etichetă pentru această adresă pentru a fi adăugată în lista dvs. de adrese - &Label: &Etichetă: @@ -2156,12 +1423,15 @@ Memo: Memo: - + + + SendConfirmationDialog + ShutdownWindow - Bitcoin Core is shutting down... - Blackcoin More se închide... + %1 is shutting down... + %1 se închide Do not shut down the computer until this window disappears. @@ -2246,69 +1516,9 @@ Reset all verify message fields Resetează toate cîmpurile mesajelor semnate - - Click "Sign Message" to generate signature - Faceţi clic pe "Semneaza msaj" pentru a genera semnătura - - - The entered address is invalid. - Adresa introdusă nu este validă - - - Please check the address and try again. - Vă rugăm verificaţi adresa şi încercaţi din nou. - - - The entered address does not refer to a key. - Adresa introdusă nu se referă la o cheie. - - - Wallet unlock was cancelled. - Blocarea portofelului a fost întreruptă. - - - Private key for the entered address is not available. - Cheia privată pentru adresa introdusă nu este validă. - - - Message signing failed. - Semnarea mesajului nu a reuşit. - - - Message signed. - Mesaj semnat. - - - The signature could not be decoded. - Această semnatură nu a putut fi decodată. - - - Please check the signature and try again. - Vă rugăm verificaţi semnătura şi încercaţi din nou. - - - The signature did not match the message digest. - Semnatura nu se potriveşte cu mesajul. - - - Message verification failed. - Verificarea mesajului nu a reuşit. - - - Message verified. - Mesaj verificat. - - + SplashScreen - - Bitcoin Core - Blackcoin More - - - The Bitcoin Core developers - Dezvoltatorii Blackcoin More - [testnet] [testnet] @@ -2323,412 +1533,24 @@ TransactionDesc - - Open until %1 - Deschis pînă la %1 - - - conflicted - în conflict - - - %1/offline - %1/deconectat - - - %1/unconfirmed - %1/neconfirmat - - - %1 confirmations - %1 confirmări - - - Status - Stare - - - , broadcast through %n node(s) - , distribuit prin %n nod, distribuit prin %n noduri, distribuit prin %n de noduri - - - Date - Data - - - Source - Sursa - - - Generated - Generat - - - From - De la - - - To - Către - - - own address - adresa proprie - - - watch-only - doar-supraveghere - - - label - etichetă - - - Credit - Credit - - - matures in %n more block(s) - se maturizează în încă %n blocse maturizează în încă %n blocurise maturizează în încă %n de blocuri - - - not accepted - neacceptat - - - Debit - Debit - - - Total debit - Total debit - - - Total credit - Total credit - - - Transaction fee - Taxă tranzacţie - - - Net amount - Suma netă - - - Message - Mesaj - - - Comment - Comentariu - - - Transaction ID - ID-ul tranzacţie - - - Merchant - Comerciant - - - 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. - Monedele generate trebuie să crească %1 blocuri înainte să poată fi cheltuite. Cînd aţi generat acest bloc, a fost transmis reţelei pentru a fi adaugat la lanţul de blocuri. Aceasta se poate întîmpla ocazional dacă alt nod generează un bloc la numai cîteva secunde de al dvs. - - - Debug information - Informaţii pentru depanare - - - Transaction - Tranzacţie - - - Inputs - Intrări - Amount - Sumă + Cantitate - - true - adevărat - - - false - fals - - - , has not been successfully broadcast yet - , nu s-a propagat încă - - - Open for %n more block(s) - Deschis pentru încă %n blocDeschis pentru încă %n blocuriDeschis pentru încă %n de blocuri - - - unknown - necunoscut - - + TransactionDescDialog - - Transaction details - Detaliile tranzacţiei - This pane shows a detailed description of the transaction Acest panou arată o descriere detaliată a tranzacţiei - + TransactionTableModel - - Date - Data - - - Type - Tip - - - Immature (%1 confirmations, will be available after %2) - Imatur (%1 confirmări, va fi disponibil după %2) - - - Open for %n more block(s) - Deschis pentru încă %n blocDeschis pentru încă %n blocuriDeschis pentru încă %n de blocuri - - - Open until %1 - Deschis până la %1 - - - Confirmed (%1 confirmations) - Confirmat (%1 confirmări) - - - This block was not received by any other nodes and will probably not be accepted! - Acest bloc nu a fost recepţionat de nici un alt nod şi probabil nu va fi acceptat! - - - Generated but not accepted - Generat dar neacceptat - - - Offline - Deconectat - - - Label - Etichetă - - - Unconfirmed - Neconfirmat - - - Confirming (%1 of %2 recommended confirmations) - Confirmare (%1 din %2 confirmări recomandate) - - - Conflicted - În conflict - - - Received with - Recepţionat cu - - - Received from - Primit de la - - - Sent to - Trimis către - - - Payment to yourself - Plată către dvs. - - - Mined - Minerit - - - watch-only - doar-supraveghere - - - (n/a) - indisponibil - - - Transaction status. Hover over this field to show number of confirmations. - Starea tranzacţiei. Treceţi cu mouse-ul peste acest cîmp pentru afişarea numărului de confirmări. - - - Date and time that the transaction was received. - Data şi ora la care a fost recepţionată tranzacţia. - - - Type of transaction. - Tipul tranzacţiei. - - - Whether or not a watch-only address is involved in this transaction. - Indiferent dacă sau nu o adresă doar-suăpraveghere este implicată în această tranzacţie. - - - Amount removed from or added to balance. - Suma extrasă sau adăugată la sold. - - + TransactionView - - All - Toate - - - Today - Astăzi - - - This week - Săptămîna aceasta - - - This month - Luna aceasta - - - Last month - Luna trecută - - - This year - Anul acesta - - - Range... - Interval... - - - Received with - Recepţionat cu - - - Sent to - Trimis către - - - To yourself - Către dvs. - - - Mined - Minerit - - - Other - Altele - - - Enter address or label to search - Introduceţi adresa sau eticheta pentru căutare - - - Min amount - Suma minimă - - - Copy address - Copiază adresa - - - Copy label - Copiază eticheta - - - Copy amount - Copiază suma - - - Copy transaction ID - Copiază ID tranzacţie - - - Edit label - Editează eticheta - - - Show transaction details - Arată detaliile tranzacţiei - - - Export Transaction History - Export istoric tranzacţii - - - Watch-only - Doar-supraveghere - - - Exporting Failed - Export nereuşit - - - There was an error trying to save the transaction history to %1. - S-a produs o eroare la salvarea istoricului tranzacţiilor la %1. - - - Exporting Successful - Export reuşit - - - The transaction history was successfully saved to %1. - Istoricul tranzacţiilor a fost salvat cu succes la %1. - - - Comma separated file (*.csv) - Fişier text cu valori separate prin virgulă (*.csv) - - - Confirmed - Confirmat - - - Date - Data - - - Type - Tip - - - Label - Etichetă - - - Address - Adresă - - - ID - ID - - - Range: - Interval: - - - to - către - - + UnitDisplayStatusBarControl @@ -2738,53 +1560,13 @@ WalletFrame - - No wallet has been loaded. - Nu a fost încărcat nici un portofel. - - + WalletModel - - Send Coins - Trimitere blackcoin - - + WalletView - - &Export - &Export - - - Export the data in the current tab to a file - Exportă datele din tab-ul curent într-un fişier - - - Backup Wallet - Copie de siguranţă portofel - - - Wallet Data (*.dat) - Date portofel (*.dat) - - - Backup Failed - Copierea de siguranţă nu a reuşit - - - There was an error trying to save the wallet data to %1. - S-a produs o eroare la salvarea datelor portofelului la %1. - - - The wallet data was successfully saved to %1. - Datele portofelului s-au salvat cu succes la %1. - - - Backup Successful - Copie de siguranţă efectuată cu succes - - + bitcoin-core @@ -2812,17 +1594,13 @@ Rulează în fundal ca un demon şi acceptă comenzi - Accept connections from outside (default: 1 if no -proxy or -connect) - Acceptă conexiuni din afară (implicit: 1 dacă nu se foloseşte -proxy sau -connect) + Bitcoin Core + Blackcoin More Bind to given address and always listen on it. Use [host]:port notation for IPv6 Ataşaţi adresei date şi ascultaţi totdeauna pe ea. Folosiţi notaţia [host]:port pentru IPv6 - - Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. - Distribuit sub licenţa de programe MIT/X11, vezi fişierul însoţitor COPYING sau <http://www.opensource.org/licenses/mit-license.php>. - Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) Execută comanda cînd o tranzacţie a portofelului se schimbă (%s în cmd este înlocuit de TxID) @@ -2831,26 +1609,6 @@ Set the number of script verification threads (%u to %d, 0 = auto, <0 = leave that many cores free, default: %d) Setează numărul de thread-uri de verificare a script-urilor (%u la %d, 0 = auto, <0 = lasă atîtea nuclee libere, implicit: %d) - - This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - Aceasta este o versiune de test preliminară - vă asumaţi riscul folosind-o - nu folosiţi pentru minerit sau aplicaţiile comercianţilor - - - Unable to bind to %s on this computer. Bitcoin Core is probably already running. - Nu se poate lega la %s pe acest calculator. Blackcoin More probabil deja rulează. - - - Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. - Atenţie: Reţeaua nu pare să fie de acord în totalitate! Aparent nişte mineri au probleme. - - - Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. - Atenţie: Aparent, nu sîntem de acord cu toţi partenerii noştri! Va trebui să faceţi o actualizare, sau alte noduri necesită actualizare. - - - 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. - Atenţie: fişierul wallet.dat este corupt, date salvate! Fişierul original wallet.dat a fost salvat ca wallet.{timestamp}.bak in %s; dacă balansul sau tranzactiile sînt incorecte ar trebui să restauraţi dintr-o copie de siguranţă. - <category> can be: <category> poate fi: @@ -2859,10 +1617,6 @@ Block creation options: Opţiuni creare bloc: - - Connect only to the specified node(s) - Conectare doar la nod(urile) specificate - Connection options: Opţiuni conexiune: @@ -2959,22 +1713,10 @@ Wallet options: Opţiuni portofel: - - Warning: This version is obsolete; upgrade required! - Atenţie: această versiune este depăşită, actualizarea este necesară ! - - - You need to rebuild the database using -reindex to change -txindex - Trebuie să reconstruiţi baza de date folosind -reindex pentru a schimba -txindex - 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 Permite conexiunile JSON-RPC din sursa specificată. Valid pentru <ip> sînt IP singulare (ex. 1.2.3.4), o reţea/mască-reţea (ex. 1.2.3.4/255.255.255.0) sau o reţea/CIDR (ex. 1.2.3.4/24). Această opţiune poate fi specificată de mai multe ori - - Cannot obtain a lock on data directory %s. Bitcoin Core is probably already running. - Nu se poate obţine blocarea folderului cu date %s. Blackcoin More probabil deja rulează. - Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message) Execută comanda cînd o alertă relevantă este primită sau vedem o bifurcaţie foarte lungă (%s în cmd este înlocuit de mesaj) @@ -2983,10 +1725,6 @@ Set maximum size of high-priority/low-fee transactions in bytes (default: %d) Setează mărimea pentru tranzacţiile prioritare/taxe mici în octeţi (implicit: %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. - Acest produs include programe dezvoltate de către Proiectul OpenSSL pentru a fi folosite în OpenSSL Toolkit <https://www.openssl.org/> şi programe criptografice scrise de către Eric Young şi programe UPnP scrise de către Thomas Bernard. - (default: %u) (implicit: %u) @@ -2996,17 +1734,13 @@ Acceptă cererile publice REST (implicit: %u) - Cannot resolve -whitebind address: '%s' - Nu se poate rezolva adresa -whitebind: '%s' + Automatically create Tor hidden service (default: %d) + Crează automat un serviciu Tor ascuns (implicit: %d) Connect through SOCKS5 proxy Conectare prin proxy SOCKS5 - - Copyright (C) 2009-%i The Bitcoin Core Developers - Copyright (C) 2018-%i Dezvoltatorii Blackcoin More - Error reading from database, shutting down. Eroare la citirea bazei de date. Oprire. @@ -3015,22 +1749,6 @@ Information Informaţie - - Initialization sanity check failed. Bitcoin Core is shutting down. - Nu s-a reuşit iniţierea verificării sănătăţii. Blackcoin More se opreşte. - - - Invalid amount for -maxtxfee=<amount>: '%s' - Sumă nevalidă pentru -maxtxfee=<suma>: '%s' - - - Invalid amount for -minrelaytxfee=<amount>: '%s' - Sumă nevalidă pentru -minrelaytxfee=<suma>:'%s' - - - Invalid amount for -mintxfee=<amount>: '%s' - Sumă nevalidă pentru -mintxfee=<suma>: '%s' - Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) Sumă nevalidă pentru -paytxfee=<suma>: '%s' (trebuie să fie cel puţin %s) @@ -3075,10 +1793,6 @@ Transaction amount too small Suma tranzacţionată este prea mică - - Transaction amounts must be positive - Sumele tranzacţionate trebuie să fie pozitive - Transaction too large for fee policy Tranzacţie prea mare pentru politică gratis @@ -3095,10 +1809,6 @@ Username for JSON-RPC connections Utilizator pentru conexiunile JSON-RPC - - Wallet needed to be rewritten: restart Bitcoin Core to complete - Portofelul necesită rescrierea: reporniţi Blackcoin More pentru completare - Warning Avertisment @@ -3107,10 +1817,6 @@ Zapping all transactions from wallet... Şterge toate tranzacţiile din portofel... - - wallet.dat corrupt, salvage failed - wallet.dat corupt, salvare nereuşită - Password for JSON-RPC connections Parola pentru conexiunile JSON-RPC @@ -3119,10 +1825,6 @@ Execute command when the best block changes (%s in cmd is replaced by block hash) Execută comanda cînd cel mai bun bloc se modifică (%s în cmd este înlocuit cu hash-ul blocului) - - This help message - Acest mesaj de ajutor - Allow DNS lookups for -addnode, -seednode and -connect Permite căutări DNS pentru -addnode, -seednode şi -connect @@ -3131,10 +1833,6 @@ Loading addresses... Încărcare adrese... - - Error loading wallet.dat: Wallet corrupted - Eroare la încărcarea wallet.dat: Portofel corupt - Output debugging information (default: %u, supplying <category> is optional) Produce toate informaţiile de depanare (implicit: %u <category> furnizată este opţională) @@ -3143,14 +1841,6 @@ (default: %s) (implicit: %s) - - Error loading wallet.dat - Eroare la încărcarea wallet.dat - - - Generate coins (default: %u) - Generează monede (implicit: %u) - How many blocks to check at startup (default: %u, 0 = all) Cîte blocuri verifică la pornire (implicit: %u, 0 = toate) @@ -3159,10 +1849,6 @@ Invalid -proxy address: '%s' Adresa -proxy nevalidă: '%s' - - Set minimum block size in bytes (default: %u) - Setare mărime minimă bloc în octeţi (implicit: %u) - Specify configuration file (default: %s) Specificaţi fişierul configuraţie (implicit: %s) @@ -3175,18 +1861,6 @@ Unknown network specified in -onlynet: '%s' Reţeaua specificată în -onlynet este necunoscută: '%s' - - Cannot resolve -bind address: '%s' - Nu se poate rezolva adresa -bind: '%s' - - - Cannot resolve -externalip address: '%s' - Nu se poate rezolva adresa -externalip: '%s' - - - Invalid amount for -paytxfee=<amount>: '%s' - Suma nevalidă pentru -paytxfee=<amount>: '%s' - Insufficient funds Fonduri insuficiente diff --git a/src/qt/locale/bitcoin_ru.ts b/src/qt/locale/bitcoin_ru.ts index a1eae80df..9d2f24d06 100644 --- a/src/qt/locale/bitcoin_ru.ts +++ b/src/qt/locale/bitcoin_ru.ts @@ -25,10 +25,6 @@ C&lose &Закрыть - - &Copy Address - &Копировать адрес - Delete the currently selected address from the list Удалить выбранный адрес из списка @@ -47,11 +43,11 @@ Choose the address to send coins to - Выберите адрес для отправки на него монет + Выберите адрес для отправки перевода Choose the address to receive coins with - Выберите адрес для получения монет + Выберите адрес для получения перевода C&hoose @@ -67,12 +63,16 @@ These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - Это ваши адреса Blackcoin для отправки платежей. Всегда проверяйте количество и адрес получателя перед отправкой перевода. + Это ваши адреса Blackcoin для отправки платежей. Всегда проверяйте сумму и адрес получателя перед отправкой перевода. These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. Это ваши адреса Blackcoin для приёма платежей. Рекомендуется использовать новый адрес получения для каждой транзакции. + + &Copy Address + Копировать &адрес + Copy &Label Копировать &метку @@ -95,7 +95,7 @@ There was an error trying to save the address list to %1. Please try again. - Произошла ошибка при попытке сохранить список адресов, %1. Пожалуйста, попробуйте еще раз. + Произошла ошибка при сохранении списка адресов в %1. Пожалуйста, попробуйте еще раз. @@ -110,7 +110,7 @@ (no label) - [нет метки] + (нет метки) @@ -131,6 +131,10 @@ 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>десяти или более случайных символов</b>, или <b>восьми или более слов</b>. + Encrypt wallet Зашифровать бумажник @@ -155,41 +159,33 @@ Change passphrase Сменить пароль + + Enter the old passphrase and new passphrase to the wallet. + Введите старый и новый пароль для бумажника. + Confirm wallet encryption Подтвердите шифрование бумажника Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! - Внимание: если вы зашифруете бумажник и потеряете пароль, вы <b>ПОТЕРЯЕТЕ ВСЕ ВАШИ БЛЭККОЙНЫ</b>! + Предупреждение: если вы зашифруете бумажник и потеряете пароль, вы <b>ПОТЕРЯЕТЕ ВСЕ ВАШИ БЛЭККОИНЫ</b>! Are you sure you wish to encrypt your wallet? Вы уверены, что хотите зашифровать ваш бумажник? - - Bitcoin Core will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - Сейчас программа закроется для завершения процесса шифрования. Помните, что шифрование вашего бумажника не может полностью защитить ваши биткоины от кражи с помощью инфицирования вашего компьютера вредоносным ПО. - - - 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. - ВАЖНО: все предыдущие резервные копии вашего бумажника должны быть заменены новым зашифрованным файлом. В целях безопасности предыдущие резервные копии незашифрованного бумажника станут бесполезны, как только вы начнёте использовать новый зашифрованный бумажник. - - - Warning: The Caps Lock key is on! - Внимание: Caps Lock включен! - Wallet encrypted Бумажник зашифрован - 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>десяти или более случайных символов</b>, или <b>восьми или более слов</b>. + %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. + Сейчас %1 закроется для завершения процесса шифрования. Помните, что шифрование вашего бумажника не может полностью защитить ваши биткоины от кражи с помощью инфицирования вашего компьютера вредоносным ПО. - Enter the old passphrase and new passphrase to the wallet. - Введите старый и новый пароль для кошелька. + 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 @@ -209,16 +205,20 @@ The passphrase entered for the wallet decryption was incorrect. - Указанный пароль не подходит. + Неверный пароль для расшифровки бумажника. Wallet decryption failed - Расшифрование бумажника не удалось + Расшифровка бумажника не удалась Wallet passphrase was successfully changed. Пароль бумажника успешно изменён. + + Warning: The Caps Lock key is on! + Внимание: Caps Lock включен! + BanTableModel @@ -269,6 +269,14 @@ Quit application Закрыть приложение + + &About %1 + &О %1 + + + Show information about %1 + Показать информацию о %1 + About &Qt О &Qt @@ -281,6 +289,10 @@ &Options... &Параметры + + Modify configuration options for %1 + Изменить конфигурационные настройки для %1 + &Encrypt Wallet... &Зашифровать бумажник... @@ -306,12 +318,20 @@ Открыть &URI... - Bitcoin Core client - Blackcoin More клиент + Click to disable network activity. + Кликните, чтобы запретить сетевую активность. - Importing blocks from disk... - Импортируются блоки с диска... + Network activity disabled. + Сетевая активность запрещена. + + + Click to enable network activity again. + Кликните, чтобы снова разрешить сетевую активность. + + + Syncing Headers (%1%)... + Синхронизация заголовков (%1%)... Reindexing blocks on disk... @@ -357,10 +377,6 @@ &Receive &Получить - - Show information about Bitcoin Core - Показать информацию о Blackcoin More - &Show / Hide &Показать / Скрыть @@ -397,22 +413,10 @@ Tabs toolbar Панель вкладок - - Bitcoin Core - Blackcoin More - Request payments (generates QR codes and bitcoin: URIs) Запросить платежи (создаёт QR-коды и blackcoin: ссылки) - - &About Bitcoin Core - &О Blackcoin More - - - Modify configuration options for Bitcoin Core - Изменить опции конфигурации Blackcoin More - Show the list of used sending addresses and labels Показать список использованных адресов и меток отправки @@ -429,42 +433,22 @@ &Command-line options &Параметры командной строки - - Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options - Показать помощь по Blackcoin More и получить список доступных параметров командной строки. - %n active connection(s) to Bitcoin network - %n активных соединений с сетью Blackcoin%n активных соединений с сетью Blackcoin%n активных соединений с сетью Blackcoin%n активных соединений с сетью Blackcoin + %n активных соединений с сетью Blackcoin%n активных соединений с сетью Blackcoin%n активных соединений с сетью Blackcoin%n активных соединений с сетью Bitcoin - No block source available... - Источник блоков недоступен... + Indexing blocks on disk... + Индексация блоков на диске... + + + Processing blocks on disk... + Обработка блоков на диске... Processed %n block(s) of transaction history. Обработан %n блок истории транзакций.Обработано %n блока истории транзакций.Обработано %n блоков истории транзакций.Обработано %n блоков истории транзакций. - - %n hour(s) - %n час%n часа%n часов%n часов - - - %n day(s) - %n день%n дня%n дней%n дней - - - %n week(s) - %n неделю%n недели%n недель%n недель - - - %1 and %2 - %1 и %2 - - - %n year(s) - %n год%n лет%n лет%n года - %1 behind %1 позади @@ -493,6 +477,18 @@ Up to date Синхронизировано + + Show the %1 help message to get a list with possible Bitcoin command-line options + Показать помощь по %1, чтобы получить список доступных параметров командной строки + + + %1 client + %1 клиент + + + Connecting to peers... + Подключение к пирам... + Catching up... Синхронизируется... @@ -535,6 +531,14 @@ Incoming transaction Входящая транзакция + + HD key generation is <b>enabled</b> + Генерация HD-ключей <b>разрешена</b> + + + HD key generation is <b>disabled</b> + Генерация HD-ключей <b>запрещена</b> + Wallet is <b>encrypted</b> and currently <b>unlocked</b> Бумажник <b>зашифрован</b> и в настоящее время <b>разблокирован</b> @@ -543,12 +547,9 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> Бумажник <b>зашифрован</b> и в настоящее время <b>заблокирован</b> - - - ClientModel - Network Alert - Сетевая Тревога + A fatal error occurred. Bitcoin can no longer continue safely and will quit. + Произошла неисправимая ошибка. Blackcoin не может безопасно продолжать работу и будет закрыт. @@ -569,10 +570,6 @@ Amount: Сумма: - - Priority: - Приоритет: - Fee: Комиссия: @@ -625,10 +622,6 @@ Confirmed Подтверждено - - Priority - Приоритет - Copy address Копировать адрес @@ -639,11 +632,11 @@ Copy amount - Скопировать сумму + Копировать сумму Copy transaction ID - Скопировать ID транзакции + Копировать ID транзакции Lock unspent @@ -669,10 +662,6 @@ Copy bytes Копировать байты - - Copy priority - Копировать приоритет - Copy dust Копировать пыль @@ -681,66 +670,10 @@ Copy change Копировать сдачу - - highest - самый высокий - - - higher - выше - - - high - высокий - - - medium-high - выше среднего - - - medium - средний - - - low-medium - ниже среднего - - - low - низкий - - - lower - ниже - - - lowest - самый низкий - (%1 locked) (%1 заблокировано) - - none - ничего - - - This label turns red if the transaction size is greater than 1000 bytes. - Эта метка становится красной, если размер транзакции будет больше, чем 1000 байт. - - - This label turns red if the priority is smaller than "medium". - Эта метка становится красной, если приоритет меньше, чем "среднее". - - - This label turns red if any recipient receives an amount smaller than %1. - Эта метка становится красной, если любой из получателей принимает количество меньше, чем %1. - - - Can vary +/- %1 satoshi(s) per input. - Может отличаться на +/- %1 сатоши на вход. - yes да @@ -750,20 +683,16 @@ нет - This means a fee of at least %1 per kB is required. - Это значит, что требуется комиссия как минимум %1 на КБ. + This label turns red if any recipient receives an amount smaller than the current dust threshold. + Эта метка станет красной, если любой получатель получит сумму меньше, чем текущий порог пыли. - Can vary +/- 1 byte per input. - Может отличаться на +/- 1 байт на вход. - - - Transactions with higher priority are more likely to get included into a block. - Транзакции с более высоким приоритетом будут вероятнее других включены в блок. + Can vary +/- %1 satoshi(s) per input. + Может отличаться на +/- %1 сатоши на вход. (no label) - [нет метки] + (нет метки) change from %1 (%2) @@ -771,7 +700,7 @@ (change) - (размен) + (сдача) @@ -798,28 +727,28 @@ New receiving address - Новый адрес для получения + Новый адрес получения New sending address - Новый адрес для отправки + Новый адрес отправки Edit receiving address - Изменение адреса для получения + Изменить адрес получения Edit sending address - Изменение адреса для отправки - - - The entered address "%1" is already in the address book. - Введённый адрес «%1» уже находится в адресной книге. + Изменить адрес отправки The entered address "%1" is not a valid Bitcoin address. Введённый адрес "%1" не является правильным Blackcoin-адресом. + + The entered address "%1" is already in the address book. + Введённый адрес "%1" уже находится в адресной книге. + Could not unlock wallet. Не удается разблокировать бумажник. @@ -854,10 +783,6 @@ HelpMessageDialog - - Bitcoin Core - Blackcoin More - version версия @@ -867,8 +792,8 @@ (%1-бит) - About Bitcoin Core - О Blackcoin More + About %1 + О %1 Command-line options @@ -907,8 +832,8 @@ Показывать экран-заставку при запуске (по умолчанию: %u) - Reset all settings changes made over the GUI - Сбросить все настройки сделанные через графический интерфейс + Reset all settings changed in the GUI + Сбросить все настройки, измененные в графическом интерфейсе @@ -918,16 +843,16 @@ Добро пожаловать - Welcome to Bitcoin Core. - Добро пожаловать в Blackcoin More. + Welcome to %1. + Добро пожаловать в %1 - As this is the first time the program is launched, you can choose where Bitcoin Core will store its data. - Так как вы впервые запустили программу, вы можете выбрать, где Blackcoin More будет хранить данные. + As this is the first time the program is launched, you can choose where %1 will store its data. + При первом запуске программы вы можете выбрать где %1 будет хранить свои данные. - Bitcoin Core will download and store a copy of the Bitcoin block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Blackcoin More скачает и сохранит копию цепи блоков. Как минимум, %1ГБ данных будет храниться в этом каталоге, и со временем он будет расти. Бумажник будет также сохранён в этом каталоге. + %1 will download and store a copy of the Bitcoin block chain. At least %2GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + %1 скачает и сохранит копию цепи блоков. Как минимум %2GB будут записаны в этот каталог, и со временем он будет расти. Бумажник также будет сохранен в этом каталоге. Use the default data directory @@ -937,10 +862,6 @@ Use a custom data directory: Использовать другой каталог данных: - - Bitcoin Core - Blackcoin More - Error: Specified data directory "%1" cannot be created. Ошибка: не удалось создать указанный каталог данных "%1". @@ -958,6 +879,57 @@ (из необходимых %n ГБ)(из необходимых %n ГБ)(из необходимых %n ГБ)(из необходимых %n ГБ) + + ModalOverlay + + Form + Форма + + + Recent transactions may not yet be visible, and therefore your wallet's balance might be incorrect. This information will be correct once your wallet has finished synchronizing with the bitcoin network, as detailed below. + Недавние транзакции могут быть пока не видны, поэтому ваш баланс может отображаться некорректно. Эта информация станет корректной, как только ваш бумажник будет синхронизирован с сетью, см. подробности ниже. + + + Attempting to spend bitcoins that are affected by not-yet-displayed transactions will not be accepted by the network. + Попытка потратить биткоины из ещё не отображённых транзакций будет отвергнута сетью. + + + Number of blocks left + Число оставшихся блоков + + + Unknown... + Неизвестно... + + + Last block time + Время последнего блока + + + Progress + Прогресс + + + Progress increase per hour + Прогресс за час + + + calculating... + расчёт... + + + Estimated time left until synced + Примерное время до завершения синхронизации + + + Hide + Скрыть + + + Unknown. Syncing Headers (%1)... + Неизвестно. Синхронизация заголовков (%1)... + + OpenURIDialog @@ -991,6 +963,14 @@ &Main &Главная + + Automatically start %1 after logging in to the system. + Автоматически запускать %1 после входа в систему. + + + &Start %1 on system login + &Запускать %1 при входе в систему + Size of &database cache Размер кэша &БД @@ -1005,7 +985,7 @@ Accept connections from outside - Разрешать соединения извне + Принимать входящие соединения Allow incoming connections @@ -1019,10 +999,6 @@ Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu. Сворачивать вместо закрытия. Если данная опция будет выбрана — приложение закроется только после выбора соответствующего пункта в меню. - - The user interface language can be set here. This setting will take effect after restarting Bitcoin Core. - Здесь можно выбрать язык интерфейса. Настройки вступят в силу после перезапуска Blackcoin More. - 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 (например, block explorer), которые отображаются на вкладке транзакций как пункты контекстного меню. %s в URL заменяется хэшем транзакции. URL отделяются друг от друга вертикальной чертой |. @@ -1047,14 +1023,6 @@ &Network &Сеть - - Automatically start Bitcoin Core after logging in to the system. - Автоматически запускать Blackcoin More после входа в систему - - - &Start Bitcoin Core on system login - &Запускать Blackcoin More при входе в систему - (0 = auto, <0 = leave that many cores free) (0 = автоматически, <0 = оставить столько незагруженных ядер) @@ -1139,6 +1107,14 @@ &Window &Окно + + &Hide the icon from the system tray. + &Скрыть иконку из системного трея. + + + Hide tray icon + Скрыть иконку в трее + Show only a tray icon after minimizing the window. Показывать только иконку в системном лотке после сворачивания окна. @@ -1159,6 +1135,10 @@ User Interface &language: &Язык интерфейса: + + The user interface language can be set here. This setting will take effect after restarting %1. + Здесь можно установить язык пользовательского интерфейса. Настройки вступят в силу после перезагрузки %1 + &Unit to show amounts in: &Отображать суммы в единицах: @@ -1285,30 +1265,6 @@ PaymentServer - - URI handling - Обработка URI - - - Invalid payment address %1 - Неверный адрес платежа %1 - - - Payment request rejected - Запрос платежа отклонён - - - Payment request network doesn't match client network. - Сеть запроса платежа не совпадает с сетью клиента. - - - Payment request is not initialized. - Запрос платежа не инициализирован. - - - Requested payment amount of %1 is too small (considered dust). - Запрошенная сумма платежа %1 слишком мала (считается пылью). - Payment request error Ошибка запроса платежа @@ -1317,10 +1273,18 @@ Cannot start bitcoin: click-to-pay handler Не удаётся запустить blackcoin: обработчик click-to-pay + + URI handling + Обработка URI + Payment request fetch URL is invalid: %1 Неверный URL запроса платежа: %1 + + Invalid payment address %1 + Неверный адрес платежа %1 + URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. Не удалось обработать URI! Это может быть связано с неверным адресом Blackcoin или неправильными параметрами URI. @@ -1333,10 +1297,22 @@ 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 expired. Запрос платежа просрочен. + + Payment request is not initialized. + Запрос платежа не инициализирован. + Unverified payment requests to custom payment scripts are unsupported. Непроверенные запросы платежей с нестандартными платёжными сценариями не поддерживаются. @@ -1345,6 +1321,10 @@ Invalid payment request. Неверный запрос платежа. + + Requested payment amount of %1 is too small (considered dust). + Запрошенная сумма платежа %1 слишком мала (считается пылью). + Refund from %1 Возврат от %1 @@ -1363,16 +1343,16 @@ Bad response from server %1 - Плохой ответ от сервера %1 - - - Payment acknowledged - Платёж принят + Плохой ответ сервера %1 Network request error Ошибка сетевого запроса + + Payment acknowledged + Платёж принят + PeerTableModel @@ -1385,8 +1365,12 @@ Узел/сервис - Ping Time - Время задержки + NodeId + Id узла + + + Ping + Пинг @@ -1427,6 +1411,53 @@ %1 ms %1 мс + + %n second(s) + %n секунда%n секунды%n секунд%n секунд + + + %n minute(s) + %n минута%n минут%n минут%n минут + + + %n hour(s) + %n час%n часа%n часов%n часов + + + %n day(s) + %n день%n дня%n дней%n дней + + + %n week(s) + %n неделя%n недели%n недель%n недель + + + %1 and %2 + %1 и %2 + + + %n year(s) + %n год%n года%n лет%n лет + + + %1 didn't yet exit safely... + %1 ещё не завершился безопасно... + + + + QObject::QObject + + Error: Specified data directory "%1" does not exist. + Ошибка: указанный каталог "%1" не существует. + + + Error: Cannot parse configuration file: %1. Only use key=value syntax. + Ошибка: не удалось разобрать конфигурационный файл: %1. Используйте синтаксис вида ключ=значение. + + + Error: %1 + Ошибка: %1 + QRImageWidget @@ -1436,7 +1467,7 @@ &Copy Image - &Копировать изображение + Копировать &изображение Save QR Code @@ -1449,10 +1480,6 @@ RPCConsole - - Client name - Имя клиента - N/A Н/Д @@ -1473,14 +1500,14 @@ General Общие - - Using OpenSSL version - Используется версия OpenSSL - Using BerkeleyDB version Используется версия BerkeleyDB + + Datadir + Каталог для данных + Startup time Время запуска @@ -1517,10 +1544,6 @@ Memory usage Использование памяти - - Open the Bitcoin Core debug log file from the current data directory. This can take a few seconds for large log files. - Открыть отладочный лог-файл Blackcoin More из текущего каталога данных. Это может занять несколько секунд для больших лог-файлов. - Received Получено @@ -1569,6 +1592,18 @@ User Agent Юзер-агент + + Open the %1 debug log file from the current data directory. This can take a few seconds for large log files. + Открыть отладочный лог-файл %1 из текущего каталога данных. Это может занять несколько секунд для больших лог-файлов. + + + Decrease font size + Уменьшить размер текста + + + Increase font size + Увеличить размер текста + Services Сервисы @@ -1601,6 +1636,10 @@ Ping Wait Время задержки + + Min Ping + Мин. пинг + Time Offset Смещение времени @@ -1637,10 +1676,6 @@ Out: Выход: - - Build date - Дата сборки - Debug log file Отладочный лог-файл @@ -1649,14 +1684,6 @@ Clear console Очистить консоль - - &Disconnect Node - &Отключить узел - - - Ban Node for - Заблокировать узел на - 1 &hour 1 &час @@ -1674,12 +1701,20 @@ 1 &год - &Unban Node - &Разблокировать узел + &Disconnect + &Отключиться - Welcome to the Bitcoin Core RPC console. - Добро пожаловать в RPC-консоль Blackcoin More. + Ban for + Бан на + + + &Unban + &Разбанить + + + Welcome to the %1 RPC console. + Добро пожаловать в консоль RPC %1. Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -1689,6 +1724,14 @@ Type <b>help</b> for an overview of available commands. Напишите <b>help</b> для просмотра доступных команд. + + WARNING: Scammers have been active, telling users to type commands here, stealing their wallet contents. Do not use this console without fully understanding the ramification of a command. + ВНИМАНИЕ: мошенники предлагали пользователям вводить сюда команды, похищая таким образом содержимое их бумажников. Не используйте эту консоль без полного понимания смысла команд. + + + Network activity disabled + Сетевая активность запрещена + %1 B %1 Б @@ -1808,6 +1851,10 @@ Remove Удалить + + Copy URI + Копировать URI + Copy label Копировать метку @@ -1818,7 +1865,7 @@ Copy amount - Скопировать сумму + Копировать сумму @@ -1890,21 +1937,21 @@ Message Сообщение - - Amount - Сумма - (no label) - [нет метки] + (нет метки) (no message) (нет сообщения) - (no amount) - (нет суммы) + (no amount requested) + (нет запрошенной суммы) + + + Requested + Запрошено @@ -1941,10 +1988,6 @@ Amount: Сумма: - - Priority: - Приоритет: - Fee: Комиссия: @@ -2013,10 +2056,6 @@ (Smart fee not initialized yet. This usually takes a few blocks...) (Умная комиссия пока не инициализирована. Обычно для этого требуется несколько блоков...) - - Confirmation time: - Время подтверждения: - normal обычный @@ -2025,14 +2064,6 @@ fast ускоренный - - Send as zero-fee transaction if possible - Осуществить транзакцию бесплатно, если возможно - - - (confirmation may take longer) - (подтверждение может занять больше времени) - Send to multiple recipients at once Отправить нескольким получателям одновременно @@ -2049,6 +2080,10 @@ Dust: Пыль: + + Confirmation time target: + Время подтверждения: + Clear &All Очистить &всё @@ -2065,21 +2100,13 @@ S&end &Отправить - - Confirm send coins - Подтвердите отправку монет - - - %1 to %2 - С %1 на %2 - Copy quantity Копировать количество Copy amount - Скопировать сумму + Копировать сумму Copy fee @@ -2094,12 +2121,24 @@ Копировать байты - Copy priority - Копировать приоритет + Copy dust + Копировать пыль Copy change - Копировать размен + Копировать сдачу + + + %1 to %2 + С %1 на %2 + + + Are you sure you want to send? + Вы уверены, что хотите отправить? + + + added as transaction fee + добавлено как комиссия Total Amount %1 @@ -2109,73 +2148,77 @@ or или + + Confirm send coins + Подтвердите отправку монет + + + The recipient address is not valid. Please recheck. + Адрес получателя неверный. Пожалуйста, перепроверьте. + The amount to pay must be larger than 0. - Сумма для отправки должно быть больше 0. + Сумма для отправки должна быть больше 0. The amount exceeds your balance. - Сумма превышает Ваш баланс + Сумма превышает ваш баланс. The total exceeds your balance when the %1 transaction fee is included. - Сумма превысит Ваш баланс, если комиссия в размере %1 будет добавлена к транзакции + Сумма с учётом комиссии %1 превысит ваш баланс. + + + Duplicate address found: addresses should only be used once each. + Обнаружен дублирующийся адрес: используйте каждый адрес только один раз. 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), а монеты были потрачены из другой копии, но не были отмечены как потраченные в этой. + The transaction was rejected with the following reason: %1 + Транзакция была отвергнута по следующей причине: %1 A fee higher than %1 is considered an absurdly high fee. - Комиссия больше, чем %1, считается невероятно большой. + Комиссия больше чем %1 считается невероятно большой. Payment request expired. Запрос платежа просрочен. + + %n block(s) + %n блок%n блока%n блоков%n блоков + Pay only the required fee of %1 Заплатить только обязательную комиссию %1 Estimated to begin confirmation within %n block(s). - Подтверждение ожидается через %n блок.Подтверждение ожидается через %n блока.Подтверждение ожидается через %n блоков.Подтверждение ожидается через %n блоков. - - - The recipient address is not valid. Please recheck. - Адрес получателя неверный. Пожалуйста, перепроверьте. - - - Duplicate address found: addresses should only be used once each. - Обнаружен дублирующийся адрес: используйте каждый адрес только один раз. + Начало подтверждения ожидается через %n блок.Начало подтверждения ожидается через %n блока.Начало подтверждения ожидается через %n блоков.Начало подтверждения ожидается через %n блоков. Warning: Invalid Bitcoin address Внимание: неверный адрес Blackcoin - - (no label) - [нет метки] - Warning: Unknown change address Внимание: неизвестный адрес для сдачи - Copy dust - Копировать пыль + Confirm custom change address + Подтвердите свой адрес для сдачи - Are you sure you want to send? - Вы уверены, что хотите отправить? + The address you selected for change is not part of this wallet. Any or all funds in your wallet may be sent to this address. Are you sure? + Выбранный вами адрес для сдачи не принадлежит этому кошельку. Часть или все средства могут быть отправлены на этот адрес. Вы уверены? - added as transaction fee - добавлено как комиссия + (no label) + (нет метки) @@ -2188,10 +2231,6 @@ Pay &To: Полу&чатель: - - Enter a label for this address to add it to your address book - Введите метку для данного адреса (для добавления в адресную книгу) - &Label: &Метка: @@ -2226,7 +2265,7 @@ The fee will be deducted from the amount being sent. The recipient will receive less bitcoins than you enter in the amount field. If multiple recipients are selected, the fee is split equally. - С отправляемой суммы будет удержана комиссия. Получателю придёт меньше блэккоинов, чем вы вводите в поле количества. Если выбрано несколько получателей, комиссия распределяется поровну. + С отправляемой суммы будет удержана комиссия. Получателю придёт меньше биткоинов, чем вы вводите в поле количества. Если выбрано несколько получателей, комиссия распределяется поровну. S&ubtract fee from amount @@ -2260,12 +2299,23 @@ Memo: Примечание: + + Enter a label for this address to add it to your address book + Введите метку для данного адреса, чтобы добавить его в адресную книгу + + + + SendConfirmationDialog + + Yes + Да + ShutdownWindow - Bitcoin Core is shutting down... - Blackcoin More выключается... + %1 is shutting down... + %1 выключается... Do not shut down the computer until this window disappears. @@ -2284,7 +2334,7 @@ You can sign messages/agreements with your addresses to prove you can receive bitcoins sent to them. Be careful not to sign anything vague or random, as phishing attacks may try to trick you into signing your identity over to them. Only sign fully-detailed statements you agree to. - Вы можете подписывать сообщения/соглашения своими адресами, чтобы доказать свою возможность получать блэккоины на них. Будьте осторожны, не подписывайте что-то неопределённое или случайное, так как фишинговые атаки могут обманным путём заставить вас подписать нежелательные сообщения. Подписывайте только те сообщения, с которыми вы согласны вплоть до мелочей. + Вы можете подписывать сообщения/соглашения своими адресами, чтобы доказать свою возможность получать биткоины на них. Будьте осторожны, не подписывайте что-то неопределённое или случайное, так как фишинговые атаки могут обманным путём заставить вас подписать нежелательные сообщения. Подписывайте только те сообщения, с которыми вы согласны вплоть до мелочей. The Bitcoin address to sign the message with @@ -2364,7 +2414,7 @@ The entered address is invalid. - Введённый адрес неверен + Введённый адрес неверен. Please check the address and try again. @@ -2372,7 +2422,7 @@ The entered address does not refer to a key. - Введённый адрес не связан с ключом + Введённый адрес не связан с ключом. Wallet unlock was cancelled. @@ -2380,15 +2430,15 @@ Private key for the entered address is not available. - Для введённого адреса недоступен закрытый ключ + Недоступен секретный ключ для введённого адреса. Message signing failed. - Не удалось подписать сообщение + Не удалось подписать сообщение. Message signed. - Сообщение подписано + Сообщение подписано. The signature could not be decoded. @@ -2404,7 +2454,7 @@ Message verification failed. - Проверка сообщения не удалась. + Сообщение не прошло проверку. Message verified. @@ -2413,14 +2463,6 @@ SplashScreen - - Bitcoin Core - Blackcoin More - - - The Bitcoin Core developers - Разработчики Blackcoin More - [testnet] [тестовая сеть] @@ -2435,18 +2477,38 @@ TransactionDesc + + Open for %n more block(s) + Открыто для ещё %n блокаОткрыто для ещё %n блоковОткрыто для ещё %n блоковОткрыто для ещё %n блоков + Open until %1 Открыто до %1 - conflicted - в противоречии + conflicted with a transaction with %1 confirmations + конфликт с транзакцией с %1 подтверждений %1/offline %1/отключен + + 0/unconfirmed, %1 + 0/не подтверждено, %1 + + + in memory pool + В памяти + + + not in memory pool + Не в памяти + + + abandoned + заброшено + %1/unconfirmed %1/не подтверждено @@ -2459,6 +2521,10 @@ Status Статус + + , has not been successfully broadcast yet + , ещё не было успешно разослано + , broadcast through %n node(s) , разослано через %n узел, разослано через %n узла, разослано через %n узлов, разослано через %n узлов @@ -2479,6 +2545,10 @@ From От + + unknown + неизвестно + To Для @@ -2533,19 +2603,27 @@ Comment - Комментарий: + Комментарий Transaction ID ID транзакции + + Transaction total size + Общий размер транзакции + + + Output index + Номер выхода + 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 блоков, прежде чем они могут быть потрачены. Когда Вы сгенерировали этот блок, он был отправлен в сеть для добавления в цепочку блоков. Если он не попадёт в цепь, его статус изменится на "не принят", и монеты будут недействительны. Это иногда происходит в случае, если другой узел сгенерирует блок на несколько секунд раньше вас. + Сгенерированные монеты должны подождать %1 блоков, прежде чем они могут быть потрачены. Когда вы сгенерировали этот блок, он был отправлен в сеть для добавления в цепочку блоков. Если он не попадёт в цепь, его статус изменится на "не принят", и монеты будут недействительны. Это иногда происходит в случае, если другой узел сгенерирует блок на несколько секунд раньше вас. Debug information @@ -2571,29 +2649,17 @@ false ложь - - , has not been successfully broadcast yet - , ещё не было успешно разослано - - - Open for %n more block(s) - Открыто для ещё %n блокаОткрыто для ещё %n блоковОткрыто для ещё %n блоковОткрыто для ещё %n блоков - - - unknown - неизвестно - TransactionDescDialog - - Transaction details - Детали транзакции - This pane shows a detailed description of the transaction Эта панель отображает детальное описание транзакции. + + Details for %1 + Подробности %1 + TransactionTableModel @@ -2606,8 +2672,8 @@ Тип - Immature (%1 confirmations, will be available after %2) - Незрелый (%1 подтверждений, будет доступен после %2) + Label + Метка Open for %n more block(s) @@ -2617,41 +2683,45 @@ Open until %1 Открыто до %1 + + Offline + Отключен + + + Unconfirmed + Не подтверждено + + + Abandoned + Заброшено + + + Confirming (%1 of %2 recommended confirmations) + Подтверждается (%1 из %2 рекомендуемых подтверждений) + 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 - Сгенерированно, но не подтверждено - - - Offline - Нет активных соединений с сетью - - - Label - Метка - - - Unconfirmed - Неподтверждено - - - Confirming (%1 of %2 recommended confirmations) - Подтверждено(%1 подтверждений, рекомендуется %2 подтверждений) - - - Conflicted - В противоречии + Сгенерировано, но не принято Received with - Получено + Получено на Received from @@ -2659,7 +2729,7 @@ Sent to - Отправлено + Отправлено на Payment to yourself @@ -2675,15 +2745,19 @@ (n/a) - [не доступно] + (недоступно) + + + (no label) + (нет метки) Transaction status. Hover over this field to show number of confirmations. - Статус транзакции. Подведите курсор к нужному полю для того, чтобы увидеть количество подтверждений. + Статус транзакции. Подведите курсор к этому полю, чтобы увидеть количество подтверждений. Date and time that the transaction was received. - Дата и время, когда транзакция была получена. + Дата и время получения транзакции. Type of transaction. @@ -2699,7 +2773,7 @@ Amount removed from or added to balance. - Сумма, добавленная, или снятая с баланса. + Снятая или добавленная к балансу сумма. @@ -2730,7 +2804,7 @@ Range... - Промежуток... + Диапазон... Received with @@ -2742,11 +2816,11 @@ To yourself - Отправленные себе + Себе Mined - Добытые + Добыто Other @@ -2760,6 +2834,10 @@ Min amount Мин. сумма + + Abandon transaction + Отказаться от транзакции + Copy address Копировать адрес @@ -2770,15 +2848,19 @@ Copy amount - Скопировать сумму + Копировать сумму Copy transaction ID - Скопировать ID транзакции + Копировать ID транзакции Copy raw transaction - Скопировать исходную транзакции + Копировать исходный код транзакции + + + Copy full transaction details + Копировать все подробности транзакции Edit label @@ -2792,26 +2874,6 @@ Export Transaction History Экспортировать историю транзакций - - Watch-only - Для наблюдения - - - 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. - Comma separated file (*.csv) Текст, разделённый запятыми (*.csv) @@ -2820,6 +2882,10 @@ Confirmed Подтверждено + + Watch-only + Для наблюдения + Date Дата @@ -2840,9 +2906,25 @@ 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 @@ -2878,11 +2960,11 @@ Export the data in the current tab to a file - Экспортировать данные из вкладки в файл + Экспортировать данные текущей вкладки в файл Backup Wallet - Сделать резервную копию бумажника + Резервная копия бумажника Wallet Data (*.dat) @@ -2896,14 +2978,14 @@ There was an error trying to save the wallet data to %1. Произошла ошибка при сохранении данных бумажника в %1. - - The wallet data was successfully saved to %1. - Данные бумажника были успешно сохранены в %1. - Backup Successful Резервное копирование успешно завершено + + The wallet data was successfully saved to %1. + Данные бумажника были успешно сохранены в %1. + bitcoin-core @@ -2927,18 +3009,22 @@ Accept command line and JSON-RPC commands Принимать командную строку и команды JSON-RPC + + Accept connections from outside (default: 1 if no -proxy or -connect/-noconnect) + Принимать подключения снаружи (по умолчанию: 1, если не -proxy или -connect/-disconnect) + + + Connect only to the specified node(s); -noconnect or -connect=0 alone to disable automatic connections + Подключаться только к указанному узлу(ам); -noconnect или -connect=0 для запрета автоматических подключений + + + Distributed under the MIT software license, see the accompanying file %s or %s + Распространяется под лицензией MIT, см. приложенный файл %s или %s + If <category> is not supplied or if <category> = 1, output all debugging information. Если <category> не предоставлена или равна 1, выводить всю отладочную информацию. - - Maximum total fees (in %s) to use in a single wallet transaction; setting this too low may abort large transactions (default: %s) - Максимальная сумма комиссий (%s) для одной транзакции в бумажнике; слишком низкое значение может вызвать прерывание больших транзакций (по умолчанию: %s) - - - Please check that your computer's date and time are correct! If your clock is wrong Bitcoin Core will not work properly. - Внимание: убедитесь, что дата и время на Вашем компьютере выставлены верно! Если Ваши часы идут неправильно, Blackcoin More будет работать некорректно. - Prune configured below the minimum of %d MiB. Please use a higher number. Удаление блоков выставлено ниже, чем минимум в %d Мб. Пожалуйста, используйте большее значение. @@ -2947,10 +3033,6 @@ Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node) Удаление: последняя синхронизация кошелька вышла за рамки удаленных данных. Вам нужен -reindex (скачать всю цепь блоков в случае удаленного узла) - - Reduce storage requirements by pruning (deleting) old blocks. This mode is incompatible with -txindex and -rescan. Warning: Reverting this setting requires re-downloading the entire blockchain. (default: 0 = disable pruning blocks, >%u = target size in MiB to use for block files) - Уменьшить размер хранилища за счёт удаления (обрезания) старых блоков. Этот режим несовместим с -txindex и -rescan. Внимание: переключение этой опции обратно потребует полной загрузки цепи блоков. (по умолчанию: 0 = отключить удаление блоков, >%u = целевой размер в Мб для файлов блоков) - Rescans are not possible in pruned mode. You will need to use -reindex which will download the whole blockchain again. Повторное сканирование не возможно в режиме удаления. Вам надо будет использовать -reindex, который загрузит заново всю цепь блоков. @@ -2976,25 +3058,73 @@ Невозможно запустить HTTP сервер. Смотри debug лог для подробностей. - Accept connections from outside (default: 1 if no -proxy or -connect) - Принимать подключения извне (по умолчанию: 1, если не используется -proxy или -connect) + Bitcoin Core + Blackcoin More + + + The %s developers + Разработчики %s + + + Accept relayed transactions received from whitelisted peers even when not relaying transactions (default: %d) + Принимать транзакции пересылаемые от узлов из белого списка даже если они не удовлетворяют требованиям ретрансляции (по умолчанию: %d) Bind to given address and always listen on it. Use [host]:port notation for IPv6 Привязаться к указанному адресу и всегда прослушивать только его. Используйте [хост]:порт для IPv6 + + Cannot obtain a lock on data directory %s. %s is probably already running. + Невозможно заблокировать каталог данных %s. %s возможно уже работает. + 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 loading %s: You can't enable HD on a already existing non-HD wallet + Ошибка загрузки %s: Вы не можете включить HD в уже существующем не-HD кошельке + + + Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect. + Ошибка чтения %s! Все ключи прочитаны верно, но данные транзакций или записи адресной книги могут отсутствовать или быть неправильными. Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) Выполнить команду, когда меняется транзакция в бумажнике (%s в команде заменяется на TxID) + + Extra transactions to keep in memory for compact block reconstructions (default: %u) + Хранить в памяти дополнительные транзакции для реконструкции компактных блоков (по умолчанию: %u) + + + If this block is in the chain assume that it and its ancestors are valid and potentially skip their script verification (0 to verify all, default: %s, testnet: %s) + Если этот блок в цепи, считать его и последующие блоки верными и потенциально пропускать проверку их скриптов (0 для проверки всех, по умолчанию: %s, тестовая сеть: %s) + + + Maximum allowed median peer time offset adjustment. Local perspective of time may be influenced by peers forward or backward by this amount. (default: %u seconds) + Максимально допустимое среднее отклонение времени участников. Локальное представление времени может меняться вперед или назад на это количество. (по умолчанию: %u секунд) + + + Maximum total fees (in %s) to use in a single wallet transaction or raw transaction; setting this too low may abort large transactions (default: %s) + Максимальная сумма комиссий (%s) для одной транзакции в бумажнике или сырой транзакции; слишком низкое значение может вызвать прерывание больших транзакций (по умолчанию: %s) + + + Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly. + Пожалуйста убедитесь в корректности установки времени и даты на вашем компьютере! Если время установлено неверно, %s не будет работать правильно. + + + Please contribute if you find %s useful. Visit %s for further information about the software. + Пожалуйста, внести свой вклад, если вы найдете %s полезными. Посетите %s для получения дополнительной информации о программном обеспечении. + + + Reduce storage requirements by enabling pruning (deleting) of old blocks. This allows the pruneblockchain RPC to be called to delete specific blocks, and enables automatic pruning of old blocks if a target size in MiB is provided. This mode is incompatible with -txindex and -rescan. Warning: Reverting this setting requires re-downloading the entire blockchain. (default: 0 = disable pruning blocks, 1 = allow manual pruning via RPC, >%u = automatically prune block files to stay under the specified target size in MiB) + Уменьшить размер хранилища за счёт обрезания (удаления) старых блоков. Будет разрешён вызов RPC метода pruneblockchain для удаления определённых блоков и разрешено автоматическое обрезание старых блоков, если указан целевой размер в Мб. Этот режим несовместим с -txindex и -rescan. Внимание: переключение этой опции обратно потребует полной загрузки цепи блоков. (по умолчанию: 0 = отключить обрезание блоков, 1 = разрешить ручное обрезание через RPC, >%u = автоматически обрезать файлы блоков, чтобы они были меньше указанного размера в Мб) + + + Set lowest fee rate (in %s/kB) for transactions to be included in block creation. (default: %s) + Задать минимальный курс комиссии (в %s/Кб) для транзакцийб включаемых в создаваемый блок. (по умолчанию: %s) + 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) @@ -3008,36 +3138,36 @@ Это пре-релизная тестовая сборка - используйте на свой страх и риск - не используйте для добычи или торговых приложений - Unable to bind to %s on this computer. Bitcoin Core is probably already running. - Не удалось забиндиться на %s на этом компьютере. Возможно, Blackcoin More уже запущен. + Unable to rewind the database to a pre-fork state. You will need to redownload the blockchain + Невозможно отмотать базу данных до пред-форкового состояния. Вам будет необходимо перекачать цепочку блоков. Use UPnP to map the listening port (default: 1 when listening and no -proxy) Использовать UPnP для проброса порта (по умолчанию: 1, если используется прослушивание и нет -proxy) - WARNING: abnormally high number of blocks generated, %d blocks received in the last %d hours (%d expected) - ВНИМАНИЕ: сгенерировано ненормально большое число блоков, %d блоков получено за последние %d часов (ожидалось %d) + Username and hashed password for JSON-RPC connections. The field <userpw> comes in the format: <USERNAME>:<SALT>$<HASH>. A canonical python script is included in share/rpcuser. The client then connects normally using the rpcuser=<USERNAME>/rpcpassword=<PASSWORD> pair of arguments. This option can be specified multiple times + Имя пользователя и хэш пароля для JSON-RPC соединений. Поле <userpw> использует формат: <USERNAME>:<SALT>$<HASH>. Каноничный пример скрипта на питоне находится в share/rpcuser. Эта опция может быть указана несколько раз - WARNING: check your network connection, %d blocks received in the last %d hours (%d expected) - ВНИМАНИЕ: проверьте сетевое подключение, получено %d блоков за последние %d часов (ожидалось %d) + Wallet will not create transactions that violate mempool chain limits (default: %u) + Бумажник не будет создавать транзакции, которые нарушают лимиты цепочки пула в памяти (по умолчанию: %u) 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: 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; если ваш баланс или транзакции некорректны, вы должны восстановить файл из резервной копии. + You need to rebuild the database using -reindex-chainstate to change -txindex + Вам необходимо пересобрать базы данных с помощью -reindex-chainstate, чтобы изменить -txindex - Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. - Вносить в белый список участников, подключающихся с указанной маски сети или IP. Можно использовать многократно. + %s corrupt, salvage failed + %s поврежден, восстановить не удалось -maxmempool must be at least %d MB @@ -3047,18 +3177,38 @@ <category> can be: <category> может быть: + + Append comment to the user agent string + Добавить комментарий к строке пользовательского агента + + + Attempt to recover private keys from a corrupt wallet on startup + Попытаться восстановить приватные ключи из повреждённого бумажника при запуске + Block creation options: Параметры создания блоков: - Connect only to the specified node(s) - Подключаться только к указанному узлу(ам) + Cannot resolve -%s address: '%s' + Не удаётся разрешить адрес в параметре -%s: '%s' + + + Chain selection options: + Параметры выбора цепочки: + + + Change index out of range + Изменение индекса вне диапазона Connection options: Параметры подключения: + + Copyright (C) %i-%i + Copyright (C) %i-%i + Corrupted block database detected БД блоков повреждена @@ -3091,6 +3241,10 @@ Enable publish raw transaction in <address> Включить публичную сырую транзакцию в <address> + + Enable transaction replacement in the memory pool (default: %u) + Включить замену транзакций в пуле памяти (по умолчанию:%u) + Error initializing block database Ошибка инициализации БД блоков @@ -3099,6 +3253,22 @@ Error initializing wallet database environment %s! Ошибка инициализации окружения БД бумажника %s! + + Error loading %s + Ошибка загрузки %s + + + Error loading %s: Wallet corrupted + Ошибка загрузки %s: Бумажник поврежден + + + Error loading %s: Wallet requires newer version of %s + Ошибка загрузки %s: Для бумажника требуется более новая версия %s + + + Error loading %s: You can't disable HD on a already existing HD wallet + Ошибка загрузки %s: Вы не можете включить HD в уже существующем не-HD кошельке + Error loading block database Ошибка чтения базы данных блоков @@ -3123,14 +3293,34 @@ Incorrect or no genesis block found. Wrong datadir for network? Неверный или отсутствующий начальный блок. Неправильный каталог данных для сети? + + Initialization sanity check failed. %s is shutting down. + Начальная проверка исправности не удалась. %s завершает работу. + Invalid -onion address: '%s' Неверный -onion адрес: '%s' + + Invalid amount for -%s=<amount>: '%s' + Неверная сумма для -%s=<amount>: '%s' + + + Invalid amount for -fallbackfee=<amount>: '%s' + Недопустимая сумма для -fallbackfee=<amount>: '%s' + Keep the transaction memory pool below <n> megabytes (default: %u) Сбрасывать транзакции из памяти на диск каждые <n> мегабайт (по умолчанию: %u) + + Loading banlist... + Загрузка банлиста... + + + Location of the auth cookie (default: data dir) + Расположение куки входы(по умолчанию: data dir) + Not enough file descriptors available. Недостаточно файловых дескрипторов. @@ -3139,6 +3329,14 @@ Only connect to nodes in network <net> (ipv4, ipv6 or onion) Соединяться только по сети <net> (ipv4, ipv6 или onion) + + Print this help message and exit + Вывести эту справку и выйти + + + Print version and exit + Написать версию и выйти + Prune cannot be configured with a negative value. Удаление блоков не может использовать отрицательное значение. @@ -3147,6 +3345,18 @@ Prune mode is incompatible with -txindex. Режим удаления блоков несовместим с -txindex. + + Rebuild chain state and block index from the blk*.dat files on disk + Перестроить состояние цепи блоков и индекс блоков из blk*.dat файлов с диска + + + Rebuild chain state from the currently indexed blocks + Перестроить индекс цепи из текущих индексированных блоков + + + Rewinding blocks... + Перемотка блоков... + Set database cache size in megabytes (%d to %d, default: %d) Установить размер кэша БД в мегабайтах(от %d до %d, по умолчанию: %d) @@ -3159,6 +3369,14 @@ Specify wallet file (within data directory) Укажите файл бумажника (внутри каталога данных) + + The source code is available from %s. + Исходный код доступен в %s. + + + Unable to bind to %s on this computer. %s is probably already running. + Невозможно привязаться к %s на этом компьютере. Возможно, %s уже работает. + Unsupported argument -benchmark ignored, use -debug=bench. Неподдерживаемый аргумент -benchmark проигнорирован, используйте -debug=bench. @@ -3175,6 +3393,10 @@ Use UPnP to map the listening port (default: %u) Использовать UPnP для проброса порта (по умолчанию: %u) + + Use the test chain + Использовать тестовую цепочку + User Agent comment (%s) contains unsafe characters. Комментарий пользователя (%s) содержит небезопасные символы. @@ -3191,18 +3413,18 @@ Wallet %s resides outside data directory %s Бумажник %s располагается вне каталога данных %s + + Wallet debugging/testing options: + Параметры отладки/тестирования бумажника: + + + Wallet needed to be rewritten: restart %s to complete + Необходимо перезаписать бумажник, перезапустите %s для завершения операции. + Wallet options: Настройки бумажника: - - Warning: This version is obsolete; upgrade required! - Внимание: эта версия устарела; требуется обновление! - - - You need to rebuild the database using -reindex to change -txindex - Вам необходимо пересобрать базы данных с помощью -reindex, чтобы изменить -txindex - 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). Эту опцию можно использовать многократно @@ -3215,10 +3437,6 @@ 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. Эту опцию можно использовать многократно (по умолчанию: привязываться ко всем интерфейсам) - - Cannot obtain a lock on data directory %s. Bitcoin Core is probably already running. - Не удалось установить блокировку на каталог данных %s. Возможно, Blackcoin More уже запущен. - Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) Создавать новые файлы с системными правами по умолчанию вместо umask 077 (эффективно только при отключенном бумажнике) @@ -3251,10 +3469,6 @@ Maximum size of data in data carrier transactions we relay and mine (default: %u) Наибольший размер данных в носителе данных транзакций, которые мы передаем и генерируем (по умолчанию: %u) - - Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect) - Запрашивать адреса участников с помощью DNS, если адресов мало (по умолчанию: 1, если не указан -connect) - Randomize credentials for every proxy connection. This enables Tor stream isolation (default: %u) Использовать случайные учётные данные для каждого прокси-подключения. Эта функция позволяет изолировать потоки Tor (по умолчанию: %u) @@ -3263,17 +3477,13 @@ Set maximum size of high-priority/low-fee transactions in bytes (default: %d) Задать максимальный размер высокоприоритетных/низкокомиссионных транзакций в байтах (по умолчанию: %d) - - Set the number of threads for coin generation if enabled (-1 = all cores, default: %d) - Задать число потоков генерации монет, если она включена (-1 = все ядра процессора, по умолчанию: %d) - The transaction amount is too small to send after the fee has been deducted Сумма транзакции за вычетом комиссии слишком мала - 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 и ПО для работы с UPnP, написанное Thomas Bernard. + Use hierarchical deterministic key generation (HD) after BIP32. Only has effect during wallet creation/first start + Использовать иерархическую детерминированную генерацию ключей (HD) после BIP32. Применяется в процессе создания бумажника / первого запуска 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 @@ -3291,38 +3501,14 @@ Accept public REST requests (default: %u) Принимать публичные REST-запросы (по умолчанию: %u) - - Activating best chain... - Активируется лучшая цепь... - - - Always relay transactions received from whitelisted peers (default: %d) - Всегда транслировать транзакции, полученные из белого списка участников (по умолчанию: %d) - - - Attempt to recover private keys from a corrupt wallet.dat on startup - Попытаться восстановить приватные ключи из повреждённого wallet.dat при запуске - Automatically create Tor hidden service (default: %d) Автоматически создавать скрытый Tor сервис (по умолчанию: %d) - - Cannot resolve -whitebind address: '%s' - Не удаётся разрешить адрес в параметре -whitebind: '%s' - Connect through SOCKS5 proxy Подключаться через SOCKS5 прокси - - Copyright (C) 2009-%i The Bitcoin Core Developers - Все права защищены © 2018-%i Разработчики Blackcoin More - - - Error loading wallet.dat: Wallet requires newer version of Bitcoin Core - Ошибка загрузки wallet.dat: бумажник требует более новую версию Blackcoin More - Error reading from database, shutting down. Ошибка чтения базы данных, работа завершается. @@ -3335,22 +3521,6 @@ Information Информация - - Initialization sanity check failed. Bitcoin Core is shutting down. - Не удалось проверить чистоту. Blackcoin More выключается. - - - Invalid amount for -maxtxfee=<amount>: '%s' - Неверное значение -maxtxfee=<amount>: '%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) @@ -3375,14 +3545,6 @@ RPC server options: Параметры сервера RPC: - - Rebuild block chain index from current blk000??.dat files on startup - Перестроить при запуске индекс цепи блоков из текущих файлов blk000??.dat - - - Receive and display P2P network alerts (default: %u) - Получать и отображать P2P сетевые тревоги (по умолчанию: %u) - Reducing -maxconnections from %d to %d, because of system limitations. Уменьшите -maxconnections с %d до %d, из-за ограничений системы. @@ -3431,10 +3593,6 @@ Transaction amount too small Сумма транзакции слишком мала - - Transaction amounts must be positive - Сумма транзакции должна быть положительна - Transaction too large for fee policy Транзакция слишком большая для правил комиссии. @@ -3455,14 +3613,14 @@ Username for JSON-RPC connections Имя для подключений JSON-RPC - - Wallet needed to be rewritten: restart Bitcoin Core to complete - Необходимо перезаписать бумажник, перезапустите Blackcoin More для завершения операции. - Warning Внимание + + Warning: unknown new rules activated (versionbit %i) + Внимание: неизвестные правила вступили в силу(versionbit %i) + Whether to operate in a blocks only mode (default: %u) Будет работать в режиме только блоков (по умолчанию: %u) @@ -3475,10 +3633,6 @@ ZeroMQ notification options: ZeroMQ параметры оповещения: - - wallet.dat corrupt, salvage failed - wallet.dat повреждён, спасение данных не удалось - Password for JSON-RPC connections Пароль для подключений JSON-RPC @@ -3487,10 +3641,6 @@ Execute command when the best block changes (%s in cmd is replaced by block hash) Выполнить команду, когда появляется новый блок (%s в команде заменяется на хэш блока) - - This help message - Эта справка - Allow DNS lookups for -addnode, -seednode and -connect Разрешить поиск в DNS для -addnode, -seednode и -connect @@ -3499,10 +3649,6 @@ Loading addresses... Загрузка адресов... - - Error loading wallet.dat: Wallet corrupted - Ошибка загрузки wallet.dat: Бумажник поврежден - (1 = keep tx meta data e.g. account owner and payment request information, 2 = drop tx meta data) (1 = сохранять метаданные транзакции: например, владельца аккаунта и информацию запроса платежа; 2 = отбросить метаданные) @@ -3511,22 +3657,22 @@ -maxtxfee is set very high! Fees this large could be paid on a single transaction. Установлено очень большое значение -maxtxfee. Такие большие комиссии могут быть уплачены в отдельной транзакции. - - -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. - Установлено очень большое значение -paytxfee. Такие большие комиссии могут быть уплачены в отдельной транзакции. - Do not keep transactions in the mempool longer than <n> hours (default: %u) Не хранить транзакции в памяти дольше, чем <n> часов (по умолчанию %u) - Error reading wallet.dat! All keys read correctly, but transaction data or address book entries might be missing or incorrect. - Ошибка чтения wallet.dat! Все ключи прочитаны верно, но данные транзакций или записи адресной книги могут отсутствовать или быть неправильными. + Equivalent bytes per sigop in transactions for relay and mining (default: %u) + Эквивалентных байт на sigop в транзакциях для ретрансляции или добычи (по умолчанию: %u) Fees (in %s/kB) smaller than this are considered zero fee for transaction creation (default: %s) Комиссии (в %s/Кб) меньшие этого значения считаются нулевыми при создании транзакций (по умолчанию: %s) + + Force relay of transactions from whitelisted peers even if they violate local relay policy (default: %d) + Всегда ретранслировать транзакции, полученные из белого списка участников, даже если они нарушают локальную политику ретрансляции (по умолчанию: %d) + How thorough the block verification of -checkblocks is (0-4, default: %u) Насколько тщательна проверка контрольных блоков -checkblocks (0-4, по умолчанию: %u) @@ -3543,10 +3689,26 @@ Output debugging information (default: %u, supplying <category> is optional) Выводить отладочную информацию (по умолчанию: %u, указание <category> необязательно) + + Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect/-noconnect) + Запрашивать адреса участников с помощью DNS, если адресов мало (по умолчанию: 1, если не указан -connect/-noconnect) + + + Sets the serialization of raw transaction or block hex returned in non-verbose mode, non-segwit(0) or segwit(1) (default: %d) + Задаёт сериализацию сырой транзакции или хекса блока, возвращённого в не подробном режиме, non-segwit(0) или segwit(1) (по умолчанию: %d) + Support filtering of blocks and transaction with bloom filters (default: %u) Поддерживать фильтрацию блоков и транзакций с помощью фильтра Блума (по умолчанию: %u) + + This is the transaction fee you may pay when fee estimates are not available. + Это комиссия за транзакцию, которую вы можете заплатить, когда расчёт комиссии недоступен. + + + This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit %s and cryptographic software written by Eric Young and UPnP software written by Thomas Bernard. + Этот продукт включает ПО, разработанное OpenSSL Project для использования в OpenSSL Toolkit %s и криптографическое ПО, написанное Eric Young и ПО для работы с UPnP, написанное Thomas Bernard. + Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments. Текущая длина строки версии сети (%i) превышает максимальную длину (%i). Увеливается количество или размер uacomments. @@ -3559,13 +3721,29 @@ Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported. Обнаружен не поддерживаемый аргумент -socks. Выбор версии SOCKS более невозможен, поддерживаются только прокси SOCKS5. + + Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay. + Не поддерживаемый аргумент -whitelistalwaysrelay игнорируется, используйте -whitelistrelay и/или -whitelistforcerelay. + Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) Использовать отдельный прокси SOCKS5 для соединения с участниками через скрытые сервисы Tor (по умолчанию: %s) - Username and hashed password for JSON-RPC connections. The field <userpw> comes in the format: <USERNAME>:<SALT>$<HASH>. A canonical python script is included in share/rpcuser. This option can be specified multiple times - Имя пользователя и хэш пароля для JSON-RPC соединений. Поле <userpw> использует формат: <USERNAME>:<SALT>$<HASH>. Каноничный пример скрипта на питоне включен в "share/rpcuser". Эта опция может быть указана несколько раз + Warning: Unknown block versions being mined! It's possible unknown rules are in effect + Внимание: Получена неизвестная версия блока! Возможно неизвестные правила вступили в силу. + + + Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup. + Внимание: Файл бумажника поврежден, данные восстановлены! Оригинальный %s сохранен как %s в %s; Если баланс или транзакции некорректны, вы должны восстановить файл из резервной копии. + + + Whitelist peers connecting from the given IP address (e.g. 1.2.3.4) or CIDR notated network (e.g. 1.2.3.0/24). Can be specified multiple times. + Вносить в белый список участников, подключающихся с указанного IP (напр. 1.2.3.4) или CIDR-адреса сети (напр. 1.2.3.0/24). Можно использовать многократно. + + + %s is set very high! + %s задан слишком высоким! (default: %s) @@ -3575,14 +3753,6 @@ Always query for peer addresses via DNS lookup (default: %u) Всегда запрашивать адреса участников с помощью DNS (по умолчанию: %u) - - Error loading wallet.dat - Ошибка при загрузке wallet.dat - - - Generate coins (default: %u) - Включить добычу монет (по умолчанию: %u) - How many blocks to check at startup (default: %u, 0 = all) Сколько блоков проверять при запуске (по умолчанию: %u, 0 = все) @@ -3595,6 +3765,10 @@ Invalid -proxy address: '%s' Неверный адрес -proxy: '%s' + + Keypool ran out, please call keypoolrefill first + Пул ключей опустел, пожалуйста, выполните keypoolrefill + Listen for JSON-RPC connections on <port> (default: %u or testnet: %u) Прослушивать подключения JSON-RPC на <порту> (по умолчанию: %u или %u в тестовой сети) @@ -3631,13 +3805,17 @@ Relay non-P2SH multisig (default: %u) Транслировать не-P2SH мультиподпись (по умолчанию: %u) + + Send transactions with full-RBF opt-in enabled (default: %u) + Отправлять транзакции с включенным full-RBF (по умолчанию: %u) + Set key pool size to <n> (default: %u) Установить размер пула ключей в <n> (по умолчанию: %u) - Set minimum block size in bytes (default: %u) - Задать минимальный размер блока в байтах (по умолчанию: %u) + Set maximum BIP141 block weight (default: %d) + Задать максимальное BIP141 значение блока (по умолчанию: %d) Set the number of threads to service RPC calls (default: %d) @@ -3659,26 +3837,42 @@ Spend unconfirmed change when sending transactions (default: %u) Тратить неподтвержденную сдачу при отправке транзакций (по умолчанию: %u) + + Starting network threads... + Запускаем сетевые потоки... + + + The wallet will avoid paying less than the minimum relay fee. + Бумажник постарается не платить меньше, чем минимальная комиссия передачи. + + + This is the minimum transaction fee you pay on every transaction. + Это минимальная комиссия, которую вы платите с каждой транзакцией. + + + This is the transaction fee you will pay if you send a transaction. + Это комиссия, которую вы заплатите за эту транзакцию. + Threshold for disconnecting misbehaving peers (default: %u) Порог для отключения неправильно ведущих себя узлов (по умолчанию: %u) + + Transaction amounts must not be negative + Сумма транзакции не должна быть негативной + + + Transaction has too long of a mempool chain + У транзакции слишком длинная цепочка в пуле в памяти. + + + Transaction must have at least one recipient + У транзакции должен быть как минимум один получатель + Unknown network specified in -onlynet: '%s' В параметре -onlynet указана неизвестная сеть: '%s' - - Cannot resolve -bind address: '%s' - Не удаётся разрешить адрес в параметре -bind: '%s' - - - Cannot resolve -externalip address: '%s' - Не удаётся разрешить адрес в параметре -externalip: '%s' - - - Invalid amount for -paytxfee=<amount>: '%s' - Неверная сумма в параметре -paytxfee=<кол-во>: '%s' - Insufficient funds Недостаточно монет diff --git a/src/qt/locale/bitcoin_ru_RU.ts b/src/qt/locale/bitcoin_ru_RU.ts index 0c70460ef..bd2aae2b3 100644 --- a/src/qt/locale/bitcoin_ru_RU.ts +++ b/src/qt/locale/bitcoin_ru_RU.ts @@ -1,6 +1,10 @@ AddressBookPage + + Right-click to edit address or label + Кликните правой кнопкой мыши для редактирования адреса или метки + Create a new address Создать новый адрес @@ -11,7 +15,7 @@ Copy the currently selected address to the system clipboard - Скопировать выделенный адрес в буфер + Скопировать текущий выбранный адрес в буфер обмена системы &Copy @@ -19,11 +23,7 @@ C&lose - Закрыть - - - &Copy Address - Копировать адрес + &Закрыть Delete the currently selected address from the list @@ -42,8 +42,12 @@ Удалить - C&hoose - Выбрать + Choose the address to send coins to + Выбрать адрес для отправки монет + + + Choose the address to receive coins with + Выбрать адрес для получения монет @@ -51,6 +55,10 @@ AskPassphraseDialog + + Repeat new passphrase + Повторите новый пароль + BanTableModel @@ -58,13 +66,9 @@ BitcoinGUI - Bitcoin Core + Bitcoin Blackcoin More - - &About Bitcoin Core - О Blackcoin More - &Command-line options Опции командной строки @@ -82,9 +86,6 @@ Информация - - ClientModel - CoinControlDialog @@ -99,18 +100,6 @@ Confirmed Подтвержденные - - Copy address - Копировать адрес - - - yes - Да - - - no - Нет - EditAddressDialog @@ -124,18 +113,10 @@ HelpMessageDialog - - Bitcoin Core - Blackcoin More - version версия - - About Bitcoin Core - О Blackcoin More - Command-line options Опции командной строки @@ -147,15 +128,14 @@ Intro - - Bitcoin Core - Blackcoin More - Error Ошибка + + ModalOverlay + OpenURIDialog @@ -182,6 +162,9 @@ QObject + + QObject::QObject + QRImageWidget @@ -200,10 +183,6 @@ RecentRequestsTableModel - - Date - Дата - SendCoinsDialog @@ -211,6 +190,9 @@ SendCoinsEntry + + SendConfirmationDialog + ShutdownWindow @@ -219,45 +201,21 @@ SplashScreen - - Bitcoin Core - Blackcoin More - TrafficGraphWidget TransactionDesc - - Date - Дата - TransactionDescDialog TransactionTableModel - - Date - Дата - TransactionView - - Copy address - Копировать адрес - - - Confirmed - Подтвержденные - - - Date - Дата - UnitDisplayStatusBarControl @@ -272,15 +230,19 @@ WalletView &Export - Экспорт - - - Export the data in the current tab to a file - Экспортировать данные текущей вкладки в файл + Экспортировать bitcoin-core + + Bitcoin Core + Blackcoin More + + + 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 + blackcoin-core + Information Информация @@ -289,6 +251,10 @@ Warning Предупреждение + + Do not keep transactions in the mempool longer than <n> hours (default: %u) + Do not keep transactions in the mempool longer than <n> hours (default: %u) + Error Ошибка diff --git a/src/qt/locale/bitcoin_sk.ts b/src/qt/locale/bitcoin_sk.ts index 7252bcdcc..7a04f3f8d 100644 --- a/src/qt/locale/bitcoin_sk.ts +++ b/src/qt/locale/bitcoin_sk.ts @@ -3,7 +3,7 @@ AddressBookPage Right-click to edit address or label - Kliknutím pravým tlačidlom upravte adresu alebo popis + Kliknutím pravým tlačidlom upraviť adresu alebo popis Create a new address @@ -11,11 +11,11 @@ &New - &Nové + &Nový Copy the currently selected address to the system clipboard - Kopírovať práve zvolenú adresu do systémového klipbordu + Zkopírovať práve zvolenú adresu &Copy @@ -25,10 +25,6 @@ C&lose Zatvoriť - - &Copy Address - &Kopírovať adresu - Delete the currently selected address from the list Vymaž vybranú adresu zo zoznamu @@ -47,11 +43,11 @@ Choose the address to send coins to - Zvoľte adresu kam poslať coins + Zvoľte adresu kam poslať mince Choose the address to receive coins with - Zvoľte adresu na ktorú prijať coins + Zvoľte adresu na ktorú chcete prijať mince C&hoose @@ -59,19 +55,23 @@ Sending addresses - Adresa odoslania + Odosielajúce adresy Receiving addresses - Prijímacia adresa + Prijímajúce adresy These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - Toto sú Vaše Blackcoin adresy pre posielanie platieb. Vždy skontrolujte množstvo a prijímaciu adresu pred poslaním coins. + Toto sú Vaše Blackcoin adresy pre posielanie platieb. Vždy skontrolujte sumu a prijímaciu adresu pred poslaním mincí. These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Toto sú vaše Blackcoin adresy pre prijímanie platieb. Odporúča sa použiť novú prijímaciu adresu pre každú transakciu. + Toto sú vaše Blackcoin adresy pre prijímanie platieb. Odporúča sa použiť vždy novú prijímaciu adresu pre každú transakciu. + + + &Copy Address + &Kopírovať adresu Copy &Label @@ -131,13 +131,17 @@ Repeat new passphrase Zopakujte nové heslo + + 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>. + Zadajte nové heslo k peňaženke.<br/>Prosím použite heslo s dĺžkou <b>desať alebo viac náhodných znakov</b>, prípadne <b>osem alebo viac slov</b>. + Encrypt wallet Zašifrovať peňaženku This operation needs your wallet passphrase to unlock the wallet. - Táto operácia potrebuje heslo k vašej peňaženke aby ju mohla dešifrovať. + Táto operácia potrebuje heslo k vašej peňaženke aby ju mohla odomknúť. Unlock wallet @@ -155,41 +159,33 @@ Change passphrase Zmena hesla + + Enter the old passphrase and new passphrase to the wallet. + Zadajte staré heslo a nové heslo k peňaženke. + Confirm wallet encryption - Potvrďte šifrovanie peňaženky + Potvrďte zašifrovanie peňaženky Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! - Varovanie: Ak zašifrujete peňaženku a stratíte heslo, <b>STRATÍTE VŠETKY VAŠE BLACKCOINY</b>!⏎ + Varovanie: Ak zašifrujete peňaženku a stratíte heslo, <b>STRATÍTE VŠETKY VAŠE BITCOINY</b>! Are you sure you wish to encrypt your wallet? Ste si istí, že si želáte zašifrovať peňaženku? - - Bitcoin Core will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - Blackcoin More sa teraz ukončí pre dokončenie procesu šifrovania. Pamätaj, že šifrovanie peňaženky Ťa nemôže úplne ochrániť pred krádežou blackcoinov pomocou škodlivého software. - - - 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. - DÔLEŽITÉ: Všetky doterajšie záložné kópie peňaženky ktoré ste zhotovili by mali byť nahradené novým zašifrovaným súborom s peňaženkou. Z bezpečnostných dôvodov sa predchádzajúce kópie nezašifrovanej peňaženky stanú neužitočné keď začnete používať novú zašifrovanú peňaženku. - - - Warning: The Caps Lock key is on! - Varovanie: Caps Lock je zapnutý - Wallet encrypted Peňaženka zašifrovaná - 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>. - Zadajte nové heslo k peňaženke.<br/>Prosím použite heslo s dĺžkou aspoň <b>10 alebo viac náhodných znakov</b>, alebo <b>8 alebo viac slov</b>. + %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. + %1 sa teraz zavrie, aby sa ukončil proces šifrovania. Zašifrovanie peňaženky neochráni úplne pred krádežou blackcoinov škodlivými programami, ktoré prenikli do vášho počítača. - Enter the old passphrase and new passphrase to the wallet. - Zadajte staré a nové heslo k peňaženke. + 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. + DÔLEŽITÉ: Všetky predchádzajúce zálohy vašej peňaženky, ktoré ste vykonali by mali byť nahradené novo vytvorenou, zašifrovanou peňaženkou. Z bezpečnostných dôvodov bude predchádzajúca záloha nezašifrovanej peňaženky k ničomu, akonáhle začnete používať novú, zašifrovanú peňaženku. Wallet encryption failed @@ -219,6 +215,10 @@ Wallet passphrase was successfully changed. Heslo k peňaženke bolo úspešne zmenené. + + Warning: The Caps Lock key is on! + Upozornenie: Máte zapnutý Caps Lock! + BanTableModel @@ -269,6 +269,14 @@ Quit application Ukončiť program + + &About %1 + &O %1 + + + Show information about %1 + Ukázať informácie o %1 + About &Qt O &Qt @@ -281,6 +289,10 @@ &Options... &Možnosti... + + Modify configuration options for %1 + Upraviť nastavenia pre %1 + &Encrypt Wallet... &Zašifrovať Peňaženku... @@ -306,12 +318,20 @@ Otvoriť &URI... - Bitcoin Core client - Blackcoin More klient + Click to disable network activity. + Kliknite pre zakázanie sieťovej aktivity. - Importing blocks from disk... - Importujem bloky z disku... + Network activity disabled. + Sieťová aktivita zakázaná. + + + Click to enable network activity again. + Kliknite pre povolenie sieťovej aktivity. + + + Syncing Headers (%1%)... + Synchronizujú sa hlavičky (%1%)... Reindexing blocks on disk... @@ -357,10 +377,6 @@ &Receive &Prijať - - Show information about Bitcoin Core - Zobraziť informácie o Blackcoin More - &Show / Hide Zobraziť / skryť @@ -397,22 +413,10 @@ Tabs toolbar Lišta záložiek - - Bitcoin Core - Blackcoin More - Request payments (generates QR codes and bitcoin: URIs) Vyžiadať platby (vygeneruje QR kódy a blackcoin: URI) - - &About Bitcoin Core - O Blackcoin More - - - Modify configuration options for Bitcoin Core - Upraviť možnosti nastavenia pre Blackcoin More - Show the list of used sending addresses and labels Zobraziť zoznam použitých adries odosielateľa a ich popisy @@ -429,49 +433,29 @@ &Command-line options Možnosti príkazového riadku - - Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options - Zobraziť pomocnú správu od Blackcoin More pre získanie zoznamu dostupných možností príkazového riadku - %n active connection(s) to Bitcoin network %n aktívne pripojenie do siete Blackcoin%n aktívne pripojenia do siete Blackcoin%n aktívnych pripojení do siete Blackcoin - No block source available... - Nedostupný zdroj blokov... + Indexing blocks on disk... + Indexujem bloky na disku... + + + Processing blocks on disk... + Spracovávam bloky na disku... Processed %n block(s) of transaction history. Spracovaných %n blok transakčnej histórie.Spracovaných %n bloky transakčnej histórie.Spracovaných %n blokov transakčnej histórie. - - %n hour(s) - %n hodina%n hodiny%n hodín - - - %n day(s) - %n deň%n dni%n dní - - - %n week(s) - %n týždeň%n týždne%n týždňov - - - %1 and %2 - %1 a %2 - - - %n year(s) - %n rok%n roky%n rokov - %1 behind %1 pozadu Last received block was generated %1 ago. - Posledný prijatý blok bol vygenerovaný pred %1. + Posledný prijatý blok bol vygenerovaný pred: %1. Transactions after this will not yet be visible. @@ -493,6 +477,18 @@ Up to date Aktualizovaný + + Show the %1 help message to get a list with possible Bitcoin command-line options + Ukáž %1 zoznam možných nastavení Blackcoinu pomocou príkazového riadku + + + %1 client + %1 klient + + + Connecting to peers... + Pripája sa k partnerom... + Catching up... Sťahujem... @@ -543,12 +539,9 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> Peňaženka je <b>zašifrovaná</b> a momentálne <b>zamknutá</b> - - - ClientModel - Network Alert - Výstraha siete + A fatal error occurred. Bitcoin can no longer continue safely and will quit. + Vyskytla sa kritická chyba. Blackcoin nemôže ďalej bezpečne pokračovať a ukončí sa. @@ -569,10 +562,6 @@ Amount: Suma: - - Priority: - Priorita: - Fee: Poplatok: @@ -625,10 +614,6 @@ Confirmed Potvrdené - - Priority - Priorita - Copy address Kopírovať adresu @@ -663,16 +648,12 @@ Copy after fee - Kopírovať za poplatok + Kopírovať po poplatkoch Copy bytes Kopírovať bajty - - Copy priority - Kopírovať prioritu - Copy dust Kopírovať prach @@ -681,66 +662,10 @@ Copy change Kopírovať zmenu - - highest - najvyššie - - - higher - vyššie - - - high - vysoké - - - medium-high - stredne vysoké - - - medium - stredné - - - low-medium - stredne nízke - - - low - nízke - - - lower - nižšie - - - lowest - najnižšie - (%1 locked) (%1 zamknutých) - - none - žiadne - - - This label turns red if the transaction size is greater than 1000 bytes. - Tento popis sčervenie ak veľkosť transakcie presiahne 1000 bajtov. - - - This label turns red if the priority is smaller than "medium". - Tento popis sčervenie ak je priorita nižšia ako "stredná". - - - This label turns red if any recipient receives an amount smaller than %1. - Tento popis sčervenie ak ktorýkoľvek príjemca dostane sumu menšiu ako %1. - - - Can vary +/- %1 satoshi(s) per input. - Môže sa líšiť o +/- %1 satoshi pre každý vstup - yes áno @@ -750,16 +675,12 @@ nie - This means a fee of at least %1 per kB is required. - To znamená že požadovaný poplatok je aspoň %1 za kB. + This label turns red if any recipient receives an amount smaller than the current dust threshold. + Tento popis sčervenie ak ktorýkoľvek príjemca dostane sumu menšiu ako súčasný limit pre "prach". - Can vary +/- 1 byte per input. - Môže sa pohybovať +/- 1 bajt pre vstup. - - - Transactions with higher priority are more likely to get included into a block. - Transakcie s vysokou prioritou sa pravdepodobnejsie dostanú do bloku. + Can vary +/- %1 satoshi(s) per input. + Môže sa líšiť o +/- %1 satoshi pre každý vstup. (no label) @@ -806,19 +727,19 @@ Edit receiving address - Upraviť prijímacie adresy + Upraviť prijímajúcu adresu Edit sending address Upraviť odosielaciu adresu - The entered address "%1" is already in the address book. - Vložená adresa "%1" sa už nachádza v adresári. + The entered address "%1" is not a valid Bitcoin address. + Vložená adresa "%1" nieje platnou adresou Blackcoin. - The entered address "%1" is not a valid Bitcoin address. - Vložená adresa "%1" nieje platnou adresou blackcoin. + The entered address "%1" is already in the address book. + Vložená adresa "%1" sa už nachádza v adresári. Could not unlock wallet. @@ -854,10 +775,6 @@ HelpMessageDialog - - Bitcoin Core - Blackcoin More - version verzia @@ -867,8 +784,8 @@ (%1-bit) - About Bitcoin Core - O Blackcoin More + About %1 + O %1 Command-line options @@ -907,8 +824,8 @@ Zobraziť uvítaciu obrazovku pri štarte (predvolené: %u) - Reset all settings changes made over the GUI - Reštartovať všetky nastavenia urobené v používateľskom rozhraní. + Reset all settings changed in the GUI + Zrušiť všetky zmeny v GUI @@ -918,16 +835,16 @@ Vitajte - Welcome to Bitcoin Core. - Vitajte v Blackcoin More. + Welcome to %1. + Vitajte v %1 - As this is the first time the program is launched, you can choose where Bitcoin Core will store its data. - Keďže spúštate program prvý krát, môžte si vybrať kde bude Blackcoin More ukladať svoje dáta. + As this is the first time the program is launched, you can choose where %1 will store its data. + Keďže toto je prvé spustenie programu, môžete si vybrať, kam %1 bude ukladať vaše údaje. - Bitcoin Core will download and store a copy of the Bitcoin block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Blackcoin More stiahne zo siete a uloží kópiu Blackcoin blockchain. Aspoň %1GB dát bude uložených v tomto priečinku a časom porastie. Peňaženka bude tiež uložená v tomto priečinku. + %1 will download and store a copy of the Bitcoin block chain. At least %2GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + %1 stiahne a uloží kópiu Blackcoin block chain. Minimálne %2GB dát bude uložených v tejto zložke, a bude sa zväčšovať postupom času. Peňaženka bude taktiež uložená v tejto zložke. Use the default data directory @@ -937,10 +854,6 @@ Use a custom data directory: Použiť vlastný dátový adresár: - - Bitcoin Core - Blackcoin More - Error: Specified data directory "%1" cannot be created. Chyba: Zadaný priečinok pre dáta "%1" nemôže byť vytvorený. @@ -958,6 +871,57 @@ (z %n GB potrebného)(z %n GB potrebných)(z %n GB potrebných) + + ModalOverlay + + Form + Forma + + + Recent transactions may not yet be visible, and therefore your wallet's balance might be incorrect. This information will be correct once your wallet has finished synchronizing with the bitcoin network, as detailed below. + Nedávne transakcie nemusia byť ešte viditeľné preto môže byť zostatok vo vašej peňaženke nesprávny. Táto informácia bude správna keď sa dokončí synchronizovanie peňaženky so sieťou blackcoin, ako je rozpísané nižšie. + + + Attempting to spend bitcoins that are affected by not-yet-displayed transactions will not be accepted by the network. + Pokus o minutie blackcoinov, ktoré sú ovplyvnené ešte nezobrazenými transakciami, nebude sieťou akceptovaný. + + + Number of blocks left + Počet zostávajúcich blokov + + + Unknown... + Neznáme... + + + Last block time + Čas posledného bloku + + + Progress + Postup synchronizácie + + + Progress increase per hour + Prírastok postupu za hodinu + + + calculating... + počíta sa... + + + Estimated time left until synced + Odhadovaný čas do ukončenia synchronizácie + + + Hide + Skryť + + + Unknown. Syncing Headers (%1)... + Neznámy. Synchronizujú sa hlavičky (%1)... + + OpenURIDialog @@ -978,7 +942,7 @@ Select payment request file to open - Vyberte ktorý súbor s výzvou k platbe otvoriť + Vyberte ktorý súbor s výzvou na platbu otvoriť @@ -991,6 +955,14 @@ &Main &Hlavné + + Automatically start %1 after logging in to the system. + Automaticky spustiť %1 pri spustení systému. + + + &Start %1 on system login + &Spustiť %1 pri prihlásení + Size of &database cache Veľkosť vyrovnávacej pamäti &databázy @@ -1019,10 +991,6 @@ Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu. Minimalizovať namiesto ukončenia aplikácie keď sa okno zavrie. Keď je zvolená táto možnosť, aplikácia sa zavrie len po zvolení Ukončiť v menu. - - The user interface language can be set here. This setting will take effect after restarting Bitcoin Core. - Tu sa dá nastaviť jazyk užívateľského rozhrania. Toto nastavenie bude účinné po reštartovaní Blackcoin More. - 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 tretích strán (napr. prehliadač blockchain) ktoré sa zobrazujú v záložke transakcií ako položky kontextového menu. %s v URL je nahradené hash-om transakcie. Viaceré URL sú oddelené zvislou čiarou |. @@ -1047,14 +1015,6 @@ &Network &Sieť - - Automatically start Bitcoin Core after logging in to the system. - Automaticky spustiť Blackcoin More po prihlásení do systému - - - &Start Bitcoin Core on system login - &Spustiť Blackcoin More pri spustení systému správy okien - (0 = auto, <0 = leave that many cores free) (0 = auto, <0 = nechať toľko jadier voľných) @@ -1139,6 +1099,14 @@ &Window &Okno + + &Hide the icon from the system tray. + &Skryť ikonu zo systémovej lišty. + + + Hide tray icon + Skryť ikonu v oblasti oznámení + Show only a tray icon after minimizing the window. Zobraziť len ikonu na lište po minimalizovaní okna. @@ -1159,6 +1127,10 @@ User Interface &language: Jazyk užívateľského rozhrania: + + The user interface language can be set here. This setting will take effect after restarting %1. + Jazyk uživateľského rozhrania sa dá nastaviť tu. Toto nastavenie sa uplatní až po reštarte %1. + &Unit to show amounts in: &Zobrazovať hodnoty v jednotkách: @@ -1285,14 +1257,34 @@ PaymentServer + + Payment request error + Chyba pri vyžiadaní platby + URI handling - Spracovanie URI + URI manipulácia + + + Payment request fetch URL is invalid: %1 + URL pre stiahnutie výzvy na zaplatenie je neplatné: %1 Invalid payment address %1 Neplatná adresa platby %1 + + URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. + URI sa nedá analyzovať! To môže byť spôsobené neplatnou Blackcoin adresou alebo zle nastavenými vlastnosťami URI. + + + Payment request file handling + Obsluha súboru s požiadavkou na platbu + + + Payment request file cannot be read! This can be caused by an invalid payment request file. + Súbor s výzvou na zaplatenie sa nedá čítať! To môže byť spôsobené aj neplatným súborom s výzvou. + Payment request rejected Požiadavka na platbu zamietnutá @@ -1301,50 +1293,26 @@ Payment request network doesn't match client network. Sieť požiadavky na platbu nie je zhodná so sieťou klienta. - - Payment request is not initialized. - Požiadavka na platbu nie je inicializovaná - - - Requested payment amount of %1 is too small (considered dust). - Požadovaná platba sumy %1 je príliš malá (považovaná za prach). - - - Payment request error - Chyba pri vyžiadaní platby - - - Cannot start bitcoin: click-to-pay handler - Nedá sa spustiť obslužný program blackcoin: click-to-pay zaplatiť kliknutím - - - Payment request fetch URL is invalid: %1 - URL pre stiahnutie výzvy na zaplatenie je neplatné: %1 - - - URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. - URI sa nedá analyzovať! To môže byť spôsobené neplatnou Blackcoin adresou alebo zle upravenými vlastnosťami URI. - - - Payment request file handling - Obsluha súboru s požiadavkou na platbu - - - Payment request file cannot be read! This can be caused by an invalid payment request file. - Súbor s výzvou na zaplatenie sa nedá čítať alebo spracovať! To môže byť spôsobené aj neplatným súborom s výzvou. - Payment request expired. Vypršala platnosť požiadavky na platbu. + + Payment request is not initialized. + Požiadavka na platbu nie je inicializovaná + Unverified payment requests to custom payment scripts are unsupported. - Program nepodporuje neoverené platobné výzvy na vlastná skripty. + Program nepodporuje neoverené platobné požiadavky na vlastné skripty. Invalid payment request. Chybná požiadavka na platbu. + + Requested payment amount of %1 is too small (considered dust). + Požadovaná suma platby %1 je príliš nízka (považovaná za prach). + Refund from %1 Vrátenie z %1 @@ -1365,14 +1333,14 @@ Bad response from server %1 Zlá odpoveď zo servera %1 - - Payment acknowledged - Platba potvrdená - Network request error Chyba požiadavky siete + + Payment acknowledged + Platba potvrdená + PeerTableModel @@ -1385,8 +1353,12 @@ Uzol/Služba - Ping Time - Čas odozvy + NodeId + ID uzlu + + + Ping + Odozva @@ -1427,6 +1399,45 @@ %1 ms %1 ms + + %n second(s) + %n sekunda%n sekundy%n sekúnd + + + %n minute(s) + %n minúta%n minúty%n minút + + + %n hour(s) + %n hodina%n hodiny%n hodín + + + %n day(s) + %n deň%n dni%n dní + + + %n week(s) + %n týždeň%n týždne%n týždňov + + + %1 and %2 + %1 a %2 + + + %n year(s) + %n rok%n roky%n rokov + + + %1 didn't yet exit safely... + %1 ešte nebol bezpečne ukončený... + + + + QObject::QObject + + Error: %1 + Chyba: %1 + QRImageWidget @@ -1440,7 +1451,7 @@ Save QR Code - Ukladanie QR kódu + Uložiť QR Code PNG Image (*.png) @@ -1449,10 +1460,6 @@ RPCConsole - - Client name - Meno klienta - N/A nie je k dispozícii @@ -1474,12 +1481,12 @@ Všeobecné - Using OpenSSL version - Používa OpenSSL verziu + Using BerkeleyDB version + Používa verziu BerkeleyDB - Using BerkeleyDB version - Používa BerkeleyDB verziu + Datadir + Priečinok s dátami Startup time @@ -1511,16 +1518,12 @@ Current number of transactions - Aktuálny počet tranzakcií + Aktuálny počet transakcií Memory usage Využitie pamäte - - Open the Bitcoin Core debug log file from the current data directory. This can take a few seconds for large log files. - Otvoriť Blackcoin More log súbor pre ladenie z aktuálneho dátového adresára. Toto môže trvať niekoľko sekúnd pre veľké súbory. - Received Prijaté @@ -1555,7 +1558,7 @@ Starting Block - Počiatočný Blok + Počiatočný blok Synced Headers @@ -1570,6 +1573,18 @@ User Agent Aplikácia + + Open the %1 debug log file from the current data directory. This can take a few seconds for large log files. + Otvoriť %1 ladiaci výpis z aktuálnej zložky. Pre veľké súbory to môže chvíľu trvať. + + + Decrease font size + Zmenšiť písmo + + + Increase font size + Zväčšiť písmo + Services Služby @@ -1594,9 +1609,17 @@ Ping Time Čas odozvy + + The duration of a currently outstanding ping. + Trvanie aktuálnej požiadavky na odozvu. + Ping Wait - Čakanie na ping + Čakanie na odozvu + + + Min Ping + Minimálna odozva Time Offset @@ -1634,10 +1657,6 @@ Out: Von: - - Build date - Dátum zostavenia - Debug log file Súbor záznamu ladenia @@ -1646,14 +1665,6 @@ Clear console Vymazať konzolu - - &Disconnect Node - &Odpojené uzly - - - Ban Node for - Blokovať uzol na - 1 &hour 1 &hodinu @@ -1671,12 +1682,20 @@ 1 &rok - &Unban Node - &odblokovať uzol + &Disconnect + &Odpojiť - Welcome to the Bitcoin Core RPC console. - Vitajte v RPC konzole pre Blackcoin More. + Ban for + Zakázať na + + + &Unban + &Zrušiť zákaz + + + Welcome to the %1 RPC console. + Vitajte v %1 RPC konzole Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -1686,6 +1705,14 @@ Type <b>help</b> for an overview of available commands. Napíš <b>help</b> pre prehľad dostupných príkazov. + + WARNING: Scammers have been active, telling users to type commands here, stealing their wallet contents. Do not use this console without fully understanding the ramification of a command. + VAROVANIE: Podvodníci sú aktívni a môžu nabádať používateľov napísať sem príkazy, pomocou ktorých ukradnú ich obsah peňaženky. Nepoužívajte túto konzolu ak nerozumiete presne účinkom príkazov. + + + Network activity disabled + Sieťová aktivita zakázaná + %1 B %1 B @@ -1805,6 +1832,10 @@ Remove Odstrániť + + Copy URI + Kopírovať URI + Copy label Kopírovať popis @@ -1866,11 +1897,11 @@ Resulting URI too long, try to reduce the text for label / message. - Výsledné URI príliš dlhé, skráť text pre názov / správu. + Výsledné URI je príliš dlhé, skúste skrátiť text pre popis alebo správu. Error encoding URI into QR Code. - Chyba v zakódovaní URI do QR kódu + Chyba kódovania URI do QR Code. @@ -1887,10 +1918,6 @@ Message Správa - - Amount - Suma - (no label) (bez popisu) @@ -1900,8 +1927,12 @@ (žiadna správa) - (no amount) - (žiadna suma) + (no amount requested) + (nepožadovaná žiadna suma) + + + Requested + Požadované @@ -1938,10 +1969,6 @@ Amount: Suma: - - Priority: - Priorita: - Fee: Poplatok: @@ -2008,11 +2035,7 @@ (Smart fee not initialized yet. This usually takes a few blocks...) - (Automatický poplatok ešte nebol aktivovaný. Toto zvyčajne trvá niekoľko blokov...) - - - Confirmation time: - Čas potvrdenia: + (Automatický poplatok ešte nebol vypočítaný. Toto zvyčajne trvá niekoľko blokov...) normal @@ -2022,14 +2045,6 @@ fast rýchle - - Send as zero-fee transaction if possible - Poslať ako transakciu bez poplatku, ak je to možné - - - (confirmation may take longer) - (potvrdenie môže trvať dlhšie) - Send to multiple recipients at once Poslať viacerým príjemcom naraz @@ -2046,6 +2061,10 @@ Dust: Prach: + + Confirmation time target: + Cieľový čas potvrdenia: + Clear &All &Zmazať všetko @@ -2062,14 +2081,6 @@ S&end &Odoslať - - Confirm send coins - Potvrdiť odoslanie blackcoins - - - %1 to %2 - %1 do %2 - Copy quantity Kopírovať množstvo @@ -2084,28 +2095,48 @@ Copy after fee - Kopírovať za poplatok + Kopírovať po poplatkoch Copy bytes Kopírovať bajty - Copy priority - Kopírovať prioritu + Copy dust + Kopírovať prach Copy change Kopírovať zmenu + + %1 to %2 + %1 do %2 + + + Are you sure you want to send? + Určite chcete odoslať transakciu? + + + added as transaction fee + pridané ako poplatok za transakciu + Total Amount %1 - Celkové množstvo %1 + Celková suma %1 or alebo + + Confirm send coins + Potvrďte odoslanie mincí + + + The recipient address is not valid. Please recheck. + Adresa príjemcu je neplatná. Prosím, overte ju. + The amount to pay must be larger than 0. Suma na úhradu musí byť väčšia ako 0. @@ -2116,60 +2147,60 @@ The total exceeds your balance when the %1 transaction fee is included. - Suma celkom prevyšuje Váš zostatok ak sú započítané %1 transakčné poplatky. + Celková suma prevyšuje Váš zostatok ak sú započítané aj transakčné poplatky %1. + + + Duplicate address found: addresses should only be used once each. + Našla sa duplicitná adresa: každá adresa by sa mala použiť len raz. Transaction creation failed! Vytvorenie transakcie zlyhalo! - 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. - Transakcia bola zamietnutá! Toto sa môže stať ak niektoré coins vo vašej peňaženke už boli minuté, ako keď použijete kópiu wallet.dat a coins boli minuté z kópie ale neoznačené ako minuté tu. + The transaction was rejected with the following reason: %1 + Transakcia bola odmietnutá z nasledujúceho dôvodu: %1 A fee higher than %1 is considered an absurdly high fee. - Poplatok vyšší ako %1 je považovaný za šialene vysoký. + Poplatok vyšší ako %1 sa považuje za neprimerane vysoký. Payment request expired. Vypršala platnosť požiadavky na platbu. + + %n block(s) + %n blok%n bloky%n blokov + Pay only the required fee of %1 - Zaplatiť len vyžadovaný poplatok z %1 + Zaplatiť iba požadovaný poplatok %1 - - The recipient address is not valid. Please recheck. - Adresa príjemcu je neplatná. Prosím, overte ju. - - - Duplicate address found: addresses should only be used once each. - Našla sa duplicitná adresa: každú adresu je možné použiť len raz. + + Estimated to begin confirmation within %n block(s). + Odhadovaný začiatok potvrdzovania po %n bloku.Odhadovaný začiatok potvrdzovania po %n blokoch.Odhadovaný začiatok potvrdzovania po %n blokoch. Warning: Invalid Bitcoin address - Varovanie: Nesprávna Blackcoin adresa + Varovanie: Neplatná Blackcoin adresa + + + Warning: Unknown change address + UPOZORNENIE: Neznáma zmena adresy + + + Confirm custom change address + Potvrďte zmenu adresy + + + The address you selected for change is not part of this wallet. Any or all funds in your wallet may be sent to this address. Are you sure? + Zadaná adresa nie je súčasťou tejto peňaženky. Časť alebo všetky peniaze z peňaženky môžu byť odoslané na túto adresu. Ste si istý? (no label) (bez popisu) - - Warning: Unknown change address - Varovanie: Neznáma adresa pre výdavok - - - Copy dust - Kopírovať prach - - - Are you sure you want to send? - Určite to chcete odoslať? - - - added as transaction fee - pridané ako transakčný poplatok - SendCoinsEntry @@ -2181,10 +2212,6 @@ Pay &To: Zapla&tiť: - - Enter a label for this address to add it to your address book - Vložte popis pre túto adresu aby sa pridala do adresára - &Label: &Popis: @@ -2207,7 +2234,7 @@ Paste address from clipboard - Vložte adresu z klipbordu + Vložiť adresu zo schránky Alt+P @@ -2253,12 +2280,23 @@ Memo: Poznámka: + + Enter a label for this address to add it to your address book + Zadajte popis pre túto adresu pre pridanie do adresára + + + + SendConfirmationDialog + + Yes + áno + ShutdownWindow - Bitcoin Core is shutting down... - Blackcoin More sa ukončuje... + %1 is shutting down... + %1 sa vypína... Do not shut down the computer until this window disappears. @@ -2275,6 +2313,10 @@ &Sign Message &Podpísať Správu + + You can sign messages/agreements with your addresses to prove you can receive bitcoins sent to them. Be careful not to sign anything vague or random, as phishing attacks may try to trick you into signing your identity over to them. Only sign fully-detailed statements you agree to. + Môžete podpísať správy svojou adresou a dokázať, že viete prijímať mince zaslané na túto adresu. Buďte však opatrní a podpíšte len podrobné prehlásenia, s ktorými plne súhlasíte, nakoľko útoky typu "phishing" Vás môžu lákať k podpísaniu nejasných alebo príliš všeobecných tvrdení čím prevezmú vašu identitu. + The Bitcoin address to sign the message with Blackcoin adresa pre podpísanie správy s @@ -2289,7 +2331,7 @@ Paste address from clipboard - Vložte adresu z klipbordu + Vložiť adresu zo schránky Alt+P @@ -2305,7 +2347,7 @@ Copy the current signature to the system clipboard - Kopírovať práve zvolenú adresu do systémového klipbordu + Kopírovať tento podpis do systémovej schránky Sign the message to prove you own this Bitcoin address @@ -2327,6 +2369,10 @@ &Verify Message O&veriť správu... + + Enter the receiver's address, message (ensure you copy line breaks, spaces, tabs, etc. exactly) and signature below to verify the message. Be careful not to read more into the signature than what is in the signed message itself, to avoid being tricked by a man-in-the-middle attack. Note that this only proves the signing party receives with the address, it cannot prove sendership of any transaction! + Vložte adresu príjemcu, správu (uistite sa, že presne kopírujete ukončenia riadkov, medzery, odrážky, atď.) a podpis pre potvrdenie správy. Buďte opatrní a nedomýšľajte si viac než je uvedené v samotnej podpísanej správe a môžete sa tak vyhnúť podvodu MITM útokom. Toto len potvrdzuje, že podpisujúca strana môže prijímať na tejto adrese, nepotvrdzuje to vlastníctvo žiadnej transakcie! + The Bitcoin address the message was signed with Adresa Blackcoin, ktorou bola podpísaná správa @@ -2345,7 +2391,7 @@ Click "Sign Message" to generate signature - Kliknite "Podpísať Správu" na získanie podpisu + Kliknite "Podpísať správu" pre vytvorenie podpisu The entered address is invalid. @@ -2357,7 +2403,7 @@ The entered address does not refer to a key. - Vložená adresa nezodpovedá žiadnemu kľúcu. + Vložená adresa nezodpovedá žiadnemu kľúču. Wallet unlock was cancelled. @@ -2365,7 +2411,7 @@ Private key for the entered address is not available. - Súkromný kľúč pre vložená adresu nieje k dispozícii. + Súkromný kľúč pre zadanú adresu nieje k dispozícii. Message signing failed. @@ -2385,7 +2431,7 @@ The signature did not match the message digest. - Podpis sa nezhoduje so zhrnutím správy + Podpis sa nezhoduje so zhrnutím správy. Message verification failed. @@ -2398,14 +2444,6 @@ SplashScreen - - Bitcoin Core - Blackcoin More - - - The Bitcoin Core developers - Vývojári Blackcoin More - [testnet] [testovacia sieť] @@ -2425,13 +2463,17 @@ Otvorené do %1 - conflicted - sporné + conflicted with a transaction with %1 confirmations + koliduje s transakciou s %1 potvrdeniami %1/offline %1/offline + + 0/unconfirmed, %1 + 0/nepotvrdené, %1 + %1/unconfirmed %1/nepotvrdené @@ -2444,9 +2486,9 @@ Status Stav - - , broadcast through %n node(s) - , vysielať cez %n uzol, vysielať cez %n uzle, vysielať cez %n uzolov + + , has not been successfully broadcast yet + , ešte nebola úspešne odoslaná Date @@ -2462,11 +2504,15 @@ From - od + Od + + + unknown + neznámy To - Pre + do own address @@ -2494,11 +2540,11 @@ Total debit - Debit spolu + Celkový debet Total credit - Kredit spolu + Celkový kredit Transaction fee @@ -2520,13 +2566,17 @@ Transaction ID ID transakcie + + Transaction total size + Celková veľkosť transakcie + Merchant Kupec 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. - Vygenerované mince musia dospieť %1 blokov kým môžu byť minuté. Keď vytvoríte tento blok, bude rozoslaný do siete aby bol akceptovaný do reťaze blokov. Ak sa nedostane do reťazca, jeho stav sa zmení na "zamietnutý" a nebude sa dať minúť. Toto sa môže občas stať ak iný uzol vytvorí blok približne v rovnakom čase. + Vytvorené coins musia dospieť %1 blokov kým môžu byť minuté. Keď vytvoríte tento blok, bude rozoslaný do siete aby bol akceptovaný do reťaze blokov. Ak sa nedostane reťaze, jeho stav sa zmení na "zamietnutý" a nebude sa dať minúť. Toto sa môže občas stať ak iná nóda vytvorí blok približne v tom istom čase. Debug information @@ -2552,29 +2602,17 @@ false nepravda - - , has not been successfully broadcast yet - , ešte nebola úspešne odoslaná - - - Open for %n more block(s) - Otvorené pre %n ďalší blokOtvorené pre %n ďalšie blokyOtvorené pre %n ďalších blokov - - - unknown - neznámy - TransactionDescDialog - - Transaction details - Detaily transakcie - This pane shows a detailed description of the transaction Táto časť obrazovky zobrazuje detailný popis transakcie + + Details for %1 + Podrobnosti pre %1 + TransactionTableModel @@ -2587,56 +2625,52 @@ Typ - Immature (%1 confirmations, will be available after %2) - Nezrelé (%1 potvrdení, bude k dispozícii po %2) - - - Open for %n more block(s) - Otvorené pre %n ďalší blokOtvorené pre %n ďalšie blokyOtvorené pre %n ďalších blokov + Label + Popis Open until %1 Otvorené do %1 - - Confirmed (%1 confirmations) - Potvrdené (%1 potvrdení) - - - This block was not received by any other nodes and will probably not be accepted! - Ten blok nebol prijatý žiadnou inou nódou a pravdepodobne nebude akceptovaný! - - - Generated but not accepted - Vygenerované ale neakceptované - Offline Offline - - Label - Popis - Unconfirmed Nepotvrdené Confirming (%1 of %2 recommended confirmations) - Potvrdzuje sa ( %1 z %2 odporúčaných potvrdení) + Potvrdzujem (%1 z %2 odporúčaných potvrdení) + + + Confirmed (%1 confirmations) + Potvrdené (%1 potvrdení) Conflicted V rozpore + + Immature (%1 confirmations, will be available after %2) + Nezrelé (%1 potvrdení, bude dostupné po %2) + + + This block was not received by any other nodes and will probably not be accepted! + Ten blok nebol prijatý žiadnym iným uzlom a pravdepodobne nebude akceptovaný! + + + Generated but not accepted + Vypočítané ale neakceptované + Received with Prijaté s Received from - Prijaté od: + Prijaté od Sent to @@ -2658,9 +2692,13 @@ (n/a) (n/a) + + (no label) + (bez popisu) + Transaction status. Hover over this field to show number of confirmations. - Status transakcie. Pohybujte myšou nad týmto poľom a zjaví sa počet potvrdení. + Stav transakcie. Prejdite ponad toto pole pre zobrazenie počtu potvrdení. Date and time that the transaction was received. @@ -2672,7 +2710,7 @@ 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. + Či je v tejto transakcii adresy iba na sledovanie. Amount removed from or added to balance. @@ -2683,7 +2721,7 @@ TransactionView All - Všetko + Všetky Today @@ -2719,7 +2757,7 @@ To yourself - Samému sebe + Ku mne Mined @@ -2731,11 +2769,11 @@ Enter address or label to search - Vložte adresu alebo popis pre vyhľadávanie + Zadajte adresu alebo popis pre hľadanie Min amount - Min množstvo + Minimálna suma Copy address @@ -2755,11 +2793,15 @@ Copy raw transaction - Kopírovať celú tranzakciu + Skopírovať neupravenú transakciu + + + Copy full transaction details + Kopírovať všetky podrobnosti o transakcii Edit label - Editovať popis + Upraviť popis Show transaction details @@ -2769,26 +2811,6 @@ Export Transaction History Exportovať históriu transakcií - - Watch-only - Iba sledovanie - - - Exporting Failed - Export zlyhal - - - There was an error trying to save the transaction history to %1. - Vyskytla sa chyba pri pokuse o uloženie histórie transakcií do %1. - - - Exporting Successful - Export úspešný - - - The transaction history was successfully saved to %1. - História transakciá bola úspešne uložená do %1. - Comma separated file (*.csv) Čiarkou oddelovaný súbor (*.csv) @@ -2797,6 +2819,10 @@ Confirmed Potvrdené + + Watch-only + Iba sledovanie + Date Dátum @@ -2817,6 +2843,22 @@ ID ID + + Exporting Failed + Export zlyhal + + + There was an error trying to save the transaction history to %1. + Vyskytla sa chyba pri pokuse o uloženie histórie transakcií do %1. + + + Exporting Successful + Export úspešný + + + The transaction history was successfully saved to %1. + História transakciá bola úspešne uložená do %1. + Range: Rozsah: @@ -2844,7 +2886,7 @@ WalletModel Send Coins - Poslať Blackcoins + Poslať mince @@ -2855,32 +2897,32 @@ Export the data in the current tab to a file - Exportovať tento náhľad do súboru + Exportovať dáta v aktuálnej karte do súboru Backup Wallet - Zálohovať peňaženku + Zálohovanie peňaženky Wallet Data (*.dat) - Údaje peňaženky (*.dat) + Dáta peňaženky (*.dat) Backup Failed - Záloha zlyhala + Zálohovanie zlyhalo There was an error trying to save the wallet data to %1. Vyskytla sa chyba pri pokuse o uloženie dát peňaženky do %1. - - The wallet data was successfully saved to %1. - Dáta peňaženky boli úspešne uložené do %1. - Backup Successful Záloha úspešná + + The wallet data was successfully saved to %1. + Dáta peňaženky boli úspešne uložené do %1. + bitcoin-core @@ -2905,8 +2947,12 @@ Prijímať príkazy z príkazového riadku a JSON-RPC - Please check that your computer's date and time are correct! If your clock is wrong Bitcoin Core will not work properly. - Skontrolujte správnosť nastavenia dátumu a času na vašom počítači! Ak je čas nesprávny Blackcoin More nebude správne fungovať. + If <category> is not supplied or if <category> = 1, output all debugging information. + Pokiaľ <category> nie je nastavená, alebo <category> = 1, vypíš všetky informácie pre ladenie. + + + Prune configured below the minimum of %d MiB. Please use a higher number. + Redukcia nastavená pod minimálnu hodnotu %d MiB. Prosím použite vyššiu hodnotu. Error: A fatal internal error occurred, see debug.log for details @@ -2914,7 +2960,7 @@ Fee (in %s/kB) to add to transactions you send (default: %s) - Poplatok (za %s/kB) pridaný do tranzakcie, ktorú posielate (predvolené: %s) + Poplatok (za %s/kB) pridaný do transakcie, ktorú posielate (predvolené: %s) Pruning blockstore... @@ -2929,62 +2975,72 @@ Nepodarilo sa spustiť HTTP server. Pre viac detailov zobrazte debug log. - Accept connections from outside (default: 1 if no -proxy or -connect) - Prijať spojenia zvonku (predvolené: 1 ak žiadne -proxy alebo -connect) + Bitcoin Core + Blackcoin More + + + The %s developers + Vývojári %s + + + Accept relayed transactions received from whitelisted peers even when not relaying transactions (default: %d) + Akceptovať postúpené transakcie od povolených partnerov aj keď normálne nepostupujete transakcie (predvolené: %d) 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. %s is probably already running. + Nemožné uzamknúť zložku %s. %s pravdepodobne už beží. + 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 - 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>. + Error loading %s: You can't enable HD on a already existing non-HD wallet + Chyba počas načítavania %s: Nemôžete povoliť HD na už existujúcej non-HD peaženke Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) Vykonaj príkaz keď sa zmení transakcia peňaženky (%s v príkaze je nahradená TxID) + + Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly. + Prosím skontrolujte systémový čas a dátum. Keď je váš čas nesprávny, %s nebude fungovať správne. + + + Please contribute if you find %s useful. Visit %s for further information about the software. + Keď si myslíte, že %s je užitočný, podporte nás. Pre viac informácií o software navštívte %s. + 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) + + The block database contains a block which appears to be from the future. This may be due to your computer's date and time being set incorrectly. Only rebuild the block database if you are sure that your computer's date and time are correct + Databáza blokov obsahuje blok, ktorý vyzerá byť z budúcnosti. Toto môže byť spôsobené nesprávnym systémovým časom vášho počítača. Obnovujte databázu blokov len keď ste si istý, že systémový čas je nastavený správne. + This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - Toto je pred-testovacia verzia - použitie je na vlastné riziko - nepoužívajte na tvorbu blackcoin ani obchodovanie. + 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. Bitcoin Core is probably already running. - Nepodarilo sa pripojiť na %s na tomto počítači. Blackcoin More je už pravdepodobne spustené. - - - WARNING: abnormally high number of blocks generated, %d blocks received in the last %d hours (%d expected) - VAROVANIE: príliš veľa vygenerovaných blokov; %d prijatých blokov v posledných %d hodinách (očakávaných %d) - - - WARNING: check your network connection, %d blocks received in the last %d hours (%d expected) - VAROVANIE: skontrolujte sieťové pripojenie, %d prijatých blokov za posledných %d hodín (očakávané %d) + Use UPnP to map the listening port (default: 1 when listening and no -proxy) + Skúsiť použiť UPnP pre mapovanie počúvajúceho portu (predvolené: 1 počas počúvania a bez -proxy) 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. - -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: 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. - Varovanie: wallet.dat je poškodený, údaje úspešne získané! Pôvodný wallet.dat uložený ako wallet.{timestamp}.bak v %s; ak váš zostatok alebo transakcie niesu správne, mali by ste súbor obnoviť zo zálohy. - - - 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. + %s corrupt, salvage failed + %s je poškodený, záchrana zlyhala -maxmempool must be at least %d MB @@ -2999,13 +3055,17 @@ The network does not appear to fully agree! Some miners appear to be experiencin Voľby vytvorenia bloku: - Connect only to the specified node(s) - Pripojiť sa len k určenej nóde + Change index out of range + Menný index mimo rozsah Connection options: Možnosti pripojenia: + + Copyright (C) %i-%i + Copyright (C) %i-%i + Corrupted block database detected Zistená poškodená databáza blokov @@ -3028,12 +3088,16 @@ The network does not appear to fully agree! Some miners appear to be experiencin Enable publish hash transaction in <address> - Povoliť zverejnenie hash tranzakcií pre <address> + Povoliť zverejnenie hash transakcií pre <address> Enable publish raw block in <address> Povoliť zverejnenie raw bloku pre <address> + + Enable publish raw transaction in <address> + Povoliť publikovať hrubý prevod v <address> + Error initializing block database Chyba inicializácie databázy blokov @@ -3042,6 +3106,18 @@ The network does not appear to fully agree! Some miners appear to be experiencin Error initializing wallet database environment %s! Chyba spustenia databázového prostredia peňaženky %s! + + Error loading %s + Chyba načítania %s + + + Error loading %s: Wallet corrupted + Chyba načítania %s: Peňaženka je poškodená + + + Error loading %s: Wallet requires newer version of %s + Chyba načítania %s: Peňaženka vyžaduje novšiu verziu %s + Error loading block database Chyba načítania databázy blokov @@ -3066,10 +3142,30 @@ The network does not appear to fully agree! Some miners appear to be experiencin 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ť? + + Initialization sanity check failed. %s is shutting down. + Kontrola čistoty pri inicializácií zlyhala. %s sa vypína. + Invalid -onion address: '%s' Neplatná -onion adresa: '%s' + + Invalid amount for -%s=<amount>: '%s' + Neplatná suma pre -%s=<amount>: '%s' + + + Invalid amount for -fallbackfee=<amount>: '%s' + Neplatná suma pre -fallbackfee=<amount>: '%s' + + + Loading banlist... + Načítavam banlist... + + + Location of the auth cookie (default: data dir) + Umiestnenie overovacieho cookie súboru (predvolená: Priečinok s dátami) + Not enough file descriptors available. Nedostatok kľúčových slov súboru. @@ -3078,6 +3174,14 @@ The network does not appear to fully agree! Some miners appear to be experiencin Only connect to nodes in network <net> (ipv4, ipv6 or onion) Pripojiť iba k uzlom v sieti <net> (ipv4, ipv6, alebo onion) + + Print this help message and exit + Vytlačiť túto pomocnú správu a ukončiť + + + Print version and exit + Vytlačiť verziu a ukončiť + Prune cannot be configured with a negative value. Redukovanie nemôže byť nastavené na zápornú hodnotu. @@ -3086,6 +3190,14 @@ The network does not appear to fully agree! Some miners appear to be experiencin Prune mode is incompatible with -txindex. Redukovanie je nekompatibilné s -txindex. + + Rebuild chain state and block index from the blk*.dat files on disk + Obnoviť stav reťazca a index blokov zo súborov blk*.dat na disku. + + + Rebuild chain state from the currently indexed blocks + Obnoviť stav reťazca z aktuálne indexovaných blokov. + 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) @@ -3098,6 +3210,14 @@ The network does not appear to fully agree! Some miners appear to be experiencin Specify wallet file (within data directory) Označ súbor peňaženky (v priečinku s dátami) + + The source code is available from %s. + Zdrojový kód je dostupný z %s + + + Unable to bind to %s on this computer. %s is probably already running. + Nemožné pripojiť k %s na tomto počíťači. %s už pravdepodobne beží. + Unsupported argument -benchmark ignored, use -debug=bench. Nepodporovaný parameter -benchmark bol ignorovaný, použite -debug=bench. @@ -3126,18 +3246,18 @@ The network does not appear to fully agree! Some miners appear to be experiencin Wallet %s resides outside data directory %s Peňaženka %s sa nachádza mimo dátového priečinka %s + + Wallet debugging/testing options: + Ladiace / testovacie možnosti peňaženky. + + + Wallet needed to be rewritten: restart %s to complete + Peňaženka musí byť prepísaná: pre dokončenie reštartujte %s + Wallet options: Voľby peňaženky: - - Warning: This version is obsolete; upgrade required! - Varovanie: Táto verzia je zastaralá; 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 - 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 @@ -3150,10 +3270,6 @@ The network does not appear to fully agree! Some miners appear to be experiencin 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) - - Cannot obtain a lock on data directory %s. Bitcoin Core is probably already running. - Neviem uzamknúť data adresár %s. Blackcoin More je pravdepodobne už spustené. - 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) @@ -3170,6 +3286,10 @@ The network does not appear to fully agree! Some miners appear to be experiencin 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) + + Fees (in %s/kB) smaller than this are considered zero fee for relaying, mining and transaction creation (default: %s) + Poplatky (v %s/kB) menšie ako toto, sú považované za nulový transakčný poplatok (predvolené: %s) + 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) @@ -3182,25 +3302,13 @@ The network does not appear to fully agree! Some miners appear to be experiencin 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) - - 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) Nastaviť najväčšiu veľkosť vysoká-dôležitosť/nízke-poplatky transakcií v bajtoch (prednastavené: %d) - - 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) - The transaction amount is too small to send after the fee has been deducted - Suma je príliš malá pre odoslanie tranzakcie - - - 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. + Suma je príliš malá pre odoslanie transakcie 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 @@ -3214,34 +3322,14 @@ The network does not appear to fully agree! Some miners appear to be experiencin Accept public REST requests (default: %u) Akceptovať verejné REST žiadosti (predvolené: %u) - - Activating best chain... - Aktivácia najlepšej reťaze... - - - Attempt to recover private keys from a corrupt wallet.dat on startup - Pokus o obnovenie privátnych kľúčov z poškodenej wallet.dat pri spustení - Automatically create Tor hidden service (default: %d) Automaticky vytvoriť skrytú službu Tor (predvolené: %d) - - Cannot resolve -whitebind address: '%s' - Nedá sa vyriešiť -whitebind adresa: '%s' - Connect through SOCKS5 proxy Pripojiť cez proxy server SOCKS5 - - Copyright (C) 2009-%i The Bitcoin Core Developers - Autorské práva (C) 2018-%i Vývojári Blackcoin More - - - Error loading wallet.dat: Wallet requires newer version of Bitcoin Core - Chyba pri čítaní wallet.dat: Peňaženka vyžaduje vyššiu verziu Blackcoin More - Error reading from database, shutting down. Chyba pri načítaní z databázy, ukončuje sa. @@ -3254,22 +3342,6 @@ The network does not appear to fully agree! Some miners appear to be experiencin Information Informácia - - Initialization sanity check failed. Bitcoin Core is shutting down. - Inicializačná kontrola zlyhala. Blackcoin More sa ukončuje. - - - 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) @@ -3295,8 +3367,8 @@ The network does not appear to fully agree! Some miners appear to be experiencin Možnosti servra RPC: - Receive and display P2P network alerts (default: %u) - Obdržať a zobraziť sieťové P2P varovania (predvolené: %u) + Rescan the block chain for missing wallet transactions on startup + Pri spustení skontrolovať reťaz blokov pre chýbajúce transakcie peňaženky Send trace/debug info to console instead of debug.log file @@ -3320,7 +3392,7 @@ The network does not appear to fully agree! Some miners appear to be experiencin The transaction amount is too small to pay the fee - Suma tranzakcie je príliš malá na zaplatenie poplatku + Suma transakcie je príliš malá na zaplatenie poplatku This is experimental software. @@ -3334,10 +3406,6 @@ The network does not appear to fully agree! Some miners appear to be experiencin Transaction amount too small Suma transakcie príliš malá - - Transaction amounts must be positive - Hodnoty transakcie musia byť väčšie ako nula (pozitívne) - Transaction too large for fee policy Transakcia je príliš veľká pre aktuálne podmienky poplatkov @@ -3358,10 +3426,6 @@ The network does not appear to fully agree! Some miners appear to be experiencin Username for JSON-RPC connections Užívateľské meno pre JSON-RPC spojenia - - Wallet needed to be rewritten: restart Bitcoin Core to complete - Peňaženka musí byť prepísaná: pre dokončenie reštartujte Blackcoin More - Warning Upozornenie @@ -3371,8 +3435,8 @@ The network does not appear to fully agree! Some miners appear to be experiencin Zmazať všetky transakcie z peňaženky... - wallet.dat corrupt, salvage failed - wallet.dat je poškodený, záchrana zlyhala + ZeroMQ notification options: + Možnosti pripojenia ZeroMQ: Password for JSON-RPC connections @@ -3382,10 +3446,6 @@ The network does not appear to fully agree! Some miners appear to be experiencin 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) - - This help message - Táto pomocná správa - Allow DNS lookups for -addnode, -seednode and -connect Povoliť vyhľadávanie DNS pre pridanie nódy a spojenie @@ -3394,14 +3454,14 @@ The network does not appear to fully agree! Some miners appear to be experiencin Loading addresses... Načítavanie adries... - - Error loading wallet.dat: Wallet corrupted - Chyba načítania wallet.dat: Peňaženka je poškodená - (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) + + Fees (in %s/kB) smaller than this are considered zero fee for transaction creation (default: %s) + Poplatky (v %s/kB) menšie ako toto, sú považované za nulový transakčný poplatok (predvolené: %s) + How thorough the block verification of -checkblocks is (0-4, default: %u) Ako dôkladné je -checkblocks overenie blokov (0-4, predvolené: %u) @@ -3418,10 +3478,46 @@ The network does not appear to fully agree! Some miners appear to be experiencin Output debugging information (default: %u, supplying <category> is optional) Výstupné ladiace informácie (predvolené: %u, dodanie <category> je voliteľné) + + This is the transaction fee you may pay when fee estimates are not available. + Toto je poplatok za transakciu keď odhad poplatkov ešte nie je k dispozícii. + + + Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments. + Celková dĺžka verzie sieťového reťazca (%i) prekračuje maximálnu dĺžku (%i). Znížte počet a veľkosť komentárov. + + + Tries to keep outbound traffic under the given target (in MiB per 24h), 0 = no limit (default: %d) + Sa snaží držať odchádzajúce prevádzku v rámci daného cieľa (v MB za 24h), 0 = žiadny limit (predvolený: %d) + + + Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported. + Nepodporovaný argument -socks nájdený. Nastavenie SOCKS verzie už nie je viac moźné, iba SOCKS5 proxies sú podporované. + + + Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay. + Nepodporovaný argument -whitelistalwaysrelay ignorovaný, použite -whitelistrelay a/alebo -whitelistforcerelay. + 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: Unknown block versions being mined! It's possible unknown rules are in effect + Varovanie: Neznáma verzia blokov sa doluje! Je možné, že neznáme pravidlá majú efekt + + + Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup. + Varovanie: Peňaženka poškodená, dáta boli zachránené! Originálna %s ako %s v %s; ak váš zostatok alebo transakcie sú nesprávne, mali by ste obnoviť zálohu. + + + Whitelist peers connecting from the given IP address (e.g. 1.2.3.4) or CIDR notated network (e.g. 1.2.3.0/24). Can be specified multiple times. + Povoliť partnerov pripájajúcich sa z danej IP adresy (napr. 1.2.3.4) alebo zo siete vo formáte CIDR (napr. 1.2.3.0/24). Môže byť zadané viackrát. + + + %s is set very high! + Hodnota %s je nastavená veľmi vysoko! + (default: %s) (predvolené: %s) @@ -3430,14 +3526,6 @@ The network does not appear to fully agree! Some miners appear to be experiencin 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) - - Error loading wallet.dat - Chyba načítania wallet.dat - - - Generate coins (default: %u) - Generovať mince (predvolené: %u) - How many blocks to check at startup (default: %u, 0 = all) Koľko blokov overiť pri spustení (predvolené: %u, 0 = všetky) @@ -3486,10 +3574,6 @@ The network does not appear to fully agree! Some miners appear to be experiencin 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) @@ -3510,26 +3594,38 @@ The network does not appear to fully agree! Some miners appear to be experiencin Spend unconfirmed change when sending transactions (default: %u) Minúť nepotvrdené zmenu pri posielaní transakcií (predvolené: %u) + + Starting network threads... + Spúšťajú sa sieťové vlákna... + + + The wallet will avoid paying less than the minimum relay fee. + Peňaženka zabráni zaplateniu menšej sumy ako je minimálny poplatok. + + + This is the minimum transaction fee you pay on every transaction. + Toto je minimálny poplatok za transakciu pri každej transakcii. + + + This is the transaction fee you will pay if you send a transaction. + Toto je poplatok za transakciu pri odoslaní transakcie. + Threshold for disconnecting misbehaving peers (default: %u) Hranica pre odpájanie zle sa správajúcim partnerským uzlom (predvolené: %u) + + Transaction amounts must not be negative + Sumy transakcií nesmú byť záporné + + + Transaction must have at least one recipient + Transakcia musí mať aspoň jedného príjemcu + Unknown network specified in -onlynet: '%s' Neznáma sieť upresnená v -onlynet: '%s' - - Cannot resolve -bind address: '%s' - Nemožno rozriešiť -bind adress: '%s' - - - Cannot resolve -externalip address: '%s' - Nemožno rozriešiť -externalip address: '%s' - - - Invalid amount for -paytxfee=<amount>: '%s' - Neplatná suma pre -paytxfee=<amount>: '%s' - Insufficient funds Nedostatok prostriedkov diff --git a/src/qt/locale/bitcoin_sl_SI.ts b/src/qt/locale/bitcoin_sl_SI.ts index 1f0b13a2d..774ae6fb0 100644 --- a/src/qt/locale/bitcoin_sl_SI.ts +++ b/src/qt/locale/bitcoin_sl_SI.ts @@ -25,10 +25,6 @@ C&lose &Zapri - - &Copy Address - &Kopiraj naslov - Delete the currently selected address from the list Izbriši trenutno označeni naslov iz seznama @@ -45,74 +41,10 @@ &Delete I&zbriši - - Choose the address to send coins to - Izbira naslova, na katerega pošiljate plačilo - - - Choose the address to receive coins with - Izbira naslova za prejem plačila - - - C&hoose - &Izberi - - - Sending addresses - Imenik naslovov za pošiljanje - - - Receiving addresses - Imenik naslovov za prejemanje - - - These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - To je vaš imenik shranjenih naslovov Blackcoin, na katere lahko pošiljate plačila. Pred vsakim odlivom vedno preverite, če sta znesek in prejemnikov naslov pravilna. - - - These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - To je imenik vaših ustvarjenih naslovov Blackcoin, na katere lahko prejemate plačila. Priporočljivo je, da za vsak nov priliv ustvarite nov prejemni naslov. - - - Copy &Label - Kopiraj &oznako - - - &Edit - &Uredi - - - Export Address List - Izvozi seznam naslovov - - - Comma separated file (*.csv) - Datoteka s podatki, ločenimi z vejico (*.csv) - - - Exporting Failed - Seznama naslovov ni bilo mogoče izvoziti. - - - There was an error trying to save the address list to %1. Please try again. - Napaka pri shranjevanju seznama naslovov v datoteko %1. Prosimo, poskusite znova. - - + AddressTableModel - - Label - Oznaka - - - Address - Naslov - - - (no label) - (brez oznake) - - + AskPassphraseDialog @@ -131,98 +63,18 @@ Repeat new passphrase Ponovite novo geslo - - Encrypt wallet - Šifriraj denarnico - - - This operation needs your wallet passphrase to unlock the wallet. - To dejanje zahteva geslo za odklepanje vaše denarnice. - - - Unlock wallet - Odkleni denarnico - - - This operation needs your wallet passphrase to decrypt the wallet. - To dejanje zahteva geslo za dešifriranje vaše denarnice. - - - Decrypt wallet - Dešifriraj denarnico - - - Change passphrase - Zamenjaj geslo - - - Confirm wallet encryption - Potrditev šifriranja denarnice - - - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! - Opozorilo: V primeru izgube gesla šifrirane denarnice, boste <b>IZGUBILI VSE BLACKCOINE V DENARNICI</b>! - - - Are you sure you wish to encrypt your wallet? - Ali ste prepričani, da želite šifrirati vašo denarnico? - - - Bitcoin Core will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - Program se bo zaprl, da dokonča proces šifriranja. Zapomnite si, da šifriranje ne more popolnoma zaščititi vaše denarnice pred krajami in zlonamernimi programi, ki bi lahko bili nameščeni na vašem računalniku. - - - 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. - POMEMBNO: Vse starejše obstoječe varnostne kopije denarnice je potrebno zamenjati s to novo, šifrirano varnostno kopijo. Iz varnostnih razlogov bodo stare varnostne kopije postale neuporabne takoj, ko začnete uporabljati novo, šifrirano denarnico. - - - Warning: The Caps Lock key is on! - Opozorilo: imate vklopljene velike črke (Caps Lock) - - - Wallet encrypted - Denarnica je šifrirana - - - 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>. - Vnesite novo geslo. Prosimo, da uporabite geslo sestavljeno iz <b>deset ali več</b> naključnih znakov, ali <b>osem ali več</b> besed. - - - Enter the old passphrase and new passphrase to the wallet. - Vnesite staro in novo geslo denarnice. - - - Wallet encryption failed - Denarnice ni bilo mogoče šifrirati. - - - Wallet encryption failed due to an internal error. Your wallet was not encrypted. - Prišlo je do napake. Denarnice ni bilo mogoče šifrirati. - - - The supplied passphrases do not match. - Vnešeni gesli se ne ujemata - - - Wallet unlock failed - Denarnice ni bilo mogoče odkleniti. - - - The passphrase entered for the wallet decryption was incorrect. - Vnesli ste napačno geslo za dešifriranje denarnice. - - - Wallet decryption failed - Denarnice ni bilo mogoče dešifrirati. - - - Wallet passphrase was successfully changed. - Geslo za dostop do denarnice je bilo uspešno zamenjano. - - + BanTableModel - + + IP/Netmask + IP/Netmaska + + + Banned Until + Prepoved do + + BitcoinGUI @@ -297,14 +149,6 @@ Open &URI... Odpri &URI ... - - Bitcoin Core client - Odjemalec Blackcoin More - - - Importing blocks from disk... - Uvažam bloke z diska ... - Reindexing blocks on disk... Poustvarjam kazalo blokov na disku ... @@ -349,10 +193,6 @@ &Receive P&rejmi - - Show information about Bitcoin Core - Oglejte si informacije o programu - &Show / Hide &Prikaži / Skrij @@ -389,22 +229,10 @@ Tabs toolbar Orodna vrstica zavihkov - - Bitcoin Core - Blackcoin More - Request payments (generates QR codes and bitcoin: URIs) Zahtevajte plačilo (ustvarite zahtevek s kodo QR in URI tipa blackcoin:) - - &About Bitcoin Core - &O programu - - - Modify configuration options for Bitcoin Core - Spremenite programske nastavitve - Show the list of used sending addresses and labels Preglejte in uredite seznam naslovov, na katere ste kdaj poslali plačila @@ -421,42 +249,22 @@ &Command-line options Opcije &ukazne vrstice - - Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options - Oglejte si seznam in kratek opis vseh opcij pri zagonu programa iz ukazne vrstice - %n active connection(s) to Bitcoin network - %n aktivna povezava v omrežje Blackcoin%n aktivni povezavi v omrežje Blackcoin%n aktivne povezave v omrežje Blackcoin%n aktivnih povezav v omrežje Blackcoin + %n aktivna povezava v omrežje Blackcoin%n aktivni povezavi v omrežje Blackcoin%n aktivne povezave v omrežje Blackcoin%n aktivnih povezav v omrežje Bitcoin - No block source available... - Ni virov za prenos blokov ... + Indexing blocks on disk... + Indeksirani bloki na disku ... + + + Processing blocks on disk... + Obdelava blokov na disku ... Processed %n block(s) of transaction history. %n obdelan blok zgodovine transakcij.%n obdelana bloka zgodovine transakcij.%n obdelani bloki zgodovine transakcij.%n obdelanih blokov zgodovine transakcij. - - %n hour(s) - %n ura%n uri%n ure%n ur - - - %n day(s) - %n dan%n dneva%n dni%n dni - - - %n week(s) - %n teden%n tedna%n tedne%n tednov - - - %1 and %2 - %1 in %2 - - - %n year(s) - %n leto%n leti%n leta%n let - %1 behind imam še %1 zaostanka @@ -485,6 +293,10 @@ Up to date Posodobljeno + + %1 client + %1 odjemalec + Catching up... Dohitevam omrežje ... @@ -535,14 +347,7 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> Denarnica je <b>šifrirana</b> in trenutno <b>zaklenjena</b> - - - ClientModel - - Network Alert - Omrežno opozorilo - - + CoinControlDialog @@ -561,10 +366,6 @@ Amount: Znesek: - - Priority: - Prioriteta: - Fee: Provizija: @@ -617,155 +418,7 @@ Confirmed Potrjeno - - Priority - Prioriteta - - - Copy address - Kopiraj naslov - - - Copy label - Kopiraj oznako - - - Copy amount - Kopiraj znesek - - - Copy transaction ID - Kopiraj ID transakcije - - - Lock unspent - Zakleni neporabljeno - - - Unlock unspent - Odkleni neporabljeno - - - Copy quantity - Kopiraj število vhodov - - - Copy fee - Kopiraj znesek provizije - - - Copy after fee - Kopiraj končni znesek - - - Copy bytes - Kopiraj število bajtov - - - Copy priority - Kopiraj prioriteto - - - Copy dust - Kopiraj prah - - - Copy change - Kopiraj znesek vračila - - - highest - najvišja - - - higher - višja - - - high - visoka - - - medium-high - srednje visoka - - - medium - srednja - - - low-medium - srednje nizka - - - low - nizka - - - lower - nižja - - - lowest - najnižja - - - (%1 locked) - (%1 zaklenjeno) - - - none - nič - - - This label turns red if the transaction size is greater than 1000 bytes. - Oznaka postane rdeča, če je transakcije večja od 1000 bajtov. - - - This label turns red if the priority is smaller than "medium". - Oznaka postane rdeča, če je prioriteta transakcije manjša kot "srednja". - - - This label turns red if any recipient receives an amount smaller than %1. - Oznaka postane rdeča, če je znesek manjši od %1. - - - Can vary +/- %1 satoshi(s) per input. - Lahko variira +/- %1 satoshijev na vhod. - - - yes - da - - - no - ne - - - This means a fee of at least %1 per kB is required. - To pomeni, da je zahtevana provizija v višini vsaj %1 na KiB. - - - Can vary +/- 1 byte per input. - Lahko variira +/-1 bajt na vhod. - - - Transactions with higher priority are more likely to get included into a block. - Transakcije z višjo prioriteto imajo boljše možnosti za vključitev v blok. - - - (no label) - (brez oznake) - - - change from %1 (%2) - vračilo od %1 (%2) - - - (change) - (vračilo) - - + EditAddressDialog @@ -788,39 +441,7 @@ &Address &Naslov - - New receiving address - Nov naslov za prilive - - - New sending address - Nov naslov za odlive - - - Edit receiving address - Uredi naslov za prilive - - - Edit sending address - Uredi naslov za odlive - - - The entered address "%1" is already in the address book. - Vnešeni naslov %1 je že v imeniku. - - - The entered address "%1" is not a valid Bitcoin address. - Vnešeni naslov %1 ni veljaven naslov Blackcoin. - - - Could not unlock wallet. - Denarnice ni bilo mogoče odkleniti. - - - New key generation failed. - Novega ključa ni bilo mogoče ustvariti. - - + FreespaceChecker @@ -846,10 +467,6 @@ HelpMessageDialog - - Bitcoin Core - Blackcoin More - version različica @@ -859,8 +476,8 @@ (%1-bit) - About Bitcoin Core - O programu Blackcoin More + About %1 + O %1 Command-line options @@ -874,6 +491,18 @@ command-line options možnosti ukazne vrstice + + UI Options: + UI možnosti: + + + Set language, for example "de_DE" (default: system locale) + Nastavi jezik, na primer "sl_SI" (privzeto: sistemsko) + + + Start minimized + Začni minimizirano + Intro @@ -882,16 +511,8 @@ Dobrodošli - Welcome to Bitcoin Core. - Dobrodošli v programu Blackcoin More. - - - As this is the first time the program is launched, you can choose where Bitcoin Core will store its data. - To je prvi zagon programa, zato lahko izberete mapo, v katero bo program shranjeval podatke. - - - Bitcoin Core will download and store a copy of the Bitcoin block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Program bo prenesel in shranil kopijo verige blokov. V izbrani podatkovni mapi bo shranjenih vsaj %1 GiB podatkov, ta količina pa bo sčasoma še naraščala. V tej mapi bo shranjena tudi denarnica. + Welcome to %1. + Dobrodošli v %1 Use the default data directory @@ -901,10 +522,6 @@ Use a custom data directory: Uporabi to podatkovno mapo: - - Bitcoin Core - Blackcoin More - Error: Specified data directory "%1" cannot be created. Napaka: Ni mogoče ustvariti mape "%1". @@ -922,6 +539,21 @@ (od potrebnih %n GiB)(od potrebnih %n GiB)(od potrebnih %n GiB)(od potrebnih %n GiB) + + ModalOverlay + + Form + Oblika + + + Last block time + Čas zadnjega bloka + + + Hide + Skrij + + OpenURIDialog @@ -940,11 +572,7 @@ Select payment request file Izbiranje datoteke z zahtevkom za plačilo - - Select payment request file to open - Izberite datoteko, ki vsebuje zahtevek za plačilo - - + OptionsDialog @@ -983,10 +611,6 @@ Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu. Ko zaprete glavno okno programa, bo program tekel še naprej, okno pa bo zgolj minimirano. Program v tem primeru ustavite tako, da v meniju izberete ukaz Izhod. - - The user interface language can be set here. This setting will take effect after restarting Bitcoin Core. - Nastavitev jezika uporabniškega vmesnika programa. Nova nastavitev jezika bo uporabljena šele, ko boste znova zagnali program. - 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 |. Naslovi URL tretjih oseb (npr. raziskovalec blokov), ki bodo navedeni v kontekstnem meniju seznama transakcij. Niz %s iz naslova URL je nadomeščen s hash vrednostjo transakcije. Več zaporednih naslovov URL je med seboj ločenih z znakom |. @@ -1011,14 +635,6 @@ &Network &Omrežje - - Automatically start Bitcoin Core after logging in to the system. - Ob uporabnikovi prijavi v sistem se bo program samodejno zagnal - - - &Start Bitcoin Core on system login - &Zaženi program ob prijavi v sistem - (0 = auto, <0 = leave that many cores free) (0 = samodejno, <0 = toliko procesorskih jeder naj ostane prostih) @@ -1225,95 +841,7 @@ PaymentServer - - URI handling - Rokovanje z URI - - - Invalid payment address %1 - Neveljaven naslov plačila %1 - - - Payment request rejected - Zahtevek za plačilo je bil zavrnjen. - - - Payment request network doesn't match client network. - Zahtevek za plačilo in vaš odjemalec se nahajata na dveh različnih omrežjih. - - - Payment request is not initialized. - Zahtevek za plačilo ni inicializiran. - - - Requested payment amount of %1 is too small (considered dust). - Znesek %1 v zahtevku za plačilo je prenizek (smatran za prah.) - - - Payment request error - Napaka pri zahtevku za plačilo - - - Cannot start bitcoin: click-to-pay handler - Ni mogoče zagnati rokovalca plačilnih povezav tipa blackcoin:. - - - Payment request fetch URL is invalid: %1 - Naslov URL za pridobitev zahtevka za plačilo ni veljaven: %1 - - - URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. - URI je neprepoznaven! Možno je, da je naslov Blackcoin neveljaven, ali da so parametri v URI napačno oblikovani. - - - Payment request file handling - Rokovanje z datoteko z zahtevkom za plačilo - - - Payment request file cannot be read! This can be caused by an invalid payment request file. - Datoteke z zahtevkom za plačilo ni mogoče prebrati! Možno je, da datoteka ni veljavna. - - - Payment request expired. - Zahtevek za plačilo je potekel. - - - Unverified payment requests to custom payment scripts are unsupported. - Nepreverjeni zahtevki za plačilo, namenjeni plačilni skripti po meri, niso podprti. - - - Invalid payment request. - Neveljaven zahtevek za plačilo. - - - Refund from %1 - Povračilo od %1 - - - Payment request %1 is too large (%2 bytes, allowed %3 bytes). - Zahtevek za plačilo %1 je prevelik (%2 bajtov, dovoljenih je %3 bajtov.) - - - Error communicating with %1: %2 - Napaka pri povezavi z %1: %2 - - - Payment request cannot be parsed! - Zahtevek za plačilo je neprepoznaven! - - - Bad response from server %1 - Napačen odziv strežnika %1 - - - Payment acknowledged - Plačilo priznano - - - Network request error - Napaka omrežne zahteve - - + PeerTableModel @@ -1324,11 +852,7 @@ Node/Service Naslov - - Ping Time - Odzivni čas - - + QObject @@ -1367,32 +891,19 @@ %1 ms %1 ms - + + %1 and %2 + %1 in %2 + + + + QObject::QObject + QRImageWidget - - &Save Image... - &Shrani sliko ... - - - &Copy Image - &Kopiraj sliko - - - Save QR Code - Shrani kodo QR - - - PNG Image (*.png) - PNG slika (*.png) - - + RPCConsole - - Client name - Ime odjemalca - N/A Neznano @@ -1413,10 +924,6 @@ General Splošno - - Using OpenSSL version - OpenSSL različica v rabi - Using BerkeleyDB version BerkeleyDB različica v rabi @@ -1445,10 +952,6 @@ Current number of blocks Trenutno število blokov - - Open the Bitcoin Core debug log file from the current data directory. This can take a few seconds for large log files. - Odpre razhroščevalni dnevnik debug.log, ki se nahaja v trenutni podatkovni mapi. Če je datoteka velika, lahko postopek traja nekaj sekund. - Received Prejeto @@ -1537,10 +1040,6 @@ Out: Odhodnih: - - Build date - Datum izgradnje - Debug log file Razhroščevalni dnevnik @@ -1549,10 +1048,6 @@ Clear console Počisti konzolo - - Welcome to the Bitcoin Core RPC console. - Dobrodošli v konzoli RPC programa Blackcoin More. - Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. Uporabite tipki gor in dol za navigacijo po zgodovini ukazov. Uporabite <b>Ctrl-L</b> za izbris zaslona in zgodovine ukazov. @@ -1676,19 +1171,7 @@ Remove Odstrani - - Copy label - Kopiraj oznako - - - Copy message - Kopiraj sporočilo - - - Copy amount - Kopiraj znesek - - + ReceiveRequestDialog @@ -1707,74 +1190,10 @@ &Save Image... &Shrani sliko ... - - Request payment to %1 - Zahtevek za plačilo z oznako: %1 - - - Payment information - Informacije o plačilu - - - URI - URI - - - Address - Naslov - - - Amount - Znesek - - - Label - Oznaka - - - Message - Sporočilo - - - Resulting URI too long, try to reduce the text for label / message. - Nastali URI je predolg. Skušajte skrajšati besedilo v oznaki/sporočilu. - - - Error encoding URI into QR Code. - Napaka pri pretvorbi URI v kodo QR. - - + RecentRequestsTableModel - - Date - Datum - - - Label - Oznaka - - - Message - Sporočilo - - - Amount - Znesek - - - (no label) - (brez oznake) - - - (no message) - (brez sporočila) - - - (no amount) - (brez zneska) - - + SendCoinsDialog @@ -1809,10 +1228,6 @@ Amount: Znesek: - - Priority: - Prioriteta: - Fee: Provizija: @@ -1881,10 +1296,6 @@ (Smart fee not initialized yet. This usually takes a few blocks...) (Samodejni obračun provizije še ni pripravljen. Po navadi izračun traja nekaj blokov ...) - - Confirmation time: - Čas do potrditve: - normal navadno @@ -1893,14 +1304,6 @@ fast hitro - - Send as zero-fee transaction if possible - Pošlji brez provizije, če je mogoče - - - (confirmation may take longer) - (čas do potrditve je lahko daljši) - Send to multiple recipients at once Pošlji več prejemnikom hkrati @@ -1933,111 +1336,7 @@ S&end &Pošlji - - Confirm send coins - Potrdi pošiljanje - - - %1 to %2 - %1 na %2 - - - Copy quantity - Kopiraj število vhodov - - - Copy amount - Kopiraj znesek - - - Copy fee - Kopiraj provizijo - - - Copy after fee - Kopiraj Po proviziji - - - Copy bytes - Kopiraj bajte - - - Copy priority - Kopiraj prioriteto - - - Copy change - Kopiraj vračilo - - - or - ali - - - The amount to pay must be larger than 0. - Znesek za plačilo mora biti večji od 0. - - - The amount exceeds your balance. - Znesek je večji od stanja sredstev, s katerimi razpolagate. - - - The total exceeds your balance when the %1 transaction fee is included. - Celotni znesek z vključeno provizijo %1 je večji od stanja sredstev, s katerimi razpolagate. - - - Transaction creation failed! - Transakcije ni bilo mogoče ustvariti! - - - 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. - Transakcija je bila zavrnjena! To se lahko zgodi, če so bili kateri od kovancev iz denarnice že porabljeni, kot v primeru, da ste kje uporabili kopijo datoteke wallet.dat in kovance tam že porabili, lokalno pa ti še niso bili označeni kot porabljeni. - - - A fee higher than %1 is considered an absurdly high fee. - Provizija, višja od %1, velja za nesmiselno visoko. - - - Payment request expired. - Zahtevek za plačilo je potekel. - - - Estimated to begin confirmation within %n block(s). - Predviden začetek potrditev po %n najdenem bloku.Predviden začetek potrditev po %n najdenih blokih.Predviden začetek potrditev po %n najdenih blokih.Predviden začetek potrditev po %n najdenih blokih. - - - The recipient address is not valid. Please recheck. - Naslov prejemnika je neveljaven. Prosimo, preverite. - - - Duplicate address found: addresses should only be used once each. - Naslov je že bil uporabljen. Vsak naslov naj bi se uporabil samo enkrat. - - - Warning: Invalid Bitcoin address - Opozorilo: Neveljaven blackcoin naslov - - - (no label) - (brez oznake) - - - Warning: Unknown change address - Opozorilo: Neznan naslov za vračilo drobiža - - - Copy dust - Kopiraj prah - - - Are you sure you want to send? - Ali ste prepričani, da želite izvesti plačilo? - - - added as transaction fee - dodano kot provizija transakcije - - + SendCoinsEntry @@ -2048,10 +1347,6 @@ Pay &To: Prejemnik &plačila: - - Enter a label for this address to add it to your address book - Vnesite oznako, pod katero bo zgornji naslov shranjen v imenik - &Label: &Oznaka: @@ -2120,13 +1415,12 @@ Memo: Opomba: - + + + SendConfirmationDialog + ShutdownWindow - - Bitcoin Core is shutting down... - Program se ustavlja ... - Do not shut down the computer until this window disappears. Dokler to okno ne izgine, ne zaustavljajte računalnika. @@ -2218,69 +1512,9 @@ Reset all verify message fields Počisti vsa polja za vnos v oknu za preverjanje - - Click "Sign Message" to generate signature - Kliknite "Podpiši sporočilo" da ustvarite podpis - - - The entered address is invalid. - Vnešeni naslov ni veljaven. - - - Please check the address and try again. - Prosimo preverite naslov in poskusite znova. - - - The entered address does not refer to a key. - Vnešeni naslov se ne nanaša na noben ključ. - - - Wallet unlock was cancelled. - Odklepanje denarnice je bilo preklicano. - - - Private key for the entered address is not available. - Zasebni ključ vnešenega naslova ni na voljo. - - - Message signing failed. - Podpisa ni bilo mogoče ustvariti. - - - Message signed. - Podpis je bil ustvarjen. - - - The signature could not be decoded. - Podpisa ni bilo mogoče razbrati. - - - Please check the signature and try again. - Prosimo preverite podpis in poskusite znova. - - - The signature did not match the message digest. - Podpis se ne ujema z rezultatom funkcije preverjanja. - - - Message verification failed. - Podpis ni veljaven za to sporočilo. - - - Message verified. - Podpis sporočila je veljaven. - - + SplashScreen - - Bitcoin Core - Blackcoin More - - - The Bitcoin Core developers - Blackcoin More razvijalci - [testnet] [testnet] @@ -2295,416 +1529,20 @@ TransactionDesc - - Open until %1 - Odprto do %1 - - - conflicted - v konfliktu - - - %1/offline - %1/brez povezave - - - %1/unconfirmed - %1/nepotrjeno - - - %1 confirmations - %1 potrdil - - - Status - Status - - - , broadcast through %n node(s) - , posredovano %n vozlišču, posredovano %n vozliščema, posredovano %n vozliščem, posredovano %n vozliščem - - - Date - Datum - - - Source - Izvor - - - Generated - Generirano - - - From - Pošiljatelj - - - To - Prejemnik - - - own address - lasten naslov - - - watch-only - opazovano - - - label - oznaka - - - Credit - V dobro - - - matures in %n more block(s) - dozori po %n najdenem blokudozori po %n najdenih blokihdozori po %n najdenih blokihdozori po %n najdenih blokih - - - not accepted - ni bilo sprejeto - - - Debit - Debit - - - Total debit - Skupaj v breme - - - Total credit - Skupaj v dobro - - - Transaction fee - Provizija transakcije - - - Net amount - Neto znesek - - - Message - Sporočilo - - - Comment - Opomba - - - Transaction ID - ID transakcije - - - Merchant - Trgovec - - - 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. - Ustvarjeni kovanci morajo zoreti %1 blokov, preden jih lahko porabite. Ko ste ta blok zgenerirali, je bil posredovan v omrežje, da bo dodan v verigo. Če se bloku ni uspelo uvrstiti v verigo, se bo njegovo stanje spremenilo v "ni bilo sprejeto" in kovancev ne bo mogoče porabiti. To se včasih zgodi, če kak drug rudar v roku nekaj sekund hkrati z vami odkrije drug blok. - - - Debug information - Razhroščevalne informacije - - - Transaction - Transakcija - - - Inputs - Vhodi - - - Amount - Znesek - - - true - pravilno - - - false - nepravilno - - - , has not been successfully broadcast yet - , še ni bila uspešno raznešena - - - Open for %n more block(s) - Še %n blok do potrditveŠe %n bloka do potrditveŠe %n bloki do potrditveŠe %n blokov do potrditve - - - unknown - neznano - - + TransactionDescDialog - - Transaction details - Podrobnosti transakcije - This pane shows a detailed description of the transaction V tem podoknu so prikazane podrobnosti o transakciji - + TransactionTableModel - - Date - Datum - - - Type - Vrsta - - - Immature (%1 confirmations, will be available after %2) - Nedozorelo (št. potrditev: %1, na voljo šele po: %2) - - - Open for %n more block(s) - Še %n blok do potrditveŠe %n bloka do potrditveŠe %n bloki do potrditveŠe %n blokov do potrditve - - - Open until %1 - Odprto do %1 - - - Confirmed (%1 confirmations) - Potrjeno (%1 potrdil) - - - This block was not received by any other nodes and will probably not be accepted! - Ta blok ni prejelo še nobeno vozlišče. Najverjetneje ne bo sprejet! - - - Generated but not accepted - Generirano, toda ne sprejeto - - - Offline - Brez povezave - - - Label - Oznaka - - - Unconfirmed - Nepotrjeno - - - Confirming (%1 of %2 recommended confirmations) - V potrjevanju (št. potrditev: %1 od priporočenih %2) - - - Conflicted - V konfliktu - - - Received with - Prejemek - - - Received from - Prejemek - - - Sent to - Izdatek - - - Payment to yourself - Nakazilo sebi - - - Mined - Narudarjeno - - - watch-only - opazovano - - - (n/a) - (ni na voljo) - - - Transaction status. Hover over this field to show number of confirmations. - Stanje transakcije. Zapeljite z miško čez to polje za prikaz števila potrdil. - - - Date and time that the transaction was received. - Datum in čas, ko je transakcija bila prejeta. - - - Type of transaction. - Vrsta transakcije. - - - Whether or not a watch-only address is involved in this transaction. - Ali je v transakciji udeležen kateri od opazovanih naslovov. - - - User-defined intent/purpose of the transaction. - Uporabniško določen namen transakcije. - - - Amount removed from or added to balance. - Znesek spremembe stanja sredstev. - - + TransactionView - - All - Vse - - - Today - Danes - - - This week - Ta teden - - - This month - Ta mesec - - - Last month - Prejšnji mesec - - - This year - To leto - - - Range... - Območje ... - - - Received with - Prejemek - - - Sent to - Izdatek - - - To yourself - Nakazilo sebi - - - Mined - Narudarjeno - - - Other - Drugo - - - Enter address or label to search - Iščite po naslovu ali oznaki - - - Min amount - Minimalni znesek - - - Copy address - Kopiraj naslov - - - Copy label - Kopiraj oznako - - - Copy amount - Kopiraj znesek - - - Copy transaction ID - Kopiraj ID transakcije - - - Edit label - Uredi oznako - - - Show transaction details - Prikaži podrobnosti transakcije - - - Export Transaction History - Izvoz zgodovine transakcij - - - Watch-only - Opazovano - - - Exporting Failed - Seznama transakcij ni bilo mogoče izvoziti. - - - There was an error trying to save the transaction history to %1. - Prišlo je do napake med shranjevanjem zgodovine transakcij v datoteko %1. - - - Exporting Successful - Uspešen izvoz - - - The transaction history was successfully saved to %1. - Zgodovina poteklih transakcij je bila uspešno shranjena v datoteko %1. - - - Comma separated file (*.csv) - Datoteka s podatki, ločenimi z vejico (*.csv) - - - Confirmed - Potrjeno - - - Date - Datum - - - Type - Vrsta - - - Label - Oznaka - - - Address - Naslov - - - ID - ID - - - Range: - Območje: - - - to - za - - + UnitDisplayStatusBarControl @@ -2714,53 +1552,17 @@ WalletFrame - - No wallet has been loaded. - Denarnica ni bila naložena. - - + WalletModel - - Send Coins - Pošlji - - + WalletView - - &Export - &Izvozi - Export the data in the current tab to a file - Izvozi podatke iz trenutnega zavihka v datoteko + Izvozi podatke v trenutnem zavihku v datoteko - - Backup Wallet - Izdelava varnostne kopije denarnice - - - Wallet Data (*.dat) - Podatki denarnice (*.dat) - - - Backup Failed - Varnostne kopije ni bilo mogoče izdelati. - - - There was an error trying to save the wallet data to %1. - Prišlo je do napake pri shranjevanju podatkov denarnice v datoteko %1. - - - The wallet data was successfully saved to %1. - Podatki iz denarnice so bili uspešno shranjeni v datoteko %1. - - - Backup Successful - Varnostna kopija je bila uspešno izdelana - - + bitcoin-core @@ -2788,17 +1590,13 @@ Teci v ozadju in sprejemaj ukaze - Accept connections from outside (default: 1 if no -proxy or -connect) - Sprejemaj zunanje povezave (privzeto: 1, razen če ste vklopili opciji -proxy ali -connect) + Bitcoin Core + Blackcoin More Bind to given address and always listen on it. Use [host]:port notation for IPv6 Veži dani naslov in tam vedno poslušaj. Za naslove protokola IPv6 uporabite zapis [gostitelj]:vrata. - - Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. - Distribuirano v okviru programske licence MIT. Podrobnosti so navedene v priloženi datoteki COPYING ali na naslovu <http://www.opensource.org/licenses/mit-license.php>. - Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) Izvedi ukaz, ko bo transakcija denarnice se spremenila (V cmd je bil TxID zamenjan za %s) @@ -2807,38 +1605,6 @@ Set the number of script verification threads (%u to %d, 0 = auto, <0 = leave that many cores free, default: %d) Nastavi število niti za preverjanje skript (%u do %d, 0 = samodejno, <0 toliko procesorskih jeder naj ostane prostih, privzeto: %d) - - This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - To je preizkusna različica še neizdanega programa. Uporabljate jo na lastno odgovornost. Programa ne uporabljajte je za rudarjenje ali trgovske aplikacije. - - - Unable to bind to %s on this computer. Bitcoin Core is probably already running. - Na tem računalniku ni bilo mogoče vezati naslova %s. Odjemalec Blackcoin More je verjetno že zagnan. - - - WARNING: abnormally high number of blocks generated, %d blocks received in the last %d hours (%d expected) - OPOZORILO: Generirano je bilo nenavadno veliko število blokov. Št. prejetih blokov: %d v št. ur: %d (pričakovanih je %d blokov) - - - WARNING: check your network connection, %d blocks received in the last %d hours (%d expected) - OPOZORILO: Preverite vašo omrežno povezavo. Št. prejetih blokov: %d v št. ur: %d (pričakovanih je %d blokov) - - - Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. - Opozorilo: Trenutno na omrežju ni videti konsenza! Videti je, kot da bi imeli nekateri rudarji težave. - - - Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. - Opozorilo: Trenutno se s soležniki ne strinjam v popolnosti! Mogoče bi morali vi ali drugi udeleženci posodobiti odjemalce. - - - 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. - Opozorilo: Datoteka wallet.dat je bila okvarjena, podatki pa so bili kljub temu rešeni! Originalna datoteka je bila shranjena kot wallet.{čas.oznaka}.bak v mapo %s. Če sta skupno stanje ali seznam transakcij napačna, morate datoteko restavrirati iz varnostne kopije. - - - Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. - Sprejemaj povezave samo od soležnikov, ki so na naslovih, ki ustrezajo navedeni omrežni maski ali naslovu. Opcijo lahko navedete večkrat. - <category> can be: <category> je lahko: @@ -2847,10 +1613,6 @@ Block creation options: Možnosti ustvarjanja blokov: - - Connect only to the specified node(s) - Poveži se samo z (enim ali več) navedenimi vozlišči - Connection options: Izbire povezave: @@ -2955,14 +1717,6 @@ Wallet options: Izbire denarnice: - - Warning: This version is obsolete; upgrade required! - Opozorilo: Različica vašega odjemalca je zastarela. Potrebna je nadgradnja! - - - You need to rebuild the database using -reindex to change -txindex - Ob spremembi vrednosti opcije -txindex boste morali obnoviti bazo podatkov z uporabo opcije -reindex - 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 Iz navedenega vira dovoli povezave na JSON-RPC. Veljavne oblike vrednosti parametra <ip> so: edinstven naslov IP (npr.: 1.2.3.4), kombinacija omrežje/netmask (npr.: 1.2.3.4/255.255.255.0), ali pa kombinacija omrežje/CIDR (1.2.3.4/24). To opcijo lahko navedete večkrat. @@ -2975,10 +1729,6 @@ 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) Veži dani naslov in sprejemaj povezave na JSON-RPC. Za naslove protokola IPv6 uporabite zapis [gostitelj]:vrata. To opcijo lahko navedete večkrat. (privzeto: veži vse omrežne vmesnike) - - Cannot obtain a lock on data directory %s. Bitcoin Core is probably already running. - Ne morem zakleniti podatkovne mape %s. Blackcoin More je verjetno že zagnan. - Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) Ustvarjaj nove datoteke s privzetimi sistemskimi dovoljenji, namesto z umask 077. (To pride v poštev samo, kadar imate izklopljeno funkcijo denarnice.) @@ -3007,38 +1757,14 @@ (default: %u) (privzeto: %u) - - Activating best chain... - Prehajam na najboljšo verigo ... - - - Cannot resolve -whitebind address: '%s' - Naslova %s, podanega pri opciji -whitebind ni mogoče razrešiti. - Connect through SOCKS5 proxy Poveži se preko posredniškega strežnika SOCKS5 - - Copyright (C) 2009-%i The Bitcoin Core Developers - Copyright (C) 2018-%i The Blackcoin More Developers - Information Informacije - - Invalid amount for -maxtxfee=<amount>: '%s' - Neveljavna količina za -maxtxfee=<amount>: '%s' - - - Invalid amount for -minrelaytxfee=<amount>: '%s' - Neveljavna količina za -minrelaytxfee=<amount>: '%s' - - - Invalid amount for -mintxfee=<amount>: '%s' - Neveljavna količina za -mintxfee=<amount>: '%s' - Need to specify a port with -whitebind: '%s' Pri opciji -whitebind morate navesti vrata: %s @@ -3063,10 +1789,6 @@ Transaction amount too small Znesek je pramajhen - - Transaction amounts must be positive - Znesek mora biti pozitiven - Transaction too large Transkacija je prevelika @@ -3087,10 +1809,6 @@ Zapping all transactions from wallet... Brišem vse transakcije iz denarnice ... - - wallet.dat corrupt, salvage failed - Datoteka wallet.dat je poškodovana in je ni bilo mogoče obnoviti. - Password for JSON-RPC connections Geslo za povezave na JSON-RPC @@ -3099,10 +1817,6 @@ Execute command when the best block changes (%s in cmd is replaced by block hash) Izvedi ukaz, ko je najden najboljši blok (niz %s v ukazu bo zamenjan s hash vrednostjo bloka) - - This help message - To sporočilo pomoči - Allow DNS lookups for -addnode, -seednode and -connect Omogoči poizvedbe DNS za opcije -addnode, -seednode in -connect. @@ -3111,10 +1825,6 @@ Loading addresses... Nalagam naslove ... - - Error loading wallet.dat: Wallet corrupted - Napaka pri nalaganju wallet.dat: denarnica pokvarjena - Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) Za dostop do soležnikov preko skritih storitev Tor uporabi drug posredniški strežnik SOCKS5 (privzeto: %s) @@ -3123,10 +1833,6 @@ (default: %s) (privzeto: %s) - - Error loading wallet.dat - Napaka pri nalaganju wallet.dat - Invalid -proxy address: '%s' Neveljaven naslov -proxy: '%s' @@ -3159,18 +1865,6 @@ Unknown network specified in -onlynet: '%s' Neznano omrežje določeno v -onlynet: '%s'. - - Cannot resolve -bind address: '%s' - Naslova %s, podanega pri opciji -bind ni mogoče razrešiti. - - - Cannot resolve -externalip address: '%s' - Naslova "%s", podanega pri opciji -externalip ni mogoče razrešiti. - - - Invalid amount for -paytxfee=<amount>: '%s' - Neveljavna količina za -paytxfee=<amount>: '%s' - Insufficient funds Premalo sredstev diff --git a/src/qt/locale/bitcoin_sq.ts b/src/qt/locale/bitcoin_sq.ts index 60885008b..f18c9fa01 100644 --- a/src/qt/locale/bitcoin_sq.ts +++ b/src/qt/locale/bitcoin_sq.ts @@ -21,14 +21,14 @@ &Copy &Kopjo - - &Copy Address - &Kopjo adresen - Delete the currently selected address from the list Fshi adresen e selektuar nga lista + + Export the data in the current tab to a file + Eksporto të dhënat e skedës korrente në një skedar + &Delete &Fshi @@ -53,6 +53,10 @@ These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. Këto janë Blackcoin adresat e juaja për të pranuar pagesa. Rekomandohet që gjithmon të përdorni një adresë të re për çdo transaksion. + + &Copy Address + &Kopjo adresen + Copy &Label Kopjo &Etiketë @@ -245,18 +249,6 @@ Tabs toolbar Shiriti i mjeteve - - Bitcoin Core - Blackcoin More - - - &About Bitcoin Core - Rreth Blackcoin More - - - %1 and %2 - %1 dhe %2 - %1 behind %1 Pas @@ -293,9 +285,6 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> Portofoli po <b> enkriptohet</b> dhe është <b> i kyçur</b> - - - ClientModel CoinControlDialog @@ -384,18 +373,10 @@ HelpMessageDialog - - Bitcoin Core - Blackcoin More - version versioni - - About Bitcoin Core - Rreth Blackcoin More - Intro @@ -403,19 +384,18 @@ Welcome Miresevini - - Welcome to Bitcoin Core. - Miresevini ne Blackcoin More - - - Bitcoin Core - Blackcoin More - Error Problem + + ModalOverlay + + Form + Formilarë + + OpenURIDialog @@ -449,6 +429,13 @@ Amount Sasia + + %1 and %2 + %1 dhe %2 + + + + QObject::QObject QRImageWidget @@ -520,10 +507,6 @@ Label Etiketë - - Amount - Sasia - (no label) (pa etiketë) @@ -567,7 +550,7 @@ (no label) (pa etiketë) - + SendCoinsEntry @@ -578,10 +561,6 @@ Pay &To: Paguaj &drejt: - - Enter a label for this address to add it to your address book - Krijoni një etiketë për këtë adresë që t'ja shtoni librit të adresave - &Label: &Etiketë: @@ -602,6 +581,13 @@ Pay To: Paguaj drejt: + + Enter a label for this address to add it to your address book + Krijoni një etiketë për këtë adresë që t'ja shtoni librit të adresave + + + + SendConfirmationDialog ShutdownWindow @@ -623,10 +609,6 @@ SplashScreen - - Bitcoin Core - Blackcoin More - [testnet] [testo rrjetin] @@ -649,10 +631,18 @@ %1 confirmations %1 konfirmimet + + , has not been successfully broadcast yet + , nuk është transmetuar me sukses deri tani + Date Data + + unknown + i/e panjohur + Transaction transaksionit @@ -661,26 +651,14 @@ Amount Sasia - - , has not been successfully broadcast yet - , nuk është transmetuar me sukses deri tani - - - unknown - i/e panjohur - - + TransactionDescDialog - - Transaction details - Detajet e transaksionit - This pane shows a detailed description of the transaction Ky panel tregon një përshkrim të detajuar të transaksionit - + TransactionTableModel @@ -691,6 +669,10 @@ Type Lloji + + Label + Etiketë + Open until %1 Hapur deri më %1 @@ -707,10 +689,6 @@ Generated but not accepted I krijuar por i papranuar - - Label - Etiketë - Received with Marrë me @@ -731,6 +709,10 @@ (n/a) (p/a) + + (no label) + (pa etiketë) + TransactionView @@ -750,10 +732,6 @@ Copy address Kopjo adresën - - Exporting Failed - Eksportimi dështoj - Comma separated file (*.csv) Skedar i ndarë me pikëpresje(*.csv) @@ -774,6 +752,10 @@ Address Adresë + + Exporting Failed + Eksportimi dështoj + UnitDisplayStatusBarControl @@ -790,6 +772,10 @@ WalletView + + Export the data in the current tab to a file + Eksporto të dhënat e skedës korrente në një skedar + bitcoin-core @@ -797,6 +783,10 @@ Options: Opsionet: + + Bitcoin Core + Blackcoin More + Information Informacion diff --git a/src/qt/locale/bitcoin_sr.ts b/src/qt/locale/bitcoin_sr.ts index 3644000d6..33c9e80fb 100644 --- a/src/qt/locale/bitcoin_sr.ts +++ b/src/qt/locale/bitcoin_sr.ts @@ -1,6 +1,10 @@ AddressBookPage + + Right-click to edit address or label + Kliknite desnim klikom radi izmene adrese ili oznake + Create a new address Napravite novu adresu @@ -18,37 +22,41 @@ Kopirajte - &Copy Address - Kopirajte adresu + C&lose + Zatvorite Delete the currently selected address from the list Izbrisite trenutno izabranu adresu sa liste + + Export the data in the current tab to a file + Eksportuj podatke iz izabrane kartice u fajl + &Delete &Избриши - Comma separated file (*.csv) - Зарезом одвојене вредности (*.csv) + Choose the address to send coins to + Izbirajte adresu za slanje + + + Choose the address to receive coins with + Izbirajte adresu za primanje + + + Sending addresses + Adresa za slanje + + + Receiving addresses + Adresa za primanje AddressTableModel - - Label - Етикета - - - Address - Адреса - - - (no label) - (без етикете) - - + AskPassphraseDialog @@ -63,75 +71,7 @@ Repeat new passphrase Поновите нову лозинку - - 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 - Одобрите шифровање новчаника - - - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! - Упозорење: Ако се ваш новчаник шифрује а потом изгубите лозинкзу, ви ћете <b>ИЗГУБИТИ СВЕ BLACKCOIN-Е</b>! - - - Are you sure you wish to encrypt your wallet? - Да ли сте сигурни да желите да се новчаник шифује? - - - Wallet encrypted - Новчаник је шифрован - - - 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. - Лозинка за приступ новчанику је успешно промењена. - - + BanTableModel @@ -222,8 +162,8 @@ Трака са картицама - &About Bitcoin Core - O Blackcoin More + Error + Greška Up to date @@ -249,9 +189,6 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> Новчаник јс <b>шифрован</b> и тренутно <b>закључан</b> - - - ClientModel CoinControlDialog @@ -271,22 +208,6 @@ Confirmed Potvrdjen - - Copy address - kopiraj adresu - - - Copy label - kopiraj naziv - - - Copy amount - kopiraj iznos - - - (no label) - (без етикете) - EditAddressDialog @@ -302,14 +223,6 @@ &Address &Адреса - - The entered address "%1" is already in the address book. - Унешена адреса "%1" се већ налази у адресару. - - - Could not unlock wallet. - Немогуће откључати новчаник. - FreespaceChecker @@ -320,10 +233,6 @@ version верзија - - About Bitcoin Core - O Blackcoin More - Usage: Korišćenje: @@ -331,6 +240,17 @@ Intro + + Error + Greška + + + + ModalOverlay + + Form + Форма + OpenURIDialog @@ -374,11 +294,22 @@ iznos + + QObject::QObject + QRImageWidget RPCConsole + + Yes + Da + + + No + Ne + ReceiveCoinsDialog @@ -395,59 +326,19 @@ Poruka: - Copy label - kopiraj naziv + Show + Prikaži - - Copy amount - kopiraj iznos - - + ReceiveRequestDialog Copy &Address Kopirajte adresu - - Address - Адреса - - - Amount - iznos - - - Label - Етикета - - - Message - Poruka - RecentRequestsTableModel - - Date - datum - - - Label - Етикета - - - Message - Poruka - - - Amount - iznos - - - (no label) - (без етикете) - SendCoinsDialog @@ -467,14 +358,6 @@ S&end &Пошаљи - - Copy amount - kopiraj iznos - - - (no label) - (без етикете) - SendCoinsEntry @@ -499,6 +382,13 @@ Poruka: + + SendConfirmationDialog + + Yes + Da + + ShutdownWindow @@ -525,236 +415,20 @@ TransactionDesc - - Open until %1 - Otvoreno do %1 - - - %1/unconfirmed - %1/nepotvrdjeno - - - %1 confirmations - %1 potvrde - - - Date - datum - - - label - етикета - - - Message - Poruka - - - Transaction - transakcije - - - Amount - iznos - - - , has not been successfully broadcast yet - , nije još uvek uspešno emitovan - - - unknown - nepoznato - - + TransactionDescDialog - - Transaction details - detalji transakcije - This pane shows a detailed description of the transaction Ovaj odeljak pokazuje detaljan opis transakcije - + TransactionTableModel - - Date - datum - - - Type - tip - - - Open until %1 - Otvoreno do %1 - - - Confirmed (%1 confirmations) - Potvrdjena (%1 potvrdjenih) - - - This block was not received by any other nodes and will probably not be accepted! - Ovaj blok nije primljen od ostalih čvorova (nodova) i verovatno neće biti prihvaćen! - - - Generated but not accepted - Generisan ali nije prihvaćen - - - Label - Етикета - - - Received with - Primljen sa - - - Received from - Primljeno od - - - Sent to - Poslat ka - - - Payment to yourself - Isplata samom sebi - - - Mined - Minirano - - - (n/a) - (n/a) - - - Transaction status. Hover over this field to show number of confirmations. - Status vaše transakcije. Predjite mišem preko ovog polja da bi ste videli broj konfirmacija - - - Date and time that the transaction was received. - Datum i vreme primljene transakcije. - - - Type of transaction. - Tip transakcije - - - Amount removed from or added to balance. - Iznos odbijen ili dodat balansu. - - + TransactionView - - All - Sve - - - Today - Danas - - - This week - ove nedelje - - - This month - Ovog meseca - - - Last month - Prošlog meseca - - - This year - Ove godine - - - Range... - Opseg... - - - Received with - Primljen sa - - - Sent to - Poslat ka - - - To yourself - Vama - samom sebi - - - Mined - Minirano - - - Other - Drugi - - - Enter address or label to search - Navedite adresu ili naziv koji bi ste potražili - - - Min amount - Min iznos - - - Copy address - kopiraj adresu - - - Copy label - kopiraj naziv - - - Copy amount - kopiraj iznos - - - Edit label - promeni naziv - - - Comma separated file (*.csv) - Зарезом одвојене вредности (*.csv) - - - Confirmed - Potvrdjen - - - Date - datum - - - Type - tip - - - Label - Етикета - - - Address - Адреса - - - Range: - Opseg: - - - to - do - - + UnitDisplayStatusBarControl @@ -763,17 +437,9 @@ WalletModel - - Send Coins - Слање новца - - + WalletView - - Backup Wallet - Backup новчаника - bitcoin-core @@ -801,21 +467,13 @@ Password for JSON-RPC connections Lozinka za JSON-RPC konekcije - - This help message - Ova poruka Pomoći - Loading addresses... učitavam adrese.... - Error loading wallet.dat: Wallet corrupted - Грешка током учитавања wallet.dat: Новчаник је покварен - - - Error loading wallet.dat - Грешка током учитавања wallet.dat + Insufficient funds + Nedovoljno sredstava Loading block index... @@ -833,5 +491,9 @@ Done loading Završeno učitavanje - + + Error + Greška + + \ No newline at end of file diff --git a/src/qt/locale/bitcoin_sr@latin.ts b/src/qt/locale/bitcoin_sr@latin.ts new file mode 100644 index 000000000..4e3420ec6 --- /dev/null +++ b/src/qt/locale/bitcoin_sr@latin.ts @@ -0,0 +1,453 @@ + + + AddressBookPage + + Right-click to edit address or label + Klikni desnim tasterom za uređivanje adrese ili oznake + + + Create a new address + Kreiraj novu adresu + + + &New + &Novi + + + Copy the currently selected address to the system clipboard + Kopiraj selektovanu adresu u sistemski klipbord + + + &Copy + &Kopiraj + + + C&lose + Zatvori + + + Delete the currently selected address from the list + Briše trenutno izabranu adresu sa liste + + + Export the data in the current tab to a file + Izvoz podataka iz trenutne kartice u datoteku + + + &Export + &Izvoz + + + &Delete + &Izbrisati + + + + AddressTableModel + + + AskPassphraseDialog + + Passphrase Dialog + Dialog pristupne fraze + + + Enter passphrase + Unesi pristupnu frazu + + + New passphrase + Nova pristupna fraza + + + Repeat new passphrase + Ponovo unesite pristupnu frazu + + + 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>. + Unesite novu pristupnu frazu u novčanik. <br/>Molimo, koristite pristupnu frazu koja ima <b> deset ili više nasumičnih znakova</b>, ili <b>osam ili više reči</b>. + + + Encrypt wallet + Šifrujte novčanik + + + This operation needs your wallet passphrase to unlock the wallet. + Da biste otključali novčanik potrebno je da unesete svoju pristupnu frazu. + + + Unlock wallet + Otključajte novčanik + + + This operation needs your wallet passphrase to decrypt the wallet. + Da biste dešifrovali novčanik, potrebno je da unesete svoju pristupnu frazu. + + + Decrypt wallet + Dešifrujte novčanik + + + Change passphrase + Promenite pristupnu frazu + + + Enter the old passphrase and new passphrase to the wallet. + Unesite u novčanik staru pristupnu frazu i novu pristupnu frazu. + + + Confirm wallet encryption + Potvrdite šifrovanje novčanika + + + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! + Upozorenje: Ako šifrujete svoj novčanik, i potom izgubite svoju pristupnu frazu <b>IZGUBIĆETE SVE SVOJE BITKOINE</b>! + + + Are you sure you wish to encrypt your wallet? + Da li ste sigurni da želite da šifrujete svoj novčanik? + + + Wallet encrypted + Novčanik je šifrovan + + + + BanTableModel + + IP/Netmask + IP/Netmask + + + Banned Until + Banovani ste do + + + + BitcoinGUI + + Synchronizing with network... + Usklađivanje sa mrežom... + + + &Overview + &Pregled + + + Quit application + Isključi aplikaciju + + + &Options... + &Opcije... + + + &Change Passphrase... + &Izmeni pristupnu frazu... + + + &Sending addresses... + &Slanje adresa... + + + &Receiving addresses... + &Primanje adresa... + + + Open &URI... + Otvori &URI... + + + Send coins to a Bitcoin address + Pošalji novčiće na Blackcoin adresu + + + &Verify message... + &Proveri poruku... + + + Bitcoin + Blackcoin + + + Wallet + Novčanik + + + &Send + &Pošalji + + + &Receive + &Primi + + + &Show / Hide + &Prikazati / Sakriti + + + Show or hide the main Window + Prikaži ili sakrij glavni prozor + + + &Settings + &Podešavanja + + + &Help + &Pomoć + + + Error + Greska + + + Warning + Upozorenje + + + Information + Informacije + + + %1 client + %1 klijent + + + Date: %1 + + Datum: %1 + + + + Amount: %1 + + Iznos: %1 + + + + Type: %1 + + Tip: %1 + + + + Label: %1 + + Oznaka: %1 + + + + Address: %1 + + Adresa: %1 + + + + + CoinControlDialog + + Quantity: + Količina: + + + Amount: + Iznos: + + + Fee: + Naknada: + + + After Fee: + Nakon Naknade: + + + Amount + Kolicina + + + Date + Datum + + + + EditAddressDialog + + Edit Address + Izmeni Adresu + + + &Label + &Oznaka + + + &Address + &Adresa + + + + FreespaceChecker + + + HelpMessageDialog + + + Intro + + Error + Greska + + + + ModalOverlay + + + OpenURIDialog + + + OptionsDialog + + + OverviewPage + + + PaymentServer + + + PeerTableModel + + + QObject + + Amount + Kolicina + + + + QObject::QObject + + + QRImageWidget + + + RPCConsole + + + ReceiveCoinsDialog + + + ReceiveRequestDialog + + + RecentRequestsTableModel + + + SendCoinsDialog + + Quantity: + Količina: + + + Amount: + Iznos: + + + Fee: + Naknada: + + + After Fee: + Nakon Naknade: + + + + SendCoinsEntry + + + SendConfirmationDialog + + + ShutdownWindow + + + SignVerifyMessageDialog + + + SplashScreen + + + TrafficGraphWidget + + + TransactionDesc + + + TransactionDescDialog + + + TransactionTableModel + + + TransactionView + + + UnitDisplayStatusBarControl + + + WalletFrame + + + WalletModel + + + WalletView + + + bitcoin-core + + Bitcoin Core + Blackcoin More + + + Information + Informacije + + + Warning + Upozorenje + + + Insufficient funds + Nedovoljno sredstava + + + Loading block index... + Ucitavanje indeksa bloka... + + + Add a node to connect to and attempt to keep the connection open + Dodajte cvor za povezivanje, da bi pokusali da odrzite vezu otvorenom + + + Loading wallet... + Ucitavanje novcanika... + + + Cannot write default address + Nije moguce ispisivanje podrazumevane adrese + + + Rescanning... + Ponovno skeniranje... + + + Done loading + Zavrseno ucitavanje + + + Error + Greska + + + \ No newline at end of file diff --git a/src/qt/locale/bitcoin_sv.ts b/src/qt/locale/bitcoin_sv.ts index 4ed09bfcf..97e9d1331 100644 --- a/src/qt/locale/bitcoin_sv.ts +++ b/src/qt/locale/bitcoin_sv.ts @@ -25,10 +25,6 @@ C&lose S&täng - - &Copy Address - &Kopiera adress - Delete the currently selected address from the list Ta bort den valda adressen från listan @@ -67,11 +63,15 @@ These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - Detta är dina Blackcoin-adresser för att skicka betalningar. Kolla alltid summan och den mottagande adressen innan du skickar BLACKCOINS:. + Detta är dina Blackcoin adresser för att skicka betalningar. Kolla alltid summan och den mottagande adressen innan du skickar Blackcoins. These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Detta är dina Blackcoin-adresser för att ta emot betalningar. Det rekommenderas att använda en ny mottagningsadress för varje transaktion. + Detta är dina Blackcoin adresser för att ta emot betalningar. Det rekommenderas att använda en ny mottagningsadress för varje transaktion. + + + &Copy Address + &Kopiera adress Copy &Label @@ -79,11 +79,11 @@ &Edit - &Ändra + &Redigera Export Address List - Exportera adresslistan + Exportera adresslista Comma separated file (*.csv) @@ -91,7 +91,7 @@ Exporting Failed - Exporteringen misslyckades + Export misslyckades There was an error trying to save the address list to %1. Please try again. @@ -111,7 +111,7 @@ Var vänlig och försök igen. (no label) - (ingen etikett) + (Ingen etikett) @@ -132,6 +132,10 @@ Var vänlig och försök igen. Repeat new passphrase Upprepa nytt lösenord + + 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>. + Ange plånbokens nya lösenord. <br/> Använd ett lösenord på <b>tio eller fler slumpmässiga tecken,</b> eller <b>åtta eller fler ord.</b>. + Encrypt wallet Kryptera plånbok @@ -156,41 +160,33 @@ Var vänlig och försök igen. Change passphrase Ändra lösenord + + Enter the old passphrase and new passphrase to the wallet. + Ge det gamla lösenordet och det nya lösenordet för plånboken. + Confirm wallet encryption Bekräfta kryptering av plånbok Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! - VARNING: Om du krypterar din plånbok och glömmer ditt lösenord, kommer du att <b>FÖRLORA ALLA DINA TILLGÅNGAR</b>! + VARNING: Om du krypterar din plånbok och glömmer ditt lösenord, kommer du att <b>FÖRLORA ALLA DINA BITCOIN</b>! Are you sure you wish to encrypt your wallet? Är du säker på att du vill kryptera din plånbok? - Bitcoin Core will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - Blackcoin More kommer att stängas för att slutföra krypteringsprocessen. Kom ihåg att plånbokskryptering inte garanterar fullt skydd mot skadlig kod på din dator. + Wallet encrypted + Plånbok krypterad + + + %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. + %1 kommer nu att stänga ner för att färdigställa krypteringen. Tänk på att en krypterad plånbok inte skyddar mot stöld om din dator är infekterad med en keylogger. 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. - VIKTIGT: Alla tidigare säkerhetskopior du har gjort av plånbokens fil ska ersättas med den nya genererade, krypterade plånboks filen. Av säkerhetsskäl kommer tidigare säkerhetskopior av den okrypterade plånboks filen blir oanvändbara när du börjar använda en ny, krypterad plånbok. - - - Warning: The Caps Lock key is on! - Varning: Caps Lock är påslaget! - - - Wallet encrypted - Plånboken är krypterad - - - 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>. - Ange plånbokens nya lösenord. <br/> Använd ett lösenord på <b>tio eller fler slumpmässiga tecken,</b> eller <b>åtta eller fler ord.</b>. - - - Enter the old passphrase and new passphrase to the wallet. - Ge det gamla lösenordet och det nya lösenordet för plånboken. + VIKTIGT: Alla tidigare säkerhetskopior du har gjort av plånboksfilen ska ersättas med den nya genererade, krypterade plånboksfilen. Av säkerhetsskäl kommer tidigare säkerhetskopior av den okrypterade plånboksfilen blir oanvändbara när du börjar använda en ny, krypterad plånbok. Wallet encryption failed @@ -206,11 +202,11 @@ Var vänlig och försök igen. Wallet unlock failed - Upplåsning av plånbok misslyckades + Misslyckades låsa upp plånboken The passphrase entered for the wallet decryption was incorrect. - Lösenordet för dekryptering av plånbok var felaktig. + Lösenordet för dekryptering av plånboken var felaktig. Wallet decryption failed @@ -220,6 +216,10 @@ Var vänlig och försök igen. Wallet passphrase was successfully changed. Plånbokens lösenord har ändrats. + + Warning: The Caps Lock key is on! + Varning: Caps Lock är påslaget! + BanTableModel @@ -270,6 +270,14 @@ Var vänlig och försök igen. Quit application Avsluta programmet + + &About %1 + &Om %1 + + + Show information about %1 + Visa information om %1 + About &Qt Om &Qt @@ -282,6 +290,10 @@ Var vänlig och försök igen. &Options... &Alternativ... + + Modify configuration options for %1 + Ändra konfigurationsalternativ för %1 + &Encrypt Wallet... &Kryptera plånbok... @@ -307,12 +319,20 @@ Var vänlig och försök igen. Öppna &URI... - Bitcoin Core client - Blackcoin More-klient + Click to disable network activity. + Klicka för att inaktivera nätverksaktivitet. - Importing blocks from disk... - Importerar block från disk... + Network activity disabled. + Nätverksaktivitet inaktiverad. + + + Click to enable network activity again. + Klicka för att aktivera nätverksaktivitet igen. + + + Syncing Headers (%1%)... + Synkar huvuden (%1%)... Reindexing blocks on disk... @@ -358,10 +378,6 @@ Var vänlig och försök igen. &Receive &Ta emot - - Show information about Bitcoin Core - Visa information om Blackcoin More - &Show / Hide &Visa / Göm @@ -398,22 +414,10 @@ Var vänlig och försök igen. Tabs toolbar Verktygsfält för tabbar - - Bitcoin Core - Blackcoin More - Request payments (generates QR codes and bitcoin: URIs) Begär betalning (genererar QR-koder och blackcoin-URI) - - &About Bitcoin Core - &Om Blackcoin More - - - Modify configuration options for Bitcoin Core - Ändra konfigurationsalternativ för Blackcoin More - Show the list of used sending addresses and labels Visa listan av använda avsändaradresser och etiketter @@ -430,42 +434,22 @@ Var vänlig och försök igen. &Command-line options &Kommandoradsalternativ - - Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options - Visa Blackcoin Mores hjälpmeddelande för att få en lista med möjliga Blackcoin-kommandoradsalternativ. - %n active connection(s) to Bitcoin network %n aktiva anslutningar till Blackcoin-nätverket.%n aktiva anslutningar till Blackcoin-nätverket. - No block source available... - Ingen block-källa tillgänglig... + Indexing blocks on disk... + Indexerar block på disken... + + + Processing blocks on disk... + Bearbetar block på disken... Processed %n block(s) of transaction history. Bearbetade %n block av transaktionshistoriken.Bearbetade %n block av transaktionshistoriken. - - %n hour(s) - %n timme%n timmar - - - %n day(s) - %n dag%n dagar - - - %n week(s) - %n vecka%n veckor - - - %1 and %2 - %1 och %2 - - - %n year(s) - %n år%n år - %1 behind %1 efter @@ -494,6 +478,18 @@ Var vänlig och försök igen. Up to date Uppdaterad + + Show the %1 help message to get a list with possible Bitcoin command-line options + Visa %1 hjälpmeddelande för att få en lista med möjliga Blackcoin kommandoradsalternativ. + + + %1 client + %1-klient + + + Connecting to peers... + Ansluter till noder... + Catching up... Hämtar senaste... @@ -544,12 +540,9 @@ Var vänlig och försök igen. Wallet is <b>encrypted</b> and currently <b>locked</b> Denna plånbok är <b>krypterad</b> och för närvarande <b>låst</b> - - - ClientModel - Network Alert - Nätverkslarm + A fatal error occurred. Bitcoin can no longer continue safely and will quit. + Ett kritiskt fel uppstod. Blackcoin kan inte fortsätta att köra säkert och kommer att avslutas. @@ -570,10 +563,6 @@ Var vänlig och försök igen. Amount: Belopp: - - Priority: - Prioritet: - Fee: Avgift: @@ -626,10 +615,6 @@ Var vänlig och försök igen. Confirmed Bekräftad - - Priority - Prioritet - Copy address Kopiera adress @@ -644,103 +629,7 @@ Var vänlig och försök igen. Copy transaction ID - Kopiera transaktions ID - - - Lock unspent - Lås ospenderat - - - Unlock unspent - Lås upp ospenderat - - - Copy quantity - Kopiera kvantitet - - - Copy fee - Kopiera avgift - - - Copy after fee - Kopiera efter avgift - - - Copy bytes - Kopiera byte - - - Copy priority - Kopiera prioritet - - - Copy dust - Kopiera damm - - - Copy change - Kopiera växel - - - highest - högst - - - higher - högre - - - high - hög - - - medium-high - medelhög - - - medium - medel - - - low-medium - lågmedel - - - low - låg - - - lower - lägre - - - lowest - lägst - - - (%1 locked) - (%1 låst) - - - none - ingen - - - This label turns red if the transaction size is greater than 1000 bytes. - Denna etikett blir röd om transaktionens storlek är större än 1000 bytes. - - - This label turns red if the priority is smaller than "medium". - Denna etikett blir röd om prioriteten är lägre än "medium". - - - This label turns red if any recipient receives an amount smaller than %1. - Denna etikett blir röd om någon mottagare får ett belopp mindre än %1. - - - Can vary +/- %1 satoshi(s) per input. - Kan variera +/- %1 satoshi per inmatning. + Kopiera transaktions-ID yes @@ -750,31 +639,11 @@ Var vänlig och försök igen. no nej - - This means a fee of at least %1 per kB is required. - Detta betyder att en avgift på minst %1 per kB behövs. - - - Can vary +/- 1 byte per input. - Kan variera +/- 1 byte per inmatning. - - - Transactions with higher priority are more likely to get included into a block. - Transaktioner med högre prioritet har större sannolikhet att inkluderas i ett block. - (no label) (Ingen etikett) - - change from %1 (%2) - växel från %1 (%2) - - - (change) - (växel) - - + EditAddressDialog @@ -797,39 +666,11 @@ Var vänlig och försök igen. &Address &Adress - - New receiving address - Ny mottagaradress - - - New sending address - Ny avsändaradress - - - Edit receiving address - Redigera mottagaradress - - - Edit sending address - Redigera avsändaradress - - - The entered address "%1" is already in the address book. - Den angivna adressen "%1" finns redan i adressboken. - - - The entered address "%1" is not a valid Bitcoin address. - Den angivna adressen "%1" är inte en giltig Blackcoin-adress. - Could not unlock wallet. - Plånboken kunde inte låsas upp. + Kunde inte låsa upp plånboken. - - New key generation failed. - Misslyckades med generering av ny nyckel. - - + FreespaceChecker @@ -842,7 +683,7 @@ Var vänlig och försök igen. Directory already exists. Add %1 if you intend to create a new directory here. - Katalogen finns redan. Läggtill %1 om du vill skapa en ny katalog här. + Katalogen finns redan. Lägg till %1 om du vill skapa en ny katalog här. Path already exists, and is not a directory. @@ -855,10 +696,6 @@ Var vänlig och försök igen. HelpMessageDialog - - Bitcoin Core - Blackcoin More - version version @@ -868,8 +705,8 @@ Var vänlig och försök igen. (%1-bit) - About Bitcoin Core - Om Blackcoin More + About %1 + Om %1 Command-line options @@ -908,8 +745,8 @@ Var vänlig och försök igen. Visa startbild vid uppstart (standard: %u) - Reset all settings changes made over the GUI - Återställ alla inställningar som gjorts över GUI + Reset all settings changed in the GUI + Återställ alla inställningar som gjorts i GUI @@ -919,16 +756,16 @@ Var vänlig och försök igen. Välkommen - Welcome to Bitcoin Core. - Välkommen till Blackcoin More. + Welcome to %1. + Välkommen till %1. - As this is the first time the program is launched, you can choose where Bitcoin Core will store its data. - Eftersom detta är första gången programmet startas får du välja var Blackcoin More skall lagra sina data. + As this is the first time the program is launched, you can choose where %1 will store its data. + Eftersom detta är första gången programmet startas får du välja var %1 skall lagra sitt data. - Bitcoin Core will download and store a copy of the Bitcoin block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Blackcoin More kommer att ladda ner och spara en kopia av Blackcoin-blockkedjan. Åtminstone %1GB av data kommer att sparas i denna katalog, och den kommer att växa över tiden. Plånboken kommer också att sparas i denna katalog. + %1 will download and store a copy of the Bitcoin block chain. At least %2GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + %1 kommer att ladda ner och spara en kopia av Blackcoin blockkedjan. Åtminstone %2GB av data kommer att sparas i denna katalog, och den kommer att växa över tiden. Plånboken kommer också att sparas i denna katalog. Use the default data directory @@ -938,10 +775,6 @@ Var vänlig och försök igen. Use a custom data directory: Använd en anpassad datakatalog: - - Bitcoin Core - Blackcoin More - Error: Specified data directory "%1" cannot be created. Fel: Den angivna datakatalogen "%1" kan inte skapas. @@ -959,6 +792,41 @@ Var vänlig och försök igen. (av %n GB behövs)(av %n GB behövs) + + ModalOverlay + + Form + Formulär + + + Number of blocks left + Antal block kvar + + + Unknown... + Okänt... + + + Last block time + Sista blocktid + + + Progress + Förlopp + + + calculating... + beräknar... + + + Hide + Göm + + + Unknown. Syncing Headers (%1)... + Okänd. Synkar huvuden (%1)... + + OpenURIDialog @@ -977,11 +845,7 @@ Var vänlig och försök igen. Select payment request file Välj betalningsbegäransfil - - Select payment request file to open - Välj betalningsbegäransfil att öppna - - + OptionsDialog @@ -992,6 +856,14 @@ Var vänlig och försök igen. &Main &Allmänt + + Automatically start %1 after logging in to the system. + Starta %1 automatiskt efter inloggningen. + + + &Start %1 on system login + &Starta %1 vid systemlogin + Size of &database cache Storleken på &databascache @@ -1020,10 +892,6 @@ Var vänlig och försök igen. Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu. Minimera istället för att stänga programmet när fönstret stängs. När detta alternativ är aktiverat stängs programmet endast genom att välja Stäng i menyn. - - The user interface language can be set here. This setting will take effect after restarting Bitcoin Core. - Gränssnittets språk kan väljas här. Denna inställning träder i kraft efter omstart av Blackcoin More. - 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 |. Tredjeparts URL:er (t.ex. en blockutforskare) som finns i transaktionstabben som ett menyval i sammanhanget. %s i URL:en ersätts med tansaktionshashen. Flera URL:er är separerade med vertikala streck |. @@ -1048,14 +916,6 @@ Var vänlig och försök igen. &Network &Nätverk - - Automatically start Bitcoin Core after logging in to the system. - Kör Blackcoin More automatiskt vid systeminloggning. - - - &Start Bitcoin Core on system login - &Kör Blackcoin More vid systeminloggning - (0 = auto, <0 = leave that many cores free) (0 = auto, <0 = lämna så många kärnor lediga) @@ -1140,6 +1000,14 @@ Var vänlig och försök igen. &Window &Fönster + + &Hide the icon from the system tray. + &Göm ikonen från systemfältet. + + + Hide tray icon + Göm systemfältsikonen + Show only a tray icon after minimizing the window. Visa endast en systemfältsikon vid minimering. @@ -1160,6 +1028,10 @@ Var vänlig och försök igen. User Interface &language: Användargränssnittets &språk: + + The user interface language can be set here. This setting will take effect after restarting %1. + Användargränssnittets språk kan ställas in här. Denna inställning träder i kraft efter en omstart av %1. + &Unit to show amounts in: &Måttenhet att visa belopp i: @@ -1288,93 +1160,17 @@ Var vänlig och försök igen. PaymentServer URI handling - URI hantering - - - Invalid payment address %1 - Felaktig betalningsadress %1 - - - Payment request rejected - Betalningsbegäran avslogs - - - Payment request network doesn't match client network. - Betalningsbegärans nätverk matchar inte klientens nätverk. - - - Payment request is not initialized. - Betalningsbegäran är inte initierad. - - - Requested payment amount of %1 is too small (considered dust). - Begärd betalning av %1 är för liten (betraktas som damm). - - - Payment request error - Fel vid betalningsbegäran - - - Cannot start bitcoin: click-to-pay handler - Kan inte starta blackcoin: klicka-och-betala handhavare - - - Payment request fetch URL is invalid: %1 - Betalningsbegärans hämta URL är felaktig: %1 - - - URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. - URI går inte att tolkas! Detta kan orsakas av en ogiltig Blackcoin-adress eller felaktiga URI parametrar. - - - Payment request file handling - Hantering av betalningsbegäransfil - - - Payment request file cannot be read! This can be caused by an invalid payment request file. - Betalningsbegäransfilen kan inte läsas! Detta kan orsakas av en felaktig betalningsbegäransfil. - - - Payment request expired. - Betalningsbegäran löpte ut. - - - Unverified payment requests to custom payment scripts are unsupported. - Overifierade betalningsbegärningar till specialbetalningsskript stöds inte. - - - Invalid payment request. - Ogiltig betalningsbegäran. + URI-hantering Refund from %1 Återbetalning från %1 - - Payment request %1 is too large (%2 bytes, allowed %3 bytes). - Betalningsbegäran %1 är för stor (%2 bytes, tillåten %3 bytes) - - - Error communicating with %1: %2 - Kommunikationsfel med %1: %2 - - - Payment request cannot be parsed! - Betalningsbegäran kan inte behandlas! - Bad response from server %1 - Dåligt svar från server %1 + Felaktigt svar från server %1 - - Payment acknowledged - Betalningen bekräftad - - - Network request error - Fel vid närverksbegäran - - + PeerTableModel @@ -1386,8 +1182,8 @@ Var vänlig och försök igen. Nod/Tjänst - Ping Time - Pingtid + Ping + Ping @@ -1428,32 +1224,47 @@ Var vänlig och försök igen. %1 ms %1 ms + + %n second(s) + %n sekund%n sekunder + + + %n minute(s) + %n minut%n minuter + + + %n hour(s) + %n timme%n timmar + + + %n day(s) + %n dag%n dagar + + + %n week(s) + %n vecka%n veckor + + + %1 and %2 + %1 och %2 + + + %n year(s) + %n år%n år + + + + QObject::QObject + + Error: %1 + Fel: %1 + QRImageWidget - - &Save Image... - &Spara Bild... - - - &Copy Image - &Kopiera Bild - - - Save QR Code - Spara QR-kod - - - PNG Image (*.png) - PNG-bild (*.png) - - + RPCConsole - - Client name - Klientnamn - N/A ej tillgänglig @@ -1474,14 +1285,14 @@ Var vänlig och försök igen. General Generell - - Using OpenSSL version - Använder OpenSSL version - Using BerkeleyDB version Använder BerkeleyDB versionen + + Datadir + Datakatalog + Startup time Uppstartstid @@ -1518,10 +1329,6 @@ Var vänlig och försök igen. Memory usage Minnesåtgång - - Open the Bitcoin Core debug log file from the current data directory. This can take a few seconds for large log files. - Öppna felsökningsloggfilen för Blackcoin More från den nuvarande datakatalogen. Detta kan ta några sekunder om loggfilen är stor. - Received Mottagen @@ -1570,6 +1377,18 @@ Var vänlig och försök igen. User Agent Användaragent + + Open the %1 debug log file from the current data directory. This can take a few seconds for large log files. + Öppna %1 debug-loggfilen från aktuell datakatalog. Detta kan ta några sekunder för stora loggfiler. + + + Decrease font size + Minska fontstorleken + + + Increase font size + Öka fontstorleken + Services Tjänster @@ -1638,10 +1457,6 @@ Var vänlig och försök igen. Out: Ut: - - Build date - Kompileringsdatum - Debug log file Debugloggfil @@ -1650,14 +1465,6 @@ Var vänlig och försök igen. Clear console Rensa konsollen - - &Disconnect Node - &Koppla från nod - - - Ban Node for - Banna nod i - 1 &hour 1 &timme @@ -1675,12 +1482,8 @@ Var vänlig och försök igen. 1 &år - &Unban Node - &Ta bort ban från nod - - - Welcome to the Bitcoin Core RPC console. - Välkommen till RPC-konsolen för Blackcoin More. + Welcome to the %1 RPC console. + Välkommen till %1 RPC-konsolen. Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -1809,6 +1612,10 @@ Var vänlig och försök igen. Remove Ta bort + + Copy URI + Kopiera URI + Copy label Kopiera etikett @@ -1840,13 +1647,9 @@ Var vänlig och försök igen. &Save Image... &Spara Bild... - - Request payment to %1 - Begär betalning till %1 - Payment information - Betalningsinformation + Betalinformaton URI @@ -1856,10 +1659,6 @@ Var vänlig och försök igen. Address Adress - - Amount - Mängd - Label Etikett @@ -1868,15 +1667,7 @@ Var vänlig och försök igen. Message Meddelande - - Resulting URI too long, try to reduce the text for label / message. - URI:n är för lång, försöka minska texten för etikett / meddelande. - - - Error encoding URI into QR Code. - Fel vid skapande av QR-kod från URI. - - + RecentRequestsTableModel @@ -1891,10 +1682,6 @@ Var vänlig och försök igen. Message Meddelande - - Amount - Mängd - (no label) (Ingen etikett) @@ -1903,11 +1690,7 @@ Var vänlig och försök igen. (no message) (inget meddelande) - - (no amount) - (ingen summa) - - + SendCoinsDialog @@ -1942,10 +1725,6 @@ Var vänlig och försök igen. Amount: Belopp: - - Priority: - Prioritet: - Fee: Avgift: @@ -2014,10 +1793,6 @@ Var vänlig och försök igen. (Smart fee not initialized yet. This usually takes a few blocks...) (Smartavgiften är inte initierad än. Detta tar vanligen några block...) - - Confirmation time: - Bekräftelsetid: - normal normal @@ -2026,14 +1801,6 @@ Var vänlig och försök igen. fast snabb - - Send as zero-fee transaction if possible - Sänd som nollavgiftstransaktion om möjligt - - - (confirmation may take longer) - (bekräftelse kan ta längre tid) - Send to multiple recipients at once Skicka till flera mottagare samtidigt @@ -2067,117 +1834,25 @@ Var vänlig och försök igen. &Skicka - Confirm send coins - Bekräfta skickade mynt + Copy amount + Kopiera belopp %1 to %2 %1 till %2 - - Copy quantity - Kopiera kvantitet - - - Copy amount - Kopiera belopp - - - Copy fee - Kopiera avgift - - - Copy after fee - Kopiera efter avgift - - - Copy bytes - Kopiera byte - - - Copy priority - Kopiera prioritet - - - Copy change - Kopiera växel - - - Total Amount %1 - Total summa %1 - or eller - - The amount to pay must be larger than 0. - Det betalade beloppet måste vara större än 0. - - - The amount exceeds your balance. - Värdet överstiger ditt saldo. - - - The total exceeds your balance when the %1 transaction fee is included. - Totalvärdet överstiger ditt saldo när transaktionsavgiften %1 är pålagd. - - - Transaction creation failed! - Transaktionen gick inte att skapa! - - - 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. - Transaktionen avslogs! Detta kan hända om några av mynten i plånboken redan spenderats, t.ex om du använt en kopia av wallet.dat och mynt spenderades i kopian men inte markerats som spenderade här. - - - A fee higher than %1 is considered an absurdly high fee. - En avgift som är högre än %1 anses vara en orimligt hög avgift. - - - Payment request expired. - Betalningsbegäran löpte ut. - - - Pay only the required fee of %1 - Betala endast den nödvändiga avgiften på %1 - - Estimated to begin confirmation within %n block(s). - Uppskattas till att påbörja bekräftelse inom %n block.Uppskattas till att påbörja bekräftelse inom %n block. - - - The recipient address is not valid. Please recheck. - Mottagarens adress är ogiltig. Kontrollera igen. - - - Duplicate address found: addresses should only be used once each. - Duplicerad adress upptäckt: adresser skall endast användas en gång var. - - - Warning: Invalid Bitcoin address - Varning: Felaktig Blackcoinadress + %n block(s) + %n block%n block (no label) (Ingen etikett) - - Warning: Unknown change address - Varning: Okänd växeladress - - - Copy dust - Kopiera damm - - - Are you sure you want to send? - Är du säker på att du vill skicka? - - - added as transaction fee - adderad som transaktionsavgift - SendCoinsEntry @@ -2189,10 +1864,6 @@ Var vänlig och försök igen. Pay &To: Betala &Till: - - Enter a label for this address to add it to your address book - Ange ett namn för den här adressen och lägg till den i din adressbok - &Label: &Etikett: @@ -2261,12 +1932,19 @@ Var vänlig och försök igen. Memo: PM: + + + SendConfirmationDialog + + Yes + Ja + ShutdownWindow - Bitcoin Core is shutting down... - Blackcoin More stängs av... + %1 is shutting down... + %1 stängs av... Do not shut down the computer until this window disappears. @@ -2359,69 +2037,21 @@ Var vänlig och försök igen. Reset all verify message fields Rensa alla fält - - Click "Sign Message" to generate signature - Klicka "Signera Meddelande" för att få en signatur - - - The entered address is invalid. - Den angivna adressen är ogiltig. - - - Please check the address and try again. - Vad god kontrollera adressen och försök igen. - - - The entered address does not refer to a key. - Den angivna adressen refererar inte till en nyckel. - - - Wallet unlock was cancelled. - Upplåsningen av plånboken avbröts. - - - Private key for the entered address is not available. - Privata nyckel för den angivna adressen är inte tillgänglig. - - - Message signing failed. - Signeringen av meddelandet misslyckades. - Message signed. - Meddelandet är signerat. + Meddelande signerat. The signature could not be decoded. Signaturen kunde inte avkodas. - - Please check the signature and try again. - Kontrollera signaturen och försök igen. - - - The signature did not match the message digest. - Signaturen matchade inte meddelandesammanfattningen. - - - Message verification failed. - Meddelandet verifikation misslyckades. - Message verified. - Meddelandet är verifierad. + Meddelande verifierat. SplashScreen - - Bitcoin Core - Blackcoin More - - - The Bitcoin Core developers - Blackcoin More-utvecklarna - [testnet] [testnet] @@ -2436,330 +2066,54 @@ Var vänlig och försök igen. TransactionDesc - - Open until %1 - Öppet till %1 - - - conflicted - konflikterade - - - %1/offline - %1/nerkopplad - - - %1/unconfirmed - %1/obekräftade - - - %1 confirmations - %1 bekräftelser - Status Status - - , broadcast through %n node(s) - , sänd genom %n nod, sänd genom %n noder - Date Datum - - Source - Källa - - - Generated - Genererad - - - From - Från - - - To - Till - - - own address - egen adress - - - watch-only - granska-bara - - - label - etikett - - - Credit - Kredit - - - matures in %n more block(s) - mognar om %n fler blockmognar om %n fler block - - - not accepted - inte accepterad - - - Debit - Belasta - - - Total debit - Total skuld - - - Total credit - Total kredit - - - Transaction fee - Transaktionsavgift - - - Net amount - Nettobelopp - Message Meddelande - - Comment - Kommentar - - - Transaction ID - Transaktions-ID - - - Merchant - Handlare - - - 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. - Genererade mynt måste vänta %1 block innan de kan användas. När du skapade detta block sändes det till nätverket för att läggas till i blockkedjan. Om blocket inte kommer in i kedjan kommer dess status att ändras till "accepteras inte" och kommer ej att gå att spendera. Detta kan ibland hända om en annan nod genererar ett block nästan samtidigt som dig. - - - Debug information - Debug information - - - Transaction - Transaktion - - - Inputs - Inputs - - - Amount - Mängd - - - true - sant - - - false - falsk - - - , has not been successfully broadcast yet - , har inte lyckats skickas ännu - - - Open for %n more block(s) - Öppet för %n mer blockÖppet för %n mer block - - - unknown - okänd - - + TransactionDescDialog - - Transaction details - Transaktionsdetaljer - This pane shows a detailed description of the transaction Den här panelen visar en detaljerad beskrivning av transaktionen - + TransactionTableModel Date Datum - - Type - Typ - - - Immature (%1 confirmations, will be available after %2) - Omogen (%1 konfirmeringar, blir tillgänglig efter %2) - - - Open for %n more block(s) - Öppet för %n mer blockÖppet för %n mer block - - - Open until %1 - Öppet till %1 - - - Confirmed (%1 confirmations) - Bekräftad (%1 bekräftelser) - - - This block was not received by any other nodes and will probably not be accepted! - Det här blocket togs inte emot av några andra noder och kommer antagligen inte att bli godkänt. - - - Generated but not accepted - Genererad men inte accepterad - - - Offline - Nerkopplad - Label Etikett - Unconfirmed - Okonfirmerade + (no label) + (Ingen etikett) - - Confirming (%1 of %2 recommended confirmations) - Konfirmerar (%1 of %2 konfirmeringar) - - - Conflicted - Konflikterade - - - Received with - Mottagen med - - - Received from - Mottaget från - - - Sent to - Skickad till - - - Payment to yourself - Betalning till dig själv - - - Mined - Genererade - - - watch-only - granska-bara - - - (n/a) - (n/a) - - - Transaction status. Hover over this field to show number of confirmations. - Transaktionsstatus. Håll muspekaren över för att se antal bekräftelser. - - - Date and time that the transaction was received. - Tidpunkt då transaktionen mottogs. - - - Type of transaction. - Transaktionstyp. - - - Whether or not a watch-only address is involved in this transaction. - Anger om granska-bara--adresser är involverade i denna transaktion. - - - User-defined intent/purpose of the transaction. - Användardefinierat syfte/ändamål för transaktionen. - - - Amount removed from or added to balance. - Belopp draget eller tillagt till balans. - - + TransactionView - - All - Alla - - - Today - Idag - - - This week - Denna vecka - - - This month - Denna månad - - - Last month - Föregående månad - - - This year - Det här året - - - Range... - Period... - - - Received with - Mottagen med - - - Sent to - Skickad till - - - To yourself - Till dig själv - - - Mined - Genererade - - - Other - Övriga - Enter address or label to search - Sök efter adress eller etikett + Ange en adress eller etikett att söka efter Min amount - Minsta mängd + Minsta belopp + + + Abandon transaction + Avbryt transaktionen Copy address @@ -2775,60 +2129,16 @@ Var vänlig och försök igen. Copy transaction ID - Kopiera transaktions ID - - - Copy raw transaction - Kopiera rå transaktion - - - Edit label - Ändra etikett - - - Show transaction details - Visa transaktionsdetaljer - - - Export Transaction History - Exportera Transaktionshistoriken - - - Watch-only - Granska-bara - - - Exporting Failed - Exporteringen misslyckades - - - There was an error trying to save the transaction history to %1. - Det inträffade ett fel när transaktionshistoriken skulle sparas till %1. - - - Exporting Successful - Exporteringen lyckades - - - The transaction history was successfully saved to %1. - Transaktionshistoriken sparades utan problem till %1. + Kopiera transaktions-ID Comma separated file (*.csv) Kommaseparerad fil (*.csv) - - Confirmed - Bekräftad - Date Datum - - Type - Typ - Label Etikett @@ -2838,18 +2148,10 @@ Var vänlig och försök igen. Adress - ID - ID + Exporting Failed + Export misslyckades - - Range: - Intervall: - - - to - till - - + UnitDisplayStatusBarControl @@ -2859,53 +2161,13 @@ Var vänlig och försök igen. WalletFrame - - No wallet has been loaded. - Ingen plånbok har laddats in. - - + WalletModel - - Send Coins - Skicka pengar - - + WalletView - - &Export - &Exportera - - - Export the data in the current tab to a file - Exportera informationen i den nuvarande fliken till en fil - - - Backup Wallet - Säkerhetskopiera Plånbok - - - Wallet Data (*.dat) - Plånboks-data (*.dat) - - - Backup Failed - Säkerhetskopiering misslyckades - - - There was an error trying to save the wallet data to %1. - Det inträffade ett fel när plånbokens data skulle sparas till %1. - - - The wallet data was successfully saved to %1. - Plånbokens data sparades utan problem till %1. - - - Backup Successful - Säkerhetskopiering lyckades - - + bitcoin-core @@ -2932,14 +2194,6 @@ Var vänlig och försök igen. If <category> is not supplied or if <category> = 1, output all debugging information. Om <kategori> inte anges eller om <category> = 1, visa all avlusningsinformation. - - Maximum total fees (in %s) to use in a single wallet transaction; setting this too low may abort large transactions (default: %s) - Maximal total avgift (i %s) att använda i en plånbokstransaktion. Sätts denna för lågtkan stora transaktioner komma att avbrytas (förvalt: %s) - - - Please check that your computer's date and time are correct! If your clock is wrong Bitcoin Core will not work properly. - Vänligen kontrollera att din dators datum och tid är korrekt! Om din klocka går fel kommer Blackcoin More inte att fungera ordentligt. - Prune configured below the minimum of %d MiB. Please use a higher number. Beskärning konfigurerad under miniminivån %d MiB. Vänligen använd ett högre värde. @@ -2948,10 +2202,6 @@ Var vänlig och försök igen. Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node) Beskärning: sista plånbokssynkroniseringen ligger utanför beskuren data. Du måste använda -reindex (ladda ner hela blockkedjan igen eftersom noden beskurits) - - Reduce storage requirements by pruning (deleting) old blocks. This mode is incompatible with -txindex and -rescan. Warning: Reverting this setting requires re-downloading the entire blockchain. (default: 0 = disable pruning blocks, >%u = target size in MiB to use for block files) - Minska lagringsbehovet genom att beskära (ta bort) gamla block. Detta läge är inkompatibelt med -txindex och -rescan. Varning: Ändras denna inställning måste hela blockkedjan laddas ner igen. (förvalt: 0 = inaktivera beskärning av block, >%u = målstorlek i MiB att använda för blockfiler) - Rescans are not possible in pruned mode. You will need to use -reindex which will download the whole blockchain again. Omskanningar kan inte göras i beskuret läge. Du måste använda -reindex vilket kommer ladda ner hela blockkedjan igen. @@ -2977,25 +2227,61 @@ Var vänlig och försök igen. Kunde inte starta HTTP-server. Se avlusningsloggen för detaljer. - Accept connections from outside (default: 1 if no -proxy or -connect) - Acceptera anslutningar utifrån (förvalt: 1 om ingen -proxy eller -connect) + Bitcoin Core + Blackcoin More + + + The %s developers + %s-utvecklarna + + + A fee rate (in %s/kB) that will be used when fee estimation has insufficient data (default: %s) + En avgiftskurs (i %s/kB) som används när det inte finns tillräcklig data för att uppskatta avgiften (förvalt: %s) + + + Accept relayed transactions received from whitelisted peers even when not relaying transactions (default: %d) + Acceptera vidarebefodrade transaktioner från vitlistade noder även när transaktioner inte vidarebefodras (förvalt: %d) Bind to given address and always listen on it. Use [host]:port notation for IPv6 Bind till given adress och lyssna alltid på den. Använd [värd]:port notation för IPv6 + + Cannot obtain a lock on data directory %s. %s is probably already running. + Kan inte låsa data-mappen %s. %s körs förmodligen redan. + Delete all wallet transactions and only recover those parts of the blockchain through -rescan on startup Ta bort alla plånbokstransaktioner och återskapa bara dom som är en del av blockkedjan genom att ange -rescan vid uppstart - Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. - Distribuerad under MIT mjukvarulicens, se den bifogade filen COPYING eller <http://www.opensource.org/licenses/mit-license.php>. + Error loading %s: You can't enable HD on a already existing non-HD wallet + Fel vid laddning av %s: Du kan inte aktivera HD på en existerande icke-HD plånbok + + + Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect. + Fel vid läsning av %s! Alla nycklar lästes korrekt, men transaktionsdatat eller adressbokens poster kanske saknas eller är felaktiga. Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) Exekvera kommando när en plånbokstransaktion ändras (%s i cmd är ersatt av TxID) + + Maximum allowed median peer time offset adjustment. Local perspective of time may be influenced by peers forward or backward by this amount. (default: %u seconds) + Maximalt tillåten median-peer tidsoffset justering. Lokalt perspektiv av tiden kan bli påverkad av partners, framåt eller bakåt denna tidsrymd. (förvalt: %u sekunder) + + + Maximum total fees (in %s) to use in a single wallet transaction or raw transaction; setting this too low may abort large transactions (default: %s) + Maximal total avgift (i %s) att använda i en plånbokstransaktion eller råa transaktioner. Sätts denna för lågt kan stora transaktioner avbrytas (förvalt: %s) + + + Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly. + Vänligen kolla så att din dators datum och tid är korrekt! Om din klocka går fel kommer %s inte att fungera korrekt. + + + Please contribute if you find %s useful. Visit %s for further information about the software. + Var snäll och bidra om du finner %s användbar. Besök %s för mer information om mjukvaran. + Set the number of script verification threads (%u to %d, 0 = auto, <0 = leave that many cores free, default: %d) Ange antalet skriptkontrolltrådar (%u till %d, 0 = auto, <0 = lämna så många kärnor lediga, förval: %d) @@ -3005,40 +2291,20 @@ Var vänlig och försök igen. Blockdatabasen innehåller ett block som verkar vara från framtiden. Detta kan vara på grund av att din dators datum och tid är felaktiga. Bygg bara om blockdatabasen om du är säker på att datorns datum och tid är korrekt - This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - Detta är ett förhands testbygge - använd på egen risk - använd inte för mining eller handels applikationer - - - Unable to bind to %s on this computer. Bitcoin Core is probably already running. - Det går inte att binda till %s på den här datorn. Blackcoin More är förmodligen redan igång. + Unable to rewind the database to a pre-fork state. You will need to redownload the blockchain + Kan inte spola tillbaka databasen till obeskärt läge. Du måste ladda ner blockkedjan igen Use UPnP to map the listening port (default: 1 when listening and no -proxy) Använd UPnP för att mappa den lyssnande porten (förvalt: 1 när lyssning aktiverat och utan -proxy) - WARNING: abnormally high number of blocks generated, %d blocks received in the last %d hours (%d expected) - Varning: Onormalt antal block block genererade. %d block mottagna senaste %d timmarna (%d förväntade) + You need to rebuild the database using -reindex-chainstate to change -txindex + Du måste återskapa databasen med -reindex-chainstate för att ändra -txindex - WARNING: check your network connection, %d blocks received in the last %d hours (%d expected) - Varning: Kontrollera din närverksanslutning. %d block mottagna senaste %d timmarna, (%d förväntade) - - - Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. - Varning: Nätverket verkar inte vara helt överens! Några miners verkar ha problem. - - - Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. - Varning: Vi verkar inte helt överens med våra peers! Du kan behöva uppgradera, eller andra noder kan behöva uppgradera. - - - 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. - Varning: wallet.dat korrupt, datan har räddats! Den ursprungliga wallet.dat har sparas som wallet.{timestamp}.bak i %s; om ditt saldo eller transaktioner är felaktiga ska du återställa från en säkerhetskopia. - - - Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. - Vitlista klienter som ansluter från angivna nätmasker eller IP-adresser. Kan specificeras flera gånger. + %s corrupt, salvage failed + %s är korrupt, räddning misslyckades -maxmempool must be at least %d MB @@ -3048,18 +2314,34 @@ Var vänlig och försök igen. <category> can be: <category> Kan vara: + + Append comment to the user agent string + Lägg till kommentar till user-agent-strängen + + + Attempt to recover private keys from a corrupt wallet on startup + Försök att rädda privata nycklar från en korrupt plånbok vid uppstart + Block creation options: Block skapande inställningar: - Connect only to the specified node(s) - Koppla enbart upp till den/de specificerade noden/noder + Cannot resolve -%s address: '%s' + Kan inte matcha -%s adress: '%s' + + + Change index out of range + Förändringsindexet utom räckhåll Connection options: Anslutningsalternativ: + + Copyright (C) %i-%i + Copyright (C) %i-%i + Corrupted block database detected Korrupt blockdatabas har upptäckts @@ -3092,6 +2374,10 @@ Var vänlig och försök igen. Enable publish raw transaction in <address> Aktivera publicering av råa transaktioner i <adress> + + Enable transaction replacement in the memory pool (default: %u) + Aktivera byte av transaktioner i minnespoolen (förvalt: %u) + Error initializing block database Fel vid initiering av blockdatabasen @@ -3100,6 +2386,22 @@ Var vänlig och försök igen. Error initializing wallet database environment %s! Fel vid initiering av plånbokens databasmiljö %s! + + Error loading %s + Fel vid inläsning av %s + + + Error loading %s: Wallet corrupted + Fel vid inläsningen av %s: Plånboken är koruppt + + + Error loading %s: Wallet requires newer version of %s + Fel vid inläsningen av %s: Plånboken kräver en senare version av %s + + + Error loading %s: You can't disable HD on a already existing HD wallet + Fel vid laddning av %s: Du kan inte avaktivera HD på en redan existerande HD plånbok + Error loading block database Fel vid inläsning av blockdatabasen @@ -3124,14 +2426,34 @@ Var vänlig och försök igen. Incorrect or no genesis block found. Wrong datadir for network? Felaktig eller inget genesisblock hittades. Fel datadir för nätverket? + + Initialization sanity check failed. %s is shutting down. + Initieringschecken fallerade. %s stängs av. + Invalid -onion address: '%s' Ogiltig -onion adress:'%s' + + Invalid amount for -%s=<amount>: '%s' + Ogiltigt belopp för -%s=<belopp>:'%s' + + + Invalid amount for -fallbackfee=<amount>: '%s' + Ogiltigt belopp för -fallbackfee=<belopp>: '%s' + Keep the transaction memory pool below <n> megabytes (default: %u) Håll minnespoolen över transaktioner under <n> megabyte (förvalt: %u) + + Loading banlist... + Laddar svarta listan... + + + Location of the auth cookie (default: data dir) + Plats för authcookie (förvalt: datamapp) + Not enough file descriptors available. Inte tillräckligt med filbeskrivningar tillgängliga. @@ -3140,6 +2462,14 @@ Var vänlig och försök igen. Only connect to nodes in network <net> (ipv4, ipv6 or onion) Anslut enbart till noder i nätverket <net> (IPv4, IPv6 eller onion) + + Print this help message and exit + Visa denna hjälptext och avsluta + + + Print version and exit + Visa version och avsluta + Prune cannot be configured with a negative value. Beskärning kan inte konfigureras med ett negativt värde. @@ -3148,6 +2478,18 @@ Var vänlig och försök igen. Prune mode is incompatible with -txindex. Beskärningsläge är inkompatibel med -txindex. + + Rebuild chain state and block index from the blk*.dat files on disk + Återskapa blockkedjans status och index från blk*.dat filer på disken + + + Rebuild chain state from the currently indexed blocks + Återskapa blockkedjans status från aktuella indexerade block + + + Rewinding blocks... + Spolar tillbaka blocken... + Set database cache size in megabytes (%d to %d, default: %d) Sätt databasens cachestorlek i megabyte (%d till %d, förvalt: %d) @@ -3160,6 +2502,14 @@ Var vänlig och försök igen. Specify wallet file (within data directory) Ange plånboksfil (inom datakatalogen) + + The source code is available from %s. + Källkoden är tillgänglig från %s. + + + Unable to bind to %s on this computer. %s is probably already running. + Det går inte att binda till %s på den här datorn. %s är förmodligen redan igång. + Unsupported argument -benchmark ignored, use -debug=bench. Argumentet -benchmark stöds inte och ignoreras, använd -debug=bench. @@ -3192,18 +2542,18 @@ Var vänlig och försök igen. Wallet %s resides outside data directory %s Plånbok %s ligger utanför datakatalogen %s + + Wallet debugging/testing options: + Plånbokens Avlusnings/Testnings optioner: + + + Wallet needed to be rewritten: restart %s to complete + Plånboken behöver sparas om: Starta om %s för att fullfölja + Wallet options: Plånboksinställningar: - - Warning: This version is obsolete; upgrade required! - Varning: Denna version är föråldrad; uppgradering krävs! - - - You need to rebuild the database using -reindex to change -txindex - Du måste återskapa databasen med -reindex för att ändra -txindex - 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 Tillåt JSON-RPC-anslutningar från specifik källa. Tillåtna <ip> är enkel IP (t.ex 1.2.3.4), en nätverk/nätmask (t.ex. 1.2.3.4/255.255.255.0) eller ett nätverk/CIDR (t.ex. 1.2.3.4/24). Detta alternativ anges flera gånger @@ -3216,10 +2566,6 @@ Var vänlig och försök igen. 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) Bind till angiven adress för att lyssna på JSON-RPC-anslutningar. Använd [värd]:port-format for IPv6. Detta alternativ kan anges flera gånger (förvalt: bind till alla gränssnitt) - - Cannot obtain a lock on data directory %s. Bitcoin Core is probably already running. - Kan inte låsa data-mappen %s. Blackcoin More körs förmodligen redan. - Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) Skapa nya filer med systemets förvalda rättigheter, istället för umask 077 (bara effektivt med avaktiverad plånboks funktionalitet) @@ -3252,10 +2598,6 @@ Var vänlig och försök igen. Maximum size of data in data carrier transactions we relay and mine (default: %u) Maximal storlek på data i databärartransaktioner som vi reläar och bryter (förvalt: %u) - - Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect) - Sök efter klientadresser med DNS sökningen, om det finns otillräckligt med adresser (förvalt: 1 om inte -connect) - Randomize credentials for every proxy connection. This enables Tor stream isolation (default: %u) Slumpa autentiseringen för varje proxyanslutning. Detta möjliggör Tor ström-isolering (förvalt: %u) @@ -3264,17 +2606,13 @@ Var vänlig och försök igen. Set maximum size of high-priority/low-fee transactions in bytes (default: %d) Sätt den maximala storleken av hög-prioriterade/låg-avgifts transaktioner i byte (förvalt: %d) - - Set the number of threads for coin generation if enabled (-1 = all cores, default: %d) - Ange antalet trådar för myntgenerering om påslagen (-1= alla kärnor, förval: %d) - The transaction amount is too small to send after the fee has been deducted Transaktionen är för liten att skicka efter det att avgiften har dragits - 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. - Denna produkten innehåller mjukvara utvecklad av OpenSSL Project för användning i OpenSSL Toolkit <https://www.openssl.org/> och kryptografisk mjukvara utvecklad av Eric Young samt UPnP-mjukvara skriven av Thomas Bernard. + Use hierarchical deterministic key generation (HD) after BIP32. Only has effect during wallet creation/first start + Använd hierarkisk deterministisk nyckel generering (HD) efter BIP32. Har bara effekt under plånbokens skapande/första användning. 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 @@ -3292,38 +2630,14 @@ Var vänlig och försök igen. Accept public REST requests (default: %u) Acceptera publika REST förfrågningar (förvalt: %u) - - Activating best chain... - Aktiverar bästa kedjan... - - - Always relay transactions received from whitelisted peers (default: %d) - Vidarebefordra alltid transaktioner från vitlistade noder (förval: %d) - - - Attempt to recover private keys from a corrupt wallet.dat on startup - Försök att rädda privata nycklar från en korrupt wallet.dat vid uppstart - Automatically create Tor hidden service (default: %d) Skapa automatiskt dold tjänst i Tor (förval: %d) - - Cannot resolve -whitebind address: '%s' - Kan inte matcha -whitebind adress: '%s' - Connect through SOCKS5 proxy Anslut genom SOCKS5 proxy - - Copyright (C) 2009-%i The Bitcoin Core Developers - Copyright (C) 2018-%i Blackcoin More Utvecklarna - - - Error loading wallet.dat: Wallet requires newer version of Bitcoin Core - Fel vid inläsningen av wallet.dat: Kontofilen kräver en senare version av Blackcoin More - Error reading from database, shutting down. Fel vid läsning från databas, avslutar. @@ -3336,22 +2650,6 @@ Var vänlig och försök igen. Information Information - - Initialization sanity check failed. Bitcoin Core is shutting down. - Initieringschecken fallerade. Blackcoin More stängs av... - - - Invalid amount for -maxtxfee=<amount>: '%s' - Otillåtet belopp för -maxtxfee=<belopp>: '%s' - - - Invalid amount for -minrelaytxfee=<amount>: '%s' - Ogiltigt belopp för -minrelaytxfee=<belopp>: '%s' - - - Invalid amount for -mintxfee=<amount>: '%s' - Ogiltigt belopp för -mintxfee=<belopp>: '%s' - Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) Ogiltigt belopp för -paytxfee=<belopp>:'%s' (måste vara minst %s) @@ -3376,14 +2674,6 @@ Var vänlig och försök igen. RPC server options: RPC-serveralternativ: - - Rebuild block chain index from current blk000??.dat files on startup - Återskapa blockkedjans index från nuvarande blk000??.dat filer under uppstarten - - - Receive and display P2P network alerts (default: %u) - Mottag och visa P2P nätverksvarningar (förvalt: %u) - Reducing -maxconnections from %d to %d, because of system limitations. Minskar -maxconnections från %d till %d, på grund av systembegränsningar. @@ -3432,10 +2722,6 @@ Var vänlig och försök igen. Transaction amount too small Transaktions belopp för liten - - Transaction amounts must be positive - Transaktionens belopp måste vara positiva - Transaction too large for fee policy Transaktionen är för stor för avgiftspolicyn @@ -3456,14 +2742,14 @@ Var vänlig och försök igen. Username for JSON-RPC connections Användarnamn för JSON-RPC-anslutningar - - Wallet needed to be rewritten: restart Bitcoin Core to complete - Kontot behöver sparas om: Starta om Blackcoin More för att fullfölja - Warning Varning + + Warning: unknown new rules activated (versionbit %i) + Varning: okända nya regler aktiverade (versionsbit %i) + Whether to operate in a blocks only mode (default: %u) Ska allt göras i endast block-läge (förval: %u) @@ -3476,10 +2762,6 @@ Var vänlig och försök igen. ZeroMQ notification options: ZeroMQ-alternativ för notiser: - - wallet.dat corrupt, salvage failed - wallet.dat korrupt, räddning misslyckades - Password for JSON-RPC connections Lösenord för JSON-RPC-anslutningar @@ -3488,10 +2770,6 @@ Var vänlig och försök igen. Execute command when the best block changes (%s in cmd is replaced by block hash) Exekvera kommando när det bästa blocket ändras (%s i cmd är utbytt av blockhash) - - This help message - Det här hjälp medelandet - Allow DNS lookups for -addnode, -seednode and -connect Tillåt DNS-sökningar för -addnode, -seednode och -connect @@ -3500,10 +2778,6 @@ Var vänlig och försök igen. Loading addresses... Laddar adresser... - - Error loading wallet.dat: Wallet corrupted - Fel vid inläsningen av wallet.dat: Plånboken är skadad - (1 = keep tx meta data e.g. account owner and payment request information, 2 = drop tx meta data) (1 = spara tx metadata t.ex. kontoägare och betalningsbegäransinformation, 2 = släng tx metadata) @@ -3512,17 +2786,13 @@ Var vänlig och försök igen. -maxtxfee is set very high! Fees this large could be paid on a single transaction. -maxtxfee är väldigt högt satt! Så höga avgifter kan komma att betalas för en enstaka transaktion. - - -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. - -paytxfee är väldigt högt satt! Det här är avgiften du kommer betala om du skickar en transaktion. - Do not keep transactions in the mempool longer than <n> hours (default: %u) Håll inte transaktioner i minnespoolen längre än <n> timmar (förvalt: %u) - Error reading wallet.dat! All keys read correctly, but transaction data or address book entries might be missing or incorrect. - Fel vid läsning av wallet.dat! Alla nycklar lästes korrekt, men transaktionsdata eller adressbokens poster kanske saknas eller är felaktiga. + Equivalent bytes per sigop in transactions for relay and mining (default: %u) + Samma antal byte per sigop i transaktioner som vi reläar och bryter (förvalt: %u) Fees (in %s/kB) smaller than this are considered zero fee for transaction creation (default: %s) @@ -3560,13 +2830,21 @@ Var vänlig och försök igen. Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported. Argumentet -socks hittades och stöds inte. Det är inte längre möjligt att sätta SOCKS-version längre, bara SOCKS5-proxy stöds. + + Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay. + Argumentet -whitelistalwaysrelay stöds inte utan ignoreras, använd -whitelistrelay och/eller -whitelistforcerelay. + Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) Använd separat SOCKS5 proxy för att nå kollegor via dolda tjänster i Tor (förvalt: -%s) - Username and hashed password for JSON-RPC connections. The field <userpw> comes in the format: <USERNAME>:<SALT>$<HASH>. A canonical python script is included in share/rpcuser. This option can be specified multiple times - Användarnamn och hashat lösenord för JSON-RPC-anslutningar. Fältet <userpw> kommer i formatet: <USERNAME>:<SALT>$<HASH>. Ett kanoniskt pythonskript finns inkluderat i share/rpcuser. Detta alternativ kan anges flera gånger + Warning: Unknown block versions being mined! It's possible unknown rules are in effect + Varning: Okända blockversioner bryts! Det är möjligt att okända regler används + + + Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup. + Varning: Plånboksfilen var korrupt, datat har räddats! Den ursprungliga %s har sparas som %s i %s. Om ditt saldo eller transaktioner är felaktiga bör du återställa från en säkerhetskopia. (default: %s) @@ -3576,14 +2854,6 @@ Var vänlig och försök igen. Always query for peer addresses via DNS lookup (default: %u) Sök alltid efter klientadresser med DNS sökningen (förvalt: %u) - - Error loading wallet.dat - Fel vid inläsning av plånboksfilen wallet.dat - - - Generate coins (default: %u) - Generera mynt (förvalt: %u) - How many blocks to check at startup (default: %u, 0 = all) Hur många block att kontrollera vid uppstart (förvalt: %u, 0 = alla) @@ -3637,8 +2907,8 @@ Var vänlig och försök igen. Sätt storleken på nyckelpoolen till <n> (förvalt: %u) - Set minimum block size in bytes (default: %u) - Sätt minsta blockstorlek i byte (standard: %u) + Set maximum BIP141 block weight (default: %d) + Sätt maximal BIP141 blockvikt (förvalt: %d) Set the number of threads to service RPC calls (default: %d) @@ -3668,18 +2938,6 @@ Var vänlig och försök igen. Unknown network specified in -onlynet: '%s' Okänt nätverk som anges i -onlynet: '%s' - - Cannot resolve -bind address: '%s' - Kan inte matcha -bind adress: '%s' - - - Cannot resolve -externalip address: '%s' - Kan inte matcha -externalip adress: '%s' - - - Invalid amount for -paytxfee=<amount>: '%s' - Ogiltigt belopp för -paytxfee=<belopp>:'%s' - Insufficient funds Otillräckligt med blackcoins diff --git a/src/qt/locale/bitcoin_ta.ts b/src/qt/locale/bitcoin_ta.ts index c6ee2333e..f48688634 100644 --- a/src/qt/locale/bitcoin_ta.ts +++ b/src/qt/locale/bitcoin_ta.ts @@ -17,10 +17,6 @@ C&lose &மூடு - - &Copy Address - &முகவரியை நகலெடு - &Export &ஏற்றுமதி @@ -29,44 +25,24 @@ &Delete &அழி - - C&hoose - &தேர்ந்தெடு - Sending addresses - அனுப்பும் முகவரிகள் + முகவரிகள் அனுப்பப்படுகின்றன Receiving addresses - பெறும் முகவரிகள் - - - &Edit - &தொகு + முகவரிகள் பெறப்படுகின்றன AddressTableModel - - Label - லேபிள் - Address - விலாசம் + முகவரி AskPassphraseDialog - - Encrypt wallet - என்க்ரிப்ட் பணப்பை - - - Decrypt wallet - டிக்ரிப்ட் பணப்பை - BanTableModel @@ -145,18 +121,6 @@ &Help &உதவி - - Bitcoin Core - Blackcoin More - - - %n hour(s) - %n மணி%n மணி - - - %1 and %2 - %1 மற்றும் %2 - %1 behind %1 பின்னால் @@ -202,13 +166,6 @@ அனுப்பிய பரிவர்த்தனை - - ClientModel - - Network Alert - பிணைய எச்சரிக்கை - - CoinControlDialog @@ -219,10 +176,6 @@ Amount: விலை: - - Priority: - முன்னுரிமை - Fee: கட்டணம்: @@ -251,30 +204,6 @@ Confirmed உறுதியாக - - Priority - முன்னுரிமை - - - Copy address - பிரதியை முகவரியை - - - Copy amount - நகலை தொகை - - - none - none - - - yes - ஆம் - - - no - இல்லை - EditAddressDialog @@ -288,14 +217,6 @@ HelpMessageDialog - - Bitcoin Core - Blackcoin More - - - About Bitcoin Core - Blackcoin More பற்றி - Intro @@ -303,15 +224,22 @@ Welcome நல்வரவு - - Bitcoin Core - Blackcoin More - Error தவறு + + ModalOverlay + + Form + படிவம் + + + Hide + மறை + + OpenURIDialog @@ -422,11 +350,7 @@ User Agent பயனர் முகவர் - - Ping Time - பிங் நேரம் - - + QObject @@ -453,32 +377,19 @@ %1 ms %1 ms - + + %1 and %2 + %1 மற்றும் %2 + + + + QObject::QObject + QRImageWidget - - &Save Image... - &படத்தை சேமி... - - - &Copy Image - &படத்தை - - - Save QR Code - QR குறியீடு காப்பாற்ற - - - PNG Image (*.png) - PNG படத்தை (*.png) - - + RPCConsole - - Client name - வாடிக்கையாளர் பெயர் - N/A N/A @@ -638,15 +549,7 @@ Remove நீக்கு - - Copy message - நகலை செய்தி - - - Copy amount - நகலை தொகை - - + ReceiveRequestDialog @@ -665,45 +568,13 @@ &Save Image... &படத்தை சேமி... - - URI - URI - Address - விலாசம் - - - Amount - விலை - - - Label - லேபிள் - - - Message - செய்தி + முகவரி RecentRequestsTableModel - - Date - தேதி - - - Label - லேபிள் - - - Message - செய்தி - - - Amount - விலை - SendCoinsDialog @@ -715,10 +586,6 @@ Amount: விலை - - Priority: - முன்னுரிமை - Fee: கட்டணம்: @@ -755,18 +622,6 @@ S&end &அனுப்பு - - %1 to %2 - %1 to %2 - - - Copy amount - நகலை தொகை - - - or - அல்லது - SendCoinsEntry @@ -791,6 +646,9 @@ செய்தி: + + SendConfirmationDialog + ShutdownWindow @@ -811,10 +669,6 @@ SplashScreen - - Bitcoin Core - Blackcoin More - TrafficGraphWidget @@ -825,166 +679,18 @@ TransactionDesc - - Status - நிலை - - - Date - தேதி - - - Source - மூலம் - - - Credit - கடன் - - - Debit - பற்று - - - Total debit - மொத்த பற்று - - - Total credit - மொத்த கடன் - - - Net amount - நிகர தொகை - - - Message - செய்தி - - - Comment - கருத்து - - - Transaction ID - பரிவர்த்தனை ID - - - Merchant - வணிகர் - - - Debug information - சரிசெய்வதற்கான தகவல் - - - Transaction - பரிவர்த்தனை - - - Inputs - உள்ளீடுகள் - - - Amount - விலை - - - true - உண்மை - - - false - தவறான - TransactionDescDialog TransactionTableModel - - Date - தேதி - - - Offline - ஆஃப்லைன் - - - Label - லேபிள் - - - (n/a) - (n/a) - TransactionView - - All - முழுவதும் - - - Today - இன்று - - - This week - இந்த வாரம் - - - This month - இந்த மாதம் - - - Last month - கடந்த மாதம் - - - This year - இந்த வருடம் - - - Range... - எல்லை... - - - Other - வேறு - - - Copy address - பிரதியை முகவரியை - - - Copy amount - நகலை தொகை - - - Confirmed - உறுதியாக - - - Date - தேதி - - - Label - லேபிள் - Address - விலாசம் - - - ID - ID - - - Range: - எல்லை: + முகவரி @@ -998,13 +704,13 @@ WalletView - - &Export - &ஏற்றுமதி - bitcoin-core + + Bitcoin Core + Blackcoin More + (default: %u) (default: %u) diff --git a/src/qt/locale/bitcoin_th_TH.ts b/src/qt/locale/bitcoin_th_TH.ts index 92efe66b6..feff848eb 100644 --- a/src/qt/locale/bitcoin_th_TH.ts +++ b/src/qt/locale/bitcoin_th_TH.ts @@ -25,10 +25,6 @@ C&lose &ปิด - - &Copy Address - &คัดลอกที่อยู่ - Delete the currently selected address from the list ลบที่อยู่ที่เลือกไว้ในขณะนี้จากรายการ @@ -51,66 +47,22 @@ Choose the address to receive coins with - เลือกที่อยู่เพื่อรับเหรียญไว้ - - - C&hoose - &เลือก + เลือกที่อยู่เพื่อส่งเหรียญไปไว้ Sending addresses ส่งที่อยู่ - - Receiving addresses - กำลังรับที่อยู่ - - - These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - ที่อยู่เหล่านี้เป็นที่อยู่ Blackcoin ของคุณ สำหรับใช้เพื่อส่งเงิน กรุณาตรวจสอบจำนวนเงินและที่อยู่สำหรับรับเงินก่อนส่งเหรียญไป - - - Copy &Label - คัดลอก &ป้ายชื่อ - - - &Edit - &แก้ไข - - - Export Address List - ส่งออกรายการที่อยู่ - - - Comma separated file (*.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 ใส่รหัสผ่าน @@ -123,72 +75,24 @@ Repeat new passphrase กรุณากรอกรหัสผ่านใหม่อีกครั้งหนึ่ง - - 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 - กระเป๋าสตางค์ถูกเข้ารหัสเรียบร้อยแล้ว - - - 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 - ถอดรหัสกระเป๋าเงินล้มเหลว - BanTableModel - + + IP/Netmask + IP/Netmask (ตัวกรอง IP) + + + Banned Until + ห้าม จนถึง + + BitcoinGUI + + Sign &message... + เซ็นต์ชื่อด้วย &ข้อความ... + Synchronizing with network... กำลังทำข้อมูลให้ตรงกันกับเครือข่าย ... @@ -197,6 +101,10 @@ &Overview &ภาพรวม + + Node + Node/โหนด + Show general overview of wallet แสดงภาพรวมทั่วไปของกระเป๋าเงิน @@ -211,27 +119,83 @@ E&xit - E&ออก + &ออก Quit application ออกจากโปรแกรม + + &About %1 + &เกี่ยวกับ %1 + + + Show information about %1 + แสดงข้อมูล เกี่ยวกับ %1 + About &Qt เกี่ยวกับ &Qt + + Show information about Qt + แสดงข้อมูล เกี่ยวกับ Qt + &Options... &ตัวเลือก... + + Modify configuration options for %1 + ปรับปรุง ข้อมูลการตั้งค่าตัวเลือก สำหรับ %1 + + + &Encrypt Wallet... + &กระเป๋าเงินเข้ารหัส + + + &Backup Wallet... + &สำรองกระเป๋าเงิน... + + + &Change Passphrase... + &เปลี่ยนรหัสผ่าน... + + + &Sending addresses... + &ที่เก็บเงิน ที่จะส่ง blackcoin + + + &Receiving addresses... + &ที่เก็บเงิน ที่จะรับ blackcoin + + + Open &URI... + เปิด &URI + + + Reindexing blocks on disk... + กำลังทำดัชนี ที่เก็บบล็อก ใหม่ ในดิสก์... + + + Send coins to a Bitcoin address + ส่ง coins ไปยัง ที่เก็บ Blackcoin + + + Backup wallet to another location + สำรอง กระเป๋าเงินไปยัง ที่เก็บอื่น + Change the passphrase used for wallet encryption เปลี่ยนรหัสผ่านที่ใช้สำหรับการเข้ารหัสกระเป๋าเงิน &Debug window - &หน้าต่างตรวจสอบข้อผิดพลาด + &หน้าต่าง Debug + + + Open debugging and diagnostic console + เปิด แผลงควบคุม debugging และ diagnostic &Verify message... @@ -243,7 +207,7 @@ Wallet - กระเป๋าสตางค์ + กระเป๋าเงิน &Send @@ -253,6 +217,26 @@ &Receive &รับ + + &Show / Hide + &แสดง / ซ่อน + + + Show or hide the main Window + แสดง หรือ ซ่อน หน้าหลัก + + + Encrypt the private keys that belong to your wallet + เข้ารหัส private keys/ รหัสส่วนตัว สำหรับกระเป๋าเงินของท่าน + + + Sign messages with your Bitcoin addresses to prove you own them + เซ็นชื่อด้วยข้อความ ที่เก็บ Blackcoin เพื่อแสดงว่าท่านเป็นเจ้าของ blackcoin นี้จริง + + + Verify messages to ensure they were signed with specified Bitcoin addresses + ตรวจสอบ ข้อความ เพื่อให้แน่ใจว่า การเซ็นต์ชื่อ ด้วยที่เก็บ Blackcoin แล้ว + &File &ไฟล์ @@ -269,17 +253,111 @@ Tabs toolbar แถบเครื่องมือ + + Request payments (generates QR codes and bitcoin: URIs) + เรียกเก็บ การชำระเงิน (สร้าง QR codes และ blackcoin: URIs) + + + Show the list of used sending addresses and labels + แสดงรายการ ที่เก็บเงินที่จะส่ง blackcoin ออก และป้ายชื่อ ที่ใช้ไปแล้ว + + + Show the list of used receiving addresses and labels + แสดงรายการ ที่เก็บเงินที่จะรับ blackcoin เข้า และป้ายชื่อ ที่ใช้ไปแล้ว + + + Open a bitcoin: URI or payment request + เปิด blackcoin: URI หรือ การเรียกเก็บเงิน (การเรียกให้ชำระเงิน) + + + &Command-line options + &ตัวเลือก Command-line + %n active connection(s) to Bitcoin network - %n ที่ใช้งานการเชื่อมต่อกับเครือข่าย Blackcoin + %n ช่องการเชื่อมต่อที่ใช้งานได้ เพื่อเชื่อมกับเครือข่าย Blackcoin + + + Indexing blocks on disk... + การกำลังสร้างดัชนีของบล็อก ในดิสก์... + + + Processing blocks on disk... + กำลังดำเนินการกับบล็อกในดิสก์... + + + Processed %n block(s) of transaction history. + %n บล็อกในประวัติรายการ ได้รับการดำเนินการเรียบร้อยแล้ว + + + %1 behind + %1 ตามหลัง + + + Last received block was generated %1 ago. + บล็อกสุดท้ายที่ได้รับ สร้างขึ้นเมื่อ %1 มาแล้ว + + + Transactions after this will not yet be visible. + รายการหลังจากนี้ จะไม่แสดงให้เห็น + + + Error + ข้อผิดพลาด + + + Warning + คำเตือน + + + Information + ข้อมูล Up to date ทันสมัย + + Show the %1 help message to get a list with possible Bitcoin command-line options + แสดง %1 ข้อความช่วยเหลือ เพื่อแสดงรายการ ตัวเลือกที่เป็นไปได้สำหรับ Blackcoin command-line + + + %1 client + %1 ลูกค้า + Catching up... - จับได้... + กำลังตามให้ทัน... + + + Date: %1 + + วันที่: %1 + + + + Amount: %1 + + จำนวน: %1 + + + + Type: %1 + + ชนิด: %1 + + + + Label: %1 + + ป้ายชื่อ: %1 + + + + Address: %1 + + ที่อยู่: %1 + Sent transaction @@ -297,16 +375,65 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> กระเป๋าเงินถูก <b>เข้ารหัส</b> และในปัจจุบัน <b>ล็อค </b> - - - ClientModel CoinControlDialog + + Coin Selection + การเลือก Coin + + + Quantity: + จำนวน: + + + Bytes: + ไบต์: + + + Amount: + จำนวน: + + + Fee: + ค่าธรรมเนียม: + + + Dust: + เศษ: + + + After Fee: + ส่วนที่เหลือจากค่าธรรมเนียม: + + + Change: + เงินทอน: + + + (un)select all + (ไม่)เลือกทั้งหมด + + + Tree mode + โหมดแบบต้นไม้ + + + List mode + โหมดแบบรายการ + Amount จำนวน + + Received with label + รับโดยป้ายชื่อ (label) + + + Received with address + รับโดยที่เก็บ + Date วันที่ @@ -319,14 +446,6 @@ Confirmed ยืนยันแล้ว - - Priority - ระดับความสำคัญ - - - (no label) - (ไม่มีชื่อ) - EditAddressDialog @@ -336,52 +455,167 @@ &Label - &ชื่อ + &ป้ายชื่อ + + + The label associated with this address list entry + รายการแสดง ป้ายชื่อที่เกี่ยวข้องกับที่เก็บนี้ + + + The address associated with this address list entry. This can only be modified for sending addresses. + ที่เก็บที่เกี่ยวข้องกับ ที่เก็บที่แสดงรายการนี้ การปรับปรุงนี้ทำได้สำหรับ ที่เก็บเงินที่จะใช่ส่งเงิน เท่านั้น &Address - &ที่อยู่ + &ที่เก็บ + + + + FreespaceChecker + + A new data directory will be created. + ไดเร็กทอรี่ใหม่ที่ใช้เก็บข้อมูลจะถูกสร้างขึ้นมา - New receiving address - ที่อยู่ผู้รับใหม่ + name + ชื่อ - New sending address - ที่อยู่ผู้ส่งใหม่ + Directory already exists. Add %1 if you intend to create a new directory here. + ไดเร็กทอรี่มีอยู่แล้ว ใส่เพิ่ม %1 หากท่านต้องการสร้างไดเร็กทอรี่ใหม่ที่นี่ - Edit receiving address - แก้ไขที่อยู่ผู้รับ + Path already exists, and is not a directory. + พาธ มีอยู่แล้ว พาธนี่ไม่ใช่ไดเร็กทอรี่ - Edit sending address - แก้ไขที่อยู่ผู้ส่ง - - - The entered address "%1" is already in the address book. - ป้อนที่อยู่ "%1" ที่มีอยู่แล้วในสมุดที่อยู่ - - - Could not unlock wallet. - ไม่สามารถปลดล็อคกระเป๋าเงิน - - - New key generation failed. - สร้างกุญแจใหม่ล้มเหลว + Cannot create data directory here. + ไม่สามารถสร้างไดเร็กทอรี่ข้อมูลที่นี่ - - FreespaceChecker - HelpMessageDialog - + + version + เวอร์ชั่น + + + (%1-bit) + (%1-บิท) + + + About %1 + เกี่ยวกับ %1 + + + Command-line options + ตัวเลือก Command-line + + + Usage: + วิธีใช้งาน: + + + command-line options + ตัวเลือก command-line + + + UI Options: + ตัวเลือก UI: + + + Choose data directory on startup (default: %u) + เลือกไดเร็กทอรี่ข้อมูลตั้งแต่เริ่มต้นสตาร์ทอัพ (ค่าเริ่มต้น: %u) + + + Set language, for example "de_DE" (default: system locale) + ตั้งค่าภาษา ยกตัวอย่าง "de_DE" (ค่าเริ่มต้น: ภาษาท้องถิ่นของระบบ) + + + Start minimized + เริ่มต้นมินิไมซ์ + + + Set SSL root certificates for payment request (default: -system-) + ตั้งค่า SSL root certificates สำหรับเรียกการชำระเงิน (ค่าเริ่มต้น: -system-) + + + Show splash screen on startup (default: %u) + แสดง splash screen ตอนเริ่มต้น (ค่าเริ่มต้น: %u) + + + Reset all settings changed in the GUI + รีเซตการเปลี่ยนการตั้งค่าทั้งหมดใน GUI + + Intro + + Welcome + ยินดีต้อนรับ + + + Welcome to %1. + ยินดีต้องรับสู่ %1 + + + As this is the first time the program is launched, you can choose where %1 will store its data. + นี่เป็นการรันโปรแกรมครั้งแรก ท่านสามารถเลือก ว่าจะเก็บข้อมูลไว้ที่ %1 + + + %1 will download and store a copy of the Bitcoin block chain. At least %2GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + %1 จะดาวน์โหลดและเก็บกอปปี้ชุดหนึ่งของ บล็อกเชน Blackcoin ไว้ ข้อมูลขนานอย่างน้อย %2GB จะเก็บไว้ในไดเร็กทอรี่นี้ และข้อมูลจะมีขนาดใหญ่ขึ้นเรื่อยๆ กระเป๋าเงิน จะเก็บไว้ในไดเร็กทอรี่นี้ด้วย + + + Use the default data directory + ใช้ไดเร็กทอรี่ข้อมูล ที่เป็นค่าเริ่มต้น + + + Use a custom data directory: + ใช้ไดเร็กทอรี่ข้อมูลที่ตั้งค่าเอง: + + + Error: Specified data directory "%1" cannot be created. + ข้อผิดพลาด: ไดเร็กทอรี่ข้อมูลที่ต้องการ "%1" ไม่สามารถสร้างได้ + + + Error + ข้อผิดพลาด + + + %n GB of free space available + %n GB พื้นที่ว่างบนดิสก์ที่ใช้ได้ + + + (of %n GB needed) + (ต้องการพื้นที่ %n GB) + + + + ModalOverlay + + Form + รูป + OpenURIDialog + + Open URI + เปิด URI + + + Open payment request from URI or file + เปิด การเรียกการชำระเงิน จาก URI หรือ ไฟล์ + + + URI: + URI: + + + Select payment request file + เลือก ไฟล์การเรียกการชำระเงิน + OptionsDialog @@ -389,6 +623,166 @@ Options ตัวเลือก + + &Main + &หลัก + + + Automatically start %1 after logging in to the system. + เริ่มต้นอัตโนมัติ %1 หลังจาก ล็อกอิน เข้าสู่ระบบแล้ว + + + &Start %1 on system login + &เริ่ม %1 ในการล็อกอินระบบ + + + Size of &database cache + ขนาดของ &database cache + + + MB + MB + + + Number of script &verification threads + จำนวนของสคริปท์ &verification threads + + + Accept connections from outside + ยอมรับ การเชื่อมต่อจากภายนอก + + + Allow incoming connections + ยอมให้เชื่อมต่อจากภายนอกได้ + + + IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1) + IP แอดเดส ของ proxy (เช่น IPv4: 127.0.0.1 / IPv6: ::1) + + + Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu. + มินิไมซ์แอพ แทนการออกจากแอพพลิเคชั่น เมื่อวินโดว์ได้รับการปิด เมื่อเลือกตัวเลือกนี้ แอพพลิเคชั่น จะถูกปิด ก็ต่อเมื่อ มีการเลือกเมนู Exit/ออกจากระบบ เท่านั้น + + + 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 แบบอื่น (ยกตัวอย่าง เอ็กพลอเลอร์บล็อก) ที่อยู่ใน เมนูรายการ ลำดับ %s ใน URL จะถูกเปลี่ยนด้วย รายการแฮช URL ที่เป็นแบบหลายๆอัน จะถูกแยก โดย เครื่องหมายเส้นบาร์ตั้ง | + + + Third party transaction URLs + URI รายการ แบบของเจ้าอื่นๆ + + + Active command-line options that override above options: + ตัวเลือก command-line แอกทีฟอยู่นี้ จะแทนที่ ตัวเลือกด้านบนนี้: + + + Reset all client options to default. + รีเซต ไคลเอ็นออพชั่น กลับไปเป็นค่าเริ่มต้น + + + &Reset Options + &รีเซต ออพชั่น + + + &Network + &เน็ตเวิร์ก + + + (0 = auto, <0 = leave that many cores free) + (0 = อัตโนมัติ, <0 = ปล่อย คอร์ อิสระ) + + + W&allet + กระเ&ป๋าเงิน + + + Expert + ผู้เชี่ยวชาญ + + + Enable coin &control features + เปิดใช้ coin & รูปแบบการควบคุม + + + If you disable the spending of unconfirmed change, the change from a transaction cannot be used until that transaction has at least one confirmation. This also affects how your balance is computed. + หากท่านไม่เปิดใช้ การใช้เงินทอนที่ยังไม่ยืนยัน เงินทอนจากการทำรายการจะไม่สามารถใช้ได้ จนกว่ารายการที่ทำการ จะได้รับการยืนยันหนึ่งครั้ง และจะกระทบการคำนวณยอดคงเหลือของท่านด้วย + + + &Spend unconfirmed change + &ใช้เงินทอนที่ยังไม่ยืนยัน + + + Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. + เปิด Blackcoin ไคล์เอ็นท์พอร์ต/client port บน router โดยอัตโนมัติ วิธีนี้ใช้ได้เมื่อ router สนับสนุน UPnP และสถานะเปิดใช้งาน + + + Map port using &UPnP + จองพอร์ต โดยใช้ &UPnP + + + Connect to the Bitcoin network through a SOCKS5 proxy. + เชื่อมต่อกับ Blackcoin เน็ตเวิร์ก ผ่านพร็อกซี่แบบ SOCKS5 + + + &Connect through SOCKS5 proxy (default proxy): + &เชื่อมต่อผ่าน พร็อกซี่ SOCKS5 (พร็อกซี่เริ่มต้น): + + + Proxy &IP: + พร็อกซี่ &IP: + + + &Port: + &พอร์ต + + + Port of the proxy (e.g. 9050) + พอร์ตของพร็อกซี่ (ตัวอย่าง 9050) + + + Used for reaching peers via: + ใช้ในการเข้าถึงอีกฝ่ายหนึ่ง peer โดย: + + + Shows, if the supplied default SOCKS5 proxy is used to reach peers via this network type. + แสดง หากใช้พร็อกซี่ SOCKS5 ที่เป็นค่าเริ่มต้น เพื่อเข้าถึง peer อีกฝ่าย ผ่านทางเน็ตเวิร์กชนิดนี้ + + + IPv4 + IPv4 + + + IPv6 + IPv6 + + + Tor + Tor + + + Connect to the Bitcoin network through a separate SOCKS5 proxy for Tor hidden services. + เชื่อมต่อกับ เครือข่าย Blackcoin ผ่านทาง พร้อกซี่ SOCKS5 แยกต่างหาก สำหรับ Tor เซอร์วิส + + + Use separate SOCKS5 proxy to reach peers via Tor hidden services: + ใช้ พร็อกซี่ SOCKS5 แยก เพื่อเข้าถึง peers ผ่าน Tor เซอร์วิสซ่อน: + + + &Window + &วันโดว์ + + + &Hide the icon from the system tray. + &ซ่อนไอคอน จากเทรย์ระบบ + + + Hide tray icon + ซ่อนไอคอนเทรย์ + + + Show only a tray icon after minimizing the window. + แสดงเทรย์ไอคอน หลังมืนิไมส์วินโดว์ เท่านั้น + OverviewPage @@ -409,6 +803,13 @@ Amount จำนวน + + %1 and %2 + %1 และ %2 + + + + QObject::QObject QRImageWidget @@ -425,37 +826,9 @@ ReceiveRequestDialog - - Address - ที่อยู่ - - - Amount - จำนวน - - - Label - ชื่อ - RecentRequestsTableModel - - Date - วันที่ - - - Label - ชื่อ - - - Amount - จำนวน - - - (no label) - (ไม่มีชื่อ) - SendCoinsDialog @@ -464,8 +837,32 @@ ส่งเหรียญ - (no label) - (ไม่มีชื่อ) + Quantity: + จำนวน: + + + Bytes: + ไบต์: + + + Amount: + จำนวน: + + + Fee: + ค่าธรรมเนียม: + + + After Fee: + ส่วนที่เหลือจากค่าธรรมเนียม: + + + Change: + เงินทอน: + + + Dust: + เศษ: @@ -475,6 +872,9 @@ &ชื่อ: + + SendConfirmationDialog + ShutdownWindow @@ -493,59 +893,15 @@ TransactionDesc - - Date - วันที่ - - - Amount - จำนวน - TransactionDescDialog TransactionTableModel - - Date - วันที่ - - - Label - ชื่อ - TransactionView - - Today - วันนี้ - - - Exporting Failed - ส่งออกข้อมูลล้มเหลว - - - Comma separated file (*.csv) - คั่นไฟล์ด้วยเครื่องหมายจุลภาค (*.csv) - - - Confirmed - ยืนยันแล้ว - - - Date - วันที่ - - - Label - ชื่อ - - - Address - ที่อยู่ - UnitDisplayStatusBarControl @@ -555,21 +911,9 @@ WalletModel - - Send Coins - ส่งเหรียญ - - + WalletView - - &Export - &ส่งออก - - - Export the data in the current tab to a file - ส่งออกข้อมูลที่อยู่ในแท็บไปที่ไฟล์ - bitcoin-core @@ -577,5 +921,17 @@ Options: ตัวเลือก: - + + Information + ข้อมูล + + + Warning + คำเตือน + + + Error + ข้อผิดพลาด + + \ No newline at end of file diff --git a/src/qt/locale/bitcoin_tr.ts b/src/qt/locale/bitcoin_tr.ts index f813f98a5..0d3e18453 100644 --- a/src/qt/locale/bitcoin_tr.ts +++ b/src/qt/locale/bitcoin_tr.ts @@ -25,10 +25,6 @@ C&lose K&apat - - &Copy Address - &Adresi Kopyala - Delete the currently selected address from the list Seçili adresi listeden sil @@ -39,7 +35,7 @@ &Export - &Dışa aktar + &Dışarı aktar &Delete @@ -47,19 +43,19 @@ Choose the address to send coins to - Blackcoin yollanacak adresi seç + Parayı göndermek istediğiniz adresi seçiniz Choose the address to receive coins with - Blackcoin alınacak adresi seç + Parayı almak istediğiniz adresi seçiniz C&hoose - S&eç + S&eçiniz Sending addresses - &Gönderme adresleri... + Gönderilen adresler Receiving addresses @@ -67,23 +63,27 @@ These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - Bunlar ödemeleri göndermek için kullanacağınız Blackcoin adreslerinizdir. Blackcoin yollamadan önce miktarı ve alıcının alım adresini daima kontrol ediniz. + Bunlar ödemeleri göndermek için kullanacağınız Blackcoin adreslerinizdir. Blackcoin yollamadan önce tutarı ve alıcının alım adresini her zaman kontrol ediniz. These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. Bunlar ödemeleri almak için kullanacağınız Blackcoin adreslerinizdir. Her işlem için yeni bir alım adresi kullanmanız tavsiye edilir. + + &Copy Address + &Adresi Kopyala + Copy &Label - &Etiketi kopyala + &Etiketi Kopyala &Edit - &Düzenle + &Değiştir Export Address List - Adres listesini dışa aktar + Adres Listesini Dışarı Aktar Comma separated file (*.csv) @@ -91,7 +91,7 @@ Exporting Failed - Dışa aktarım başarısız oldu + Dışarı Aktarım Başarısız Oldu There was an error trying to save the address list to %1. Please try again. @@ -117,7 +117,7 @@ AskPassphraseDialog Passphrase Dialog - Parola diyaloğu + Parola Diyaloğu Enter passphrase @@ -131,21 +131,25 @@ Repeat new passphrase Yeni parolayı tekrarlayınız + + 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>. + Cüzdan için yeni parolayı giriniz.<br/>Lütfen <b>on ya da daha fazla rastgele karakter</b> veya <b>sekiz ya da daha fazla kelime</b> içeren bir parola kullanınız. + Encrypt wallet Cüzdanı şifrele This operation needs your wallet passphrase to unlock the wallet. - Bu işlem cüzdan kilidini açmak için cüzdan parolanızı gerektirir. + Bu eylem cüzdan kilidini açmak için cüzdan parolanızı gerektirir. Unlock wallet - Cüzdan kilidini aç + Cüzdan kilidini kaldır This operation needs your wallet passphrase to decrypt the wallet. - Bu işlem cüzdanın şifrelemesini açmak için cüzdan parolasını gerektirir. + Bu eylem, cüzdan şifresini çözmek için cüzdan parolanıza ihtiyaç duyuyor. Decrypt wallet @@ -153,59 +157,51 @@ Change passphrase - Parolayı değiştir + Parola değiştir + + + Enter the old passphrase and new passphrase to the wallet. + Eski ve yeni parolanızı cüzdana giriniz. Confirm wallet encryption - Cüzdanın şifrelemesini teyit eder + Cüzdan şifrelemesini onayla Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! - Uyarı: Eğer cüzdanınızı şifrelerseniz ve parolanızı kaybederseniz, <b>TÜM BLACKCOİNLERİNİZİ KAYBEDERSİNİZ</b>! + Uyarı: Eğer cüzdanınızı şifreler ve parolanızı kaybederseniz <b>TÜM BLACKCOİNLERİNİZİ KAYBEDECEKSİNİZ</b>! Are you sure you wish to encrypt your wallet? Cüzdanınızı şifrelemek istediğinizden emin misiniz? - Bitcoin Core will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - Şifreleme işlemini tamamlamak için Blackcoin More şimdi kapanacaktır. Cüzdanınızı şifrelemenin, Blackcoinlerinizin bilgisayara bulaşan kötücül bir yazılım tarafından çalınmaya karşı tamamen koruyamayacağını unutmayınız. + Wallet encrypted + Cüzdan şifrelendi + + + %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. + Şifreleme işleminin bitirilmesi için %1 kapatılacak. Her ne kadar cüzdanınızı şifreleseniz de şifrelemenin blackcoinlerinizi bilgisayarınıza bulaşan zararlılardan tam olarak koruyamayacağını unutmayın. 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. ÖNEMLİ: Önceden yapmış olduğunuz cüzdan dosyası yedeklemelerinin yeni oluşturulan şifrelenmiş cüzdan dosyası ile değiştirilmeleri gerekir. Güvenlik nedenleriyle yeni, şifrelenmiş cüzdanı kullanmaya başladığınızda eski şifrelenmemiş cüzdan dosyaları işe yaramaz hale gelecektir. - - Warning: The Caps Lock key is on! - Uyarı: Caps Lock tuşu faal durumda! - - - Wallet encrypted - Cüzdan şifrelendi - - - 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>. - Cüzdan için yeni parolayı giriniz.<br/>Lütfen <b>on ya da daha fazla rastgele karakter</b> veya <b>sekiz ya da daha fazla kelime</b> içeren bir parola kullanınız. - - - Enter the old passphrase and new passphrase to the wallet. - Cüzdan için eski parolayı ve yeni parolayı giriniz. - Wallet encryption failed - Cüzdan şifrelemesi başarısız oldu + Cüzdan şifreleme başarısız Wallet encryption failed due to an internal error. Your wallet was not encrypted. - Dahili bir hata sebebiyle cüzdan şifrelemesi başarısız oldu. Cüzdanınız şifrelenmedi. + Dahili bir hata yüzünden cüzdan şifrelemesi başarısız oldu. Cüzdanın şifrelenmedi. The supplied passphrases do not match. - Girilen parolalar birbirleriyle uyumlu değil. + Girilen parolalar birbiriyle eşleşmiyor. Wallet unlock failed - Cüzdan kilidinin açılması başarısız oldu + Cüzdan kilidini kaldırma başarısız oldu The passphrase entered for the wallet decryption was incorrect. @@ -219,27 +215,31 @@ Wallet passphrase was successfully changed. Cüzdan parolası başarılı bir şekilde değiştirildi. + + Warning: The Caps Lock key is on! + Uyarı: Caps Lock tuşu etkin durumda! + BanTableModel IP/Netmask - IP/Ağ maskesi + IP/Ağ Maskesi Banned Until - Şu vakte kadar yasaklı: + Şu zamana kadar yasaklı: BitcoinGUI Sign &message... - &Mesaj imzala... + &İleti imzala... Synchronizing with network... - Şebeke ile senkronizasyon... + Ağ ile senkronize ediliyor... &Overview @@ -255,43 +255,55 @@ &Transactions - &Muameleler + &İşlemler Browse transaction history - Muamele tarihçesini tara + İşlem geçmişine gözat E&xit - &Çık + Ç&ık Quit application Uygulamadan çık + + &About %1 + %1 &Hakkında + + + Show information about %1 + %1 hakkında bilgi göster + About &Qt - &Qt hakkında + &Qt Hakkında Show information about Qt - Qt hakkında bilgi görüntü + Qt hakkında bilgi göster &Options... &Seçenekler... + + Modify configuration options for %1 + %1 için yapılandırma ayarlarını değiştir + &Encrypt Wallet... - Cüzdanı &şifrele... + &Cüzdanı Şifrele... &Backup Wallet... - Cüzdanı &yedekle... + &Cüzdanı Yedekle... &Change Passphrase... - Parolayı &değiştir... + &Parolayı Değiştir... &Sending addresses... @@ -303,23 +315,31 @@ Open &URI... - &URI aç... + &URI Aç... - Bitcoin Core client - Blackcoin More istemcisi + Click to disable network activity. + Ağ etkinliğini devre dışı bırakmak için tıklayın. - Importing blocks from disk... - Bloklar diskten içe aktarılıyor... + Network activity disabled. + Ağ etkinliği devre dışı bırakılmış. + + + Click to enable network activity again. + Ağ etkinliğini yeniden etkinleştirmek için tıklayın. + + + Syncing Headers (%1%)... + Üstbilgiler Senkronize Ediliyor (%1%)... Reindexing blocks on disk... - Diskteki bloklar yeniden endeksleniyor... + Diskteki bloklar yeniden indeksleniyor... Send coins to a Bitcoin address - Bir Blackcoin adresine Blackcoin yolla + Bir blackcoin adresine bitcoin gönder Backup wallet to another location @@ -339,7 +359,7 @@ &Verify message... - Mesaj &kontrol et... + İletiyi &kontrol et... Bitcoin @@ -357,29 +377,25 @@ &Receive &Al - - Show information about Bitcoin Core - Blackcoin More hakkında bilgi göster - &Show / Hide - &Göster / Sakla + &Göster / Gizle Show or hide the main Window - Ana pencereyi görüntüle ya da sakla + Ana pencereyi göster ya da gizle Encrypt the private keys that belong to your wallet - Cüzdanınızın özel anahtarlarını şifrele + Cüzdanınıza ait özel anahtarları şifreleyin Sign messages with your Bitcoin addresses to prove you own them - Mesajları adreslerin size ait olduğunu ispatlamak için Blackcoin adresleri ile imzala + İletileri adreslerin size ait olduğunu ispatlamak için Blackcoin adresleri ile imzala Verify messages to ensure they were signed with specified Bitcoin addresses - Belirtilen Blackcoin adresleri ile imzalandıklarından emin olmak için mesajları kontrol et + Belirtilen Blackcoin adresleri ile imzalandıklarından emin olmak için iletileri kontrol et &File @@ -397,22 +413,10 @@ Tabs toolbar Sekme araç çubuğu - - Bitcoin Core - Blackcoin More - Request payments (generates QR codes and bitcoin: URIs) Ödeme talep et (QR kodu ve blackcoin URI'si oluşturur) - - &About Bitcoin Core - Blackcoin More &hakkında - - - Modify configuration options for Bitcoin Core - Blackcoin More yapılandırma seçeneklerini değiştir - Show the list of used sending addresses and labels Kullanılmış gönderme adresleri ve etiketlerin listesini göster @@ -429,41 +433,21 @@ &Command-line options &Komut satırı seçenekleri - - Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options - Blackcoin komut satırı seçeneklerinin listesini elde etmek için Blackcoin More yardım mesajını göster - %n active connection(s) to Bitcoin network - Blackcoin şebekesine %n faal bağlantıBlackcoin şebekesine %n faal bağlantı + Blackcoin şebekesine %n faal bağlantıBlackcoin ağına %n etkin bağlantı var - No block source available... - Hiçbir blok kaynağı mevcut değil... + Indexing blocks on disk... + Bloklar diske indeksleniyor... + + + Processing blocks on disk... + Bloklar diske işleniyor... Processed %n block(s) of transaction history. - Muamele tarihçesinden %n blok işlendi.Muamele tarihçesinden %n blok işlendi - - - %n hour(s) - %n saat%n saat - - - %n day(s) - %n gün%n gün - - - %n week(s) - %n hafta%n hafta - - - %1 and %2 - %1 ve %2 - - - %n year(s) - %n yıl%n yıl + Muamele tarihçesinden %n blok işlendi.İşlem tarihçesinden %n blok işlendi %1 behind @@ -471,11 +455,11 @@ Last received block was generated %1 ago. - Son alınan blok %1 evvel oluşturulmuştu. + Son alınan blok %1 önce oluşturulmuştu. Transactions after this will not yet be visible. - Bundan sonraki muameleler henüz görüntülenemez. + Bundan sonraki işlemler henüz görüntülenemez. Error @@ -493,6 +477,18 @@ Up to date Güncel + + Show the %1 help message to get a list with possible Bitcoin command-line options + Olası Blackcoin komut satırı seçeneklerinin listesini görmek için %1 yardım mesajını göster + + + %1 client + %1 istemci + + + Connecting to peers... + Eşlere bağlanılıyor... + Catching up... Aralık kapatılıyor... @@ -506,7 +502,7 @@ Amount: %1 - Meblağ: %1 + Tutar: %1 @@ -529,11 +525,19 @@ Sent transaction - Muamele yollandı + İşlem gönderildi Incoming transaction - Gelen muamele + Gelen işlem + + + HD key generation is <b>enabled</b> + HD anahtar oluşturma <b>etkin</b> + + + HD key generation is <b>disabled</b> + HD anahtar oluşturma <b>devre dışı</b> Wallet is <b>encrypted</b> and currently <b>unlocked</b> @@ -543,12 +547,9 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> Cüzdan <b>şifrelenmiştir</b> ve şu anda <b>kilitlidir</b> - - - ClientModel - Network Alert - Şebeke hakkında uyarı + A fatal error occurred. Bitcoin can no longer continue safely and will quit. + Ölümcül bir hata oluştu. Blackcoin yazılımı artık güvenli bir şekilde çalışmaya devam edemediği için kapatılacaktır. @@ -567,11 +568,7 @@ Amount: - Meblağ: - - - Priority: - Öncelik: + Tutar: Fee: @@ -603,7 +600,7 @@ Amount - Meblağ + Tutar Received with label @@ -625,25 +622,21 @@ Confirmed Doğrulandı - - Priority - Öncelik - Copy address - Adresi kopyala + Adres kopyala Copy label - Etiketi kopyala + Etiket kopyala Copy amount - Meblağı kopyala + Tutarı kopyala Copy transaction ID - Muamele kimliğini kopyala + İşlem ID'sini kopyala Lock unspent @@ -663,16 +656,12 @@ Copy after fee - Ücretten sonrakini kopyala + Ücretten sonrasını kopyala Copy bytes Baytları kopyala - - Copy priority - Önceliği kopyala - Copy dust Tozu kopyala @@ -681,66 +670,10 @@ Copy change Para üstünü kopyala - - highest - azami - - - higher - daha yüksek - - - high - yüksek - - - medium-high - orta-yüksek - - - medium - orta - - - low-medium - düşük-orta - - - low - düşük - - - lower - daha düşük - - - lowest - asgari - (%1 locked) (%1 kilitlendi) - - none - boş - - - This label turns red if the transaction size is greater than 1000 bytes. - Eğer muamele boyutu 1000 bayttan yüksek ise bu etiket kırmızı hale gelir. - - - This label turns red if the priority is smaller than "medium". - Eğer öncelik "ortadan" düşükse bu etiket kırmızı olur. - - - This label turns red if any recipient receives an amount smaller than %1. - Eğer herhangi bir alıcı %1'den düşük bir meblağ alırsa bu etiket kırmızı olur. - - - Can vary +/- %1 satoshi(s) per input. - Giriş başına +/- %1 satoshi olarak değişebilir. - yes evet @@ -750,24 +683,20 @@ hayır - This means a fee of at least %1 per kB is required. - Bu, kB başına en az %1 ücret gerektiği anlamnına gelir. + This label turns red if any recipient receives an amount smaller than the current dust threshold. + Eğer herhangi bir alıcı mevcut toz eşiğinden daha düşük bir tutar alırsa bu etiket kırmızıya dönüşür. - Can vary +/- 1 byte per input. - Girdi başına +/- 1 bayt değişebilir. - - - Transactions with higher priority are more likely to get included into a block. - Yüksek öncelikli muamelelerin bir bloğa dahil olmaları daha olasıdır. + Can vary +/- %1 satoshi(s) per input. + Girdi başına +/- %1 satoshi değişebilir. (no label) - (boş etiket) + (etiket yok) change from %1 (%2) - %1 unsurundan para üstü (%2) + %1 ögesinden para üstü (%2) (change) @@ -812,14 +741,14 @@ Edit sending address Gönderi adresini düzenle - - The entered address "%1" is already in the address book. - Girilen "%1" adresi hâlihazırda adres defterinde mevcuttur. - The entered address "%1" is not a valid Bitcoin address. Girilen "%1" adresi geçerli bir Blackcoin adresi değildir. + + The entered address "%1" is already in the address book. + Girilen "%1" adresi zaten adres defterinde mevcuttur. + Could not unlock wallet. Cüzdan kilidi açılamadı. @@ -841,7 +770,7 @@ Directory already exists. Add %1 if you intend to create a new directory here. - Klasör hâlihazırda mevcuttur. Burada yeni bir klasör oluşturmak istiyorsanız, %1 ilâve ediniz. + Klasör zaten mevcuttur. Burada yeni bir klasör oluşturmak istiyorsanız, %1 ekleyiniz. Path already exists, and is not a directory. @@ -854,10 +783,6 @@ HelpMessageDialog - - Bitcoin Core - Blackcoin More - version sürüm @@ -867,8 +792,8 @@ (%1-bit) - About Bitcoin Core - Blackcoin More hakkında + About %1 + %1 Hakkında Command-line options @@ -907,8 +832,8 @@ Başlatıldığında başlangıç ekranını göster (varsayılan: %u) - Reset all settings changes made over the GUI - Arayüzde yapılan tüm seçenek değişikliklerini sıfırla + Reset all settings changed in the GUI + Grafik arayüzde yapılan tüm seçenek değişikliklerini sıfırla @@ -918,16 +843,16 @@ Hoş geldiniz - Welcome to Bitcoin Core. - Blackcoin More hoş geldiniz. + Welcome to %1. + %1'a hoş geldiniz. - As this is the first time the program is launched, you can choose where Bitcoin Core will store its data. - Bu programı ilk kez başlattığınızdan dolayı Blackcoin More verilerini nereye saklayacağını seçebilirsiniz. + As this is the first time the program is launched, you can choose where %1 will store its data. + Bu programın ilk kez başlatılmasından dolayı %1 yazılımının verilerini nerede saklayacağını seçebilirsiniz. - Bitcoin Core will download and store a copy of the Bitcoin block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Blackcoin More Blackcoin blok zincirinin bir kopyasını indirip saklayacaktır. Asgari %1GB bouyutunda veri bu klasörde saklanacak ve zamanla bu boyut artacaktır. Cüzdan da bu klasörde saklanacaktır. + %1 will download and store a copy of the Bitcoin block chain. At least %2GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + %1, Blackcoin blok zincirinin bir kopyasını indirecek ve saklayacaktır. Bu klasörde en az %2 GB veri saklanacak ve bu zamanla artacaktır. Cüzdan da bu klasörde saklanacaktır. Use the default data directory @@ -937,10 +862,6 @@ Use a custom data directory: Özel bir veri klasörü kullan: - - Bitcoin Core - Blackcoin More - Error: Specified data directory "%1" cannot be created. Hata: belirtilen "%1" veri klasörü oluşturulamaz. @@ -958,11 +879,62 @@ (gereken %n GB alandan)(gereken %n GB alandan) + + ModalOverlay + + Form + Form + + + Recent transactions may not yet be visible, and therefore your wallet's balance might be incorrect. This information will be correct once your wallet has finished synchronizing with the bitcoin network, as detailed below. + Son işlemler henüz görünmeyebilir ve bu nedenle cüzdanınızın bakiyesi yanlış olabilir. Bu bilgiler, aşağıda detaylandırıldığı gibi, cüzdanınız blackcoin ağı ile senkronizasyonunu tamamladığında doğru olacaktır. + + + Attempting to spend bitcoins that are affected by not-yet-displayed transactions will not be accepted by the network. + Henüz görüntülenmeyen işlemlerden etkilenen blackcoinleri harcama girişiminde bulunmak ağ tarafından kabul edilmeyecektir. + + + Number of blocks left + Kalan blok sayısı + + + Unknown... + Bilinmiyor... + + + Last block time + Son blok zamanı + + + Progress + İlerleme + + + Progress increase per hour + Saat başı ilerleme artışı + + + calculating... + hesaplanıyor... + + + Estimated time left until synced + Senkronize edilene kadar kalan tahmini süre + + + Hide + Gizle + + + Unknown. Syncing Headers (%1)... + Bilinmeyen. Üstbilgiler Senkronize Ediliyor (%1)... + + OpenURIDialog Open URI - URI aç + URI Aç Open payment request from URI or file @@ -989,11 +961,19 @@ &Main - &Esas ayarlar + &Genel + + + Automatically start %1 after logging in to the system. + Sistemde oturum açıldığında %1 programını otomatik olarak başlat. + + + &Start %1 on system login + &Açılışta %1 açılsın Size of &database cache - &Veritabanı tamponunun boyutu + &Veritabanı önbelleğinin boyutu MB @@ -1019,21 +999,17 @@ Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu. Pencere kapatıldığında uygulamadan çıkmak yerine uygulamayı küçültür. Bu seçenek etkinleştirildiğinde, uygulama sadece menüden çıkış seçildiğinde kapanacaktır. - - The user interface language can be set here. This setting will take effect after restarting Bitcoin Core. - Kullanıcı arayüzünün dili burada belirtilebilir. Bu ayar Blackcoin More tekrar başlatıldığında etkinleşecektir. - 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 |. - Muameleler sekmesinde bağlam menüsü unsurları olarak görünen üçüncü taraf bağlantıları (mesela bir blok tarayıcısı). URL'deki %s, muamele hash değeri ile değiştirilecektir. Birden çok bağlantılar düşey çubuklar | ile ayrılacaktır. + İşlemler sekmesinde bağlam menüsü unsurları olarak görünen üçüncü taraf bağlantıları (mesela bir blok tarayıcısı). URL'deki %s, işlem hash değeri ile değiştirilecektir. Birden çok bağlantılar düşey çubuklar | ile ayrılacaktır. Third party transaction URLs - Üçüncü taraf muamele URL'leri + Üçüncü parti işlem URL'leri Active command-line options that override above options: - Yukarıdaki seçeneklerin yerine geçen faal komut satırı seçenekleri: + Yukarıdaki seçeneklerin yerine geçen etkin komut satırı seçenekleri: Reset all client options to default. @@ -1041,19 +1017,11 @@ &Reset Options - Seçenekleri Sıfı&rla + Seçenekleri &Sıfırla &Network - &Şebeke - - - Automatically start Bitcoin Core after logging in to the system. - Sistemde oturum açıldığında Blackcoin More otomatik olarak başlat. - - - &Start Bitcoin Core on system login - Blackcoin More sistem oturumuyla &başlat + &Ağ (0 = auto, <0 = leave that many cores free) @@ -1073,11 +1041,11 @@ If you disable the spending of unconfirmed change, the change from a transaction cannot be used until that transaction has at least one confirmation. This also affects how your balance is computed. - Teyit edilmemiş para üstünü harcamayı devre dışı bırakırsanız, bir muamelenin para üstü bu muamele için en az bir teyit olana dek harcanamaz. Bu, aynı zamanda bakiyenizin nasıl hesaplandığını da etkiler. + Doğrulanmamış para üstünü harcamayı devre dışı bırakırsanız, bir işlemin para üstü bu işlem için en az bir doğrulama olana dek harcanamaz. Bu, aynı zamanda bakiyenizin nasıl hesaplandığını da etkiler. &Spend unconfirmed change - Teyit edilmemiş para üstünü &harca + Doğrulanmamış para üstünü &harca Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. @@ -1089,15 +1057,15 @@ Connect to the Bitcoin network through a SOCKS5 proxy. - Blackcoin şebekesine SOCKS5 vekil sunucusu vasıtasıyla bağlan. + Blackcoin ağına bir SOCKS5 vekil sunucusu aracılığıyla bağlan. &Connect through SOCKS5 proxy (default proxy): - SOCKS5 vekil sunucusu vasıtasıyla &bağlan (varsayılan vekil sunucusu): + SOCKS5 vekil sunucusu aracılığıyla &bağlan (varsayılan vekil sunucusu): Proxy &IP: - Vekil &İP: + Vekil &IP: &Port: @@ -1109,11 +1077,11 @@ Used for reaching peers via: - Eşlere ulaşmak için kullanılır, şu yoluyla: + Eşlere ulaşmak için kullanılır, şu üzerinden: Shows, if the supplied default SOCKS5 proxy is used to reach peers via this network type. - Bu şebeke türü yoluyla eşlere bağlanmak için belirtilen varsayılan SOCKS5 vekil sunucusunun kullanılıp kullanılmadığını gösterir. + Bu ağ türü yoluyla eşlere bağlanmak için belirtilen varsayılan SOCKS5 vekil sunucusunun kullanılıp kullanılmadığını gösterir. IPv4 @@ -1129,7 +1097,7 @@ Connect to the Bitcoin network through a separate SOCKS5 proxy for Tor hidden services. - Blackcoin şebekesine gizli Tor servisleri için ayrı bir SOCKS5 vekil sunucusu vasıtasıyla bağlan. + Blackcoin ağına gizli Tor servisleri için ayrı bir SOCKS5 vekil sunucusu aracılığıyla bağlan. Use separate SOCKS5 proxy to reach peers via Tor hidden services: @@ -1139,9 +1107,17 @@ &Window &Pencere + + &Hide the icon from the system tray. + Simgeyi görev çubuğundan &gizle + + + Hide tray icon + Görev çubuğu simgesini gizle + Show only a tray icon after minimizing the window. - Küçültüldükten sonra sadece çekmece ikonu göster. + Küçültüldükten sonra sadece tepsi simgesi göster. &Minimize to the tray instead of the taskbar @@ -1159,9 +1135,13 @@ User Interface &language: Kullanıcı arayüzü &lisanı: + + The user interface language can be set here. This setting will take effect after restarting %1. + Kullanıcı arayüzünün dili burada belirtilebilir. Bu ayar %1 tekrar başlatıldığında etkinleşecektir. + &Unit to show amounts in: - Meblağları göstermek için &birim: + Tutarı göstermek için &birim: Choose the default subdivision unit to show in the interface and when sending coins. @@ -1216,7 +1196,7 @@ The displayed information may be out of date. Your wallet automatically synchronizes with the Bitcoin network after a connection is established, but this process has not completed yet. - Görüntülenen veriler zaman aşımına uğramış olabilir. Bağlantı kurulduğunda cüzdanınız otomatik olarak şebeke ile eşleşir ancak bu işlem henüz tamamlanmamıştır. + Görüntülenen bilgiler güncel olmayabilir. Bağlantı kurulduğunda cüzdanınız otomatik olarak Blackcoin ağı ile senkronize olur ancak bu işlem henüz tamamlanmamıştır. Watch-only: @@ -1236,7 +1216,7 @@ Total of transactions that have yet to be confirmed, and do not yet count toward the spendable balance - Henüz teyit edilmemiş ve harcanabilir bakiyeye eklenmemiş muamelelerin toplamı + Henüz doğrulanmamış ve harcanabilir bakiyeye eklenmemiş işlemlerin toplamı Immature: @@ -1268,11 +1248,11 @@ Recent transactions - Son muameleler + Son işlemler Unconfirmed transactions to watch-only addresses - Sadece izlenen adreslere gelen teyit edilmemiş muameleler + Sadece izlenen adreslere gelen doğrulanmamış işlemler Mined balance in watch-only addresses that has not yet matured @@ -1285,30 +1265,6 @@ PaymentServer - - URI handling - URI yönetimi - - - Invalid payment address %1 - Geçersiz ödeme adresi %1 - - - Payment request rejected - Ödeme talebi reddedildi - - - Payment request network doesn't match client network. - Ödeme talebi şebekesi istemci şebekesine denk gelmiyor. - - - Payment request is not initialized. - Ödeme talebi başlatılmamış. - - - Requested payment amount of %1 is too small (considered dust). - Talep edilen %1 meblağında ödeme çok düşüktür (toz olarak kabul edilir). - Payment request error Ödeme talebi hatası @@ -1317,13 +1273,21 @@ Cannot start bitcoin: click-to-pay handler Blackcoin başlatılamadı: tıkla-ve-öde yöneticisi + + URI handling + URI yönetimi + Payment request fetch URL is invalid: %1 Ödeme talebini alma URL'i geçersiz: %1 + + Invalid payment address %1 + %1 ödeme adresi geçersizdir + URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. - URI okunamadı! Sebebi geçersiz bir Blackcoin adresi veya hatalı URI parametreleri olabilir. + URI ayrıştırılamıyor! Bunun nedeni geçersiz bir Blackcoin adresi veya hatalı biçimlendirilmiş URI değişkenleri olabilir. Payment request file handling @@ -1331,27 +1295,43 @@ Payment request file cannot be read! This can be caused by an invalid payment request file. - Ödeme talebi okunamaz ya da işlenemez! Bunun sebebi geçersiz bir ödeme talebi dosyası olabilir. + Ödeme talebi dosyası okunamıyor! Bunun nedeni geçersiz bir ödeme talebi dosyası olabilir. + + + Payment request rejected + Ödeme talebi reddedildi + + + Payment request network doesn't match client network. + Ödeme talebi ağı, istemci ağıyla eşleşmiyor. Payment request expired. - Ödeme talebinin ömrü doldu. + Ödeme talebinin geçerlilik süresi bitti. + + + Payment request is not initialized. + Ödeme talebi başlatılmadı. Unverified payment requests to custom payment scripts are unsupported. - Özel ödeme betiklerine teyit edilmemiş ödeme talepleri desteklenmez. + Özel ödeme betiklerine, doğrulanmamış ödeme talepleri desteklenmez. Invalid payment request. Geçersiz ödeme talebi. + + Requested payment amount of %1 is too small (considered dust). + Talep edilen %1 ödeme tutarı çok küçüktür (toz olarak kabul edilir). + Refund from %1 - %1 öğesinden iade + %1 adresinden geri ödeme Payment request %1 is too large (%2 bytes, allowed %3 bytes). - %1 ödeme talebi çok büyük (%2 bayt, müsaade edilen %3 bayt). + %1 ödeme talebi çok büyük (%2 bayt, üst sınır %3 bayt). Error communicating with %1: %2 @@ -1363,15 +1343,15 @@ Bad response from server %1 - %1 sunucusundan hatalı cevap - - - Payment acknowledged - Ödeme teyit edildi + %1 sunucusundan hatalı yanıt Network request error - Şebeke talebi hatası + Ağ talebi hatası + + + Payment acknowledged + Ödeme kabul edildi @@ -1385,15 +1365,19 @@ Düğüm/Servis - Ping Time - Ping Süresi + NodeId + Düğüm ID'si + + + Ping + Ping QObject Amount - Meblağ + Tutar Enter a Bitcoin address (e.g. %1) @@ -1427,32 +1411,75 @@ %1 ms %1 ms + + %n second(s) + %n saniye%n saniye + + + %n minute(s) + %n dakika%n dakika + + + %n hour(s) + %n saat%n saat + + + %n day(s) + %n gün%n gün + + + %n week(s) + %n hafta%n hafta + + + %1 and %2 + %1 ve %2 + + + %n year(s) + %n yıl%n yıl + + + %1 didn't yet exit safely... + %1 henüz güvenli bir şekilde çıkış yapmamıştır... + + + + QObject::QObject + + Error: Specified data directory "%1" does not exist. + Hata: Belirtilen "%1" veri klasörü yoktur. + + + Error: Cannot parse configuration file: %1. Only use key=value syntax. + Hata: %1 yapılandırma dosyası ayrıştırılamadı. Sadece anahtar=değer dizimini kullanınız. + + + Error: %1 + Hata: %1 + QRImageWidget &Save Image... - Resmi k&aydet... + Resmi ka&ydet... &Copy Image - Resmi &kopyala + Resmi &Kopyala Save QR Code - QR kodu kaydet + QR Kodu Kaydet PNG Image (*.png) - PNG resim (*.png) + PNG Resim (*.png) RPCConsole - - Client name - İstemci ismi - N/A Mevcut değil @@ -1463,7 +1490,7 @@ &Information - &Malumat + &Bilgi Debug window @@ -1473,21 +1500,21 @@ General Genel - - Using OpenSSL version - Kullanılan OpenSSL sürümü - Using BerkeleyDB version Kullanılan BerkeleyDB sürümü + + Datadir + Veri konumu + Startup time Başlama zamanı Network - Şebeke + Name @@ -1511,16 +1538,12 @@ Current number of transactions - Güncel muamele sayısı + Güncel işlem sayısı Memory usage Bellek kullanımı - - Open the Bitcoin Core debug log file from the current data directory. This can take a few seconds for large log files. - Güncel veri klasöründen Blackcoin More hata ayıklama kütük dosyasını açar. Büyük kütük dosyaları için bu birkaç saniye alabilir. - Received Alınan @@ -1559,7 +1582,7 @@ Synced Headers - Eşleşmiş Başlıklar + Eşleşmiş Üstbilgiler Synced Blocks @@ -1569,6 +1592,18 @@ User Agent Kullanıcı Yazılımı + + Open the %1 debug log file from the current data directory. This can take a few seconds for large log files. + Güncel veri klasöründen %1 hata ayıklama kütük dosyasını açar. Büyük kütük dosyaları için bu birkaç saniye alabilir. + + + Decrease font size + Font boyutunu küçült + + + Increase font size + Yazıtipi boyutunu büyült + Services Servisler @@ -1601,6 +1636,10 @@ Ping Wait Ping Beklemesi + + Min Ping + En Düşük Ping + Time Offset Saat Farkı @@ -1619,7 +1658,7 @@ &Network Traffic - &Şebeke trafiği + &Ağ trafiği &Clear @@ -1637,10 +1676,6 @@ Out: Dışarı: - - Build date - Derleme tarihi - Debug log file Hata ayıklama kütük dosyası @@ -1649,14 +1684,6 @@ Clear console Konsolu temizle - - &Disconnect Node - Düğümle Bağlantıyı &Kes - - - Ban Node for - Düğümü şu süre için yasakla: - 1 &hour 1 &saat @@ -1674,21 +1701,37 @@ 1 &yıl - &Unban Node - Düğümün Yasağını Kald&ır + &Disconnect + &Bağlantıyı Kes - Welcome to the Bitcoin Core RPC console. - Blackcoin More RPC konsoluna hoş geldiniz. + Ban for + Yasakla + + + &Unban + &Yasaklamayı Kaldır + + + Welcome to the %1 RPC console. + %1 RPC konsoluna hoş geldiniz. Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. - Tarihçede gezinmek için imleç tuşlarını kullanınız, <b>Ctrl-L</b> ile de ekranı temizleyebilirsiniz. + Tarihçede gezinmek için aşağı ve yukarı ok tuşlarını kullanınız, <b>Ctrl-L</b> ile de ekranı temizleyebilirsiniz. Type <b>help</b> for an overview of available commands. Mevcut komutların listesi için <b>help</b> yazınız. + + WARNING: Scammers have been active, telling users to type commands here, stealing their wallet contents. Do not use this console without fully understanding the ramification of a command. + UYARI: Blackcoin dolandırıcılarının çok fazla etkin olduğu zamanlarda, dolandırıcılar bazı kullanıcılara buraya komutlar yazmalarını söylerek onların cüzdanlarındaki blackcoinleri çalmışlardır. Bir komutun sonuçlarını tam olarak anlamadan bu konsolu kullanmayın. + + + Network activity disabled + Ağ etkinliği devre dışı bırakıldı + %1 B %1 B @@ -1742,7 +1785,7 @@ ReceiveCoinsDialog &Amount: - &Meblağ: + &Tutar: &Label: @@ -1750,7 +1793,7 @@ &Message: - Me&saj: + &İleti: Reuse one of the previously used receiving addresses. Reusing addresses has security and privacy issues. Do not use this unless re-generating a payment request made before. @@ -1762,7 +1805,7 @@ 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 Bitcoin network. - Talep açıldığında gösterilecek, isteğinize dayalı, ödeme talebi ile ilişkilendirilecek bir mesaj. Not: Bu mesaj ödeme ile birlikte Blackcoin şebekesi üzerinden gönderilmeyecektir. + Talep açıldığında gösterilecek, isteğinize dayalı, ödeme talebi ile ilişkilendirilecek bir ileti. Not: Bu ileti ödeme ile birlikte Blackcoin ağı üzerinden gönderilmeyecektir. An optional label to associate with the new receiving address. @@ -1774,7 +1817,7 @@ An optional amount to request. Leave this empty or zero to not request a specific amount. - Seçiminize dayalı talep edilecek meblağ. Belli bir meblağ talep etmemek için bunu boş bırakın veya sıfır değerini kullanın. + Seçiminize dayalı talep edilecek tutar. Belli bir tutar talep etmemek için bunu boş bırakın veya sıfır değerini kullanın. Clear all fields of the form. @@ -1808,17 +1851,21 @@ Remove Kaldır + + Copy URI + URI'yi kopyala + Copy label - Etiketi kopyala + Etiket kopyala Copy message - Mesajı kopyala + İletiyi kopyala Copy amount - Meblağı kopyala + Tutarı kopyala @@ -1857,7 +1904,7 @@ Amount - Meblağ + Tutar Label @@ -1865,11 +1912,11 @@ Message - Mesaj + İleti Resulting URI too long, try to reduce the text for label / message. - Sonuç URI çok uzun, etiket ya da mesaj metnini kısaltmayı deneyiniz. + Sonuç URI çok uzun, etiket ya da ileti metnini kısaltmayı deneyiniz. Error encoding URI into QR Code. @@ -1888,23 +1935,23 @@ Message - Mesaj - - - Amount - Meblağ + İleti (no label) - (boş etiket) + (etiket yok) (no message) - (boş mesaj) + (ileti yok) - (no amount) - (boş meblağ) + (no amount requested) + (tutar talep edilmedi) + + + Requested + Talep edilen @@ -1939,11 +1986,7 @@ Amount: - Meblağ: - - - Priority: - Öncelik: + Tutar: Fee: @@ -1967,7 +2010,7 @@ Transaction Fee: - Muamele ücreti: + İşlem ücreti: Choose... @@ -1983,11 +2026,11 @@ If the custom fee is set to 1000 satoshis and the transaction is only 250 bytes, then "per kilobyte" only pays 250 satoshis in fee, while "total at least" pays 1000 satoshis. For transactions bigger than a kilobyte both pay by kilobyte. - Eğer özel ücret 1000 satoşi olarak ayarlandıysa ve muamele sadece 250 baytsa, "kilobayt başı" ücret olarak sadece 250 satoşi öder ve "toplam asgari" 1000 satoşi öder. Bir kilobayttan yüksek muameleler için ikisi de kilobayt başı ödeme yapar. + Eğer özel ücret 1000 satoşi olarak ayarlandıysa ve işlem sadece 250 baytsa, "kilobayt başı" ücret olarak sadece 250 satoşi öder ve "toplam asgari" 1000 satoşi öder. Bir kilobayttan yüksek işlemler için ikisi de kilobayt başı ödeme yapar. Hide - Sakla + Gizle total at least @@ -1995,7 +2038,7 @@ Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process. - Asgari ücreti ödemek, bloklarda boşluktan daha az muamele hacmi olduğu sürece bir sorun çıkarmaz. Fakat şebekenin işleyecebileceğinden daha çok blackcoin muameleleri talebi olduğunda bunun asla teyit edilmeyen bir muamele olabileceğinin farkında olmalısınız. + Gerekli olan en az ücreti ödemek, bloklarda boşluktan daha az işlem hacmi olduğu sürece bir sorun çıkarmaz. Fakat ağın işleyecebileceğinden daha çok blackcoin işlemi talebi olduğunda bunun asla doğrulanmayan bir işlem olabileceğinin farkında olmalısınız. (read the tooltip) @@ -2013,10 +2056,6 @@ (Smart fee not initialized yet. This usually takes a few blocks...) (Zeki ücret henüz başlatılmadı. Bu genelde birkaç blok alır...) - - Confirmation time: - Teyit süresi: - normal normal @@ -2025,14 +2064,6 @@ fast çabuk - - Send as zero-fee transaction if possible - Mümkünse ücretsiz muamele olarak gönder - - - (confirmation may take longer) - (teyit daha uzun süre alabilir) - Send to multiple recipients at once Birçok alıcıya aynı anda gönder @@ -2049,6 +2080,10 @@ Dust: Toz: + + Confirmation time target: + Doğrulama süresi hedefi: + Clear &All Tümünü &temizle @@ -2065,21 +2100,13 @@ S&end G&önder - - Confirm send coins - Gönderiyi teyit ediniz - - - %1 to %2 - %1 öğesinden %2 unsuruna - Copy quantity Miktarı kopyala Copy amount - Meblağı kopyala + Tutarı kopyala Copy fee @@ -2087,87 +2114,23 @@ Copy after fee - Ücretten sonrakini kopyala + Ücretten sonrasını kopyala Copy bytes Baytları kopyala - Copy priority - Önceliği kopyala + Copy dust + Tozu kopyala Copy change Para üstünü kopyala - Total Amount %1 - Toplam Meblağ %1 - - - or - veya - - - The amount to pay must be larger than 0. - Ödeyeceğiniz tutarın sıfırdan yüksek olması gerekir. - - - The amount exceeds your balance. - Tutar bakiyenizden yüksektir. - - - The total exceeds your balance when the %1 transaction fee is included. - Toplam, %1 muamele ücreti ilâve edildiğinde bakiyenizi geçmektedir. - - - Transaction creation failed! - Muamelenin oluşturulması başarısız oldu! - - - 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. - Muamele reddedildi! Cüzdanınızdaki madenî paraların bazıları zaten harcanmış olduğunda bu meydana gelebilir. Örneğin wallet.dat dosyasının bir kopyasını kullandıysanız ve kopyada para harcandığında ancak burada harcandığı işaretlenmediğinde. - - - A fee higher than %1 is considered an absurdly high fee. - %1 tutarından yüksek ücret saçma derecede yüksek bir ücret olarak kabul edilir. - - - Payment request expired. - Ödeme talebinin ömrü doldu. - - - Pay only the required fee of %1 - Sadece gerekli ücret olan %1 tutarını öde - - - Estimated to begin confirmation within %n block(s). - Tahmini olarak %n blok içinde teyide başlanacaktır.Tahmini olarak %n blok içinde teyide başlanacaktır. - - - The recipient address is not valid. Please recheck. - Alıcı adresi geçerli değildir. Lütfen denetleyiniz. - - - Duplicate address found: addresses should only be used once each. - Çift adres bulundu: adresler herbiri için sadece bir kez kullanılmalıdır. - - - Warning: Invalid Bitcoin address - Uyarı: geçersiz Blackcoin adresi - - - (no label) - (boş etiket) - - - Warning: Unknown change address - Uyarı: geçersiz para üstü adresi - - - Copy dust - Tozu kopyala + %1 to %2 + %1 ögesinden %2 unsuruna Are you sure you want to send? @@ -2175,23 +2138,95 @@ added as transaction fee - muamele ücreti olarak eklendi + işlem ücreti olarak eklendi + + + Total Amount %1 + Toplam Tutar %1 + + + or + veya + + + Confirm send coins + Blackcoin gönderimini onaylayın + + + The recipient address is not valid. Please recheck. + Alıcı adresi geçerli değildir. Lütfen tekrar kontrol ediniz. + + + The amount to pay must be larger than 0. + Ödeyeceğiniz tutarın 0'dan yüksek olması gerekir. + + + The amount exceeds your balance. + Tutar bakiyenizden yüksektir. + + + The total exceeds your balance when the %1 transaction fee is included. + Toplam, %1 işlem ücreti eklendiğinde bakiyenizi geçmektedir. + + + Duplicate address found: addresses should only be used once each. + Tekrarlayan adres bulundu: adresler sadece bir kez kullanılmalıdır. + + + Transaction creation failed! + İşlem oluşturma başarısız! + + + The transaction was rejected with the following reason: %1 + İşlem şu nedenden dolayı reddedildi: %1 + + + A fee higher than %1 is considered an absurdly high fee. + %1 tutarından yüksek bir ücret saçma derecede yüksek bir ücret olarak kabul edilir. + + + Payment request expired. + Ödeme talebinin geçerlilik süresi bitti. + + + %n block(s) + %n blok%n blok + + + Pay only the required fee of %1 + Sadece asgari ücret olan %1 tutarını öde + + + Warning: Invalid Bitcoin address + Uyarı: geçersiz Blackcoin adresi + + + Warning: Unknown change address + Uyarı: Bilinmeyen para üstü adresi + + + Confirm custom change address + Özel para üstü adresini onayla + + + The address you selected for change is not part of this wallet. Any or all funds in your wallet may be sent to this address. Are you sure? + Para üstü için seçtiğiniz adres bu cüzdanın bir parçası değil. Cüzdanınızdaki bir miktar veya tüm para bu adrese gönderilebilir. Emin misiniz? + + + (no label) + (etiket yok) SendCoinsEntry A&mount: - Mebla&ğ: + T&utar: Pay &To: &Şu adrese öde: - - Enter a label for this address to add it to your address book - Adres defterinize eklemek için bu adrese ilişik bir etiket giriniz - &Label: &Etiket: @@ -2222,19 +2257,19 @@ Remove this entry - Bu unsuru kaldır + Bu ögeyi kaldır The fee will be deducted from the amount being sent. The recipient will receive less bitcoins than you enter in the amount field. If multiple recipients are selected, the fee is split equally. - Ücret yollanan meblağdan alınacaktır. Alıcı meblağ alanında girdiğinizden daha az blackcoin alacaktır. Eğer birden çok alıcı seçiliyse ücret eşit olarak bölünecektir. + Ücret yollanan tutardan alınacaktır. Alıcı tutar alanına girdiğinizden daha az blackcoin alacaktır. Eğer birden çok alıcı seçiliyse ücret eşit olarak bölünecektir. S&ubtract fee from amount - Ücreti meblağdan düş + Ücreti tutardan düş Message: - Mesaj: + İleti: This is an unauthenticated payment request. @@ -2250,7 +2285,7 @@ A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcoin network. - Blackcoin: URI'siyle ilişkili ve bilginiz için muameleyle saklanacak bir mesaj. Not: Bu mesaj Blackcoin şebekesi üzerinden gönderilmeyecektir. + Referans için blackcoin: URI'siyle iliştirilmiş işlemle birlikte depolanacak bir ileti. Not: Bu mesaj Blackcoin ağı üzerinden gönderilmeyecektir. Pay To: @@ -2260,12 +2295,23 @@ Memo: Not: + + Enter a label for this address to add it to your address book + Adres defterinize eklemek için bu adrese bir etiket giriniz + + + + SendConfirmationDialog + + Yes + Evet + ShutdownWindow - Bitcoin Core is shutting down... - Blackcoin More kapanıyor... + %1 is shutting down... + %1 kapanıyor... Do not shut down the computer until this window disappears. @@ -2276,19 +2322,19 @@ SignVerifyMessageDialog Signatures - Sign / Verify a Message - İmzalar - Mesaj İmzala / Kontrol et + İmzalar - İleti İmzala / Kontrol et &Sign Message - Mesaj &imzala + İleti &imzala You can sign messages/agreements with your addresses to prove you can receive bitcoins sent to them. Be careful not to sign anything vague or random, as phishing attacks may try to trick you into signing your identity over to them. Only sign fully-detailed statements you agree to. - Adreslerinize yollanan blackcoinleri alabileceğiniz ispatlamak için adreslerinizle mesaj/anlaşma imzalayabilirsiniz. Oltalama saldırılarının kimliğinizi imzanızla elde etmeyi deneyebilecekleri için belirsiz ya da rastgele hiçbir şey imzalamamaya dikkat ediniz. Sadece ayrıntılı açıklaması olan ve tümüne katıldığınız ifadeleri imzalayınız. + Adreslerinize yollanan blackcoinleri alabileceğiniz ispatlamak için adreslerinizle iletiler/anlaşmalar imzalayabilirsiniz. Oltalama saldırılarının kimliğinizi imzanızla elde etmeyi deneyebilecekleri için belirsiz ya da rastgele hiçbir şey imzalamamaya dikkat ediniz. Sadece ayrıntılı açıklaması olan ve tümüne katıldığınız ifadeleri imzalayınız. The Bitcoin address to sign the message with - Mesajın imzalanmasında kullanılacak Blackcoin adresi + İletinin imzalanmasında kullanılacak Blackcoin adresi Choose previously used address @@ -2308,7 +2354,7 @@ Enter the message you want to sign here - İmzalamak istediğiniz mesajı burada giriniz + İmzalamak istediğiniz iletiyi burada giriniz Signature @@ -2320,15 +2366,15 @@ Sign the message to prove you own this Bitcoin address - Bu Blackcoin adresinin sizin olduğunu ispatlamak için mesajı imzalayın + Bu Blackcoin adresinin sizin olduğunu ispatlamak için iletiyi imzalayın Sign &Message - &Mesajı imzala + &İletiyi imzala Reset all sign message fields - Tüm mesaj alanlarını sıfırla + Tüm ileti alanlarını sıfırla Clear &All @@ -2336,31 +2382,31 @@ &Verify Message - Mesaj &kontrol et + İletiyi &kontrol et Enter the receiver's address, message (ensure you copy line breaks, spaces, tabs, etc. exactly) and signature below to verify the message. Be careful not to read more into the signature than what is in the signed message itself, to avoid being tricked by a man-in-the-middle attack. Note that this only proves the signing party receives with the address, it cannot prove sendership of any transaction! - Alıcının adresini, mesajı (satır sonları, boşluklar, sekmeler vs. karakterleri tam olarak kopyaladığınızdan emin olunuz) ve imzayı aşağıda giriniz. Bir ortadaki adam saldırısı tarafından kandırılmaya mâni olmak için imzadan, imzalı mesajın içeriğini aşan bir anlam çıkarmamaya dikkat ediniz. Bunun sadece imzalayan tarafın adres ile alım yapabildiğini ispatladığını ve herhangi bir muamelenin gönderi tarafını kanıtlayamayacağını unutmayınız! + Alıcının adresini, iletiyi (satır sonları, boşluklar, sekmeler vs. karakterleri tam olarak kopyaladığınızdan emin olunuz) ve imzayı aşağıya giriniz. Bir ortadaki adam saldırısı tarafından kandırılmaya engel olmak için imzadan, imzalı iletinin içeriğini aşan bir anlam çıkarmamaya dikkat ediniz. Bunun sadece imzalayan tarafın adres ile alım yapabildiğini ispatladığını ve herhangi bir işlemin gönderi tarafını kanıtlayamayacağını unutmayınız! The Bitcoin address the message was signed with - Mesajın imzalanmasında kullanılan Blackcoin adresi + İletinin imzalanmasında kullanılan Blackcoin adresi Verify the message to ensure it was signed with the specified Bitcoin address - Belirtilen Blackcoin adresi ile imzalandığını doğrulamak için mesajı kontrol et + Belirtilen Blackcoin adresi ile imzalandığını doğrulamak için iletiyi kontrol et Verify &Message - &Mesaj kontrol et + &İletiyi kontrol et Reset all verify message fields - Tüm mesaj kontrolü alanlarını sıfırla + Tüm ileti kontrolü alanlarını sıfırla Click "Sign Message" to generate signature - İmzayı oluşturmak için "Mesaj İmzala" unsurunu tıklayın + İmzayı oluşturmak için "İletiyi İmzala"ya tıklayın The entered address is invalid. @@ -2368,7 +2414,7 @@ Please check the address and try again. - Adresi kontrol edip tekrar deneyiniz. + Lütfen adresi kontrol edip tekrar deneyiniz. The entered address does not refer to a key. @@ -2384,11 +2430,11 @@ Message signing failed. - Mesajın imzalanması başarısız oldu. + İleti imzalaması başarısız oldu. Message signed. - Mesaj imzalandı. + İleti imzalandı. The signature could not be decoded. @@ -2396,31 +2442,23 @@ Please check the signature and try again. - İmzayı kontrol edip tekrar deneyiniz. + Lütfen imzayı kontrol edip tekrar deneyiniz. The signature did not match the message digest. - İmza mesajın hash değeri ile eşleşmedi. + İmza iletinin özeti ile eşleşmedi. Message verification failed. - Mesaj doğrulaması başarısız oldu. + İleti doğrulaması başarısız oldu. Message verified. - Mesaj doğrulandı. + İleti doğrulandı. SplashScreen - - Bitcoin Core - Blackcoin More - - - The Bitcoin Core developers - Blackcoin More geliştiricileri - [testnet] [testnet] @@ -2435,33 +2473,57 @@ TransactionDesc + + Open for %n more block(s) + %n taneden daha fazla blok için açık%n taneden daha fazla blok için açık + Open until %1 %1 değerine dek açık - conflicted - çakışma + conflicted with a transaction with %1 confirmations + %1 doğrulamalı bir işlem ile çelişti %1/offline %1/çevrim dışı + + 0/unconfirmed, %1 + 0/doğrulanmamış, %1 + + + in memory pool + bellek alanında + + + not in memory pool + bellek alanında değil + + + abandoned + terk edilmiş + %1/unconfirmed %1/doğrulanmadı %1 confirmations - %1 teyit + %1 doğrulama Status Durum + + , has not been successfully broadcast yet + , henüz başarılı bir şekilde yayınlanmadı + , broadcast through %n node(s) - , %n düğüm vasıtasıyla yayınlandı, %n düğüm vasıtasıyla yayınlandı + , %n düğüm aracılığıyla yayınlandı, %n düğüm aracılığıyla yayınlandı Date @@ -2479,6 +2541,10 @@ From Gönderen + + unknown + bilinmiyor + To Alıcı @@ -2497,7 +2563,7 @@ Credit - Gider + Alınan Tutar matures in %n more block(s) @@ -2509,27 +2575,27 @@ Debit - Gelir + Çekilen Tutar Total debit - Toplam gider + Toplam çekilen tutar Total credit - Toplam gelir + Toplam alınan tutar Transaction fee - Muamele ücreti + İşlem ücreti Net amount - Net meblağ + Net tutar Message - Mesaj + İleti Comment @@ -2537,7 +2603,15 @@ Transaction ID - Muamele tanımlayıcı + İşlem ID'si + + + Transaction total size + İşlemin toplam boyutu + + + Output index + Çıktı indeksi Merchant @@ -2549,11 +2623,11 @@ Debug information - Hata ayıklama verileri + Hata ayıklama bilgisi Transaction - Muamele + İşlem Inputs @@ -2561,7 +2635,7 @@ Amount - Meblağ + Tutar true @@ -2571,28 +2645,16 @@ false yanlış - - , has not been successfully broadcast yet - , henüz başarılı bir şekilde yayınlanmadı - - - Open for %n more block(s) - %n ilâve blok için açık%n ilâve blok için açık - - - unknown - bilinmiyor - TransactionDescDialog - Transaction details - Muamele detayları + This pane shows a detailed description of the transaction + Bu pano işlemin ayrıntılı açıklamasını gösterir - This pane shows a detailed description of the transaction - Bu pano muamelenin ayrıntılı açıklamasını gösterir + Details for %1 + %1 için ayrıntılar @@ -2606,20 +2668,44 @@ Tür - Immature (%1 confirmations, will be available after %2) - Olgunlaşmamış (%1 teyit, %2 teyit ardından kullanılabilir olacaktır) + Label + Etiket Open for %n more block(s) - %n ilâve blok için açık%n ilâve blok için açık + %n taneden daha fazla blok için açık%n taneden daha fazla blok için açık Open until %1 %1 değerine dek açık + + Offline + Çevrim dışı + + + Unconfirmed + Doğrulanmamış + + + Abandoned + Terk edilmiş + + + Confirming (%1 of %2 recommended confirmations) + Doğrulanıyor (%1 kere doğrulandı, önerilen doğrulama sayısı %2) + Confirmed (%1 confirmations) - Doğrulandı (%1 teyit) + Doğrulandı (%1 doğrulama) + + + Conflicted + Uyuşmadı + + + Immature (%1 confirmations, will be available after %2) + Olgunlaşmamış (%1 doğrulama, %2 doğrulama sonra kullanılabilir olacaktır) This block was not received by any other nodes and will probably not be accepted! @@ -2629,26 +2715,6 @@ Generated but not accepted Oluşturuldu ama kabul edilmedi - - Offline - Çevrim dışı - - - Label - Etiket - - - Unconfirmed - Teyit edilmemiş - - - Confirming (%1 of %2 recommended confirmations) - Teyit ediliyor (tavsiye edilen %2 teyit üzerinden %1 doğrulama) - - - Conflicted - Çakışma - Received with Şununla alındı @@ -2677,29 +2743,33 @@ (n/a) (mevcut değil) + + (no label) + (etiket yok) + Transaction status. Hover over this field to show number of confirmations. - Muamele durumu. Doğrulama sayısını görüntülemek için imleci bu alanda tutunuz. + İşlem durumu. Doğrulama sayısını görüntülemek için fare imlecini bu alanın üzerinde tutunuz. Date and time that the transaction was received. - Muamelenin alındığı tarih ve zaman. + İşlemin alındığı tarih ve zaman. Type of transaction. - Muamele türü. + İşlemin türü. Whether or not a watch-only address is involved in this transaction. - Bu muamelede sadece izlenen bir adresin bulunup bulunmadığı. + Bu işleme sadece-izlenen bir adresin dahil edilip, edilmediği. User-defined intent/purpose of the transaction. - Muamelenin kullanıcı tanımlı niyeti/amacı. + İşlemin kullanıcı tanımlı amacı. Amount removed from or added to balance. - Bakiyeden alınan ya da bakiyeye eklenen meblağ. + Bakiyeden kaldırılan ya da bakiyeye eklenen tutar. @@ -2726,15 +2796,15 @@ This year - Bu sene + Bu yıl Range... - Aralık... + Tarih Aralığı Received with - Şununla alınan + Şununla alındı Sent to @@ -2746,7 +2816,7 @@ Mined - Oluşturulan + Madenden çıkarılan Other @@ -2758,27 +2828,35 @@ Min amount - Asgari meblağ + En düşük tutar + + + Abandon transaction + İşlemden vazgeç Copy address - Adresi kopyala + Adres kopyala Copy label - Etiketi kopyala + Etiket kopyala Copy amount - Meblağı kopyala + Tutarı kopyala Copy transaction ID - Muamele kimliğini kopyala + İşlem ID'sini kopyala Copy raw transaction - Ham muameleyi kopyala + Ham işlemi kopyala + + + Copy full transaction details + Tüm işlem ayrıntılarını kopyala Edit label @@ -2786,31 +2864,11 @@ Show transaction details - Muamele detaylarını göster + İşlem ayrıntılarını göster Export Transaction History - Muamele tarihçesini dışa aktar - - - Watch-only - Sadece izlenen - - - Exporting Failed - Dışa aktarım başarısız oldu - - - There was an error trying to save the transaction history to %1. - Muamele tarihçesinin %1 konumuna kaydedilmesi sırasında bir hata meydana geldi. - - - Exporting Successful - Dışa aktarım başarılı oldu - - - The transaction history was successfully saved to %1. - Muamele tarihçesi başarılı bir şekilde %1 konumuna kaydedildi. + İşlem Tarihçesini Dışarı Aktar Comma separated file (*.csv) @@ -2820,6 +2878,10 @@ Confirmed Doğrulandı + + Watch-only + Sadece izlenen + Date Tarih @@ -2838,47 +2900,63 @@ ID - Tanımlayıcı + ID + + + Exporting Failed + Dışarı aktarmada hata + + + There was an error trying to save the transaction history to %1. + İşlem tarihçesinin %1 konumuna kaydedilmeye çalışıldığı sırada bir hata meydana geldi. + + + Exporting Successful + Dışarı Aktarma Başarılı + + + The transaction history was successfully saved to %1. + İşlem tarihçesi %1 konumuna başarıyla kaydedildi. Range: - Aralık: + Tarih Aralığı: to - ilâ + Alıcı UnitDisplayStatusBarControl Unit to show amounts in. Click to select another unit. - Meblağları göstermek için birim. Başka bir birim seçmek için tıklayınız. + Tutarı göstermek için birim. Başka bir birim seçmek için tıklayınız. WalletFrame No wallet has been loaded. - Hiçbir cüzdan yüklenmemiştir. + Hiçbir cüzdan yüklenmedi. WalletModel Send Coins - Blackcoin yolla + Blackcoini Gönder WalletView &Export - &Dışa aktar + &Dışarı aktar Export the data in the current tab to a file - Güncel sekmedeki verileri bir dosyaya aktar + Mevcut sekmedeki verileri bir dosyaya aktar Backup Wallet @@ -2886,23 +2964,23 @@ Wallet Data (*.dat) - Cüzdan verileri (*.dat) + Cüzdan Verileri (*.dat) Backup Failed - Yedekleme başarısız oldu + Yedekleme Başarısız Oldu There was an error trying to save the wallet data to %1. Cüzdan verilerinin %1 konumuna kaydedilmesi sırasında bir hata meydana geldi. - The wallet data was successfully saved to %1. - Cüzdan verileri %1 konumuna başarıyla kaydedildi. + Backup Successful + Yedekleme Başarılı - Backup Successful - Yedekleme başarılı + The wallet data was successfully saved to %1. + Cüzdan verileri %1 konumuna başarıyla kaydedildi. @@ -2927,30 +3005,30 @@ Accept command line and JSON-RPC commands Komut satırı ve JSON-RPC komutlarını kabul et + + Accept connections from outside (default: 1 if no -proxy or -connect/-noconnect) + Dışarıdan gelen bağlantıları kabul et (varsayılan: 1 eğer -proxy veya -connect/-noconnect yoksa) + + + Connect only to the specified node(s); -noconnect or -connect=0 alone to disable automatic connections + -noconnect ile yalnızca belirtilen düğümleri bağlayın veya yalnız otomatik bağlantıları devre dışı bırakmak için -connect=0 kullanın. + + + Distributed under the MIT software license, see the accompanying file %s or %s + MIT yazılım lisansı altında dağıtılmıştır, beraberindeki %s ya da %s dosyasına bakınız. + If <category> is not supplied or if <category> = 1, output all debugging information. - Eğer <kategori> belirtilmemişse ya da <kategori> = 1 ise, tüm hata ayıklama verilerini dök. - - - Maximum total fees (in %s) to use in a single wallet transaction; setting this too low may abort large transactions (default: %s) - Tek cüzdan muamelesinde kullanılacak azami toplam ücret (%s olarak); bunu çok düşük olarak ayarlamak büyük muameleleri iptal edebilir (varsayılan: %s) - - - Please check that your computer's date and time are correct! If your clock is wrong Bitcoin Core will not work properly. - Lütfen bilgisayarınızın saat ve tarihinin doğru olduğunu kontol ediniz! Saatinizde gecikme varsa Blackcoin More doğru şekilde çalışamaz. + Eğer <kategori> belirtilmemişse ya da <kategori> = 1 ise, tüm hata ayıklama verilerini çıktı al. Prune configured below the minimum of %d MiB. Please use a higher number. - Budama, asgari değer olan %d MiB'den düşük olarak ayarlanmıştır. Lütfen daha yüksek bir sayı kullanınız. + Budama, en düşük değer olan %d MiB'den düşük olarak ayarlanmıştır. Lütfen daha yüksek bir sayı kullanınız. Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node) Budama: son cüzdan eşleşmesi budanmış verilerin ötesine gitmektedir. -reindex kullanmanız gerekmektedir (Budanmış düğüm ise tüm blok zincirini tekrar indirmeniz gerekir.) - - Reduce storage requirements by pruning (deleting) old blocks. This mode is incompatible with -txindex and -rescan. Warning: Reverting this setting requires re-downloading the entire blockchain. (default: 0 = disable pruning blocks, >%u = target size in MiB to use for block files) - Depolama gerekliliğini eski blokları budayarak (silerek) düşür. Bu kip -txindex ve -rescan ile uyumsuzdur. İkaz: Bu ayarı geri almak tüm blok zincirini yeniden indirmeyi gerektirir. (varsayılan: 0 = blokları silmeyi devre dışı bırak, >%u = MiB olarak blok dosyaları için kullanılacak hedef boyut) - Rescans are not possible in pruned mode. You will need to use -reindex which will download the whole blockchain again. Tekrar taramalar budanmış kipte mümkün değildir. Tüm blok zincirini tekrar indirecek olan -reindex seçeneğini kullanmanız gerekecektir. @@ -2961,7 +3039,7 @@ Fee (in %s/kB) to add to transactions you send (default: %s) - Yolladığınız muamelelere eklenecek ücret (%s/kB olarak) (varsayılan: %s) + Yolladığınız işlemlere eklenecek ücret (%s/kB olarak) (varsayılan: %s) Pruning blockstore... @@ -2976,24 +3054,76 @@ HTTP sunucusu başlatılamadı. Ayrıntılar için debug.log dosyasına bakınız. - Accept connections from outside (default: 1 if no -proxy or -connect) - Dışarıdan gelen bağlantıları kabul et (varsayılan: -proxy veya -connect yoksa 1) + Bitcoin Core + Blackcoin More + + + The %s developers + %s geliştiricileri + + + A fee rate (in %s/kB) that will be used when fee estimation has insufficient data (default: %s) + Ücret tahmini için yetersiz veri bulunduğunda kullanılacak ücret oranı (%s/kB olarak) (varsayılan: %s) + + + Accept relayed transactions received from whitelisted peers even when not relaying transactions (default: %d) + İşlemler aktarılmadığında dahi beyaz listedeki eşlerden aktarılan işlemleri kabul et (varsayılan: %d) Bind to given address and always listen on it. Use [host]:port notation for IPv6 Belirtilen adrese bağlan ve daima ondan dinle. IPv6 için [makine]:port yazımını kullanınız - Delete all wallet transactions and only recover those parts of the blockchain through -rescan on startup - Tüm cüzdan muamelelerini sil ve başlangıçta -rescan ile sadece blok zincirinin parçası olanları geri getir + Cannot obtain a lock on data directory %s. %s is probably already running. + %s veri dizininde kilit elde edilemedi. %s muhtemelen hâlihazırda çalışmaktadır. - Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. - MIT yazılım lisansı kapsamında yayınlanmıştır, ekteki COPYING dosyasına ya da <http://www.opensource.org/licenses/mit-license.php> adresine bakınız. + Delete all wallet transactions and only recover those parts of the blockchain through -rescan on startup + Tüm cüzdan işlemlerini sil ve başlangıçta -rescan ile sadece blok zincirinin parçası olanları geri getir + + + Error loading %s: You can't enable HD on a already existing non-HD wallet + %s yüklenmesinde hata: zaten var olan ve HD olmayan bir cüzdanda HD etkinleştirilemez. + + + Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect. + %s dosyasının okunması sırasında bir hata meydana geldi! Tüm anahtarlar doğru bir şekilde okundu, ancak işlem verileri ya da adres defteri ögeleri hatalı veya eksik olabilir. Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) - Bir cüzdan muamelesi değiştiğinde komutu çalıştır (komuttaki %s muamele kimliği ile değiştirilecektir) + Bir cüzdan işlemi değiştiğinde komutu çalıştır (komuttaki %s işlem kimliği ile değiştirilecektir) + + + Extra transactions to keep in memory for compact block reconstructions (default: %u) + Daha küçük boyutlu blok yeniden yapılandırması için fazladan işlemleri bellekte tut. (varsayılan: %u) + + + If this block is in the chain assume that it and its ancestors are valid and potentially skip their script verification (0 to verify all, default: %s, testnet: %s) + Eğer bu blok zincirde yer alıyorsa onun ve atalarının geçerli olduğunu varsay ve potansiyel olarak onların betik doğrulamasını atla. (Tümünü doğrulamak için 0, varsayılan %s, testnet: %s) + + + Maximum allowed median peer time offset adjustment. Local perspective of time may be influenced by peers forward or backward by this amount. (default: %u seconds) + İzin verilen edilen en yüksek medyan eş zamanı değişiklik sınırının ayarlaması. Zamanın yerel perspektifi bu miktar kadar ileri ya da geri eşler tarafından etkilenebilir. (Varsayılan %u saniye) + + + Maximum total fees (in %s) to use in a single wallet transaction or raw transaction; setting this too low may abort large transactions (default: %s) + Tek bir cüzdan işleminde ya da ham işlemde kullanılacak en yüksek toplam ücret (%s olarak); bunu çok düşük olarak ayarlamak büyük işlemleri iptal edebilir (varsayılan: %s) + + + Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly. + Lütfen bilgisayarınızın saat ve tarihinin doğru olduğunu kontrol ediniz! Saatinizde gecikme varsa %s doğru şekilde çalışamaz. + + + Please contribute if you find %s useful. Visit %s for further information about the software. + %s programını faydalı buluyorsanız lütfen katkıda bulununuz. Yazılım hakkında daha fazla bilgi için %s adresini ziyaret ediniz. + + + Reduce storage requirements by enabling pruning (deleting) of old blocks. This allows the pruneblockchain RPC to be called to delete specific blocks, and enables automatic pruning of old blocks if a target size in MiB is provided. This mode is incompatible with -txindex and -rescan. Warning: Reverting this setting requires re-downloading the entire blockchain. (default: 0 = disable pruning blocks, 1 = allow manual pruning via RPC, >%u = automatically prune block files to stay under the specified target size in MiB) + Eski blokları budamayı (silme) etkinleştirerek depolama gereksinimlerini azaltın. Bu belirli blokları silmek için pruneblockchain uzak yordam çağrısına (RPC) izin verir. Eğer bloklar hedef mebibyte boyutuna ulaşırsa eski blokların otomatik olarak budanmasını sağlar. Bu kip, -txindex ve -rescan ile uyumsuzdur. Uyarı: Bu ayarı geri almak, blok zincirinin tamamını yeniden yüklemeyi gerektirir. (varsayılan: 0 = blok budaması devre dışı, 1 = RPC üzerinden manuel budamaya izin verir, >%u = mebibyte olarak belirtilen hedef boyutun altında kalması için blok dosyalarını otomatik olarak budar) + + + Set lowest fee rate (in %s/kB) for transactions to be included in block creation. (default: %s) + Blok oluşturmaya dahil olan işlemler için en düşük ücret oranını (%s/kB olarak) ayarla. (varsayılan: %s) Set the number of script verification threads (%u to %d, 0 = auto, <0 = leave that many cores free, default: %d) @@ -3005,60 +3135,80 @@ This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - Bu yayın öncesi bir deneme sürümüdür - tüm riski siz üstlenmiş olursunuz - blackcoin oluşturmak ya da ticari uygulamalar için kullanmayınız + Bu kararlı sürümden önceki bir deneme sürümüdür. - risklerini bilerek kullanma sorumluluğu sizdedir - blackcoin oluşturmak ya da ticari uygulamalar için kullanmayınız - Unable to bind to %s on this computer. Bitcoin Core is probably already running. - Bu bilgisayarda %s unsuruna bağlanılamadı. Blackcoin More muhtemelen hâlihazırda çalışmaktadır. + Unable to rewind the database to a pre-fork state. You will need to redownload the blockchain + Veritabanını çatallama öncesi duruma geri sarmak mümkün değil. Blok zincirini tekrar indirmeniz gerekmektedir Use UPnP to map the listening port (default: 1 when listening and no -proxy) Dinlenecek portu haritalamak için UPnP kullan (varsayılan: dinlenildiğinde ve -proxy olmadığında 1) - WARNING: abnormally high number of blocks generated, %d blocks received in the last %d hours (%d expected) - İKAZ: anormal yüksek sayıda blok oluşturulmuştur, %d blok son %d saat içinde alınmıştır (%d bekleniyordu) + Username and hashed password for JSON-RPC connections. The field <userpw> comes in the format: <USERNAME>:<SALT>$<HASH>. A canonical python script is included in share/rpcuser. The client then connects normally using the rpcuser=<USERNAME>/rpcpassword=<PASSWORD> pair of arguments. This option can be specified multiple times + JSON-RPC bağlantıları için kullanıcı adı ve karmalanmış parola. <userpw> alanı şu biçimdedir: <KULLANICI ADI>:<SALT>$<HASH>. Kanonik bir Python betiği share/rpcuser klasöründe bulunabilir. Ardından istemci normal şekilde rpcuser=<KULLANICI ADI>/rpcpassword=<PAROLA> argüman çiftini kullanarak bağlanabilir. Bu seçenek birden çok kez belirtilebilir. - WARNING: check your network connection, %d blocks received in the last %d hours (%d expected) - İKAZ: ağ bağlantınızı kontrol ediniz, %d blok son %d saat içinde alınmıştır (%d bekleniyordu) + Wallet will not create transactions that violate mempool chain limits (default: %u) + Cüzdan, zincir bellek alanı limitlerini ihlal eden işlem oluşturmayacak. (varsayılan: %u) Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. - Uyarı: şebeke tamamen mutabık değil gibi görünüyor! Bazı madenciler sorun yaşıyor gibi görünüyor. + Uyarı: Ağ üyeleri aralarında tamamen anlaşmış gibi gözükmüyor! Bazı madenciler sorun yaşıyor gibi görünmektedir. Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. - Uyarı: eşlerimizle tamamen mutabık değiliz gibi görünüyor! Güncelleme yapmanız gerekebilir ya da diğer düğümlerin güncelleme yapmaları gerekebilir. + Uyarı: Ağ eşlerimizle tamamen anlaşamamışız gibi görünüyor! Güncelleme yapmanız gerekebilir ya da diğer düğümlerin güncelleme yapmaları gerekebilir. - 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. - Uyarı: wallet.dat bozuk, veriler geri kazanıldı! Özgün wallet.dat, wallet.{zamandamgası}.bak olarak %s klasörüne kaydedildi; bakiyeniz ya da muameleleriniz yanlışsa bir yedeklemeden tekrar yüklemeniz gerekir. + You need to rebuild the database using -reindex-chainstate to change -txindex + -txindex'i değiştirmek için veritabanını -reindex-chainstate kullanarak tekrar inşa etmeniz gerekmektedir - Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. - Belirtilen ağ maskesi ya da IP adresinden bağlanan eşleri beyaz listeye al. Birden fazla kez belirtilebilir. + %s corrupt, salvage failed + %s bozuk, geri kazanım başarısız oldu -maxmempool must be at least %d MB - -maxmempool asgari %d MB olmalıdır + -maxmempool en az %d MB olmalıdır <category> can be: <kategori> şunlar olabilir: + + Append comment to the user agent string + Kullanıcı aracı zincirine yorumu ekle + + + Attempt to recover private keys from a corrupt wallet on startup + Başlangıçta bozuk bir cüzdandan özel anahtarları geri kazanmayı dene + Block creation options: Blok oluşturma seçenekleri: - Connect only to the specified node(s) - Sadece belirtilen düğüme veya düğümlere bağlan + Cannot resolve -%s address: '%s' + Çözümlenemedi - %s adres: '%s' + + + Chain selection options: + Blok zinciri seçim ayarları: + + + Change index out of range + Aralık dışında değişiklik indeksi Connection options: Bağlantı seçenekleri: + + Copyright (C) %i-%i + Telif hakkı (C) %i-%i + Corrupted block database detected Bozuk blok veritabanı tespit edildi @@ -3081,7 +3231,7 @@ Enable publish hash transaction in <address> - Karma değer muamelesinin <adres>te yayınlanmasını etkinleştir + Karma değer işleminin <adres>te yayınlanmasını etkinleştir Enable publish raw block in <address> @@ -3089,7 +3239,11 @@ Enable publish raw transaction in <address> - Ham muamelenin <adres>te yayınlanmasını etkinleştir + Ham işlemin <adres>te yayınlanmasını etkinleştir + + + Enable transaction replacement in the memory pool (default: %u) + Bellek alanında işlem değiştirmeyi etkinleştir (varsayılan: %u) Error initializing block database @@ -3099,6 +3253,22 @@ Error initializing wallet database environment %s! %s cüzdan veritabanı ortamının başlatılmasında hata meydana geldi! + + Error loading %s + %s unsurunun yüklenmesinde hata oluştu + + + Error loading %s: Wallet corrupted + %s unsurunun yüklenmesinde hata oluştu: bozuk cüzdan + + + Error loading %s: Wallet requires newer version of %s + %s unsurunun yüklenmesinde hata oluştu: cüzdan %s programının yeni bir sürümüne ihtiyaç duyuyor + + + Error loading %s: You can't disable HD on a already existing HD wallet + %s yüklenmesinde hata: zaten var olan HD bir cüzdanda HD devre dışı bırakılamaz. + Error loading block database Blok veritabanının yüklenmesinde hata @@ -3121,15 +3291,35 @@ Incorrect or no genesis block found. Wrong datadir for network? - Yanlış ya da bulunamamış doğuş bloku. Şebeke için yanlış veri klasörü mü? + Yanlış ya da bulunamamış doğuş bloğu. Ağ için yanlış veri klasörü mü? + + + Initialization sanity check failed. %s is shutting down. + Başlatma sınaması başarısız oldu. %s kapatılıyor. Invalid -onion address: '%s' Geçersiz -onion adresi: '%s' + + Invalid amount for -%s=<amount>: '%s' + -%s=<tutar> için geçersiz tutar: '%s' + + + Invalid amount for -fallbackfee=<amount>: '%s' + -fallbackfee=<tutar> için geçersiz tutar: '%s' + Keep the transaction memory pool below <n> megabytes (default: %u) - Muamele bellek alanını <n> megabayttan düşük tut (varsayılan: %u) + İşlem bellek alanını <n> megabayttan düşük tut (varsayılan: %u) + + + Loading banlist... + Yasaklama listesi yükleniyor... + + + Location of the auth cookie (default: data dir) + auth çerezinin konumu (varsayılan: veri klasörü) Not enough file descriptors available. @@ -3137,7 +3327,15 @@ Only connect to nodes in network <net> (ipv4, ipv6 or onion) - Sadece <net> şebekesindeki düğümlere bağlan (ipv4, ipv6 veya onion) + Sadece <net> ağındaki düğümlere bağlan (ipv4, ipv6 veya onion) + + + Print this help message and exit + Bu yardım mesajını yaz ve çık + + + Print version and exit + Sürümü yaz ve çık Prune cannot be configured with a negative value. @@ -3147,18 +3345,38 @@ Prune mode is incompatible with -txindex. Budama kipi -txindex ile uyumsuzdur. + + Rebuild chain state and block index from the blk*.dat files on disk + Zincir durumu ve blok indeksini diskteki blk*.dat dosyalarından yeniden derle + + + Rebuild chain state from the currently indexed blocks + Zincir durumunu güncel olarak indekslenen bloklardan yeniden derle + + + Rewinding blocks... + Bloklar geri sarılıyor... + Set database cache size in megabytes (%d to %d, default: %d) Veritabanı önbellek boyutunu megabayt olarak belirt (%d ilâ %d, varsayılan: %d) Set maximum block size in bytes (default: %d) - Azami blok boyutunu bayt olarak ayarla (varsayılan: %d) + En yüksek blok boyutunu bayt olarak ayarla (varsayılan: %d) Specify wallet file (within data directory) Cüzdan dosyası belirtiniz (veri klasörünün içinde) + + The source code is available from %s. + Kaynak kod şuradan elde edilebilir: %s. + + + Unable to bind to %s on this computer. %s is probably already running. + Bu bilgisayarda %s unsuruna bağlanılamadı. %s muhtemelen hâlihazırda çalışmaktadır. + Unsupported argument -benchmark ignored, use -debug=bench. Desteklenmeyen -benchmark argümanı görmezden gelindi, -debug=bench kullanınız. @@ -3175,6 +3393,10 @@ Use UPnP to map the listening port (default: %u) Dinleme portunu haritalamak için UPnP kullan (varsayılan: %u) + + Use the test chain + Test blok zincirini kullan + User Agent comment (%s) contains unsafe characters. Kullanıcı Aracı açıklaması (%s) güvensiz karakterler içermektedir. @@ -3191,21 +3413,21 @@ Wallet %s resides outside data directory %s %s cüzdan %s veri klasörünün dışında bulunuyor + + Wallet debugging/testing options: + Cüzdan hata ayıklama/test etme seçenekleri: + + + Wallet needed to be rewritten: restart %s to complete + Cüzdanın tekrar yazılması gerekiyordu: işlemi tamamlamak için %s programını yeniden başlatınız + Wallet options: Cüzdan seçenekleri: - - Warning: This version is obsolete; upgrade required! - Uyarı: Bu sürüm çok eskidir; güncellemeniz gerekir! - - - You need to rebuild the database using -reindex to change -txindex - -txindex'i değiştirmek için veritabanını -reindex kullanarak tekrar inşa etmeniz gerekmektedir - 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 - Belirtilen kaynaktan JSON-RPC bağlantılarını kabul et. Bir <ip> için geçerli olanlar şunlardır: salt IP adresi (mesela 1.2.3.4), bir şebeke/ağ maskesi (örneğin 1.2.3.4/255.255.255.0) ya da bir şebeke/CIDR (mesela 1.2.3.4/24). Bu seçenek birden fazla kez belirtilebilir + Belirtilen kaynaktan JSON-RPC bağlantılarını kabul et. Bir <ip> için geçerli olanlar şunlardır: IP adresi (mesela 1.2.3.4), bir ağ/ağ maskesi (örneğin 1.2.3.4/255.255.255.0) ya da bir ağ/CIDR (mesela 1.2.3.4/24). Bu seçenek birden fazla kez belirtilebilir Bind to given address and whitelist peers connecting to it. Use [host]:port notation for IPv6 @@ -3215,10 +3437,6 @@ 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) Belirtilen adrese bağlan ve JSON RPC bağlantıları için dinlemeye geç. IPv6 için [makine]:port imlasını kullanınız. Bu seçenek birden çok kez belirtilebilir (varsayılan: tüm arayüzlere bağlan) - - Cannot obtain a lock on data directory %s. Bitcoin Core is probably already running. - %s veri dizininde kilit elde edilemedi. Blackcoin More muhtemelen hâlihazırda çalışmaktadır. - Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) Yeni dosyaları umask 077 yerine varsayılan izinlerle oluştur (sadece devre dışı cüzdan işlevselliği ile etkilidir) @@ -3237,23 +3455,19 @@ Fees (in %s/kB) smaller than this are considered zero fee for relaying, mining and transaction creation (default: %s) - Bundan düşük ücretler (%s/kB olarak) aktarma, oluşturma ve muamele yaratma için sıfır değerinde ücret olarak kabul edilir (varsayılan: %s) + Bundan düşük ücretler (%s/kB olarak) aktarma, oluşturma ve işlem yaratma için sıfır değerinde ücret olarak kabul edilir (varsayılan: %s) If paytxfee is not set, include enough fee so transactions begin confirmation on average within n blocks (default: %u) - Eğer paytxfee ayarlanmadıysa kafi derecede ücret ekleyin ki muameleler teyite vasati n blok içinde başlasın (varsayılan: %u) + Eğer paytxfee ayarlanmadıysa kafi derecede ücret ekleyin ki işlemler teyite vasati n blok içinde başlasın (varsayılan: %u) Invalid amount for -maxtxfee=<amount>: '%s' (must be at least the minrelay fee of %s to prevent stuck transactions) - -maxtxfee=<tutar> için geçersiz tutar: '%s' (Sıkışmış muameleleri önlemek için en az %s değerinde asgari aktarım ücretine eşit olmalıdır) + -maxtxfee=<tutar> için geçersiz tutar: '%s' (Sıkışmış işlemleri önlemek için en az %s değerinde en düşük aktarım ücretine eşit olmalıdır) Maximum size of data in data carrier transactions we relay and mine (default: %u) - Aktardığımız ve oluşturduğumuz veri taşıyıcı muamelelerindeki azami veri boyutu (varsayılan: %u) - - - Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect) - Adres sayısı azaldıysa DNS sorgulamasıyla eş adresleri ara (varsayılan: 1 -connect kullanılmadıysa) + Aktardığımız ve oluşturduğumuz veri taşıyıcı işlemlerindeki en yüksek veri boyutu (varsayılan: %u) Randomize credentials for every proxy connection. This enables Tor stream isolation (default: %u) @@ -3261,23 +3475,19 @@ Set maximum size of high-priority/low-fee transactions in bytes (default: %d) - Yüksek öncelikli/düşük ücretli muamelelerin azami boyutunu bayt olarak ayarla (varsayılan: %d) - - - Set the number of threads for coin generation if enabled (-1 = all cores, default: %d) - Etkinse blackcoin oluşuturulmasına atanan iş parçacığı sayısını ayarla (-1 = tüm çekirdekler, varsayılan: %d) + Yüksek öncelikli/düşük ücretli işlemlerin en yüksek boyutunu bayt olarak ayarla (varsayılan: %d) The transaction amount is too small to send after the fee has been deducted - Bu muamele, ücret düşüldükten sonra göndermek için çok düşük + Bu işlem, tutar düşüldükten sonra göndermek için çok düşük - 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. - Bu ürün OpenSSL projesi tarafından OpenSSL araç takımı (http://www.openssl.org/) için geliştirilen yazılımlar, Eric Young (eay@cryptsoft.com) tarafından hazırlanmış şifreleme yazılımları ve Thomas Bernard tarafından programlanmış UPnP yazılımı içerir. + Use hierarchical deterministic key generation (HD) after BIP32. Only has effect during wallet creation/first start + BIP32'den sonra hiyerarşik determinist (HD) anahtar üretimini kullan. Sadece cüzdan oluşturulmasında/ilk başlamada etkiye sahiptir. 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 - Beyaz listeye alınan eşler DoS yasaklamasına uğramazlar ve muameleleri zaten mempool'da olsalar da daima aktarılır, bu mesela bir geçit için kullanışlıdır + Beyaz listeye alınan eşler DoS yasaklamasına uğramazlar ve işlemleri zaten mempool'da olsalar da daima aktarılır, bu mesela bir geçit için kullanışlıdır You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain @@ -3291,38 +3501,14 @@ Accept public REST requests (default: %u) Herkese açık REST taleplerini kabul et (varsayılan: %u) - - Activating best chain... - En iyi zincir etkinleştiriliyor... - - - Always relay transactions received from whitelisted peers (default: %d) - Beyaz listedeki eşlerden gelen muameleleri daima aktar (varsayılan: %d) - - - Attempt to recover private keys from a corrupt wallet.dat on startup - Başlangıçta bozuk bir wallet.dat dosyasından özel anahtarları geri kazanmayı dene - Automatically create Tor hidden service (default: %d) Otomatik olarak gizli Tor servisi oluştur (varsayılan: %d) - - Cannot resolve -whitebind address: '%s' - -whitebind adresi çözümlenemedi: '%s' - Connect through SOCKS5 proxy SOCKS5 vekil sunucusu vasıtasıyla bağlan - - Copyright (C) 2009-%i The Bitcoin Core Developers - Telif hakkı 2018-%i Blackcoin More Geliştiricileri - - - Error loading wallet.dat: Wallet requires newer version of Bitcoin Core - wallet.dat dosyasının yüklenmesinde hata: Cüzdan Blackcoin More daha yeni bir sürümünü gerektirmektedir - Error reading from database, shutting down. Veritabanından okumada hata, kapatılıyor. @@ -3335,22 +3521,6 @@ Information Bilgi - - Initialization sanity check failed. Bitcoin Core is shutting down. - Başlatma sınaması başarısız oldu. Blackcoin More kapatılıyor. - - - Invalid amount for -maxtxfee=<amount>: '%s' - -maxtxfee=<tutar> için geçersiz tutar: '%s' - - - Invalid amount for -minrelaytxfee=<amount>: '%s' - -minrelaytxfee=<amount> için geçersiz meblağ: '%s' - - - Invalid amount for -mintxfee=<amount>: '%s' - -mintxfee=<amount> için geçersiz meblağ: '%s' - Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) -paytxfee=<tutar>:'%s' unsurunda geçersiz tutar (asgari %s olması lazımdır) @@ -3361,7 +3531,7 @@ Keep at most <n> unconnectable transactions in memory (default: %u) - Hafızada en çok <n> bağlanılamaz muamele tut (varsayılan: %u) + Hafızada en çok <n> bağlanılamaz işlem tut (varsayılan: %u) Need to specify a port with -whitebind: '%s' @@ -3369,35 +3539,27 @@ Node relay options: - Düğüm röle seçenekleri: + Düğüm aktarma seçenekleri: RPC server options: RPC sunucu seçenekleri: - - Rebuild block chain index from current blk000??.dat files on startup - Başlangıçta blok zinciri indeksini güncel blk000??.dat dosyalarından tekrar inşa et - - - Receive and display P2P network alerts (default: %u) - P2P ağından gelen önemli uyarıları alın ve gösterin (önseçili değer: %u) - Reducing -maxconnections from %d to %d, because of system limitations. Sistem sınırlamaları sebebiyle -maxconnections %d değerinden %d değerine düşürülmüştür. Rescan the block chain for missing wallet transactions on startup - Başlangıçta blok zincirini eksik cüzdan muameleleri için tekrar tara + Başlangıçta blok zincirini eksik cüzdan işlemleri için tekrar tara Send trace/debug info to console instead of debug.log file - Trace/hata ayıklama verilerini debug.log dosyası yerine konsola gönder + İzleme/hata ayıklama verilerini debug.log dosyası yerine konsola gönder Send transactions as zero-fee transactions if possible (default: %u) - Muameleleri mümkünse ücretsiz olarak gönder (varsayılan: %u) + İşlemleri mümkünse ücretsiz olarak gönder (varsayılan: %u) Show all debugging options (usage: --help -help-debug) @@ -3409,11 +3571,11 @@ Signing transaction failed - Muamelenin imzalanması başarısız oldu + İşlemin imzalanması başarısız oldu The transaction amount is too small to pay the fee - Muamele meblağı ücreti ödemek için çok düşük + İşlemdeki blackcoin tutarı ücreti ödemek için çok düşük This is experimental software. @@ -3425,27 +3587,23 @@ Tor control port to use if onion listening enabled (default: %s) - Eğer onion dinlenmesi etkinse kullanılacak Tor kontrol portu (varsayılan: %s) + Eğer onion dinlemesi etkinse kullanılacak Tor kontrol portu (varsayılan: %s) Transaction amount too small - Muamele meblağı çok düşük - - - Transaction amounts must be positive - Muamele tutarının pozitif olması lazımdır + İşlem tutarı çok düşük Transaction too large for fee policy - Ücret politikası için çok büyük muamele + Ücret politikası için işlem çok büyük Transaction too large - Muamele çok büyük + İşlem çok büyük Unable to bind to %s on this computer (bind returned error %s) - Bu bilgisayarda %s unsuruna bağlanılamadı (bağlanma %s hatasını verdi) + Bu bilgisayarda %s ögesine bağlanılamadı (bağlanma %s hatasını verdi) Upgrade wallet to latest format on startup @@ -3455,30 +3613,26 @@ Username for JSON-RPC connections JSON-RPC bağlantıları için kullanıcı ismi - - Wallet needed to be rewritten: restart Bitcoin Core to complete - Cüzdanın tekrar yazılması gerekmektedir: tamamlamak için Blackcoin More yeniden başlatın - Warning Uyarı + + Warning: unknown new rules activated (versionbit %i) + Uyarı: bilinmeyen yeni kurallar etkinleştirilmiştir (versionbit %i) + Whether to operate in a blocks only mode (default: %u) - Salt blok kipinde çalışılıp çalışılmayacağı (varsayılan: %u) + Sadece blok kipinde çalışılıp çalışılmayacağı (varsayılan: %u) Zapping all transactions from wallet... - Cüzdandaki tüm muameleler kaldırılıyor... + Cüzdandaki tüm işlemler kaldırılıyor... ZeroMQ notification options: ZeroMQ bildirim seçenekleri: - - wallet.dat corrupt, salvage failed - wallet.dat bozuk, geri kazanım başarısız oldu - Password for JSON-RPC connections JSON-RPC bağlantıları için parola @@ -3487,10 +3641,6 @@ Execute command when the best block changes (%s in cmd is replaced by block hash) En iyi blok değiştiğinde komutu çalıştır (komut için %s parametresi blok hash değeri ile değiştirilecektir) - - This help message - Bu yardım mesajı - Allow DNS lookups for -addnode, -seednode and -connect -addnode, -seednode ve -connect için DNS aramalarına izin ver @@ -3499,33 +3649,29 @@ Loading addresses... Adresler yükleniyor... - - Error loading wallet.dat: Wallet corrupted - wallet.dat dosyasının yüklenmesinde hata oluştu: bozuk cüzdan - (1 = keep tx meta data e.g. account owner and payment request information, 2 = drop tx meta data) (1 = tx meta verilerini tut mesela hesap sahibi ve ödeme talebi bilgileri, 2 = tx meta verilerini at) -maxtxfee is set very high! Fees this large could be paid on a single transaction. - -maxtxfee çok yüksek bir değere ayarlanmış! Bu denli yüksek ücretler tek bir muamelede ödenebilir. - - - -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. - -paytxfee çok yüksek bir değere ayarlanmış! Bu, muamele gönderirseniz ödeyeceğiniz muamele ücretidir. + -maxtxfee çok yüksek bir değere ayarlanmış! Bu denli yüksek ücretler tek bir işlemde ödenebilir. Do not keep transactions in the mempool longer than <n> hours (default: %u) - Muameleleri bellek alanında <n> saatten fazla tutma (varsayılan: %u) + İşlemleri bellek alanında <n> saatten fazla tutma (varsayılan: %u) - Error reading wallet.dat! All keys read correctly, but transaction data or address book entries might be missing or incorrect. - wallet.dat dosyasının okunması sırasında bir hata meydana geldi! Tüm anahtarlar doğru bir şekilde okundu, ancak muamele verileri ya da adres defteri unsurları hatalı veya eksik olabilir. + Equivalent bytes per sigop in transactions for relay and mining (default: %u) + Oluşturma ve aktarma işlemlerinde sigop başına eşdeğer bayt (varsayılan: %u) Fees (in %s/kB) smaller than this are considered zero fee for transaction creation (default: %s) - Bundan düşük ücretler (%s/kB olarak) muamele oluşturulması için sıfır değerinde ücret olarak kabul edilir (varsayılan: %s) + Bundan düşük ücretler (%s/kB olarak) işlem oluşturulması için sıfır değerinde ücret olarak kabul edilir (varsayılan: %s) + + + Force relay of transactions from whitelisted peers even if they violate local relay policy (default: %d) + Yerel aktarma politikasını ihlal etseler bile beyaz listedeki eşlerden gelen işlemlerin aktarılmasını zorla (varsayılan: %d) How thorough the block verification of -checkblocks is (0-4, default: %u) @@ -3533,7 +3679,7 @@ Maintain a full transaction index, used by the getrawtransaction rpc call (default: %u) - Muamelelerin tamamının indeksini tut, getrawtransaction rpc çağrısı tarafından kullanılır (varsayılan: %u) + İşlemlerin tamamının indeksini tut, getrawtransaction rpc çağrısı tarafından kullanılır (varsayılan: %u) Number of seconds to keep misbehaving peers from reconnecting (default: %u) @@ -3541,15 +3687,31 @@ Output debugging information (default: %u, supplying <category> is optional) - Hata ayıklama bilgisi dök (varsayılan: %u, <kategori> sağlanması seçime dayalıdır) + Hata ayıklama bilgisini dök (varsayılan: %u, <kategori> sağlanması seçime dayalıdır) + + + Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect/-noconnect) + Adres sayısı azaldıysa DNS sorgulamasıyla eş adresleri ara (varsayılan: 1 -connect/-noconnect kullanılmadıysa) + + + Sets the serialization of raw transaction or block hex returned in non-verbose mode, non-segwit(0) or segwit(1) (default: %d) + Ham işlemin serileştirilmesini ayarlar veya blok non-verbose, non-segwit(0) veya segwit(1) kipinde onaltılık değeri döndürür (default: %d) Support filtering of blocks and transaction with bloom filters (default: %u) - Blokların ve muamelelerin bloom filtreleri ile süzülmesini destekle (varsayılan: %u) + Blokların ve işlemlerin bloom filtreleri ile süzülmesini destekle (varsayılan: %u) + + + This is the transaction fee you may pay when fee estimates are not available. + İşlem ücret tahminleri mevcut olmadığında ödeyebileceğiniz işlem ücreti budur. + + + This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit %s and cryptographic software written by Eric Young and UPnP software written by Thomas Bernard. + Bu ürün OpenSSL Projesi tarafından geliştirilen OpenSSL araç takımınında kullanılmak üzere yazılan yazılımları %s Eric Young tarafından yazılmış şifreleme yazılımını ve Thomas Bernard tarafından yazılmış UPnP yazılımını içerir. Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments. - Şebeke sürümü zincirinin toplam boyutu (%i) azami boyutu geçmektedir (%i). Kullanıcı aracı açıklamasının sayısı veya boyutunu azaltınız. + Ağ sürümü zincirinin toplam boyutu (%i) en yüksek boyutu geçmektedir (%i). Kullanıcı aracı açıklamasının sayısı veya boyutunu azaltınız. Tries to keep outbound traffic under the given target (in MiB per 24h), 0 = no limit (default: %d) @@ -3559,13 +3721,29 @@ Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported. Desteklenmeyen -socks argümanı bulundu. SOCKS sürümünün ayarlanması artık mümkün değildir, sadece SOCKS5 vekilleri desteklenmektedir. + + Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay. + Desteklenmeyen argüman -whitelistalwaysrelay görmezden gelindi, -whitelistrelay ve/veya -whitelistforcerelay kullanın. + Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) Eşlere gizli Tor servisleri ile ulaşmak için ayrı SOCKS5 vekil sunucusu kullan (varsayılan: %s) - Username and hashed password for JSON-RPC connections. The field <userpw> comes in the format: <USERNAME>:<SALT>$<HASH>. A canonical python script is included in share/rpcuser. This option can be specified multiple times - JSON-RPC bağlantıları için kullanıcı ismi ve karmalanmış parola. <userpw> alanı şu biçimdedir: <USERNAME>:<SALT>$<HASH>. Kanonik bir Python betiği share/rpcuser klasöründe bulunabilir. Bu seçenek birden çok kez belirtilebilir. + Warning: Unknown block versions being mined! It's possible unknown rules are in effect + Uyarı: Bilinmeyen blok sürümü oluşturulmaya çalışılıyor. Bilinmeyen kuralların işlemesi mümkündür. + + + Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup. + Uyarı: wallet.dat bozuk, veriler geri kazanıldı! Özgün %s, %s olarak %s klasörüne kaydedildi; bakiyeniz ya da işlemleriniz yanlışsa bir yedeklemeden tekrar yüklemeniz gerekir. + + + Whitelist peers connecting from the given IP address (e.g. 1.2.3.4) or CIDR notated network (e.g. 1.2.3.0/24). Can be specified multiple times. + Beyaz listeye eklenen eşler verilen IP adresinden (ör. 1.2.3.4) veya CIDR ağından (ör. 1.2.3.0/24) bağlanabilir. Değerler birden çok kez kullanılabilir. + + + %s is set very high! + %s çok yüksek ayarlanmış! (default: %s) @@ -3575,14 +3753,6 @@ Always query for peer addresses via DNS lookup (default: %u) Eş adresleri sorgulaması için daima DNS aramasını kullan (varsayılan: %u) - - Error loading wallet.dat - wallet.dat dosyasının yüklenmesinde hata oluştu - - - Generate coins (default: %u) - Blackcoin oluştur (varsayılan: %u) - How many blocks to check at startup (default: %u, 0 = all) Başlangıçta kontrol edilecek blok sayısı (varsayılan: %u, 0 = hepsi) @@ -3595,6 +3765,10 @@ Invalid -proxy address: '%s' Geçersiz -proxy adresi: '%s' + + Keypool ran out, please call keypoolrefill first + Keypool tükendi, lütfen önce keypoolrefill'i çağırın + Listen for JSON-RPC connections on <port> (default: %u or testnet: %u) JSON-RPC bağlantılarını <port> üzerinde dinle (varsayılan: %u veya tesnet: %u) @@ -3609,15 +3783,15 @@ Make the wallet broadcast transactions - Cüzdanın muameleleri yayınlamasını sağla + Cüzdanın işlemleri yayınlamasını sağla Maximum per-connection receive buffer, <n>*1000 bytes (default: %u) - Her bağlantı için azami alım tamponu, <n>*1000 bayt (varsayılan: %u) + Her bağlantı için en yüksek alım tamponu, <n>*1000 bayt (varsayılan: %u) Maximum per-connection send buffer, <n>*1000 bytes (default: %u) - Her bağlantı için azami yollama tamponu, <n>*1000 bayt (varsayılan: %u) + Her bağlantı için çok gönderme tamponu, <n>*1000 bayt (varsayılan: %u) Prepend debug output with timestamp (default: %u) @@ -3625,19 +3799,23 @@ Relay and mine data carrier transactions (default: %u) - Veri taşıyıcı muameleleri oluştur ve aktar (varsayılan: %u) + Veri taşıyıcı işlemleri oluştur ve aktar (varsayılan: %u) Relay non-P2SH multisig (default: %u) P2SH olmayan çoklu imzaları aktar (varsayılan: %u) + + Send transactions with full-RBF opt-in enabled (default: %u) + İşlemleri full-RBF opt-in ile gönder etkinleştirildi (default: %u) + Set key pool size to <n> (default: %u) Anahtar alan boyutunu <n> değerine ayarla (varsayılan: %u) - Set minimum block size in bytes (default: %u) - Bayt olarak asgari blok boyutunu tanımla (varsayılan: %u) + Set maximum BIP141 block weight (default: %d) + En yüksek BIP141 blok ağırlığını ayarla (varsayılan: %d) Set the number of threads to service RPC calls (default: %d) @@ -3649,7 +3827,7 @@ Specify connection timeout in milliseconds (minimum: 1, default: %d) - Bağlantı zaman aşım süresini milisaniye olarak belirt (asgari: 1, varsayılan: %d) + Bağlantı zaman aşım süresini milisaniye olarak belirt (en düşüki: 1, varsayılan: %d) Specify pid file (default: %s) @@ -3657,27 +3835,43 @@ Spend unconfirmed change when sending transactions (default: %u) - Gönderme muamelelerinde teyit edilmemiş para üstünü harca (varsayılan: %u) + Gönderme işlemlerinde doğrulanmamış para üstünü harca (varsayılan: %u) + + + Starting network threads... + Ağ iş parçacıkları başlatılıyor... + + + The wallet will avoid paying less than the minimum relay fee. + Cüzdan en az aktarma ücretinden daha az ödeme yapmaktan sakınacaktır. + + + This is the minimum transaction fee you pay on every transaction. + Bu her işlemde ödeceğiniz en düşük işlem ücretidir. + + + This is the transaction fee you will pay if you send a transaction. + Eğer bir gönderme işlemi yaparsanız bu ödeyeceğiniz işlem ücretidir. Threshold for disconnecting misbehaving peers (default: %u) Aksaklık gösteren eşlerle bağlantıyı kesme sınırı (varsayılan: %u) + + Transaction amounts must not be negative + İşlem tutarı negatif olmamalıdır + + + Transaction has too long of a mempool chain + İşlem çok uzun bir mempool zincirine sahip + + + Transaction must have at least one recipient + İşlemin en az bir alıcısı olması gerekir + Unknown network specified in -onlynet: '%s' - -onlynet için bilinmeyen bir şebeke belirtildi: '%s' - - - Cannot resolve -bind address: '%s' - -bind adresi çözümlenemedi: '%s' - - - Cannot resolve -externalip address: '%s' - -externalip adresi çözümlenemedi: '%s' - - - Invalid amount for -paytxfee=<amount>: '%s' - -paytxfee=<meblağ> için geçersiz meblağ: '%s' + -onlynet için bilinmeyen bir ağ belirtildi: '%s' Insufficient funds @@ -3689,7 +3883,7 @@ Add a node to connect to and attempt to keep the connection open - Bağlanılacak düğüm ekle ve bağlantıyı zinde tutmaya çalış + Bağlanılacak düğüm ekle ve bağlantıyı sürekli açık tutmaya çalış Loading wallet... @@ -3705,7 +3899,7 @@ Rescanning... - Yeniden tarama... + Yeniden taranıyor... Done loading diff --git a/src/qt/locale/bitcoin_tr_TR.ts b/src/qt/locale/bitcoin_tr_TR.ts index f93af6104..c4e4d2983 100644 --- a/src/qt/locale/bitcoin_tr_TR.ts +++ b/src/qt/locale/bitcoin_tr_TR.ts @@ -25,10 +25,6 @@ C&lose K&apat - - &Copy Address - &Adresi Kopyala - Delete the currently selected address from the list Seçili adresi listeden sil @@ -45,70 +41,10 @@ &Delete &Sil - - Choose the address to send coins to - Para göndereceğiniz adresi seçin - - - Choose the address to receive coins with - Parayı alacağınız adresi seçin - - - C&hoose - S&eç - - - Sending addresses - Gönderim adresleri - - - Receiving addresses - Alış adresleri - - - These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - Bunlar ödeme gönderebileceğiniz Blackcoin adreslerinizdir. Para göndermeden önce mutlaka alıcı adresini ve tutarı kontrol edin. - - - These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Bunlar ödeme alabileceğiniz Blackcoin adreslerinizdir. Her işlem için yeni bir adres kullanmanız önerilir. - - - Copy &Label - Kopyala &Etiketle - - - &Edit - &Düzenle - - - Export Address List - Adres Listesini Dışa Aktar - - - Exporting Failed - Dışa Aktarma Başarısız Oldu - - - There was an error trying to save the address list to %1. Please try again. - Adres listesini %1'e kaydederken bir hata oluştu. Lütfen tekrar deneyin. - - + AddressTableModel - - Label - Etiket - - - Address - Adres - - - (no label) - (etiket yok) - - + AskPassphraseDialog @@ -122,15 +58,8 @@ Alış adresleri - - ClientModel - CoinControlDialog - - (no label) - (etiket yok) - EditAddressDialog @@ -152,6 +81,9 @@ Intro + + ModalOverlay + OpenURIDialog @@ -170,6 +102,9 @@ QObject + + QObject::QObject + QRImageWidget @@ -185,36 +120,19 @@ Copy &Address &Adresi Kopyala - - Address - Adres - - - Label - Etiket - RecentRequestsTableModel - - Label - Etiket - - - (no label) - (etiket yok) - SendCoinsDialog - - (no label) - (etiket yok) - SendCoinsEntry + + SendConfirmationDialog + ShutdownWindow @@ -235,25 +153,9 @@ TransactionTableModel - - Label - Etiket - TransactionView - - Exporting Failed - Dışa Aktarma Başarısız Oldu - - - Label - Etiket - - - Address - Adres - UnitDisplayStatusBarControl @@ -266,14 +168,6 @@ WalletView - - &Export - &Dışa Aktar - - - Export the data in the current tab to a file - Seçili sekmedeki veriyi dosya olarak dışa aktar - bitcoin-core diff --git a/src/qt/locale/bitcoin_uk.ts b/src/qt/locale/bitcoin_uk.ts index 00413997a..51503bbce 100644 --- a/src/qt/locale/bitcoin_uk.ts +++ b/src/qt/locale/bitcoin_uk.ts @@ -25,10 +25,6 @@ C&lose З&акрити - - &Copy Address - &Скопіювати адресу - Delete the currently selected address from the list Вилучити вибрані адреси з переліку @@ -47,35 +43,27 @@ Choose the address to send coins to - Виберіть адресу для відправлення монет + Оберіть адресу для відправки монет Choose the address to receive coins with - Виберіть адресу для отримання монет + Оберіть адресу для отримання монет C&hoose - &Обрати + О&брати Sending addresses - Адреси для відправлення + Адреса відправлення Receiving addresses - Адреси для отримання - - - These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - Це ваші Blackcoin-адреси для відправлення платежів. Перед відправленням монет завжди перевіряйте суму та адресу прийому. - - - These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Це ваша нова Blackcoin адреса для отримання платежів. Рекомендовано використовувати нову адресу для кожної транзакції. + Адреса отримання Copy &Label - Скопіювати &мітку + Зкопіювати&Створити мітку &Edit @@ -83,34 +71,30 @@ 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. Будь ласка спробуйте ще. + Виникла помилка при спрбі збереження списку адрес %1. Будь-ласка, спробувати пізніше. AddressTableModel Label - Назва - - - Address - Адреса + Мітка (no label) - (немає назви) + (немає мітки) @@ -131,95 +115,7 @@ Repeat new passphrase Повторіть пароль - - 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 - Підтвердити шифрування гаманця - - - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! - УВАГА: Якщо ви зашифруєте гаманець і забудете пароль, ви <b>ВТРАТИТЕ ВСІ СВОЇ БЛЭККОІНИ</b>! - - - Are you sure you wish to encrypt your wallet? - Ви дійсно хочете зашифрувати свій гаманець? - - - Bitcoin Core will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - Клієнт «Blackcoin More» буде закрито для завершення процесу шифрування. Пам'ятайте, що шифрування гаманця не зможе повністю захистити ваші біткоїни від крадіжки якщо ваш комп'ютер буде інфіковано шкідливими програмами. - - - 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. - ВАЖЛИВО: Всі попередні резервні копії, які ви зробили з вашого файлу гаманця повинні бути замінені новоствореним, зашифрованим файлом гаманця. З міркувань безпеки, попередні резервні копії незашифрованого файла гаманця стануть непридатними одразу ж, як тільки ви почнете використовувати новий, зашифрований гаманець. - - - Warning: The Caps Lock key is on! - Увага: Ввімкнено Caps Lock! - - - Wallet encrypted - Гаманець зашифровано - - - 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> щонайменше десять випадкових символів </b> або <b> щонайменше вісім слів </b>. - - - Enter the old passphrase and new passphrase to the 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. - Пароль було успішно змінено. - - + BanTableModel @@ -269,6 +165,10 @@ Quit application Вийти + + &About %1 + П&ро %1 + About &Qt &Про Qt @@ -305,14 +205,6 @@ Open &URI... Відкрити &URI - - Bitcoin Core client - Клієнт «Blackcoin More» - - - Importing blocks from disk... - Імпорт блоків з диску... - Reindexing blocks on disk... Переіндексація блоків на диску ... @@ -357,10 +249,6 @@ &Receive &Отримати - - Show information about Bitcoin Core - Показати інформацію про Blackcoin More - &Show / Hide Показа&ти / Приховати @@ -397,22 +285,10 @@ Tabs toolbar Панель вкладок - - Bitcoin Core - Blackcoin More - Request payments (generates QR codes and bitcoin: URIs) Створити запит платежу (генерує QR-код та blackcoin: URI) - - &About Bitcoin Core - П&ро Blackcoin More - - - Modify configuration options for Bitcoin Core - Редагувати параметри Blackcoin More - Show the list of used sending addresses and labels Показати список адрес і міток, що були використані для відправлення @@ -429,42 +305,14 @@ &Command-line options П&араметри командного рядка - - Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options - Показати довідку Blackcoin More для отримання переліку можливих параметрів командного рядка. - %n active connection(s) to Bitcoin network %n активне з'єднання з мережею Blackcoin%n активні з'єднання з мережею Blackcoin%n активних з'єднань з мережею Blackcoin - - No block source available... - Недоступно жодного джерела блоків... - Processed %n block(s) of transaction history. Оброблено %n блок історії транзакцій.Оброблено %n блоки історії транзакцій.Оброблено %n блоків історії транзакцій. - - %n hour(s) - %n година%n години%n годин - - - %n day(s) - %n день%n дні%n днів - - - %n week(s) - %n тиждень%n тижня%n тижнів - - - %1 and %2 - %1 та %2 - - - %n year(s) - %n рік%n роки%n років - %1 behind %1 тому @@ -543,14 +391,7 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> <b>Зашифрований</b> гаманець <b>заблоковано</b> - - - ClientModel - - Network Alert - Сповіщення мережі - - + CoinControlDialog @@ -569,10 +410,6 @@ Amount: Сума: - - Priority: - Пріорітет: - Fee: Комісія: @@ -625,155 +462,11 @@ 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 - відсутній - - - This label turns red if the transaction size is greater than 1000 bytes. - Ця позначка стане червоною, якщо розмір транзакції перевищить 1000 байтів. - - - This label turns red if the priority is smaller than "medium". - Ця позначка стане червоною, якщо пріоритет транзакції менше, ніж «середній». - - - This label turns red if any recipient receives an amount smaller than %1. - Ця позначка стане червоною, якщо будь-який отримувач отримає суму, меншу за %1. - - - Can vary +/- %1 satoshi(s) per input. - Може відрізнятися на +/- %1 сатоші за вхід - - - yes - так - - - no - ні - - - This means a fee of at least %1 per kB is required. - Це означає, що необхідно внести комісію (щонайменше %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) - (решта) - - + EditAddressDialog @@ -796,39 +489,7 @@ &Address &Адреса - - New receiving address - Нова адреса для отримання - - - New sending address - Нова адреса для відправлення - - - Edit receiving address - Редагувати адресу для отримання - - - Edit sending address - Редагувати адресу для відправлення - - - The entered address "%1" is already in the address book. - Введена адреса «%1» вже присутня в адресній книзі. - - - The entered address "%1" is not a valid Bitcoin address. - Введена адреса «%1» не є коректною адресою в мережі Blackcoin. - - - Could not unlock wallet. - Неможливо розблокувати гаманець. - - - New key generation failed. - Не вдалося згенерувати нові ключі. - - + FreespaceChecker @@ -854,10 +515,6 @@ HelpMessageDialog - - Bitcoin Core - Blackcoin More - version версії @@ -866,10 +523,6 @@ (%1-bit) (%1-бітний) - - About Bitcoin Core - Про Blackcoin More - Command-line options Параметри командного рядка @@ -906,29 +559,13 @@ Show splash screen on startup (default: %u) Показувати заставку під час запуску (типово: %u) - - Reset all settings changes made over the GUI - Скинути налаштування, які було змінено через графічний інтерфейс користувача - - + Intro Welcome Вітання - - Welcome to Bitcoin Core. - Ласкаво просимо в Blackcoin More. - - - As this is the first time the program is launched, you can choose where Bitcoin Core will store its data. - Оскільки це перший запуск програми, ви можете обрати де Blackcoin More буде зберігати дані. - - - Bitcoin Core will download and store a copy of the Bitcoin block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Blackcoin More завантажить та збереже копію ланцюжка блоків Blackcoin. Щонайменше %1ГБ даних буде збережено в цьому каталозі. Гаманець теж буде збережено в цьому каталозі. - Use the default data directory Використовувати типовий каталог даних @@ -937,10 +574,6 @@ Use a custom data directory: Використовувати свій каталог даних: - - Bitcoin Core - Blackcoin More - Error: Specified data directory "%1" cannot be created. Помилка: неможливо створити обраний каталог даних «%1». @@ -958,6 +591,21 @@ (в той час, як необхідно %n ГБ)(в той час, як необхідно %n ГБ)(в той час, як необхідно %n ГБ) + + ModalOverlay + + Form + Форма + + + Last block time + Час останнього блоку + + + Hide + Приховати + + OpenURIDialog @@ -976,11 +624,7 @@ Select payment request file Виберіть файл запиту платежу - - Select payment request file to open - Виберіть файл запиту платежу для відкриття - - + OptionsDialog @@ -1019,10 +663,6 @@ Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu. Згортати замість закриття. Якщо ця опція включена, програма закриється лише після вибору відповідного пункту в меню. - - The user interface language can be set here. This setting will take effect after restarting Bitcoin Core. - Встановлює мову інтерфейсу. Зміни набудуть чинності після перезапуску Blackcoin More. - 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 (наприклад, block explorer), що з'являться на вкладці транзакцій у вигляді пункту контекстного меню. %s в URL буде замінено на хеш транзакції. Для відокремлення URLів використовуйте вертикальну риску |. @@ -1047,14 +687,6 @@ &Network &Мережа - - Automatically start Bitcoin Core after logging in to the system. - Автоматично запускати Blackcoin More при вході до системи. - - - &Start Bitcoin Core on system login - &Запускати Blackcoin More при вході до системи - (0 = auto, <0 = leave that many cores free) (0 = автоматично, <0 = вказує кількість вільних ядер) @@ -1081,7 +713,7 @@ Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. - Автоматично відкривати порт для клієнту Blackcoin More на роутері. Працює лише якщо ваш роутер підтримує UPnP і ця функція увімкнена. + Автоматично відкривати порт для клієнту блэккоін на роутері. Працює лише якщо ваш роутер підтримує UPnP і ця функція увімкнена. Map port using &UPnP @@ -1285,95 +917,7 @@ PaymentServer - - URI handling - Обробка URI - - - Invalid payment address %1 - Помилка в адресі платежу %1 - - - Payment request rejected - Запит платежу відхилено - - - Payment request network doesn't match client network. - Мережа запиту платежу не є мережею клієнта. - - - Payment request is not initialized. - Запит платежу не ініціалізовано. - - - Requested payment amount of %1 is too small (considered dust). - Сума запиту платежу для %1 занадто мала (вважається пилом) - - - Payment request error - Помилка запиту платежу - - - Cannot start bitcoin: click-to-pay handler - Неможливо запустити blackcoin: обробник click-to-pay - - - Payment request fetch URL is invalid: %1 - URL запиту платежу є некоректним: %1 - - - URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. - Неможливо обробити URI! Причиною цього може бути некоректна Blackcoin-адреса або неправильні параметри URI. - - - Payment request file handling - Обробка файлу запиту платежу - - - Payment request file cannot be read! This can be caused by an invalid payment request file. - Неможливо прочитати файл запиту платежу! Ймовірно, файл пошкоджено. - - - Payment request expired. - Запит платежу прострочено. - - - Unverified payment requests to custom payment scripts are unsupported. - Неперевірені запити платежів з власними платіжними сценаріями не підтримуються. - - - Invalid payment request. - Помилка в запиті платежу. - - - Refund from %1 - Відшкодування з %1 - - - Payment request %1 is too large (%2 bytes, allowed %3 bytes). - Запит платежу %1 занадто великий (%2 байт, дозволено %3 байт). - - - Error communicating with %1: %2 - Помилка зв'язку з %1: %2 - - - Payment request cannot be parsed! - Неможливо розпізнати запит платежу! - - - Bad response from server %1 - Погана відповідь від сервера %1 - - - Payment acknowledged - Платіж підтверджено - - - Network request error - Помилка мережевого запиту - - + PeerTableModel @@ -1384,11 +928,7 @@ Node/Service Вузол/Сервіс - - Ping Time - Затримка - - + QObject @@ -1427,32 +967,19 @@ %1 ms %1 мс - + + %1 and %2 + %1 та %2 + + + + QObject::QObject + QRImageWidget - - &Save Image... - &Зберегти зображення... - - - &Copy Image - &Копіювати зображення - - - Save QR Code - Зберегти QR-код - - - PNG Image (*.png) - Зображення PNG (*.png) - - + RPCConsole - - Client name - Назва клієнту - N/A Н/Д @@ -1473,10 +1000,6 @@ General Загальна - - Using OpenSSL version - Використовується OpenSSL версії - Using BerkeleyDB version Використовується BerkeleyDB версії @@ -1517,10 +1040,6 @@ Memory usage Використання пам'яті - - Open the Bitcoin Core debug log file from the current data directory. This can take a few seconds for large log files. - Відкрити файл журналу налагодження Blackcoin More з поточного каталогу даних. Це може зайняти кілька секунд для великих файлів журналів. - Received Отримано @@ -1637,10 +1156,6 @@ Out: Вихідних: - - Build date - Дата збирання - Debug log file Файл звіту зневадження @@ -1649,14 +1164,6 @@ Clear console Очистити консоль - - &Disconnect Node - &Від'єднати Вузол - - - Ban Node for - Заблокувати Вузол на - 1 &hour 1 &годину @@ -1673,14 +1180,6 @@ 1 &year 1 &рік - - &Unban Node - &Розблокувати Вузол - - - Welcome to the Bitcoin Core RPC console. - Вітаємо у RPC-консолі Blackcoin More. - Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. Використовуйте стрілки вгору вниз для навігації по історії, і <b>Ctrl-L</b> для очищення екрана. @@ -1808,19 +1307,7 @@ Remove Вилучити - - Copy label - Скопіювати мітку - - - Copy message - Скопіювати повідомлення - - - Copy amount - Копіювати кількість - - + ReceiveRequestDialog @@ -1839,74 +1326,22 @@ &Save Image... &Зберегти зображення... - - 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. - Помилка при кодуванні URI в QR-код. - - + RecentRequestsTableModel - - Date - Дата - Label - Назва - - - Message - Повідомлення - - - Amount - Кількість + Мітка (no label) - (немає назви) + немає мітки - - (no message) - (без повідомлення) - - - (no amount) - (без суми) - - + SendCoinsDialog @@ -1941,10 +1376,6 @@ Amount: Сума: - - Priority: - Пріорітет: - Fee: Комісія: @@ -2013,10 +1444,6 @@ (Smart fee not initialized yet. This usually takes a few blocks...) (Розумну оплату ще не ініціалізовано. Це, зазвичай, триває кілька блоків...) - - Confirmation time: - Час підтвердження: - normal звичайний @@ -2025,14 +1452,6 @@ fast швидкий - - Send as zero-fee transaction if possible - Надіслати транзакцію без сплати комісії, якщо це можливо - - - (confirmation may take longer) - (підтвердження може зайняти більше часу) - Send to multiple recipients at once Відправити на декілька адрес @@ -2065,117 +1484,9 @@ S&end &Відправити - - Confirm send coins - Підтвердіть відправлення - - - %1 to %2 - %1 на %2 - - - Copy quantity - Копіювати кількість - - - Copy amount - Копіювати суму - - - Copy fee - Копіювати комісію - - - Copy after fee - Копіювати після комісії - - - Copy bytes - Копіювати байти - - - Copy priority - Копіювати пріорітет - - - Copy change - Копіювати решту - - - Total Amount %1 - Всього %1 - - - or - або - - - 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), а монети були використані з іншої копії, але не позначені як використані в цій. - - - A fee higher than %1 is considered an absurdly high fee. - Плата вища, ніж %1 вважається шалено високою. - - - Payment request expired. - Запит платежу прострочено. - - - Pay only the required fee of %1 - Сплатіть лише мінімальну комісію у розмірі %1 - - - Estimated to begin confirmation within %n block(s). - Перше підтвердження очікується протягом %n блоку.Перше підтвердження очікується протягом %n блоків.Перше підтвердження очікується протягом %n блоків. - - - The recipient address is not valid. Please recheck. - Адреса отримувача неправильна. Будь ласка, перевірте її. - - - Duplicate address found: addresses should only be used once each. - Знайдено адресу, що дублюється: кожна адреса має бути вказана не більше одного разу. - - - Warning: Invalid Bitcoin address - Увага: Неправильна Blackcoin-адреса - (no label) - (немає назви) - - - Warning: Unknown change address - Увага: Невідома адреса для решти - - - Copy dust - Копіювати пил - - - Are you sure you want to send? - Ви впевнені, що хочете відправити? - - - added as transaction fee - додано як комісія за транзакцію + немає мітки @@ -2188,10 +1499,6 @@ Pay &To: &Отримувач: - - Enter a label for this address to add it to your address book - Введіть мітку для цієї адреси для додавання її в адресну книгу - &Label: &Мітка: @@ -2260,13 +1567,12 @@ Memo: Нотатка: - + + + SendConfirmationDialog + ShutdownWindow - - Bitcoin Core is shutting down... - Blackcoin More вимикається... - Do not shut down the computer until this window disappears. Не вимикайте комп’ютер до зникнення цього вікна. @@ -2358,69 +1664,9 @@ 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 - - Bitcoin Core - Blackcoin More - - - The Bitcoin Core developers - Розробники Blackcoin More - [testnet] [тестова мережа] @@ -2435,420 +1681,40 @@ TransactionDesc - - Open until %1 - Відкрито до %1 - - - conflicted - суперечить - - - %1/offline - %1/поза інтернетом - - - %1/unconfirmed - %1/не підтверджено - - - %1 confirmations - %1 підтверджень - - - Status - Статус - - - , broadcast through %n node(s) - , розіслано через %n вузол, розіслано через %n вузли, розіслано через %n вузлів - - - Date - Дата - - - Source - Джерело - - - Generated - Згенеровано - - - From - Відправник - - - To - Отримувач - - - own address - Власна адреса - - - watch-only - тільки спостереження - - - label - Мітка - - - Credit - Кредит - - - matures in %n more block(s) - «дозріє» через %n блок«дозріє» через %n блоки«дозріє» через %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 - true - - - false - false - - - , has not been successfully broadcast yet - , ще не було успішно розіслано - - - Open for %n more block(s) - Відкрито на %n блокВідкрито на %n блокиВідкрито на %n блоків - - - unknown - невідомо - - + TransactionDescDialog - - Transaction details - Деталі транзакції - This pane shows a detailed description of the transaction Даний діалог показує детальну статистику по вибраній транзакції - + TransactionTableModel - - Date - Дата - - - Type - Тип - - - Immature (%1 confirmations, will be available after %2) - Незрілі (%1 підтверджень, будуть доступні після %2) - - - Open for %n more block(s) - Відкрито на %n блокВідкрито на %n блокиВідкрито на %n блоків - - - Open until %1 - Відкрито до %1 - - - Confirmed (%1 confirmations) - Підтверджено (%1 підтверджень) - - - This block was not received by any other nodes and will probably not be accepted! - Цей блок не був отриманий жодними іншими вузлами і, ймовірно, не буде прийнятий! - - - Generated but not accepted - Згенеровано, але не підтверджено - - - Offline - Поза мережею - Label - Назва + Мітка - Unconfirmed - Не підтверджено + (no label) + немає мітки - - Confirming (%1 of %2 recommended confirmations) - Підтверджується (%1 з %2 рекомендованих підтверджень) - - - Conflicted - Суперечить - - - Received with - Отримані на - - - Received from - Отримано від - - - Sent to - Відправлені на - - - Payment to yourself - Відправлено собі - - - Mined - Добуті - - - watch-only - тільки спостереження - - - (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. - Показує, чи було залучено адресу для спостереження в цій транзакції. - - - User-defined intent/purpose of the 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 транзакції - - - Copy raw transaction - Скопіювати RAW транзакцію - - - Edit label - Редагувати мітку - - - Show transaction details - Показати деталі транзакції - - - Export Transaction History - Експортувати історію транзакцій - - - Watch-only - Для спостереження - - - 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. - Comma separated file (*.csv) - Значення, розділені комою (*.csv) - - - Confirmed - Підтверджені - - - Date - Дата - - - Type - Тип + Файли (*.csv) розділеі комами Label - Назва + Мітка - Address - Адреса + Exporting Failed + Експортування пройшло не успішно - - ID - Ідентифікатор - - - Range: - Діапазон від: - - - to - до - - + UnitDisplayStatusBarControl @@ -2858,53 +1724,13 @@ WalletFrame - - No wallet has been loaded. - Гаманець не завантажувався - - + WalletModel - - Send Coins - Відправити - - + WalletView - - &Export - &Експорт - - - Export the data in the current tab to a file - Експортувати дані з поточної вкладки в файл - - - Backup Wallet - Зробити резервне копіювання гаманця - - - Wallet Data (*.dat) - Данi гаманця (*.dat) - - - Backup Failed - Помилка резервного копіювання - - - There was an error trying to save the wallet data to %1. - Виникла помилка при спробі зберегти гаманець в %1. - - - The wallet data was successfully saved to %1. - Дані гаманця успішно збережено в %1. - - - Backup Successful - Успішне створення резервної копії - - + bitcoin-core @@ -2931,14 +1757,6 @@ If <category> is not supplied or if <category> = 1, output all debugging information. Якщо <category> не задано, або ж якщо <category> = 1, виводить всю налагоджувальну інформацію. - - Maximum total fees (in %s) to use in a single wallet transaction; setting this too low may abort large transactions (default: %s) - Максимальна загальна комісія (в %s) за одну транзакцію; занадто низьке значення може скасувати відправку великих транзакцій (типово: %s) - - - Please check that your computer's date and time are correct! If your clock is wrong Bitcoin Core will not work properly. - Будь ласка, перевірте коректність дати і часу на своєму комп'ютері! За наявності значної похибки Blackcoin More буде працювати неправильно. - Prune configured below the minimum of %d MiB. Please use a higher number. Встановлений розмір ланцюжка блоків є замалим (меншим за %d МіБ). Будь ласка, виберіть більше число. @@ -2947,10 +1765,6 @@ Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node) Операція відсікання: остання синхронізація вмісту гаманцю не обмежується діями над скороченими данними. Вам необхідно зробити переіндексацію -reindex (заново завантажити веcь ланцюжок блоків в разі появи скороченого ланцюга) - - Reduce storage requirements by pruning (deleting) old blocks. This mode is incompatible with -txindex and -rescan. Warning: Reverting this setting requires re-downloading the entire blockchain. (default: 0 = disable pruning blocks, >%u = target size in MiB to use for block files) - Зменшити вимоги до наявного простору на носії даних за допомогою скорочення ланцюжка (видалення старих блоків). Цей режим несумісний з параметрами -txindex та -rescan. Увага: при поверненні до типового значення видалені частини ланцюжка буде повторно завантажено. (типово: 0 = вимкнути скорочення ланцюжка, >%u = очікуваний розмір файлів блоків в МіБ) - Rescans are not possible in pruned mode. You will need to use -reindex which will download the whole blockchain again. Неможливо провести повторне сканування зі скороченим ланцюжком. Вам необхідно використати -reindex для завантаження повного ланцюжка блоків. @@ -2976,8 +1790,8 @@ Неможливо запустити HTTP-сервер. Детальніший опис наведено в журналі зневадження. - Accept connections from outside (default: 1 if no -proxy or -connect) - Приймати підключення ззовні (типово: 1 за відсутності -proxy чи -connect) + Bitcoin Core + Blackcoin More Bind to given address and always listen on it. Use [host]:port notation for IPv6 @@ -2987,10 +1801,6 @@ 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>. - Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) Виконати команду, коли транзакція гаманця зміниться (замість %s в команді буде підставлено ідентифікатор транзакції) @@ -3003,42 +1813,10 @@ The block database contains a block which appears to be from the future. This may be due to your computer's date and time being set incorrectly. Only rebuild the block database if you are sure that your computer's date and time are correct Схоже, що база даних блоків містить блок з майбутнього. Це може статися із-за некоректно встановленої дати та/або часу. Перебудовуйте базу даних блоків лише тоді, коли ви переконані, що встановлено правильну дату і час - - This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - Це тестова збірка пре-релізної версії - використовуйте на свій страх і ризик - не застосовувати для добування монет або торгівлі - - - Unable to bind to %s on this computer. Bitcoin Core is probably already running. - Неможливо прив'язатися до %s на цьому комп'ютері. Можливо, Blackcoin More вже запущено. - Use UPnP to map the listening port (default: 1 when listening and no -proxy) Використовувати UPnP для відображення порту, що прослуховується (типово: 1 при прослуховуванні та за відсутності -proxy) - - WARNING: abnormally high number of blocks generated, %d blocks received in the last %d hours (%d expected) - УВАГА: аномально висока кількість згенерованих блоків, %d блок(ів) було отримано за останні %d годин(и) (має бути %d) - - - WARNING: check your network connection, %d blocks received in the last %d hours (%d expected) - УВАГА: перевірте ваше мережеве з'єднання, %d блок(ів) було отримано за останні %d годин(и) (має бути %d) - - - 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: 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; якщо Ваш баланс чи транзакції неправильні, Ви можете відновити їх з резервної копії. - - - Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. - Додати учасників, що під'єднуються з заданої підмережі чи IP-адреси, в білий список. Можна вказувати декілька разів. - -maxmempool must be at least %d MB -maxmempool має бути не менше %d МБ @@ -3051,10 +1829,6 @@ Block creation options: Опції створення блоку: - - Connect only to the specified node(s) - Підключитись лише до вказаного вузла/вузлів - Connection options: Параметри з'єднання: @@ -3139,6 +1913,10 @@ Only connect to nodes in network <net> (ipv4, ipv6 or onion) Підключатися тільки до вузлів в мережі <net> (ipv4, ipv6 або onion) + + Print version and exit + Версія для друку і виходу + Prune cannot be configured with a negative value. Розмір скороченого ланцюжка блоків не може бути від'ємним. @@ -3195,14 +1973,6 @@ Wallet options: Параметри гаманця: - - Warning: This version is obsolete; upgrade required! - Увага: Поточна версія застаріла, необхідне оновлення! - - - You need to rebuild the database using -reindex to change -txindex - Вам необхідно перебудувати базу даних з використанням -reindex для того, щоб змінити -txindex - 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), IP-адреса та маска підмережі (наприклад, 1.2.3.4/255.255.255.0) або CIDR-адреса (наприклад, 1.2.3.4/24). Цей параметр можна вказувати декілька разів. @@ -3215,10 +1985,6 @@ 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. Цей параметр можна вказувати декілька разів (типово: прив'язуватися до всіх інтерфейсів) - - Cannot obtain a lock on data directory %s. Bitcoin Core is probably already running. - Не вдалося встановити блокування на каталог даних %s. Blackcoin More, ймовірно, вже запущений. - Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) Створювати нові файли з типовими для системи атрибутами доступу замість маски 077 (діє тільки при вимкненому гаманці) @@ -3251,10 +2017,6 @@ Maximum size of data in data carrier transactions we relay and mine (default: %u) Максимальний розмір даних в транзакціях носіїв даних, що ми передаємо і добуваємо (за замовчуванням: %u) - - Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect) - Дізнаватися адреси учасників через DNS при замалій кількості відомих адрес (типово: 1 за відсутності -connect) - Randomize credentials for every proxy connection. This enables Tor stream isolation (default: %u) Надавати випадкові дані доступу для кожного проксі-з'єднання. Це дозволяє ввімкнути ізоляцію потоків Tor'у (типово: %u) @@ -3263,18 +2025,10 @@ Set maximum size of high-priority/low-fee transactions in bytes (default: %d) Встановити максимальний розмір транзакцій з високим пріоритетом та низькою комісією (в байтах) (типово: %d) - - Set the number of threads for coin generation if enabled (-1 = all cores, default: %d) - Встановити кількість потоків для генерації монет (-1 = кількості ядер, типово: %d) - The transaction amount is too small to send after the fee has been deducted Залишок від суми транзакції зі сплатою комісії занадто малий - - 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 <https://www.openssl.org/>, криптографічне програмне забезпечення, написане Еріком Янгом, та функції для роботи з UPnP, написані Томасом Бернардом. - 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 та їхні транзакції завжди ретранслюватимуться (навіть якщо вони є в пам'яті), що може бути корисним, наприклад, для шлюзу @@ -3291,38 +2045,14 @@ Accept public REST requests (default: %u) Приймати публічні REST-запити (типово: %u) - - Activating best chain... - Активація найкращого ланцюжка... - - - Always relay transactions received from whitelisted peers (default: %d) - Завжди передавайте транзакції отримані від пірів з білого списку (типово: %d) - - - Attempt to recover private keys from a corrupt wallet.dat on startup - Спочатку спробуйте відновити приватні ключі в пошкодженому wallet.dat - Automatically create Tor hidden service (default: %d) Автоматичне з'єднання з прихованим сервісом Tor (типово: %d) - - Cannot resolve -whitebind address: '%s' - Не вдалося розпізнати адресу для -whitebind: «%s» - Connect through SOCKS5 proxy Підключитись через SOCKS5-проксі - - Copyright (C) 2009-%i The Bitcoin Core Developers - (C) 2018-%i Розробники Blackcoin More - - - Error loading wallet.dat: Wallet requires newer version of Bitcoin Core - Помилка при завантаженні wallet.dat: Гаманець потребує новішої версії Blackcoin More - Error reading from database, shutting down. Помилка читання бази даних, припиняю роботу. @@ -3335,22 +2065,6 @@ Information Інформація - - Initialization sanity check failed. Bitcoin Core is shutting down. - Не вдалося пройти базові перевірки під час ініціалізації. Blackcoin More буде вимкнено. - - - Invalid amount for -maxtxfee=<amount>: '%s' - Неприпустима сума для -maxtxfee = <amount>: «%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) @@ -3375,14 +2089,6 @@ RPC server options: Параметри сервера RPC: - - Rebuild block chain index from current blk000??.dat files on startup - При запуску перебудувати індекс ланцюжка блоків з поточних файлів blk000??.dat - - - Receive and display P2P network alerts (default: %u) - Отримувати та відображати попередження з мережі (типово: %u) - Reducing -maxconnections from %d to %d, because of system limitations. Зменшення значення -maxconnections з %d до %d із-за обмежень системи. @@ -3431,10 +2137,6 @@ Transaction amount too small Сума транзакції занадто мала - - Transaction amounts must be positive - Суми монет у транзакції мають бути позитивними - Transaction too large for fee policy Транзакція занадто велика для правил комісії @@ -3455,10 +2157,6 @@ Username for JSON-RPC connections Ім'я користувача для JSON-RPC-з'єднань - - Wallet needed to be rewritten: restart Bitcoin Core to complete - Потрібно перезаписати гаманець: перезапустіть Blackcoin More для завершення - Warning Попередження @@ -3475,10 +2173,6 @@ ZeroMQ notification options: Параметри сповіщень ZeroMQ: - - wallet.dat corrupt, salvage failed - wallet.dat пошкоджено, відновлення не вдалося - Password for JSON-RPC connections Пароль для JSON-RPC-з'єднань @@ -3487,10 +2181,6 @@ Execute command when the best block changes (%s in cmd is replaced by block hash) Виконати команду, коли з'явиться новий блок (%s в команді змінюється на хеш блоку) - - This help message - Дана довідка - Allow DNS lookups for -addnode, -seednode and -connect Дозволити пошук в DNS для команд -addnode, -seednode та -connect @@ -3499,10 +2189,6 @@ Loading addresses... Завантаження адрес... - - Error loading wallet.dat: Wallet corrupted - Помилка при завантаженні wallet.dat: Гаманець пошкоджено - (1 = keep tx meta data e.g. account owner and payment request information, 2 = drop tx meta data) (1 = утримувати метадані транзакцій (до яких відноситься інформація про власника рахунку та запити платежів), 2 - відкинути) @@ -3511,18 +2197,10 @@ -maxtxfee is set very high! Fees this large could be paid on a single transaction. Встановлено дуже велике значення -maxtxfee! Такі великі комісії можуть бути сплачені окремою транзакцією. - - -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. - Встановлено дуже велике значення -paytxfee! Цю комісію буде сплачено для проведення транзакції. - Do not keep transactions in the mempool longer than <n> hours (default: %u) Не тримати транзакції в пам'яті довше <n> годин (типово: %u) - - Error reading wallet.dat! All keys read correctly, but transaction data or address book entries might be missing or incorrect. - Помилка читання wallet.dat! Всі ключі прочитано коректно, але дані транзакцій чи записи адресної книги можуть бути пропущені або пошкоджені. - Fees (in %s/kB) smaller than this are considered zero fee for transaction creation (default: %s) Комісії (в %s/kB), що менші за вказану, вважатимуться нульовими для створення транзакцій (типово: %s) @@ -3563,10 +2241,6 @@ Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) Використовувати окремий SOCKS5-проксі для з'єднання з учасниками через приховані сервіси Tor (типово: %s) - - Username and hashed password for JSON-RPC connections. The field <userpw> comes in the format: <USERNAME>:<SALT>$<HASH>. A canonical python script is included in share/rpcuser. This option can be specified multiple times - Логін та хешований пароль для зв'язків JSON-RPC. Поле <userpw> має формат: <USERNAME>:<SALT>$<HASH>. Класичний Python script додано до share/rpcuser. Цей параметр може бути застосований декілька разів. - (default: %s) (типово: %s) @@ -3575,14 +2249,6 @@ Always query for peer addresses via DNS lookup (default: %u) Завжди дізнаватися адреси учасників через DNS (типово: %u) - - Error loading wallet.dat - Помилка при завантаженні wallet.dat - - - Generate coins (default: %u) - Генерація монет (типово: %u) - How many blocks to check at startup (default: %u, 0 = all) Скільки блоків перевіряти під час запуску (типово: %u, 0 = всі) @@ -3635,10 +2301,6 @@ 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) @@ -3667,18 +2329,6 @@ Unknown network specified in -onlynet: '%s' Невідома мережа вказана в -onlynet: «%s» - - Cannot resolve -bind address: '%s' - Не вдалося розпізнати адресу для -bind: «%s» - - - Cannot resolve -externalip address: '%s' - Не вдалося розпізнати адресу для -externalip: «%s» - - - Invalid amount for -paytxfee=<amount>: '%s' - Помилка у величині комісії -paytxfee=<amount>: «%s» - Insufficient funds Недостатньо коштів diff --git a/src/qt/locale/bitcoin_ur_PK.ts b/src/qt/locale/bitcoin_ur_PK.ts index e37c87baa..bd0ef617a 100644 --- a/src/qt/locale/bitcoin_ur_PK.ts +++ b/src/qt/locale/bitcoin_ur_PK.ts @@ -25,10 +25,6 @@ C&lose بند - - &Copy Address - کاپی پتہ - Delete the currently selected address from the list سلیکٹڈ پتے کو مٹائیں @@ -51,32 +47,20 @@ Choose the address to receive coins with - کوئین بھیجنے والے کا پتہ + کوئین وصول کرنے والے کا پتہ C&hoose چننا - - Sending addresses - جس پتے پر بھیجنے ہیں - AddressTableModel - - Label - چٹ - Address پتہ - - (no label) - چٹ کے بغیر - - + AskPassphraseDialog @@ -91,22 +75,6 @@ Repeat new passphrase نیا پاس فریز دہرائیں - - Encrypt wallet - بٹوے کی رمزنگاری - - - Unlock wallet - بٹوا ان لاک - - - Decrypt wallet - خفیہ کشائی کر یںبٹوے کے - - - Change passphrase - پاس فریز تبدیل کریں - BanTableModel @@ -118,9 +86,6 @@ نقص - - ClientModel - CoinControlDialog @@ -135,10 +100,6 @@ Date تاریخ - - (no label) - چٹ کے بغیر - EditAddressDialog @@ -164,6 +125,9 @@ نقص + + ModalOverlay + OpenURIDialog @@ -186,6 +150,9 @@ رقم + + QObject::QObject + QRImageWidget @@ -205,33 +172,9 @@ Address پتہ - - Amount - رقم - - - Label - چٹ - RecentRequestsTableModel - - Date - تاریخ - - - Label - چٹ - - - Amount - رقم - - - (no label) - چٹ کے بغیر - SendCoinsDialog @@ -247,14 +190,13 @@ Balance: بیلنس: - - (no label) - چٹ کے بغیر - SendCoinsEntry + + SendConfirmationDialog + ShutdownWindow @@ -269,87 +211,15 @@ TransactionDesc - - Date - تاریخ - - - Amount - رقم - TransactionDescDialog TransactionTableModel - - Date - تاریخ - - - Type - ٹائپ - - - Label - چٹ - - - Sent to - کو بھیجا - - - (n/a) - (N / A) - TransactionView - - All - تمام - - - Today - آج - - - This week - اس ہفتے - - - This month - اس مہینے - - - Last month - پچھلے مہینے - - - This year - اس سال - - - Range... - دیگر - - - Sent to - کو بھیجا - - - Date - تاریخ - - - Type - ٹائپ - - - Label - چٹ - Address پتہ @@ -366,21 +236,9 @@ WalletView - - &Export - برآمد - - - Export the data in the current tab to a file - موجودہ ڈیٹا کو فائیل میں محفوظ کریں - bitcoin-core - - This help message - یہ مدد کا پیغام - Insufficient funds ناکافی فنڈز diff --git a/src/qt/locale/bitcoin_uz@Cyrl.ts b/src/qt/locale/bitcoin_uz@Cyrl.ts index 8d94ec9ad..2f83e8d76 100644 --- a/src/qt/locale/bitcoin_uz@Cyrl.ts +++ b/src/qt/locale/bitcoin_uz@Cyrl.ts @@ -25,10 +25,6 @@ C&lose &Ёпиш - - &Copy Address - Манзилдан &нусха олиш - Delete the currently selected address from the list Жорий танланган манзилни рўйхатдан ўчириш @@ -45,74 +41,10 @@ &Delete &Ўчириш - - Choose the address to send coins to - Тангаларни жўнатиш учун манзилни танланг - - - Choose the address to receive coins with - Тангаларни қабул қилиш учун манзилни танланг - - - C&hoose - &Танлаш - - - Sending addresses - Жўнатиладиган манзиллар - - - Receiving addresses - Қабул қилинадиган манзиллар - - - These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - Улар тўловларни жўнатиш учун сизнинг Blackcoin манзилларингиз. Доимо тангаларни жўнатишдан олдин сумма ва қабул қилувчи манзилни текшириб кўринг. - - - These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - Улар тўловларни қабул қилиш учун сизнинг Blackcoin манзилларингиз. Ҳар бир ўтказма учун янги қабул қилувчи манзилдан фойдаланиш тавсия қилинади. - - - Copy &Label - Нусха олиш ва ёрлиқ - - - &Edit - &Таҳрирлаш - - - Export Address List - Манзил рўйхатини экспорт қилиш - - - Comma separated file (*.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 @@ -131,87 +63,7 @@ Repeat new passphrase Янги махфий сузни такрорланг - - 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 - Ҳамённи кодлашни тасдиқлаш - - - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! - Диққат: Агар сиз ҳамёнингизни кодласангиз ва махфий сўзингизни унутсангиз, сиз <b>БАРЧА BLACKCOIN ПУЛЛАРИНГИЗНИ ЙЎҚОТАСИЗ</b>! - - - Are you sure you wish to encrypt your wallet? - Ҳамёнингизни кодлашни ростдан хоҳлайсизми? - - - 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. - МУҲИМ: Сиз қилган олдинги ҳамён файли заҳиралари янги яратилган, кодланган ҳамён файли билан алмаштирилиши керак. Хавфсизлик сабабларига кўра олдинги кодланган ҳамён файли заҳираси янги кодланган ҳамёндан фойдаланишингиз билан яроқсиз ҳолга келади. - - - Warning: The Caps Lock key is on! - Диққат: Caps Lock тугмаси ёқилган! - - - Wallet encrypted - Ҳамёни кодланган - - - 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>ўнта ёки тасодифий белгили</b> махфий сўздан фойдаланинг ёки <b>саккизта ёки кўпроқ сўзлар</b>дан фойдаланинг. - - - 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. - Ҳамён пароли муваффақиятли алмаштирилди. - - + BanTableModel @@ -289,14 +141,6 @@ Open &URI... Интернет манзилни очиш - - Bitcoin Core client - Blackcoin More мижози - - - Importing blocks from disk... - Дискдан блоклар импорт қилинмоқда... - Reindexing blocks on disk... Дискдаги блоклар қайта индексланмоқда... @@ -341,10 +185,6 @@ &Receive &Қабул қилиш - - Show information about Bitcoin Core - Blackcoin More ҳақидаги маълумотларни кўрсатиш - &Show / Hide &Кўрсатиш / Яшириш @@ -381,18 +221,10 @@ Tabs toolbar Ички ойналар асбоблар панели - - Bitcoin Core - Blackcoin More - Request payments (generates QR codes and bitcoin: URIs) Тўловлар (QR кодлари ва blackcoin ёрдамида яратишлар: URI’лар) сўраш - - &About Bitcoin Core - Blackcoin More &ҳақида - Show the list of used sending addresses and labels Фойдаланилган жўнатилган манзиллар ва ёрлиқлар рўйхатини кўрсатиш @@ -409,38 +241,10 @@ &Command-line options &Буйруқлар сатри мосламалари - - Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options - Мавжуд Blackcoin буйруқлар матни мосламалари билан Blackcoin More ёрдам хабарларини олиш рўйхатини кўрсатиш - %n active connection(s) to Bitcoin network %n та Blackcoin тармоғига фаол уланиш мавжуд - - No block source available... - Блок манбалари мавжуд эмас... - - - %n hour(s) - %n соат - - - %n day(s) - %n кун - - - %n week(s) - %n ҳафта - - - %1 and %2 - %1 ва %2 - - - %n year(s) - %n йил - %1 behind %1 орқада @@ -489,14 +293,7 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> Ҳамён <b>кодланган</b> ва вақтинча <b>қулфланган</b> - - - ClientModel - - Network Alert - Тармоқ огоҳлантиргичи - - + CoinControlDialog @@ -511,10 +308,6 @@ Amount: Миқдори: - - Priority: - Муҳимлиги: - Fee: Солиқ: @@ -559,143 +352,7 @@ Confirmed Тасдиқланди - - Priority - Муҳимлиги - - - Copy address - Манзилни нусхалаш - - - Copy label - Ёрликни нусхала - - - Copy amount - Кийматни нусхала - - - Copy transaction 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 - йўқ - - - Can vary +/- %1 satoshi(s) per input. - Ҳар бир кирим +/- %1 сатоши(лар) билан ўзгариши мумкин. - - - yes - ҳа - - - no - йўқ - - - This means a fee of at least %1 per kB is required. - Бу дегани солиқ ҳар кб учун камида %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) - (ўзгартириш) - - + EditAddressDialog @@ -718,39 +375,7 @@ &Address &Манзил - - New receiving address - Янги кабул килувчи манзил - - - New sending address - Янги жунатилувчи манзил - - - Edit receiving address - Кабул килувчи манзилни тахрирлаш - - - Edit sending address - Жунатилувчи манзилни тахрирлаш - - - The entered address "%1" is already in the address book. - Киритилган "%1" манзили аллақачон манзил китобида. - - - The entered address "%1" is not a valid Bitcoin address. - Киритилган "%1" манзили тўғри Blackcoin манзили эмас. - - - Could not unlock wallet. - Ҳамён қулфдан чиқмади. - - - New key generation failed. - Янги калит яратиш амалга ошмади. - - + FreespaceChecker @@ -776,10 +401,6 @@ HelpMessageDialog - - Bitcoin Core - Blackcoin More - version версияси @@ -788,10 +409,6 @@ (%1-bit) (%1-bit) - - About Bitcoin Core - Blackcoin More ҳақида - Command-line options Буйруқлар сатри мосламалари @@ -811,18 +428,6 @@ Welcome Хуш келибсиз - - Welcome to Bitcoin Core. - "Blackcoin More"га хуш келибсиз. - - - As this is the first time the program is launched, you can choose where Bitcoin Core will store its data. - Биринчи марта дастур ишга тушгани каби сиз Blackcoin More маълумотларини жойлаштирадиган жойни танлашингиз мумкин. - - - Bitcoin Core will download and store a copy of the Bitcoin block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Blackcoin More юклаб олинади ва Blackcoin блок занжири нусхаси жойлаштирилади. Камида %1GB маълумот ушбу директорияга жойлаштирилади ва вақт давомида ўсиб боради. Ҳамён ҳам ушбу директорияда жойлашади. - Use the default data directory Стандарт маълумотлар директориясидан фойдаланиш @@ -831,10 +436,6 @@ Use a custom data directory: Бошқа маълумотлар директориясида фойдаланинг: - - Bitcoin Core - Blackcoin More - Error: Specified data directory "%1" cannot be created. Хато: кўрсатилган "%1" маълумотлар директориясини яратиб бўлмайди. @@ -844,6 +445,17 @@ Хатолик + + ModalOverlay + + Form + Шакл + + + Last block time + Сўнгги блок вақти + + OpenURIDialog @@ -862,11 +474,7 @@ Select payment request file Тўлов сўрови файлини танлаш - - Select payment request file to open - Очиш учун тўлов сўрови файлини танлаш - - + OptionsDialog @@ -1059,26 +667,6 @@ PaymentServer - - URI handling - URI осилиб қолмоқда - - - Invalid payment address %1 - Нотўғри тўлов манзили %1 - - - Payment request rejected - Тўлов сўрови инкор этилди - - - Payment request network doesn't match client network. - Тўлов сўрови тармоғи мижоз тармоғига мос келмайди. - - - Payment request error - Тўлов сўрови хато - PeerTableModel @@ -1086,11 +674,7 @@ User Agent Фойдаланувчи вакил - - Ping Time - Ping вақти - - + QObject @@ -1121,32 +705,19 @@ %1 ms %1 мс - + + %1 and %2 + %1 ва %2 + + + + QObject::QObject + QRImageWidget - - &Save Image... - Расмни &сақлаш - - - &Copy Image - Расмдан &нусха олиш - - - Save QR Code - QR кодни сақлаш - - - PNG Image (*.png) - PNG расм (*.png) - - + RPCConsole - - Client name - Мижоз номи - N/A Тўғри келмайди @@ -1167,10 +738,6 @@ General Асосий - - Using OpenSSL version - Фойдаланилаётган OpenSSL версияси - Using BerkeleyDB version Фойдаланилаётган BerkeleyDB версияси @@ -1263,10 +830,6 @@ Out: Ташқарига: - - Build date - Тузилган санаси - Debug log file Тузатиш журнали файли @@ -1390,19 +953,7 @@ Remove Ўчириш - - Copy label - Ёрликни нусхала - - - Copy message - Хабарни нусхала - - - Copy amount - Кийматни нусхала - - + ReceiveRequestDialog @@ -1417,66 +968,10 @@ &Save Image... Расмни &сақлаш - - Request payment to %1 - %1 дан Тўловни сўраш - - - Payment information - Тўлов маълумоти - - - URI - URI - - - Address - Манзил - - - Amount - Миқдори - - - Label - Ёрлик - - - Message - Хабар - RecentRequestsTableModel - - Date - Сана - - - Label - Ёрлик - - - Message - Хабар - - - Amount - Миқдори - - - (no label) - (Ёрлик мавжуд эмас) - - - (no message) - (Хабар йўқ) - - - (no amount) - (Миқдор мавжуд эмас) - - + SendCoinsDialog @@ -1507,10 +1002,6 @@ Amount: Миқдори: - - Priority: - Муҳимлиги: - Fee: Солиқ: @@ -1547,10 +1038,6 @@ Recommended: Тавсия этилган - - Confirmation time: - Тасдиқ вақти - normal Нормал @@ -1587,75 +1074,7 @@ S&end Жў&натиш - - Confirm send coins - Тангалар жўнаишни тасдиқлаш - - - %1 to %2 - %1 дан %2 - - - Copy quantity - Нусха сони - - - Copy amount - Кийматни нусхала - - - Copy fee - Нусха солиғи - - - Copy after fee - Нусха солиқдан сўнг - - - Copy bytes - Нусха байти - - - Copy priority - Нусха муҳимлиги - - - Copy change - Нусха қайтими - - - or - ёки - - - The amount to pay must be larger than 0. - Тўлов миқдори 0. дан катта бўлиши керак. - - - Warning: Invalid Bitcoin address - Диққат: Нотўғр Blackcoin манзили - - - (no label) - (Ёрлик мавжуд эмас) - - - Warning: Unknown change address - Диққат: Номаълум ўзгариш манзили - - - Copy dust - Нусха чангги - - - Are you sure you want to send? - Жўнатишни хоҳлашингизга ишончингиз комилми? - - - added as transaction fee - ўтказма солиғи қўшилди - - + SendCoinsEntry @@ -1666,10 +1085,6 @@ Pay &To: &Тўлов олувчи: - - Enter a label for this address to add it to your address book - Манзил китобингизга қўшиш учун ушбу манзил учун ёрлиқ киритинг - &Label: &Ёрлиқ: @@ -1703,6 +1118,9 @@ Тўлов олувчи: + + SendConfirmationDialog + ShutdownWindow @@ -1732,21 +1150,9 @@ Clear &All Барчасини & Тозалаш - - Message verified. - Хабар тасдиқланди. - - + SplashScreen - - Bitcoin Core - Blackcoin More - - - The Bitcoin Core developers - Blackcoin More дастурчилари - [testnet] [testnet] @@ -1757,355 +1163,31 @@ TransactionDesc - - Open until %1 - %1 гача очиш - - - %1/unconfirmed - %1/тасдиқланмади - - - %1 confirmations - %1 тасдиқлашлар - - - Date - Сана - - - Source - Манба - - - Generated - Яратилган - - - From - Дан - - - To - Га - - - own address - ўз манзили - - - label - ёрлиқ - - - Credit - Кредит (қарз) - - - not accepted - қабул қилинмади - - - Transaction fee - Ўтказма тўлови - - - Net amount - Умумий миқдор - - - Message - Хабар - - - Comment - Шарҳ - - - Transaction ID - ID - - - Merchant - Савдо - - - Transaction - Ўтказма - - - Amount - Миқдори - - - true - рост - - - false - ёлғон - - - , has not been successfully broadcast yet - , ҳалигача трансляция қилингани йўқ - - - unknown - Номаълум - - + TransactionDescDialog - - Transaction details - Операция тафсилотлари - This pane shows a detailed description of the transaction Ушбу ойна операциянинг батафсил таърифини кўрсатади - + TransactionTableModel - - Date - Сана - - - Type - Тури - - - Open until %1 - %1 гача очиш - - - Confirmed (%1 confirmations) - Тасдиқланди (%1 та тасдиқ) - - - This block was not received by any other nodes and will probably not be accepted! - Ушбу тўсиқ бирорта бошқа уланишлар томонидан қабул қилинмаган ва тасдиқланмаган! - - - Generated but not accepted - Яратилди, аммо қабул қилинмади - - - Offline - Оффлайн - - - Label - Ёрлиқ - - - Unconfirmed - Тасдиқланмаган - - - Received with - Ёрдамида қабул қилиш - - - Received from - Дан қабул қилиш - - - Sent to - Жўнатиш - - - Payment to yourself - Ўзингизга тўлов - - - Mined - Фойда - - - (n/a) - (қ/қ) - - - Transaction status. Hover over this field to show number of confirmations. - Ўтказма ҳолати. Ушбу майдон бўйлаб тасдиқлашлар сонини кўрсатиш. - - - Date and time that the transaction was received. - Ўтказма қабул қилинган сана ва вақт. - - - Type of 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 - Ўтказам рақамидан нусха олиш - - - Edit label - Ёрликни тахрирлаш - - - Show transaction details - Ўтказма тафсилотларини кўрсатиш - - - Export Transaction History - Ўтказмалар тарихини экспорт қилиш - - - Watch-only - Фақат кўришга - - - Exporting Failed - Экспорт қилиб бўлмади - - - The transaction history was successfully saved to %1. - Ўтказмалар тарихи %1 га муваффаққиятли сақланди. - - - Comma separated file (*.csv) - Вергул билан ажратилган файл (*.csv) - - - Confirmed - Тасдиқланди - - - Date - Сана - - - Type - Туркум - - - Label - Ёрлик - - - Address - Манзил - - - ID - ID - - - Range: - Оралиқ: - - - to - Кимга - - + UnitDisplayStatusBarControl WalletFrame - - No wallet has been loaded. - Хали бирорта хамён юкланмади - - + WalletModel - - Send Coins - Тангаларни жунат - - + WalletView - - &Export - &Экспорт - - - Export the data in the current tab to a file - Жорий ички ойна ичидаги маълумотларни файлга экспорт қилиш - bitcoin-core @@ -2125,6 +1207,10 @@ Run in the background as a daemon and accept commands Демон сифатида орқа фонда ишга туширинг ва буйруқларга рози бўлинг + + Bitcoin Core + Blackcoin More + Connection options: Уланиш кўрсаткичлари: @@ -2145,10 +1231,6 @@ Password for JSON-RPC connections JSON-RPC уланишлари учун парол - - This help message - Бу ёрдам хабари - Loading addresses... Манзиллар юкланмоқда... diff --git a/src/qt/locale/bitcoin_vi.ts b/src/qt/locale/bitcoin_vi.ts index 47745a3bc..e6775bf20 100644 --- a/src/qt/locale/bitcoin_vi.ts +++ b/src/qt/locale/bitcoin_vi.ts @@ -17,34 +17,14 @@ &Copy Sao chép - - &Copy Address - Sao chép địa chỉ - &Delete &Xóa - - Comma separated file (*.csv) - Tập tin tách biệt bởi dấu phẩy (*.csv) - AddressTableModel - - Label - Nhãn dữ liệu - - - Address - Địa chỉ - - - (no label) - (chưa có nhãn) - - + AskPassphraseDialog @@ -54,9 +34,6 @@ BitcoinGUI - - ClientModel - CoinControlDialog @@ -67,10 +44,6 @@ Amount Số lượng - - (no label) - (chưa có nhãn) - EditAddressDialog @@ -92,6 +65,9 @@ Intro + + ModalOverlay + OpenURIDialog @@ -114,6 +90,9 @@ Số lượng + + QObject::QObject + QRImageWidget @@ -129,33 +108,9 @@ Copy &Address Sao chép địa chỉ - - Address - Địa chỉ - - - Amount - Số lượng - - - Label - Nhãn dữ liệu - RecentRequestsTableModel - - Label - Nhãn dữ liệu - - - Amount - Số lượng - - - (no label) - (chưa có nhãn) - SendCoinsDialog @@ -163,14 +118,13 @@ Amount: Số lượng: - - (no label) - (chưa có nhãn) - SendCoinsEntry + + SendConfirmationDialog + ShutdownWindow @@ -185,35 +139,15 @@ TransactionDesc - - Amount - Số lượng - TransactionDescDialog TransactionTableModel - - Label - Nhãn dữ liệu - TransactionView - - Comma separated file (*.csv) - Tập tin tách biệt bởi dấu phẩy (*.csv) - - - Label - Nhãn dữ liệu - - - Address - Địa chỉ - UnitDisplayStatusBarControl diff --git a/src/qt/locale/bitcoin_vi_VN.ts b/src/qt/locale/bitcoin_vi_VN.ts index f7bde3a54..e9c70b5cb 100644 --- a/src/qt/locale/bitcoin_vi_VN.ts +++ b/src/qt/locale/bitcoin_vi_VN.ts @@ -25,10 +25,6 @@ C&lose Đó&ng - - &Copy Address - &Copy Địa Chỉ - Delete the currently selected address from the list Xóa địa chỉ hiện tại từ danh sách @@ -47,7 +43,7 @@ Choose the address to send coins to - Chọn địa chỉ để gửi coin tới + Chọn địa chỉ để gửi coin đến Choose the address to receive coins with @@ -55,52 +51,20 @@ C&hoose - C&họn + Chọn Sending addresses - Địa chỉ gửi + Địa chỉ gửi đến Receiving addresses Địa chỉ nhận - - Copy &Label - Copy &Nhãn - - - &Edit - &Sửa - - - Export Address List - Xuất Danh Sách Địa Chỉ - - - Comma separated file (*.csv) - Comma separated file (*.csv) - - - Exporting Failed - Xuất Đã Thất Bại - AddressTableModel - - Label - Nhãn - - - Address - Địa chỉ - - - (no label) - (không nhãn) - - + AskPassphraseDialog @@ -119,28 +83,28 @@ Repeat new passphrase Điền lại passphrase - - Encrypt wallet - Mã hóa ví - - - Unlock wallet - Mở khóa ví - - - Decrypt wallet - Giải mã ví - - - Wallet encrypted - Ví đã được mã hóa - BanTableModel - + + IP/Netmask + IP/Netmask + + + Banned Until + Bị cấm đến + + BitcoinGUI + + Sign &message... + Chứ ký & Tin nhắn... + + + Synchronizing with network... + Đồng bộ hóa với mạng + &Overview &Tổng quan @@ -149,6 +113,18 @@ Node Node + + Show general overview of wallet + Hiện thỉ thông tin sơ lược chung về Ví + + + &Transactions + &Giao dịch + + + Browse transaction history + Duyệt tìm lịch sử giao dịch + E&xit T&hoát @@ -157,6 +133,14 @@ Quit application Thoát chương trình + + &About %1 + &Thông tin về %1 + + + Show information about %1 + Hiện thông tin về %1 + About &Qt Về &Qt @@ -165,6 +149,30 @@ Show information about Qt Xem thông tin về Qt + + &Options... + &Tùy chọn... + + + Modify configuration options for %1 + Chỉnh sửa thiết đặt tùy chọn cho %1 + + + &Encrypt Wallet... + &Mã hóa ví tiền + + + &Backup Wallet... + &Sao lưu ví tiền... + + + &Change Passphrase... + &Thay đổi mật khẩu... + + + &Sending addresses... + &Địa chỉ gửi + &Receiving addresses... Địa chỉ nhận @@ -174,8 +182,28 @@ Mở &URI... - Bitcoin Core client - Blackcoin More client + Reindexing blocks on disk... + Đánh chỉ số (indexing) lại các khối (blocks) trên ổ đĩa ... + + + Send coins to a Bitcoin address + Gửi coins đến tài khoản Blackcoin + + + Backup wallet to another location + Sao lưu ví tiền ở vị trí khác + + + Change the passphrase used for wallet encryption + Thay đổi cụm mật mã dùng cho mã hoá Ví + + + &Debug window + &Cửa sổ xử lý lỗi (debug) + + + &Verify message... + &Tin nhắn xác thực Bitcoin @@ -201,6 +229,18 @@ Show or hide the main Window Hiện hoặc ẩn cửa sổ chính + + Encrypt the private keys that belong to your wallet + Mã hoá các khoá bí mật trong Ví của bạn. + + + Sign messages with your Bitcoin addresses to prove you own them + Dùng địa chỉ Blackcoin của bạn ký các tin nhắn để xác minh những nội dung tin nhắn đó là của bạn. + + + Verify messages to ensure they were signed with specified Bitcoin addresses + Kiểm tra các tin nhắn để chắc chắn rằng chúng được ký bằng các địa chỉ Blackcoin xác định. + &File &File @@ -214,32 +254,40 @@ Trợ &giúp - Bitcoin Core - Blackcoin More + Tabs toolbar + Thanh công cụ (toolbar) - &About Bitcoin Core - &Về Blackcoin More - - - %n hour(s) - %n giờ - - - %n day(s) - %n ngày - - - %n week(s) - %n tuần + Request payments (generates QR codes and bitcoin: URIs) + Yêu cầu thanh toán(tạo mã QR và địa chỉ blackcoin: URLs) - %1 and %2 - %1 và %2 + Show the list of used sending addresses and labels + Hiện thỉ danh sách các địa chỉ và nhãn đã dùng để gửi. - - %n year(s) - %n năm + + Show the list of used receiving addresses and labels + Hiện thỉ danh sách các địa chỉ và nhãn đã dùng để nhận. + + + Open a bitcoin: URI or payment request + Mở blackcoin:URL hoặc yêu cầu thanh toán + + + &Command-line options + 7Tùy chọn dòng lệnh + + + %1 behind + %1 chậm trễ + + + Last received block was generated %1 ago. + Khối (block) cuối cùng nhận được cách đây %1 + + + Transactions after this will not yet be visible. + Những giao dịch sau đó sẽ không hiện thị. Error @@ -257,6 +305,40 @@ Up to date Đã cập nhật + + Catching up... + Bắt kịp... + + + Date: %1 + + Ngày: %1 + + + + Amount: %1 + + Số lượng: %1 + + + + Type: %1 + + Loại: %1 + + + + Label: %1 + + Nhãn hiệu: %1 + + + + Address: %1 + + Địa chỉ: %1 + + Sent transaction Giao dịch đã gửi @@ -265,14 +347,15 @@ Incoming transaction Giao dịch đang tới - - - ClientModel - Network Alert - Network Alert + Wallet is <b>encrypted</b> and currently <b>unlocked</b> + Ví tiền <b> đã được mã hóa</b>và hiện <b>đang mở</b> - + + Wallet is <b>encrypted</b> and currently <b>locked</b> + Ví tiền <b> đã được mã hóa</b>và hiện <b>đang khóa</b> + + CoinControlDialog @@ -287,18 +370,30 @@ Amount: Lượng: - - Priority: - Tầm quan trọng: - Fee: Phí: + + After Fee: + Sau thuế, phí: + Change: Thay đổi: + + (un)select all + (bỏ)chọn tất cả + + + Tree mode + Chế độ cây + + + List mode + Chế độ danh sách + Amount Lượng @@ -315,49 +410,13 @@ Confirmed Đã xác nhận - - Priority - Tầm quan trọng - - - Copy address - Copy địa chỉ - - - Copy label - Copy nhãn - - - Copy amount - Lượng copy - - - low - thấp - - - lower - thấp hơn - - - lowest - thấp nhất - - - yes - - - - no - không - - - (no label) - (không nhãn) - EditAddressDialog + + Edit Address + Thay đổi địa chỉ + &Label Nhãn @@ -376,17 +435,33 @@ HelpMessageDialog - - Bitcoin Core - Blackcoin More - version version - About Bitcoin Core - Về Blackcoin More + (%1-bit) + (%1-bit) + + + Command-line options + &Tùy chọn dòng lệnh + + + Usage: + Mức sử dụng + + + command-line options + tùy chọn dòng lệnh + + + Set language, for example "de_DE" (default: system locale) + Chọn ngôn ngữ, ví dụ "de_DE" (mặc định: Vị trí hệ thống) + + + Set SSL root certificates for payment request (default: -system-) + Đặt chứng nhận SSL gốc cho yêu cầu giao dịch (mặc định: -hệ thống-) @@ -396,14 +471,25 @@ Chào mừng - Bitcoin Core - Blackcoin More + Use the default data directory + Sử dụng vị trí dữ liệu mặc định Error Lỗi + + ModalOverlay + + Form + Form + + + Hide + Ẩn + + OpenURIDialog @@ -429,14 +515,58 @@ MB MB + + Accept connections from outside + Chấp nhận các kết nối từ bên ngoài + + + Allow incoming connections + Cho phép nhận kết nối + + + IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1) + Địa chỉ IP của proxy (ví dụ IPv4: 127.0.0.1 / IPv6: ::1) + + + Third party transaction URLs + Phần mềm giao dịch bên thứ ba URLs + W&allet + + Connect to the Bitcoin network through a SOCKS5 proxy. + Kết nối đến máy chủ Blackcoin thông qua SOCKS5 proxy. + + + Proxy &IP: + Proxy &IP: + + + &Port: + &Cổng: + + + Port of the proxy (e.g. 9050) + Cổng proxy (e.g. 9050) + + + IPv4 + IPv4 + + + IPv6 + IPv6 + &Display &Hiển thị + + User Interface &language: + Giao diện người dùng & ngôn ngữ + &OK &OK @@ -449,6 +579,10 @@ default mặc định + + none + Trống + OverviewPage @@ -456,6 +590,14 @@ Form Form + + Available: + Khả dụng + + + Pending: + Đang chờ + Total: Tổng: @@ -477,9 +619,20 @@ Amount Lượng + + %1 and %2 + %1 và %2 + + + + QObject::QObject QRImageWidget + + &Save Image... + $Lưu hình ảnh... + RPCConsole @@ -507,6 +660,58 @@ User Agent User Agent + + 1 &hour + 1&giờ + + + 1 &day + 1&ngày + + + 1 &week + 1&tuần + + + 1 &year + 1&năm + + + Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. + Sử dụng phím lên và xuống để di chuyển lịch sử, và <b>Ctrl-L</b> để xóa màn hình + + + Type <b>help</b> for an overview of available commands. + Gõ <b>help</b> để xem nhưng câu lệnh có sẵn + + + %1 B + %1 B + + + %1 KB + %1 KB + + + %1 MB + %1 MB + + + %1 GB + %1 GB + + + never + không bao giờ + + + Yes + Đồng ý + + + No + Không + ReceiveCoinsDialog @@ -515,54 +720,122 @@ Lượng: - Copy label - Copy nhãn + &Label: + &Nhãn - Copy amount - Lượng copy + &Message: + &Tin nhắn: - + + Use this form to request payments. All fields are <b>optional</b>. + Sử dụng form này để yêu cầu thanh toán. Tất cả các trường <b>không bắt buộc<b> + + + Clear all fields of the form. + Xóa tất cả các trường trong biểu mẫu + + + Clear + Xóa + + + Requested payments history + Lịch sử yêu cầu thanh toán + + + &Request payment + &Yêu cầu thanh toán + + + Show + Hiển thị + + + Remove the selected entries from the list + Xóa khỏi danh sách + + + Remove + Xóa + + + Copy message + Copy tin nhắn + + ReceiveRequestDialog + + QR Code + QR Code + + + Copy &URI + Copy &URI + Copy &Address &Copy Địa Chỉ - Address - Địa chỉ + &Save Image... + $Lưu hình ảnh... + + + Request payment to %1 + Yêu cầu thanh toán cho %1 + + + Payment information + Thông tin thanh toán + + + URI + URI Amount Lượng - Label - Nhãn + Message + Tin nhắn - + + Error encoding URI into QR Code. + Lỗi khi encode từ URI thành QR Code + + RecentRequestsTableModel - Date - Ngày tháng + Message + Tin nhắn - Label - Nhãn - - - Amount - Lượng - - - (no label) - (không nhãn) + (no message) + (không tin nhắn) SendCoinsDialog + + Send Coins + Gửi Coins + + + Coin Control Features + Tính năng Control Coin + + + Inputs... + Nhập... + + + automatically selected + Tự động chọn + Insufficient funds! Không đủ tiền @@ -579,25 +852,93 @@ Amount: Lượng: - - Priority: - Tầm quan trọng: - Fee: Phí: + + After Fee: + Sau thuế, phí: + Change: Thay đổi: - Copy amount - Lượng copy + Transaction Fee: + Phí giao dịch - (no label) - (không nhãn) + Choose... + Chọn... + + + collapse fee-settings + Thu gọn fee-settings + + + per kilobyte + trên KB + + + Hide + Ẩn + + + total at least + Tổng cộng ít nhất + + + (read the tooltip) + (Đọc hướng dẫn) + + + normal + Bình thường + + + fast + Nhanh + + + Send to multiple recipients at once + Gửi đến nhiều người nhận trong một lần + + + Add &Recipient + Thêm &Người nhận + + + Clear all fields of the form. + Xóa tất cả các trường trong biểu mẫu + + + Clear &All + Xóa &Tất cả + + + Balance: + Tài khoản + + + Confirm the send action + Xác nhận sự gửi + + + %1 to %2 + %1 đến %2 + + + Total Amount %1 + Tổng cộng %1 + + + or + hoặc + + + Confirm send coins + Xác nhận gửi coins @@ -606,19 +947,30 @@ A&mount: Lượng: + + &Label: + &Nhãn + + + SendConfirmationDialog + + Yes + Đồng ý + + ShutdownWindow SignVerifyMessageDialog + + Clear &All + Xóa &Tất cả + SplashScreen - - Bitcoin Core - Blackcoin More - TrafficGraphWidget @@ -626,8 +978,8 @@ TransactionDesc - Date - Ngày tháng + Message + Tin nhắn Amount @@ -639,53 +991,9 @@ TransactionTableModel - - Date - Ngày tháng - - - Label - Nhãn - TransactionView - - Copy address - Copy địa chỉ - - - Copy label - Copy nhãn - - - Copy amount - Lượng copy - - - Exporting Failed - Xuất Đã Thất Bại - - - Comma separated file (*.csv) - Comma separated file (*.csv) - - - Confirmed - Đã xác nhận - - - Date - Ngày tháng - - - Label - Nhãn - - - Address - Địa chỉ - UnitDisplayStatusBarControl @@ -695,17 +1003,13 @@ WalletModel - + + Send Coins + Gửi Coins + + WalletView - - &Export - X&uất - - - Export the data in the current tab to a file - Xuất dữ liệu trong mục hiện tại ra file - bitcoin-core @@ -713,6 +1017,10 @@ Options: Lựa chọn: + + Bitcoin Core + Blackcoin More + (default: %u) (mặc định: %u) @@ -729,10 +1037,6 @@ Warning Chú ý - - This help message - Thông điệp trợ giúp này - Loading addresses... Đang đọc các địa chỉ... diff --git a/src/qt/locale/bitcoin_zh.ts b/src/qt/locale/bitcoin_zh.ts index aeb4faa71..99d723def 100644 --- a/src/qt/locale/bitcoin_zh.ts +++ b/src/qt/locale/bitcoin_zh.ts @@ -22,9 +22,6 @@ 警告 - - ClientModel - CoinControlDialog @@ -48,6 +45,9 @@ 错误 + + ModalOverlay + OpenURIDialog @@ -66,6 +66,9 @@ QObject + + QObject::QObject + QRImageWidget @@ -95,14 +98,14 @@ Choose... 选择... - - Pay only the required fee of %1 - 仅支付全额的%1 - The recipient address is not valid. Please recheck. 收款人地址无效,请再次确认。 + + Pay only the required fee of %1 + 仅支付全额的%1 + Warning: Invalid Bitcoin address 警告:比特币地址无效 @@ -111,6 +114,9 @@ SendCoinsEntry + + SendConfirmationDialog + ShutdownWindow @@ -161,10 +167,6 @@ bitcoin-core - - Transaction amounts must be positive - 转账额度须为正数 - Transaction too large for fee policy 根据费率标准,本次转账超额 @@ -177,26 +179,10 @@ Warning 警告 - - wallet.dat corrupt, salvage failed - wallet.dat文件受损,修复失败 - - - This help message - 此条帮助信息 - Loading addresses... 正在载入地址... - - Error loading wallet.dat: Wallet corrupted - wallet.dat文件加载错误:钱包受损 - - - Error loading wallet.dat - wallet.dat文件加载错误 - Insufficient funds 余额不足 diff --git a/src/qt/locale/bitcoin_zh_CN.ts b/src/qt/locale/bitcoin_zh_CN.ts index 71c748e42..6b528115a 100644 --- a/src/qt/locale/bitcoin_zh_CN.ts +++ b/src/qt/locale/bitcoin_zh_CN.ts @@ -25,10 +25,6 @@ C&lose 关闭(&l) - - &Copy Address - 复制地址(&C) - Delete the currently selected address from the list 从列表中删除选中的地址 @@ -47,39 +43,43 @@ Choose the address to send coins to - 选择发币地址 + 选择要付钱过去的地址 Choose the address to receive coins with - 选择收币地址 + 选择要收钱进来的地址 C&hoose - 选择(&H) + 选择 Sending addresses - 正在发送地址 + 付款地址 Receiving addresses - 正在接收地址 + 收款地址 These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins. - 这是您用来付款的黑币地址。在付款前,请仔细核实付款金额和收款地址。 + 这些是你要付款过去的比特币地址。在付钱之前,务必要检查金额和收款地址是否正确。 These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. - 这些都是您的黑币地址,可用于收款。建议对每笔交易都使用一个新的地址。 + 这些是你用来收款的比特币地址。建议在每次交易时,都使用一个新的收款地址。 + + + &Copy Address + 复制地址 Copy &Label - 复制标签(&L) + 复制标签 &Edit - 编辑(&E) + 编辑 Export Address List @@ -95,7 +95,7 @@ There was an error trying to save the address list to %1. Please try again. - 保存地址列表出现 %1错误。请重试。 + 存储地址列表到 %1 时发生错误。请再试一次。 @@ -110,7 +110,7 @@ (no label) - (没有标签) + (无标签) @@ -131,13 +131,17 @@ 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 @@ -145,7 +149,7 @@ This operation needs your wallet passphrase to decrypt the wallet. - 该操作需要您首先使用密码解密钱包。 + 这个操作需要你的钱包密码来把钱包解密。 Decrypt wallet @@ -153,43 +157,35 @@ Change passphrase - 更改密码 + 修改密码 + + + Enter the old passphrase and new passphrase to the wallet. + 请输入钱包的旧密码和新密码。 Confirm wallet encryption - 确认加密钱包 + 确认钱包加密 - Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BLACKCOINS</b>! - 警告:如果您加密了您的钱包,但是忘记了密码,你将会<b>丢失所有的黑币</b>! + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! + 警告: 如果把钱包加密后又忘记密码,你就会从此<b>失去其中所有的比特币了</b>! Are you sure you wish to encrypt your wallet? - 您确定需要为钱包加密吗? - - - Bitcoin Core will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your Bitcoins from being stolen by malware infecting your computer. - 黑币钱包现在将关闭以完成加密过程。请记住,在您的计算机被恶意软件感染的情况下,加密不能完全保护您的黑币免于被盗。 - - - 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. - 重要提示:您以前备份的钱包文件应该替换成最新生成的加密钱包文件(重新备份)。从安全性上考虑,您以前备份的未加密的钱包文件,在您使用新的加密钱包后将无效,请重新备份。 - - - Warning: The Caps Lock key is on! - 警告:大写锁定键处于打开状态! + 你确定要把钱包加密吗? Wallet encrypted 钱包已加密 - 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>. + %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. + %1 现在要关闭,以完成加密过程。请注意,加密钱包不能完全防止入侵你的电脑的恶意程序偷取钱币。 - Enter the old passphrase and new passphrase to the wallet. - 请输入钱包的旧密码与新密码。 + 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 @@ -197,11 +193,11 @@ Wallet encryption failed due to an internal error. Your wallet was not encrypted. - 由于一个本地错误,加密钱包的操作已经失败。您的钱包没能被加密。 + 因为内部错误导致钱包加密失败。你的钱包还是没加密。 The supplied passphrases do not match. - 密码不匹配。 + 提供的密码不yi'zhi。 Wallet unlock failed @@ -209,15 +205,19 @@ The passphrase entered for the wallet decryption was incorrect. - 用于解密钱包的密码不正确。 + 输入用来解密钱包的密码不正确。 Wallet decryption failed - 钱包解密失败。 + 钱包解密失败 Wallet passphrase was successfully changed. - 修改钱包密码成功。 + 钱包密码修改成功。 + + + Warning: The Caps Lock key is on! + 警告: 大写字母锁定已开启! @@ -269,6 +269,14 @@ Quit application 退出程序 + + &About %1 + 关于 %1 + + + Show information about %1 + 显示 %1 相关信息 + About &Qt 关于Qt(&Q) @@ -281,6 +289,10 @@ &Options... 选项(&O)... + + Modify configuration options for %1 + 修改%1配置选项 + &Encrypt Wallet... 加密钱包(&E)... @@ -306,12 +318,16 @@ 打开 &URI... - Bitcoin Core client - 黑币新知识版钱包客户端 + Click to disable network activity. + 点击禁用网络活动。 - Importing blocks from disk... - 正在从磁盘导入数据块... + Network activity disabled. + 网络活动已禁用。 + + + Click to enable network activity again. + 点击重新开启网络活动。 Reindexing blocks on disk... @@ -319,7 +335,7 @@ Send coins to a Bitcoin address - 向一个黑币地址发送黑币 + 向一个比特币地址发送比特币 Backup wallet to another location @@ -343,7 +359,7 @@ Bitcoin - 黑币 + 比特币 Wallet @@ -357,10 +373,6 @@ &Receive 接收(&R) - - Show information about Bitcoin Core - 显示有关黑币新知识版钱包信息 - &Show / Hide 显示 / 隐藏(&S) @@ -375,11 +387,11 @@ Sign messages with your Bitcoin addresses to prove you own them - 对您的黑币地址进行签名,用以证明您它属于您 + 用比特币地址关联的私钥为消息签名,以证明您拥有这个比特币地址 Verify messages to ensure they were signed with specified Bitcoin addresses - 校验消息,确保该消息是由指定的黑币地址所有者签名的 + 校验消息,确保该消息是由指定的比特币地址所有者签名的 &File @@ -398,20 +410,8 @@ 分页工具栏 - Bitcoin Core - 黑币新知识版 - - - Request payments (generates QR codes and Bitcoin: URIs) - 请求支付(生成二维码和 Blackcoin: URI) - - - &About Bitcoin Core - 关于黑币新知识版(&A) - - - Modify configuration options for Bitcoin Core - 修改黑币新知识版的配置选项 + Request payments (generates QR codes and bitcoin: URIs) + 请求支付 (生成二维码和 blackcoin: URI) Show the list of used sending addresses and labels @@ -422,49 +422,29 @@ 显示用过的接收地址和标签的列表 - Open a Bitcoin: URI or payment request - 打开一个黑币:URI 或支付请求 + Open a bitcoin: URI or payment request + 打开一个 blackcoin: URI 或支付请求 &Command-line options 命令行选项(&C) - - Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options - 显示黑币新知识版程序帮助信息,获取可用的命令行选项 - %n active connection(s) to Bitcoin network - %n 个到黑币网络的活动连接 + %n 个到比特币网络的活动连接 - No block source available... - 沒有可用的区块来源... + Indexing blocks on disk... + 正在为数据块建立索引... + + + Processing blocks on disk... + 正在处理数据块... Processed %n block(s) of transaction history. 已处理 %n 个交易历史数据块。 - - %n hour(s) - %n 小时 - - - %n day(s) - %n 天 - - - %n week(s) - %n 周 - - - %1 and %2 - %1 和 %2 - - - %n year(s) - %n 年 - %1 behind 落后 %1 @@ -493,6 +473,18 @@ Up to date 已是最新 + + Show the %1 help message to get a list with possible Bitcoin command-line options + 显示 %1 帮助信息,获取可用命令行选项列表 + + + %1 client + %1 客戶 + + + Connecting to peers... + 正在连接到节点…… + Catching up... 更新中... @@ -543,19 +535,16 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> 钱包已被<b>加密</b>,当前为<b>锁定</b>状态 - - - ClientModel - Network Alert - 网络警报 + A fatal error occurred. Bitcoin can no longer continue safely and will quit. + 发生严重错误。客户端无法安全地继续运行,即将退出。 CoinControlDialog Coin Selection - 币源选择(Coin Selection) + 选择钱币 Quantity: @@ -569,10 +558,6 @@ Amount: 金额: - - Priority: - 优先级: - Fee: 费用: @@ -625,10 +610,6 @@ Confirmed 已确认 - - Priority - 优先级 - Copy address 复制地址 @@ -643,7 +624,7 @@ Copy transaction ID - 复制交易编号 + 复制交易识别码 Lock unspent @@ -655,91 +636,31 @@ 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 - - - - This label turns red if the transaction size is greater than 1000 bytes. - 如果交易规模大于 1000 字节,此标签将变为红色。 - - - This label turns red if the priority is smaller than "medium". - 如果优先级小于“中等”,此标签将变为红色。 - - - This label turns red if any recipient receives an amount smaller than %1. - 如果任何接收人收到的金额小于 %1,此标签将变为红色。 - - - Can vary +/- %1 satoshi(s) per input. - 可能会有 正负 %1 聪(satoshi)的偏差 + (锁定 %1 枚) yes @@ -750,28 +671,24 @@ - This means a fee of at least %1 per kB is required. - 这意味着将对交易收取 %1/千字节 的交易费。 + This label turns red if any recipient receives an amount smaller than the current dust threshold. + 当任何一个收款金额小于目前的零散金额上限时,文字会变红色。 - Can vary +/- 1 byte per input. - 每笔输入可能会有 正负1字节的偏差。 - - - Transactions with higher priority are more likely to get included into a block. - 交易的优先级越高,被矿工收入数据块的速度也越快。 + Can vary +/- %1 satoshi(s) per input. + 每组输入可能有 +/- %1 个 satoshi 的误差。 (no label) - (没有标签) + (无标签) change from %1 (%2) - 来自%1的零钱 (%2) + 找零前是 %1 (%2) (change) - (零钱) + (找零) @@ -798,35 +715,35 @@ New receiving address - 新建接收地址 + 新建收款地址 New sending address - 新建发送地址 + 新建付款地址 Edit receiving address - 编辑接收地址 + 编辑收款地址 Edit sending address - 编辑发送地址 - - - The entered address "%1" is already in the address book. - 输入的地址“%1”已经存在于地址簿中。 + 编辑付款地址 The entered address "%1" is not a valid Bitcoin address. - 您输入的“%1”不是有效的黑币地址。 + 输入的地址 %1 并不是有效的比特币地址。 + + + The entered address "%1" is already in the address book. + 输入的地址 %1 已经存在地址簿。 Could not unlock wallet. - 无法解锁钱包 + 无法将钱包解锁。 New key generation failed. - 新的密钥生成失败。 + 产生新的密钥失败了。 @@ -854,10 +771,6 @@ HelpMessageDialog - - Bitcoin Core - 黑币新知识版 - version 版本 @@ -867,8 +780,8 @@ (%1 位) - About Bitcoin Core - 关于黑币新知识版 + About %1 + 關於 %1 Command-line options @@ -907,8 +820,8 @@ 显示启动画面(默认:%u) - Reset all settings changes made over the GUI - 重置所有图形界面所做的更改 + Reset all settings changed in the GUI + 重置图形界面所有的变更设置 @@ -918,16 +831,17 @@ 欢迎 - Welcome to Bitcoin Core. - 欢迎使用 Blackcoin More币核心 程序。 + Welcome to %1. + +歡迎來到 %1 - As this is the first time the program is launched, you can choose where Bitcoin Core will store its data. - 由于这是第一次运行 黑币新知识版 程序,您可以选择数据存储目录。 + As this is the first time the program is launched, you can choose where %1 will store its data. + 由于这是第一次启动此程序,您可以选择%1的数据所存储的位置 - Bitcoin Core will download and store a copy of the Bitcoin block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - 黑币新知识版 程序会下载储存一份数据块链(blockchain)。至少需要 %1 GB的存储空间,随着时间推移会需要更多的存储空间。钱包文件也储存在该目录。 + %1 will download and store a copy of the Bitcoin block chain. At least %2GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + %1 会下载并存储一份比特币区块链的副本。至少有 %2GB 的数据会存储到这个目录中,并且还会持续增长。另外钱包资料也会储存在这个目录。 Use the default data directory @@ -937,10 +851,6 @@ Use a custom data directory: 使用自定义的数据目录: - - Bitcoin Core - 黑币新知识版 - Error: Specified data directory "%1" cannot be created. 错误:无法创建 指定的数据目录 "%1" @@ -958,6 +868,53 @@ (需要%n GB空间) + + ModalOverlay + + Form + 表单 + + + Recent transactions may not yet be visible, and therefore your wallet's balance might be incorrect. This information will be correct once your wallet has finished synchronizing with the bitcoin network, as detailed below. + 近期交易可能尚未显示,因此当前余额可能不准确。以上信息将在与比特币网络完全同步后更正。详情如下 + + + Attempting to spend bitcoins that are affected by not-yet-displayed transactions will not be accepted by the network. + 尝试使用受未可见交易影响的余额将不被网络接受。 + + + Number of blocks left + 剩余区块数量 + + + Unknown... + 未知 + + + Last block time + 上一数据块时间 + + + Progress + 进度 + + + Progress increase per hour + 每小时进度增加 + + + calculating... + 正在计算 + + + Estimated time left until synced + 预计剩余同步时间 + + + Hide + 隐藏 + + OpenURIDialog @@ -978,7 +935,7 @@ Select payment request file to open - 选择需要打开的付款请求文件 + 选择要打开的付款请求文件 @@ -991,6 +948,14 @@ &Main 主要(&M) + + Automatically start %1 after logging in to the system. + 在登入系统后自动启动 %1 + + + &Start %1 on system login + 系统登入时启动 %1 + Size of &database cache 数据库缓存大小(&D) @@ -1019,10 +984,6 @@ Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu. 窗口被关闭时最小化而不是退出应用程序。当此选项启用时,应用程序只会在菜单中选择退出时退出。 - - The user interface language can be set here. This setting will take effect after restarting Bitcoin Core. - 可以在这里设置用户界面语言。此设置将在重新启动黑币新知识版钱包后生效。 - 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需要竖线 | 分隔。 @@ -1047,14 +1008,6 @@ &Network 网络(&N) - - Automatically start Bitcoin Core after logging in to the system. - 登录到系统后自动启动黑币新知识版钱包。 - - - &Start Bitcoin Core on system login - 系统登录时启动黑币新知识版钱包(&S) - (0 = auto, <0 = leave that many cores free) (0 = 自动, <0 = 离开很多免费的核心) @@ -1081,7 +1034,7 @@ Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. - 自动在路由器中打开黑币端口。只有当您的路由器开启了 UPnP 选项时此功能才有效。 + 自动在路由器中打开比特币端口。只有当您的路由器开启了 UPnP 选项时此功能才有效。 Map port using &UPnP @@ -1089,7 +1042,7 @@ Connect to the Bitcoin network through a SOCKS5 proxy. - 通过 SOCKS5 代理连接黑币网络。 + 通过 SOCKS5 代理连接比特币网络。 &Connect through SOCKS5 proxy (default proxy): @@ -1129,7 +1082,7 @@ Connect to the Bitcoin network through a separate SOCKS5 proxy for Tor hidden services. - 在Tor匿名网络下通过不同的SOCKS5代理连接黑币网络 + 在 Tor 匿名网络下通过不同的 SOCKS5 代理连接比特币网络 Use separate SOCKS5 proxy to reach peers via Tor hidden services: @@ -1139,6 +1092,14 @@ &Window 窗口(&W) + + &Hide the icon from the system tray. + 不在通知区显示图标 + + + Hide tray icon + 不显示通知区图标 + Show only a tray icon after minimizing the window. 最小化窗口后仅显示托盘图标 @@ -1159,13 +1120,17 @@ User Interface &language: 用户界面语言(&L): + + The user interface language can be set here. This setting will take effect after restarting %1. + 可以在这里设定用户界面的语言。这个设定在重启 %1 后才会生效。 + &Unit to show amounts in: - 黑币金额单位(&U): + 比特币金额单位(&U): Choose the default subdivision unit to show in the interface and when sending coins. - 选择黑币单位。 + 选择比特币单位。 Whether to show coin control features or not. @@ -1216,7 +1181,7 @@ The displayed information may be out of date. Your wallet automatically synchronizes with the Bitcoin network after a connection is established, but this process has not completed yet. - 现在显示的消息可能是过期的. 在连接上黑币网络节点后,您的钱包将自动与网络同步,但是这个过程还没有完成。 + 现在显示的消息可能是过期的。在连接上比特币网络节点后,您的钱包将自动与网络同步,但是这个过程还没有完成。 Watch-only: @@ -1285,58 +1250,55 @@ PaymentServer + + Payment request error + 要求付款时发生错误 + + + Cannot start bitcoin: click-to-pay handler + 无法启动 bitcoin 协议的“ +一键支付”处理器 + URI handling URI 处理 + + Payment request fetch URL is invalid: %1 + 取得付款请求的 URL 无效: %1 + Invalid payment address %1 无效的付款地址 %1 + + URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. + 无法解析 URI 地址!可能是因为比特币地址无效,或是 URI 参数格式错误。 + + + Payment request file handling + 处理付款请求文件 + + + 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 expired. + 付款请求已过期。 Payment request is not initialized. 支付请求未成形。 - - Requested payment amount of %1 is too small (considered dust). - 请求支付的金额 %1 太小(就像尘埃)。 - - - Payment request error - 支付请求出错 - - - Cannot start Bitcoin: click-to-pay handler - 暂时无法启动黑币:点击支付功能 - - - Payment request fetch URL is invalid: %1 - 付款请求URI链接非法: %1 - - - URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. - URI无法解析!原因可能是黑币地址不正确,或者URI参数错误。 - - - Payment request file handling - 付款请求文件处理 - - - Payment request file cannot be read! This can be caused by an invalid payment request file. - 付款请求文件无法读取!可能是付款请求文件不合格。 - - - Payment request expired. - 支付请求已过期。 - Unverified payment requests to custom payment scripts are unsupported. 不支持到自定义付款脚本的未验证付款请求。 @@ -1345,6 +1307,10 @@ Invalid payment request. 无效的支付请求。 + + Requested payment amount of %1 is too small (considered dust). + 请求支付的金额 %1 太小(就像尘埃)。 + Refund from %1 退款来自 %1 @@ -1365,14 +1331,14 @@ Bad response from server %1 来自 %1 服务器的错误响应 - - Payment acknowledged - 支付已到账 - Network request error 网络请求出错 + + Payment acknowledged + 付款已确认 + PeerTableModel @@ -1385,8 +1351,12 @@ 节点/服务 - Ping Time - Ping 时间 + NodeId + 节点ID + + + Ping + @@ -1397,7 +1367,7 @@ Enter a Bitcoin address (e.g. %1) - 请输入一个黑币地址 (例如 %1) + 请输入一个比特币地址 (例如 %1) %1 d @@ -1427,6 +1397,53 @@ %1 ms %1 毫秒 + + %n second(s) + %n 秒 + + + %n minute(s) + %n 分钟 + + + %n hour(s) + %n 小时 + + + %n day(s) + %n 天 + + + %n week(s) + %n 周 + + + %1 and %2 + %1 和 %2 + + + %n year(s) + %n 年 + + + %1 didn't yet exit safely... + %1 尚未安全退出 + + + + QObject::QObject + + Error: Specified data directory "%1" does not exist. + 错误:指定的数据目录“%1”不存在。 + + + Error: Cannot parse configuration file: %1. Only use key=value syntax. + 错误:无法解析配置文件:%1。只接受 key=value语法。 + + + Error: %1 + 错误:%1 + QRImageWidget @@ -1436,7 +1453,7 @@ &Copy Image - 复制图片(&C) + 复制图片 Save QR Code @@ -1444,15 +1461,11 @@ PNG Image (*.png) - PNG图片(*.png) + PNG 图像(*.png) RPCConsole - - Client name - 客户端名称 - N/A 不可用 @@ -1473,14 +1486,14 @@ General 常规 - - Using OpenSSL version - 使用 OpenSSL 版本 - Using BerkeleyDB version 使用的 BerkeleyDB 版本 + + Datadir + 数据目录 + Startup time 启动时间 @@ -1517,10 +1530,6 @@ Memory usage 内存使用 - - Open the Bitcoin Core debug log file from the current data directory. This can take a few seconds for large log files. - 从当前的数据目录打开黑币新知识版调试日志文件。对于较大的日志文件,这可能需要几秒钟。 - Received 收到 @@ -1569,6 +1578,14 @@ User Agent 用户代理 + + Decrease font size + 缩小文字 + + + Increase font size + 放大文字 + Services 服务 @@ -1593,10 +1610,18 @@ Ping Time Ping 时间 + + The duration of a currently outstanding ping. + 目前这一次 ping 已经过去的时间。 + Ping Wait Ping等待 + + Min Ping + 最小Ping值 + Time Offset 时间偏移 @@ -1627,16 +1652,12 @@ In: - 输入: + 输入: Out: 输出: - - Build date - 创建时间 - Debug log file 调试日志文件 @@ -1645,14 +1666,6 @@ Clear console 清空控制台 - - &Disconnect Node - (&D)断开节点连接 - - - Ban Node for - 禁止节点连接时长: - 1 &hour 1 小时(&H) @@ -1670,12 +1683,20 @@ 1 年(&Y) - &Unban Node - (&U)允许节点连接 + &Disconnect + (&D)断开 - Welcome to the Bitcoin Core RPC console. - 欢迎使用 黑币新知识版 RPC 控制台。 + Ban for + 禁止 + + + &Unban + 重新允许 + + + Welcome to the %1 RPC console. + 欢迎使用 %1 的 RPC 控制台。 Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -1685,6 +1706,14 @@ Type <b>help</b> for an overview of available commands. 使用 <b>help</b> 命令显示帮助信息。 + + WARNING: Scammers have been active, telling users to type commands here, stealing their wallet contents. Do not use this console without fully understanding the ramification of a command. + 警告: 已有骗子通过要求用户在此输入指令以盗取钱包。不要在没有完全理解命令规范时使用控制台。 + + + Network activity disabled + 网络活动已禁用 + %1 B %1 字节 @@ -1750,15 +1779,15 @@ Reuse one of the previously used receiving addresses. Reusing addresses has security and privacy issues. Do not use this unless re-generating a payment request made before. - 重复使用以前用过的接收地址。重复用地址有安全和隐私方面的隐患。除非是为重复生成同一项支付请求,否则请不要这样做。 + 重复使用以前用过的接收地址。重用地址有安全和隐私方面的隐患。除非是为重复生成同一项支付请求,否则请不要这样做。 R&euse an existing receiving address (not recommended) - 重复用现有的接收地址(不推荐) + 重用现有的接收地址(不推荐) 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 Bitcoin network. - 可在付款请求上备注一条信息,在打开付款请求时可以看到。注意:该消息不是通过黑币网络传送。 + 可在付款请求上备注一条信息,在打开付款请求时可以看到。注意:该消息不是通过比特币网络传送。 An optional label to associate with the new receiving address. @@ -1804,13 +1833,17 @@ Remove 移除 + + Copy URI + 复制URI + Copy label 复制标签 Copy message - 复制消息 + 复制消息 Copy amount @@ -1869,7 +1902,7 @@ Error encoding URI into QR Code. - 将 URI 转为二维码失败。 + 把 URI 编码成二维码时发生错误。 @@ -1886,28 +1919,28 @@ Message 消息 - - Amount - 金额 - (no label) - (没有标签) + (无标签) (no message) (无消息) - (no amount) - (无金额) + (no amount requested) + (无请求金额) + + + Requested + 总额 SendCoinsDialog Send Coins - 发送黑币 + 发送比特币 Coin Control Features @@ -1937,10 +1970,6 @@ Amount: 金额: - - Priority: - 优先级: - Fee: 费用: @@ -1990,7 +2019,7 @@ 最小额 - Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for Bitcoin transactions than the network can process. + Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process. 交易量小时只支付最小交易费是可以的。但是请注意,当交易量大到超出网络可处理时您的交易可能永远无法确认。 @@ -2009,10 +2038,6 @@ (Smart fee not initialized yet. This usually takes a few blocks...) (智能交易费用 尚未初始化。 需要再下载一些数据块...) - - Confirmation time: - 确认时间: - normal 一般 @@ -2021,14 +2046,6 @@ fast 快速 - - Send as zero-fee transaction if possible - 发送时尽可能 不支付交易费用 - - - (confirmation may take longer) - (确认时间更长) - Send to multiple recipients at once 一次发送给多个接收者 @@ -2055,23 +2072,15 @@ Confirm the send action - 确认发送操作 + 确认发送货币 S&end 发送(&E) - - Confirm send coins - 确认发送出币 - - - %1 to %2 - %1 到 %2 - Copy quantity - 复制金额 + 复制数目 Copy amount @@ -2079,23 +2088,35 @@ 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? + 您确定要发出吗? + + + added as transaction fee + 已添加交易费 Total Amount %1 @@ -2105,6 +2126,14 @@ or + + Confirm send coins + 确认发送货币 + + + The recipient address is not valid. Please recheck. + 接收人地址无效。请重新检查。 + The amount to pay must be larger than 0. 支付金额必须大于0。 @@ -2117,13 +2146,17 @@ The total exceeds your balance when the %1 transaction fee is included. 计入 %1 交易费后的金额超出您的账上余额。 + + Duplicate address found: addresses should only be used once each. + 发现重复地址:每个地址应该只使用一次。 + 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钱包文件,然后用复制的钱包文件支付了黑币,但是这个钱包文件中没有记录。 + The transaction was rejected with the following reason: %1 + 交易因以下原因拒绝:%1 A fee higher than %1 is considered an absurdly high fee. @@ -2131,7 +2164,11 @@ Payment request expired. - 支付请求已过期。 + 付款请求已过期。 + + + %n block(s) + %n 个区块 Pay only the required fee of %1 @@ -2141,37 +2178,21 @@ Estimated to begin confirmation within %n block(s). 预计 %n 个数据块后被确认。 - - The recipient address is not valid. Please recheck. - 接收人地址无效。请重新检查。 - - - Duplicate address found: addresses should only be used once each. - 发现重复地址:每个地址应该只使用一次。 - Warning: Invalid Bitcoin address - 警告:无效的黑币地址 - - - (no label) - (没有标签) + 警告: 比特币地址无效 Warning: Unknown change address 警告:未知的更改地址 - Copy dust - 复制小额 + The address you selected for change is not part of this wallet. Any or all funds in your wallet may be sent to this address. Are you sure? + 你选择的找零地址未被包含在本钱包中,你钱包中的部分或全部金额将被发送至该地址。你确定要这样做吗? - Are you sure you want to send? - 您确定要发出吗? - - - added as transaction fee - 已添加交易费 + (no label) + (无标签) @@ -2184,10 +2205,6 @@ Pay &To: 付给(&T): - - Enter a label for this address to add it to your address book - 为这个地址输入一个标签,以便将它添加到您的地址簿 - &Label: 标签(&L): @@ -2221,8 +2238,8 @@ 移除此项 - The fee will be deducted from the amount being sent. The recipient will receive less Bitcoins than you enter in the amount field. If multiple recipients are selected, the fee is split equally. - 交易费将从发送总额中扣除。接收人将收到比您在金额框中输入的更少的黑币金额。如果选中了多个收件人,交易费平分。 + The fee will be deducted from the amount being sent. The recipient will receive less bitcoins than you enter in the amount field. If multiple recipients are selected, the fee is split equally. + 交易费将从发送总额中扣除。接收人将收到比您在金额框中输入的更少的比特币。如果选中了多个收件人,交易费平分。 S&ubtract fee from amount @@ -2245,8 +2262,8 @@ 请为此地址输入一个标签以将它加入用过的地址列表 - A message that was attached to the Bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcoin network. - Blackcoin:URI 附带的备注信息,将会和交易一起存储,备查。 注意:该消息不会通过黑币网络传输。 + A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcoin network. + blackcoin:URI 附带的备注信息,将会和交易一起存储,备查。 注意:该消息不会通过比特币网络传输。 Pay To: @@ -2256,12 +2273,23 @@ Memo: 便条: + + Enter a label for this address to add it to your address book + 为这个地址输入一个标签,以便将它添加到您的地址簿 + + + + SendConfirmationDialog + + Yes + + ShutdownWindow - Bitcoin Core is shutting down... - 黑币新知识版正在关机... + %1 is shutting down... + 正在关闭 %1 ... Do not shut down the computer until this window disappears. @@ -2279,8 +2307,8 @@ 签名消息(&S) - You can sign messages/agreements with your addresses to prove you can receive Bitcoins sent to them. Be careful not to sign anything vague or random, as phishing attacks may try to trick you into signing your identity over to them. Only sign fully-detailed statements you agree to. - 您可以用你的地址对消息/协议进行签名,以证明您可以接收发送到该地址的黑币。注意不要对任何模棱两可或者随机的消息进行签名,以免遭受钓鱼式攻击。请确保消息内容准确的表达了您的真实意愿。 + You can sign messages/agreements with your addresses to prove you can receive bitcoins sent to them. Be careful not to sign anything vague or random, as phishing attacks may try to trick you into signing your identity over to them. Only sign fully-detailed statements you agree to. + 您可以用你的地址对消息/协议进行签名,以证明您可以接收发送到该地址的比特币。注意不要对任何模棱两可或者随机的消息进行签名,以免遭受钓鱼式攻击。请确保消息内容准确的表达了您的真实意愿。 The Bitcoin address to sign the message with @@ -2344,7 +2372,7 @@ Verify the message to ensure it was signed with the specified Bitcoin address - 验证消息,确保消息是由指定的黑币地址签名过的。 + 验证消息,确保消息是由指定的比特币地址签名过的。 Verify &Message @@ -2409,14 +2437,6 @@ SplashScreen - - Bitcoin Core - 黑币新知识版 - - - The Bitcoin Core developers - 黑币新知识版钱包的开发者 - [testnet] [测试网络] @@ -2431,18 +2451,38 @@ TransactionDesc + + Open for %n more block(s) + 再打开 %n 个数据块 + Open until %1 至 %1 个数据块时开启 - conflicted - 发现冲突 + conflicted with a transaction with %1 confirmations + 与一个有 %1 个确认的交易冲突 %1/offline %1 / 离线 + + 0/unconfirmed, %1 + 0/未确认,%1 + + + in memory pool + 在内存池中 + + + not in memory pool + 不在内存池中 + + + abandoned + 已抛弃 + %1/unconfirmed %1/未确认 @@ -2455,6 +2495,10 @@ Status 状态 + + , has not been successfully broadcast yet + ,未被成功广播 + , broadcast through %n node(s) , 通过 %n 个节点广播 @@ -2475,6 +2519,10 @@ From 来自 + + unknown + 未知 + To @@ -2535,13 +2583,21 @@ Transaction ID ID + + Transaction total size + 交易总大小 + + + Output index + 输出索引 + 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 个成熟的区块。当您生成了此区块后,它将被广播到网络中以加入区块链。如果它未成功进入区块链,其状态将变更为“不接受”并且不可使用。这可能偶尔会发生,如果另一个节点比你早几秒钟成功生成一个区块。 + 生成的比特币在可以使用前必须有 %1 个成熟的区块。当您生成了此区块后,它将被广播到网络中以加入区块链。如果它未成功进入区块链,其状态将变更为“不接受”并且不可使用。这可能偶尔会发生,如果另一个节点比你早几秒钟成功生成一个区块。 Debug information @@ -2561,36 +2617,20 @@ true - 正确 + false - 错误 - - - , has not been successfully broadcast yet - ,未被成功广播 - - - Open for %n more block(s) - 再打开 %n 个数据块 - - - unknown - 未知 + TransactionDescDialog - - Transaction details - 交易细节 - This pane shows a detailed description of the transaction 当前面板显示了交易的详细信息 - + TransactionTableModel @@ -2599,40 +2639,20 @@ Type - 类别 + 种类 - Immature (%1 confirmations, will be available after %2) - 未成熟 (%1 个确认,将在 %2 个后可用) - - - Open for %n more block(s) - 再打开 %n 个数据块 + Label + 标签 Open until %1 至 %1 个数据块时开启 - - Confirmed (%1 confirmations) - 已确认 (%1 条确认信息) - - - This block was not received by any other nodes and will probably not be accepted! - 此数据块未被任何其他节点接收,可能不被接受! - - - Generated but not accepted - 已生成但未被接受 - Offline 掉线 - - Label - 标签 - Unconfirmed 未确认的 @@ -2641,13 +2661,29 @@ 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 @@ -2655,7 +2691,7 @@ Sent to - 发送给 + 付款 Payment to yourself @@ -2673,6 +2709,10 @@ (n/a) (不可用) + + (no label) + (无标签) + Transaction status. Hover over this field to show number of confirmations. 交易状态。 鼠标移到此区域可显示确认项数量。 @@ -2710,15 +2750,15 @@ This week - 本周 + 这星期 This month - 本月 + 这个月 Last month - 上月 + 上个月 This year @@ -2726,19 +2766,19 @@ Range... - 范围... + 指定范围... Received with - 接收于 + 收款 Sent to - 发送给 + 付款 To yourself - 到自己 + 给自己 Mined @@ -2746,7 +2786,7 @@ Other - 其他 + 其它 Enter address or label to search @@ -2756,6 +2796,10 @@ Min amount 最小金额 + + Abandon transaction + 放弃交易 + Copy address 复制地址 @@ -2770,12 +2814,16 @@ Copy transaction ID - 复制交易编号 + 复制交易识别码 Copy raw transaction 复制原始交易 + + Copy full transaction details + 复制所有交易详情 + Edit label 编辑标签 @@ -2788,10 +2836,38 @@ Export Transaction History 导出交易历史 + + Comma separated file (*.csv) + 逗号分隔文件 (*.csv) + + + Confirmed + 已确认 + Watch-only 观察地址(Watch-only) + + Date + 日期 + + + Type + 种类 + + + Label + 标签 + + + Address + 地址 + + + ID + ID + Exporting Failed 导出失败 @@ -2808,34 +2884,6 @@ The transaction history was successfully saved to %1. 交易历史已成功保存到 %1。 - - Comma separated file (*.csv) - 逗号分隔文件 (*.csv) - - - Confirmed - 已确认 - - - Date - 日期 - - - Type - 类别 - - - Label - 标签 - - - Address - 地址 - - - ID - ID - Range: 范围: @@ -2863,7 +2911,7 @@ WalletModel Send Coins - 发送黑币 + 发送比特币 @@ -2874,7 +2922,7 @@ Export the data in the current tab to a file - 导出当前数据到文件 + 导出当前分页里的数据到文件 Backup Wallet @@ -2892,17 +2940,17 @@ There was an error trying to save the wallet data to %1. 尝试保存钱包数据至 %1 时发生错误。 - - The wallet data was successfully saved to %1. - 钱包数据成功保存至 %1 。 - Backup Successful 备份成功 + + The wallet data was successfully saved to %1. + 钱包数据成功保存至 %1 。 + - Bitcoin-core + bitcoin-core Options: 选项: @@ -2930,18 +2978,14 @@ If <category> is not supplied or if <category> = 1, output all debugging information. 如果<category>未提供或<category> = 1,输出所有调试信息。 - - Maximum total fees (in %s) to use in a single wallet transaction; setting this too low may abort large transactions (default: %s) - 最大单次转账费用(%s),设置太低可能导致大宗交易失败(默认:%s) - - - Please check that your computer's date and time are correct! If your clock is wrong Bitcoin Core will not work properly. - 警请检查电脑的日期时间设置是否正确!时间错误可能会导致黑币客户端运行异常。 - Prune configured below the minimum of %d MiB. Please use a higher number. 修剪值被设置为低于最小值%d MiB,请使用更大的数值。 + + Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node) + 修剪:最后的钱包同步超过了修剪的数据。你需要通过 -reindex (重新下载整个区块链以防修剪节点) + Rescans are not possible in pruned mode. You will need to use -reindex which will download the whole blockchain again. 无法在开启修剪的状态下重扫描,请使用 -reindex重新下载完整的区块链。 @@ -2969,8 +3013,20 @@ 无法启动HTTP服务,查看日志获取更多信息 - Accept connections from outside (default: 1 if no -proxy or -connect) - 接受来自外部的连接 (缺省: 如果不带 -proxy or -connect 参数设置为1) + Bitcoin Core + Blackcoin More + + + The %s developers + %s 开发人员 + + + A fee rate (in %s/kB) that will be used when fee estimation has insufficient data (default: %s) + 当费用估计数据(default: %s)不足时将会启用的费率 (in %s/kB) + + + Accept relayed transactions received from whitelisted peers even when not relaying transactions (default: %d) + 即使在无关联交易(默认: %d)时也接受来自白名单同行的关联交易 Bind to given address and always listen on it. Use [host]:port notation for IPv6 @@ -2980,10 +3036,6 @@ 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>. - Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>. - Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) 当最佳区块变化时执行命令 (命令行中的 %s 会被替换成区块哈希值) @@ -2996,42 +3048,10 @@ The block database contains a block which appears to be from the future. This may be due to your computer's date and time being set incorrectly. Only rebuild the block database if you are sure that your computer's date and time are correct 区块数据库包含未来的交易,这可能是由本机错误的日期时间引起。若确认本机日期时间正确,请重新建立区块数据库。 - - This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - 这是测试用的预发布版本 - 请谨慎使用 - 不要用来挖矿,或者在正式商用环境下使用 - - - Unable to bind to %s on this computer. Bitcoin Core is probably already running. - 无法 %s的绑定到电脑上,黑币新知识版钱包可能已经在运行。 - Use UPnP to map the listening port (default: 1 when listening and no -proxy) 使用UPnP暴露本机监听端口(默认:1 当正在监听且不使用代理) - - WARNING: abnormally high number of blocks generated, %d blocks received in the last %d hours (%d expected) - 警告:数据块生成数量异常,最近 %d 小时收到了 %d 个数据块(预期为 %d 个) - - - WARNING: check your network connection, %d blocks received in the last %d hours (%d expected) - 警告:请检查您的网络连接,最近 %d 小时收到了 %d 个数据块(预期为 %d 个) - - - 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: 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损坏! 原始的钱包文件已经备份到%s目录下并重命名为{timestamp}.bak 。如果您的账户余额或者交易记录不正确,请使用您的钱包备份文件恢复。 - - - Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. - 节点白名单,网络掩码或IP址。可多次指定。 - -maxmempool must be at least %d MB -maxmempool 最小为%d MB @@ -3040,18 +3060,26 @@ <category> can be: <category> 可能是: + + Append comment to the user agent string + 为用户代理字符串附加说明 + Block creation options: 数据块创建选项: - Connect only to the specified node(s) - 仅连接到指定节点 + Cannot resolve -%s address: '%s' + 无法解析 - %s 地址: '%s' Connection options: 连接选项: + + Copyright (C) %i-%i + 版权所有 (C) %i-%i + Corrupted block database detected 检测发现数据块数据库损坏。请使用 -reindex参数重启客户端。 @@ -3084,6 +3112,10 @@ Enable publish raw transaction in <address> 允许在<address>广播原始交易 + + Enable transaction replacement in the memory pool (default: %u) + 保证内存池中的交易更换(默认:%u) + Error initializing block database 初始化数据块数据库出错 @@ -3092,6 +3124,10 @@ Error initializing wallet database environment %s! Error initializing wallet database environment %s! + + Error loading %s + 载入 %s 时发生错误 + Error loading block database 导入数据块数据库出错 @@ -3120,10 +3156,18 @@ Invalid -onion address: '%s' 无效的 -onion 地址:“%s” + + Invalid amount for -fallbackfee=<amount>: '%s' + -fallbackfee 的无效数额=<amount>: '%s' + Keep the transaction memory pool below <n> megabytes (default: %u) 保持交易内存池大小低于<n>MB(默认:%u) + + Location of the auth cookie (default: data dir) + 认证Cookie的位置 (默认: data目录) + Not enough file descriptors available. 没有足够的文件描述符可用。 @@ -3132,6 +3176,10 @@ Only connect to nodes in network <net> (ipv4, ipv6 or onion) 只连接 <net>网络中的节点 (ipv4, ipv6 或 onion) + + Print version and exit + 打印版本信息并退出 + Prune cannot be configured with a negative value. 修剪不能配置一个负数。 @@ -3152,6 +3200,10 @@ Specify wallet file (within data directory) 指定钱包文件(数据目录内) + + The source code is available from %s. + 源代码可以在 %s 获得。 + Unsupported argument -benchmark ignored, use -debug=bench. 忽略不支持的选项 -benchmark,使用 -debug=bench @@ -3168,30 +3220,34 @@ Use UPnP to map the listening port (default: %u) 使用UPnp映射监听端口 (默认: %u) + + Use the test chain + 使用测试链 + + + User Agent comment (%s) contains unsafe characters. + 用户代理评论(%s)包含不安全的字符。 + Verifying blocks... - 正在验证数据库的完整性... + 正在验证区块... Verifying wallet... - 正在检测钱包的完整性... + 正在验证钱包... Wallet %s resides outside data directory %s 钱包 %s 在外部的数据目录 %s + + Wallet debugging/testing options: + 钱包调试/测试选项: + Wallet options: 钱包选项: - - Warning: This version is obsolete; upgrade required! - 警告:此版本已过时,必须升级! - - - You need to rebuild the database using -reindex to change -txindex - 您需要将 -reindex 改为 -txindex 以重建数据库 - 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)。该选项可多次指定。 @@ -3204,10 +3260,6 @@ 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使用[主机]:端口 格式。该选项可多次指定 (默认: 绑定到所有接口) - - Cannot obtain a lock on data directory %s. Bitcoin Core is probably already running. - 无法获取数据目录的 %s. 黑币新知识版钱包可能已经在运行. - Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) 创建系统默认权限的文件,而不是 umask 077 (只在关闭钱包功能时有效) @@ -3224,6 +3276,10 @@ Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message) 当收到相关提醒或者我们看到一个长分叉时执行命令(%s 将替换为消息) + + Fees (in %s/kB) smaller than this are considered zero fee for relaying, mining and transaction creation (default: %s) + 交易费(in %s/kB)比这更小的在关联、挖掘和生成交易时将被视为零费交易 (默认: %s) + If paytxfee is not set, include enough fee so transactions begin confirmation on average within n blocks (default: %u) 如果未设置交易费用,自动添加足够的交易费以确保交易在平均n个数据块内被确认 (默认: %u) @@ -3236,10 +3292,6 @@ Maximum size of data in data carrier transactions we relay and mine (default: %u) Maximum size of data in data carrier transactions we relay and mine (default: %u) - - Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect) - 通过DNS查询每个地址,如果短地址 (默认值: 1 除非 -连接) - Randomize credentials for every proxy connection. This enables Tor stream isolation (default: %u) 为每个代理连接随机化凭据。这将启用 Tor 流隔离 (默认: %u) @@ -3248,18 +3300,10 @@ Set maximum size of high-priority/low-fee transactions in bytes (default: %d) 设置 高优先级/低交易费 交易的最大字节 (缺省: %d) - - Set the number of threads for coin generation if enabled (-1 = all cores, default: %d) - 设置黑币生成线程数 ( -1=所有核, 默认: %d) - The transaction amount is too small to send after the fee has been deducted 在交易费被扣除后发送的交易金额太小 - - 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. - 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. - 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 banned ,且转发所有来自他们的交易(即便这些交易已经存在于mempool中),常用于网关 @@ -3277,49 +3321,25 @@ 接受公共 REST 请求 (默认: %u) - Activating best chain... - 正在激活最佳数据链... - - - Cannot resolve -whitebind address: '%s' - 无法解析 -whitebind 地址: '%s' + Automatically create Tor hidden service (default: %d) + 自动建立Tor隐藏服务 (默认:%d) Connect through SOCKS5 proxy 通过 SOCKS5 代理连接 - - Copyright (C) 2009-%i The Bitcoin Core Developers - 版权所有 (C) 2009-%i The Blackcoin More 开发者 - - - Error loading wallet.dat: Wallet requires newer version of Bitcoin Core - 加载wallet.dat错误:需要新版的黑币新知识版钱包 - Error reading from database, shutting down. 读取数据库出错,关闭中。 + + Imports blocks from external blk000??.dat file on startup + 启动时从其他来源的 blk000??.dat 文件导入区块 + Information 信息 - - Initialization sanity check failed. Bitcoin Core is shutting down. - 初始化完整性检查失败。黑币钱包即将关闭。 - - - Invalid amount for -maxtxfee=<amount>: '%s' - -maxtxfee=<amount>: '%s' 的金额无效 - - - Invalid amount for -minrelaytxfee=<amount>: '%s' - -minrelaytxfee=<amount>: '%s' 无效的金额 - - - Invalid amount for -mintxfee=<amount>: '%s' - -mintxfee=<amount>: '%s' 无效的金额 - Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s) 无效的金额 -paytxfee=<amount>: '%s' (必须至少为 %s) @@ -3345,12 +3365,8 @@ RPC 服务器选项: - Rebuild block chain index from current blk000??.dat files on startup - 启动时重新为当前的 blk000??.dat 文件建立索引 - - - Receive and display P2P network alerts (default: %u) - 收到并且显示P2P网络的告警(默认:%u) + Reducing -maxconnections from %d to %d, because of system limitations. + 因为系统的限制,将 -maxconnections 参数从 %d 降到了 %d Rescan the block chain for missing wallet transactions on startup @@ -3385,12 +3401,16 @@ 这是实验性的软件。 - Transaction amount too small - 交易量太小 + Tor control port password (default: empty) + Tor 控制端口密码 (默认值: 空白) - Transaction amounts must be positive - 交易金额必须是积极的 + Tor control port to use if onion listening enabled (default: %s) + 开启监听 onion 连接时的 Tor 控制端口号 (默认值: %s) + + + Transaction amount too small + 交易量太小 Transaction too large for fee policy @@ -3412,30 +3432,26 @@ Username for JSON-RPC connections JSON-RPC 连接用户名 - - Wallet needed to be rewritten: restart Bitcoin Core to complete - 钱包需要被改写:重新启动黑币新知识版钱包来完成 - Warning 警告 + + Warning: unknown new rules activated (versionbit %i) + 警告: 不明的交易规则被启用了(versionbit %i) + Whether to operate in a blocks only mode (default: %u) 是否用块方进行 (%u) Zapping all transactions from wallet... - Zapping all transactions from wallet... + 正在消除錢包中的所有交易... ZeroMQ notification options: ZeroMQ 通知选项: - - wallet.dat corrupt, salvage failed - 钱包文件wallet.dat损坏,抢救备份失败 - Password for JSON-RPC connections JSON-RPC 连接密码 @@ -3445,11 +3461,6 @@ Execute command when the best block changes (%s in cmd is replaced by block hash) 当最佳数据块变化时执行命令 (命令行中的 %s 会被替换成数据块哈希值) - - This help message - 本帮助信息 - - Allow DNS lookups for -addnode, -seednode and -connect 使用 -addnode, -seednode 和 -connect 选项时允许查询DNS @@ -3458,14 +3469,22 @@ Loading addresses... 正在加载地址簿... - - Error loading wallet.dat: Wallet corrupted - wallet.dat 钱包文件加载出错:钱包损坏 - (1 = keep tx meta data e.g. account owner and payment request information, 2 = drop tx meta data) (1 = 保留 tx meta data , 如 account owner 和 payment request information, 2 = 不保留 tx meta data) + + -maxtxfee is set very high! Fees this large could be paid on a single transaction. + 参数 -maxtxfee 设定了很高的金额!这是你一次交易就有可能付出的最高手续费。 + + + Do not keep transactions in the mempool longer than <n> hours (default: %u) + 不要让交易留在内存池中超过 <n> 个小时 (默认值: %u) + + + Fees (in %s/kB) smaller than this are considered zero fee for transaction creation (default: %s) + 当产生交易时,如果每千字节 (kB) 的手续费比这个值 (单位是 %s) 低,就视为没支付手续费 (默认值: %s) + How thorough the block verification of -checkblocks is (0-4, default: %u) 数据块验证 严密级别 -checkblocks (0-4, 默认: %u) @@ -3482,14 +3501,34 @@ Output debugging information (default: %u, supplying <category> is optional) 输出调试信息 (默认: %u, 提供 <category> 是可选项) + + Support filtering of blocks and transaction with bloom filters (default: %u) + 支持用 Bloom 过滤器来过滤区块和交易(默认值: %u) + + + Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments. + 网络版本字符串的总长度 (%i) 超过最大长度 (%i) 了。请减少 uacomment 参数的数目或长度。 + Tries to keep outbound traffic under the given target (in MiB per 24h), 0 = no limit (default: %d) 尝试保持上传带宽低于(MiB/24h),0=无限制(默认:%d) + + Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported. + 找到不再支持的 -socks 参数。现在只支持 SOCKS5 协议的代理服务器,因此不可以指定 SOCKS 协议版本。 + + + Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay. + 一个不被支持的参数 -whitelistalwaysrelay 被忽略了。请使用 -whitelistrelay 或者 -whitelistforcerelay. + Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) 通过Tor隐藏服务连接节点时 使用不同的SOCKS5代理 (默认: %s) + + Warning: Unknown block versions being mined! It's possible unknown rules are in effect + 警告: 未知的区块版本被挖掘!未知规则可能已生效 + (default: %s) (默认: %s) @@ -3498,14 +3537,6 @@ Always query for peer addresses via DNS lookup (default: %u) 始终通过 DNS 查询节点地址 (默认: %u) - - Error loading wallet.dat - wallet.dat 钱包文件加载出错 - - - Generate coins (default: %u) - 生成黑币 (默认: %u) - How many blocks to check at startup (default: %u, 0 = all) 启动时检测多少个数据块(默认: %u, 0=所有) @@ -3548,7 +3579,7 @@ Relay and mine data carrier transactions (default: %u) - 载体交易中继挖矿数据 (default: %u) + Relay and mine data carrier transactions (default: %u) Relay non-P2SH multisig (default: %u) @@ -3558,10 +3589,6 @@ 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) @@ -3582,6 +3609,10 @@ Spend unconfirmed change when sending transactions (default: %u) 付款时允许使用未确认的零钱 (默认: %u) + + Starting network threads... + 正在启动网络线程... + Threshold for disconnecting misbehaving peers (default: %u) 断开 非礼节点的阀值 (默认: %u) @@ -3590,25 +3621,13 @@ Unknown network specified in -onlynet: '%s' -onlynet 指定的是未知网络:%s - - Cannot resolve -bind address: '%s' - 无法解析 -bind 端口地址: '%s' - - - Cannot resolve -externalip address: '%s' - 无法解析 -externalip 地址: '%s' - - - Invalid amount for -paytxfee=<amount>: '%s' - 非法金额 -paytxfee=<amount>: '%s' - Insufficient funds 金额不足 Loading block index... - 正在加载数据块索引... + 正在加载区块索引... Add a node to connect to and attempt to keep the connection open @@ -3639,4 +3658,4 @@ 错误 - + \ No newline at end of file diff --git a/src/qt/locale/bitcoin_zh_HK.ts b/src/qt/locale/bitcoin_zh_HK.ts new file mode 100644 index 000000000..1b60ce1e6 --- /dev/null +++ b/src/qt/locale/bitcoin_zh_HK.ts @@ -0,0 +1,669 @@ + + + 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 + + + C&lose + 關閉 &l + + + Delete the currently selected address from the list + 把目前選擇的位址從列表中刪除 + + + Export the data in the current tab to a file + 把目前分頁的資料匯出至檔案 + + + &Export + 匯出 &E + + + &Delete + 刪除 &D + + + Choose the address to send coins to + 選擇要付錢過去的地址 + + + Choose the address to receive coins with + 選擇要收錢的地址 + + + C&hoose + 選擇 &h + + + Sending addresses + 付款地址 + + + Receiving addresses + 收款地址 + + + &Copy Address + 複製地址 &C + + + Copy &Label + 複製標記 &L + + + &Edit + 編輯 &E + + + Export Address List + 匯出地址清單 + + + Comma separated file (*.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 + 重複新密碼 + + + 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 + 更改密碼 + + + Enter the old passphrase and new passphrase to the wallet. + 輸入舊密碼和新密碼至錢包。 + + + Confirm wallet encryption + 確認錢包加密 + + + Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>! + 警告: 如果你將錢包加密後又忘記密碼,你就會<b>失去所有 Blackcoin 了</b>! + + + Are you sure you wish to encrypt your wallet? + 你確定要把錢包加密嗎? + + + Wallet encrypted + 錢包已加密 + + + %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. + %1 現在要關閉來完成加密程序。請記得將錢包加密不能完全防止你的 Blackcoins 經被入侵電腦的惡意程式偷取。 + + + 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! + 警告: Caps Lock 已啟用! + + + + BanTableModel + + IP/Netmask + IP位址/遮罩 + + + Banned Until + 封鎖至 + + + + BitcoinGUI + + Sign &message... + 簽署訊息... &m + + + Synchronizing with network... + 與網絡同步中... + + + &Overview + 總覽 &O + + + Node + 節點 + + + Show general overview of wallet + 顯示錢包一般總覽 + + + &Transactions + 交易 &T + + + Browse transaction history + 瀏覽交易紀錄 + + + E&xit + 結束 &x + + + Quit application + 結束應用程式 + + + &About %1 + 關於 %1 &A + + + Show information about %1 + 顯示 %1 的相關資訊 + + + About &Qt + 關於 Qt &Q + + + Show information about Qt + 顯示 Qt 相關資訊 + + + &Options... + 選項... &O + + + Modify configuration options for %1 + 修正 %1 的設定選項 + + + &Encrypt Wallet... + 加密錢包... &E + + + &Backup Wallet... + 備份錢包... &B + + + &Change Passphrase... + 改變密碼... &C + + + &Sending addresses... + 付款位址... &S + + + &Receiving addresses... + 收款位址... &R + + + Open &URI... + 開啓網址... &U + + + Reindexing blocks on disk... + 正在為磁碟區塊重建索引... + + + Send coins to a Bitcoin address + 付款至一個 Blackcoin 位址 + + + Backup wallet to another location + 把錢包備份到其它地方 + + + Change the passphrase used for wallet encryption + 改變錢包加密用的密碼 + + + &Debug window + 除錯視窗 &D + + + Open debugging and diagnostic console + 開啓除錯和診斷主控台 + + + &Verify message... + 驗證訊息... &V + + + Bitcoin + Blackcoin + + + Wallet + 錢包 + + + &Send + 付款 &S + + + &Receive + 收款 &R + + + &Show / Hide + 顯示 / 隱藏 &S + + + Show or hide the main Window + 顯示或隱藏主視窗 + + + &File + 檔案 &F + + + &Settings + 設定 &S + + + &Help + 說明 &H + + + Request payments (generates QR codes and bitcoin: URIs) + 要求付款 (產生QR碼 blackcoin: URIs) + + + Indexing blocks on disk... + 正在為磁碟區塊建立索引... + + + Error + 錯誤 + + + Warning + 警告 + + + Information + 資訊 + + + Date: %1 + + 日期: %1 + + + + + CoinControlDialog + + (no label) + (無標記) + + + + EditAddressDialog + + + FreespaceChecker + + + HelpMessageDialog + + + Intro + + Error + 錯誤 + + + + ModalOverlay + + + OpenURIDialog + + + OptionsDialog + + + OverviewPage + + + PaymentServer + + + PeerTableModel + + + QObject + + Enter a Bitcoin address (e.g. %1) + 輸入一個 Blackcoin 位址 (例如 %1) + + + %1 d + %1 日 + + + %1 h + %1 小時 + + + %1 m + %1 分 + + + %1 s + %1 秒 + + + None + 沒有 + + + N/A + N/A + + + %1 ms + %1 亳秒 + + + %n second(s) + %n 秒 + + + %n minute(s) + %n 分鐘 + + + %n hour(s) + %n 小時 + + + %n day(s) + %n 日 + + + %n week(s) + %n 星期 + + + %1 and %2 + %1 和 %2 + + + %n year(s) + %n 年 + + + + QObject::QObject + + + QRImageWidget + + Save QR Code + 儲存 QR 碼 + + + PNG Image (*.png) + PNG 影像(*.png) + + + + RPCConsole + + N/A + N/A + + + &Information + 資訊 &I + + + Debug window + 除錯視窗 + + + General + 一般 + + + Received + 已接收 + + + Sent + 已送出 + + + Version + 版本 + + + + ReceiveCoinsDialog + + + ReceiveRequestDialog + + Address + 地址 + + + Label + 標記 + + + + RecentRequestsTableModel + + Label + 標記 + + + (no label) + (無標記) + + + + SendCoinsDialog + + (no label) + (無標記) + + + + SendCoinsEntry + + + SendConfirmationDialog + + + ShutdownWindow + + + SignVerifyMessageDialog + + + SplashScreen + + + TrafficGraphWidget + + + TransactionDesc + + Open until %1 + 開放至 %1 + + + + TransactionDescDialog + + + TransactionTableModel + + Label + 標記 + + + Open until %1 + 開放至 %1 + + + (no label) + (無標記) + + + + TransactionView + + Comma separated file (*.csv) + 逗號分隔檔 (*.csv) + + + Label + 標記 + + + Address + 地址 + + + Exporting Failed + 匯出失敗 + + + + UnitDisplayStatusBarControl + + + WalletFrame + + + WalletModel + + + WalletView + + + bitcoin-core + + Information + 資訊 + + + Warning + 警告 + + + Error + 錯誤 + + + \ No newline at end of file diff --git a/src/qt/locale/bitcoin_zh_TW.ts b/src/qt/locale/bitcoin_zh_TW.ts index bef09a390..a542ddd50 100644 --- a/src/qt/locale/bitcoin_zh_TW.ts +++ b/src/qt/locale/bitcoin_zh_TW.ts @@ -25,10 +25,6 @@ C&lose 關閉 - - &Copy Address - 複製位址 - Delete the currently selected address from the list 把目前選擇的位址從列表中刪掉 @@ -73,6 +69,10 @@ These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. 這些是你用來收款的 Blackcoin 位址。建議在每次交易時,都使用一個新的收款位址。 + + &Copy Address + 複製位址 + Copy &Label 複製標記 @@ -87,7 +87,7 @@ Comma separated file (*.csv) - 逗號分隔資料檔(*.csv) + 逗點分隔資料檔(*.csv) Exporting Failed @@ -131,6 +131,10 @@ 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 加密錢包 @@ -155,6 +159,10 @@ Change passphrase 改變密碼 + + Enter the old passphrase and new passphrase to the wallet. + 請輸入錢包的舊密碼和新密碼。 + Confirm wallet encryption 確認錢包加密 @@ -167,29 +175,17 @@ Are you sure you wish to encrypt your wallet? 你確定要把錢包加密嗎? - - Bitcoin Core will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. - Blackcoin More 現在要關閉,好完成加密程序。請注意,加密錢包不能完全防止入侵你的電腦的惡意程式偷取錢幣。 - - - 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. - 重要: 請改用新產生有加密的錢包檔,來取代舊錢包檔的備份。為了安全性的理由,當你開始使用新的有加密的錢包後,舊錢包檔的備份就不能再使用了。 - - - Warning: The Caps Lock key is on! - 警告: 大寫字母鎖定作用中! - Wallet encrypted 錢包已加密 - 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>。 + %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer. + %1 現在要關閉,好完成加密程序。請注意,加密錢包不能完全防止入侵你的電腦的惡意程式偷取錢幣。 - Enter the old passphrase and new passphrase to the wallet. - 請輸入錢包的舊密碼和新密碼。 + 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 @@ -219,6 +215,10 @@ Wallet passphrase was successfully changed. 錢包密碼改成功了。 + + Warning: The Caps Lock key is on! + 警告: 大寫字母鎖定作用中! + BanTableModel @@ -269,6 +269,14 @@ Quit application 結束應用程式 + + &About %1 + 關於%1 + + + Show information about %1 + 顯示 %1 的相關資訊 + About &Qt 關於 &Qt @@ -281,6 +289,10 @@ &Options... 選項... + + Modify configuration options for %1 + 修改 %1 的設定選項 + &Encrypt Wallet... 加密錢包... @@ -306,12 +318,20 @@ 開啓 URI... - Bitcoin Core client - Blackcoin More 客戶端軟體 + Click to disable network activity. + 按一下就會不使用網路。 - Importing blocks from disk... - 正在從磁碟匯入區塊資料... + Network activity disabled. + 網路活動關閉了。 + + + Click to enable network activity again. + 按一下就又會使用網路。 + + + Syncing Headers (%1%)... + 正在同步前導資料(%1%)中... Reindexing blocks on disk... @@ -357,10 +377,6 @@ &Receive 收款 - - Show information about Bitcoin Core - 顯示 Blackcoin More 的相關資訊 - &Show / Hide 顯示或隱藏 @@ -397,21 +413,9 @@ Tabs toolbar 分頁工具列 - - Bitcoin Core - Blackcoin More - Request payments (generates QR codes and bitcoin: URIs) - 要求付款(產生 QR Code 和 bitcoin 付款協議的資源識別碼: URI) - - - &About Bitcoin Core - 關於 Blackcoin More - - - Modify configuration options for Bitcoin Core - 修改 Blackcoin More 的設定選項 + 要求付款(產生 QR Code 和 blackcoin 付款協議的資源識別碼: URI) Show the list of used sending addresses and labels @@ -423,48 +427,28 @@ Open a bitcoin: URI or payment request - 開啓 bitcoin 協議的資源識別碼(URI)或付款要求 + 開啓 blackcoin 協議的資源識別碼(URI)或付款要求 &Command-line options 命令列選項 - - Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options - 顯示 Blackcoin More 的說明訊息,來取得可用命令列選項的列表 - %n active connection(s) to Bitcoin network %n 個運作中的 Blackcoin 網路連線 - No block source available... - 沒有可用的區塊來源... + Indexing blocks on disk... + 正在為磁碟裡的區塊建立索引... + + + Processing blocks on disk... + 正在處理磁碟裡的區塊資料... Processed %n block(s) of transaction history. 已經處理了 %n 個區塊的交易紀錄。 - - %n hour(s) - %n 個小時 - - - %n day(s) - %n 天 - - - %n week(s) - %n 個星期 - - - %1 and %2 - %1又 %2 - - - %n year(s) - %n 年 - %1 behind 落後 %1 @@ -493,6 +477,18 @@ Up to date 最新狀態 + + Show the %1 help message to get a list with possible Bitcoin command-line options + 顯示 %1 的說明訊息,來取得可用命令列選項的列表 + + + %1 client + %1 客戶端軟體 + + + Connecting to peers... + 正在跟其他節點連線中... + Catching up... 正在趕進度... @@ -535,6 +531,14 @@ Incoming transaction 收款交易 + + HD key generation is <b>enabled</b> + 產生 HD 金鑰<b>已經啟用</b> + + + HD key generation is <b>disabled</b> + 產生 HD 金鑰<b>已經停用</b> + Wallet is <b>encrypted</b> and currently <b>unlocked</b> 錢包<b>已加密</b>並且<b>解鎖中</b> @@ -543,12 +547,9 @@ Wallet is <b>encrypted</b> and currently <b>locked</b> 錢包<b>已加密</b>並且<b>上鎖中</b> - - - ClientModel - Network Alert - 網路警報 + A fatal error occurred. Bitcoin can no longer continue safely and will quit. + 發生了致命的錯誤。Blackcoin 軟體沒辦法再繼續安全執行,只好結束。 @@ -569,10 +570,6 @@ Amount: 金額: - - Priority: - 優先度: - Fee: 手續費: @@ -625,10 +622,6 @@ Confirmed 已確認 - - Priority - 優先度 - Copy address 複製位址 @@ -669,10 +662,6 @@ Copy bytes 複製位元組數 - - Copy priority - 複製優先度 - Copy dust 複製零散金額 @@ -681,66 +670,10 @@ Copy change 複製找零金額 - - highest - 最高 - - - higher - 很高 - - - high - - - - medium-high - 中高 - - - medium - 中等 - - - low-medium - 中低 - - - low - - - - lower - 很低 - - - lowest - 最低 - (%1 locked) (鎖定 %1 枚) - - none - - - - This label turns red if the transaction size is greater than 1000 bytes. - 當交易大小大於 1000 位元組時,文字會變紅色。 - - - This label turns red if the priority is smaller than "medium". - 當優先度低於「中等」時,文字會變紅色。 - - - This label turns red if any recipient receives an amount smaller than %1. - 當任何一個收款金額小於 %1 時,文字會變紅色。 - - - Can vary +/- %1 satoshi(s) per input. - 每組輸入可能有 +/- %1 個 satoshi 的誤差。 - yes @@ -750,16 +683,12 @@ - This means a fee of at least %1 per kB is required. - 表示每一千位元組(kB)需要至少 %1 的手續費。 + This label turns red if any recipient receives an amount smaller than the current dust threshold. + 當任何一個收款金額小於目前的零散金額上限時,文字會變紅色。 - Can vary +/- 1 byte per input. - 每組輸入可能會誤差多或少 1 個位元組。 - - - Transactions with higher priority are more likely to get included into a block. - 優先度較高的交易比較有可能被接受放進區塊中。 + Can vary +/- %1 satoshi(s) per input. + 每組輸入可能有 +/- %1 個 satoshi 的誤差。 (no label) @@ -812,14 +741,14 @@ Edit sending address 編輯付款位址 - - The entered address "%1" is already in the address book. - 輸入的位址 %1 在位址簿中已經有了。 - The entered address "%1" is not a valid Bitcoin address. 輸入的位址 %1 並不是有效的 Blackcoin 位址。 + + The entered address "%1" is already in the address book. + 輸入的位址 %1 在位址簿中已經有了。 + Could not unlock wallet. 沒辦法把錢包解鎖。 @@ -854,10 +783,6 @@ HelpMessageDialog - - Bitcoin Core - Blackcoin More - version 版本 @@ -867,8 +792,8 @@ (%1 位元) - About Bitcoin Core - 關於 Blackcoin More + About %1 + 關於 %1 Command-line options @@ -907,7 +832,7 @@ 顯示啓動畫面(預設值: %u) - Reset all settings changes made over the GUI + Reset all settings changed in the GUI 重置所有在使用界面更改的設定 @@ -918,16 +843,16 @@ 歡迎 - Welcome to Bitcoin Core. - 歡迎使用 Blackcoin More + Welcome to %1. + 歡迎使用 %1。 - As this is the first time the program is launched, you can choose where Bitcoin Core will store its data. - 因為這是程式第一次啓動,你可以選擇 Blackcoin More 儲存資料的地方。 + As this is the first time the program is launched, you can choose where %1 will store its data. + 因為這是程式第一次啓動,你可以選擇 %1 儲存資料的地方。 - Bitcoin Core will download and store a copy of the Bitcoin block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. - Blackcoin More 會下載並儲存一份 Blackcoin 區塊鏈的拷貝。至少有 %1GB 的資料會儲存到這個目錄中,並且還會持續增長。另外錢包資料也會儲存在這個目錄。 + %1 will download and store a copy of the Bitcoin block chain. At least %2GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory. + %1 會下載並儲存一份 Blackcoin 區塊鏈的拷貝。至少有 %2GB 的資料會儲存到這個目錄中,並且還會持續增長。另外錢包資料也會儲存在這個目錄。 Use the default data directory @@ -937,10 +862,6 @@ Use a custom data directory: 使用自訂的資料目錄: - - Bitcoin Core - Blackcoin More - Error: Specified data directory "%1" cannot be created. 錯誤: 無法新增指定的資料目錄: %1 @@ -958,6 +879,57 @@ (需要 %n GB) + + ModalOverlay + + Form + 表單 + + + Recent transactions may not yet be visible, and therefore your wallet's balance might be incorrect. This information will be correct once your wallet has finished synchronizing with the bitcoin network, as detailed below. + 最近的交易可能還看不到,因此錢包餘額可能不正確。在錢包軟體完成跟 blackcoin 網路的同步後,這裡的資訊就會正確。詳情請見下面。 + + + Attempting to spend bitcoins that are affected by not-yet-displayed transactions will not be accepted by the network. + 使用還沒顯示出來的交易所影響到的 blackcoin 可能會不被網路所接受。 + + + Number of blocks left + 剩餘區塊數 + + + Unknown... + 不明... + + + Last block time + 最近區塊時間 + + + Progress + 進度 + + + Progress increase per hour + 每小時進度 + + + calculating... + 正在計算中... + + + Estimated time left until synced + 預估完成同步所需時間 + + + Hide + 隱藏 + + + Unknown. Syncing Headers (%1)... + 不明。正在同步前導資料(%1)中... + + OpenURIDialog @@ -991,6 +963,14 @@ &Main 主要 + + Automatically start %1 after logging in to the system. + 在登入系統後自動啓動 %1。 + + + &Start %1 on system login + 系統登入時啟動 %1 + Size of &database cache 資料庫快取大小 @@ -1019,10 +999,6 @@ Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu. 當視窗關閉時,把應用程式縮到最小,而不是結束。當勾選這個選項時,只能夠用選單中的結束來關掉應用程式。 - - The user interface language can be set here. This setting will take effect after restarting Bitcoin Core. - 可以在這裡設定使用者介面的語言。這個設定在重啓 Blackcoin More 後才會生效。 - 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),比如說區塊探索網站。網址中的 %s 會被取代為交易的雜湊值。可以用直線符號 | 來分隔多個連結。 @@ -1047,14 +1023,6 @@ &Network 網路 - - Automatically start Bitcoin Core after logging in to the system. - 在登入系統後自動啓動 Blackcoin More。 - - - &Start Bitcoin Core on system login - 系統登入時啟動 Blackcoin More - (0 = auto, <0 = leave that many cores free) (0 表示程式自動決定,小於 0 表示保留處理器核心不用的數目) @@ -1139,13 +1107,21 @@ &Window 視窗 + + &Hide the icon from the system tray. + 不在通知區顯示圖示。 + + + Hide tray icon + 不顯示通知區圖示 + Show only a tray icon after minimizing the window. - 視窗縮到最小後只在通知區域顯示圖示。 + 視窗縮到最小後只在通知區顯示圖示。 &Minimize to the tray instead of the taskbar - 縮到最小到通知區域而不是工作列 + 縮到最小到通知區而不是工作列 M&inimize on close @@ -1159,6 +1135,10 @@ User Interface &language: 使用界面語言: + + The user interface language can be set here. This setting will take effect after restarting %1. + 可以在這裡設定使用者介面的語言。這個設定在重啓 %1 後才會生效。 + &Unit to show amounts in: 金額顯示單位: @@ -1285,45 +1265,29 @@ PaymentServer + + Payment request error + 要求付款時發生錯誤 + + + Cannot start bitcoin: click-to-pay handler + 沒辦法啟動 blackcoin 協議的「按就付」處理器 + URI handling URI 處理 + + Payment request fetch URL is invalid: %1 + 取得付款要求的 URL 無效: %1 + Invalid payment address %1 無效的付款位址 %1 - - Payment request rejected - 付款的要求被拒絕了 - - - Payment request network doesn't match client network. - 付款要求的網路類型跟客戶端不符。 - - - Payment request is not initialized. - 付款的要求沒有完成初始化。 - - - Requested payment amount of %1 is too small (considered dust). - 要求付款的金額 %1 太少(會被網路認為是沒必要的零散錢)。 - - - Payment request error - 要求付款時發生錯誤 - - - Cannot start bitcoin: click-to-pay handler - 沒辦法啟動 bitcoin 協議的按就付處理器 - - - Payment request fetch URL is invalid: %1 - 取得付款要求的網址連結(URL)無效: %1 - URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. - 沒辦法解析資源識別碼(URI)!可能是因為 Blackcoin 位址無效,或是 URI 參數格式錯誤。 + 沒辦法解析 URI 位址!可能是因為 Blackcoin 位址無效,或是 URI 參數格式錯誤。 Payment request file handling @@ -1333,10 +1297,22 @@ 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 expired. 付款的要求過期了。 + + Payment request is not initialized. + 付款的要求沒有完成初始化。 + Unverified payment requests to custom payment scripts are unsupported. 不支援含有自訂付款指令碼,且沒驗證過的付款要求。 @@ -1345,6 +1321,10 @@ Invalid payment request. 付款的要求無效。 + + Requested payment amount of %1 is too small (considered dust). + 要求付款的金額 %1 太少(會被網路認為是沒必要的零散錢)。 + Refund from %1 來自 %1 的退款 @@ -1365,14 +1345,14 @@ Bad response from server %1 伺服器 %1 的回應有誤 - - Payment acknowledged - 已確認付款 - Network request error 發出要求時發生網路錯誤 + + Payment acknowledged + 付款已確認 + PeerTableModel @@ -1385,8 +1365,12 @@ 節點/服務 - Ping Time - Ping 時間 + NodeId + 節點識別碼 + + + Ping + Ping 時間 @@ -1427,6 +1411,53 @@ %1 ms %1 毫秒 + + %n second(s) + %n 秒鐘 + + + %n minute(s) + %n 分鐘 + + + %n hour(s) + %n 小時 + + + %n day(s) + %n 天 + + + %n week(s) + %n 星期 + + + %1 and %2 + %1又 %2 + + + %n year(s) + %n 年 + + + %1 didn't yet exit safely... + %1 還沒有安全地結束... + + + + QObject::QObject + + Error: Specified data directory "%1" does not exist. + 錯誤: 不存在指定的資料目錄 "%1" 。 + + + Error: Cannot parse configuration file: %1. Only use key=value syntax. + 錯誤: 沒辦法解析設定檔: %1。只能用「名稱=設定值」這種語法。 + + + Error: %1 + 錯誤: %1 + QRImageWidget @@ -1449,10 +1480,6 @@ RPCConsole - - Client name - 客戶端軟體名稱 - N/A 未知 @@ -1473,14 +1500,14 @@ General 普通 - - Using OpenSSL version - 使用的 OpenSSL 版本 - Using BerkeleyDB version 使用 BerkeleyDB 版本 + + Datadir + 資料目錄 + Startup time 啓動時間 @@ -1517,10 +1544,6 @@ Memory usage 記憶體使用量 - - Open the Bitcoin Core debug log file from the current data directory. This can take a few seconds for large log files. - 從目前的資料目錄下開啓 Blackcoin More 的除錯紀錄檔。當紀錄檔很大時,可能會花好幾秒的時間。 - Received 收到 @@ -1569,6 +1592,18 @@ User Agent 使用者代理 + + Open the %1 debug log file from the current data directory. This can take a few seconds for large log files. + 從目前的資料目錄下開啓 %1 的除錯紀錄檔。當紀錄檔很大時,可能會花好幾秒的時間。 + + + Decrease font size + 縮小文字 + + + Increase font size + 放大文字 + Services 服務 @@ -1601,6 +1636,10 @@ Ping Wait Ping 等待時間 + + Min Ping + Ping 最短時間 + Time Offset 時間差 @@ -1637,10 +1676,6 @@ Out: 去: - - Build date - 建置日期 - Debug log file 除錯紀錄檔 @@ -1649,14 +1684,6 @@ Clear console 清主控台 - - &Disconnect Node - 跟節點斷線 - - - Ban Node for - 禁止節點連線: - 1 &hour 1 小時 @@ -1674,12 +1701,20 @@ 1 年 - &Unban Node - 解禁解點連線 + &Disconnect + 斷線 - Welcome to the Bitcoin Core RPC console. - 歡迎使用 Blackcoin More 的 RPC 主控台。 + Ban for + 禁止連線 + + + &Unban + 連線解禁 + + + Welcome to the %1 RPC console. + 歡迎使用 %1 的 RPC 主控台。 Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. @@ -1689,6 +1724,14 @@ Type <b>help</b> for an overview of available commands. 請打 <b>help</b> 來看可用指令的簡介。 + + WARNING: Scammers have been active, telling users to type commands here, stealing their wallet contents. Do not use this console without fully understanding the ramification of a command. + 警告: 已知有詐騙集團會叫人在這個畫面輸入指令,以偷取他們錢包的內容物。請不要在沒有充分理解指令可能造成後果的情況下使用主控台。 + + + Network activity disabled + 網路活動已關閉 + %1 B %1 B (位元組) @@ -1808,6 +1851,10 @@ Remove 刪掉 + + Copy URI + 複製 URI + Copy label 複製標記 @@ -1861,7 +1908,7 @@ Label - 標記 + 標記: Message @@ -1884,16 +1931,12 @@ Label - 標記 + 標記: Message 訊息 - - Amount - 金額 - (no label) (無標記) @@ -1903,8 +1946,12 @@ (無訊息) - (no amount) - (無金額) + (no amount requested) + (無要求金額) + + + Requested + 要求金額 @@ -1941,10 +1988,6 @@ Amount: 金額: - - Priority: - 優先度: - Fee: 手續費: @@ -2013,10 +2056,6 @@ (Smart fee not initialized yet. This usually takes a few blocks...) (手續費智慧演算法還沒準備好。通常都要等幾個區塊才行...) - - Confirmation time: - 確認時間: - normal 正常 @@ -2025,14 +2064,6 @@ fast 快速 - - Send as zero-fee transaction if possible - 盡可能送不用付手續費的交易 - - - (confirmation may take longer) - (確認時間可能拉長) - Send to multiple recipients at once 一次付給多個收款人 @@ -2049,6 +2080,10 @@ Dust: 零散錢: + + Confirmation time target: + 目標確認時間: + Clear &All 全部清掉 @@ -2065,14 +2100,6 @@ S&end 付款 - - Confirm send coins - 確認付款金額 - - - %1 to %2 - %1 給 %2 - Copy quantity 複製數目 @@ -2094,13 +2121,25 @@ 複製位元組數 - Copy priority - 複製優先度 + Copy dust + 複製零散金額 Copy change 複製找零金額 + + %1 to %2 + %1 給 %2 + + + Are you sure you want to send? + 你確定要付錢出去嗎? + + + added as transaction fee + 加做交易手續費 + Total Amount %1 總金額 %1 @@ -2109,6 +2148,14 @@ or + + Confirm send coins + 確認付款金額 + + + The recipient address is not valid. Please recheck. + 收款位址無效。請再檢查看看。 + The amount to pay must be larger than 0. 付款金額必須大於零。 @@ -2121,13 +2168,17 @@ The total exceeds your balance when the %1 transaction fee is included. 包含 %1 的交易手續費後,總金額超過你的餘額了。 + + Duplicate address found: addresses should only be used once each. + 發現有重複的位址: 每個位址只能出現一次。 + 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, 然後用複製的錢包花掉了錢,你現在所用的原來的錢包中,卻沒有那筆錢已經花掉的紀錄。 + The transaction was rejected with the following reason: %1 + 交易因為以下原因被拒絕了: %1 A fee higher than %1 is considered an absurdly high fee. @@ -2137,45 +2188,33 @@ Payment request expired. 付款的要求過期了。 + + %n block(s) + %n 個區塊 + Pay only the required fee of %1 只付必要的手續費 %1 - - Estimated to begin confirmation within %n block(s). - 預計可在 %n 個區塊內開始確認。 - - - The recipient address is not valid. Please recheck. - 收款位址無效。請再檢查看看。 - - - Duplicate address found: addresses should only be used once each. - 發現有重複的位址: 每個位址只能出現一次。 - Warning: Invalid Bitcoin address 警告: Blackcoin 位址無效 - - (no label) - (無標記) - Warning: Unknown change address 警告: 不明的找零位址 - Copy dust - 複製零散金額 + Confirm custom change address + 自定找零位址確認 - Are you sure you want to send? - 你確定要付錢出去嗎? + The address you selected for change is not part of this wallet. Any or all funds in your wallet may be sent to this address. Are you sure? + 選擇的找零位址並不屬於這個錢包。部份或是全部的錢會被送到這個位址去。你確定嗎? - added as transaction fee - 加做交易手續費 + (no label) + (無標記) @@ -2188,10 +2227,6 @@ Pay &To: 付給: - - Enter a label for this address to add it to your address book - 請輸入這個位址的標記來把它加進位址簿中 - &Label: 標記: @@ -2226,7 +2261,7 @@ The fee will be deducted from the amount being sent. The recipient will receive less bitcoins than you enter in the amount field. If multiple recipients are selected, the fee is split equally. - 手續費會從要付款出去的金額中扣掉。因此收款人會收到比輸入的金額還要少的 bitcoin。如果有多個收款人的話,手續費會平均分配來扣除。 + 手續費會從要付款出去的金額中扣掉。因此收款人會收到比輸入的金額還要少的 blackcoin。如果有多個收款人的話,手續費會平均分配來扣除。 S&ubtract fee from amount @@ -2250,7 +2285,7 @@ A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcoin network. - 附加在 Blackcoin 付款協議的資源識別碼(URI)中的訊息,會和交易內容一起存起來,給你自己做參考。注意: 這個訊息不會送到 Bitcoin 網路上。 + 附加在 Blackcoin 付款協議的資源識別碼(URI)中的訊息,會和交易內容一起存起來,給你自己做參考。注意: 這個訊息不會送到 Blackcoin 網路上。 Pay To: @@ -2260,12 +2295,23 @@ Memo: 備註: + + Enter a label for this address to add it to your address book + 請輸入這個位址的標記來把它加進位址簿中 + + + + SendConfirmationDialog + + Yes + + ShutdownWindow - Bitcoin Core is shutting down... - 正在關閉 Blackcoin More 中... + %1 is shutting down... + 正在關閉 %1 中... Do not shut down the computer until this window disappears. @@ -2413,14 +2459,6 @@ SplashScreen - - Bitcoin Core - Blackcoin More - - - The Bitcoin Core developers - Blackcoin More 開發人員 - [testnet] [testnet] @@ -2435,18 +2473,38 @@ TransactionDesc + + Open for %n more block(s) + 到下 %n 個區塊生出來前可修改 + Open until %1 到 %1 前可修改 - conflicted - 有衝突 + conflicted with a transaction with %1 confirmations + 跟一個目前確認 %1 次的交易互相衝突 %1/offline %1 次/離線中 + + 0/unconfirmed, %1 + 0 次/未確認,%1 + + + in memory pool + 在記憶池中 + + + not in memory pool + 不在記憶池中 + + + abandoned + 已中止 + %1/unconfirmed %1 次/未確認 @@ -2459,6 +2517,10 @@ Status 狀態 + + , has not been successfully broadcast yet + ,還沒成功公告出去 + , broadcast through %n node(s) ,已公告給 %n 個節點 @@ -2479,6 +2541,10 @@ From 來源 + + unknown + 未知 + To 目的 @@ -2539,6 +2605,14 @@ Transaction ID 交易識別碼 + + Transaction total size + 交易總大小 + + + Output index + 輸出索引 + Merchant 商家 @@ -2571,29 +2645,17 @@ false - - , has not been successfully broadcast yet - ,還沒成功公告出去 - - - Open for %n more block(s) - 到下 %n 個區塊生出來前可修改 - - - unknown - 未知 - TransactionDescDialog - - Transaction details - 交易明細 - This pane shows a detailed description of the transaction 這個版面顯示這次交易的詳細說明 + + Details for %1 + 交易 %1 的明細 + TransactionTableModel @@ -2606,8 +2668,8 @@ 種類 - Immature (%1 confirmations, will be available after %2) - 未成熟(確認 %1 次,會在 %2 次後可用) + Label + 標記: Open for %n more block(s) @@ -2617,10 +2679,34 @@ Open until %1 到 %1 前可修改 + + Offline + 離線中 + + + Unconfirmed + 未確認 + + + Abandoned + 已中止 + + + Confirming (%1 of %2 recommended confirmations) + 確認中(已經 %1 次,建議至少 %2 次) + 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! 沒有其他節點收到這個區塊,也許它不會被接受! @@ -2629,29 +2715,9 @@ Generated but not accepted 生產出來但是不被接受 - - Offline - 離線中 - - - Label - 標記 - - - Unconfirmed - 未確認 - - - Confirming (%1 of %2 recommended confirmations) - 確認中(已經 %1 次,建議至少 %2 次) - - - Conflicted - 有衝突 - Received with - 收款在 + 收款 Received from @@ -2659,7 +2725,7 @@ Sent to - 付款給 + 付款 Payment to yourself @@ -2677,6 +2743,10 @@ (n/a) (不適用) + + (no label) + (無標記) + Transaction status. Hover over this field to show number of confirmations. 交易狀態。把游標停在欄位上會顯示確認次數。 @@ -2760,6 +2830,10 @@ Min amount 最小金額 + + Abandon transaction + 中止交易 + Copy address 複製位址 @@ -2780,6 +2854,10 @@ Copy raw transaction 複製交易原始資料 + + Copy full transaction details + 複製完整交易明細 + Edit label 編輯標記 @@ -2792,10 +2870,38 @@ Export Transaction History 匯出交易記錄 + + Comma separated file (*.csv) + 逗點分隔資料檔(*.csv) + + + Confirmed + 已確認 + Watch-only 只能觀看的 + + Date + 日期 + + + Type + 種類 + + + Label + 標記: + + + Address + 位址 + + + ID + 識別碼 + Exporting Failed 匯出失敗 @@ -2812,34 +2918,6 @@ The transaction history was successfully saved to %1. 交易記錄已經成功儲存到 %1 了。 - - Comma separated file (*.csv) - 逗點分隔資料檔(*.csv) - - - Confirmed - 已確認 - - - Date - 日期 - - - Type - 種類 - - - Label - 標記 - - - Address - 位址 - - - ID - 識別碼 - Range: 範圍: @@ -2878,7 +2956,7 @@ Export the data in the current tab to a file - 把目前分頁的資料匯出存成檔案 + 將目前分頁的資料匯出存成檔案 Backup Wallet @@ -2896,14 +2974,14 @@ There was an error trying to save the wallet data to %1. 儲存錢包資料到 %1 時發生錯誤。 - - The wallet data was successfully saved to %1. - 錢包的資料已經成功儲存到 %1 了。 - Backup Successful 備份成功 + + The wallet data was successfully saved to %1. + 錢包的資料已經成功儲存到 %1 了。 + bitcoin-core @@ -2928,18 +3006,22 @@ 接受指令列和 JSON-RPC 指令 + + Accept connections from outside (default: 1 if no -proxy or -connect/-noconnect) + 是否接受外來連線(預設值: 當沒有 -proxy 或 -connect/-noconnect 時為 1) + + + Connect only to the specified node(s); -noconnect or -connect=0 alone to disable automatic connections + 只連線到指定的節點。用 -noconnect 或是 -connect=0 可以關閉自動連線。 + + + Distributed under the MIT software license, see the accompanying file %s or %s + 依據 MIT 軟體授權條款散布,詳情請見附帶的 %s 檔案或是 %s + If <category> is not supplied or if <category> = 1, output all debugging information. 如果沒有提供 <category> 或是值為 1 就會輸出所有的除錯資訊。 - - Maximum total fees (in %s) to use in a single wallet transaction; setting this too low may abort large transactions (default: %s) - 一次錢包交易允許付出最高的總手續費(單位是 %s);設定太低的話,可能會無法進行資料量大的交易(預設值: %s) - - - Please check that your computer's date and time are correct! If your clock is wrong Bitcoin Core will not work properly. - 請檢查電腦日期和時間是否正確!Blackcoin More 沒辦法在時鐘不準的情況下正常運作。 - Prune configured below the minimum of %d MiB. Please use a higher number. 設定的修剪值小於最小需求的 %d 百萬位元組(MiB)。請指定大一點的數字。 @@ -2948,10 +3030,6 @@ Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node) 修剪模式:錢包的最後同步狀態是在被修剪掉的區塊資料中。你需要用 -reindex 參數執行(會重新下載整個區塊鏈) - - Reduce storage requirements by pruning (deleting) old blocks. This mode is incompatible with -txindex and -rescan. Warning: Reverting this setting requires re-downloading the entire blockchain. (default: 0 = disable pruning blocks, >%u = target size in MiB to use for block files) - 修剪(刪除)掉老舊區塊來減少需要的儲存空間。這種模式會關閉錢包功能,並且和 -txindex 及 -rescan 參數不相容。警告: 從這種模式還原會需要重新下載一整個區塊鏈。(預設值: 0 表示不修剪區塊,>%u 表示為區塊檔案的目標大小,單位是百萬位元組 MiB) - Rescans are not possible in pruned mode. You will need to use -reindex which will download the whole blockchain again. 在修剪模式下沒辦法重新掃描區塊鏈。你需要配合使用 -reindex 參數來重新下載整個區塊鏈。 @@ -2977,25 +3055,77 @@ 無法啟動 HTTP 伺服器。詳情請看除錯紀錄。 - Accept connections from outside (default: 1 if no -proxy or -connect) - 是否接受外來連線(預設值: 當沒有 -proxy 或 -connect 時為 1) + Bitcoin Core + Blackcoin More + + + The %s developers + %s 開發人員 + + + A fee rate (in %s/kB) that will be used when fee estimation has insufficient data (default: %s) + 當沒有足夠的資料計算預估手續費時,所使用的手續費費率(單位是 %s/kB, 預設值: %s) + + + Accept relayed transactions received from whitelisted peers even when not relaying transactions (default: %d) + 接受從白名點節點收到的轉發交易,即使沒有(符合準則)轉發出去(預設值: %d) Bind to given address and always listen on it. Use [host]:port notation for IPv6 和指定的位址繫結,並且一直在指定位址聽候連線。IPv6 請用 [主機]:通訊埠 這種格式 + + Cannot obtain a lock on data directory %s. %s is probably already running. + 沒辦法鎖定資料目錄 %s。%s 可能已經在執行了。 + 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 loading %s: You can't enable HD on a already existing non-HD wallet + 載入 %s 發生錯誤:不能對已存在的非 HD 錢包啟用 HD 功能。 + + + Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect. + 讀取錢包檔 %s 時發生錯誤!所有的密鑰都正確讀取了,但是交易資料或位址簿資料可能會缺少或不正確。 Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) 當錢包有交易改變時要執行的指令(指令中的 %s 會被取代成交易識別碼) + + Extra transactions to keep in memory for compact block reconstructions (default: %u) + 為了將摘要區塊完整回組而額外保留在記憶體中的交易數量(預設值: %u) + + + If this block is in the chain assume that it and its ancestors are valid and potentially skip their script verification (0 to verify all, default: %s, testnet: %s) + 假設已經在區塊鏈中的區塊以及其先前的區塊都合法,因此對它們略過指令碼驗證(0 表示一律要驗證,預設值: %s, 測試網路: %s) + + + Maximum allowed median peer time offset adjustment. Local perspective of time may be influenced by peers forward or backward by this amount. (default: %u seconds) + 跟其他節點的時間差最高可接受的中位數值。本機所認為的時間可能會被其他節點影響,往前或往後在這個值之內。(預設值: %u 秒) + + + Maximum total fees (in %s) to use in a single wallet transaction or raw transaction; setting this too low may abort large transactions (default: %s) + 允許一次錢包交易或未加工交易付出的最高總手續費(單位是 %s);設定太低的話,可能會無法進行資料量大的交易(預設值: %s) + + + Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly. + 請檢查電腦日期和時間是否正確!%s 沒辦法在時鐘不準的情況下正常運作。 + + + Please contribute if you find %s useful. Visit %s for further information about the software. + 如果你覺得 %s 有用,可以幫助我們。關於這個軟體的更多資訊請見 %s。 + + + Reduce storage requirements by enabling pruning (deleting) of old blocks. This allows the pruneblockchain RPC to be called to delete specific blocks, and enables automatic pruning of old blocks if a target size in MiB is provided. This mode is incompatible with -txindex and -rescan. Warning: Reverting this setting requires re-downloading the entire blockchain. (default: 0 = disable pruning blocks, 1 = allow manual pruning via RPC, >%u = automatically prune block files to stay under the specified target size in MiB) + 修剪(刪除)掉老舊區塊以降低需要的儲存空間。這樣會增加一個 RPC 指令 pruneblockchain,可以使用它來刪除指定的區塊;也可以指定目標儲存空間大小,以啟用對老舊區塊的自動修剪功能。這個模式跟 -txindex 和 -rescan 參數不相容。警告: 還原回不修剪模式會需要重新下載一整個區塊鏈。(預設值: 0 表示不修剪區塊,1 表示允許使用 RPC 指令做修剪,>%u 的值表示為區塊資料的目標大小,單位是百萬位元組,MiB) + + + Set lowest fee rate (in %s/kB) for transactions to be included in block creation. (default: %s) + 設定製造區塊時,所要包含交易每千位元組的最低手續費(單位是 %s)。(預設值: %s) + 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) @@ -3006,39 +3136,39 @@ This is a pre-release test build - use at your own risk - do not use for mining or merchant applications - 這是個還沒發表的測試版本 - 使用請自負風險 - 請不要用來開採或商業應用 + 這是個還沒發表的測試版本 - 使用請自負風險 - 請不要用來開採或做商業應用 - Unable to bind to %s on this computer. Bitcoin Core is probably already running. - 沒辦法繫結在這台電腦上的 %s 。Blackcoin More 可能已經在執行了。 + Unable to rewind the database to a pre-fork state. You will need to redownload the blockchain + 沒辦法將資料庫倒轉回分岔前的狀態。必須要重新下載區塊鍊。 Use UPnP to map the listening port (default: 1 when listening and no -proxy) 是否要使用「通用即插即用」協定(UPnP),來設定聽候連線的通訊埠的對應(預設值: 當有聽候連線且沒有指定 -proxy 參數時為 1) - WARNING: abnormally high number of blocks generated, %d blocks received in the last %d hours (%d expected) - 警告: 收到了不尋常地多的 %d 個區塊在過去 %d 小時內生產出來(預期是 %d 個) + Username and hashed password for JSON-RPC connections. The field <userpw> comes in the format: <USERNAME>:<SALT>$<HASH>. A canonical python script is included in share/rpcuser. The client then connects normally using the rpcuser=<USERNAME>/rpcpassword=<PASSWORD> pair of arguments. This option can be specified multiple times + JSON-RPC 連線要用的使用者名稱和雜湊密碼。<userpw> 的格式是:<使用者名稱>:<調味值>$<雜湊值>。在 share/rpcuser 目錄下有一個示範的 python 程式。之後客戶端程式就可以用這對參數正常連線:rpcuser=<使用者名稱> 和 rpcpassword=<密碼>。這個選項可以給很多次。 - WARNING: check your network connection, %d blocks received in the last %d hours (%d expected) - 警告: 請檢查你的網路連線狀況,收到了 %d 個區塊是在過去 %d 小時內生產出來(預期是 %d 個) + Wallet will not create transactions that violate mempool chain limits (default: %u) + 錢包軟體不會產生違反記憶池交易鏈限制的交易(預設值: %u) 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: 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 會改儲存在 %s, 檔名是 wallet.{timestamp}.bak. 如果餘額或交易資料有誤,你應該要用備份資料復原回來。 + You need to rebuild the database using -reindex-chainstate to change -txindex + 改變 -txindex 參數後,必須要用 -reindex-chainstate 參數來重建資料庫 - Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times. - 把來自指定網域或位址的節點放進白名單。這個選項可以設定多次。 + %s corrupt, salvage failed + 錢包檔 %s 壞掉了,搶救失敗 -maxmempool must be at least %d MB @@ -3048,18 +3178,38 @@ <category> can be: <category> 可以是: + + Append comment to the user agent string + 對使用者代理字串添加註解 + + + Attempt to recover private keys from a corrupt wallet on startup + 啟動時嘗試從壞掉的錢包檔復原密鑰 + Block creation options: 區塊製造選項: - Connect only to the specified node(s) - 只連線到指定節點(可多個) + Cannot resolve -%s address: '%s' + 沒辦法解析 -%s 參數指定的位址: '%s' + + + Chain selection options: + 區塊鏈選項: + + + Change index out of range + 找零的索引值超出範圍 Connection options: 連線選項: + + Copyright (C) %i-%i + 版權所有 (C) %i-%i + Corrupted block database detected 發現區塊資料庫壞掉了 @@ -3092,6 +3242,10 @@ Enable publish raw transaction in <address> 開啟傳送交易原始資料到目標 ZeroMQ 位址 <address> 去 + + Enable transaction replacement in the memory pool (default: %u) + 對交易暫存池啟用替代交易(預設值: %u) + Error initializing block database 初始化區塊資料庫時發生錯誤 @@ -3100,6 +3254,22 @@ Error initializing wallet database environment %s! 初始化錢包資料庫環境 %s 時發生錯誤! + + Error loading %s + 載入檔案 %s 時發生錯誤 + + + Error loading %s: Wallet corrupted + 載入檔案 %s 時發生錯誤: 錢包損毀了 + + + Error loading %s: Wallet requires newer version of %s + 載入檔案 %s 時發生錯誤: 這個錢包需要新版的 %s + + + Error loading %s: You can't disable HD on a already existing HD wallet + 載入 %s 發生錯誤:不能對已存在的 HD 錢包停用 HD 功能。 + Error loading block database 載入區塊資料庫時發生錯誤 @@ -3124,14 +3294,34 @@ Incorrect or no genesis block found. Wrong datadir for network? 創世區塊不正確或找不到。資料目錄錯了嗎? + + Initialization sanity check failed. %s is shutting down. + 初始化時的基本檢查失敗了。%s 就要關閉了。 + Invalid -onion address: '%s' 無效的 -onion 位址: '%s' + + Invalid amount for -%s=<amount>: '%s' + 參數 -%s=<金額> 指定的金額無效: '%s' + + + Invalid amount for -fallbackfee=<amount>: '%s' + 設定 -fallbackfee=<金額> 的金額無效: '%s' + Keep the transaction memory pool below <n> megabytes (default: %u) 在記憶體暫存池中保持最多 <n> 個百萬位元組的交易(預設值: %u) + + Loading banlist... + 正在載入禁止連線名單中... + + + Location of the auth cookie (default: data dir) + 認證 cookie 資料的位置(預設值: 同資料目錄) + Not enough file descriptors available. 檔案描述元不足。 @@ -3140,6 +3330,14 @@ Only connect to nodes in network <net> (ipv4, ipv6 or onion) 只和 <net> 網路上的節點連線(ipv4, ipv6, 或 onion) + + Print this help message and exit + 顯示說明訊息後結束 + + + Print version and exit + 顯示版本後結束 + Prune cannot be configured with a negative value. 修剪值不能設定為負的。 @@ -3148,6 +3346,18 @@ Prune mode is incompatible with -txindex. 修剪模式和 -txindex 參數不相容。 + + Rebuild chain state and block index from the blk*.dat files on disk + 從磁碟裡的區塊檔 blk*.dat 重建區塊鏈狀態和區塊索引 + + + Rebuild chain state from the currently indexed blocks + 從目前已編索引的區塊資料重建區塊鏈狀態 + + + Rewinding blocks... + 正在倒轉回區塊鏈之前的狀態... + Set database cache size in megabytes (%d to %d, default: %d) 設定資料庫快取大小是多少百萬位元組(MB,範圍: %d 到 %d,預設值: %d) @@ -3160,6 +3370,14 @@ Specify wallet file (within data directory) 指定錢包檔(會在資料目錄中) + + The source code is available from %s. + 原始碼可以在 %s 取得。 + + + Unable to bind to %s on this computer. %s is probably already running. + 沒辦法繫結在這台電腦上的 %s 。%s 可能已經在執行了。 + Unsupported argument -benchmark ignored, use -debug=bench. 忽略了不再支援的 -benchmark 參數,請改用 -debug=bench @@ -3176,6 +3394,10 @@ Use UPnP to map the listening port (default: %u) 使用通用隨插即用 (UPnP) 協定來設定對應的服務連接埠(預設值: %u) + + Use the test chain + 使用測試區塊鏈 + User Agent comment (%s) contains unsafe characters. 使用者代理註解(%s)中含有不安全的字元。 @@ -3192,18 +3414,18 @@ Wallet %s resides outside data directory %s 錢包檔 %s 沒有在資料目錄 %s 裡面 + + Wallet debugging/testing options: + 錢包除錯與測試選項: + + + Wallet needed to be rewritten: restart %s to complete + 錢包需要重寫: 請重新啓動 %s 來完成 + Wallet options: 錢包選項: - - Warning: This version is obsolete; upgrade required! - 警告: 這個版本已經被淘汰了;必須要升級! - - - You need to rebuild the database using -reindex to change -txindex - 改變 -txindex 參數後,必須要用 -reindex 參數來重建資料庫 - 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> 的有效值可以是一個單獨位址(像是 1.2.3.4),一個網段/網段罩遮值(像是 1.2.3.4/255.255.255.0),或是網段/CIDR值(像是 1.2.3.4/24)。這個選項可以設定多次。 @@ -3216,10 +3438,6 @@ 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 請用 [主機]:通訊埠 這種格式。這個選項可以設定多次。(預設值: 跟所有網路界面上的位址繫結) - - Cannot obtain a lock on data directory %s. Bitcoin Core is probably already running. - 沒辦法鎖定資料目錄 %s。Blackcoin More 可能已經在執行了。 - Create new files with system default permissions, instead of umask 077 (only effective with disabled wallet functionality) 用系統預設權限來造出新的檔案,而不是用使用者權限罩遮(umask)值 077 (只有在關掉錢包功能時才有作用)。 @@ -3252,10 +3470,6 @@ Maximum size of data in data carrier transactions we relay and mine (default: %u) 轉發和開採時,對只帶資料的交易的大小上限(預設值: %u) - - Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect) - 是否允許在節點位址數目不足時,使用域名查詢來搜尋節點 (預設值: 當沒用 -connect 時為 1) - Randomize credentials for every proxy connection. This enables Tor stream isolation (default: %u) 對每個代理連線使用隨機產生的憑證。這個選項會開啟 Tor 的串流隔離(預設值: %u) @@ -3264,17 +3478,13 @@ Set maximum size of high-priority/low-fee transactions in bytes (default: %d) 設定高優先度或低手續費的交易資料大小上限成多少位元組(預設值: %d) - - Set the number of threads for coin generation if enabled (-1 = all cores, default: %d) - 設定產生錢幣的執行緒數目(-1 表示處理器核心數,預設值: %d) - The transaction amount is too small to send after the fee has been deducted 扣除手續費後的交易金額太少而不能傳送 - 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 軟體。 + Use hierarchical deterministic key generation (HD) after BIP32. Only has effect during wallet creation/first start + 在 BIP32 開始作用後,啟用階層式可預期性密鑰產生方式(HD)。只有在產生新錢包或第一次啟動時才有作用。 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 @@ -3292,38 +3502,14 @@ Accept public REST requests (default: %u) 接受公開的REST請求 (預設值: %u) - - Activating best chain... - 啟用最佳鏈結... - - - Always relay transactions received from whitelisted peers (default: %d) - 無條件轉發從白名點節點收到的交易(預設值: %d) - - - Attempt to recover private keys from a corrupt wallet.dat on startup - 啟動時嘗試從壞掉的錢包檔 wallet.dat 復原密鑰 - Automatically create Tor hidden service (default: %d) 自動產生 Tor 隱藏服務(預設值: %d) - - Cannot resolve -whitebind address: '%s' - 沒辦法解析 -whitebind 指定的位址: '%s' - Connect through SOCKS5 proxy 透過 SOCKS5 代理伺服器連線 - - Copyright (C) 2009-%i The Bitcoin Core Developers - 版權為 Blackcoin More 開發人員自西元 2009 至 %i 年起所有 - - - Error loading wallet.dat: Wallet requires newer version of Bitcoin Core - 載入 wallet.dat 檔案時發生錯誤: 這個錢包需要新版的 Blackcoin More - Error reading from database, shutting down. 讀取資料庫時發生錯誤,要關閉了。 @@ -3336,22 +3522,6 @@ Information 資訊 - - Initialization sanity check failed. Bitcoin Core is shutting down. - 初始化時的基本檢查失敗了。Blackcoin More 就要關閉了。 - - - Invalid amount for -maxtxfee=<amount>: '%s' - -maxtxfee=<amount>: '%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) @@ -3376,14 +3546,6 @@ RPC server options: RPC 伺服器選項: - - Rebuild block chain index from current blk000??.dat files on startup - 啟動時從目前的區塊檔 blk000??.dat 重建區塊鏈的索引 - - - Receive and display P2P network alerts (default: %u) - 接收並顯示對等網路(P2P)警示 (預設值: %u) - Reducing -maxconnections from %d to %d, because of system limitations. 因為系統的限制,將 -maxconnections 參數從 %d 降到了 %d @@ -3432,10 +3594,6 @@ Transaction amount too small 交易金額太小 - - Transaction amounts must be positive - 交易金額必須是正的 - Transaction too large for fee policy 根據交易手續費準則,本交易的位元量過大 @@ -3456,14 +3614,14 @@ Username for JSON-RPC connections JSON-RPC 連線使用者名稱 - - Wallet needed to be rewritten: restart Bitcoin Core to complete - 錢包需要重寫: 請重新啓動 Blackcoin More 來完成 - Warning 警告 + + Warning: unknown new rules activated (versionbit %i) + 警告: 不明的交易規則被啟用了(versionbit %i) + Whether to operate in a blocks only mode (default: %u) 是否要用只要區塊模式運作(預設值: %u) @@ -3476,10 +3634,6 @@ ZeroMQ notification options: ZeroMQ 通知選項: - - wallet.dat corrupt, salvage failed - 錢包檔 weallet.dat 壞掉了,拯救失敗 - Password for JSON-RPC connections JSON-RPC 連線密碼 @@ -3488,10 +3642,6 @@ Execute command when the best block changes (%s in cmd is replaced by block hash) 當最新區塊改變時要執行的指令(指令中的 %s 會被取代成區塊雜湊值) - - This help message - 這些說明訊息 - Allow DNS lookups for -addnode, -seednode and -connect 允許對 -addnode, -seednode, -connect 的參數使用域名查詢 @@ -3500,10 +3650,6 @@ Loading addresses... 正在載入位址資料... - - Error loading wallet.dat: Wallet corrupted - 載入檔案 wallet.dat 時發生錯誤: 錢包損毀了 - (1 = keep tx meta data e.g. account owner and payment request information, 2 = drop tx meta data) (1 表示保留交易描述資料,像是帳戶使用者和付款請求資訊;2 表示丟掉交易描述資料) @@ -3512,22 +3658,22 @@ -maxtxfee is set very high! Fees this large could be paid on a single transaction. 參數 -maxtxfee 設定了很高的金額!這可是你一次交易就有可能付出的最高手續費。 - - -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. - 參數 -paytxfee 設定了很高的金額!這可是你交易付款時所要付的手續費。 - Do not keep transactions in the mempool longer than <n> hours (default: %u) 不要讓交易留在記憶池中超過 <n> 個小時(預設值: %u) - Error reading wallet.dat! All keys read correctly, but transaction data or address book entries might be missing or incorrect. - 讀取錢包檔 wallet.dat 時發生錯誤!所有的密鑰都正確讀取了,但是交易資料或位址簿資料可能會缺少或不正確。 + Equivalent bytes per sigop in transactions for relay and mining (default: %u) + 轉發和開採時,交易資料中每個 sigop 的等同位元組數(預設值: %u) Fees (in %s/kB) smaller than this are considered zero fee for transaction creation (default: %s) 當製造交易時,如果每千位元組(kB)的手續費比這個值(單位是 %s)低,就視為沒付手續費(預設值: %s) + + Force relay of transactions from whitelisted peers even if they violate local relay policy (default: %d) + 強制轉發從白名點節點收到的交易,即使它們違反了本機的轉發準則(預設值: %d) + How thorough the block verification of -checkblocks is (0-4, default: %u) 使用 -checkblocks 檢查區塊的仔細程度(0 到 4,預設值: %u) @@ -3544,10 +3690,26 @@ Output debugging information (default: %u, supplying <category> is optional) 輸出除錯資訊(預設值: %u, 不一定要指定 <category>) + + Query for peer addresses via DNS lookup, if low on addresses (default: 1 unless -connect/-noconnect) + 是否允許在節點位址數目不足時,使用域名查詢來搜尋節點 (預設值: 當沒用 -connect/-noconnect 時為 1) + + + Sets the serialization of raw transaction or block hex returned in non-verbose mode, non-segwit(0) or segwit(1) (default: %d) + 設定非冗長模式時,回傳的交易原始資料或區塊位元值的序列化形式:無 segwit 為 0,或是有 segwit 為 1 (預設值: %d) + Support filtering of blocks and transaction with bloom filters (default: %u) 支援用布倫過濾器來過濾區塊和交易(預設值: %u) + + This is the transaction fee you may pay when fee estimates are not available. + 這是當預估手續費還沒計算出來時,付款交易預設會付的手續費。 + + + This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit %s and cryptographic software written by Eric Young and UPnP software written by Thomas Bernard. + 此產品包含了由 OpenSSL Project 所開發的 OpenSSL Toolkit 軟體 %s, 由 Eric Young 撰寫的加解密軟體,以及由 Thomas Bernard 所撰寫的 UPnP 軟體。 + Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments. 網路版本字串的總長度(%i)超過最大長度(%i)了。請減少 uacomment 參數的數目或長度。 @@ -3560,13 +3722,29 @@ Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported. 找到不再支援的 -socks 參數。現在只支援 SOCKS5 協定的代理伺服器,因此不可以指定 SOCKS 協定版本了。 + + Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay. + 忽略不支援的參數 -whitelistalwaysrelay,請改用 -whitelistrelay 和 -whitelistforcerelay​ 的組合。 + Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: %s) 使用另外的 SOCK5 代理伺服器,來透過 Tor 隱藏服務跟其他節點聯絡(預設值: %s) - Username and hashed password for JSON-RPC connections. The field <userpw> comes in the format: <USERNAME>:<SALT>$<HASH>. A canonical python script is included in share/rpcuser. This option can be specified multiple times - JSON-RPC 連線要用的使用者名稱和雜湊密碼。<userpw> 的格式是:<使用者名稱>:<調味值>$<雜湊值>。在 share/rpcuser 目錄下有一個示範的 python 程式。這個選項可以給很多次。 + Warning: Unknown block versions being mined! It's possible unknown rules are in effect + 警告: 有礦工正在開採不明版本的區塊!這表示有不明的交易規則正在作用中 + + + Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup. + 警告: 錢包檔壞掉,但資料被救回來了!原來的檔案 %s 改儲存為 %s,在目錄 %s 下。 如果餘額或交易資料有誤的話,你應該要從備份資料復原回來。 + + + Whitelist peers connecting from the given IP address (e.g. 1.2.3.4) or CIDR notated network (e.g. 1.2.3.0/24). Can be specified multiple times. + 把來自指定位址(例如:1.2.3.4)或 CIDR 格式網段(例如:1.2.3.0/24)的節點放進白名單。這個選項可以設定多次。 + + + %s is set very high! + %s 的設定值異常大! (default: %s) @@ -3576,14 +3754,6 @@ Always query for peer addresses via DNS lookup (default: %u) 是否一定要用域名查詢來搜尋節點(預設值: %u) - - Error loading wallet.dat - 載入錢包檔 wallet.dat 時發生錯誤 - - - Generate coins (default: %u) - 生產錢幣(預設值: %u) - How many blocks to check at startup (default: %u, 0 = all) 啓動時檢查的區塊數(預設值: %u, 指定 0 表示全部) @@ -3596,6 +3766,10 @@ Invalid -proxy address: '%s' 無效的 -proxy 位址: '%s' + + Keypool ran out, please call keypoolrefill first + 密鑰池已經乾了,請先執行 keypoolrefill + Listen for JSON-RPC connections on <port> (default: %u or testnet: %u) 在通訊埠 <port> 聽候 JSON-RPC 連線(預設值: %u, 或若為測試網路: %u) @@ -3632,13 +3806,17 @@ Relay non-P2SH multisig (default: %u) 允許轉發非 P2SH 的多簽章交易(預設值: %u) + + Send transactions with full-RBF opt-in enabled (default: %u) + 送出允許提高手續費(full-RBF)的交易(預設值: %u) + Set key pool size to <n> (default: %u) 設定密鑰池大小為 <n> (預設值: %u) - Set minimum block size in bytes (default: %u) - 設定區塊大小下限為多少位元組(預設值: %u) + Set maximum BIP141 block weight (default: %d) + 設定 BIP141 區塊重量的最大值(預設值: %d) Set the number of threads to service RPC calls (default: %d) @@ -3660,26 +3838,42 @@ Spend unconfirmed change when sending transactions (default: %u) 傳送交易時可以花還沒確認的零錢(預設值: %u) + + Starting network threads... + 正在啟動網路執行緒... + + + The wallet will avoid paying less than the minimum relay fee. + 錢包軟體會付多於最小轉發費用的手續費。 + + + This is the minimum transaction fee you pay on every transaction. + 這是你每次交易付款時最少要付的手續費。 + + + This is the transaction fee you will pay if you send a transaction. + 這是你交易付款時所要付的手續費。 + Threshold for disconnecting misbehaving peers (default: %u) 與亂搞的節點斷線的臨界值 (預設: %u) + + Transaction amounts must not be negative + 交易金額不能是負的 + + + Transaction has too long of a mempool chain + 交易造成記憶池中的交易鏈太長 + + + Transaction must have at least one recipient + 交易必須至少要有一個收款人 + Unknown network specified in -onlynet: '%s' 在 -onlynet 指定了不明的網路別: '%s' - - Cannot resolve -bind address: '%s' - 沒辦法解析 -bind 位址: '%s' - - - Cannot resolve -externalip address: '%s' - 沒辦法解析 -externalip 位址: '%s' - - - Invalid amount for -paytxfee=<amount>: '%s' - 設定 -paytxfee=<金額> 的金額無效: '%s' - Insufficient funds 累積金額不足