From a270ca2b42104456dd546b8da52aecf75b3a4316 Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Thu, 27 Feb 2014 14:18:53 +0100 Subject: Transifex pull pre-0.9.0rc2 --- src/qt/Makefile.am | 10 + src/qt/bitcoin.qrc | 10 + src/qt/locale/bitcoin_ca@valencia.ts | 4032 +++++++++++++++++++++++++++++++++ src/qt/locale/bitcoin_cmn.ts | 4032 +++++++++++++++++++++++++++++++++ src/qt/locale/bitcoin_de.ts | 162 +- src/qt/locale/bitcoin_es.ts | 177 +- src/qt/locale/bitcoin_es_CL.ts | 208 +- src/qt/locale/bitcoin_es_DO.ts | 4073 ++++++++++++++++++++++++++++++++++ src/qt/locale/bitcoin_es_UY.ts | 4032 +++++++++++++++++++++++++++++++++ src/qt/locale/bitcoin_gl.ts | 298 +-- src/qt/locale/bitcoin_ka.ts | 4053 +++++++++++++++++++++++++++++++++ src/qt/locale/bitcoin_ky.ts | 4032 +++++++++++++++++++++++++++++++++ src/qt/locale/bitcoin_nl.ts | 176 +- src/qt/locale/bitcoin_pt_BR.ts | 158 +- src/qt/locale/bitcoin_ro_RO.ts | 172 +- src/qt/locale/bitcoin_sah.ts | 4032 +++++++++++++++++++++++++++++++++ src/qt/locale/bitcoin_sk.ts | 238 +- src/qt/locale/bitcoin_ur_PK.ts | 4032 +++++++++++++++++++++++++++++++++ src/qt/locale/bitcoin_uz@Cyrl.ts | 4032 +++++++++++++++++++++++++++++++++ src/qt/locale/bitcoin_zh_HK.ts | 4032 +++++++++++++++++++++++++++++++++ src/qt/locale/bitcoin_zh_TW.ts | 178 +- 21 files changed, 41340 insertions(+), 829 deletions(-) create mode 100644 src/qt/locale/bitcoin_ca@valencia.ts create mode 100644 src/qt/locale/bitcoin_cmn.ts create mode 100644 src/qt/locale/bitcoin_es_DO.ts create mode 100644 src/qt/locale/bitcoin_es_UY.ts create mode 100644 src/qt/locale/bitcoin_ka.ts create mode 100644 src/qt/locale/bitcoin_ky.ts create mode 100644 src/qt/locale/bitcoin_sah.ts create mode 100644 src/qt/locale/bitcoin_ur_PK.ts create mode 100644 src/qt/locale/bitcoin_uz@Cyrl.ts create mode 100644 src/qt/locale/bitcoin_zh_HK.ts diff --git a/src/qt/Makefile.am b/src/qt/Makefile.am index 030804db6e..c0ebfb61d2 100644 --- a/src/qt/Makefile.am +++ b/src/qt/Makefile.am @@ -20,6 +20,8 @@ QT_TS = \ locale/bitcoin_bs.ts \ locale/bitcoin_ca_ES.ts \ locale/bitcoin_ca.ts \ + locale/bitcoin_ca@valencia.ts \ + locale/bitcoin_cmn.ts \ locale/bitcoin_cs.ts \ locale/bitcoin_cy.ts \ locale/bitcoin_da.ts \ @@ -29,8 +31,10 @@ QT_TS = \ locale/bitcoin_en.ts \ locale/bitcoin_eo.ts \ locale/bitcoin_es_CL.ts \ + locale/bitcoin_es_DO.ts \ locale/bitcoin_es_MX.ts \ locale/bitcoin_es.ts \ + locale/bitcoin_es_UY.ts \ locale/bitcoin_et.ts \ locale/bitcoin_eu_ES.ts \ locale/bitcoin_fa_IR.ts \ @@ -47,8 +51,10 @@ QT_TS = \ locale/bitcoin_id_ID.ts \ locale/bitcoin_it.ts \ locale/bitcoin_ja.ts \ + locale/bitcoin_ka.ts \ locale/bitcoin_kk_KZ.ts \ locale/bitcoin_ko_KR.ts \ + locale/bitcoin_ky.ts \ locale/bitcoin_la.ts \ locale/bitcoin_lt.ts \ locale/bitcoin_lv_LV.ts \ @@ -61,6 +67,7 @@ QT_TS = \ locale/bitcoin_pt_PT.ts \ locale/bitcoin_ro_RO.ts \ locale/bitcoin_ru.ts \ + locale/bitcoin_sah.ts \ locale/bitcoin_sk.ts \ locale/bitcoin_sl_SI.ts \ locale/bitcoin_sq.ts \ @@ -69,9 +76,12 @@ QT_TS = \ locale/bitcoin_th_TH.ts \ locale/bitcoin_tr.ts \ locale/bitcoin_uk.ts \ + locale/bitcoin_ur_PK.ts \ + locale/bitcoin_uz@Cyrl.ts \ locale/bitcoin_vi.ts \ locale/bitcoin_vi_VN.ts \ locale/bitcoin_zh_CN.ts \ + locale/bitcoin_zh_HK.ts \ locale/bitcoin_zh_TW.ts QT_FORMS_UI = \ diff --git a/src/qt/bitcoin.qrc b/src/qt/bitcoin.qrc index 7c3a7756b7..263ff5f7eb 100644 --- a/src/qt/bitcoin.qrc +++ b/src/qt/bitcoin.qrc @@ -93,6 +93,8 @@ locale/bitcoin_bs.qm locale/bitcoin_ca_ES.qm locale/bitcoin_ca.qm + locale/bitcoin_ca@valencia.qm + locale/bitcoin_cmn.qm locale/bitcoin_cs.qm locale/bitcoin_cy.qm locale/bitcoin_da.qm @@ -102,8 +104,10 @@ locale/bitcoin_en.qm locale/bitcoin_eo.qm locale/bitcoin_es_CL.qm + locale/bitcoin_es_DO.qm locale/bitcoin_es_MX.qm locale/bitcoin_es.qm + locale/bitcoin_es_UY.qm locale/bitcoin_et.qm locale/bitcoin_eu_ES.qm locale/bitcoin_fa_IR.qm @@ -120,8 +124,10 @@ locale/bitcoin_id_ID.qm locale/bitcoin_it.qm locale/bitcoin_ja.qm + locale/bitcoin_ka.qm locale/bitcoin_kk_KZ.qm locale/bitcoin_ko_KR.qm + locale/bitcoin_ky.qm locale/bitcoin_la.qm locale/bitcoin_lt.qm locale/bitcoin_lv_LV.qm @@ -134,6 +140,7 @@ locale/bitcoin_pt_PT.qm locale/bitcoin_ro_RO.qm locale/bitcoin_ru.qm + locale/bitcoin_sah.qm locale/bitcoin_sk.qm locale/bitcoin_sl_SI.qm locale/bitcoin_sq.qm @@ -142,9 +149,12 @@ locale/bitcoin_th_TH.qm locale/bitcoin_tr.qm locale/bitcoin_uk.qm + locale/bitcoin_ur_PK.qm + locale/bitcoin_uz@Cyrl.qm locale/bitcoin_vi.qm locale/bitcoin_vi_VN.qm locale/bitcoin_zh_CN.qm + locale/bitcoin_zh_HK.qm locale/bitcoin_zh_TW.qm diff --git a/src/qt/locale/bitcoin_ca@valencia.ts b/src/qt/locale/bitcoin_ca@valencia.ts new file mode 100644 index 0000000000..23f6975ac4 --- /dev/null +++ b/src/qt/locale/bitcoin_ca@valencia.ts @@ -0,0 +1,4032 @@ + + + AboutDialog + + + About Bitcoin Core + + + + + <b>Bitcoin Core</b> version + + + + + +This is experimental software. + +Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php. + +This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. + + + + + Copyright + + + + + The Bitcoin Core developers + + + + + AddressBookPage + + + Double-click to edit address or label + Doble click per editar la direccio o la etiqueta + + + + Create a new address + Crear nova direccio + + + + &New + + + + + Copy the currently selected address to the system clipboard + Copieu l'adreça seleccionada al porta-retalls del sistema + + + + &Copy + + + + + C&lose + + + + + &Copy Address + + + + + Delete the currently selected address from the list + + + + + Export the data in the current tab to a file + + + + + &Export + + + + + &Delete + Eliminar + + + + 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) + + + + + Exporting Failed + + + + + There was an error trying to save the address list to %1. + + + + + AddressTableModel + + + Label + + + + + Address + + + + + (no label) + + + + + AskPassphraseDialog + + + Passphrase Dialog + + + + + Enter passphrase + + + + + New passphrase + + + + + Repeat new passphrase + + + + + Enter the new passphrase to the wallet.<br/>Please use a passphrase of <b>10 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 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? + + + + + 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 + + + + + Bitcoin 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. + + + + + + + + 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. + + + + + BitcoinGUI + + + Sign &message... + + + + + Synchronizing with network... + + + + + &Overview + + + + + Node + + + + + Show general overview of wallet + + + + + &Transactions + + + + + Browse transaction history + + + + + E&xit + + + + + Quit application + + + + + Show information about Bitcoin + + + + + + About &Qt + + + + + Show information about Qt + + + + + &Options... + + + + + &Encrypt Wallet... + + + + + &Backup Wallet... + + + + + &Change Passphrase... + + + + + &Sending addresses... + + + + + &Receiving addresses... + + + + + Open &URI... + + + + + Importing blocks from disk... + + + + + Reindexing blocks on disk... + + + + + Send coins to a Bitcoin address + + + + + Modify configuration options for Bitcoin + + + + + Backup wallet to another location + + + + + Change the passphrase used for wallet encryption + + + + + &Debug window + + + + + Open debugging and diagnostic console + + + + + &Verify message... + + + + + Bitcoin + + + + + Wallet + + + + + &Send + + + + + &Receive + + + + + + &Show / Hide + + + + + Show or hide the main Window + + + + + Encrypt the private keys that belong to your wallet + + + + + Sign messages with your Bitcoin addresses to prove you own them + + + + + Verify messages to ensure they were signed with specified Bitcoin addresses + + + + + &File + + + + + &Settings + + + + + &Help + + + + + Tabs toolbar + + + + + + [testnet] + + + + + Bitcoin Core + + + + + Request payments (generates QR codes and bitcoin: URIs) + + + + + + &About Bitcoin Core + + + + + Show the list of used sending addresses and labels + + + + + Show the list of used receiving addresses and labels + + + + + Open a bitcoin: URI or payment request + + + + + &Command-line options + + + + + Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options + + + + + + Bitcoin client + + + + + %n active connection(s) to Bitcoin network + + + + + No block source available... + + + + + Processed %1 of %2 (estimated) blocks of transaction history. + + + + + Processed %1 blocks of transaction history. + + + + + %n hour(s) + + + + + %n day(s) + + + + + %n week(s) + + + + + %1 behind + + + + + Last received block was generated %1 ago. + + + + + Transactions after this will not yet be visible. + + + + + Error + + + + + Warning + + + + + Information + + + + + Up to date + + + + + Catching up... + + + + + Sent transaction + + + + + Incoming transaction + + + + + Date: %1 +Amount: %2 +Type: %3 +Address: %4 + + + + + + Wallet is <b>encrypted</b> and currently <b>unlocked</b> + + + + + Wallet is <b>encrypted</b> and currently <b>locked</b> + + + + + A fatal error occurred. Bitcoin can no longer continue safely and will quit. + + + + + ClientModel + + + Network Alert + + + + + CoinControlDialog + + + Coin Control Address Selection + + + + + Quantity: + + + + + Bytes: + + + + + Amount: + + + + + Priority: + + + + + Fee: + + + + + Low Output: + + + + + After Fee: + + + + + Change: + + + + + (un)select all + + + + + Tree mode + + + + + List mode + + + + + Amount + + + + + Address + + + + + Date + + + + + Confirmations + + + + + 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 low output + + + + + Copy change + + + + + highest + + + + + higher + + + + + high + + + + + medium-high + + + + + medium + + + + + low-medium + + + + + low + + + + + lower + + + + + lowest + + + + + (%1 locked) + + + + + none + + + + + Dust + + + + + yes + + + + + no + + + + + This label turns red, if the transaction size is greater than 1000 bytes. + + + + + + This means a fee of at least %1 per kB is required. + + + + + Can vary +/- 1 byte per input. + + + + + Transactions with higher priority are more likely to get included into a block. + + + + + 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 means a fee of at least %1 is required. + + + + + Amounts below 0.546 times the minimum relay fee are shown as dust. + + + + + This label turns red, if the change is smaller than %1. + + + + + + (no label) + + + + + change from %1 (%2) + + + + + (change) + + + + + EditAddressDialog + + + Edit Address + + + + + &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 + + + + + New receiving address + + + + + New sending address + + + + + Edit receiving address + + + + + Edit sending address + + + + + The entered address "%1" is already in the address book. + + + + + The entered address "%1" is not a valid Bitcoin address. + + + + + Could not unlock wallet. + + + + + New key generation failed. + + + + + FreespaceChecker + + + A new data directory will be created. + + + + + name + + + + + Directory already exists. Add %1 if you intend to create a new directory here. + + + + + Path already exists, and is not a directory. + + + + + Cannot create data directory here. + + + + + HelpMessageDialog + + + Bitcoin Core - Command-line options + + + + + Bitcoin Core + + + + + version + + + + + Usage: + + + + + command-line options + + + + + UI options + + + + + Set language, for example "de_DE" (default: system locale) + + + + + Start minimized + + + + + Show splash screen on startup (default: 1) + + + + + Choose data directory on startup (default: 0) + + + + + Intro + + + Welcome + + + + + 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. + + + + + Use the default data directory + + + + + Use a custom data directory: + + + + + Bitcoin + + + + + Error: Specified data directory "%1" can not be created. + + + + + Error + + + + + GB of free space available + + + + + (of %1GB needed) + + + + + OpenURIDialog + + + Open URI + + + + + Open payment request from URI or file + + + + + URI: + + + + + Select payment request file + + + + + Select payment request file to open + + + + + OptionsDialog + + + Options + + + + + &Main + + + + + Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. + + + + + Pay transaction &fee + + + + + Automatically start Bitcoin after logging in to the system. + + + + + &Start Bitcoin on system login + + + + + Size of &database cache + + + + + Set database cache size in megabytes (default: 25) + + + + + MB + + + + + Number of script &verification threads + + + + + Set the number of script verification threads (up to 16, 0 = auto, <0 = leave that many cores free, default: 0) + + + + + Connect to the Bitcoin network through a SOCKS proxy. + + + + + &Connect through SOCKS proxy (default proxy): + + + + + IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1) + + + + + Active command-line options that override above options: + + + + + Reset all client options to default. + + + + + &Reset Options + + + + + &Network + + + + + Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. + + + + + Map port using &UPnP + + + + + Proxy &IP: + + + + + &Port: + + + + + Port of the proxy (e.g. 9050) + + + + + SOCKS &Version: + + + + + SOCKS version of the proxy (e.g. 5) + + + + + &Window + + + + + Show only a tray icon after minimizing the window. + + + + + &Minimize to the tray instead of the taskbar + + + + + Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Quit in the menu. + + + + + M&inimize on close + + + + + &Display + + + + + User Interface &language: + + + + + The user interface language can be set here. This setting will take effect after restarting Bitcoin. + + + + + &Unit to show amounts in: + + + + + Choose the default subdivision unit to show in the interface and when sending coins. + + + + + Whether to show Bitcoin addresses in the transaction list or not. + + + + + &Display addresses in transaction list + + + + + Whether to show coin control features or not. + + + + + Display coin &control features (experts only) + + + + + &OK + + + + + &Cancel + + + + + default + + + + + none + + + + + Confirm options reset + + + + + + Client restart required to activate changes. + + + + + Client will be shutdown, do you want to proceed? + + + + + This change would require a client restart. + + + + + The supplied proxy address is invalid. + + + + + OverviewPage + + + 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. + + + + + Unconfirmed: + + + + + Wallet + + + + + Confirmed: + + + + + Your current spendable balance + + + + + 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 + + + + + Total: + + + + + Your current total balance + + + + + <b>Recent transactions</b> + + + + + + out of sync + + + + + PaymentServer + + + + URI handling + + + + + URI can not be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. + + + + + Requested payment amount of %1 is too small (considered dust). + + + + + + + + + + Payment request error + + + + + Cannot start bitcoin: click-to-pay handler + + + + + Net manager warning + + + + + Your active proxy doesn't support SOCKS5, which is required for payment requests via proxy. + + + + + Payment request fetch URL is invalid: %1 + + + + + Payment request file handling + + + + + Payment request file can not be read or processed! This can be caused by an invalid payment request file. + + + + + Unverified payment requests to custom payment scripts are unsupported. + + + + + Refund from %1 + + + + + Error communicating with %1: %2 + + + + + Payment request can not be parsed or processed! + + + + + Bad response from server %1 + + + + + Payment acknowledged + + + + + Network request error + + + + + QObject + + + + Bitcoin + + + + + Error: Specified data directory "%1" does not exist. + + + + + Error: Invalid combination of -regtest and -testnet. + + + + + Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + + QRImageWidget + + + &Save Image... + + + + + &Copy Image + + + + + Save QR Code + + + + + PNG Image (*.png) + + + + + RPCConsole + + + Client name + + + + + + + + + + + + + + + N/A + + + + + Client version + + + + + &Information + + + + + Debug window + + + + + General + + + + + Using OpenSSL version + + + + + Startup time + + + + + Network + + + + + Name + + + + + Number of connections + + + + + Block chain + + + + + Current number of blocks + + + + + Estimated total blocks + + + + + Last block time + + + + + &Open + + + + + &Console + + + + + &Network Traffic + + + + + &Clear + + + + + Totals + + + + + In: + + + + + Out: + + + + + Build date + + + + + Debug log file + + + + + Open the Bitcoin debug log file from the current data directory. This can take a few seconds for large log files. + + + + + Clear console + + + + + Welcome to the Bitcoin RPC console. + + + + + Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. + + + + + Type <b>help</b> for an overview of available commands. + + + + + %1 B + + + + + %1 KB + + + + + %1 MB + + + + + %1 GB + + + + + %1 m + + + + + %1 h + + + + + %1 h %2 m + + + + + ReceiveCoinsDialog + + + &Amount: + + + + + &Label: + + + + + &Message: + + + + + 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. + + + + + Use this form to request payments. All fields are <b>optional</b>. + + + + + + An optional amount to request. Leave this empty or zero to not request a specific amount. + + + + + Clear all fields of the form. + + + + + Clear + + + + + Requested payments history + + + + + &Request payment + + + + + Show the selected request (does the same as double clicking an entry) + + + + + Show + + + + + Remove the selected entries from the list + + + + + Remove + + + + + Copy label + + + + + Copy message + + + + + Copy amount + + + + + ReceiveRequestDialog + + + QR Code + + + + + Copy &URI + + + + + Copy &Address + + + + + &Save Image... + + + + + Request payment to %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. + + + + + RecentRequestsTableModel + + + Date + + + + + Label + + + + + Message + + + + + Amount + + + + + (no label) + + + + + (no message) + + + + + (no amount) + + + + + SendCoinsDialog + + + + + Send Coins + + + + + Coin Control Features + + + + + Inputs... + + + + + automatically selected + + + + + Insufficient funds! + + + + + Quantity: + + + + + Bytes: + + + + + Amount: + + + + + Priority: + + + + + Fee: + + + + + Low Output: + + + + + After Fee: + + + + + Change: + + + + + If this is activated, but the change address is empty or invalid, change will be sent to a newly generated address. + + + + + Custom change address + + + + + Send to multiple recipients at once + + + + + Add &Recipient + + + + + Clear all fields of the form. + + + + + Clear &All + + + + + Balance: + + + + + Confirm the send action + + + + + S&end + + + + + Confirm send coins + + + + + + + + %1 to %2 + + + + + Copy quantity + + + + + Copy amount + + + + + Copy fee + + + + + Copy after fee + + + + + Copy bytes + + + + + Copy priority + + + + + Copy low output + + + + + Copy change + + + + + Total Amount %1 (= %2) + + + + + or + + + + + The recipient address is not valid, please recheck. + + + + + The amount to pay must be larger than 0. + + + + + The amount exceeds your balance. + + + + + The total exceeds your balance when the %1 transaction fee is included. + + + + + Duplicate address found, can only send to each address once per send operation. + + + + + 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. + + + + + Warning: Invalid Bitcoin address + + + + + (no label) + + + + + Warning: Unknown change address + + + + + Are you sure you want to send? + + + + + added as transaction fee + + + + + Payment request expired + + + + + Invalid payment address %1 + + + + + SendCoinsEntry + + + + + A&mount: + + + + + Pay &To: + + + + + The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + + Enter a label for this address to add it to your address book + + + + + &Label: + + + + + Choose previously used address + + + + + This is a normal payment. + + + + + Alt+A + + + + + Paste address from clipboard + + + + + Alt+P + + + + + + + Remove this entry + + + + + Message: + + + + + This is a verified 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. + + + + + This is an unverified payment request. + + + + + + Pay To: + + + + + + Memo: + + + + + ShutdownWindow + + + Bitcoin Core is shutting down... + + + + + Do not shut down the computer until this window disappears. + + + + + SignVerifyMessageDialog + + + Signatures - Sign / Verify a Message + + + + + &Sign Message + + + + + You can sign messages with your addresses to prove you own them. Be careful not to sign anything vague, as phishing attacks may try to trick you into signing your identity over to them. Only sign fully-detailed statements you agree to. + + + + + The address to sign the message with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + + + Choose previously used address + + + + + + Alt+A + + + + + Paste address from clipboard + + + + + Alt+P + + + + + Enter the message you want to sign here + + + + + Signature + + + + + Copy the current signature to the system clipboard + + + + + Sign the message to prove you own this Bitcoin address + + + + + Sign &Message + + + + + Reset all sign message fields + + + + + + Clear &All + + + + + &Verify Message + + + + + Enter the signing address, message (ensure you copy line breaks, spaces, tabs, etc. exactly) and signature below to verify the message. Be careful not to read more into the signature than what is in the signed message itself, to avoid being tricked by a man-in-the-middle attack. + + + + + The address the message was signed with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + + Verify the message to ensure it was signed with the specified Bitcoin address + + + + + Verify &Message + + + + + Reset all verify message fields + + + + + Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + + 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] + + + + + TrafficGraphWidget + + + KB/s + + + + + TransactionDesc + + + Open until %1 + + + + + %1/offline + + + + + %1/unconfirmed + + + + + %1 confirmations + + + + + Status + + + + + , broadcast through %n node(s) + + + + + Date + + + + + Source + + + + + Generated + + + + + + From + + + + + + + To + + + + + + own address + + + + + label + + + + + + + + + Credit + + + + + matures in %n more block(s) + + + + + not accepted + + + + + + + + Debit + + + + + 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. + + + + + Debug information + + + + + Transaction + + + + + Inputs + + + + + Amount + + + + + true + + + + + false + + + + + , has not been successfully broadcast yet + + + + + Open for %n more block(s) + + + + + unknown + + + + + TransactionDescDialog + + + Transaction details + + + + + This pane shows a detailed description of the transaction + + + + + TransactionTableModel + + + Date + + + + + Type + + + + + Address + + + + + Amount + + + + + Immature (%1 confirmations, will be available after %2) + + + + + Open for %n more block(s) + + + + + Open until %1 + + + + + Offline (%1 confirmations) + + + + + Unconfirmed (%1 of %2 confirmations) + + + + + + Confirmed (%1 confirmations) + + + + + This block was not received by any other nodes and will probably not be accepted! + + + + + Generated but not accepted + + + + + Received with + + + + + Received from + + + + + Sent to + + + + + Payment to yourself + + + + + Mined + + + + + (n/a) + + + + + Transaction status. Hover over this field to show number of confirmations. + + + + + Date and time that the transaction was received. + + + + + Type of transaction. + + + + + Destination address 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 + + + + + Exporting Failed + + + + + There was an error trying to save the transaction history to %1. + + + + + Exporting Successful + + + + + The transaction history was successfully saved to %1. + + + + + Comma separated file (*.csv) + + + + + Confirmed + + + + + Date + + + + + Type + + + + + Label + + + + + Address + + + + + Amount + + + + + ID + + + + + Range: + + + + + to + + + + + 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) + + + + + Backup Failed + + + + + There was an error trying to save the wallet data to %1. + + + + + The wallet data was successfully saved to %1. + + + + + Backup Successful + + + + + bitcoin-core + + + Usage: + + + + + List commands + + + + + Get help for a command + + + + + Options: + + + + + Specify configuration file (default: bitcoin.conf) + + + + + Specify pid file (default: bitcoind.pid) + + + + + Specify data directory + + + + + Set database cache size in megabytes (default: 25) + + + + + Listen for connections on <port> (default: 8333 or testnet: 18333) + + + + + Maintain at most <n> connections to peers (default: 125) + + + + + Connect to a node to retrieve peer addresses, and disconnect + + + + + Specify your own public address + + + + + Threshold for disconnecting misbehaving peers (default: 100) + + + + + Number of seconds to keep misbehaving peers from reconnecting (default: 86400) + + + + + An error occurred while setting up the RPC port %u for listening on IPv4: %s + + + + + Listen for JSON-RPC connections on <port> (default: 8332 or testnet: 18332) + + + + + Accept command line and JSON-RPC commands + + + + + Run in the background as a daemon and accept commands + + + + + Use the test network + + + + + Accept connections from outside (default: 1 if no -proxy or -connect) + + + + + %s, you must set a rpcpassword in the configuration file: +%s +It is recommended you use the following random password: +rpcuser=bitcoinrpc +rpcpassword=%s +(you do not need to remember this password) +The username and password MUST NOT be the same. +If the file does not exist, create it with owner-readable-only file permissions. +It is also recommended to set alertnotify so you are notified of problems; +for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com + + + + + + Acceptable ciphers (default: TLSv1.2+HIGH:TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!3DES:@STRENGTH) + + + + + An error occurred while setting up the RPC port %u for listening on IPv6, falling back to IPv4: %s + + + + + Bind to given address and always listen on it. Use [host]:port notation for IPv6 + + + + + Cannot obtain a lock on data directory %s. Bitcoin is probably already running. + + + + + Enter regression test mode, which uses a special chain in which blocks can be solved instantly. This is intended for regression testing tools and app development. + + + + + Enter regression test mode, which uses a special chain in which blocks can be solved instantly. + + + + + Error: 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. + + + + + Error: This transaction requires a transaction fee of at least %s because of its amount, complexity, or use of recently received funds! + + + + + Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) + + + + + This is a pre-release test build - use at your own risk - do not use for mining or merchant applications + + + + + Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: -proxy) + + + + + Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. + + + + + Warning: Please check that your computer's date and time are correct! If your clock is wrong Bitcoin will not work properly. + + + + + Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. + + + + + Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. + + + + + Warning: error reading wallet.dat! All keys read correctly, but transaction data or address book entries might be missing or incorrect. + + + + + 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. + + + + + <category> can be: + + + + + Attempt to recover private keys from a corrupt wallet.dat + + + + + Bitcoin Core Daemon + + + + + Bitcoin RPC client version + + + + + Block creation options: + + + + + Connect only to the specified node(s) + + + + + Connect through SOCKS proxy + + + + + Connect to JSON-RPC on <port> (default: 8332 or testnet: 18332) + + + + + Corrupted block database detected + + + + + Discover own IP address (default: 1 when listening and no -externalip) + + + + + Do not load the wallet and disable wallet RPC calls + + + + + Do you want to rebuild the block database now? + + + + + Error initializing block database + + + + + Error initializing wallet database environment %s! + + + + + Error loading block database + + + + + Error opening block database + + + + + Error: Disk space is low! + + + + + Error: Wallet locked, unable to create transaction! + + + + + Error: system error: + + + + + Failed to listen on any port. Use -listen=0 if you want this. + + + + + Failed to read block info + + + + + Failed to read block + + + + + Failed to sync block index + + + + + Failed to write block index + + + + + Failed to write block info + + + + + Failed to write block + + + + + Failed to write file info + + + + + Failed to write to coin database + + + + + Failed to write transaction index + + + + + Failed to write undo data + + + + + Fee per kB to add to transactions you send + + + + + Find peers using DNS lookup (default: 1 unless -connect) + + + + + Generate coins (default: 0) + + + + + How many blocks to check at startup (default: 288, 0 = all) + + + + + How thorough the block verification is (0-4, default: 3) + + + + + If <category> is not supplied, output all debugging information. + + + + + Incorrect or no genesis block found. Wrong datadir for network? + + + + + Invalid -onion address: '%s' + + + + + Not enough file descriptors available. + + + + + Prepend debug output with timestamp (default: 1) + + + + + RPC client options: + + + + + Rebuild block chain index from current blk000??.dat files + + + + + Select SOCKS version for -proxy (4 or 5, default: 5) + + + + + Send command to Bitcoin server + + + + + Set maximum block size in bytes (default: %d) + + + + + Set the number of threads to service RPC calls (default: 4) + + + + + Specify wallet file (within data directory) + + + + + Start Bitcoin server + + + + + This is intended for regression testing tools and app development. + + + + + Usage (deprecated, use bitcoin-cli): + + + + + Verifying blocks... + + + + + Verifying wallet... + + + + + Wait for RPC server to start + + + + + Wallet %s resides outside data directory %s + + + + + Wallet options: + + + + + Warning: Deprecated argument -debugnet ignored, use -debug=net + + + + + You need to rebuild the database using -reindex to change -txindex + + + + + Imports blocks from external blk000??.dat file + + + + + Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message) + + + + + Output debugging information (default: 0, supplying <category> is optional) + + + + + Set maximum size of high-priority/low-fee transactions in bytes (default: %d) + + + + + Set the number of script verification threads (up to 16, 0 = auto, <0 = leave that many cores free, default: 0) + + + + + Information + + + + + Invalid amount for -minrelaytxfee=<amount>: '%s' + + + + + Invalid amount for -mintxfee=<amount>: '%s' + + + + + Maintain a full transaction index (default: 0) + + + + + Maximum per-connection receive buffer, <n>*1000 bytes (default: 5000) + + + + + Maximum per-connection send buffer, <n>*1000 bytes (default: 1000) + + + + + Only accept block chain matching built-in checkpoints (default: 1) + + + + + Only connect to nodes in network <net> (IPv4, IPv6 or Tor) + + + + + SSL options: (see the Bitcoin Wiki for SSL setup instructions) + + + + + Send trace/debug info to console instead of debug.log file + + + + + Set minimum block size in bytes (default: 0) + + + + + Shrink debug.log file on client startup (default: 1 when no -debug) + + + + + Signing transaction failed + + + + + Specify connection timeout in milliseconds (default: 5000) + + + + + System error: + + + + + Transaction amount too small + + + + + Transaction amounts must be positive + + + + + Transaction too large + + + + + Use UPnP to map the listening port (default: 0) + + + + + Use UPnP to map the listening port (default: 1 when listening) + + + + + Username for JSON-RPC connections + + + + + Warning + + + + + Warning: This version is obsolete, upgrade required! + + + + + version + + + + + wallet.dat corrupt, salvage failed + + + + + Password for JSON-RPC connections + + + + + Allow JSON-RPC connections from specified IP address + + + + + Send commands to node running on <ip> (default: 127.0.0.1) + + + + + Execute command when the best block changes (%s in cmd is replaced by block hash) + + + + + Upgrade wallet to latest format + + + + + Set key pool size to <n> (default: 100) + + + + + Rescan the block chain for missing wallet transactions + + + + + Use OpenSSL (https) for JSON-RPC connections + + + + + Server certificate file (default: server.cert) + + + + + Server private key (default: server.pem) + + + + + This help message + + + + + Unable to bind to %s on this computer (bind returned error %d, %s) + + + + + Allow DNS lookups for -addnode, -seednode and -connect + + + + + Loading addresses... + + + + + Error loading wallet.dat: Wallet corrupted + + + + + Error loading wallet.dat: Wallet requires newer version of Bitcoin + + + + + Wallet needed to be rewritten: restart Bitcoin to complete + + + + + Error loading wallet.dat + + + + + Invalid -proxy address: '%s' + + + + + Unknown network specified in -onlynet: '%s' + + + + + Unknown -socks proxy version requested: %i + + + + + Cannot resolve -bind address: '%s' + + + + + Cannot resolve -externalip address: '%s' + + + + + Invalid amount for -paytxfee=<amount>: '%s' + + + + + Invalid amount + + + + + Insufficient funds + + + + + Loading block index... + + + + + Add a node to connect to and attempt to keep the connection open + + + + + Unable to bind to %s on this computer. Bitcoin is probably already running. + + + + + Loading wallet... + + + + + Cannot downgrade wallet + + + + + Cannot write default address + + + + + Rescanning... + + + + + Done loading + + + + + To use the %s option + + + + + Error + + + + + You must set rpcpassword=<password> in the configuration file: +%s +If the file does not exist, create it with owner-readable-only file permissions. + + + + \ No newline at end of file diff --git a/src/qt/locale/bitcoin_cmn.ts b/src/qt/locale/bitcoin_cmn.ts new file mode 100644 index 0000000000..10efc47549 --- /dev/null +++ b/src/qt/locale/bitcoin_cmn.ts @@ -0,0 +1,4032 @@ + + + AboutDialog + + + About Bitcoin Core + + + + + <b>Bitcoin Core</b> version + + + + + +This is experimental software. + +Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php. + +This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. + + + + + Copyright + + + + + The Bitcoin Core developers + + + + + AddressBookPage + + + Double-click to edit address or label + + + + + Create a new address + + + + + &New + + + + + 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 + + + + + &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) + + + + + Exporting Failed + + + + + There was an error trying to save the address list to %1. + + + + + AddressTableModel + + + Label + + + + + Address + + + + + (no label) + + + + + AskPassphraseDialog + + + Passphrase Dialog + + + + + Enter passphrase + + + + + New passphrase + + + + + Repeat new passphrase + + + + + Enter the new passphrase to the wallet.<br/>Please use a passphrase of <b>10 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 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? + + + + + 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 + + + + + Bitcoin 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. + + + + + + + + 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. + + + + + BitcoinGUI + + + Sign &message... + + + + + Synchronizing with network... + + + + + &Overview + + + + + Node + + + + + Show general overview of wallet + + + + + &Transactions + + + + + Browse transaction history + + + + + E&xit + + + + + Quit application + + + + + Show information about Bitcoin + + + + + + About &Qt + + + + + Show information about Qt + + + + + &Options... + + + + + &Encrypt Wallet... + + + + + &Backup Wallet... + + + + + &Change Passphrase... + + + + + &Sending addresses... + + + + + &Receiving addresses... + + + + + Open &URI... + + + + + Importing blocks from disk... + + + + + Reindexing blocks on disk... + + + + + Send coins to a Bitcoin address + + + + + Modify configuration options for Bitcoin + + + + + Backup wallet to another location + + + + + Change the passphrase used for wallet encryption + + + + + &Debug window + + + + + Open debugging and diagnostic console + + + + + &Verify message... + + + + + Bitcoin + + + + + Wallet + + + + + &Send + + + + + &Receive + + + + + + &Show / Hide + + + + + Show or hide the main Window + + + + + Encrypt the private keys that belong to your wallet + + + + + Sign messages with your Bitcoin addresses to prove you own them + + + + + Verify messages to ensure they were signed with specified Bitcoin addresses + + + + + &File + + + + + &Settings + + + + + &Help + + + + + Tabs toolbar + + + + + + [testnet] + + + + + Bitcoin Core + + + + + Request payments (generates QR codes and bitcoin: URIs) + + + + + + &About Bitcoin Core + + + + + Show the list of used sending addresses and labels + + + + + Show the list of used receiving addresses and labels + + + + + Open a bitcoin: URI or payment request + + + + + &Command-line options + + + + + Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options + + + + + + Bitcoin client + + + + + %n active connection(s) to Bitcoin network + + + + + No block source available... + + + + + Processed %1 of %2 (estimated) blocks of transaction history. + + + + + Processed %1 blocks of transaction history. + + + + + %n hour(s) + + + + + %n day(s) + + + + + %n week(s) + + + + + %1 behind + + + + + Last received block was generated %1 ago. + + + + + Transactions after this will not yet be visible. + + + + + Error + + + + + Warning + + + + + Information + + + + + Up to date + + + + + Catching up... + + + + + Sent transaction + + + + + Incoming transaction + + + + + Date: %1 +Amount: %2 +Type: %3 +Address: %4 + + + + + + Wallet is <b>encrypted</b> and currently <b>unlocked</b> + + + + + Wallet is <b>encrypted</b> and currently <b>locked</b> + + + + + A fatal error occurred. Bitcoin can no longer continue safely and will quit. + + + + + ClientModel + + + Network Alert + + + + + CoinControlDialog + + + Coin Control Address Selection + + + + + Quantity: + + + + + Bytes: + + + + + Amount: + + + + + Priority: + + + + + Fee: + + + + + Low Output: + + + + + After Fee: + + + + + Change: + + + + + (un)select all + + + + + Tree mode + + + + + List mode + + + + + Amount + + + + + Address + + + + + Date + + + + + Confirmations + + + + + 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 low output + + + + + Copy change + + + + + highest + + + + + higher + + + + + high + + + + + medium-high + + + + + medium + + + + + low-medium + + + + + low + + + + + lower + + + + + lowest + + + + + (%1 locked) + + + + + none + + + + + Dust + + + + + yes + + + + + no + + + + + This label turns red, if the transaction size is greater than 1000 bytes. + + + + + + This means a fee of at least %1 per kB is required. + + + + + Can vary +/- 1 byte per input. + + + + + Transactions with higher priority are more likely to get included into a block. + + + + + 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 means a fee of at least %1 is required. + + + + + Amounts below 0.546 times the minimum relay fee are shown as dust. + + + + + This label turns red, if the change is smaller than %1. + + + + + + (no label) + + + + + change from %1 (%2) + + + + + (change) + + + + + EditAddressDialog + + + Edit Address + + + + + &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 + + + + + New receiving address + + + + + New sending address + + + + + Edit receiving address + + + + + Edit sending address + + + + + The entered address "%1" is already in the address book. + + + + + The entered address "%1" is not a valid Bitcoin address. + + + + + Could not unlock wallet. + + + + + New key generation failed. + + + + + FreespaceChecker + + + A new data directory will be created. + + + + + name + + + + + Directory already exists. Add %1 if you intend to create a new directory here. + + + + + Path already exists, and is not a directory. + + + + + Cannot create data directory here. + + + + + HelpMessageDialog + + + Bitcoin Core - Command-line options + + + + + Bitcoin Core + + + + + version + + + + + Usage: + + + + + command-line options + + + + + UI options + + + + + Set language, for example "de_DE" (default: system locale) + + + + + Start minimized + + + + + Show splash screen on startup (default: 1) + + + + + Choose data directory on startup (default: 0) + + + + + Intro + + + Welcome + + + + + 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. + + + + + Use the default data directory + + + + + Use a custom data directory: + + + + + Bitcoin + + + + + Error: Specified data directory "%1" can not be created. + + + + + Error + + + + + GB of free space available + + + + + (of %1GB needed) + + + + + OpenURIDialog + + + Open URI + + + + + Open payment request from URI or file + + + + + URI: + + + + + Select payment request file + + + + + Select payment request file to open + + + + + OptionsDialog + + + Options + + + + + &Main + + + + + Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. + + + + + Pay transaction &fee + + + + + Automatically start Bitcoin after logging in to the system. + + + + + &Start Bitcoin on system login + + + + + Size of &database cache + + + + + Set database cache size in megabytes (default: 25) + + + + + MB + + + + + Number of script &verification threads + + + + + Set the number of script verification threads (up to 16, 0 = auto, <0 = leave that many cores free, default: 0) + + + + + Connect to the Bitcoin network through a SOCKS proxy. + + + + + &Connect through SOCKS proxy (default proxy): + + + + + IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1) + + + + + Active command-line options that override above options: + + + + + Reset all client options to default. + + + + + &Reset Options + + + + + &Network + + + + + Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. + + + + + Map port using &UPnP + + + + + Proxy &IP: + + + + + &Port: + + + + + Port of the proxy (e.g. 9050) + + + + + SOCKS &Version: + + + + + SOCKS version of the proxy (e.g. 5) + + + + + &Window + + + + + Show only a tray icon after minimizing the window. + + + + + &Minimize to the tray instead of the taskbar + + + + + Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Quit in the menu. + + + + + M&inimize on close + + + + + &Display + + + + + User Interface &language: + + + + + The user interface language can be set here. This setting will take effect after restarting Bitcoin. + + + + + &Unit to show amounts in: + + + + + Choose the default subdivision unit to show in the interface and when sending coins. + + + + + Whether to show Bitcoin addresses in the transaction list or not. + + + + + &Display addresses in transaction list + + + + + Whether to show coin control features or not. + + + + + Display coin &control features (experts only) + + + + + &OK + + + + + &Cancel + + + + + default + + + + + none + + + + + Confirm options reset + + + + + + Client restart required to activate changes. + + + + + Client will be shutdown, do you want to proceed? + + + + + This change would require a client restart. + + + + + The supplied proxy address is invalid. + + + + + OverviewPage + + + 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. + + + + + Unconfirmed: + + + + + Wallet + + + + + Confirmed: + + + + + Your current spendable balance + + + + + 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 + + + + + Total: + + + + + Your current total balance + + + + + <b>Recent transactions</b> + + + + + + out of sync + + + + + PaymentServer + + + + URI handling + + + + + URI can not be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. + + + + + Requested payment amount of %1 is too small (considered dust). + + + + + + + + + + Payment request error + + + + + Cannot start bitcoin: click-to-pay handler + + + + + Net manager warning + + + + + Your active proxy doesn't support SOCKS5, which is required for payment requests via proxy. + + + + + Payment request fetch URL is invalid: %1 + + + + + Payment request file handling + + + + + Payment request file can not be read or processed! This can be caused by an invalid payment request file. + + + + + Unverified payment requests to custom payment scripts are unsupported. + + + + + Refund from %1 + + + + + Error communicating with %1: %2 + + + + + Payment request can not be parsed or processed! + + + + + Bad response from server %1 + + + + + Payment acknowledged + + + + + Network request error + + + + + QObject + + + + Bitcoin + + + + + Error: Specified data directory "%1" does not exist. + + + + + Error: Invalid combination of -regtest and -testnet. + + + + + Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + + QRImageWidget + + + &Save Image... + + + + + &Copy Image + + + + + Save QR Code + + + + + PNG Image (*.png) + + + + + RPCConsole + + + Client name + + + + + + + + + + + + + + + N/A + + + + + Client version + + + + + &Information + + + + + Debug window + + + + + General + + + + + Using OpenSSL version + + + + + Startup time + + + + + Network + + + + + Name + + + + + Number of connections + + + + + Block chain + + + + + Current number of blocks + + + + + Estimated total blocks + + + + + Last block time + + + + + &Open + + + + + &Console + + + + + &Network Traffic + + + + + &Clear + + + + + Totals + + + + + In: + + + + + Out: + + + + + Build date + + + + + Debug log file + + + + + Open the Bitcoin debug log file from the current data directory. This can take a few seconds for large log files. + + + + + Clear console + + + + + Welcome to the Bitcoin RPC console. + + + + + Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. + + + + + Type <b>help</b> for an overview of available commands. + + + + + %1 B + + + + + %1 KB + + + + + %1 MB + + + + + %1 GB + + + + + %1 m + + + + + %1 h + + + + + %1 h %2 m + + + + + ReceiveCoinsDialog + + + &Amount: + + + + + &Label: + + + + + &Message: + + + + + 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. + + + + + Use this form to request payments. All fields are <b>optional</b>. + + + + + + An optional amount to request. Leave this empty or zero to not request a specific amount. + + + + + Clear all fields of the form. + + + + + Clear + + + + + Requested payments history + + + + + &Request payment + + + + + Show the selected request (does the same as double clicking an entry) + + + + + Show + + + + + Remove the selected entries from the list + + + + + Remove + + + + + Copy label + + + + + Copy message + + + + + Copy amount + + + + + ReceiveRequestDialog + + + QR Code + + + + + Copy &URI + + + + + Copy &Address + + + + + &Save Image... + + + + + Request payment to %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. + + + + + RecentRequestsTableModel + + + Date + + + + + Label + + + + + Message + + + + + Amount + + + + + (no label) + + + + + (no message) + + + + + (no amount) + + + + + SendCoinsDialog + + + + + Send Coins + + + + + Coin Control Features + + + + + Inputs... + + + + + automatically selected + + + + + Insufficient funds! + + + + + Quantity: + + + + + Bytes: + + + + + Amount: + + + + + Priority: + + + + + Fee: + + + + + Low Output: + + + + + After Fee: + + + + + Change: + + + + + If this is activated, but the change address is empty or invalid, change will be sent to a newly generated address. + + + + + Custom change address + + + + + Send to multiple recipients at once + + + + + Add &Recipient + + + + + Clear all fields of the form. + + + + + Clear &All + + + + + Balance: + + + + + Confirm the send action + + + + + S&end + + + + + Confirm send coins + + + + + + + + %1 to %2 + + + + + Copy quantity + + + + + Copy amount + + + + + Copy fee + + + + + Copy after fee + + + + + Copy bytes + + + + + Copy priority + + + + + Copy low output + + + + + Copy change + + + + + Total Amount %1 (= %2) + + + + + or + + + + + The recipient address is not valid, please recheck. + + + + + The amount to pay must be larger than 0. + + + + + The amount exceeds your balance. + + + + + The total exceeds your balance when the %1 transaction fee is included. + + + + + Duplicate address found, can only send to each address once per send operation. + + + + + 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. + + + + + Warning: Invalid Bitcoin address + + + + + (no label) + + + + + Warning: Unknown change address + + + + + Are you sure you want to send? + + + + + added as transaction fee + + + + + Payment request expired + + + + + Invalid payment address %1 + + + + + SendCoinsEntry + + + + + A&mount: + + + + + Pay &To: + + + + + The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + + Enter a label for this address to add it to your address book + + + + + &Label: + + + + + Choose previously used address + + + + + This is a normal payment. + + + + + Alt+A + + + + + Paste address from clipboard + + + + + Alt+P + + + + + + + Remove this entry + + + + + Message: + + + + + This is a verified 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. + + + + + This is an unverified payment request. + + + + + + Pay To: + + + + + + Memo: + + + + + ShutdownWindow + + + Bitcoin Core is shutting down... + + + + + Do not shut down the computer until this window disappears. + + + + + SignVerifyMessageDialog + + + Signatures - Sign / Verify a Message + + + + + &Sign Message + + + + + You can sign messages with your addresses to prove you own them. Be careful not to sign anything vague, as phishing attacks may try to trick you into signing your identity over to them. Only sign fully-detailed statements you agree to. + + + + + The address to sign the message with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + + + Choose previously used address + + + + + + Alt+A + + + + + Paste address from clipboard + + + + + Alt+P + + + + + Enter the message you want to sign here + + + + + Signature + + + + + Copy the current signature to the system clipboard + + + + + Sign the message to prove you own this Bitcoin address + + + + + Sign &Message + + + + + Reset all sign message fields + + + + + + Clear &All + + + + + &Verify Message + + + + + Enter the signing address, message (ensure you copy line breaks, spaces, tabs, etc. exactly) and signature below to verify the message. Be careful not to read more into the signature than what is in the signed message itself, to avoid being tricked by a man-in-the-middle attack. + + + + + The address the message was signed with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + + Verify the message to ensure it was signed with the specified Bitcoin address + + + + + Verify &Message + + + + + Reset all verify message fields + + + + + Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + + 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] + + + + + TrafficGraphWidget + + + KB/s + + + + + TransactionDesc + + + Open until %1 + + + + + %1/offline + + + + + %1/unconfirmed + + + + + %1 confirmations + + + + + Status + + + + + , broadcast through %n node(s) + + + + + Date + + + + + Source + + + + + Generated + + + + + + From + + + + + + + To + + + + + + own address + + + + + label + + + + + + + + + Credit + + + + + matures in %n more block(s) + + + + + not accepted + + + + + + + + Debit + + + + + 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. + + + + + Debug information + + + + + Transaction + + + + + Inputs + + + + + Amount + + + + + true + + + + + false + + + + + , has not been successfully broadcast yet + + + + + Open for %n more block(s) + + + + + unknown + + + + + TransactionDescDialog + + + Transaction details + + + + + This pane shows a detailed description of the transaction + + + + + TransactionTableModel + + + Date + + + + + Type + + + + + Address + + + + + Amount + + + + + Immature (%1 confirmations, will be available after %2) + + + + + Open for %n more block(s) + + + + + Open until %1 + + + + + Offline (%1 confirmations) + + + + + Unconfirmed (%1 of %2 confirmations) + + + + + + Confirmed (%1 confirmations) + + + + + This block was not received by any other nodes and will probably not be accepted! + + + + + Generated but not accepted + + + + + Received with + + + + + Received from + + + + + Sent to + + + + + Payment to yourself + + + + + Mined + + + + + (n/a) + + + + + Transaction status. Hover over this field to show number of confirmations. + + + + + Date and time that the transaction was received. + + + + + Type of transaction. + + + + + Destination address 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 + + + + + Exporting Failed + + + + + There was an error trying to save the transaction history to %1. + + + + + Exporting Successful + + + + + The transaction history was successfully saved to %1. + + + + + Comma separated file (*.csv) + + + + + Confirmed + + + + + Date + + + + + Type + + + + + Label + + + + + Address + + + + + Amount + + + + + ID + + + + + Range: + + + + + to + + + + + 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) + + + + + Backup Failed + + + + + There was an error trying to save the wallet data to %1. + + + + + The wallet data was successfully saved to %1. + + + + + Backup Successful + + + + + bitcoin-core + + + Usage: + + + + + List commands + + + + + Get help for a command + + + + + Options: + + + + + Specify configuration file (default: bitcoin.conf) + + + + + Specify pid file (default: bitcoind.pid) + + + + + Specify data directory + + + + + Set database cache size in megabytes (default: 25) + + + + + Listen for connections on <port> (default: 8333 or testnet: 18333) + + + + + Maintain at most <n> connections to peers (default: 125) + + + + + Connect to a node to retrieve peer addresses, and disconnect + + + + + Specify your own public address + + + + + Threshold for disconnecting misbehaving peers (default: 100) + + + + + Number of seconds to keep misbehaving peers from reconnecting (default: 86400) + + + + + An error occurred while setting up the RPC port %u for listening on IPv4: %s + + + + + Listen for JSON-RPC connections on <port> (default: 8332 or testnet: 18332) + + + + + Accept command line and JSON-RPC commands + + + + + Run in the background as a daemon and accept commands + + + + + Use the test network + + + + + Accept connections from outside (default: 1 if no -proxy or -connect) + + + + + %s, you must set a rpcpassword in the configuration file: +%s +It is recommended you use the following random password: +rpcuser=bitcoinrpc +rpcpassword=%s +(you do not need to remember this password) +The username and password MUST NOT be the same. +If the file does not exist, create it with owner-readable-only file permissions. +It is also recommended to set alertnotify so you are notified of problems; +for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com + + + + + + Acceptable ciphers (default: TLSv1.2+HIGH:TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!3DES:@STRENGTH) + + + + + An error occurred while setting up the RPC port %u for listening on IPv6, falling back to IPv4: %s + + + + + Bind to given address and always listen on it. Use [host]:port notation for IPv6 + + + + + Cannot obtain a lock on data directory %s. Bitcoin is probably already running. + + + + + Enter regression test mode, which uses a special chain in which blocks can be solved instantly. This is intended for regression testing tools and app development. + + + + + Enter regression test mode, which uses a special chain in which blocks can be solved instantly. + + + + + Error: 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. + + + + + Error: This transaction requires a transaction fee of at least %s because of its amount, complexity, or use of recently received funds! + + + + + Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) + + + + + This is a pre-release test build - use at your own risk - do not use for mining or merchant applications + + + + + Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: -proxy) + + + + + Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. + + + + + Warning: Please check that your computer's date and time are correct! If your clock is wrong Bitcoin will not work properly. + + + + + Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. + + + + + Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. + + + + + Warning: error reading wallet.dat! All keys read correctly, but transaction data or address book entries might be missing or incorrect. + + + + + 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. + + + + + <category> can be: + + + + + Attempt to recover private keys from a corrupt wallet.dat + + + + + Bitcoin Core Daemon + + + + + Bitcoin RPC client version + + + + + Block creation options: + + + + + Connect only to the specified node(s) + + + + + Connect through SOCKS proxy + + + + + Connect to JSON-RPC on <port> (default: 8332 or testnet: 18332) + + + + + Corrupted block database detected + + + + + Discover own IP address (default: 1 when listening and no -externalip) + + + + + Do not load the wallet and disable wallet RPC calls + + + + + Do you want to rebuild the block database now? + + + + + Error initializing block database + + + + + Error initializing wallet database environment %s! + + + + + Error loading block database + + + + + Error opening block database + + + + + Error: Disk space is low! + + + + + Error: Wallet locked, unable to create transaction! + + + + + Error: system error: + + + + + Failed to listen on any port. Use -listen=0 if you want this. + + + + + Failed to read block info + + + + + Failed to read block + + + + + Failed to sync block index + + + + + Failed to write block index + + + + + Failed to write block info + + + + + Failed to write block + + + + + Failed to write file info + + + + + Failed to write to coin database + + + + + Failed to write transaction index + + + + + Failed to write undo data + + + + + Fee per kB to add to transactions you send + + + + + Find peers using DNS lookup (default: 1 unless -connect) + + + + + Generate coins (default: 0) + + + + + How many blocks to check at startup (default: 288, 0 = all) + + + + + How thorough the block verification is (0-4, default: 3) + + + + + If <category> is not supplied, output all debugging information. + + + + + Incorrect or no genesis block found. Wrong datadir for network? + + + + + Invalid -onion address: '%s' + + + + + Not enough file descriptors available. + + + + + Prepend debug output with timestamp (default: 1) + + + + + RPC client options: + + + + + Rebuild block chain index from current blk000??.dat files + + + + + Select SOCKS version for -proxy (4 or 5, default: 5) + + + + + Send command to Bitcoin server + + + + + Set maximum block size in bytes (default: %d) + + + + + Set the number of threads to service RPC calls (default: 4) + + + + + Specify wallet file (within data directory) + + + + + Start Bitcoin server + + + + + This is intended for regression testing tools and app development. + + + + + Usage (deprecated, use bitcoin-cli): + + + + + Verifying blocks... + + + + + Verifying wallet... + + + + + Wait for RPC server to start + + + + + Wallet %s resides outside data directory %s + + + + + Wallet options: + + + + + Warning: Deprecated argument -debugnet ignored, use -debug=net + + + + + You need to rebuild the database using -reindex to change -txindex + + + + + Imports blocks from external blk000??.dat file + + + + + Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message) + + + + + Output debugging information (default: 0, supplying <category> is optional) + + + + + Set maximum size of high-priority/low-fee transactions in bytes (default: %d) + + + + + Set the number of script verification threads (up to 16, 0 = auto, <0 = leave that many cores free, default: 0) + + + + + Information + + + + + Invalid amount for -minrelaytxfee=<amount>: '%s' + + + + + Invalid amount for -mintxfee=<amount>: '%s' + + + + + Maintain a full transaction index (default: 0) + + + + + Maximum per-connection receive buffer, <n>*1000 bytes (default: 5000) + + + + + Maximum per-connection send buffer, <n>*1000 bytes (default: 1000) + + + + + Only accept block chain matching built-in checkpoints (default: 1) + + + + + Only connect to nodes in network <net> (IPv4, IPv6 or Tor) + + + + + SSL options: (see the Bitcoin Wiki for SSL setup instructions) + + + + + Send trace/debug info to console instead of debug.log file + + + + + Set minimum block size in bytes (default: 0) + + + + + Shrink debug.log file on client startup (default: 1 when no -debug) + + + + + Signing transaction failed + + + + + Specify connection timeout in milliseconds (default: 5000) + + + + + System error: + + + + + Transaction amount too small + + + + + Transaction amounts must be positive + + + + + Transaction too large + + + + + Use UPnP to map the listening port (default: 0) + + + + + Use UPnP to map the listening port (default: 1 when listening) + + + + + Username for JSON-RPC connections + + + + + Warning + + + + + Warning: This version is obsolete, upgrade required! + + + + + version + + + + + wallet.dat corrupt, salvage failed + + + + + Password for JSON-RPC connections + + + + + Allow JSON-RPC connections from specified IP address + + + + + Send commands to node running on <ip> (default: 127.0.0.1) + + + + + Execute command when the best block changes (%s in cmd is replaced by block hash) + + + + + Upgrade wallet to latest format + + + + + Set key pool size to <n> (default: 100) + + + + + Rescan the block chain for missing wallet transactions + + + + + Use OpenSSL (https) for JSON-RPC connections + + + + + Server certificate file (default: server.cert) + + + + + Server private key (default: server.pem) + + + + + This help message + + + + + Unable to bind to %s on this computer (bind returned error %d, %s) + + + + + Allow DNS lookups for -addnode, -seednode and -connect + + + + + Loading addresses... + + + + + Error loading wallet.dat: Wallet corrupted + + + + + Error loading wallet.dat: Wallet requires newer version of Bitcoin + + + + + Wallet needed to be rewritten: restart Bitcoin to complete + + + + + Error loading wallet.dat + + + + + Invalid -proxy address: '%s' + + + + + Unknown network specified in -onlynet: '%s' + + + + + Unknown -socks proxy version requested: %i + + + + + Cannot resolve -bind address: '%s' + + + + + Cannot resolve -externalip address: '%s' + + + + + Invalid amount for -paytxfee=<amount>: '%s' + + + + + Invalid amount + + + + + Insufficient funds + + + + + Loading block index... + + + + + Add a node to connect to and attempt to keep the connection open + + + + + Unable to bind to %s on this computer. Bitcoin is probably already running. + + + + + Loading wallet... + + + + + Cannot downgrade wallet + + + + + Cannot write default address + + + + + Rescanning... + + + + + Done loading + + + + + To use the %s option + + + + + Error + + + + + You must set rpcpassword=<password> in the configuration file: +%s +If the file does not exist, create it with owner-readable-only file permissions. + + + + \ No newline at end of file diff --git a/src/qt/locale/bitcoin_de.ts b/src/qt/locale/bitcoin_de.ts index d8ba1e2c44..11bf37817a 100644 --- a/src/qt/locale/bitcoin_de.ts +++ b/src/qt/locale/bitcoin_de.ts @@ -1284,7 +1284,7 @@ Adresse: %4 Set the number of script verification threads (up to 16, 0 = auto, <0 = leave that many cores free, default: 0) - Maximale Anzahl an Skript-Verifizierungs-Threads festlegen (bis zu 16, 0 = automatisch, <0 = soviele Kerne frei lassen, Standard: 0) + Maximale Anzahl an Skript-Verifizierungs-Threads festlegen (bis zu 16, 0 = automatisch, <0 = so viele Kerne frei lassen, Standard: 0) @@ -1655,6 +1655,11 @@ Adresse: %4 Error: Invalid combination of -regtest and -testnet. Fehler: Ungültige Kombination von -regtest und -testnet. + + + Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Bitcoin-Adresse eingeben (z.B. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + QRImageWidget @@ -1829,7 +1834,7 @@ Adresse: %4 Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. - Pfeiltaste hoch und runter, um die Historie durchzublättern und <b>Strg-L</b>, um die Konsole zurückzusetzen. + Pfeiltaste hoch und runter, um den Verlauf durchzublättern und <b>Strg-L</b>, um die Konsole zurückzusetzen. @@ -1875,22 +1880,22 @@ Adresse: %4 ReceiveCoinsDialog - + &Amount: &Betrag: - + &Label: &Bezeichnung: - + &Message: &Nachricht: - + 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. Eine der bereits verwendeten Empfangsadressen wiederverwenden. Addressen wiederzuverwenden birgt Sicherheits- und Datenschutzrisiken. Außer zum Neuerstellen einer bereits erzeugten Zahlungsanforderung sollten Sie dies nicht nutzen. @@ -1900,27 +1905,30 @@ Adresse: %4 Vorhandene Empfangsadresse &wiederverwenden (nicht empfohlen) - - An optional label to associate with the new receiving address - Eine optionale Bezeichnung, die der neuen Empfangsadresse zugeordnet wird - - - + + 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. Eine optionale Nachricht, die an die Zahlungsanforderung angehängt wird. Sie wird angezeigt, wenn die Anforderung geöffnet wird. Hinweis: Diese Nachricht wird nicht mit der Zahlung über das Bitcoin-Netzwerk gesendet. - + + + An optional label to associate with the new receiving address. + Eine optionale Bezeichnung, die der neuen Empfangsadresse zugeordnet wird. + + + Use this form to request payments. All fields are <b>optional</b>. Verwenden Sie dieses Formular um Zahlungen anzufordern. Alle Felder sind <b>optional</b>. - + + An optional amount to request. Leave this empty or zero to not request a specific amount. Ein optional angeforderte Betrag. Lassen Sie dieses Feld leer oder setzen Sie es auf 0, um keinen spezifischen Betrag anzufordern. - + Clear all fields of the form. Alle Formularfelder zurücksetzen. @@ -1930,17 +1938,17 @@ Adresse: %4 Zurücksetzen - - &Request payment - &Zahlung anfordern + + Requested payments history + Verlauf der angeforderten Zahlungen - - Requested payments - Angeforderte Zahlungen + + &Request payment + &Zahlung anfordern - + Show the selected request (does the same as double clicking an entry) Die ausgewählten Anforderungen anzeigen (entspricht einem Doppelklick auf einen Eintrag) @@ -1959,6 +1967,21 @@ Adresse: %4 Remove Entfernen + + + Copy label + Bezeichnung kopieren + + + + Copy message + Nachricht kopieren + + + + Copy amount + Betrag kopieren + ReceiveRequestDialog @@ -2060,12 +2083,17 @@ Adresse: %4 (no message) (keine Nachricht) + + + (no amount) + (kein Betrag) + SendCoinsDialog - + Send Coins Bitcoins überweisen @@ -2141,7 +2169,7 @@ Adresse: %4 Benutzerdefinierte Wechselgeld-Adresse - + Send to multiple recipients at once In einer Transaktion an mehrere Empfänger auf einmal überweisen @@ -2151,7 +2179,7 @@ Adresse: %4 Empfänger &hinzufügen - + Clear all fields of the form. Alle Formularfelder zurücksetzen. @@ -2161,12 +2189,12 @@ Adresse: %4 &Zurücksetzen - + Balance: Kontostand: - + Confirm the send action Überweisung bestätigen @@ -2176,7 +2204,7 @@ Adresse: %4 &Überweisen - + Confirm send coins Überweisung bestätigen @@ -2189,12 +2217,7 @@ Adresse: %4 %1 an %2 - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Bitcoin-Adresse eingeben (z.B. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - + Copy quantity Anzahl kopieren @@ -2244,7 +2267,7 @@ Adresse: %4 oder - + The recipient address is not valid, please recheck. Die Zahlungsadresse ist ungültig, bitte nochmals überprüfen. @@ -2279,12 +2302,12 @@ Adresse: %4 Die Transaktion wurde abgelehnt! Dies kann passieren, wenn einige Bitcoins aus ihrer Wallet bereits ausgegeben wurden. Beispielsweise weil Sie eine Kopie ihrer wallet.dat genutzt, die Bitcoins dort ausgegeben haben und dies daher in der derzeit aktiven Wallet nicht vermerkt ist. - + Warning: Invalid Bitcoin address Warnung: Ungültige Bitcoin-Adresse - + (no label) (keine Bezeichnung) @@ -2294,7 +2317,7 @@ Adresse: %4 Warnung: Unbekannte Wechselgeld-Adresse - + Are you sure you want to send? Wollen Sie die Überweisung ausführen? @@ -2304,7 +2327,7 @@ Adresse: %4 als Transaktionsgebühr hinzugefügt - + Payment request expired Zahlungsanforderung abgelaufen @@ -2381,12 +2404,7 @@ Adresse: %4 Nachricht: - - 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. - Eine an die "bitcoin:"-URI angefügte Nachricht, die zusammen mit der Transaktion gespeichert wird. Hinweis: Diese Nachricht wird nicht über das Bitcoin-Netzwerk gesendet. - - - + This is a verified payment request. Dies is eine verifizierte Zahlungsanforderung. @@ -2396,7 +2414,12 @@ Adresse: %4 Adressbezeichnung eingeben, die dann zusammen mit der Adresse der Liste bereits verwendeter Adressen hinzugefügt wird. - + + 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. + Eine an die "bitcoin:"-URI angefügte Nachricht, die zusammen mit der Transaktion gespeichert wird. Hinweis: Diese Nachricht wird nicht über das Bitcoin-Netzwerk gesendet. + + + This is an unverified payment request. Dies is eine unverifizierte Zahlungsanforderung. @@ -2412,11 +2435,6 @@ Adresse: %4 Memo: Memo: - - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Bitcoin-Adresse eingeben (z.B. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - ShutdownWindow @@ -2454,19 +2472,19 @@ Adresse: %4 Die Adresse mit der die Nachricht signiert wird (z.B. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - + + Choose previously used address Bereits verwendete Adresse auswählen - - + + Alt+A Alt+A - + Paste address from clipboard Adresse aus der Zwischenablage einfügen @@ -2507,12 +2525,12 @@ Adresse: %4 - + Clear &All &Zurücksetzen - + &Verify Message Nachricht &verifizieren @@ -2527,7 +2545,7 @@ Adresse: %4 Die Adresse mit der die Nachricht signiert wurde (z.B. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - + Verify the message to ensure it was signed with the specified Bitcoin address Die Nachricht verifizieren, um sicherzustellen, dass diese mit der angegebenen Bitcoin-Adresse signiert wurde @@ -2542,43 +2560,37 @@ Adresse: %4 Alle "Nachricht verifizieren"-Felder zurücksetzen - - + Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) Bitcoin-Adresse eingeben (z.B. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - + Click "Sign Message" to generate signature Auf "Nachricht signieren" klicken, um die Signatur zu erzeugen - - - Enter Bitcoin signature - Bitcoin-Signatur eingeben - - + The entered address is invalid. Die eingegebene Adresse ist ungültig. - + - + Please check the address and try again. Bitte überprüfen Sie die Adresse und versuchen Sie es erneut. - - + + The entered address does not refer to a key. Die eingegebene Adresse verweist nicht auf einen Schlüssel. - + Wallet unlock was cancelled. Wallet-Entsperrung wurde abgebrochen. @@ -2598,7 +2610,7 @@ Adresse: %4 Nachricht signiert. - + The signature could not be decoded. Die Signatur konnte nicht dekodiert werden. @@ -3720,7 +3732,7 @@ zum Beispiel: alertnotify=echo %%s | mail -s \"Bitcoin Alert\" admin@f Set the number of script verification threads (up to 16, 0 = auto, <0 = leave that many cores free, default: 0) - Maximale Anzahl an Skript-Verifizierungs-Threads festlegen (bis zu 16, 0 = automatisch, <0 = soviele Kerne frei lassen, Standard: 0) + Maximale Anzahl an Skript-Verifizierungs-Threads festlegen (bis zu 16, 0 = automatisch, <0 = so viele Kerne frei lassen, Standard: 0) diff --git a/src/qt/locale/bitcoin_es.ts b/src/qt/locale/bitcoin_es.ts index 98c99a32ed..f190b33e02 100644 --- a/src/qt/locale/bitcoin_es.ts +++ b/src/qt/locale/bitcoin_es.ts @@ -45,7 +45,7 @@ Eric Young (eay@cryptsoft.com) y el software UPnP escrito por Thomas Bernard. Double-click to edit address or label - Haga doble clic para editar una dirección o etiqueta + Haga doble clic para editar una etiqueta o dirección @@ -571,12 +571,12 @@ Eric Young (eay@cryptsoft.com) y el software UPnP escrito por Thomas Bernard. &Command-line options - + &Opciones de línea de comandos Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options - + Muestra el mensaje de ayuda Bitcoin Core para obtener una lista con las posibles opciones de línea de comandos Bitcoin @@ -1099,7 +1099,7 @@ Dirección: %4 Bitcoin Core - Command-line options - + Bitcoin Core - opciones de línea de comandos @@ -1308,7 +1308,7 @@ Dirección: %4 Active command-line options that override above options: - + Opciones activas de línea de comandos que tienen preferencia sobre las opciones antes mencionadas: @@ -1583,12 +1583,12 @@ Dirección: %4 Net manager warning - + Advertencia del gestor de red Your active proxy doesn't support SOCKS5, which is required for payment requests via proxy. - + El proxy configurado no soporta el protocolo SOCKS5, el cual es requerido para pagos vía proxy. @@ -1659,6 +1659,11 @@ Dirección: %4 Error: Invalid combination of -regtest and -testnet. Error: Combinación no válida de -regtest y -testnet. + + + Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Introduzca una dirección Bitcoin (ej. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + QRImageWidget @@ -1879,22 +1884,22 @@ Dirección: %4 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. @@ -1904,27 +1909,30 @@ Dirección: %4 R&eutilizar una dirección existente para recibir (no recomendado) - - An optional label to associate with the new receiving address - + + + 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 Bitcoin. - - 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. + Etiqueta opcional para asociar con la nueva dirección de recepción. - + Use this form to request payments. All fields are <b>optional</b>. - + Utiliza 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. Limpiar todos los campos del formulario. @@ -1934,17 +1942,17 @@ Dirección: %4 Limpiar - - &Request payment - &Solicitar pago + + Requested payments history + Se solicita historial de pagos - - Requested payments - 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) @@ -1963,6 +1971,21 @@ Dirección: %4 Remove Eliminar + + + Copy label + Copiar etiqueta + + + + Copy message + Mensaje + + + + Copy amount + Copiar cuantía + ReceiveRequestDialog @@ -2064,12 +2087,17 @@ Dirección: %4 (no message) (Ningun mensaje) + + + (no amount) + (sin monto) + SendCoinsDialog - + Send Coins Enviar monedas @@ -2145,7 +2173,7 @@ Dirección: %4 Dirección propia - + Send to multiple recipients at once Enviar a múltiples destinatarios de una vez @@ -2155,7 +2183,7 @@ Dirección: %4 Añadir &destinatario - + Clear all fields of the form. Limpiar todos los campos del formulario @@ -2165,12 +2193,12 @@ Dirección: %4 Limpiar &todo - + Balance: Saldo: - + Confirm the send action Confirmar el envío @@ -2180,7 +2208,7 @@ Dirección: %4 &Enviar - + Confirm send coins Confirmar el envío de monedas @@ -2193,12 +2221,7 @@ Dirección: %4 %1 a %2 - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Introduzca una dirección Bitcoin (ej. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - + Copy quantity Copiar cantidad @@ -2248,7 +2271,7 @@ Dirección: %4 o - + The recipient address is not valid, please recheck. La dirección de recepción no es válida, compruébela de nuevo. @@ -2283,12 +2306,12 @@ Dirección: %4 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 Bitcoin inválida - + (no label) (sin etiqueta) @@ -2298,7 +2321,7 @@ Dirección: %4 Alerta: Dirección de Bitcoin inválida - + Are you sure you want to send? ¿Está seguro que desea enviar? @@ -2308,7 +2331,7 @@ Dirección: %4 añadido como comisión de transacción - + Payment request expired Petición de pago expirada @@ -2385,12 +2408,7 @@ Dirección: %4 Mensaje: - - 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. - - - - + This is a verified payment request. Esto es una petición de pago verificado. @@ -2400,7 +2418,12 @@ Dirección: %4 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 bitcoin: URL que será almacenada con la transacción para su referencia. Nota: Este mensaje no se envía a través de la red Bitcoin. + + + This is an unverified payment request. Esto es una petición de pago no verificado. @@ -2416,18 +2439,14 @@ Dirección: %4 Memo: Memo: - - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Introduzca una dirección Bitcoin (ej. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - ShutdownWindow Bitcoin Core is shutting down... - + El núcleo de Bitcoin se está cerrando... + @@ -2458,19 +2477,19 @@ Dirección: %4 La dirección con la que firmar el mensaje (ej. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - + + Choose previously used address Escoger dirección previamente usada - - + + Alt+A Alt+A - + Paste address from clipboard Pegar dirección desde portapapeles @@ -2511,12 +2530,12 @@ Dirección: %4 - + Clear &All Limpiar &todo - + &Verify Message &Verificar mensaje @@ -2531,7 +2550,7 @@ Dirección: %4 La dirección con la que se firmó el mensaje (ej. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - + 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 Bitcoin indicada @@ -2546,43 +2565,37 @@ Dirección: %4 Limpiar todos los campos de la verificación de mensaje - - + Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) Introduzca una dirección Bitcoin (ej. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - + Click "Sign Message" to generate signature Haga clic en "Firmar mensaje" para generar la firma - - - Enter Bitcoin signature - Introduzca una firma Bitcoin - - + 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. @@ -2602,7 +2615,7 @@ Dirección: %4 Mensaje firmado. - + The signature could not be decoded. No se puede decodificar la firma. diff --git a/src/qt/locale/bitcoin_es_CL.ts b/src/qt/locale/bitcoin_es_CL.ts index 8188513826..24cefe2bac 100644 --- a/src/qt/locale/bitcoin_es_CL.ts +++ b/src/qt/locale/bitcoin_es_CL.ts @@ -32,7 +32,7 @@ Eric Young (eay@cryptsoft.com) y UPnP software escrito por Thomas Bernard. Copyright - + Copyright @@ -201,12 +201,12 @@ Eric Young (eay@cryptsoft.com) y UPnP software escrito por Thomas Bernard. Repeat new passphrase - Repite nueva contraseña: + Repite nueva contraseña Enter the new passphrase to the wallet.<br/>Please use a passphrase of <b>10 or more random characters</b>, or <b>eight or more words</b>. - Introduce la nueva contraseña para la billetera.<br/>Por favor utiliza un contraseña <b>de 10 o mas caracteres aleatorios</b>, u <b>ocho o mas palabras</b>. + Introduce la nueva contraseña para la billetera.<br/>Por favor utiliza un contraseña de<b>10 o más caracteres aleatorios</b>, u <b>ocho o más palabras</b>. @@ -352,7 +352,7 @@ Eric Young (eay@cryptsoft.com) y UPnP software escrito por Thomas Bernard. &Transactions - &Transacciónes + &Transacciones @@ -453,12 +453,12 @@ Eric Young (eay@cryptsoft.com) y UPnP software escrito por Thomas Bernard. &Debug window - + Ventana &Debug Open debugging and diagnostic console - + Abre consola de depuración y diagnóstico @@ -607,17 +607,17 @@ Eric Young (eay@cryptsoft.com) y UPnP software escrito por Thomas Bernard. %n hour(s) - + %n hora%n horas %n day(s) - + %n día%n días %n week(s) - + %n semana%n semanas @@ -1273,7 +1273,7 @@ Dirección: %4 Set database cache size in megabytes (default: 25) - + Asigna el tamaño del caché de la base de datos en MB (25 predeterminado) @@ -1313,7 +1313,7 @@ Dirección: %4 Reset all client options to default. - + Reestablece todas las opciones. @@ -1433,17 +1433,17 @@ Dirección: %4 &OK - + &OK &Cancel - + &Cancela default - + predeterminado @@ -1453,7 +1453,7 @@ Dirección: %4 Confirm options reset - + Confirmar reestablecimiento de las opciones @@ -1659,6 +1659,11 @@ Dirección: %4 Error: Invalid combination of -regtest and -testnet. + + + Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Introduce una dirección Bitcoin (ej. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + QRImageWidget @@ -1688,7 +1693,7 @@ Dirección: %4 Client name - + Nombre del cliente @@ -1738,7 +1743,7 @@ Dirección: %4 Network - + Red @@ -1753,7 +1758,7 @@ Dirección: %4 Block chain - + Bloquea cadena @@ -1879,22 +1884,22 @@ Dirección: %4 ReceiveCoinsDialog - + &Amount: - + &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. @@ -1904,27 +1909,30 @@ Dirección: %4 - - An optional label to associate with the new receiving address + + + 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 Bitcoin network. + + + An optional label to associate with the new receiving address. - + Use this form to request payments. All fields are <b>optional</b>. - + + An optional amount to request. Leave this empty or zero to not request a specific amount. - + Clear all fields of the form. @@ -1934,17 +1942,17 @@ Dirección: %4 - - &Request payment + + Requested payments history - - Requested payments + + &Request payment - + Show the selected request (does the same as double clicking an entry) @@ -1963,6 +1971,21 @@ Dirección: %4 Remove + + + Copy label + Copia etiqueta + + + + Copy message + + + + + Copy amount + Copiar Cantidad + ReceiveRequestDialog @@ -2064,12 +2087,17 @@ Dirección: %4 (no message) + + + (no amount) + + SendCoinsDialog - + Send Coins Enviar monedas @@ -2145,7 +2173,7 @@ Dirección: %4 - + Send to multiple recipients at once Enviar a múltiples destinatarios @@ -2155,7 +2183,7 @@ Dirección: %4 &Agrega destinatario - + Clear all fields of the form. @@ -2165,12 +2193,12 @@ Dirección: %4 &Borra todos - + Balance: Balance: - + Confirm the send action Confirma el envio @@ -2180,7 +2208,7 @@ Dirección: %4 &Envía - + Confirm send coins Confirmar el envio de monedas @@ -2193,12 +2221,7 @@ Dirección: %4 - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Introduce una dirección Bitcoin (ej. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - + Copy quantity @@ -2248,7 +2271,7 @@ Dirección: %4 - + The recipient address is not valid, please recheck. La dirección de destinatarion no es valida, comprueba otra vez. @@ -2283,12 +2306,12 @@ Dirección: %4 - + Warning: Invalid Bitcoin address - + (no label) (sin etiqueta) @@ -2298,7 +2321,7 @@ Dirección: %4 - + Are you sure you want to send? @@ -2308,7 +2331,7 @@ Dirección: %4 - + Payment request expired @@ -2385,12 +2408,7 @@ Dirección: %4 Mensaje: - - 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. - - - - + This is a verified payment request. @@ -2400,7 +2418,12 @@ Dirección: %4 - + + 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. + + + + This is an unverified payment request. @@ -2416,11 +2439,6 @@ Dirección: %4 Memo: - - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Introduce una dirección Bitcoin (ej. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - ShutdownWindow @@ -2458,19 +2476,19 @@ Dirección: %4 Introduce una dirección Bitcoin (ej. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - + + Choose previously used address - - + + Alt+A Alt+A - + Paste address from clipboard Pega dirección desde portapapeles @@ -2511,12 +2529,12 @@ Dirección: %4 - + Clear &All &Borra todos - + &Verify Message &Firmar Mensaje @@ -2531,7 +2549,7 @@ Dirección: %4 Introduce una dirección Bitcoin (ej. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - + Verify the message to ensure it was signed with the specified Bitcoin address @@ -2546,43 +2564,37 @@ Dirección: %4 - - + Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) Introduce una dirección Bitcoin (ej. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - + Click "Sign Message" to generate signature Click en "Firmar Mensage" para conseguir firma - - - Enter Bitcoin signature - Ingresar firma Bicoin - - + The entered address is invalid. La dirección introducida "%1" no es una dirección Bitcoin valida. - + - + Please check the address and try again. Por favor, revise la dirección Bitcoin e inténtelo denuevo - - + + The entered address does not refer to a key. - + Wallet unlock was cancelled. Ha fallado el desbloqueo de la billetera @@ -2602,7 +2614,7 @@ Dirección: %4 Mensaje firmado - + The signature could not be decoded. @@ -2826,7 +2838,7 @@ Dirección: %4 Open for %n more block(s) - + Abierto para %n bloque másAbierto para %n bloques más @@ -2877,7 +2889,7 @@ Dirección: %4 Open for %n more block(s) - + Abierto para &n bloque másAbierto para &n bloques más @@ -3250,7 +3262,7 @@ Dirección: %4 Set database cache size in megabytes (default: 25) - + Asigna el tamaño del caché de la base de datos en MB (25 predeterminado) @@ -3509,7 +3521,7 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. Error: system error: - + Error: error de sistema: @@ -3519,32 +3531,32 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. Failed to read block info - + Falló la lectura de la información del bloque Failed to read block - + Falló la lectura del bloque Failed to sync block index - + Falló sincronización del índice del bloque Failed to write block index - + Falló la escritura del bloque del índice Failed to write block info - + Falló la escritura de la información del bloque Failed to write block - + Falló la escritura del bloque @@ -3799,7 +3811,7 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. System error: - + Error de sistema: @@ -4035,7 +4047,7 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. To use the %s option - + Para utilizar la opción %s diff --git a/src/qt/locale/bitcoin_es_DO.ts b/src/qt/locale/bitcoin_es_DO.ts new file mode 100644 index 0000000000..2126ff2230 --- /dev/null +++ b/src/qt/locale/bitcoin_es_DO.ts @@ -0,0 +1,4073 @@ + + + AboutDialog + + + About Bitcoin Core + Acerca del Núcleo de Bitcoin + + + + <b>Bitcoin Core</b> version + Versión del <b>Núcleo de Bitcoin<b> + + + + +This is experimental software. + +Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php. + +This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. + +Este es un software experimental. + +Distribuido bajo la licencia MIT/X11, vea el archivo adjunto +COPYING o http://www.opensource.org/licenses/mit-license.php. + +Este producto incluye software desarrollado por OpenSSL Project para su uso en +el OpenSSL Toolkit (http://www.openssl.org/) y software criptográfico escrito por +Eric Young (eay@cryptsoft.com) y el software UPnP escrito por Thomas Bernard. + + + + Copyright + Copyright + + + + The Bitcoin Core developers + Los desarrolladores del Núcleo de Bitcoin + + + + AddressBookPage + + + Double-click to edit address or label + Haga doble clic para editar una dirección o etiqueta + + + + Create a new address + Crear una nueva dirección + + + + &New + Nuevo + + + + Copy the currently selected address to the system clipboard + Copiar la dirección seleccionada al portapapeles del sistema + + + + &Copy + &Copiar + + + + C&lose + &Cerrar + + + + &Copy Address + &Copiar dirección + + + + Delete the currently selected address from the list + Borrar de la lista la dirección seleccionada + + + + Export the data in the current tab to a file + Exportar a un archivo los datos de esta pestaña + + + + &Export + &Exportar + + + + &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 Bitcoin 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 Bitcoin 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 + + + + There was an error trying to save the address list to %1. + + + + + AddressTableModel + + + Label + Etiqueta + + + + Address + Dirección + + + + (no label) + (sin etiqueta) + + + + AskPassphraseDialog + + + Passphrase Dialog + Diálogo de contraseña + + + + Enter passphrase + Introducir contraseña + + + + New passphrase + Nueva contraseña + + + + Repeat new passphrase + Repita la nueva contraseña + + + + Enter the new passphrase to the wallet.<br/>Please use a passphrase of <b>10 or more random characters</b>, or <b>eight or more words</b>. + Introduzca la nueva contraseña de la cartera.<br/>Por favor elija una con <b>10 o más caracteres aleatorios</b>, u <b>ocho o más palabras</b>. + + + + 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 + + + + Enter the old and new passphrase to the wallet. + Introduzca la contraseña anterior de la cartera y la nueva. + + + + 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 BITCOINS</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 + + + + Bitcoin 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. + Bitcoin se cerrará para finalizar el proceso de cifrado. Recuerde que el cifrado de su monedero no puede proteger totalmente sus bitcoins de robo por malware que infecte su sistema. + + + + + + + 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. + + + + BitcoinGUI + + + Sign &message... + Firmar &mensaje... + + + + Synchronizing with network... + Sincronizando con la red… + + + + &Overview + &Vista general + + + + Node + Nodo + + + + Show general overview of wallet + Mostrar vista general del monedero + + + + &Transactions + &Transacciones + + + + Browse transaction history + Examinar el historial de transacciones + + + + E&xit + &Salir + + + + Quit application + Salir de la aplicación + + + + Show information about Bitcoin + Mostrar información acerca de Bitcoin + + + + + About &Qt + Acerca de &Qt + + + + Show information about Qt + Mostrar información acerca de Qt + + + + &Options... + &Opciones... + + + + &Encrypt Wallet... + &Cifrar monedero… + + + + &Backup Wallet... + Copia de &respaldo del monedero... + + + + &Change Passphrase... + &Cambiar la contraseña… + + + + &Sending addresses... + $Enviando dirección... + + + + &Receiving addresses... + &Recibiendo dirección + + + + Open &URI... + Abrir URI... + + + + Importing blocks from disk... + Importando bloques de disco... + + + + Reindexing blocks on disk... + Reindexando bloques en disco... + + + + Send coins to a Bitcoin address + Enviar monedas a una dirección Bitcoin + + + + Modify configuration options for Bitcoin + Modificar las opciones de configuración de Bitcoin + + + + Backup wallet to another location + Copia de seguridad del monedero en otra ubicación + + + + 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 + Bitcoin + + + + Wallet + Monedero + + + + &Send + &Enviar + + + + &Receive + &Recibir + + + + + &Show / Hide + Mo&strar/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 Bitcoin para demostrar la propiedad + + + + Verify messages to ensure they were signed with specified Bitcoin addresses + Verificar mensajes comprobando que están firmados con direcciones Bitcoin concretas + + + + &File + &Archivo + + + + &Settings + &Configuración + + + + &Help + A&yuda + + + + Tabs toolbar + Barra de pestañas + + + + + [testnet] + [testnet] + + + + Bitcoin Core + Núcleo de Bitcoin + + + + Request payments (generates QR codes and bitcoin: URIs) + Solicitar pagos (genera codigo QR y URL's de Bitcoin) + + + + + &About Bitcoin Core + &Acerca del Núcleo de Bitcoin + + + + 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 bitcoin: URI o petición de pago + + + + &Command-line options + + + + + Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options + + + + + + Bitcoin client + Cliente Bitcoin + + + + %n active connection(s) to Bitcoin network + %n conexión activa hacia la red Bitcoin%n conexiones activas hacia la red Bitcoin + + + + No block source available... + Ninguna fuente de bloques disponible ... + + + + Processed %1 of %2 (estimated) blocks of transaction history. + Se han procesado %1 de %2 bloques (estimados) del historial de transacciones. + + + + Processed %1 blocks of transaction history. + Procesados %1 bloques 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 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 + + + + Catching up... + Actualizando... + + + + Sent transaction + Transacción enviada + + + + Incoming transaction + Transacción entrante + + + + Date: %1 +Amount: %2 +Type: %3 +Address: %4 + + Fecha: %1 +Cantidad: %2 +Tipo: %3 +Dirección: %4 + + + + + 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 crítico. Bitcoin ya no puede continuar con seguridad y se cerrará. + + + + ClientModel + + + Network Alert + Alerta de red + + + + CoinControlDialog + + + Coin Control Address Selection + Selección de la dirección de control de la moneda + + + + Quantity: + Cantidad: + + + + Bytes: + Bytes: + + + + Amount: + Cuantía: + + + + Priority: + Prioridad: + + + + Fee: + Tasa: + + + + Low Output: + Envío pequeño: + + + + After Fee: + Después de tasas: + + + + Change: + Cambio: + + + + (un)select all + (des)selecciona todos + + + + Tree mode + Modo arbol + + + + List mode + Modo lista + + + + Amount + Cantidad + + + + Address + Dirección + + + + Date + Fecha + + + + Confirmations + Confirmaciones + + + + 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 low output + Copiar envío pequeño + + + + 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 + + + + + Dust + Basura + + + + yes + si + + + + no + no + + + + This label turns red, if the transaction size is greater than 1000 bytes. + Esta etiqueta se torna roja si el tamaño de la transación es mayor a 1000 bytes. + + + + + 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. + + + + This label turns red, if the priority is smaller than "medium". + + + + + This label turns red, if any recipient receives an amount smaller than %1. + Esta etiqueta se torna roja si cualquier destinatario recibe una cantidad menor a %1. + + + + + This means a fee of at least %1 is required. + Esto significa que se necesita una tarifa de al menos %1. + + + + Amounts below 0.546 times the minimum relay fee are shown as dust. + Cantidades por debajo de 0.546 veces la tasa serán mostradas como basura + + + + This label turns red, if the change is smaller than %1. + Esta etiqueta se vuelve roja si la cantidad de monedas es menor a %1 + + + + + (no label) + (sin etiqueta) + + + + change from %1 (%2) + Enviar desde %1 (%2) + + + + (change) + (cambio) + + + + EditAddressDialog + + + Edit Address + Editar Dirección + + + + &Label + &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 + + + + 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 Bitcoin 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 + + + 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 + + + Bitcoin Core - Command-line options + + + + + Bitcoin Core + Núcleo de Bitcoin + + + + version + versión + + + + Usage: + Uso: + + + + command-line options + opciones de la línea de órdenes + + + + UI options + Opciones GUI + + + + 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 + + + + Show splash screen on startup (default: 1) + Mostrar pantalla de bienvenida en el inicio (predeterminado: 1) + + + + Choose data directory on startup (default: 0) + Elegir directorio de datos al iniciar (predeterminado: 0) + + + + Intro + + + Welcome + Bienvenido + + + + Welcome to Bitcoin Core. + Bienvenido al Núcleo de Bitcoin + + + + 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 Bitcoin-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. + Bitcoin-Qt va a descargar y guardar una copia de la cadena de bloques de Bitcoin. 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 + + + + Use a custom data directory: + Utilice un directorio de datos personalizado: + + + + Bitcoin + Bitcoin + + + + Error: Specified data directory "%1" can not be created. + Error: No puede crearse el directorio de datos especificado "%1". + + + + Error + Error + + + + GB of free space available + GB de espacio libre disponible + + + + (of %1GB needed) + (de los %1GB necesarios) + + + + OpenURIDialog + + + Open URI + Abrir URI... + + + + Open payment request from URI or file + El pago requiere una URI o archivo + + + + URI: + URI: + + + + Select payment request file + Seleccione archivo de sulicitud de pago + + + + Select payment request file to open + Abrir archivo de solicitud de pago + + + + OptionsDialog + + + Options + Opciones + + + + &Main + &Principal + + + + Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. + Tarifa de transacción opcional por kB que ayuda a asegurar que sus transacciones sean procesadas rápidamente. La mayoría de transacciones son de 1kB. + + + + Pay transaction &fee + Comisión de &transacciones + + + + Automatically start Bitcoin after logging in to the system. + Iniciar Bitcoin automáticamente al encender el sistema. + + + + &Start Bitcoin on system login + &Iniciar Bitcoin al iniciar el sistema + + + + Size of &database cache + + + + + Set database cache size in megabytes (default: 25) + Establecer el tamaño de caché de la base de datos en megabytes (predeterminado: 25) + + + + MB + + + + + Number of script &verification threads + + + + + Set the number of script verification threads (up to 16, 0 = auto, <0 = leave that many cores free, default: 0) + Configura el número de hilos para el script de verificación (hasta 16, 0 = auto, <0 = leave that many cores free, por fecto: 0) + + + + Connect to the Bitcoin network through a SOCKS proxy. + + + + + &Connect through SOCKS proxy (default proxy): + + + + + IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1) + + + + + Active command-line options that override above options: + + + + + Reset all client options to default. + Restablecer todas las opciones del cliente a las predeterminadas. + + + + &Reset Options + &Restablecer opciones + + + + &Network + &Red + + + + 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 Bitcoin en el router. Esta opción solo funciona si el router admite UPnP y está activado. + + + + Map port using &UPnP + Mapear el puerto usando &UPnP + + + + Proxy &IP: + Dirección &IP del proxy: + + + + &Port: + &Puerto: + + + + Port of the proxy (e.g. 9050) + Puerto del servidor proxy (ej. 9050) + + + + SOCKS &Version: + &Versión SOCKS: + + + + SOCKS version of the proxy (e.g. 5) + Versión del proxy SOCKS (ej. 5) + + + + &Window + &Ventana + + + + 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 + + + + Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Quit in the menu. + Minimizar en lugar de salir de la aplicación al cerrar la ventana. Cuando esta opción está activa, la aplicación solo se puede cerrar seleccionando Salir desde el menú. + + + + 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 Bitcoin. + El idioma de la interfaz de usuario puede establecerse aquí. Este ajuste se aplicará cuando se reinicie Bitcoin. + + + + &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 monedas. + + + + Whether to show Bitcoin addresses in the transaction list or not. + Mostrar o no las direcciones Bitcoin en la lista de transacciones. + + + + &Display addresses in transaction list + &Mostrar las direcciones en la lista de transacciones + + + + Whether to show coin control features or not. + Mostrar o no características de control de moneda + + + + Display coin &control features (experts only) + Mostrar moneda y características de control (Avanzado) + + + + &OK + &Aceptar + + + + &Cancel + &Cancelar + + + + default + predeterminado + + + + none + + + + + Confirm options reset + Confirme el restablecimiento de las opciones + + + + + Client restart required to activate changes. + + + + + Client will be shutdown, do you want to proceed? + + + + + This change would require a client restart. + + + + + The supplied proxy address is invalid. + La dirección proxy indicada es inválida. + + + + OverviewPage + + + Form + Desde + + + + + 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 Bitcoin después de que se haya establecido una conexión, pero este proceso aún no se ha completado. + + + + Unconfirmed: + No confirmado(s): + + + + Wallet + Monedero + + + + Confirmed: + Confirmado: + + + + Your current spendable balance + Su balance actual gastable + + + + Total of transactions that have yet to be confirmed, and do not yet count toward the spendable balance + Total de transacciones que deben ser confirmadas, y que no cuentan con el balance gastable necesario + + + + Immature: + No disponible: + + + + Mined balance that has not yet matured + Saldo recién minado que aún no está disponible. + + + + Total: + Total: + + + + Your current total balance + Su balance actual total + + + + <b>Recent transactions</b> + <b>Movimientos recientes</b> + + + + + out of sync + desincronizado + + + + PaymentServer + + + + URI handling + Gestión de URI + + + + URI can not be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. + ¡No se puede interpretar la URI! Esto puede deberse a una dirección Bitcoin inválida o a parámetros de URI mal formados. + + + + 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 bitcoin: manejador de pago-al-clic + + + + Net manager warning + + + + + Your active proxy doesn't support SOCKS5, which is required for payment requests via proxy. + + + + + Payment request fetch URL is invalid: %1 + + + + + Payment request file handling + + + + + Payment request file can not be read or processed! This can be caused by an invalid payment request file. + + + + + 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 + + + + Payment request can not be parsed or processed! + + + + + Bad response from server %1 + Respuesta errónea del servidor %1 + + + + Payment acknowledged + Pago aceptado + + + + Network request error + Error en petición de red + + + + QObject + + + + Bitcoin + Bitcoin + + + + Error: Specified data directory "%1" does not exist. + Error: El directorio de datos especificado "%1" no existe. + + + + Error: Invalid combination of -regtest and -testnet. + Error: Combinación no válida de -regtest y -testnet. + + + + Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Introduzca una dirección Bitcoin (ej. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + 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 + + + + Client version + Versión del cliente + + + + &Information + &Información + + + + Debug window + Ventana de depuración + + + + General + + + + + Using OpenSSL version + Utilizando la versión OpenSSL + + + + Startup time + Hora de inicio + + + + Network + Red + + + + Name + + + + + Number of connections + Número de conexiones + + + + Block chain + Cadena de bloques + + + + Current number of blocks + Número actual de bloques + + + + Estimated total blocks + Bloques totales estimados + + + + Last block time + Hora del último bloque + + + + &Open + &Abrir + + + + &Console + &Consola + + + + &Network Traffic + &Tráfico de Red + + + + &Clear + &Limpiar + + + + Totals + Total: + + + + In: + Dentro: + + + + Out: + Fuera: + + + + Build date + Fecha de compilación + + + + Debug log file + Archivo de registro de depuración + + + + Open the Bitcoin debug log file from the current data directory. This can take a few seconds for large log files. + Abrir el archivo de registro de depuración en el directorio actual de datos. Esto puede llevar varios segundos para archivos de registro grandes. + + + + Clear console + Borrar consola + + + + Welcome to the Bitcoin RPC console. + Bienvenido a la consola RPC de Bitcoin + + + + 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 limpiar 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 + + + + %1 m + %1 m + + + + %1 h + %1 h + + + + %1 h %2 m + %1 h %2 m + + + + 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. + + + + + + An optional label to associate with the new receiving address. + + + + + Use this form to request payments. All fields are <b>optional</b>. + + + + + + An optional amount to request. Leave this empty or zero to not request a specific amount. + + + + + Clear all fields of the form. + Limpiar todos los campos del formulario. + + + + Clear + Limpiar + + + + Requested payments history + + + + + &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 etiqueta + + + + Copy message + + + + + Copy amount + Copiar cantidad + + + + ReceiveRequestDialog + + + QR Code + Código QR + + + + Copy &URI + Copiar &URI + + + + Copy &Address + 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 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) + + + + (no amount) + + + + + SendCoinsDialog + + + + + Send Coins + Enviar monedas + + + + Coin Control Features + Características de control de la moneda + + + + Inputs... + Entradas... + + + + automatically selected + Seleccionado automaticamente + + + + Insufficient funds! + Fondos insuficientes! + + + + Quantity: + Cantidad: + + + + Bytes: + Bytes: + + + + Amount: + Cuantía: + + + + Priority: + Prioridad: + + + + Fee: + Tasa: + + + + Low Output: + Envío pequeño: + + + + 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. + Al activarse, si la dirección esta vacía o es inválida, las monedas serán enviadas a una nueva dirección generada. + + + + Custom change address + Dirección propia + + + + 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. + Limpiar todos los campos del formulario + + + + Clear &All + Limpiar &todo + + + + Balance: + Saldo: + + + + Confirm the send action + Confirmar el envío + + + + 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 cuantía + + + + Copy fee + Copiar donación + + + + Copy after fee + Copiar después de aplicar donación + + + + Copy bytes + Copiar bytes + + + + Copy priority + Copiar prioridad + + + + Copy low output + Copiar envío pequeño + + + + Copy change + Copiar Cambio + + + + Total Amount %1 (= %2) + Cuantía Total %1 (=%2) + + + + or + o + + + + The recipient address is not valid, please recheck. + La dirección de recepción no es válida, compruébela de nuevo. + + + + 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 + + + + Duplicate address found, can only send to each address once per send operation. + Se ha encontrado una dirección duplicada. Solo se puede enviar a cada dirección una vez por operación de envío. + + + + 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 Bitcoin inválida + + + + (no label) + (sin etiqueta) + + + + Warning: Unknown change address + Alerta: Dirección de Bitcoin 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 + + + + Payment request expired + Petición de pago expirada + + + + Invalid payment address %1 + Dirección de pago no válida %1 + + + + SendCoinsEntry + + + + + A&mount: + Ca&ntidad: + + + + Pay &To: + &Pagar a: + + + + The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + La dirección a la que enviar el pago (p. ej. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + 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: + + + + Choose previously used address + Escoger direcciones previamente usadas + + + + This is a normal payment. + Esto es un pago ordinario. + + + + Alt+A + Alt+A + + + + Paste address from clipboard + Pegar dirección desde portapapeles + + + + Alt+P + Alt+P + + + + + + Remove this entry + Eliminar esta transacción + + + + Message: + + + + + This is a verified payment request. + Esto es una petición de pago verificado. + + + + 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. + + + + + This is an unverified payment request. + Esto es una petición de pago no verificado. + + + + + Pay To: + Paga a: + + + + + Memo: + Memo: + + + + ShutdownWindow + + + Bitcoin Core is shutting down... + + + + + Do not shut down the computer until this window disappears. + + + + + SignVerifyMessageDialog + + + Signatures - Sign / Verify a Message + Firmas - Firmar / verificar un mensaje + + + + &Sign Message + &Firmar mensaje + + + + You can sign messages with your addresses to prove you own them. Be careful not to sign anything vague, as phishing attacks may try to trick you into signing your identity over to them. Only sign fully-detailed statements you agree to. + Puede firmar mensajes con sus direcciones para demostrar que las posee. Tenga cuidado de no firmar cualquier cosa vaga, ya que los ataques de phishing pueden tratar de engañarle para suplantar su identidad. Firme solo declaraciones totalmente detalladas con las que usted esté de acuerdo. + + + + The address to sign the message with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + La dirección con la que firmar el mensaje (ej. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + + 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 Bitcoin + + + + Sign &Message + Firmar &mensaje + + + + Reset all sign message fields + Limpiar todos los campos de la firma de mensaje + + + + + Clear &All + Limpiar &todo + + + + &Verify Message + &Verificar mensaje + + + + Enter the signing address, message (ensure you copy line breaks, spaces, tabs, etc. exactly) and signature below to verify the message. Be careful not to read more into the signature than what is in the signed message itself, to avoid being tricked by a man-in-the-middle attack. + 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 address the message was signed with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + La dirección con la que se firmó el mensaje (ej. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + 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 Bitcoin indicada + + + + Verify &Message + Verificar &mensaje + + + + Reset all verify message fields + Limpiar todos los campos de la verificación de mensaje + + + + Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Introduzca una dirección Bitcoin (ej. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + 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 + Núcleo de Bitcoin + + + + The Bitcoin Core developers + Los desarrolladores del Núcleo de Bitcoin + + + + [testnet] + [testnet] + + + + TrafficGraphWidget + + + KB/s + KB/s + + + + 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 + + + + , broadcast through %n node(s) + , transmitir a través de %n nodo, transmitir a través de %n nodos + + + + Date + Fecha + + + + Source + Fuente + + + + Generated + Generado + + + + + From + De + + + + + + To + Para + + + + + own address + dirección propia + + + + label + etiqueta + + + + + + + + Credit + Crédito + + + + matures in %n more block(s) + disponible en %n bloque másdisponible en %n bloques más + + + + not accepted + no aceptada + + + + + + + Debit + Débito + + + + Transaction fee + Comisión de transacción + + + + Net amount + Cantidad neta + + + + + Message + Mensaje + + + + Comment + Comentario + + + + Transaction ID + Identificador de transacción + + + + 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 + + + + 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 + + + + TransactionTableModel + + + Date + Fecha + + + + Type + Tipo + + + + Address + Dirección + + + + Amount + Cantidad + + + + Immature (%1 confirmations, will be available after %2) + + + + + Open for %n more block(s) + Abrir para %n bloque másAbrir para %n bloques más + + + + Open until %1 + Abierto hasta %1 + + + + Offline (%1 confirmations) + Fuera de línea (%1 confirmaciones) + + + + Unconfirmed (%1 of %2 confirmations) + No confirmado (%1 de %2 confirmaciones) + + + + + 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 + + + + 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. + + + + Destination address of transaction. + Dirección de destino de la 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 cuantía + + + + 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 + + + + Amount + Cantidad + + + + ID + ID + + + + Range: + Rango: + + + + to + para + + + + 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 + + + Usage: + Uso: + + + + List commands + Muestra comandos + + + + + Get help for a command + Recibir ayuda para un comando + + + + + Options: + Opciones: + + + + + Specify configuration file (default: bitcoin.conf) + Especificar archivo de configuración (predeterminado: bitcoin.conf) + + + + + Specify pid file (default: bitcoind.pid) + Especificar archivo pid (predeterminado: bitcoin.pid) + + + + + Specify data directory + Especificar directorio para los datos + + + + Set database cache size in megabytes (default: 25) + Establecer el tamaño de caché de la base de datos en megabytes (predeterminado: 25) + + + + Listen for connections on <port> (default: 8333 or testnet: 18333) + Escuchar conexiones en <puerto> (predeterminado: 8333 o testnet: 18333) + + + + Maintain at most <n> connections to peers (default: 125) + Mantener como máximo <n> conexiones a pares (predeterminado: 125) + + + + 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 + + + + Threshold for disconnecting misbehaving peers (default: 100) + Umbral para la desconexión de pares con mal comportamiento (predeterminado: 100) + + + + Number of seconds to keep misbehaving peers from reconnecting (default: 86400) + Número de segundos en que se evita la reconexión de pares con mal comportamiento (predeterminado: 86400) + + + + An error occurred while setting up the RPC port %u for listening on IPv4: %s + Ha ocurrido un error al configurar el puerto RPC %u para escucha en IPv4: %s + + + + Listen for JSON-RPC connections on <port> (default: 8332 or testnet: 18332) + Escuchar conexiones JSON-RPC en <puerto> (predeterminado: 8332 o testnet:18332) + + + + Accept command line and JSON-RPC commands + Aceptar comandos consola y JSON-RPC + + + + + Run in the background as a daemon and accept commands + Ejecutar en segundo plano como daemon y aceptar comandos + + + + + Use the test network + Usar la red de pruebas + + + + + Accept connections from outside (default: 1 if no -proxy or -connect) + Aceptar conexiones desde el exterior (predeterminado: 1 si no -proxy o -connect) + + + + %s, you must set a rpcpassword in the configuration file: +%s +It is recommended you use the following random password: +rpcuser=bitcoinrpc +rpcpassword=%s +(you do not need to remember this password) +The username and password MUST NOT be the same. +If the file does not exist, create it with owner-readable-only file permissions. +It is also recommended to set alertnotify so you are notified of problems; +for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com + + %s, debe establecer un valor rpcpassword en el archivo de configuración: +%s +Se recomienda utilizar la siguiente contraseña aleatoria: +rpcuser=bitcoinrpc +rpcpassword=%s +(no es necesario recordar esta contraseña) +El nombre de usuario y la contraseña DEBEN NO ser iguales. +Si el archivo no existe, créelo con permisos de archivo de solo lectura. +Se recomienda también establecer alertnotify para recibir notificaciones de problemas. +Por ejemplo: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com + + + + + Acceptable ciphers (default: TLSv1.2+HIGH:TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!3DES:@STRENGTH) + Cifradores aceptables (por defecto: TLSv1.2+HIGH:TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!3DES:@STRENGTH) + + + + An error occurred while setting up the RPC port %u for listening on IPv6, falling back to IPv4: %s + Ha ocurrido un error al configurar el puerto RPC %u para escuchar mediante IPv6. Recurriendo a IPv4: %s + + + + 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. Bitcoin is probably already running. + No se puede bloquear el directorio de datos %s. Probablemente Bitcoin ya se está ejecutando. + + + + Enter regression test mode, which uses a special chain in which blocks can be solved instantly. This is intended for regression testing tools and app development. + Iniciar modo de prueba de regresión, el cuál utiliza una cadena especial en la cual los bloques pueden ser resueltos instantáneamente. Se utiliza para herramientas de prueba de regresión y desarrollo de aplicaciones. + + + + Enter regression test mode, which uses a special chain in which blocks can be solved instantly. + + + + + Error: 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. + ¡Error: se ha rechazado la transacción! Esto puede ocurrir si ya se han gastado algunas de las monedas del monedero, como ocurriría si hubiera hecho una copia de wallet.dat y se hubieran gastado monedas a partir de la copia, con lo que no se habrían marcado aquí como gastadas. + + + + Error: This transaction requires a transaction fee of at least %s because of its amount, complexity, or use of recently received funds! + ¡Error: Esta transacción requiere una comisión de al menos %s debido a su monto, complejidad, o al uso de fondos recién recibidos! + + + + 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. + + + + Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: -proxy) + Usar distintos proxys SOCKS5 para comunicarse vía Tor de forma anónima (Por defecto: -proxy) + + + + Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. + Aviso: ¡-paytxfee tiene un valor muy alto! Esta es la comisión que pagará si envía una transacción. + + + + Warning: Please check that your computer's date and time are correct! If your clock is wrong Bitcoin will not work properly. + Precaución: Por favor, ¡revise que la fecha y hora de su ordenador son correctas! Si su reloj está mal, Bitcoin no funcionará correctamente. + + + + 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: error reading wallet.dat! All keys read correctly, but transaction data or address book entries might be missing or incorrect. + Aviso: ¡Error al leer wallet.dat! Todas las claves se han leído correctamente, pero podrían faltar o ser incorrectos los datos de transacciones o las entradas de la libreta de direcciones. + + + + 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: + + + + Attempt to recover private keys from a corrupt wallet.dat + Intento de recuperar claves privadas de un wallet.dat corrupto + + + + Bitcoin Core Daemon + Proceso Bitcoin-QT + + + + Bitcoin RPC client version + Versión de cliente BitcoinROC + + + + 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 + + + + Connect through SOCKS proxy + Conectar a través de un proxy SOCKS + + + + Connect to JSON-RPC on <port> (default: 8332 or testnet: 18332) + Conectar a JSON-RPC en <puerto> (predeterminado: 8332 o testnet: 18332) + + + + Corrupted block database detected + Corrupción de base de datos de bloques detectada. + + + + Discover own IP address (default: 1 when listening and no -externalip) + Descubrir dirección IP propia (predeterminado: 1 al escuchar sin -externalip) + + + + Do not load the wallet and disable wallet RPC calls + + + + + Do you want to rebuild the block database now? + ¿Quieres reconstruir la base de datos de bloques ahora? + + + + 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 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! + + + + Error: Wallet locked, unable to create transaction! + Error: ¡El monedero está bloqueado; no se puede crear la transacción! + + + + Error: system error: + Error: error de sistema: + + + + 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. + + + + Failed to read block info + No se ha podido leer la información de bloque + + + + Failed to read block + No se ha podido leer el bloque + + + + Failed to sync block index + No se ha podido sincronizar el índice de bloques + + + + Failed to write block index + No se ha podido escribir en el índice de bloques + + + + Failed to write block info + No se ha podido escribir la información de bloques + + + + Failed to write block + No se ha podido escribir el bloque + + + + Failed to write file info + No se ha podido escribir la información de archivo + + + + Failed to write to coin database + No se ha podido escribir en la base de datos de monedas + + + + Failed to write transaction index + No se ha podido escribir en el índice de transacciones + + + + Failed to write undo data + No se han podido escribir los datos de deshacer + + + + Fee per kB to add to transactions you send + Donación por KB añadida a las transacciones que envíe + + + + Find peers using DNS lookup (default: 1 unless -connect) + Encontrar pares mediante búsqueda de DNS (predeterminado: 1 salvo con -connect) + + + + Generate coins (default: 0) + Generar monedas (por defecto: 0) + + + + How many blocks to check at startup (default: 288, 0 = all) + Cuántos bloques comprobar al iniciar (predeterminado: 288, 0 = todos) + + + + How thorough the block verification is (0-4, default: 3) + Como es de exhaustiva la verificación de bloques (0-4, por defecto 3) + + + + If <category> is not supplied, output all debugging information. + Si no se proporciona <category>, mostrar toda la depuración + + + + Incorrect or no genesis block found. Wrong datadir for network? + Incorrecto o bloque de génesis no encontrado. Datadir equivocada para la red? + + + + Invalid -onion address: '%s' + Dirección -onion inválida: '%s' + + + + Not enough file descriptors available. + No hay suficientes descriptores de archivo disponibles. + + + + Prepend debug output with timestamp (default: 1) + Anteponer marca temporal a la información de depuración (por defecto: 1) + + + + RPC client options: + Opciones para cliente RPC: + + + + Rebuild block chain index from current blk000??.dat files + Reconstruir el índice de la cadena de bloques a partir de los archivos blk000??.dat actuales + + + + Select SOCKS version for -proxy (4 or 5, default: 5) + Seleccionar version de SOCKS para -proxy (4 o 5, por defecto: 5) + + + + Send command to Bitcoin server + Enviar comando a servidor Bitcoin + + + + Set maximum block size in bytes (default: %d) + Establecer tamaño máximo de bloque en bytes (por defecto: %d) + + + + Set the number of threads to service RPC calls (default: 4) + Establecer el número de hilos para atender las llamadas RPC (predeterminado: 4) + + + + Specify wallet file (within data directory) + Especificar archivo de monedero (dentro del directorio de datos) + + + + Start Bitcoin server + Iniciar servidor Bitcoin + + + + This is intended for regression testing tools and app development. + + + + + Usage (deprecated, use bitcoin-cli): + Uso (desaconsejado, usar bitcoin-cli) + + + + Verifying blocks... + Verificando bloques... + + + + Verifying wallet... + Verificando monedero... + + + + Wait for RPC server to start + Espere a que se inicie el servidor RPC + + + + Wallet %s resides outside data directory %s + El monedero %s se encuentra fuera del directorio de datos %s + + + + Wallet options: + + + + + Warning: Deprecated argument -debugnet ignored, use -debug=net + Aviso: Argumento -debugnet anticuado, utilice -debug=net + + + + You need to rebuild the database using -reindex to change -txindex + Usted necesita reconstruir la base de datos utilizando -reindex para cambiar -txindex + + + + Imports blocks from external blk000??.dat file + Importa los bloques desde un archivo blk000??.dat externo + + + + 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) + + + + Output debugging information (default: 0, supplying <category> is optional) + Mostrar depuración (por defecto: 0, proporcionar <category> es opcional) + + + + 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) + + + + Set the number of script verification threads (up to 16, 0 = auto, <0 = leave that many cores free, default: 0) + Configura el número de hilos para el script de verificación (hasta 16, 0 = auto, <0 = leave that many cores free, por fecto: 0) + + + + Information + Información + + + + 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' + + + + Maintain a full transaction index (default: 0) + Mantener índice de transacciones completo (predeterminado: 0) + + + + Maximum per-connection receive buffer, <n>*1000 bytes (default: 5000) + Búfer de recepción máximo por conexión, <n>*1000 bytes (predeterminado: 5000) + + + + Maximum per-connection send buffer, <n>*1000 bytes (default: 1000) + Búfer de recepción máximo por conexión, , <n>*1000 bytes (predeterminado: 1000) + + + + Only accept block chain matching built-in checkpoints (default: 1) + Aceptar solamente cadena de bloques que concuerde con los puntos de control internos (predeterminado: 1) + + + + Only connect to nodes in network <net> (IPv4, IPv6 or Tor) + Conectarse solo a nodos de la red <net> (IPv4, IPv6 o Tor) + + + + SSL options: (see the Bitcoin Wiki for SSL setup instructions) + Opciones SSL: (ver la Bitcoin Wiki para instrucciones de configuración SSL) + + + + 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 + + + + Set minimum block size in bytes (default: 0) + Establecer tamaño mínimo de bloque en bytes (predeterminado: 0) + + + + 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ó + + + + Specify connection timeout in milliseconds (default: 5000) + Especificar el tiempo máximo de conexión en milisegundos (predeterminado: 5000) + + + + System error: + Error de sistema: + + + + 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 + + + + Use UPnP to map the listening port (default: 0) + Usar UPnP para asignar el puerto de escucha (predeterminado: 0) + + + + Use UPnP to map the listening port (default: 1 when listening) + Usar UPnP para asignar el puerto de escucha (predeterminado: 1 al escuchar) + + + + Username for JSON-RPC connections + Nombre de usuario para las conexiones JSON-RPC + + + + + Warning + Aviso + + + + Warning: This version is obsolete, upgrade required! + Aviso: Esta versión es obsoleta, actualización necesaria! + + + + version + versión + + + + 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 + + + + + Allow JSON-RPC connections from specified IP address + Permitir conexiones JSON-RPC desde la dirección IP especificada + + + + + Send commands to node running on <ip> (default: 127.0.0.1) + Enviar comando al nodo situado en <ip> (predeterminado: 127.0.0.1) + + + + + 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) + + + + Upgrade wallet to latest format + Actualizar el monedero al último formato + + + + Set key pool size to <n> (default: 100) + Ajustar el número de claves en reserva <n> (predeterminado: 100) + + + + + Rescan the block chain for missing wallet transactions + Volver a examinar la cadena de bloques en busca de transacciones del monedero perdidas + + + + Use OpenSSL (https) for JSON-RPC connections + Usar OpenSSL (https) para las conexiones JSON-RPC + + + + + Server certificate file (default: server.cert) + Certificado del servidor (predeterminado: server.cert) + + + + + Server private key (default: server.pem) + Clave privada del servidor (predeterminado: server.pem) + + + + + This help message + Este mensaje de ayuda + + + + + Unable to bind to %s on this computer (bind returned error %d, %s) + No es posible conectar con %s en este sistema (bind ha dado el error %d, %s) + + + + Allow DNS lookups for -addnode, -seednode and -connect + Permitir búsquedas DNS para -addnode, -seednode y -connect + + + + Loading addresses... + Cargando direcciones... + + + + Error loading wallet.dat: Wallet corrupted + Error al cargar wallet.dat: el monedero está dañado + + + + Error loading wallet.dat: Wallet requires newer version of Bitcoin + Error al cargar wallet.dat: El monedero requiere una versión más reciente de Bitcoin + + + + Wallet needed to be rewritten: restart Bitcoin to complete + El monedero ha necesitado ser reescrito. Reinicie Bitcoin para completar el proceso + + + + Error loading wallet.dat + Error al cargar wallet.dat + + + + Invalid -proxy address: '%s' + Dirección -proxy inválida: '%s' + + + + Unknown network specified in -onlynet: '%s' + La red especificada en -onlynet '%s' es desconocida + + + + Unknown -socks proxy version requested: %i + Solicitada versión de proxy -socks desconocida: %i + + + + 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' + + + + Invalid amount + Cuantía no válida + + + + 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 + + + + Unable to bind to %s on this computer. Bitcoin is probably already running. + No es posible conectar con %s en este sistema. Probablemente Bitcoin ya está ejecutándose. + + + + Loading wallet... + Cargando monedero... + + + + Cannot downgrade wallet + No se puede rebajar el monedero + + + + Cannot write default address + No se puede escribir la dirección predeterminada + + + + Rescanning... + Reexplorando... + + + + Done loading + Generado pero no aceptado + + + + To use the %s option + Para utilizar la opción %s + + + + Error + Error + + + + You must set rpcpassword=<password> in the configuration file: +%s +If the file does not exist, create it with owner-readable-only file permissions. + Tiene que establecer rpcpassword=<contraseña> en el fichero de configuración: ⏎ +%s ⏎ +Si el archivo no existe, créelo con permiso de lectura solamente del propietario. + + + \ No newline at end of file diff --git a/src/qt/locale/bitcoin_es_UY.ts b/src/qt/locale/bitcoin_es_UY.ts new file mode 100644 index 0000000000..748a588419 --- /dev/null +++ b/src/qt/locale/bitcoin_es_UY.ts @@ -0,0 +1,4032 @@ + + + AboutDialog + + + About Bitcoin Core + + + + + <b>Bitcoin Core</b> version + + + + + +This is experimental software. + +Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php. + +This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. + + + + + Copyright + + + + + The Bitcoin Core developers + + + + + AddressBookPage + + + Double-click to edit address or label + Doble clic para editar etiqueta o dirección + + + + Create a new address + Crear una nueva dirección + + + + &New + + + + + Copy the currently selected address to the system clipboard + Copia la dirección seleccionada al portapapeles del sistema + + + + &Copy + + + + + C&lose + + + + + &Copy Address + + + + + Delete the currently selected address from the list + + + + + Export the data in the current tab to a file + + + + + &Export + + + + + &Delete + &Borrar + + + + 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) + Archivos separados por coma (*.csv) + + + + Exporting Failed + + + + + There was an error trying to save the address list to %1. + + + + + AddressTableModel + + + Label + Etiqueta + + + + Address + Direccion + + + + (no label) + (Sin etiqueta) + + + + AskPassphraseDialog + + + Passphrase Dialog + + + + + Enter passphrase + Escriba la contraseña + + + + New passphrase + Nueva contraseña + + + + Repeat new passphrase + Repetir nueva contraseña + + + + Enter the new passphrase to the wallet.<br/>Please use a passphrase of <b>10 or more random characters</b>, or <b>eight or more words</b>. + Introduzca la nueva contraseña para el monedero. <br/> Utilice una contraseña de <b> 10 o más caracteres al azar </ b>, o <b> ocho o más palabras </ b>. + + + + 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 + + + + Enter the old and new passphrase to the wallet. + Ingrese la contraseña anterior y la nueva de acceso a el monedero + + + + Confirm wallet encryption + Confirme el cifrado del monedero + + + + 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? + + + + + 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 + Monedero cifrado + + + + Bitcoin 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. + + + + + + + + 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 + + + + Wallet passphrase was successfully changed. + + + + + BitcoinGUI + + + Sign &message... + + + + + Synchronizing with network... + Sincronizando con la red... + + + + &Overview + &Vista previa + + + + Node + + + + + Show general overview of wallet + Mostrar descripción general del monedero + + + + &Transactions + &transaciones + + + + Browse transaction history + Buscar en el historial de transacciones + + + + E&xit + + + + + Quit application + Salir de la aplicacion + + + + Show information about Bitcoin + Mostrar informacion sobre Bitcoin + + + + + About &Qt + + + + + Show information about Qt + + + + + &Options... + &Opciones... + + + + &Encrypt Wallet... + + + + + &Backup Wallet... + + + + + &Change Passphrase... + + + + + &Sending addresses... + + + + + &Receiving addresses... + + + + + Open &URI... + + + + + Importing blocks from disk... + + + + + Reindexing blocks on disk... + + + + + Send coins to a Bitcoin address + + + + + Modify configuration options for Bitcoin + + + + + Backup wallet to another location + + + + + Change the passphrase used for wallet encryption + Cambie la clave utilizada para el cifrado del monedero + + + + &Debug window + + + + + Open debugging and diagnostic console + + + + + &Verify message... + + + + + Bitcoin + + + + + Wallet + + + + + &Send + + + + + &Receive + + + + + + &Show / Hide + + + + + Show or hide the main Window + + + + + Encrypt the private keys that belong to your wallet + + + + + Sign messages with your Bitcoin addresses to prove you own them + + + + + Verify messages to ensure they were signed with specified Bitcoin addresses + + + + + &File + &Archivo + + + + &Settings + &Configuracion + + + + &Help + &Ayuda + + + + Tabs toolbar + Barra de herramientas + + + + + [testnet] + [prueba_de_red] + + + + Bitcoin Core + + + + + Request payments (generates QR codes and bitcoin: URIs) + + + + + + &About Bitcoin Core + + + + + Show the list of used sending addresses and labels + + + + + Show the list of used receiving addresses and labels + + + + + Open a bitcoin: URI or payment request + + + + + &Command-line options + + + + + Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options + + + + + + Bitcoin client + + + + + %n active connection(s) to Bitcoin network + %n conexión activa a la red Bitcoin %n conexiones activas a la red Bitcoin + + + + No block source available... + + + + + Processed %1 of %2 (estimated) blocks of transaction history. + + + + + Processed %1 blocks of transaction history. + + + + + %n hour(s) + + + + + %n day(s) + + + + + %n week(s) + + + + + %1 behind + + + + + Last received block was generated %1 ago. + + + + + Transactions after this will not yet be visible. + + + + + Error + + + + + Warning + + + + + Information + + + + + Up to date + A la fecha + + + + Catching up... + Ponerse al dia... + + + + Sent transaction + Transaccion enviada + + + + Incoming transaction + Transacción entrante + + + + Date: %1 +Amount: %2 +Type: %3 +Address: %4 + + + + + + Wallet is <b>encrypted</b> and currently <b>unlocked</b> + El Monedero esta <b>cifrado</b> y actualmente <b>desbloqueado</b> + + + + Wallet is <b>encrypted</b> and currently <b>locked</b> + El Monedero esta <b>cifrado</b> y actualmente <b>bloqueado</b> + + + + A fatal error occurred. Bitcoin can no longer continue safely and will quit. + + + + + ClientModel + + + Network Alert + + + + + CoinControlDialog + + + Coin Control Address Selection + + + + + Quantity: + + + + + Bytes: + + + + + Amount: + + + + + Priority: + + + + + Fee: + + + + + Low Output: + + + + + After Fee: + + + + + Change: + + + + + (un)select all + + + + + Tree mode + + + + + List mode + + + + + Amount + + + + + Address + Direccion + + + + Date + + + + + Confirmations + + + + + 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 low output + + + + + Copy change + + + + + highest + + + + + higher + + + + + high + + + + + medium-high + + + + + medium + + + + + low-medium + + + + + low + + + + + lower + + + + + lowest + + + + + (%1 locked) + + + + + none + + + + + Dust + + + + + yes + + + + + no + + + + + This label turns red, if the transaction size is greater than 1000 bytes. + + + + + + This means a fee of at least %1 per kB is required. + + + + + Can vary +/- 1 byte per input. + + + + + Transactions with higher priority are more likely to get included into a block. + + + + + 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 means a fee of at least %1 is required. + + + + + Amounts below 0.546 times the minimum relay fee are shown as dust. + + + + + This label turns red, if the change is smaller than %1. + + + + + + (no label) + (Sin etiqueta) + + + + change from %1 (%2) + + + + + (change) + + + + + EditAddressDialog + + + Edit Address + Editar dirección + + + + &Label + &Etiqueta + + + + 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 + &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. + + + + The entered address "%1" is not a valid Bitcoin address. + + + + + Could not unlock wallet. + No se puede abrir el monedero. + + + + New key generation failed. + Fallo en la nueva clave generada. + + + + FreespaceChecker + + + A new data directory will be created. + + + + + name + + + + + Directory already exists. Add %1 if you intend to create a new directory here. + + + + + Path already exists, and is not a directory. + + + + + Cannot create data directory here. + + + + + HelpMessageDialog + + + Bitcoin Core - Command-line options + + + + + Bitcoin Core + + + + + version + + + + + Usage: + + + + + command-line options + + + + + UI options + + + + + Set language, for example "de_DE" (default: system locale) + + + + + Start minimized + + + + + Show splash screen on startup (default: 1) + + + + + Choose data directory on startup (default: 0) + + + + + Intro + + + Welcome + + + + + 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. + + + + + Use the default data directory + + + + + Use a custom data directory: + + + + + Bitcoin + + + + + Error: Specified data directory "%1" can not be created. + + + + + Error + + + + + GB of free space available + + + + + (of %1GB needed) + + + + + OpenURIDialog + + + Open URI + + + + + Open payment request from URI or file + + + + + URI: + + + + + Select payment request file + + + + + Select payment request file to open + + + + + OptionsDialog + + + Options + Opciones + + + + &Main + + + + + Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. + + + + + Pay transaction &fee + + + + + Automatically start Bitcoin after logging in to the system. + + + + + &Start Bitcoin on system login + + + + + Size of &database cache + + + + + Set database cache size in megabytes (default: 25) + + + + + MB + + + + + Number of script &verification threads + + + + + Set the number of script verification threads (up to 16, 0 = auto, <0 = leave that many cores free, default: 0) + + + + + Connect to the Bitcoin network through a SOCKS proxy. + + + + + &Connect through SOCKS proxy (default proxy): + + + + + IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1) + + + + + Active command-line options that override above options: + + + + + Reset all client options to default. + + + + + &Reset Options + + + + + &Network + + + + + Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. + + + + + Map port using &UPnP + + + + + Proxy &IP: + + + + + &Port: + + + + + Port of the proxy (e.g. 9050) + + + + + SOCKS &Version: + + + + + SOCKS version of the proxy (e.g. 5) + + + + + &Window + + + + + Show only a tray icon after minimizing the window. + + + + + &Minimize to the tray instead of the taskbar + + + + + Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Quit in the menu. + + + + + M&inimize on close + + + + + &Display + + + + + User Interface &language: + + + + + The user interface language can be set here. This setting will take effect after restarting Bitcoin. + + + + + &Unit to show amounts in: + + + + + Choose the default subdivision unit to show in the interface and when sending coins. + + + + + Whether to show Bitcoin addresses in the transaction list or not. + + + + + &Display addresses in transaction list + + + + + Whether to show coin control features or not. + + + + + Display coin &control features (experts only) + + + + + &OK + + + + + &Cancel + + + + + default + + + + + none + + + + + Confirm options reset + + + + + + Client restart required to activate changes. + + + + + Client will be shutdown, do you want to proceed? + + + + + This change would require a client restart. + + + + + The supplied proxy address is invalid. + + + + + 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. + + + + + Unconfirmed: + Sin confirmar: + + + + Wallet + + + + + Confirmed: + + + + + Your current spendable balance + + + + + 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 + + + + + Total: + + + + + Your current total balance + + + + + <b>Recent transactions</b> + <b>Transacciones recientes</b> + + + + + out of sync + + + + + PaymentServer + + + + URI handling + + + + + URI can not be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. + + + + + Requested payment amount of %1 is too small (considered dust). + + + + + + + + + + Payment request error + + + + + Cannot start bitcoin: click-to-pay handler + + + + + Net manager warning + + + + + Your active proxy doesn't support SOCKS5, which is required for payment requests via proxy. + + + + + Payment request fetch URL is invalid: %1 + + + + + Payment request file handling + + + + + Payment request file can not be read or processed! This can be caused by an invalid payment request file. + + + + + Unverified payment requests to custom payment scripts are unsupported. + + + + + Refund from %1 + + + + + Error communicating with %1: %2 + + + + + Payment request can not be parsed or processed! + + + + + Bad response from server %1 + + + + + Payment acknowledged + + + + + Network request error + + + + + QObject + + + + Bitcoin + + + + + Error: Specified data directory "%1" does not exist. + + + + + Error: Invalid combination of -regtest and -testnet. + + + + + Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + + QRImageWidget + + + &Save Image... + + + + + &Copy Image + + + + + Save QR Code + + + + + PNG Image (*.png) + + + + + RPCConsole + + + Client name + + + + + + + + + + + + + + + N/A + + + + + Client version + + + + + &Information + + + + + Debug window + + + + + General + + + + + Using OpenSSL version + + + + + Startup time + + + + + Network + + + + + Name + + + + + Number of connections + + + + + Block chain + + + + + Current number of blocks + + + + + Estimated total blocks + + + + + Last block time + + + + + &Open + + + + + &Console + + + + + &Network Traffic + + + + + &Clear + + + + + Totals + + + + + In: + + + + + Out: + + + + + Build date + + + + + Debug log file + + + + + Open the Bitcoin debug log file from the current data directory. This can take a few seconds for large log files. + + + + + Clear console + + + + + Welcome to the Bitcoin RPC console. + + + + + Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. + + + + + Type <b>help</b> for an overview of available commands. + + + + + %1 B + + + + + %1 KB + + + + + %1 MB + + + + + %1 GB + + + + + %1 m + + + + + %1 h + + + + + %1 h %2 m + + + + + ReceiveCoinsDialog + + + &Amount: + + + + + &Label: + &Etiqueta: + + + + &Message: + + + + + 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. + + + + + Use this form to request payments. All fields are <b>optional</b>. + + + + + + An optional amount to request. Leave this empty or zero to not request a specific amount. + + + + + Clear all fields of the form. + + + + + Clear + + + + + Requested payments history + + + + + &Request payment + + + + + Show the selected request (does the same as double clicking an entry) + + + + + Show + + + + + Remove the selected entries from the list + + + + + Remove + + + + + Copy label + + + + + Copy message + + + + + Copy amount + + + + + ReceiveRequestDialog + + + QR Code + + + + + Copy &URI + + + + + Copy &Address + + + + + &Save Image... + + + + + Request payment to %1 + + + + + Payment information + + + + + URI + + + + + Address + Direccion + + + + Amount + + + + + Label + Etiqueta + + + + Message + + + + + Resulting URI too long, try to reduce the text for label / message. + + + + + Error encoding URI into QR Code. + + + + + RecentRequestsTableModel + + + Date + + + + + Label + Etiqueta + + + + Message + + + + + Amount + + + + + (no label) + (Sin etiqueta) + + + + (no message) + + + + + (no amount) + + + + + SendCoinsDialog + + + + + Send Coins + Enviar monedas + + + + Coin Control Features + + + + + Inputs... + + + + + automatically selected + + + + + Insufficient funds! + + + + + Quantity: + + + + + Bytes: + + + + + Amount: + + + + + Priority: + + + + + Fee: + + + + + Low Output: + + + + + After Fee: + + + + + Change: + + + + + If this is activated, but the change address is empty or invalid, change will be sent to a newly generated address. + + + + + Custom change address + + + + + Send to multiple recipients at once + Enviar a varios destinatarios a la vez + + + + Add &Recipient + + + + + Clear all fields of the form. + + + + + Clear &All + + + + + Balance: + Balance: + + + + Confirm the send action + Confirmar el envío + + + + S&end + + + + + Confirm send coins + Confirmar el envio de monedas + + + + + + + %1 to %2 + + + + + Copy quantity + + + + + Copy amount + + + + + Copy fee + + + + + Copy after fee + + + + + Copy bytes + + + + + Copy priority + + + + + Copy low output + + + + + Copy change + + + + + Total Amount %1 (= %2) + + + + + or + + + + + The recipient address is not valid, please recheck. + + + + + The amount to pay must be larger than 0. + La cantidad a pagar debe ser mayor que 0. + + + + The amount exceeds your balance. + + + + + The total exceeds your balance when the %1 transaction fee is included. + + + + + Duplicate address found, can only send to each address once per send operation. + + + + + 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. + + + + + Warning: Invalid Bitcoin address + + + + + (no label) + (Sin etiqueta) + + + + Warning: Unknown change address + + + + + Are you sure you want to send? + + + + + added as transaction fee + + + + + Payment request expired + + + + + Invalid payment address %1 + + + + + SendCoinsEntry + + + + + A&mount: + A&Monto: + + + + Pay &To: + Pagar &A: + + + + The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + + 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: + + + + Choose previously used address + + + + + This is a normal payment. + + + + + Alt+A + Alt+A + + + + Paste address from clipboard + Pegar la dirección desde el portapapeles + + + + Alt+P + Alt+P + + + + + + Remove this entry + + + + + Message: + + + + + This is a verified 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. + + + + + This is an unverified payment request. + + + + + + Pay To: + + + + + + Memo: + + + + + ShutdownWindow + + + Bitcoin Core is shutting down... + + + + + Do not shut down the computer until this window disappears. + + + + + SignVerifyMessageDialog + + + Signatures - Sign / Verify a Message + + + + + &Sign Message + + + + + You can sign messages with your addresses to prove you own them. Be careful not to sign anything vague, as phishing attacks may try to trick you into signing your identity over to them. Only sign fully-detailed statements you agree to. + + + + + The address to sign the message with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + + + Choose previously used address + + + + + + Alt+A + Alt+A + + + + Paste address from clipboard + Pegar la dirección desde el portapapeles + + + + Alt+P + Alt+P + + + + Enter the message you want to sign here + + + + + Signature + + + + + Copy the current signature to the system clipboard + + + + + Sign the message to prove you own this Bitcoin address + + + + + Sign &Message + + + + + Reset all sign message fields + + + + + + Clear &All + + + + + &Verify Message + + + + + Enter the signing address, message (ensure you copy line breaks, spaces, tabs, etc. exactly) and signature below to verify the message. Be careful not to read more into the signature than what is in the signed message itself, to avoid being tricked by a man-in-the-middle attack. + + + + + The address the message was signed with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + + Verify the message to ensure it was signed with the specified Bitcoin address + + + + + Verify &Message + + + + + Reset all verify message fields + + + + + Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + + 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] + [prueba_de_red] + + + + TrafficGraphWidget + + + KB/s + + + + + TransactionDesc + + + Open until %1 + Abrir hasta %1 + + + + %1/offline + + + + + %1/unconfirmed + + + + + %1 confirmations + + + + + Status + + + + + , broadcast through %n node(s) + + + + + Date + + + + + Source + + + + + Generated + + + + + + From + + + + + + + To + + + + + + own address + + + + + label + + + + + + + + + Credit + + + + + matures in %n more block(s) + + + + + not accepted + + + + + + + + Debit + + + + + 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. + + + + + Debug information + + + + + Transaction + + + + + Inputs + + + + + Amount + + + + + true + + + + + false + + + + + , has not been successfully broadcast yet + + + + + Open for %n more block(s) + + + + + unknown + + + + + TransactionDescDialog + + + Transaction details + + + + + This pane shows a detailed description of the transaction + + + + + TransactionTableModel + + + Date + + + + + Type + + + + + Address + Direccion + + + + Amount + + + + + Immature (%1 confirmations, will be available after %2) + + + + + Open for %n more block(s) + + + + + Open until %1 + Abrir hasta %1 + + + + Offline (%1 confirmations) + + + + + Unconfirmed (%1 of %2 confirmations) + + + + + + Confirmed (%1 confirmations) + + + + + This block was not received by any other nodes and will probably not be accepted! + + + + + Generated but not accepted + + + + + Received with + + + + + Received from + + + + + Sent to + + + + + Payment to yourself + + + + + Mined + + + + + (n/a) + + + + + Transaction status. Hover over this field to show number of confirmations. + + + + + Date and time that the transaction was received. + + + + + Type of transaction. + + + + + Destination address 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 + + + + + Exporting Failed + + + + + There was an error trying to save the transaction history to %1. + + + + + Exporting Successful + + + + + The transaction history was successfully saved to %1. + + + + + Comma separated file (*.csv) + Archivos separados por coma (*.csv) + + + + Confirmed + + + + + Date + + + + + Type + + + + + Label + Etiqueta + + + + Address + Direccion + + + + Amount + + + + + ID + + + + + Range: + + + + + to + + + + + WalletFrame + + + No wallet has been loaded. + + + + + WalletModel + + + Send Coins + Enviar monedas + + + + WalletView + + + &Export + + + + + Export the data in the current tab to a file + + + + + Backup Wallet + + + + + Wallet Data (*.dat) + + + + + Backup Failed + + + + + There was an error trying to save the wallet data to %1. + + + + + The wallet data was successfully saved to %1. + + + + + Backup Successful + + + + + bitcoin-core + + + Usage: + + + + + List commands + + + + + Get help for a command + + + + + Options: + + + + + Specify configuration file (default: bitcoin.conf) + + + + + Specify pid file (default: bitcoind.pid) + + + + + Specify data directory + + + + + Set database cache size in megabytes (default: 25) + + + + + Listen for connections on <port> (default: 8333 or testnet: 18333) + + + + + Maintain at most <n> connections to peers (default: 125) + + + + + Connect to a node to retrieve peer addresses, and disconnect + + + + + Specify your own public address + + + + + Threshold for disconnecting misbehaving peers (default: 100) + + + + + Number of seconds to keep misbehaving peers from reconnecting (default: 86400) + + + + + An error occurred while setting up the RPC port %u for listening on IPv4: %s + + + + + Listen for JSON-RPC connections on <port> (default: 8332 or testnet: 18332) + + + + + Accept command line and JSON-RPC commands + + + + + Run in the background as a daemon and accept commands + + + + + Use the test network + + + + + Accept connections from outside (default: 1 if no -proxy or -connect) + + + + + %s, you must set a rpcpassword in the configuration file: +%s +It is recommended you use the following random password: +rpcuser=bitcoinrpc +rpcpassword=%s +(you do not need to remember this password) +The username and password MUST NOT be the same. +If the file does not exist, create it with owner-readable-only file permissions. +It is also recommended to set alertnotify so you are notified of problems; +for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com + + + + + + Acceptable ciphers (default: TLSv1.2+HIGH:TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!3DES:@STRENGTH) + + + + + An error occurred while setting up the RPC port %u for listening on IPv6, falling back to IPv4: %s + + + + + Bind to given address and always listen on it. Use [host]:port notation for IPv6 + + + + + Cannot obtain a lock on data directory %s. Bitcoin is probably already running. + + + + + Enter regression test mode, which uses a special chain in which blocks can be solved instantly. This is intended for regression testing tools and app development. + + + + + Enter regression test mode, which uses a special chain in which blocks can be solved instantly. + + + + + Error: 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. + + + + + Error: This transaction requires a transaction fee of at least %s because of its amount, complexity, or use of recently received funds! + + + + + Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) + + + + + This is a pre-release test build - use at your own risk - do not use for mining or merchant applications + + + + + Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: -proxy) + + + + + Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. + + + + + Warning: Please check that your computer's date and time are correct! If your clock is wrong Bitcoin will not work properly. + + + + + Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. + + + + + Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. + + + + + Warning: error reading wallet.dat! All keys read correctly, but transaction data or address book entries might be missing or incorrect. + + + + + 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. + + + + + <category> can be: + + + + + Attempt to recover private keys from a corrupt wallet.dat + + + + + Bitcoin Core Daemon + + + + + Bitcoin RPC client version + + + + + Block creation options: + + + + + Connect only to the specified node(s) + + + + + Connect through SOCKS proxy + + + + + Connect to JSON-RPC on <port> (default: 8332 or testnet: 18332) + + + + + Corrupted block database detected + + + + + Discover own IP address (default: 1 when listening and no -externalip) + + + + + Do not load the wallet and disable wallet RPC calls + + + + + Do you want to rebuild the block database now? + + + + + Error initializing block database + + + + + Error initializing wallet database environment %s! + + + + + Error loading block database + + + + + Error opening block database + + + + + Error: Disk space is low! + + + + + Error: Wallet locked, unable to create transaction! + + + + + Error: system error: + + + + + Failed to listen on any port. Use -listen=0 if you want this. + + + + + Failed to read block info + + + + + Failed to read block + + + + + Failed to sync block index + + + + + Failed to write block index + + + + + Failed to write block info + + + + + Failed to write block + + + + + Failed to write file info + + + + + Failed to write to coin database + + + + + Failed to write transaction index + + + + + Failed to write undo data + + + + + Fee per kB to add to transactions you send + + + + + Find peers using DNS lookup (default: 1 unless -connect) + + + + + Generate coins (default: 0) + + + + + How many blocks to check at startup (default: 288, 0 = all) + + + + + How thorough the block verification is (0-4, default: 3) + + + + + If <category> is not supplied, output all debugging information. + + + + + Incorrect or no genesis block found. Wrong datadir for network? + + + + + Invalid -onion address: '%s' + + + + + Not enough file descriptors available. + + + + + Prepend debug output with timestamp (default: 1) + + + + + RPC client options: + + + + + Rebuild block chain index from current blk000??.dat files + + + + + Select SOCKS version for -proxy (4 or 5, default: 5) + + + + + Send command to Bitcoin server + + + + + Set maximum block size in bytes (default: %d) + + + + + Set the number of threads to service RPC calls (default: 4) + + + + + Specify wallet file (within data directory) + + + + + Start Bitcoin server + + + + + This is intended for regression testing tools and app development. + + + + + Usage (deprecated, use bitcoin-cli): + + + + + Verifying blocks... + + + + + Verifying wallet... + + + + + Wait for RPC server to start + + + + + Wallet %s resides outside data directory %s + + + + + Wallet options: + + + + + Warning: Deprecated argument -debugnet ignored, use -debug=net + + + + + You need to rebuild the database using -reindex to change -txindex + + + + + Imports blocks from external blk000??.dat file + + + + + Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message) + + + + + Output debugging information (default: 0, supplying <category> is optional) + + + + + Set maximum size of high-priority/low-fee transactions in bytes (default: %d) + + + + + Set the number of script verification threads (up to 16, 0 = auto, <0 = leave that many cores free, default: 0) + + + + + Information + + + + + Invalid amount for -minrelaytxfee=<amount>: '%s' + + + + + Invalid amount for -mintxfee=<amount>: '%s' + + + + + Maintain a full transaction index (default: 0) + + + + + Maximum per-connection receive buffer, <n>*1000 bytes (default: 5000) + + + + + Maximum per-connection send buffer, <n>*1000 bytes (default: 1000) + + + + + Only accept block chain matching built-in checkpoints (default: 1) + + + + + Only connect to nodes in network <net> (IPv4, IPv6 or Tor) + + + + + SSL options: (see the Bitcoin Wiki for SSL setup instructions) + + + + + Send trace/debug info to console instead of debug.log file + + + + + Set minimum block size in bytes (default: 0) + + + + + Shrink debug.log file on client startup (default: 1 when no -debug) + + + + + Signing transaction failed + + + + + Specify connection timeout in milliseconds (default: 5000) + + + + + System error: + + + + + Transaction amount too small + + + + + Transaction amounts must be positive + + + + + Transaction too large + + + + + Use UPnP to map the listening port (default: 0) + + + + + Use UPnP to map the listening port (default: 1 when listening) + + + + + Username for JSON-RPC connections + + + + + Warning + + + + + Warning: This version is obsolete, upgrade required! + + + + + version + + + + + wallet.dat corrupt, salvage failed + + + + + Password for JSON-RPC connections + + + + + Allow JSON-RPC connections from specified IP address + + + + + Send commands to node running on <ip> (default: 127.0.0.1) + + + + + Execute command when the best block changes (%s in cmd is replaced by block hash) + + + + + Upgrade wallet to latest format + + + + + Set key pool size to <n> (default: 100) + + + + + Rescan the block chain for missing wallet transactions + + + + + Use OpenSSL (https) for JSON-RPC connections + + + + + Server certificate file (default: server.cert) + + + + + Server private key (default: server.pem) + + + + + This help message + + + + + Unable to bind to %s on this computer (bind returned error %d, %s) + + + + + Allow DNS lookups for -addnode, -seednode and -connect + + + + + Loading addresses... + + + + + Error loading wallet.dat: Wallet corrupted + + + + + Error loading wallet.dat: Wallet requires newer version of Bitcoin + + + + + Wallet needed to be rewritten: restart Bitcoin to complete + + + + + Error loading wallet.dat + + + + + Invalid -proxy address: '%s' + + + + + Unknown network specified in -onlynet: '%s' + + + + + Unknown -socks proxy version requested: %i + + + + + Cannot resolve -bind address: '%s' + + + + + Cannot resolve -externalip address: '%s' + + + + + Invalid amount for -paytxfee=<amount>: '%s' + + + + + Invalid amount + + + + + Insufficient funds + + + + + Loading block index... + + + + + Add a node to connect to and attempt to keep the connection open + + + + + Unable to bind to %s on this computer. Bitcoin is probably already running. + + + + + Loading wallet... + + + + + Cannot downgrade wallet + + + + + Cannot write default address + + + + + Rescanning... + + + + + Done loading + + + + + To use the %s option + + + + + Error + + + + + You must set rpcpassword=<password> in the configuration file: +%s +If the file does not exist, create it with owner-readable-only file permissions. + + + + \ No newline at end of file diff --git a/src/qt/locale/bitcoin_gl.ts b/src/qt/locale/bitcoin_gl.ts index 3d572ae8c4..6394fb9e0f 100644 --- a/src/qt/locale/bitcoin_gl.ts +++ b/src/qt/locale/bitcoin_gl.ts @@ -4,12 +4,12 @@ About Bitcoin Core - + Sobre Bitcoin core <b>Bitcoin Core</b> version - + <b>Bitcoin core</b> versión @@ -34,7 +34,7 @@ Este produto inclúe software desenvolvido polo OpenSSL Project para o uso no Op The Bitcoin Core developers - + Os desarrolladores de Bitcoin Core @@ -152,7 +152,7 @@ Este produto inclúe software desenvolvido polo OpenSSL Project para o uso no Op Exporting Failed - + Exportación falida @@ -548,7 +548,7 @@ Este produto inclúe software desenvolvido polo OpenSSL Project para o uso no Op &About Bitcoin Core - + &Sobre Bitcoin Core @@ -563,7 +563,7 @@ Este produto inclúe software desenvolvido polo OpenSSL Project para o uso no Op Open a bitcoin: URI or payment request - + Abrir un bitcoin: URI ou solicitude de pago @@ -713,27 +713,27 @@ Dirección: %4 Quantity: - + Cantidade: Bytes: - + Bytes: Amount: - + Importe: Priority: - + Prioridade: Fee: - + Pago: @@ -748,22 +748,22 @@ Dirección: %4 Change: - + Cambiar: (un)select all - + (des)selecciona todo Tree mode - + Modo árbore List mode - + Modo lista @@ -783,7 +783,7 @@ Dirección: %4 Confirmations - + Confirmacións @@ -793,7 +793,7 @@ Dirección: %4 Priority - + Prioridade @@ -819,37 +819,37 @@ Dirección: %4 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 @@ -859,27 +859,27 @@ Dirección: %4 Copy change - + Copiar cambio highest - + O máis alto higher - + Máis alto que high - + alto medium-high - + medio-alto @@ -889,27 +889,27 @@ Dirección: %4 low-medium - + medio-baixo low - + baixo lower - + máis baixo que lowest - + o máis baixo (%1 locked) - + (%1 bloqueado) @@ -919,17 +919,17 @@ Dirección: %4 Dust - + Limpar yes - + Si no - + non @@ -950,7 +950,7 @@ Dirección: %4 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 @@ -992,7 +992,7 @@ Dirección: %4 (change) - + (cambio) @@ -1207,27 +1207,27 @@ Dirección: %4 Open URI - + Abrir URI Open payment request from URI or file - + Abrir solicitude de pago dende URI ou ficheiro URI: - + URI: Select payment request file - + Seleccionar ficheiro de solicitude de pago Select payment request file to open - + Seleccione ficheiro de solicitude de pago para abrir @@ -1656,6 +1656,11 @@ Dirección: %4 Error: Invalid combination of -regtest and -testnet. Erro: combinación inválida de -regtest e -testnet. + + + Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Introduce unha dirección Bitcoin (exemplo: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + QRImageWidget @@ -1876,22 +1881,22 @@ Dirección: %4 ReceiveCoinsDialog - + &Amount: &Cantidade: - + &Label: &Etiqueta: - + &Message: &Mensaxe: - + 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 unha das direccións para recibir previas. Reutilizar direccións ten problemas de seguridade e privacidade. Non empregues esto agás que antes se fixese unha solicitude de rexeneración dun pago. @@ -1901,27 +1906,30 @@ Dirección: %4 R&eutilizar unha dirección para recibir existente (non recomendado) - - An optional label to associate with the new receiving address + + + 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 Bitcoin network. + + + An optional label to associate with the new receiving address. - + Use this form to request payments. All fields are <b>optional</b>. - + + An optional amount to request. Leave this empty or zero to not request a specific amount. - + Clear all fields of the form. Limpar todos os campos do formulario @@ -1931,17 +1939,17 @@ Dirección: %4 Limpar - - &Request payment - &Solicitar pago + + Requested payments history + - - Requested payments - + + &Request payment + &Solicitar pago - + Show the selected request (does the same as double clicking an entry) @@ -1960,6 +1968,21 @@ Dirección: %4 Remove + + + Copy label + Copiar etiqueta + + + + Copy message + + + + + Copy amount + Copiar cantidade + ReceiveRequestDialog @@ -2061,12 +2084,17 @@ Dirección: %4 (no message) + + + (no amount) + + SendCoinsDialog - + Send Coins Moedas Enviadas @@ -2094,27 +2122,27 @@ Dirección: %4 Quantity: - + Cantidade: Bytes: - + Bytes: Amount: - + Importe: Priority: - + Prioridade: Fee: - + Pago: @@ -2129,7 +2157,7 @@ Dirección: %4 Change: - + Cambiar: @@ -2142,7 +2170,7 @@ Dirección: %4 - + Send to multiple recipients at once Enviar a múltiples receptores á vez @@ -2152,7 +2180,7 @@ Dirección: %4 Engadir &Receptor - + Clear all fields of the form. Limpar tódolos campos do formulario @@ -2162,12 +2190,12 @@ Dirección: %4 Limpar &Todo - + Balance: Balance: - + Confirm the send action Confirmar a acción de envío @@ -2177,7 +2205,7 @@ Dirección: %4 &Enviar - + Confirm send coins Confirmar envío de moedas @@ -2190,14 +2218,9 @@ Dirección: %4 %1 a %2 - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Introduce unha dirección Bitcoin (exemplo: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - + Copy quantity - + Copiar cantidade @@ -2207,22 +2230,22 @@ Dirección: %4 Copy fee - + Copiar pago Copy after fee - + Copiar despóis do pago Copy bytes - + Copiar bytes Copy priority - + Copiar prioridade @@ -2232,7 +2255,7 @@ Dirección: %4 Copy change - + Copiar cambio @@ -2245,7 +2268,7 @@ Dirección: %4 - + The recipient address is not valid, please recheck. A dirección de recepción non é válida, por favor compróbea. @@ -2280,22 +2303,22 @@ Dirección: %4 - + Warning: Invalid Bitcoin address - + Atención: Enderezo Bitcoin 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? @@ -2305,7 +2328,7 @@ Dirección: %4 engadido como tarifa de transacción - + Payment request expired A petición de pago expirou @@ -2352,7 +2375,7 @@ Dirección: %4 This is a normal payment. - + Este é un pago normal @@ -2374,7 +2397,7 @@ Dirección: %4 Remove this entry - + Eliminar esta entrada @@ -2382,14 +2405,9 @@ Dirección: %4 - - 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. - - - - + This is a verified payment request. - + Esta é unha solicitude de pago verificada @@ -2397,15 +2415,20 @@ Dirección: %4 Introduce unha etiqueta para esta dirección para engadila á listaxe de direccións empregadas - - This is an unverified payment request. + + 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. + + + This is an unverified payment request. + Esta é unha solicitude de pago non verificada + Pay To: - + Pagar A: @@ -2413,11 +2436,6 @@ Dirección: %4 Memo: Memo: - - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Introduce unha dirección Bitcoin (exemplo: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - ShutdownWindow @@ -2455,19 +2473,19 @@ Dirección: %4 A dirección coa que asinar a mensaxe (exemplo: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - + + Choose previously used address Escoller dirección previamente empregada - - + + Alt+A Alt+A - + Paste address from clipboard Pegar dirección dende portapapeis @@ -2508,12 +2526,12 @@ Dirección: %4 - + Clear &All Limpar &Todo - + &Verify Message &Verificar Mensaxe @@ -2528,7 +2546,7 @@ Dirección: %4 A dirección coa que foi firmada a mensaxe (exemplo: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - + Verify the message to ensure it was signed with the specified Bitcoin address Verificar a mensaxe para asegurar que foi asinada coa dirección Bitcoin especificada @@ -2543,43 +2561,37 @@ Dirección: %4 Restaurar todos os campos de verificación de mensaxe - - + Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) Introduza unha dirección Bitcoin (exemplo: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - + Click "Sign Message" to generate signature Click en "Asinar Mensaxe" para xerar sinatura - - - Enter Bitcoin signature - Introduce sinatura Bitcoin - - + 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. @@ -2599,7 +2611,7 @@ Dirección: %4 Mensaxe asinada. - + The signature could not be decoded. A sinatura non puido ser decodificada. @@ -2635,7 +2647,7 @@ Dirección: %4 The Bitcoin Core developers - + Os desarrolladores de Bitcoin Core @@ -3069,27 +3081,27 @@ Dirección: %4 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. @@ -3147,7 +3159,7 @@ Dirección: %4 No wallet has been loaded. - + Ningún moedeiro cargado @@ -3188,12 +3200,12 @@ Dirección: %4 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. @@ -3416,7 +3428,7 @@ por exemplo: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. <category> can be: - + <categoría> pode ser: diff --git a/src/qt/locale/bitcoin_ka.ts b/src/qt/locale/bitcoin_ka.ts new file mode 100644 index 0000000000..80fbc4c282 --- /dev/null +++ b/src/qt/locale/bitcoin_ka.ts @@ -0,0 +1,4053 @@ + + + AboutDialog + + + About Bitcoin Core + Bitcoin Core-ს შესახებ + + + + <b>Bitcoin Core</b> version + <b>Bitcoin Core</b>-ს ვერსია + + + + +This is experimental software. + +Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php. + +This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. + +პროგრამა ექსპერიმენტულია. + +ვრცელდება MIT/X11 ლიცენზიით, იხილე თანდართული ფაილი COPYING ან http://www.opensource.org/licenses/mit-license.php. + +პროდუქტი შეიცავს OpenSSL პროექტის ფარგლებში შემუშავებულ პროგრამულ უზრუნველყოფას OpenSSL Toolkit-ში გამოყენებისათვის (http://www.openssl.org/), კრიპტოგრაფიულ პროგრამას, ავტორი ერიქ იანგი (Eric Young, eay@cryptsoft.com) და UPnP-პროგრამას, ავტორი თომას ბერნარდი (Thomas Bernard). + + + + Copyright + საავტორო უფლებები + + + + The Bitcoin Core developers + Bitcoin Core-ს ავტორები + + + + AddressBookPage + + + Double-click to edit address or label + დააკლიკეთ ორჯერ მისამართის ან ნიშნულის შესაცვლელად + + + + Create a new address + ახალი მისამართის შექმნა + + + + &New + შექმ&ნა + + + + 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 + &ექსპორტი + + + + &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. + ეს არის თქვენი Bitcoin-მისამართები გადახდების შესასრულებლად. მონეტების გაგზავნამდე ყოველთვის შეამოწმეთ თანხა და მიმღების მისამართი. + + + + These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction. + ეს არის თქვენი Bitcoin-მისამართები გადახდების მისაღებად. რეკომენდებულია ყოველი ტრანსაქციისათვის ახალი მიღების მისამართის გამოყენება. + + + + Copy &Label + ნიშნუ&ლის კოპირება + + + + &Edit + რ&ედაქტირება + + + + Export Address List + მისამართების სიის ექსპორტი + + + + Comma separated file (*.csv) + CSV-ფაილი (*.csv) + + + + Exporting Failed + ექსპორტი ვერ განხორციელდა + + + + There was an error trying to save the address list to %1. + შეცდომა მისამართების სიის %1-ში შენახვის მცდელობისას. + + + + AddressTableModel + + + Label + ნიშნული + + + + Address + მისამართი + + + + (no label) + (არ არის ნიშნული) + + + + AskPassphraseDialog + + + Passphrase Dialog + ფრაზა-პაროლის დიალოგი + + + + Enter passphrase + შეიყვანეთ ფრაზა-პაროლი + + + + New passphrase + ახალი ფრაზა-პაროლი + + + + Repeat new passphrase + გაიმეორეთ ახალი ფრაზა-პაროლი + + + + Enter the new passphrase to the wallet.<br/>Please use a passphrase of <b>10 or more random characters</b>, or <b>eight or more words</b>. + შეიყვანეთ საფულის ახალი ფრაზა-პაროლი.<br/>ფრაზა-პაროლი შეადგინეთ <b>არანაკლებ 10 შემთხვევითი სიმბოლოსაგან</b>, ან <b>რვა და მეტი სიტყვისაგან</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 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>! + + + + 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 + საფულე დაშიფრულია + + + + Bitcoin 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. + ახლა Bitcoin დაიხურება დაშიფრვის პროცესის დასასრულებლად. გაითვალისწინეთ, რომ დაშიფრვა სრულად ვერ დაიცავს თქვენს ბითქოინებს თქვენს კომპიუტერში შემოპარული მავნე პროგრამების საშუალებით დატაცებისაგან. + + + + + + + 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. + საფულის ფრაზა-პაროლი შეცვლილია. + + + + BitcoinGUI + + + Sign &message... + ხელ&მოწერა + + + + Synchronizing with network... + ქსელთან სინქრონიზება... + + + + &Overview + მიმ&ოხილვა + + + + Node + კვანძი + + + + Show general overview of wallet + საფულის ზოგადი მიმოხილვა + + + + &Transactions + &ტრანსაქციები + + + + Browse transaction history + ტრანსაქციების ისტორიის დათვალიერება + + + + E&xit + &გასვლა + + + + Quit application + გასვლა + + + + Show information about Bitcoin + ინფორმაცია Bitcoin-ის შესახებ + + + + + About &Qt + &Qt-ს შესახებ + + + + Show information about Qt + ინფორმაცია Qt-ს შესახებ + + + + &Options... + &ოპციები + + + + &Encrypt Wallet... + საფულის &დაშიფრვა + + + + &Backup Wallet... + საფულის &არქივირება + + + + &Change Passphrase... + ფრაზა-პაროლის შე&ცვლა + + + + &Sending addresses... + გაგზავნის მი&სამართი + + + + &Receiving addresses... + მიღების მისამა&რთი + + + + Open &URI... + &URI-ის გახსნა... + + + + Importing blocks from disk... + ბლოკების იმპორტი დისკიდან... + + + + Reindexing blocks on disk... + დისკზე ბლოკების რეინდექსაცია... + + + + Send coins to a Bitcoin address + მონეტების გაგზავნა Bitcoin-მისამართზე + + + + Modify configuration options for Bitcoin + Bitcoin-ის საკონფიგურაციო პარამეტრების ცვლილება + + + + Backup wallet to another location + საფულის არქივირება სხვა ადგილზე + + + + Change the passphrase used for wallet encryption + საფულის დაშიფრვის ფრაზა-პაროლის შეცვლა + + + + &Debug window + და&ხვეწის ფანჯარა + + + + Open debugging and diagnostic console + დახვეწისა და გიაგნოსტიკის კონსოლის გაშვება + + + + &Verify message... + &ვერიფიკაცია + + + + Bitcoin + Bitcoin + + + + Wallet + საფულე + + + + &Send + &გაგზავნა + + + + &Receive + &მიღება + + + + + &Show / Hide + &ჩვენება/დაფარვა + + + + Show or hide the main Window + მთავარი ფანჯრის ჩვენება/დაფარვა + + + + Encrypt the private keys that belong to your wallet + თქვენი საფულის პირადი გასაღებების დაშიფრვა + + + + Sign messages with your Bitcoin addresses to prove you own them + მესიჯებზე ხელმოწერა თქვენი Bitcoin-მისამართებით იმის დასტურად, რომ ის თქვენია + + + + Verify messages to ensure they were signed with specified Bitcoin addresses + შეამოწმეთ, რომ მესიჯები ხელმოწერილია მითითებული Bitcoin-მისამართით + + + + &File + &ფაილი + + + + &Settings + &პარამეტრები + + + + &Help + &დახმარება + + + + Tabs toolbar + ბარათების პანელი + + + + + [testnet] + [testnet] + + + + Bitcoin Core + Bitcoin Core + + + + Request payments (generates QR codes and bitcoin: URIs) + გადახდის მოთხოვნა (შეიქმნება QR-კოდები და bitcoin: ბმულები) + + + + + &About Bitcoin Core + Bitcoin Core-ს შეს&ახებ + + + + Show the list of used sending addresses and labels + გამოყენებული გაგზავნის მისამართებისა და ნიშნულების სიის ჩვენება + + + + Show the list of used receiving addresses and labels + გამოყენებული მიღების მისამართებისა და ნიშნულების სიის ჩვენება + + + + Open a bitcoin: URI or payment request + bitcoin: URI-ის ან გადახდის მოთხოვნის გახსნა + + + + &Command-line options + საკომანდო სტრიქონის ოპ&ციები + + + + Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options + Bitcoin Core-ს დახმარების ჩვენება Bitcoin-ის საკომანდო სტრიქონის დასაშვები ოპციების სანახავად + + + + + Bitcoin client + Bitcoin-კლიენტი + + + + %n active connection(s) to Bitcoin network + აქტიური მიერთებები ბითქოინის ქსელთან: %n + + + + No block source available... + ბლოკების წყარო მიუწვდომელია... + + + + Processed %1 of %2 (estimated) blocks of transaction history. + დამუშავებულია ტრანსაქციების ისტორიის %2-დან (სავარაუდოდ) %1 ბლოკი. + + + + Processed %1 blocks of transaction history. + დამუშავებულია ტრანსაქციების ისტორიის %1 ბლოკი. + + + + %n hour(s) + %n საათი + + + + %n day(s) + %n დღე + + + + %n week(s) + %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 + განახლებულია + + + + Catching up... + ჩართვა... + + + + Sent transaction + გაგზავნილი ტრანსაქციები + + + + Incoming transaction + მიღებული ტრანსაქციები + + + + Date: %1 +Amount: %2 +Type: %3 +Address: %4 + + თარიღი: %1 +თანხა: %2 +ტიპი: %3 +მისამართი: %4 + + + + + 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> + + + + A fatal error occurred. Bitcoin can no longer continue safely and will quit. + ფატალური შეცდომა. Bitcoin ვერ უზრუნველყოფს უსაფრთხო გაგრძელებას, ამიტომ იხურება. + + + + ClientModel + + + Network Alert + ქსელური განგაში + + + + CoinControlDialog + + + Coin Control Address Selection + მონეტების კონტროლის მისამართის არჩევა + + + + Quantity: + რაოდენობა: + + + + Bytes: + ბაიტები: + + + + Amount: + თანხა: + + + + Priority: + პრიორიტეტი: + + + + Fee: + საკომისიო: + + + + Low Output: + ქვედა ზღვარი: + + + + After Fee: + დამატებითი საკომისიო: + + + + Change: + ხურდა: + + + + (un)select all + ყველას მონიშვნა/(მოხსნა) + + + + Tree mode + განტოტვილი + + + + List mode + სია + + + + Amount + რაოდენობა + + + + Address + მისამართი + + + + Date + თარიღი + + + + Confirmations + დადასტურება + + + + Confirmed + დადასტურებულია + + + + Priority + პრიორიტეტი + + + + Copy address + მისამართის კოპირება + + + + Copy label + ნიშნულის კოპირება + + + + + Copy amount + თანხის კოპირება + + + + Copy transaction ID + ტრანსაქციის ID-ს კოპირება + + + + Lock unspent + დაუხარჯავის დაბლოკვა + + + + Unlock unspent + დაუხარჯავის განბლოკვა + + + + Copy quantity + რაოდენობის კოპირება + + + + Copy fee + საკომისიოს კოპირება + + + + Copy after fee + დამატებითი საკომისიოს კოპირება + + + + Copy bytes + ბაიტების კოპირება + + + + Copy priority + პრიორიტეტის კოპირება + + + + Copy low output + ქვედა ზღვრის კოპირება + + + + Copy change + ხურდის კოპირება + + + + highest + უმაღლესი + + + + higher + უფრო მაღალი + + + + high + მაღალი + + + + medium-high + საშუალოზე მაღალი + + + + medium + საშუალო + + + + low-medium + საშუალოზე დაბალი + + + + low + დაბალი + + + + lower + უფრო დაბალი + + + + lowest + უდაბლესი + + + + (%1 locked) + (%1 დაბლოკილია) + + + + none + ცარიელი + + + + Dust + მტვერი + + + + yes + კი + + + + no + არა + + + + This label turns red, if the transaction size is greater than 1000 bytes. + ნიშნული წითლდება, როცა ტრანსაქციის ზომა 1000 ბაიტზე მეტია. + + + + + 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. + მეტი პრიორიტეტის ტრანსაქციებს მეტი შანსი აქვს მოხვდეს ბლოკში. + + + + 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-ზე ნაკლებს. + + + + + This means a fee of at least %1 is required. + ეს ნიშნავს, რომ საკომისიო იქნება მინიმუმ %1. + + + + Amounts below 0.546 times the minimum relay fee are shown as dust. + რეტრანსლაციის მინიმალური საკომისიოს 0.546-ზე ნაკლები თანხები ნაჩვენები იქნება როგორც მტვერი. + + + + This label turns red, if the change is smaller than %1. + ნიშნული წითლდება, როცა ხურდა ნაკლებია %1-ზე. + + + + + (no label) + (არ არის ნიშნული) + + + + change from %1 (%2) + ხურდა %1-დან (%2) + + + + (change) + (ხურდა) + + + + EditAddressDialog + + + Edit Address + მისამართის შეცვლა + + + + &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 + მის&ამართი + + + + 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" არ არის ვალიდური Bitcoin-მისამართი. + + + + Could not unlock wallet. + საფულის განბლოკვა ვერ მოხერხდა. + + + + New key generation failed. + ახალი გასაღების გენერირება ვერ მოხერხდა + + + + FreespaceChecker + + + A new data directory will be created. + შეიქმნება ახალი მონაცემთა კატალოგი. + + + + name + სახელი + + + + Directory already exists. Add %1 if you intend to create a new directory here. + კატალოგი უკვე არსებობს. დაამატეთ %1 თუ გინდათ ახალი კატალოგის აქვე შექმნა. + + + + Path already exists, and is not a directory. + მისამართი უკვე არსებობს და არ წარმოადგენს კატალოგს. + + + + Cannot create data directory here. + კატალოგის აქ შექმნა შეუძლებელია. + + + + HelpMessageDialog + + + Bitcoin Core - Command-line options + Bitcoin Core - საკომანდო სტრიქონის ოპციები + + + + Bitcoin Core + Bitcoin Core + + + + version + ვერსია + + + + Usage: + გამოყენება: + + + + command-line options + კომანდების ზოლის ოპციები + + + + UI options + ინტერფეისის პარამეტრები + + + + Set language, for example "de_DE" (default: system locale) + აირჩიეთ ენა, მაგალითად "de_DE" (ნაგულისხმევია სისტემური ლოკალი) + + + + Start minimized + გაშვება მინიმიზებული ეკრანით + + + + Show splash screen on startup (default: 1) + მისალმების ეკრანის ჩვენება გაშვებისას (ნაგულისხმევი:1) + + + + Choose data directory on startup (default: 0) + მონაცემთა კატალოგის მითითება ყოველი გაშვებისას (ნაგულისხმევი: 0) + + + + Intro + + + Welcome + მოგესალმებით + + + + Welcome to Bitcoin Core. + მოგესალმებათ Bitcoin Core. + + + + As this is the first time the program is launched, you can choose where Bitcoin Core will store its data. + ეს პროგრამის პირველი გაშვებაა; შეგიძლიათ მიუთითოთ, სად შეინახოს მონაცემები Bitcoin Core-მ. + + + + 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. + Bitcoin Core გადმოტვირთავს და შეინახავს Bitcoin-ის ბლოკთა ჯაჭვს. მითითებულ კატალოგში დაგროვდება სულ ცოტა 1 გბ მონაცემები, და მომავალში უფრო გაიზრდება. საფულეც ამავე კატალოგში შეინახება. + + + + Use the default data directory + ნაგულისხმევი კატალოგის გამოყენება + + + + Use a custom data directory: + მითითებული კატალოგის გამოყენება: + + + + Bitcoin + Bitcoin + + + + Error: Specified data directory "%1" can not be created. + შეცდომა: მითითებული მონაცემთა კატალოგი "%1" ვერ შეიქმნა. + + + + Error + შეცდომა + + + + GB of free space available + გიგაბაიტია თავისუფალი + + + + (of %1GB needed) + (საჭიროა %1GB) + + + + OpenURIDialog + + + Open URI + URI-ის გახსნა + + + + Open payment request from URI or file + გადახდის მოთხოვნის შექმნა URI-იდან ან ფაილიდან + + + + URI: + URI: + + + + Select payment request file + გადახდის მოთხოვნის ფაილის არჩევა + + + + Select payment request file to open + გადახდის მოთხოვნის ფაილის არჩევა გასახსნელად + + + + OptionsDialog + + + Options + ოპციები + + + + &Main + &მთავარი + + + + Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. + დამატებითი საკომისიო თითო კილობაიტზე; აჩქარებს ტრანსაქციის შესრულებას. ტრანსაქციების უმეტესობა არის 1 კბ. + + + + Pay transaction &fee + ტრანსაქციის სა&ფასურის გადახდა + + + + Automatically start Bitcoin after logging in to the system. + სისტემაში შესვლის შემდეგ Bitcoin-ის ავტომატური გაშვება. + + + + &Start Bitcoin on system login + &სისტემაში შესვლისას გაშვება + + + + Size of &database cache + მონაცემთა ბაზის კეშის სი&დიდე + + + + Set database cache size in megabytes (default: 25) + მონაცემთა ბაზის ქეშის ზომა მეგაბაიტებში (ნაგულისხმევია 25) + + + + MB + MB + + + + Number of script &verification threads + სკრიპტის &ვერიფიცირების ნაკადების რაოდენობა + + + + Set the number of script verification threads (up to 16, 0 = auto, <0 = leave that many cores free, default: 0) + სკრიპტის ვერიფიკაციის ნაკადების რაოდენობა (16-მდე, 0 - ავტომატური, <0 - დასატოვებელი ბირთვების რაოდენობა, ნაგულისხმევი: 0) + + + + Connect to the Bitcoin network through a SOCKS proxy. + Bitcoin-ქსელზე მიერთება SOCKS-პროქსით. + + + + &Connect through SOCKS proxy (default proxy): + SO&CKS (ნაგულისხმევი) პროქსი მიერთებისათვის: + + + + IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1) + პროქსის IP-მისამართი (მაგ.: IPv4: 127.0.0.1 / IPv6: ::1) + + + + Active command-line options that override above options: + საკომანდო სტრიქონის აქტიური ოპციები, რომლებიც გადაფარავენ ზემოთნაჩვენებს: + + + + Reset all client options to default. + კლიენტის ყველა პარამეტრის დაბრუნება ნაგულისხმევ მნიშვნელობებზე. + + + + &Reset Options + დაბ&რუნების ოპციები + + + + &Network + &ქსელი + + + + Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. + როუტერში Bitcoin-კლიენტის პორტის ავტომატური გახსნა. მუშაობს, თუ თქვენს როუტერს ჩართული აქვს UPnP. + + + + Map port using &UPnP + პორტის გადამისამართება &UPnP-ით + + + + Proxy &IP: + პროქსის &IP: + + + + &Port: + &პორტი + + + + Port of the proxy (e.g. 9050) + პროქსის პორტი (მაგ.: 9050) + + + + SOCKS &Version: + SOCKS &ვერსია: + + + + SOCKS version of the proxy (e.g. 5) + პროქსის SOCKS-ვერსია (მაგ.: 5) + + + + &Window + &ფანჯარა + + + + Show only a tray icon after minimizing the window. + ფანჯრის მინიმიზებისას მხოლოდ იკონა სისტემურ ზონაში + + + + &Minimize to the tray instead of the taskbar + &მინიმიზება სისტემურ ზონაში პროგრამების პანელის ნაცვლად + + + + Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Quit in the menu. + პროგრამის მინიმიზება ფანჯრის დახურვისას. ოპციის ჩართვის შემდეგ პროგრამის დახურვა შესაძლებელი იქნება მხოლოდ მენიუდან - პუნქტი "გასვლა". + + + + M&inimize on close + მ&ინიმიზება დახურვისას + + + + &Display + &ჩვენება + + + + User Interface &language: + სამომხმარებ&ლო ენა: + + + + The user interface language can be set here. This setting will take effect after restarting Bitcoin. + აქ შეგიძლიათ აირჩიოთ სამომხმარებლო ენა. ძალაში შევა Bitcoin-ის რესტარტის შემდეგ. + + + + &Unit to show amounts in: + ერთეუ&ლი: + + + + Choose the default subdivision unit to show in the interface and when sending coins. + აირჩიეთ გასაგზავნი თანხის ნაგულისხმევი ერთეული. + + + + Whether to show Bitcoin addresses in the transaction list or not. + ტრანსაქციების სიაში იყოს თუ არა ნაჩვენები Bitcoin-მისამართები. + + + + &Display addresses in transaction list + მისამართების &ჩვენება სიაში + + + + Whether to show coin control features or not. + ვაჩვენოთ თუ არა მონეტების მართვის პარამეტრები. + + + + Display coin &control features (experts only) + მართვის პარამეტრები (მხოლოდ ექსპერტთათვის) + + + + &OK + &OK + + + + &Cancel + &გაუქმება + + + + default + ნაგულისხმევი + + + + none + ცარიელი + + + + Confirm options reset + დაადასტურეთ პარამეტრების დაბრუნება ნაგულისხმევზე + + + + + Client restart required to activate changes. + ცვლილებები ძალაში შევა კლიენტის ხელახალი გაშვების შემდეგ. + + + + Client will be shutdown, do you want to proceed? + კლიენტი დაიხურება, გავაგრძელოთ? + + + + This change would require a client restart. + ამ ცვლილებების ძალაში შესასვლელად საჭიროა კლიენტის დახურვა და ხელახალი გაშვება. + + + + The supplied proxy address is invalid. + პროქსის მისამართი არასწორია. + + + + OverviewPage + + + 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. + ნაჩვენები ინფორმაცია შეიძლება მოძველებული იყოს. თქვენი საფულე ავტომატურად სინქრონიზდება Bitcoin-ის ქსელთან კავშირის დამყარების შემდეგ, ეს პროცესი ჯერ არ არის დასრულებული. + + + + Unconfirmed: + დაუდასტურებელია: + + + + Wallet + საფულე + + + + Confirmed: + დადასტურებულია: + + + + Your current spendable balance + თქვენი ხელმისაწვდომი ნაშთი + + + + 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 + მოპოვებული თანხა, რომელიც ჯერ არ არის მზადყოფნაში + + + + Total: + სულ: + + + + Your current total balance + თქვენი სრული მიმდინარე ბალანსი + + + + <b>Recent transactions</b> + <b>ბოლო ტრანსაქციები</b> + + + + + out of sync + არ არის სინქრონიზებული + + + + PaymentServer + + + + URI handling + URI-ების დამუშავება + + + + URI can not be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. + URI-ის დამუშავება ვერ მოხერხდა. შესაძლოა არასწორია Bitcoin-მისამართი ან URI-ის პარამეტრები. + + + + Requested payment amount of %1 is too small (considered dust). + მოთხოვნილი გადახდის %1 მოცულობა ძალიან მცირეა (ითვლება "მტვრად") + + + + + + + + + Payment request error + გადახდის მოთხოვნის შეცდომა + + + + Cannot start bitcoin: click-to-pay handler + ვერ გაიშვა bitcoin: click-to-pay + + + + Net manager warning + გაფრთხილება ქსელის მენეჯერისაგან + + + + Your active proxy doesn't support SOCKS5, which is required for payment requests via proxy. + თქვენს აქტიურ პროქსის არა აქვს SOCKS5-ის მხარდაჭერა, რაც საჭიროა გადახდების პროქსით განხორციელებისათვის. + + + + Payment request fetch URL is invalid: %1 + არასწორია გადახდის მოთხოვნის URL: %1 + + + + Payment request file handling + გადახდის მოთხოვნის ფაილის დამუშავება + + + + Payment request file can not be read or processed! 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 can not be parsed or processed! + ვერ ხერხდება გადახდის მოთხოვნის გარჩევა ან დამუშავება! + + + + Bad response from server %1 + ცუდი პასუხი სერვერისაგან %1 + + + + Payment acknowledged + გადახდა მიღებულია + + + + Network request error + ქსელური მოთხოვნის შეცდომა + + + + QObject + + + + Bitcoin + Bitcoin + + + + Error: Specified data directory "%1" does not exist. + შეცდომა: მითითებული მონაცემთა კატალოგი "%1" არ არსებობს. + + + + Error: Invalid combination of -regtest and -testnet. + შეცდომა: -regtest-ისა და -testnet-ის დაუშვებელი კომბინაცია. + + + + Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + შეიყვანეთ ბიტკოინ-მისამართი (მაგ. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + QRImageWidget + + + &Save Image... + გამო&სახულების შენახვა + + + + &Copy Image + გამოსახულების &კოპირება + + + + Save QR Code + QR-კოდის შენახვა + + + + PNG Image (*.png) + PNG სურათი (*.png) + + + + RPCConsole + + + Client name + კლიენტი + + + + + + + + + + + + + + N/A + მიუწვდ. + + + + Client version + კლიენტის ვერსია + + + + &Information + &ინფორმაცია + + + + Debug window + დახვეწის ფანჯარა + + + + General + საერთო + + + + Using OpenSSL version + OpenSSL-ის ვერსია + + + + Startup time + სტარტის დრო + + + + Network + ქსელი + + + + Name + სახელი + + + + Number of connections + შეერთებების რაოდენობა + + + + Block chain + ბლოკთა ჯაჭვი + + + + Current number of blocks + ბლოკების მიმდინარე რაოდენობა + + + + Estimated total blocks + ბლოკების სავარაუდო რაოდენობა + + + + Last block time + ბოლო ბლოკის დრო + + + + &Open + &შექმნა + + + + &Console + &კონსოლი + + + + &Network Traffic + &ქსელის ტრაფიკი + + + + &Clear + &წაშლა + + + + Totals + ჯამი + + + + In: + შემომავალი: + + + + Out: + გამავალი: + + + + Build date + შექმნის დრო + + + + Debug log file + დახვეწის ლოგ-ფაილი + + + + Open the Bitcoin debug log file from the current data directory. This can take a few seconds for large log files. + გახსენით Bitcoin-ის დახვეწის ლოგ-ფაილი მიმდინარე კატალოგიდან. დიდი ლოგ-ფაილის შემთხვევაში ამას შეიძლება რამდენიმე წამი მოუნდეს. + + + + Clear console + კონსოლის გასუფთავება + + + + Welcome to the Bitcoin RPC console. + მოგესალმებათ Bitcoin-ის RPC კონსოლი. + + + + Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. + კლავიშები "ზევით" და "ქვევით" - ისტორიაში მოძრაობა, <b>Ctrl-L</b> - ეკრანის გასუფთავება. + + + + Type <b>help</b> for an overview of available commands. + აკრიფეთ <b>help</b> ფაშვებული ბრძანებების სანახავად. + + + + %1 B + %1 B + + + + %1 KB + %1 KB + + + + %1 MB + %1 MB + + + + %1 GB + %1 GB + + + + %1 m + %1 წთ + + + + %1 h + %1 სთ + + + + %1 h %2 m + %1 სთ %2 წთ + + + + ReceiveCoinsDialog + + + &Amount: + თ&ანხა: + + + + &Label: + ნიშნუ&ლი: + + + + &Message: + &მესიჯი: + + + + 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. + არააუცილებელი ნიშნული ახალ მიღების მისამართთან ასოცირებისათვის. + + + + Use this form to request payments. All fields are <b>optional</b>. + გამოიყენეთ ეს ფორმა გადახდის მოთხოვნისათვის. ყველა ველი <b>არააუცილებელია</b>. + + + + + An optional amount to request. Leave this empty or zero to not request a specific amount. + მოთხოვნის მოცულობა. არააუცილებელია. ჩაწერეთ 0 ან დატოვეთ ცარიელი, თუ არ მოითხოვება კონკრეტული მოცულობა. + + + + Clear all fields of the form. + ფორმის ყველა ველის წაშლა + + + + Clear + წაშლა + + + + Requested payments history + მოთხოვნილი გადახდების ისტორია + + + + &Request payment + &გადახდის მოთხოვნა + + + + Show the selected request (does the same as double clicking an entry) + არჩეული მოთხოვნის ჩვენება (იგივეა, რაც ჩანაწერზე ორჯერ ჩხვლეტა) + + + + Show + ჩვენება + + + + Remove the selected entries from the list + მონიშნული ჩანაწერების წაშლა სიიდან + + + + Remove + წაშლა + + + + Copy label + ნიშნულის კოპირება + + + + Copy message + მესიჯის კოპირება + + + + Copy amount + თანხის კოპირება + + + + ReceiveRequestDialog + + + QR Code + QR-კოდი + + + + Copy &URI + &URI-ის კოპირება + + + + Copy &Address + მის&ამართის კოპირება + + + + &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 + + + + + Send Coins + მონეტების გაგზავნა + + + + Coin Control Features + მონეტების კონტროლის პარამეტრები + + + + Inputs... + ხარჯები... + + + + automatically selected + არჩეულია ავტომატურად + + + + Insufficient funds! + არ არის საკმარისი თანხა! + + + + Quantity: + რაოდენობა: + + + + Bytes: + ბაიტები: + + + + Amount: + თანხა: + + + + Priority: + პრიორიტეტი: + + + + Fee: + საკომისიო: + + + + Low Output: + ქვედა ზღვარი: + + + + After Fee: + დამატებითი საკომისიო: + + + + Change: + ხურდა: + + + + If this is activated, but the change address is empty or invalid, change will be sent to a newly generated address. + ამის გააქტიურებისას თუ ხურდის მისამართი ცარიელია ან არასწორია, ხურდა გაიგზავნება ახლად გენერირებულ მისამართებზე. + + + + Custom change address + ხურდის მისამართი + + + + Send to multiple recipients at once + გაგზავნა რამდენიმე რეციპიენტთან ერთდროულად + + + + Add &Recipient + &რეციპიენტის დამატება + + + + Clear all fields of the form. + ფორმის ყველა ველის წაშლა + + + + Clear &All + გ&ასუფთავება + + + + Balance: + ბალანსი: + + + + Confirm the send action + გაგზავნის დადასტურება + + + + S&end + გაგ&ზავნა + + + + Confirm send coins + მონეტების გაგზავნის დადასტურება + + + + + + + %1 to %2 + %1-დან %2-ში + + + + Copy quantity + რაოდენობის კოპირება + + + + Copy amount + თანხის კოპირება + + + + Copy fee + საკომისიოს კოპირება + + + + Copy after fee + დამატებითი საკომისიოს კოპირება + + + + Copy bytes + ბაიტების კოპირება + + + + Copy priority + პრიორიტეტის კოპირება + + + + Copy low output + ქვედა ზღვრის კოპირება + + + + Copy change + ხურდის კოპირება + + + + Total Amount %1 (= %2) + ჯამური თანხა %1 (= %2) + + + + or + ან + + + + The recipient address is not valid, please recheck. + მიმღების მისამართი არასწორია, შეამოწმეთ. + + + + 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%-ის დამატების შემდეგ თანხა აჭარბებს თქვენს ბალანსს + + + + Duplicate address found, can only send to each address once per send operation. + მისამართები დუბლირებულია, დაშვებულია ერთ ჯერზე თითო მისამართზე ერთხელ გაგზავნა. + + + + 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 + ყურადღება: არასწორია Bitcoin-მისამართი + + + + (no label) + (არ არის ნიშნული) + + + + Warning: Unknown change address + ყურადღება: უცნობია ხურდის მისამართი + + + + Are you sure you want to send? + დარწმუნებული ხართ, რომ გინდათ გაგზავნა? + + + + added as transaction fee + დამატებულია საკომისიო + + + + Payment request expired + გადახდის მოთხოვნას ვადა გაუვიდა + + + + Invalid payment address %1 + გადახდის მისამართი არასწორია: %1 + + + + SendCoinsEntry + + + + + A&mount: + &რაოდენობა + + + + Pay &To: + ადრესა&ტი: + + + + The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + მისამართი, რომლითაც ასრულებთ გადახდას (მაგ.: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + Enter a label for this address to add it to your address book + შეიყვანეთ ამ მისამართის ნიშნული მისამართების წიგნში დასამატებლად + + + + &Label: + ნიშნუ&ლი: + + + + Choose previously used address + აირჩიეთ ადრე გამოყენებული მისამართი + + + + This is a normal payment. + ეს არის ჩვეულებრივი გადახდა. + + + + Alt+A + Alt+A + + + + Paste address from clipboard + მისამართის ჩასმა კლიპბორდიდან + + + + Alt+P + Alt+P + + + + + + Remove this entry + ჩანაწერის წაშლა + + + + Message: + მესიჯი: + + + + This is a verified 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. + მესიჯი, რომელიც თან ერთვის მონეტებს: URI, რომელიც შეინახება ტრანსაქციასთან ერთად თქვენთვის. შენიშვნა: მესიჯი არ გაყვება გადახდას ბითქოინის ქსელში. + + + + This is an unverified payment request. + ეს არის არავერიფიცირებული გადახდის მოთხოვნა. + + + + + Pay To: + ადრესატი: + + + + + Memo: + შენიშვნა: + + + + ShutdownWindow + + + Bitcoin Core is shutting down... + Bitcoin Core იხურება... + + + + Do not shut down the computer until this window disappears. + არ გამორთოთ კომპიუტერი ამ ფანჯრის გაქრობამდე. + + + + SignVerifyMessageDialog + + + Signatures - Sign / Verify a Message + ხელმოწერები - მესიჯის ხელმოწერა/ვერიფიკაცია + + + + &Sign Message + მე&სიჯის ხელმოწერა + + + + You can sign messages with your addresses to prove you own them. Be careful not to sign anything vague, as phishing attacks may try to trick you into signing your identity over to them. Only sign fully-detailed statements you agree to. + ხელმოწერით თქვენ ადასტურებთ, რომ მესიჯი თქვენია. ფრთხილად - არ მოაწეროთ ხელი რაიმე საეჭვოს: ფიშინგური ხრიკებით შეიძლება ის თქვენს მესიჯად გაასაღონ. მოაწერეთ ხელი მხოლოდ იმას, რასაც ყველა წვრილმანში ეთანხმებით. + + + + The address to sign the message with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + მისამართი, რომლითაც ხელს აწერთ (მაგ.: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + + Choose previously used address + აირჩიეთ ადრე გამოყენებული მისამართი + + + + + Alt+A + Alt+A + + + + Paste address from clipboard + მისამართის ჩასმა კლიპბორდიდან + + + + Alt+P + Alt+P + + + + Enter the message you want to sign here + აკრიფეთ ხელმოსაწერი მესიჯი + + + + Signature + ხელმოწერა + + + + Copy the current signature to the system clipboard + მიმდინარე ხელმოწერის კოპირება კლიპბორდში + + + + Sign the message to prove you own this Bitcoin address + მოაწერეთ ხელი იმის დასადასტურებლად, რომ ეს მისამართი თქვენია + + + + Sign &Message + &მესიჯის ხელმოწერა + + + + Reset all sign message fields + ხელმოწერის ყველა ველის წაშლა + + + + + Clear &All + გ&ასუფთავება + + + + &Verify Message + მესიჯის &ვერიფიკაცია + + + + Enter the signing address, message (ensure you copy line breaks, spaces, tabs, etc. exactly) and signature below to verify the message. Be careful not to read more into the signature than what is in the signed message itself, to avoid being tricked by a man-in-the-middle attack. + შეიყვანეთ ხელმოწერის მისამართი, მესიჯი (დაუკვირდით, რომ ზუსტად იყოს კოპირებული სტრიქონის გადატანები, ჰარები, ტაბულაციები და სხვ) და ხელმოწერა მესიჯის ვერიფიკაციისათვის. მიაქციეთ ყურადღება, რომ რაიმე ზედმეტი არ გაგყვეთ კოპირებისას, რათა არ გახდეთ "man-in-the-middle" შეტევის ობიექტი. + + + + The address the message was signed with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + მისამართი, რომლითაც ხელმოწერილია მესიჯი (მაგ.: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + Verify the message to ensure it was signed with the specified Bitcoin address + შეამოწმეთ, რომ მესიჯი ხელმოწერილია მითითებული Bitcoin-მისამართით + + + + Verify &Message + &მესიჯის ვერიფიკაცია + + + + Reset all verify message fields + ვერიფიკაციის ყველა ველის წაშლა + + + + Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + შეიყვანეთ ბიტკოინ-მისამართი (მაგ. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + 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 + Bitcoin Core + + + + The Bitcoin Core developers + Bitcoin Core-ს ავტორები + + + + [testnet] + [testnet] + + + + TrafficGraphWidget + + + KB/s + KB/s + + + + 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 + ტრანსაქციის 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 + , დაგზავნა არ არის წარმატებით დასრულებული + + + + Open for %n more block(s) + ღიაა კიდევ %n ბლოკისათვის + + + + unknown + უცნობია + + + + TransactionDescDialog + + + Transaction details + ტრანსაქციის დეტალები + + + + This pane shows a detailed description of the transaction + ტრანსაქციის დაწვრილებითი აღწერილობა + + + + TransactionTableModel + + + Date + თარიღი + + + + Type + ტიპი + + + + Address + მისამართი + + + + Amount + რაოდენობა + + + + Immature (%1 confirmations, will be available after %2) + არ არის მომწიფებული (%1 დასტური, საჭიროა სულ %2) + + + + Open for %n more block(s) + ღიაა კიდევ %n ბლოკისათვის + + + + Open until %1 + ღია იქნება სანამ %1 + + + + Offline (%1 confirmations) + ოფლაინშია (%1 დასასტურება) + + + + Unconfirmed (%1 of %2 confirmations) + დაუდასტურებელია (%1 დადასტურება %2-დან) + + + + + Confirmed (%1 confirmations) + დადასტურებულია (%1დასტური) + + + + This block was not received by any other nodes and will probably not be accepted! + ეს ბლოკი არ არის მიღებული არცერთი კვანძის მიერ და სავარაუდოდ უარყოფილია! + + + + Generated but not accepted + გენერირებულია, მაგრამ უარყოფილია + + + + Received with + მიღებულია + + + + Received from + გამომგზავნი + + + + Sent to + გაგზავნილია ადრესატთან + + + + Payment to yourself + გადახდილია საკუთარი თავისათვის + + + + Mined + მოპოვებულია + + + + (n/a) + (მიუწვდ.) + + + + Transaction status. Hover over this field to show number of confirmations. + ტრანსაქციის სტატუსი. ველზე კურსორის შეყვანისას გამოჩნდება დასტურების რაოდენობა. + + + + Date and time that the transaction was received. + ტრანსაქციის მიღების თარიღი და დრო. + + + + Type of transaction. + ტრანსაქციის ტიპი. + + + + Destination address 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 + მისამართი + + + + Amount + თანხა + + + + ID + ID + + + + Range: + შუალედი: + + + + to + - + + + + 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 + + + Usage: + გამოყენება: + + + + List commands + ბრძანებები + + + + Get help for a command + ბრძანების აღწერილობა + + + + Options: + ოპციები: + + + + Specify configuration file (default: bitcoin.conf) + მიუთითეთ საკონფიგურაციო ფაილი (ნაგულისხმევია: bitcoin.conf) + + + + Specify pid file (default: bitcoind.pid) + მიუთითეთ pid ფაილი (ნაგულისხმევია: bitcoind.pid) + + + + Specify data directory + მიუთითეთ მონაცემთა კატალოგი + + + + Set database cache size in megabytes (default: 25) + მონაცემთა ბაზის ქეშის ზომა მეგაბაიტებში (ნაგულისხმევია 25) + + + + Listen for connections on <port> (default: 8333 or testnet: 18333) + მიყურადება პორტზე <port> (ნაგულისხმევი: 8333 ან სატესტო ქსელში: 18333) + + + + Maintain at most <n> connections to peers (default: 125) + არაუმეტეს <n> შეერთებისა პირებზე (ნაგულისხმევი: 125) + + + + Connect to a node to retrieve peer addresses, and disconnect + მიერთება კვანძთან, პირების მისამართების მიღება და გათიშვა + + + + Specify your own public address + მიუთითეთ თქვენი საჯარო მისამართი + + + + Threshold for disconnecting misbehaving peers (default: 100) + არასწორად მოქმედი პირების გათიშვის ზღვარი (ნაგულისხმევი:100) + + + + Number of seconds to keep misbehaving peers from reconnecting (default: 86400) + არასწორად მოქმედი პირების ბლოკირების დრო წამებში (ნაგულისხმევი: 86400) + + + + An error occurred while setting up the RPC port %u for listening on IPv4: %s + შეცდომა %u RPC-პორტის მიყურადების ჩართვისას IPv4 მისამართზე: %s + + + + Listen for JSON-RPC connections on <port> (default: 8332 or testnet: 18332) + JSON-RPC-შეერთებების მიყურადება პორტზე <port> (ნაგულისხმევი: 8332 ან სატესტო ქსელში: 18332) + + + + Accept command line and JSON-RPC commands + საკომანდო სტრიქონისა და JSON-RPC-კომამდების ნებართვა + + + + Run in the background as a daemon and accept commands + რეზიდენტულად გაშვება და კომანდების მიღება + + + + Use the test network + სატესტო ქსელის გამოყენება + + + + Accept connections from outside (default: 1 if no -proxy or -connect) + გარედან შეერთებების დაშვება (ნაგულისხმევი: 1 თუ არ გამოიყენება -proxy ან -connect) + + + + %s, you must set a rpcpassword in the configuration file: +%s +It is recommended you use the following random password: +rpcuser=bitcoinrpc +rpcpassword=%s +(you do not need to remember this password) +The username and password MUST NOT be the same. +If the file does not exist, create it with owner-readable-only file permissions. +It is also recommended to set alertnotify so you are notified of problems; +for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com + + %s, მიუთითეთ rpcpassword საკონფიგურაციო ფაილში: +%s +რეკომენდებულია შემდეგი შემთხვევითი პაროლი: +rpcuser=bitcoinrpc +rpcpassword=%s +(ამის დამახსოვრება არ გჭირდებათ) +სახელი და პაროლი ერთმანეთს არ უნდა ემთხვეოდეს. +თუ ფაილი არ არსებობს, შექმენით იგი უფლებებით owner-readable-only. +ასევე რეკომენდებულია დააყენოთ alertnotify რათა მიიღოთ შეტყობინებები პრობლემების შესახებ; +მაგალითად: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com + + + + + Acceptable ciphers (default: TLSv1.2+HIGH:TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!3DES:@STRENGTH) + დაშვებული ალგორითმები (ნაგულისხმევი: TLSv1.2+HIGH:TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!3DES:@STRENGTH) + + + + An error occurred while setting up the RPC port %u for listening on IPv6, falling back to IPv4: %s + შეცდომა %u RPC-პორტის მიყურადების ჩართვისას IPv6 მისამართზე, ვბრუნდებით IPv4-ზე : %s + + + + Bind to given address and always listen on it. Use [host]:port notation for IPv6 + მოცემულ მისამართზე მიჯაჭვა მუდმივად მასზე მიყურადებით. გამოიყენეთ [host]:port ფორმა IPv6-სათვის + + + + Cannot obtain a lock on data directory %s. Bitcoin is probably already running. + მონაცემთა კატალოგის %s ბლოკირება ვერ ხერხდება. შესაძლოა Bitcoin უკვე გაშვებულია. + + + + Enter regression test mode, which uses a special chain in which blocks can be solved instantly. This is intended for regression testing tools and app development. + შესვლა რეგრესული ტესტირების რეჟიმში; სპეციალური ჯაჭვის გამოყენებით ბლოკების პოვნა ხდება დაუყოვნებლივ. გამოიყენება რეგრესული ტესტირების ინსტრუმენტებისა და პროგრამების შემუშავებისას. + + + + Enter regression test mode, which uses a special chain in which blocks can be solved instantly. + გადასვლა რეგრესული ტესტირების რეჟიმში, რომელიც იყენებს სპეციალურ ჯაჭვს ბლოკების დაუყოვნებლივი პოვნის შესაძლებლობით. + + + + Error: 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-ის ასლის გამოყენებისას, როცა მონეტები გაიგზავნა სხვა ასლიდან, აქ კი არ არის გაგზავნილად მონიშნული. + + + + Error: This transaction requires a transaction fee of at least %s because of its amount, complexity, or use of recently received funds! + შეცდომა: ტრანსაქცია მოითხოვს საკომისიოს მინიმუმ %s რაოდენობის, სირთულის ან ბოლოს მიღებული თანხების შესაბამისად! + + + + 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 + ეს არის წინასწარი სატესტო ვერსია - გამოიყენეთ საკუთარი რისკით - არ გამოიყენოთ მოპოვებისა ან კომერციული მიზნებისათვის + + + + Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: -proxy) + ფარული Tor-სერვისებით პირების წვდომისათვის სხვა SOCKS5 პროქსის გამოყენება (ნაგულისხმევია: -proxy) + + + + Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. + ყურადღება: ძალიან მაღალია -paytxfee - საკომისო, რომელსაც თქვენ გადაიხდით ამ ტრანსაქციის გაგზავნის საფასურად. + + + + Warning: Please check that your computer's date and time are correct! If your clock is wrong Bitcoin will not work properly. + ყურადღება: შეამოწმეთ თქვენი კომპიუტერის სისტემური თარიღი და დრო! თუ ისინი არასწორია, Bitcoin ვერ იმუშავებს კორექტულად. + + + + Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. + ყურადღება: ქსელში შეუთანხმებლობაა. შესაძლოა ცალკეულ მომპოვებლებს პრობლემები ექმნებათ! + + + + Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. + ყურადღება: ჩვენ არ ვეთანხმებით ყველა პირს. შესაძლოა თქვენ ან სხვა კვანძებს განახლება გჭირდებათ. + + + + Warning: error reading wallet.dat! All keys read correctly, but transaction data or address book entries might be missing or incorrect. + ყურადღება: არ იკითხება wallet.dat! ყველა გასაღები წაკითხულია, მაგრამ გამორჩენილი ან არასწორია ტრანსაქციის თარიღი ან ჩანაწერები მისამართების წიგნში. + + + + Warning: wallet.dat corrupt, data salvaged! Original wallet.dat saved as wallet.{timestamp}.bak in %s; if your balance or transactions are incorrect you should restore from a backup. + ყურადღება: wallet.dat დაზიანებულია! ორიგინალური wallet.dat შენახულია როგორც wallet.{timestamp}.bak %s-ში; თუ შეამჩნიეთ უზუსტობა ნაშთში ან ტრანსაქციებში, აღადგინეთ არქივიდან. + + + + <category> can be: + <category> შეიძლება იყოს: + + + + Attempt to recover private keys from a corrupt wallet.dat + პირადი გასაღებების აღდგენის მცდელობა wallet.dat-იდან + + + + Bitcoin Core Daemon + Bitcoin Core დემონი + + + + Bitcoin RPC client version + Bitcoin-კლიენტის RPC-ვერსია + + + + Block creation options: + ბლოკის შექმნის ოპციები: + + + + Connect only to the specified node(s) + შეერთება მხოლოდ მითითებულ კვანძ(ებ)თან + + + + Connect through SOCKS proxy + შეერთება SOCKS-პროქსით + + + + Connect to JSON-RPC on <port> (default: 8332 or testnet: 18332) + JSON-RPC-შეერთება პორტზე <port> (ნაგულისხმევი: 8332 ან სატესტო ქსელში: 18332) + + + + Corrupted block database detected + შენიშნულია ბლოკთა ბაზის დაზიანება + + + + Discover own IP address (default: 1 when listening and no -externalip) + საკუთარი IP-მისამართის განსაზღვრა (ნაგულისხმევი: 1 თუ ჩართულია მიყურადება და არ გამოიყენება -externalip) + + + + Do not load the wallet and disable wallet RPC calls + არ ჩაიტვირთოს საფულე და აიკრძალოს საფულისადმი RPC-მიმართვები + + + + Do you want to rebuild the block database now? + გავუშვათ ბლოკთა ბაზის ხელახლა აგება ეხლა? + + + + Error initializing block database + ვერ ინიციალიზდება ბლოკების ბაზა + + + + Error initializing wallet database environment %s! + ვერ ინიციალიზდება საფულის ბაზის გარემო %s! + + + + Error loading block database + არ იტვირთება ბლოკების ბაზა + + + + Error opening block database + ბლოკთა ბაზის შექმნა ვერ მოხერხდა + + + + Error: Disk space is low! + შეცდომა: დისზე არ არის ადგილი! + + + + Error: Wallet locked, unable to create transaction! + შეცდომა: საფულე დაბლოკილია, ტრანსაქცია ვერ შეიქმნება! + + + + Error: system error: + შეცდომა: სისტემური შეცდომა: + + + + Failed to listen on any port. Use -listen=0 if you want this. + ვერ ხერხდება პორტების მიყურადება. თუ გსურთ, გამოიყენეთ -listen=0. + + + + Failed to read block info + ბლოკის ინფორმაცია არ იკითხება + + + + Failed to read block + ბლოკი არ იკითხება + + + + Failed to sync block index + ბლოკების ინდექსის სინქრონიზება ვერ მოხერხდა + + + + Failed to write block index + ბლოკების ინდექსის ჩაწერა ვერ მოხერხდა + + + + Failed to write block info + ბლოკის ინფორმაციის ჩაწერა ვერ მოხერხდა + + + + Failed to write block + ბლოკის ჩაწერა ვერ მოხერხდა + + + + Failed to write file info + ფაილის ინფორმაციის ჩაწერა ვერ მოხერხდა + + + + Failed to write to coin database + მონეტების ბაზის ჩაწერა ვერ მოხერხდა + + + + Failed to write transaction index + ტრანსაქციების ინდექსის ჩაწერა ვერ მოხერხდა + + + + Failed to write undo data + ცვლილებების გაუქმების მონაცემთა ჩაწერა ვერ მოხერხდა + + + + Fee per kB to add to transactions you send + საკომისო კბ-ზე, რომელიც დაემატება გაგზავნილ ტრანსაქციას + + + + Find peers using DNS lookup (default: 1 unless -connect) + პირების ძებნა DNS-ით (ნაგულისხმევი: 1 გარდა -connect-ისა) + + + + Generate coins (default: 0) + მონეტების გენერირება (ნაგულისხმევი: 0) + + + + How many blocks to check at startup (default: 288, 0 = all) + რამდენი ბლოკი შემოწმდეს გაშვებისას (ნაგულისხმევი: 288, 0 - ყველა) + + + + How thorough the block verification is (0-4, default: 3) + ბლოკების შემოწმების სიზუსტე (0-4, ნაგულისხმევი: 3) + + + + If <category> is not supplied, output all debugging information. + თუ <category> არ არის მითითებული, ნაჩვენები იქნება სრული დახვეწის ინფორმაცია. + + + + Incorrect or no genesis block found. Wrong datadir for network? + საწყისი ბლოკი არ არსებობს ან არასწორია. ქსელის მონაცემთა კატალოგი datadir ხომ არის არასწორი? + + + + Invalid -onion address: '%s' + არასწორია მისამართი -onion: '%s' + + + + Not enough file descriptors available. + არ არის საკმარისი ფაილ-დესკრიპტორები. + + + + Prepend debug output with timestamp (default: 1) + დაემატოს დახვეწის ინფორმაციას დროის ჭდეები (ნაგულისხმევი: 1) + + + + RPC client options: + RPC კლიენტის ოპციები: + + + + Rebuild block chain index from current blk000??.dat files + ბლოკთა ჯაჭვის ინდექსის ხელახლა აგება blk000??.dat ფაილიდან + + + + Select SOCKS version for -proxy (4 or 5, default: 5) + SOCKS-ვერსიის არჩევა -proxy-სათვის (4 ან 5, ნაგულისხმევი: 5) + + + + Send command to Bitcoin server + კომანდის გაგზავნა Bitcoin-სერვერზე + + + + Set maximum block size in bytes (default: %d) + ბლოკის მაქსიმალური ზომის განსაზღვრა ბაიტებში (ნადულისხმევი: %d) + + + + Set the number of threads to service RPC calls (default: 4) + RPC-ნაკადების რაოდენობა (ნაგულისხმევი: 4) + + + + Specify wallet file (within data directory) + მიუთითეთ საფულის ფაილი (კატალოგში) + + + + Start Bitcoin server + Bitcoin-სერვერის გაშვება + + + + This is intended for regression testing tools and app development. + გამოიყენება რეგრესული ტესტირების ინსტრუმენტებისა და პროგრამების შემუშავებისას. + + + + Usage (deprecated, use bitcoin-cli): + გამოყენება (მოძველებულია, გამოიყენეთ bitcoin-cli): + + + + Verifying blocks... + ბლოკების ვერიფიკაცია... + + + + Verifying wallet... + საფულის ვერიფიკაცია... + + + + Wait for RPC server to start + RPC-სერვერის დალოდება გაშვებისათვის + + + + Wallet %s resides outside data directory %s + საფულე %s მდებარეობს მონაცემთა კატალოგის %s გარეთ + + + + Wallet options: + სფულის ოპციები: + + + + Warning: Deprecated argument -debugnet ignored, use -debug=net + ყურადღება: მოძველებული არგუმენტი -debugnet იგნორირდება. გამოიყენეთ -debug=net + + + + You need to rebuild the database using -reindex to change -txindex + საჭიროა ბაზის ხელახალი აგება, გამოიყენეთ -reindex რათა შეცვალოთ -txindex + + + + Imports blocks from external blk000??.dat file + ბლოკების იმპორტი გარე blk000??.dat ფაილიდან + + + + Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message) + ბრძანების შესრულება შესაბამისი უწყების მიღებისას ან როცა შეინიშნება საგრძნობი გახლეჩა (cmd-ში %s შეიცვლება მესიჯით) + + + + Output debugging information (default: 0, supplying <category> is optional) + დახვეწის ინფორმაციის გამოყვანა (ნაგულისხმევი: 0, <category> - არააუცილებელი არგუმენტია) + + + + Set maximum size of high-priority/low-fee transactions in bytes (default: %d) + მაღალპრიორიტეტული/დაბალსაკომისიოიანი ტრანსაქციების მაქსიმალური ზომა ბაიტებში (ნაგულისხმევი: %d) + + + + Set the number of script verification threads (up to 16, 0 = auto, <0 = leave that many cores free, default: 0) + სკრიპტის ვერიფიკაციის ნაკადების რაოდენობა (16-მდე, 0 - ავტომატური, <0 - დასატოვებელი ბირთვების რაოდენობა, ნაგულისხმევი: 0) + + + + Information + ინფორმაცია + + + + Invalid amount for -minrelaytxfee=<amount>: '%s' + დაუშვებელი მნიშვნელობა -minrelaytxfee=<amount>: '%s' + + + + Invalid amount for -mintxfee=<amount>: '%s' + დაუშვებელი მნიშვნელობა -mintxfee=<amount>: '%s' + + + + Maintain a full transaction index (default: 0) + ტრანსაქციის სრული ინდექსი (ნაგულისხმევი: 0) + + + + Maximum per-connection receive buffer, <n>*1000 bytes (default: 5000) + მიღების ბუფერის მაქსიმალური ზომა შეერთებაზე, <n>*1000 ბაიტი (ნაგულისხმევი: 5000) + + + + Maximum per-connection send buffer, <n>*1000 bytes (default: 1000) + გაგზავნის ბუფერის მაქსიმალური ზომა შეერთებაზე, <n>*1000 ბაიტი (ნაგულისხმევი: 5000) + + + + Only accept block chain matching built-in checkpoints (default: 1) + ბლოკთა ჯაჭვი მიიღეთ მხოლოდ მაშინ, თუ ემთხვევა შიდა ჩეკპოინტები (ნაგულისხმევი: 1) + + + + Only connect to nodes in network <net> (IPv4, IPv6 or Tor) + შეერთება მხოლოდ <net> ქსელის კვანძებთან (IPv4, IPv6 ან Tor) + + + + SSL options: (see the Bitcoin Wiki for SSL setup instructions) + SSL ოპციები: (იხილე Bitcoin Wiki-ში SSL-ს მოწყობის ინსტრუქციები) + + + + Send trace/debug info to console instead of debug.log file + ტრასირების/დახვეწის ინფოს გაგზავნა კონსოლზე debug.log ფაილის ნაცვლად + + + + Set minimum block size in bytes (default: 0) + დააყენეთ ბლოკის მინიმალური ზომა ბაიტებში (ნაგულისხმევი: 0) + + + + Shrink debug.log file on client startup (default: 1 when no -debug) + debug.log ფაილის შეკუმშვა გაშვებისას (ნაგულისხმევია: 1 როცა არ აყენია -debug) + + + + Signing transaction failed + ტრანსაქციების ხელმოწერა ვერ მოხერხდა + + + + Specify connection timeout in milliseconds (default: 5000) + მიუთითეთ შეერთების ტაიმაუტი მილიწამებში (ნაგულისხმევი: 5000) + + + + System error: + სისტემური შეცდომა: + + + + Transaction amount too small + ტრანსაქციების რაოდენობა ძალიან ცოტაა + + + + Transaction amounts must be positive + ტრანსაქციების რაოდენობა დადებითი რიცხვი უნდა იყოს + + + + Transaction too large + ტრანსაქცია ძალიან დიდია + + + + Use UPnP to map the listening port (default: 0) + გამოიყენეთ UPnP მისაყურადებელი პორტის გადასამისამართებლად (ნაგულისხმევი: 0) + + + + Use UPnP to map the listening port (default: 1 when listening) + გამოიყენეთ UPnP მისაყურადებელი პორტის გადასამისამართებლად (ნაგულისხმევი: 1 როცა ჩართულია მიყურადება) + + + + Username for JSON-RPC connections + მომხმარებლის სახელი JSON-RPC-შეერთებისათვის + + + + Warning + გაფრთხილება + + + + Warning: This version is obsolete, upgrade required! + ყურადღება: ვერსია მოძველებულია, საჭიროა განახლება! + + + + version + ვერსია + + + + wallet.dat corrupt, salvage failed + wallet.dat დაზიანებულია, აღდგენა ვერ მოხერხდა + + + + Password for JSON-RPC connections + პაროლი JSON-RPC-შეერთებისათვის + + + + Allow JSON-RPC connections from specified IP address + JSON-RPC-შეერთების ნებართვა მითითებული IP მისამართიდან + + + + Send commands to node running on <ip> (default: 127.0.0.1) + კომანდის გაგზავნა კვანძისათვის, რომელიც გაშვებულია მისამართზე <ip> (ნაგულისხმევი: 127.0.0.1) + + + + Execute command when the best block changes (%s in cmd is replaced by block hash) + კომანდის შესრულება უკეთესი ბლოკის გამოჩენისას (%s კომანდაში ჩანაცვლდება ბლოკის ჰეშით) + + + + Upgrade wallet to latest format + საფულის ფორმატის განახლება + + + + Set key pool size to <n> (default: 100) + გასაღების პულის ზომა იქნება <n> (ნაგულისხმევი: 100) + + + + Rescan the block chain for missing wallet transactions + ბლოკების ჯაჭვის გადამოწმება საფულეში გამორჩენილ ტრანსაქციებზე + + + + Use OpenSSL (https) for JSON-RPC connections + OpenSSL-ის (https) გამოყენება JSON-RPC-შეერთებებისათვის + + + + Server certificate file (default: server.cert) + სერვერის სერტიფიკატის ფაილი (ნაგულისხმევი: server.cert) + + + + Server private key (default: server.pem) + სერვერის პირადი გასაღები (ნაგულისხმევი: server.pem) + + + + This help message + ეს ტექსტი + + + + Unable to bind to %s on this computer (bind returned error %d, %s) + ვერ ხერხდება მიბმა %s-თან ამ კომპიუტერზე (მიღებულია შეცდომა %d, %s) + + + + Allow DNS lookups for -addnode, -seednode and -connect + DNS-ძებნის დაშვება -addnode, -seednode და -connect-სათვის + + + + Loading addresses... + მისამართების ჩატვირთვა... + + + + Error loading wallet.dat: Wallet corrupted + არ იტვირთება wallet.dat: საფულე დაზიანებულია + + + + Error loading wallet.dat: Wallet requires newer version of Bitcoin + არ იტვირთება wallet.dat: საფულეს სჭირდება Bitcoin-ის ახალი ვერსია + + + + Wallet needed to be rewritten: restart Bitcoin to complete + საჭიროა საფულის აღდგენა: დაარესტარტეთ Bitcoin + + + + Error loading wallet.dat + არ იტვირთება wallet.dat + + + + Invalid -proxy address: '%s' + არასწორია მისამართი -proxy: '%s' + + + + Unknown network specified in -onlynet: '%s' + -onlynet-ში მითითებულია უცნობი ქსელი: '%s' + + + + Unknown -socks proxy version requested: %i + მოთხოვნილია -socks პროქსის უცნობი ვერსია: %i + + + + Cannot resolve -bind address: '%s' + ვერ ხერხდება -bind მისამართის გარკვევა: '%s' + + + + Cannot resolve -externalip address: '%s' + ვერ ხერხდება -externalip მისამართის გარკვევა: '%s' + + + + Invalid amount for -paytxfee=<amount>: '%s' + დაუშვებელი მნიშვნელობა -paytxfee=<amount>: '%s' + + + + Invalid amount + დაუშვებელი თანხა + + + + Insufficient funds + არ არის საკმარისი თანხა + + + + Loading block index... + ბლოკების ინდექსის ჩატვირთვა... + + + + Add a node to connect to and attempt to keep the connection open + მისაერთებელი კვანძის დამატება და მიერთების შეძლებისდაგვარად შენარჩუნება + + + + Unable to bind to %s on this computer. Bitcoin is probably already running. + ვერ ხერხდება მიბმა %s-თან ამ კომპიუტერზე. შეიძლება Bitcoin უკვე გაშვებულია. + + + + Loading wallet... + საფულის ჩატვირთვა... + + + + Cannot downgrade wallet + საფულის ძველ ვერსიაზე გადაყვანა შეუძლებელია + + + + Cannot write default address + ვერ ხერხდება ნაგულისხმევი მისამართის ჩაწერა + + + + Rescanning... + სკანირება... + + + + Done loading + ჩატვირთვა დასრულებულია + + + + To use the %s option + %s ოპციის გამოსაყენებლად + + + + Error + შეცდომა + + + + You must set rpcpassword=<password> in the configuration file: +%s +If the file does not exist, create it with owner-readable-only file permissions. + უნდა დააყენოთ rpcpassword=<password> საკონფიგურაციო ფაილში: +%s +თუ ეს ფაილი არ არსებობს, შექმენით იგი უფლებებით owner-readable-only. + + + \ No newline at end of file diff --git a/src/qt/locale/bitcoin_ky.ts b/src/qt/locale/bitcoin_ky.ts new file mode 100644 index 0000000000..852e17c65a --- /dev/null +++ b/src/qt/locale/bitcoin_ky.ts @@ -0,0 +1,4032 @@ + + + AboutDialog + + + About Bitcoin Core + + + + + <b>Bitcoin Core</b> version + + + + + +This is experimental software. + +Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php. + +This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. + + + + + Copyright + + + + + The Bitcoin Core developers + + + + + AddressBookPage + + + Double-click to edit address or label + + + + + Create a new address + Жаң даректи жасоо + + + + &New + + + + + 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 + + + + + &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) + + + + + Exporting Failed + + + + + There was an error trying to save the address list to %1. + + + + + AddressTableModel + + + Label + + + + + Address + Дарек + + + + (no label) + (аты жок) + + + + AskPassphraseDialog + + + Passphrase Dialog + + + + + Enter passphrase + + + + + New passphrase + + + + + Repeat new passphrase + + + + + Enter the new passphrase to the wallet.<br/>Please use a passphrase of <b>10 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 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? + + + + + 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 + + + + + Bitcoin 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. + + + + + + + + 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. + + + + + BitcoinGUI + + + Sign &message... + + + + + Synchronizing with network... + + + + + &Overview + + + + + Node + + + + + Show general overview of wallet + + + + + &Transactions + &Транзакциялар + + + + Browse transaction history + + + + + E&xit + + + + + Quit application + + + + + Show information about Bitcoin + + + + + + About &Qt + + + + + Show information about Qt + + + + + &Options... + + + + + &Encrypt Wallet... + + + + + &Backup Wallet... + + + + + &Change Passphrase... + + + + + &Sending addresses... + + + + + &Receiving addresses... + + + + + Open &URI... + + + + + Importing blocks from disk... + + + + + Reindexing blocks on disk... + + + + + Send coins to a Bitcoin address + + + + + Modify configuration options for Bitcoin + + + + + Backup wallet to another location + + + + + Change the passphrase used for wallet encryption + + + + + &Debug window + + + + + Open debugging and diagnostic console + + + + + &Verify message... + Билдирүүнү &текшерүү... + + + + Bitcoin + Bitcoin + + + + Wallet + Капчык + + + + &Send + + + + + &Receive + + + + + + &Show / Hide + + + + + Show or hide the main Window + + + + + Encrypt the private keys that belong to your wallet + + + + + Sign messages with your Bitcoin addresses to prove you own them + + + + + Verify messages to ensure they were signed with specified Bitcoin addresses + + + + + &File + &Файл + + + + &Settings + + + + + &Help + &Жардам + + + + Tabs toolbar + + + + + + [testnet] + + + + + Bitcoin Core + + + + + Request payments (generates QR codes and bitcoin: URIs) + + + + + + &About Bitcoin Core + + + + + Show the list of used sending addresses and labels + + + + + Show the list of used receiving addresses and labels + + + + + Open a bitcoin: URI or payment request + + + + + &Command-line options + + + + + Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options + + + + + + Bitcoin client + + + + + %n active connection(s) to Bitcoin network + + + + + No block source available... + + + + + Processed %1 of %2 (estimated) blocks of transaction history. + + + + + Processed %1 blocks of transaction history. + + + + + %n hour(s) + + + + + %n day(s) + + + + + %n week(s) + + + + + %1 behind + + + + + Last received block was generated %1 ago. + + + + + Transactions after this will not yet be visible. + + + + + Error + Ката + + + + Warning + Эскертүү + + + + Information + Маалымат + + + + Up to date + Жаңыланган + + + + Catching up... + + + + + Sent transaction + + + + + Incoming transaction + + + + + Date: %1 +Amount: %2 +Type: %3 +Address: %4 + + + + + + Wallet is <b>encrypted</b> and currently <b>unlocked</b> + + + + + Wallet is <b>encrypted</b> and currently <b>locked</b> + + + + + A fatal error occurred. Bitcoin can no longer continue safely and will quit. + + + + + ClientModel + + + Network Alert + + + + + CoinControlDialog + + + Coin Control Address Selection + + + + + Quantity: + + + + + Bytes: + + + + + Amount: + + + + + Priority: + + + + + Fee: + + + + + Low Output: + + + + + After Fee: + + + + + Change: + + + + + (un)select all + + + + + Tree mode + + + + + List mode + + + + + Amount + + + + + Address + Дарек + + + + Date + Дата + + + + Confirmations + + + + + 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 low output + + + + + Copy change + + + + + highest + + + + + higher + + + + + high + + + + + medium-high + + + + + medium + + + + + low-medium + + + + + low + + + + + lower + + + + + lowest + + + + + (%1 locked) + + + + + none + жок + + + + Dust + + + + + yes + + + + + no + + + + + This label turns red, if the transaction size is greater than 1000 bytes. + + + + + + This means a fee of at least %1 per kB is required. + + + + + Can vary +/- 1 byte per input. + + + + + Transactions with higher priority are more likely to get included into a block. + + + + + 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 means a fee of at least %1 is required. + + + + + Amounts below 0.546 times the minimum relay fee are shown as dust. + + + + + This label turns red, if the change is smaller than %1. + + + + + + (no label) + (аты жок) + + + + change from %1 (%2) + + + + + (change) + + + + + EditAddressDialog + + + Edit Address + + + + + &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 + &Дарек + + + + New receiving address + + + + + New sending address + + + + + Edit receiving address + + + + + Edit sending address + + + + + The entered address "%1" is already in the address book. + + + + + The entered address "%1" is not a valid Bitcoin address. + + + + + Could not unlock wallet. + + + + + New key generation failed. + + + + + FreespaceChecker + + + A new data directory will be created. + + + + + name + + + + + Directory already exists. Add %1 if you intend to create a new directory here. + + + + + Path already exists, and is not a directory. + + + + + Cannot create data directory here. + + + + + HelpMessageDialog + + + Bitcoin Core - Command-line options + + + + + Bitcoin Core + + + + + version + версия + + + + Usage: + + + + + command-line options + + + + + UI options + + + + + Set language, for example "de_DE" (default: system locale) + + + + + Start minimized + + + + + Show splash screen on startup (default: 1) + + + + + Choose data directory on startup (default: 0) + + + + + Intro + + + Welcome + + + + + 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. + + + + + Use the default data directory + + + + + Use a custom data directory: + + + + + Bitcoin + Bitcoin + + + + Error: Specified data directory "%1" can not be created. + + + + + Error + Ката + + + + GB of free space available + + + + + (of %1GB needed) + + + + + OpenURIDialog + + + Open URI + + + + + Open payment request from URI or file + + + + + URI: + + + + + Select payment request file + + + + + Select payment request file to open + + + + + OptionsDialog + + + Options + + + + + &Main + + + + + Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. + + + + + Pay transaction &fee + + + + + Automatically start Bitcoin after logging in to the system. + + + + + &Start Bitcoin on system login + + + + + Size of &database cache + + + + + Set database cache size in megabytes (default: 25) + + + + + MB + МБ + + + + Number of script &verification threads + + + + + Set the number of script verification threads (up to 16, 0 = auto, <0 = leave that many cores free, default: 0) + + + + + Connect to the Bitcoin network through a SOCKS proxy. + + + + + &Connect through SOCKS proxy (default proxy): + + + + + IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1) + + + + + Active command-line options that override above options: + + + + + Reset all client options to default. + + + + + &Reset Options + + + + + &Network + &Тармак + + + + Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. + + + + + Map port using &UPnP + + + + + Proxy &IP: + + + + + &Port: + &Порт: + + + + Port of the proxy (e.g. 9050) + + + + + SOCKS &Version: + + + + + SOCKS version of the proxy (e.g. 5) + + + + + &Window + &Терезе + + + + Show only a tray icon after minimizing the window. + + + + + &Minimize to the tray instead of the taskbar + + + + + Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Quit in the menu. + + + + + M&inimize on close + + + + + &Display + + + + + User Interface &language: + + + + + The user interface language can be set here. This setting will take effect after restarting Bitcoin. + + + + + &Unit to show amounts in: + + + + + Choose the default subdivision unit to show in the interface and when sending coins. + + + + + Whether to show Bitcoin addresses in the transaction list or not. + + + + + &Display addresses in transaction list + + + + + Whether to show coin control features or not. + + + + + Display coin &control features (experts only) + + + + + &OK + &Жарайт + + + + &Cancel + &Жокко чыгаруу + + + + default + жарыяланбаган + + + + none + жок + + + + Confirm options reset + + + + + + Client restart required to activate changes. + + + + + Client will be shutdown, do you want to proceed? + + + + + This change would require a client restart. + + + + + The supplied proxy address is invalid. + + + + + OverviewPage + + + 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. + + + + + Unconfirmed: + + + + + Wallet + Капчык + + + + Confirmed: + + + + + Your current spendable balance + + + + + 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 + + + + + Total: + + + + + Your current total balance + + + + + <b>Recent transactions</b> + + + + + + out of sync + синхрондоштурулган эмес + + + + PaymentServer + + + + URI handling + + + + + URI can not be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. + + + + + Requested payment amount of %1 is too small (considered dust). + + + + + + + + + + Payment request error + + + + + Cannot start bitcoin: click-to-pay handler + + + + + Net manager warning + + + + + Your active proxy doesn't support SOCKS5, which is required for payment requests via proxy. + + + + + Payment request fetch URL is invalid: %1 + + + + + Payment request file handling + + + + + Payment request file can not be read or processed! This can be caused by an invalid payment request file. + + + + + Unverified payment requests to custom payment scripts are unsupported. + + + + + Refund from %1 + + + + + Error communicating with %1: %2 + + + + + Payment request can not be parsed or processed! + + + + + Bad response from server %1 + + + + + Payment acknowledged + + + + + Network request error + + + + + QObject + + + + Bitcoin + Bitcoin + + + + Error: Specified data directory "%1" does not exist. + + + + + Error: Invalid combination of -regtest and -testnet. + + + + + Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + + QRImageWidget + + + &Save Image... + + + + + &Copy Image + + + + + Save QR Code + + + + + PNG Image (*.png) + + + + + RPCConsole + + + Client name + + + + + + + + + + + + + + + N/A + + + + + Client version + + + + + &Information + + + + + Debug window + + + + + General + Жалпы + + + + Using OpenSSL version + + + + + Startup time + + + + + Network + + + + + Name + Аты + + + + Number of connections + + + + + Block chain + + + + + Current number of blocks + + + + + Estimated total blocks + + + + + Last block time + + + + + &Open + &Ачуу + + + + &Console + &Консоль + + + + &Network Traffic + + + + + &Clear + + + + + Totals + + + + + In: + + + + + Out: + + + + + Build date + + + + + Debug log file + + + + + Open the Bitcoin debug log file from the current data directory. This can take a few seconds for large log files. + + + + + Clear console + Консолду тазалоо + + + + Welcome to the Bitcoin RPC console. + + + + + Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. + + + + + Type <b>help</b> for an overview of available commands. + + + + + %1 B + + + + + %1 KB + + + + + %1 MB + + + + + %1 GB + + + + + %1 m + + + + + %1 h + + + + + %1 h %2 m + + + + + ReceiveCoinsDialog + + + &Amount: + + + + + &Label: + + + + + &Message: + + + + + 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. + + + + + Use this form to request payments. All fields are <b>optional</b>. + + + + + + An optional amount to request. Leave this empty or zero to not request a specific amount. + + + + + Clear all fields of the form. + + + + + Clear + + + + + Requested payments history + + + + + &Request payment + + + + + Show the selected request (does the same as double clicking an entry) + + + + + Show + + + + + Remove the selected entries from the list + + + + + Remove + + + + + Copy label + + + + + Copy message + + + + + Copy amount + + + + + ReceiveRequestDialog + + + QR Code + + + + + Copy &URI + + + + + Copy &Address + + + + + &Save Image... + + + + + Request payment to %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. + + + + + RecentRequestsTableModel + + + Date + Дата + + + + Label + + + + + Message + Билдирүү + + + + Amount + + + + + (no label) + (аты жок) + + + + (no message) + + + + + (no amount) + + + + + SendCoinsDialog + + + + + Send Coins + + + + + Coin Control Features + + + + + Inputs... + + + + + automatically selected + + + + + Insufficient funds! + + + + + Quantity: + + + + + Bytes: + + + + + Amount: + + + + + Priority: + + + + + Fee: + + + + + Low Output: + + + + + After Fee: + + + + + Change: + + + + + If this is activated, but the change address is empty or invalid, change will be sent to a newly generated address. + + + + + Custom change address + + + + + Send to multiple recipients at once + + + + + Add &Recipient + + + + + Clear all fields of the form. + + + + + Clear &All + &Бардыгын тазалоо + + + + Balance: + + + + + Confirm the send action + + + + + S&end + &Жөнөтүү + + + + Confirm send coins + + + + + + + + %1 to %2 + + + + + Copy quantity + + + + + Copy amount + + + + + Copy fee + + + + + Copy after fee + + + + + Copy bytes + + + + + Copy priority + + + + + Copy low output + + + + + Copy change + + + + + Total Amount %1 (= %2) + + + + + or + + + + + The recipient address is not valid, please recheck. + + + + + The amount to pay must be larger than 0. + + + + + The amount exceeds your balance. + + + + + The total exceeds your balance when the %1 transaction fee is included. + + + + + Duplicate address found, can only send to each address once per send operation. + + + + + 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. + + + + + Warning: Invalid Bitcoin address + + + + + (no label) + (аты жок) + + + + Warning: Unknown change address + + + + + Are you sure you want to send? + + + + + added as transaction fee + + + + + Payment request expired + + + + + Invalid payment address %1 + + + + + SendCoinsEntry + + + + + A&mount: + + + + + Pay &To: + + + + + The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + + Enter a label for this address to add it to your address book + + + + + &Label: + + + + + Choose previously used address + + + + + This is a normal payment. + + + + + Alt+A + + + + + Paste address from clipboard + Даректи алмашуу буферинен коюу + + + + Alt+P + + + + + + + Remove this entry + + + + + Message: + Билдирүү: + + + + This is a verified 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. + + + + + This is an unverified payment request. + + + + + + Pay To: + + + + + + Memo: + + + + + ShutdownWindow + + + Bitcoin Core is shutting down... + + + + + Do not shut down the computer until this window disappears. + + + + + SignVerifyMessageDialog + + + Signatures - Sign / Verify a Message + + + + + &Sign Message + + + + + You can sign messages with your addresses to prove you own them. Be careful not to sign anything vague, as phishing attacks may try to trick you into signing your identity over to them. Only sign fully-detailed statements you agree to. + + + + + The address to sign the message with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + + + Choose previously used address + + + + + + Alt+A + + + + + Paste address from clipboard + Даректи алмашуу буферинен коюу + + + + Alt+P + + + + + Enter the message you want to sign here + + + + + Signature + + + + + Copy the current signature to the system clipboard + + + + + Sign the message to prove you own this Bitcoin address + + + + + Sign &Message + + + + + Reset all sign message fields + + + + + + Clear &All + &Бардыгын тазалоо + + + + &Verify Message + + + + + Enter the signing address, message (ensure you copy line breaks, spaces, tabs, etc. exactly) and signature below to verify the message. Be careful not to read more into the signature than what is in the signed message itself, to avoid being tricked by a man-in-the-middle attack. + + + + + The address the message was signed with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + + Verify the message to ensure it was signed with the specified Bitcoin address + + + + + Verify &Message + + + + + Reset all verify message fields + + + + + Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + + 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] + + + + + TrafficGraphWidget + + + KB/s + + + + + TransactionDesc + + + Open until %1 + + + + + %1/offline + %1/тармакта эмес + + + + %1/unconfirmed + + + + + %1 confirmations + + + + + Status + + + + + , broadcast through %n node(s) + + + + + Date + Дата + + + + Source + + + + + Generated + + + + + + From + + + + + + + To + + + + + + own address + + + + + label + + + + + + + + + Credit + + + + + matures in %n more block(s) + + + + + not accepted + + + + + + + + Debit + + + + + 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. + + + + + Debug information + + + + + Transaction + + + + + Inputs + + + + + Amount + + + + + true + + + + + false + + + + + , has not been successfully broadcast yet + + + + + Open for %n more block(s) + + + + + unknown + + + + + TransactionDescDialog + + + Transaction details + + + + + This pane shows a detailed description of the transaction + + + + + TransactionTableModel + + + Date + Дата + + + + Type + + + + + Address + Дарек + + + + Amount + + + + + Immature (%1 confirmations, will be available after %2) + + + + + Open for %n more block(s) + + + + + Open until %1 + + + + + Offline (%1 confirmations) + + + + + Unconfirmed (%1 of %2 confirmations) + + + + + + Confirmed (%1 confirmations) + + + + + This block was not received by any other nodes and will probably not be accepted! + + + + + Generated but not accepted + + + + + Received with + + + + + Received from + + + + + Sent to + + + + + Payment to yourself + + + + + Mined + + + + + (n/a) + + + + + Transaction status. Hover over this field to show number of confirmations. + + + + + Date and time that the transaction was received. + + + + + Type of transaction. + + + + + Destination address 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 + + + + + Exporting Failed + + + + + There was an error trying to save the transaction history to %1. + + + + + Exporting Successful + + + + + The transaction history was successfully saved to %1. + + + + + Comma separated file (*.csv) + + + + + Confirmed + + + + + Date + Дата + + + + Type + + + + + Label + + + + + Address + Дарек + + + + Amount + + + + + ID + + + + + Range: + + + + + to + + + + + 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) + + + + + Backup Failed + + + + + There was an error trying to save the wallet data to %1. + + + + + The wallet data was successfully saved to %1. + + + + + Backup Successful + + + + + bitcoin-core + + + Usage: + + + + + List commands + + + + + Get help for a command + + + + + Options: + + + + + Specify configuration file (default: bitcoin.conf) + + + + + Specify pid file (default: bitcoind.pid) + + + + + Specify data directory + + + + + Set database cache size in megabytes (default: 25) + + + + + Listen for connections on <port> (default: 8333 or testnet: 18333) + + + + + Maintain at most <n> connections to peers (default: 125) + + + + + Connect to a node to retrieve peer addresses, and disconnect + + + + + Specify your own public address + + + + + Threshold for disconnecting misbehaving peers (default: 100) + + + + + Number of seconds to keep misbehaving peers from reconnecting (default: 86400) + + + + + An error occurred while setting up the RPC port %u for listening on IPv4: %s + + + + + Listen for JSON-RPC connections on <port> (default: 8332 or testnet: 18332) + + + + + Accept command line and JSON-RPC commands + + + + + Run in the background as a daemon and accept commands + + + + + Use the test network + + + + + Accept connections from outside (default: 1 if no -proxy or -connect) + + + + + %s, you must set a rpcpassword in the configuration file: +%s +It is recommended you use the following random password: +rpcuser=bitcoinrpc +rpcpassword=%s +(you do not need to remember this password) +The username and password MUST NOT be the same. +If the file does not exist, create it with owner-readable-only file permissions. +It is also recommended to set alertnotify so you are notified of problems; +for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com + + + + + + Acceptable ciphers (default: TLSv1.2+HIGH:TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!3DES:@STRENGTH) + + + + + An error occurred while setting up the RPC port %u for listening on IPv6, falling back to IPv4: %s + + + + + Bind to given address and always listen on it. Use [host]:port notation for IPv6 + + + + + Cannot obtain a lock on data directory %s. Bitcoin is probably already running. + + + + + Enter regression test mode, which uses a special chain in which blocks can be solved instantly. This is intended for regression testing tools and app development. + + + + + Enter regression test mode, which uses a special chain in which blocks can be solved instantly. + + + + + Error: 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. + + + + + Error: This transaction requires a transaction fee of at least %s because of its amount, complexity, or use of recently received funds! + + + + + Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) + + + + + This is a pre-release test build - use at your own risk - do not use for mining or merchant applications + + + + + Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: -proxy) + + + + + Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. + + + + + Warning: Please check that your computer's date and time are correct! If your clock is wrong Bitcoin will not work properly. + + + + + Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. + + + + + Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. + + + + + Warning: error reading wallet.dat! All keys read correctly, but transaction data or address book entries might be missing or incorrect. + + + + + 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. + + + + + <category> can be: + + + + + Attempt to recover private keys from a corrupt wallet.dat + + + + + Bitcoin Core Daemon + + + + + Bitcoin RPC client version + + + + + Block creation options: + + + + + Connect only to the specified node(s) + + + + + Connect through SOCKS proxy + + + + + Connect to JSON-RPC on <port> (default: 8332 or testnet: 18332) + + + + + Corrupted block database detected + + + + + Discover own IP address (default: 1 when listening and no -externalip) + + + + + Do not load the wallet and disable wallet RPC calls + + + + + Do you want to rebuild the block database now? + + + + + Error initializing block database + + + + + Error initializing wallet database environment %s! + + + + + Error loading block database + + + + + Error opening block database + + + + + Error: Disk space is low! + + + + + Error: Wallet locked, unable to create transaction! + + + + + Error: system error: + + + + + Failed to listen on any port. Use -listen=0 if you want this. + + + + + Failed to read block info + + + + + Failed to read block + + + + + Failed to sync block index + + + + + Failed to write block index + + + + + Failed to write block info + + + + + Failed to write block + + + + + Failed to write file info + + + + + Failed to write to coin database + + + + + Failed to write transaction index + + + + + Failed to write undo data + + + + + Fee per kB to add to transactions you send + + + + + Find peers using DNS lookup (default: 1 unless -connect) + + + + + Generate coins (default: 0) + + + + + How many blocks to check at startup (default: 288, 0 = all) + + + + + How thorough the block verification is (0-4, default: 3) + + + + + If <category> is not supplied, output all debugging information. + + + + + Incorrect or no genesis block found. Wrong datadir for network? + + + + + Invalid -onion address: '%s' + + + + + Not enough file descriptors available. + + + + + Prepend debug output with timestamp (default: 1) + + + + + RPC client options: + + + + + Rebuild block chain index from current blk000??.dat files + + + + + Select SOCKS version for -proxy (4 or 5, default: 5) + + + + + Send command to Bitcoin server + + + + + Set maximum block size in bytes (default: %d) + + + + + Set the number of threads to service RPC calls (default: 4) + + + + + Specify wallet file (within data directory) + + + + + Start Bitcoin server + + + + + This is intended for regression testing tools and app development. + + + + + Usage (deprecated, use bitcoin-cli): + + + + + Verifying blocks... + + + + + Verifying wallet... + + + + + Wait for RPC server to start + + + + + Wallet %s resides outside data directory %s + + + + + Wallet options: + + + + + Warning: Deprecated argument -debugnet ignored, use -debug=net + + + + + You need to rebuild the database using -reindex to change -txindex + + + + + Imports blocks from external blk000??.dat file + + + + + Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message) + + + + + Output debugging information (default: 0, supplying <category> is optional) + + + + + Set maximum size of high-priority/low-fee transactions in bytes (default: %d) + + + + + Set the number of script verification threads (up to 16, 0 = auto, <0 = leave that many cores free, default: 0) + + + + + Information + Маалымат + + + + Invalid amount for -minrelaytxfee=<amount>: '%s' + + + + + Invalid amount for -mintxfee=<amount>: '%s' + + + + + Maintain a full transaction index (default: 0) + + + + + Maximum per-connection receive buffer, <n>*1000 bytes (default: 5000) + + + + + Maximum per-connection send buffer, <n>*1000 bytes (default: 1000) + + + + + Only accept block chain matching built-in checkpoints (default: 1) + + + + + Only connect to nodes in network <net> (IPv4, IPv6 or Tor) + + + + + SSL options: (see the Bitcoin Wiki for SSL setup instructions) + + + + + Send trace/debug info to console instead of debug.log file + + + + + Set minimum block size in bytes (default: 0) + + + + + Shrink debug.log file on client startup (default: 1 when no -debug) + + + + + Signing transaction failed + + + + + Specify connection timeout in milliseconds (default: 5000) + + + + + System error: + + + + + Transaction amount too small + + + + + Transaction amounts must be positive + + + + + Transaction too large + + + + + Use UPnP to map the listening port (default: 0) + + + + + Use UPnP to map the listening port (default: 1 when listening) + + + + + Username for JSON-RPC connections + + + + + Warning + Эскертүү + + + + Warning: This version is obsolete, upgrade required! + + + + + version + версия + + + + wallet.dat corrupt, salvage failed + + + + + Password for JSON-RPC connections + + + + + Allow JSON-RPC connections from specified IP address + + + + + Send commands to node running on <ip> (default: 127.0.0.1) + + + + + Execute command when the best block changes (%s in cmd is replaced by block hash) + + + + + Upgrade wallet to latest format + + + + + Set key pool size to <n> (default: 100) + + + + + Rescan the block chain for missing wallet transactions + + + + + Use OpenSSL (https) for JSON-RPC connections + + + + + Server certificate file (default: server.cert) + + + + + Server private key (default: server.pem) + + + + + This help message + + + + + Unable to bind to %s on this computer (bind returned error %d, %s) + + + + + Allow DNS lookups for -addnode, -seednode and -connect + + + + + Loading addresses... + + + + + Error loading wallet.dat: Wallet corrupted + + + + + Error loading wallet.dat: Wallet requires newer version of Bitcoin + + + + + Wallet needed to be rewritten: restart Bitcoin to complete + + + + + Error loading wallet.dat + + + + + Invalid -proxy address: '%s' + + + + + Unknown network specified in -onlynet: '%s' + + + + + Unknown -socks proxy version requested: %i + + + + + Cannot resolve -bind address: '%s' + + + + + Cannot resolve -externalip address: '%s' + + + + + Invalid amount for -paytxfee=<amount>: '%s' + + + + + Invalid amount + + + + + Insufficient funds + + + + + Loading block index... + + + + + Add a node to connect to and attempt to keep the connection open + + + + + Unable to bind to %s on this computer. Bitcoin is probably already running. + + + + + Loading wallet... + + + + + Cannot downgrade wallet + + + + + Cannot write default address + + + + + Rescanning... + + + + + Done loading + + + + + To use the %s option + + + + + Error + Ката + + + + You must set rpcpassword=<password> in the configuration file: +%s +If the file does not exist, create it with owner-readable-only file permissions. + + + + \ No newline at end of file diff --git a/src/qt/locale/bitcoin_nl.ts b/src/qt/locale/bitcoin_nl.ts index 2afdb787bd..348af62d2c 100644 --- a/src/qt/locale/bitcoin_nl.ts +++ b/src/qt/locale/bitcoin_nl.ts @@ -415,7 +415,7 @@ Dit product bevat software ontwikkeld door het OpenSSL Project voor gebruik in d Open &URI... - + Open &URI... @@ -440,7 +440,7 @@ Dit product bevat software ontwikkeld door het OpenSSL Project voor gebruik in d Backup wallet to another location - &Backup portemonnee naar een andere locatie + Backup portemonnee naar een andere locatie @@ -568,7 +568,7 @@ Dit product bevat software ontwikkeld door het OpenSSL Project voor gebruik in d &Command-line options - + &Commandoregel-opties @@ -1096,7 +1096,7 @@ Adres: %4 Bitcoin Core - Command-line options - + Bitcoin Core - Commandoregel-opties @@ -1290,7 +1290,7 @@ Adres: %4 Connect to the Bitcoin network through a SOCKS proxy. - + Verbind met het Bitcoin-netwerk via een SOCKS-proxy. @@ -1456,12 +1456,12 @@ Adres: %4 Client restart required to activate changes. - + Herstart van de client is vereist om veranderingen door te voeren. Client will be shutdown, do you want to proceed? - + De client zal worden afgesloten, wilt u doorgaan? @@ -1656,6 +1656,11 @@ Adres: %4 Error: Invalid combination of -regtest and -testnet. Fout: Ongeldige combinatie van -regtest en -testnet + + + Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Vul een Bitcoinadres in (bijv. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + QRImageWidget @@ -1876,22 +1881,22 @@ Adres: %4 ReceiveCoinsDialog - + &Amount: &Bedrag - + &Label: &Label: - + &Message: &Bericht - + 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. Gebruik een van de eerder gebruikte ontvangstadressen opnieuw. Het opnieuw gebruiken van adressen heeft beveiliging- en privacy problemen. Gebruik dit niet, behalve als er eerder een betalingsverzoek opnieuw gegenereerd is. @@ -1901,27 +1906,30 @@ Adres: %4 H&ergebruik en bestaand ontvangstadres (niet aanbevolen) - - An optional label to associate with the new receiving address + + + 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 Bitcoin network. - + + + An optional label to associate with the new receiving address. + Een optioneel label om te associëren met het nieuwe ontvangende adres - + Use this form to request payments. All fields are <b>optional</b>. - + + An optional amount to request. Leave this empty or zero to not request a specific amount. - + Clear all fields of the form. Wis alle velden op het formulier. @@ -1931,17 +1939,17 @@ Adres: %4 Wissen - - &Request payment - &Betalingsverzoek + + Requested payments history + Geschiedenis van de betalingsverzoeken - - Requested payments - Betalingsverzoeken + + &Request payment + &Betalingsverzoek - + Show the selected request (does the same as double clicking an entry) Toon het geselecteerde verzoek (doet hetzelfde als dubbelklikken) @@ -1960,6 +1968,21 @@ Adres: %4 Remove Verwijder + + + Copy label + Kopieer label + + + + Copy message + Kopieer bericht + + + + Copy amount + Kopieer bedrag + ReceiveRequestDialog @@ -2061,12 +2084,17 @@ Adres: %4 (no message) (geen bericht) + + + (no amount) + + SendCoinsDialog - + Send Coins Verstuur munten @@ -2142,7 +2170,7 @@ Adres: %4 Maatwerk wijzig adres - + Send to multiple recipients at once Verstuur aan verschillende ontvangers ineens @@ -2152,7 +2180,7 @@ Adres: %4 Voeg &Ontvanger Toe - + Clear all fields of the form. Wis alle velden van het formulier. @@ -2162,12 +2190,12 @@ Adres: %4 Verwijder &Alles - + Balance: Saldo: - + Confirm the send action Bevestig de verstuuractie @@ -2177,7 +2205,7 @@ Adres: %4 &Verstuur - + Confirm send coins Bevestig versturen munten @@ -2190,12 +2218,7 @@ Adres: %4 %1 tot %2 - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Vul een Bitcoinadres in (bijv. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - + Copy quantity Kopieer aantal @@ -2245,7 +2268,7 @@ Adres: %4 of - + The recipient address is not valid, please recheck. Het ontvangstadres is niet geldig, controleer uw invoer. @@ -2280,12 +2303,12 @@ Adres: %4 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. - + Warning: Invalid Bitcoin address Waarschuwing: Ongeldig Bitcoin adres - + (no label) (geen label) @@ -2295,7 +2318,7 @@ Adres: %4 Waarschuwing: Onbekende adres wijziging - + Are you sure you want to send? Weet u zeker dat u wilt verzenden? @@ -2305,7 +2328,7 @@ Adres: %4 toegevoegd als transactiekosten - + Payment request expired Betalingsverzoek verlopen @@ -2382,12 +2405,7 @@ Adres: %4 Bericht: - - 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. - - - - + This is a verified payment request. Dit is een geverifieerd betalingsverzoek. @@ -2397,7 +2415,12 @@ Adres: %4 Vul een label voor dit adres in om het aan de lijst met gebruikte adressen toe te voegen - + + 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. + + + + This is an unverified payment request. Dit is een ongeverifieerde betalingsverzoek. @@ -2413,18 +2436,13 @@ Adres: %4 Memo: Memo: - - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Vul een Bitcoinadres in (bijv. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - ShutdownWindow Bitcoin Core is shutting down... - + Bitcoin Core is aan het afsluiten... @@ -2455,19 +2473,19 @@ Adres: %4 Het adres om het bericht mee te ondertekenen (Vb.: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L). - - + + Choose previously used address Kies een eerder gebruikt adres - - + + Alt+A Alt+A - + Paste address from clipboard Plak adres vanuit klembord @@ -2508,12 +2526,12 @@ Adres: %4 - + Clear &All Verwijder &Alles - + &Verify Message &Verifiëer Bericht @@ -2528,7 +2546,7 @@ Adres: %4 Het adres waarmee bet bericht was ondertekend (Vb.: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L). - + Verify the message to ensure it was signed with the specified Bitcoin address Controleer een bericht om te verifiëren dat het gespecificeerde Bitcoinadres het bericht heeft ondertekend. @@ -2543,43 +2561,37 @@ Adres: %4 Verwijder alles in de invulvelden - - + Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) Vul een Bitcoinadres in (bijv. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - + Click "Sign Message" to generate signature Klik "Onderteken Bericht" om de handtekening te genereren - - - Enter Bitcoin signature - Voer Bitcoin-handtekening in - - + The entered address is invalid. Het opgegeven adres is ongeldig. - + - + Please check the address and try again. Controleer s.v.p. het adres en probeer het opnieuw. - - + + The entered address does not refer to a key. Het opgegeven adres verwijst niet naar een sleutel. - + Wallet unlock was cancelled. Portemonnee-ontsleuteling is geannuleerd @@ -2599,7 +2611,7 @@ Adres: %4 Bericht ondertekend. - + The signature could not be decoded. De handtekening kon niet worden gedecodeerd. @@ -3147,7 +3159,7 @@ Adres: %4 No wallet has been loaded. - Portomonnee werd niet geladen. + Portemonnee werd niet geladen. @@ -3173,7 +3185,7 @@ Adres: %4 Backup Wallet - Portomonnee backuppen + Portemonnee backuppen @@ -3671,7 +3683,7 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. Verifying wallet... - Portomonnee aan het controleren... + Portemonnee aan het controleren... diff --git a/src/qt/locale/bitcoin_pt_BR.ts b/src/qt/locale/bitcoin_pt_BR.ts index 98960e0667..3627f33167 100644 --- a/src/qt/locale/bitcoin_pt_BR.ts +++ b/src/qt/locale/bitcoin_pt_BR.ts @@ -42,7 +42,7 @@ Este produto inclui software desenvolvido pelo Projeto OpenSSL para uso no OpenS Double-click to edit address or label - Clique duas vezes para editar o endereço ou o etiqueta + Clique duas vezes para editar o endereço ou a etiqueta @@ -97,7 +97,7 @@ Este produto inclui software desenvolvido pelo Projeto OpenSSL para uso no OpenS Choose the address to send coins to - + Escolha o endereço para enviar moedas @@ -142,7 +142,7 @@ Este produto inclui software desenvolvido pelo Projeto OpenSSL para uso no OpenS Export Address List - + Exportar lista de endereços @@ -1655,6 +1655,11 @@ Endereço: %4 Error: Invalid combination of -regtest and -testnet. Erro: Combinação inválida de-regtest e testnet. + + + Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Digite um endereço Bitcoin (exemplo: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + QRImageWidget @@ -1875,22 +1880,22 @@ Endereço: %4 ReceiveCoinsDialog - + &Amount: Qu&antia: - + &Label: &Etiqueta: - + &Message: &Mensagem - + 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. @@ -1900,27 +1905,30 @@ Endereço: %4 - - An optional label to associate with the new receiving address + + + 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 Bitcoin network. + + + An optional label to associate with the new receiving address. - + Use this form to request payments. All fields are <b>optional</b>. - + + An optional amount to request. Leave this empty or zero to not request a specific amount. - + Clear all fields of the form. @@ -1930,17 +1938,17 @@ Endereço: %4 Limpar - - &Request payment - &Requisitar Pagamento + + Requested payments history + - - Requested payments - + + &Request payment + &Requisitar Pagamento - + Show the selected request (does the same as double clicking an entry) @@ -1959,6 +1967,21 @@ Endereço: %4 Remove + + + Copy label + Copiar etiqueta + + + + Copy message + + + + + Copy amount + Copiar quantia + ReceiveRequestDialog @@ -2060,12 +2083,17 @@ Endereço: %4 (no message) + + + (no amount) + + SendCoinsDialog - + Send Coins Enviar dinheiro @@ -2141,7 +2169,7 @@ Endereço: %4 - + Send to multiple recipients at once Enviar para vários destinatários de uma só vez @@ -2151,7 +2179,7 @@ Endereço: %4 Adicionar destinatário - + Clear all fields of the form. @@ -2161,12 +2189,12 @@ Endereço: %4 Limpar Tudo - + Balance: Saldo: - + Confirm the send action Confirmar o envio @@ -2176,7 +2204,7 @@ Endereço: %4 Enviar - + Confirm send coins Confirmar envio de dinheiro @@ -2189,12 +2217,7 @@ Endereço: %4 %1 para %2 - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Digite um endereço Bitcoin (exemplo: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - + Copy quantity Copiar quantidade @@ -2244,7 +2267,7 @@ Endereço: %4 ou - + The recipient address is not valid, please recheck. O endereço do destinatário não é válido, favor verificar. @@ -2279,12 +2302,12 @@ Endereço: %4 - + Warning: Invalid Bitcoin address - + (no label) (Sem rótulo) @@ -2294,7 +2317,7 @@ Endereço: %4 - + Are you sure you want to send? Tem certeza que quer enviar? @@ -2304,7 +2327,7 @@ Endereço: %4 Adicionado como taxa de transação - + Payment request expired Pedido de pagamento expirado @@ -2381,12 +2404,7 @@ Endereço: %4 Mensagem: - - 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. - - - - + This is a verified payment request. @@ -2396,7 +2414,12 @@ Endereço: %4 - + + 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. + + + + This is an unverified payment request. @@ -2412,11 +2435,6 @@ Endereço: %4 Memo: Memorizar: - - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Digite um endereço Bitcoin (exemplo: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - ShutdownWindow @@ -2454,19 +2472,19 @@ Endereço: %4 Endereço a ser usado para assinar a mensagem (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - + + Choose previously used address - - + + Alt+A Alt+A - + Paste address from clipboard Colar o endereço da área de transferência @@ -2507,12 +2525,12 @@ Endereço: %4 - + Clear &All Limpar Tudo - + &Verify Message &Verificar Mensagem @@ -2527,7 +2545,7 @@ Endereço: %4 O endereço usado para assinar a mensagem (ex. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - + Verify the message to ensure it was signed with the specified Bitcoin address Verificar mensagem para se assegurar que ela foi assinada pelo dono de um endereço Bitcoin específico. @@ -2542,43 +2560,37 @@ Endereço: %4 Limpar todos os campos de assinatura da mensagem - - + Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) Digite um endereço Bitcoin (exemplo: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - + Click "Sign Message" to generate signature Clique em "Assinar Mensagem" para gerar a assinatura - - - Enter Bitcoin signature - Entre com a assinatura Bitcoin - - + The entered address is invalid. O endereço fornecido é inválido. - + - + Please check the address and try again. Por favor, verifique o endereço e tente novamente. - - + + The entered address does not refer to a key. O endereço fornecido não se refere a uma chave. - + Wallet unlock was cancelled. Destravamento da Carteira foi cancelado. @@ -2598,7 +2610,7 @@ Endereço: %4 Mensagem assinada. - + The signature could not be decoded. A assinatura não pode ser decodificada. diff --git a/src/qt/locale/bitcoin_ro_RO.ts b/src/qt/locale/bitcoin_ro_RO.ts index aa0a26c2ca..7db0510183 100644 --- a/src/qt/locale/bitcoin_ro_RO.ts +++ b/src/qt/locale/bitcoin_ro_RO.ts @@ -152,7 +152,7 @@ Acest produs include programe dezvoltate de către OpenSSL Project pentru a fi f Exporting Failed - + Exportare esuata @@ -568,7 +568,7 @@ Acest produs include programe dezvoltate de către OpenSSL Project pentru a fi f &Command-line options - + Command-line setări @@ -1656,6 +1656,11 @@ Adresa: %4 Error: Invalid combination of -regtest and -testnet. Eroare: combinație nevalidă de -regtest și -testnet. + + + Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Introdu o adresă Bitcoin (de exemplu: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + QRImageWidget @@ -1876,22 +1881,22 @@ Adresa: %4 ReceiveCoinsDialog - + &Amount: & suma: - + &Label: &Etichetă: - + &Message: & mesaj: - + 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. Refolositi una din adresele de primire folosite in prealabil. Refolosirea adreselor poate crea probleme de securitate si confidentialitate. Nu folositi aceasta optiune decat daca o cerere de regenerare a platii a fost facuta in prealabil. @@ -1901,27 +1906,30 @@ Adresa: %4 &Refolosirea unei adrese de primire (nu este recomandat) - - An optional label to associate with the new receiving address + + + 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 Bitcoin network. + + + An optional label to associate with the new receiving address. - + Use this form to request payments. All fields are <b>optional</b>. - + + An optional amount to request. Leave this empty or zero to not request a specific amount. - + Clear all fields of the form. Stergeti toate campurile formularului @@ -1931,24 +1939,24 @@ Adresa: %4 Stergeti - - &Request payment - &Cereti plata + + Requested payments history + - - Requested payments - + + &Request payment + &Cereti plata - + Show the selected request (does the same as double clicking an entry) Show - + Arată @@ -1958,8 +1966,23 @@ Adresa: %4 Remove + Elimină + + + + Copy label + Copiază eticheta + + + + Copy message + + + Copy amount + Copiază suma + ReceiveRequestDialog @@ -2059,6 +2082,11 @@ Adresa: %4 (no message) + (nici un mesaj) + + + + (no amount) @@ -2066,7 +2094,7 @@ Adresa: %4 SendCoinsDialog - + Send Coins Trimite monede @@ -2079,17 +2107,17 @@ Adresa: %4 Inputs... - + Intrări automatically selected - + Selectie automatică Insufficient funds! - + Fonduri insuficiente! @@ -2142,7 +2170,7 @@ Adresa: %4 - + Send to multiple recipients at once Trimite simultan către mai mulți destinatari @@ -2152,7 +2180,7 @@ Adresa: %4 &Adaugă destinatar - + Clear all fields of the form. Stergeti toate campurile formularului @@ -2162,12 +2190,12 @@ Adresa: %4 Șterge &tot - + Balance: Balanță: - + Confirm the send action Confirmă operațiunea de trimitere @@ -2177,7 +2205,7 @@ Adresa: %4 &S Trimite - + Confirm send coins Confirmă trimiterea de monede @@ -2190,12 +2218,7 @@ Adresa: %4 %1 la %2 - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Introdu o adresă Bitcoin (de exemplu: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - + Copy quantity Copiaţi quantitea @@ -2237,15 +2260,15 @@ Adresa: %4 Total Amount %1 (= %2) - + Suma totală %1 (= %2) or - + sau - + The recipient address is not valid, please recheck. Adresa destinatarului nu este validă, vă rugăm să o verificaţi. @@ -2280,12 +2303,12 @@ Adresa: %4 - + Warning: Invalid Bitcoin address - + (no label) (fără etichetă) @@ -2295,7 +2318,7 @@ Adresa: %4 - + Are you sure you want to send? Ești sigur că vrei să trimiți? @@ -2305,7 +2328,7 @@ Adresa: %4 adăugat ca taxă de tranzacție - + Payment request expired Cererea de plată a expirat @@ -2382,12 +2405,7 @@ Adresa: %4 Mesaj: - - 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. - - - - + This is a verified payment request. @@ -2397,7 +2415,12 @@ Adresa: %4 Introduceti eticheta pentru ca aceasta adresa sa fie introdusa in lista de adrese folosite - + + 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. + + + + This is an unverified payment request. @@ -2413,11 +2436,6 @@ Adresa: %4 Memo: Memo: - - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Introdu o adresă Bitcoin (de exemplu: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - ShutdownWindow @@ -2455,19 +2473,19 @@ Adresa: %4 Introduceţi o adresă Bitcoin (de exemplu: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - + + Choose previously used address Alegeti adrese folosite in prealabil - - + + Alt+A Alt+A - + Paste address from clipboard Lipiţi adresa copiată in clipboard. @@ -2508,12 +2526,12 @@ Adresa: %4 - + Clear &All Şterge &tot - + &Verify Message Verifica mesajul @@ -2528,7 +2546,7 @@ Adresa: %4 Introduceţi o adresă Bitcoin (de exemplu: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - + Verify the message to ensure it was signed with the specified Bitcoin address Verifica mesajul pentru a fi sigur ca a fost semnat cu adresa Bitcoin specifica @@ -2543,43 +2561,37 @@ Adresa: %4 Reseteaza toate spatiile mesajelor semnate. - - + Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) Introduceţi o adresă Bitcoin (de exemplu: 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - + Click "Sign Message" to generate signature Click "Semneaza msajul" pentru a genera semnatura - - - Enter Bitcoin signature - Introduce semnatura bitocin - - + The entered address is invalid. Adresa introdusa nu este valida - + - + Please check the address and try again. Te rugam verifica adresa si introduce-o din nou - - + + The entered address does not refer to a key. Adresa introdusa nu se refera la o cheie. - + Wallet unlock was cancelled. Blocarea portofelului a fost intrerupta @@ -2599,7 +2611,7 @@ Adresa: %4 Mesaj Semnat! - + The signature could not be decoded. Aceasta semnatura nu a putut fi decodata @@ -3074,7 +3086,7 @@ Adresa: %4 Exporting Failed - + Exportare esuata @@ -3676,7 +3688,7 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. Wallet options: - + Optiuni de portofel diff --git a/src/qt/locale/bitcoin_sah.ts b/src/qt/locale/bitcoin_sah.ts new file mode 100644 index 0000000000..c5a3361bad --- /dev/null +++ b/src/qt/locale/bitcoin_sah.ts @@ -0,0 +1,4032 @@ + + + AboutDialog + + + About Bitcoin Core + + + + + <b>Bitcoin Core</b> version + + + + + +This is experimental software. + +Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php. + +This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. + + + + + Copyright + + + + + The Bitcoin Core developers + + + + + AddressBookPage + + + Double-click to edit address or label + Аадырыскын уларытаргар иккитэ баттаа + + + + Create a new address + + + + + &New + + + + + 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 + + + + + &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) + + + + + Exporting Failed + + + + + There was an error trying to save the address list to %1. + + + + + AddressTableModel + + + Label + + + + + Address + + + + + (no label) + + + + + AskPassphraseDialog + + + Passphrase Dialog + + + + + Enter passphrase + + + + + New passphrase + + + + + Repeat new passphrase + + + + + Enter the new passphrase to the wallet.<br/>Please use a passphrase of <b>10 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 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? + + + + + 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 + + + + + Bitcoin 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. + + + + + + + + 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. + + + + + BitcoinGUI + + + Sign &message... + + + + + Synchronizing with network... + + + + + &Overview + + + + + Node + + + + + Show general overview of wallet + + + + + &Transactions + + + + + Browse transaction history + + + + + E&xit + + + + + Quit application + + + + + Show information about Bitcoin + + + + + + About &Qt + + + + + Show information about Qt + + + + + &Options... + + + + + &Encrypt Wallet... + + + + + &Backup Wallet... + + + + + &Change Passphrase... + + + + + &Sending addresses... + + + + + &Receiving addresses... + + + + + Open &URI... + + + + + Importing blocks from disk... + + + + + Reindexing blocks on disk... + + + + + Send coins to a Bitcoin address + + + + + Modify configuration options for Bitcoin + + + + + Backup wallet to another location + + + + + Change the passphrase used for wallet encryption + + + + + &Debug window + + + + + Open debugging and diagnostic console + + + + + &Verify message... + + + + + Bitcoin + + + + + Wallet + + + + + &Send + + + + + &Receive + + + + + + &Show / Hide + + + + + Show or hide the main Window + + + + + Encrypt the private keys that belong to your wallet + + + + + Sign messages with your Bitcoin addresses to prove you own them + + + + + Verify messages to ensure they were signed with specified Bitcoin addresses + + + + + &File + + + + + &Settings + + + + + &Help + + + + + Tabs toolbar + + + + + + [testnet] + + + + + Bitcoin Core + + + + + Request payments (generates QR codes and bitcoin: URIs) + + + + + + &About Bitcoin Core + + + + + Show the list of used sending addresses and labels + + + + + Show the list of used receiving addresses and labels + + + + + Open a bitcoin: URI or payment request + + + + + &Command-line options + + + + + Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options + + + + + + Bitcoin client + + + + + %n active connection(s) to Bitcoin network + + + + + No block source available... + + + + + Processed %1 of %2 (estimated) blocks of transaction history. + + + + + Processed %1 blocks of transaction history. + + + + + %n hour(s) + + + + + %n day(s) + + + + + %n week(s) + + + + + %1 behind + + + + + Last received block was generated %1 ago. + + + + + Transactions after this will not yet be visible. + + + + + Error + + + + + Warning + + + + + Information + + + + + Up to date + + + + + Catching up... + + + + + Sent transaction + + + + + Incoming transaction + + + + + Date: %1 +Amount: %2 +Type: %3 +Address: %4 + + + + + + Wallet is <b>encrypted</b> and currently <b>unlocked</b> + + + + + Wallet is <b>encrypted</b> and currently <b>locked</b> + + + + + A fatal error occurred. Bitcoin can no longer continue safely and will quit. + + + + + ClientModel + + + Network Alert + + + + + CoinControlDialog + + + Coin Control Address Selection + + + + + Quantity: + + + + + Bytes: + + + + + Amount: + + + + + Priority: + + + + + Fee: + + + + + Low Output: + + + + + After Fee: + + + + + Change: + + + + + (un)select all + + + + + Tree mode + + + + + List mode + + + + + Amount + + + + + Address + + + + + Date + + + + + Confirmations + + + + + 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 low output + + + + + Copy change + + + + + highest + + + + + higher + + + + + high + + + + + medium-high + + + + + medium + + + + + low-medium + + + + + low + + + + + lower + + + + + lowest + + + + + (%1 locked) + + + + + none + + + + + Dust + + + + + yes + + + + + no + + + + + This label turns red, if the transaction size is greater than 1000 bytes. + + + + + + This means a fee of at least %1 per kB is required. + + + + + Can vary +/- 1 byte per input. + + + + + Transactions with higher priority are more likely to get included into a block. + + + + + 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 means a fee of at least %1 is required. + + + + + Amounts below 0.546 times the minimum relay fee are shown as dust. + + + + + This label turns red, if the change is smaller than %1. + + + + + + (no label) + + + + + change from %1 (%2) + + + + + (change) + + + + + EditAddressDialog + + + Edit Address + + + + + &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 + + + + + New receiving address + + + + + New sending address + + + + + Edit receiving address + + + + + Edit sending address + + + + + The entered address "%1" is already in the address book. + + + + + The entered address "%1" is not a valid Bitcoin address. + + + + + Could not unlock wallet. + + + + + New key generation failed. + + + + + FreespaceChecker + + + A new data directory will be created. + + + + + name + + + + + Directory already exists. Add %1 if you intend to create a new directory here. + + + + + Path already exists, and is not a directory. + + + + + Cannot create data directory here. + + + + + HelpMessageDialog + + + Bitcoin Core - Command-line options + + + + + Bitcoin Core + + + + + version + + + + + Usage: + + + + + command-line options + + + + + UI options + + + + + Set language, for example "de_DE" (default: system locale) + + + + + Start minimized + + + + + Show splash screen on startup (default: 1) + + + + + Choose data directory on startup (default: 0) + + + + + Intro + + + Welcome + + + + + 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. + + + + + Use the default data directory + + + + + Use a custom data directory: + + + + + Bitcoin + + + + + Error: Specified data directory "%1" can not be created. + + + + + Error + + + + + GB of free space available + + + + + (of %1GB needed) + + + + + OpenURIDialog + + + Open URI + + + + + Open payment request from URI or file + + + + + URI: + + + + + Select payment request file + + + + + Select payment request file to open + + + + + OptionsDialog + + + Options + + + + + &Main + + + + + Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. + + + + + Pay transaction &fee + + + + + Automatically start Bitcoin after logging in to the system. + + + + + &Start Bitcoin on system login + + + + + Size of &database cache + + + + + Set database cache size in megabytes (default: 25) + + + + + MB + + + + + Number of script &verification threads + + + + + Set the number of script verification threads (up to 16, 0 = auto, <0 = leave that many cores free, default: 0) + + + + + Connect to the Bitcoin network through a SOCKS proxy. + + + + + &Connect through SOCKS proxy (default proxy): + + + + + IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1) + + + + + Active command-line options that override above options: + + + + + Reset all client options to default. + + + + + &Reset Options + + + + + &Network + + + + + Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. + + + + + Map port using &UPnP + + + + + Proxy &IP: + + + + + &Port: + + + + + Port of the proxy (e.g. 9050) + + + + + SOCKS &Version: + + + + + SOCKS version of the proxy (e.g. 5) + + + + + &Window + + + + + Show only a tray icon after minimizing the window. + + + + + &Minimize to the tray instead of the taskbar + + + + + Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Quit in the menu. + + + + + M&inimize on close + + + + + &Display + + + + + User Interface &language: + + + + + The user interface language can be set here. This setting will take effect after restarting Bitcoin. + + + + + &Unit to show amounts in: + + + + + Choose the default subdivision unit to show in the interface and when sending coins. + + + + + Whether to show Bitcoin addresses in the transaction list or not. + + + + + &Display addresses in transaction list + + + + + Whether to show coin control features or not. + + + + + Display coin &control features (experts only) + + + + + &OK + + + + + &Cancel + + + + + default + + + + + none + + + + + Confirm options reset + + + + + + Client restart required to activate changes. + + + + + Client will be shutdown, do you want to proceed? + + + + + This change would require a client restart. + + + + + The supplied proxy address is invalid. + + + + + OverviewPage + + + 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. + + + + + Unconfirmed: + + + + + Wallet + + + + + Confirmed: + + + + + Your current spendable balance + + + + + 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 + + + + + Total: + + + + + Your current total balance + + + + + <b>Recent transactions</b> + + + + + + out of sync + + + + + PaymentServer + + + + URI handling + + + + + URI can not be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. + + + + + Requested payment amount of %1 is too small (considered dust). + + + + + + + + + + Payment request error + + + + + Cannot start bitcoin: click-to-pay handler + + + + + Net manager warning + + + + + Your active proxy doesn't support SOCKS5, which is required for payment requests via proxy. + + + + + Payment request fetch URL is invalid: %1 + + + + + Payment request file handling + + + + + Payment request file can not be read or processed! This can be caused by an invalid payment request file. + + + + + Unverified payment requests to custom payment scripts are unsupported. + + + + + Refund from %1 + + + + + Error communicating with %1: %2 + + + + + Payment request can not be parsed or processed! + + + + + Bad response from server %1 + + + + + Payment acknowledged + + + + + Network request error + + + + + QObject + + + + Bitcoin + + + + + Error: Specified data directory "%1" does not exist. + + + + + Error: Invalid combination of -regtest and -testnet. + + + + + Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + + QRImageWidget + + + &Save Image... + + + + + &Copy Image + + + + + Save QR Code + + + + + PNG Image (*.png) + + + + + RPCConsole + + + Client name + + + + + + + + + + + + + + + N/A + + + + + Client version + + + + + &Information + + + + + Debug window + + + + + General + + + + + Using OpenSSL version + + + + + Startup time + + + + + Network + + + + + Name + + + + + Number of connections + + + + + Block chain + + + + + Current number of blocks + + + + + Estimated total blocks + + + + + Last block time + + + + + &Open + + + + + &Console + + + + + &Network Traffic + + + + + &Clear + + + + + Totals + + + + + In: + + + + + Out: + + + + + Build date + + + + + Debug log file + + + + + Open the Bitcoin debug log file from the current data directory. This can take a few seconds for large log files. + + + + + Clear console + + + + + Welcome to the Bitcoin RPC console. + + + + + Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. + + + + + Type <b>help</b> for an overview of available commands. + + + + + %1 B + + + + + %1 KB + + + + + %1 MB + + + + + %1 GB + + + + + %1 m + + + + + %1 h + + + + + %1 h %2 m + + + + + ReceiveCoinsDialog + + + &Amount: + + + + + &Label: + + + + + &Message: + + + + + 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. + + + + + Use this form to request payments. All fields are <b>optional</b>. + + + + + + An optional amount to request. Leave this empty or zero to not request a specific amount. + + + + + Clear all fields of the form. + + + + + Clear + + + + + Requested payments history + + + + + &Request payment + + + + + Show the selected request (does the same as double clicking an entry) + + + + + Show + + + + + Remove the selected entries from the list + + + + + Remove + + + + + Copy label + + + + + Copy message + + + + + Copy amount + + + + + ReceiveRequestDialog + + + QR Code + + + + + Copy &URI + + + + + Copy &Address + + + + + &Save Image... + + + + + Request payment to %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. + + + + + RecentRequestsTableModel + + + Date + + + + + Label + + + + + Message + + + + + Amount + + + + + (no label) + + + + + (no message) + + + + + (no amount) + + + + + SendCoinsDialog + + + + + Send Coins + + + + + Coin Control Features + + + + + Inputs... + + + + + automatically selected + + + + + Insufficient funds! + + + + + Quantity: + + + + + Bytes: + + + + + Amount: + + + + + Priority: + + + + + Fee: + + + + + Low Output: + + + + + After Fee: + + + + + Change: + + + + + If this is activated, but the change address is empty or invalid, change will be sent to a newly generated address. + + + + + Custom change address + + + + + Send to multiple recipients at once + + + + + Add &Recipient + + + + + Clear all fields of the form. + + + + + Clear &All + + + + + Balance: + + + + + Confirm the send action + + + + + S&end + + + + + Confirm send coins + + + + + + + + %1 to %2 + + + + + Copy quantity + + + + + Copy amount + + + + + Copy fee + + + + + Copy after fee + + + + + Copy bytes + + + + + Copy priority + + + + + Copy low output + + + + + Copy change + + + + + Total Amount %1 (= %2) + + + + + or + + + + + The recipient address is not valid, please recheck. + + + + + The amount to pay must be larger than 0. + + + + + The amount exceeds your balance. + + + + + The total exceeds your balance when the %1 transaction fee is included. + + + + + Duplicate address found, can only send to each address once per send operation. + + + + + 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. + + + + + Warning: Invalid Bitcoin address + + + + + (no label) + + + + + Warning: Unknown change address + + + + + Are you sure you want to send? + + + + + added as transaction fee + + + + + Payment request expired + + + + + Invalid payment address %1 + + + + + SendCoinsEntry + + + + + A&mount: + + + + + Pay &To: + + + + + The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + + Enter a label for this address to add it to your address book + + + + + &Label: + + + + + Choose previously used address + + + + + This is a normal payment. + + + + + Alt+A + + + + + Paste address from clipboard + + + + + Alt+P + + + + + + + Remove this entry + + + + + Message: + + + + + This is a verified 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. + + + + + This is an unverified payment request. + + + + + + Pay To: + + + + + + Memo: + + + + + ShutdownWindow + + + Bitcoin Core is shutting down... + + + + + Do not shut down the computer until this window disappears. + + + + + SignVerifyMessageDialog + + + Signatures - Sign / Verify a Message + + + + + &Sign Message + + + + + You can sign messages with your addresses to prove you own them. Be careful not to sign anything vague, as phishing attacks may try to trick you into signing your identity over to them. Only sign fully-detailed statements you agree to. + + + + + The address to sign the message with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + + + Choose previously used address + + + + + + Alt+A + + + + + Paste address from clipboard + + + + + Alt+P + + + + + Enter the message you want to sign here + + + + + Signature + + + + + Copy the current signature to the system clipboard + + + + + Sign the message to prove you own this Bitcoin address + + + + + Sign &Message + + + + + Reset all sign message fields + + + + + + Clear &All + + + + + &Verify Message + + + + + Enter the signing address, message (ensure you copy line breaks, spaces, tabs, etc. exactly) and signature below to verify the message. Be careful not to read more into the signature than what is in the signed message itself, to avoid being tricked by a man-in-the-middle attack. + + + + + The address the message was signed with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + + Verify the message to ensure it was signed with the specified Bitcoin address + + + + + Verify &Message + + + + + Reset all verify message fields + + + + + Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + + 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] + + + + + TrafficGraphWidget + + + KB/s + + + + + TransactionDesc + + + Open until %1 + + + + + %1/offline + + + + + %1/unconfirmed + + + + + %1 confirmations + + + + + Status + + + + + , broadcast through %n node(s) + + + + + Date + + + + + Source + + + + + Generated + + + + + + From + + + + + + + To + + + + + + own address + + + + + label + + + + + + + + + Credit + + + + + matures in %n more block(s) + + + + + not accepted + + + + + + + + Debit + + + + + 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. + + + + + Debug information + + + + + Transaction + + + + + Inputs + + + + + Amount + + + + + true + + + + + false + + + + + , has not been successfully broadcast yet + + + + + Open for %n more block(s) + + + + + unknown + + + + + TransactionDescDialog + + + Transaction details + + + + + This pane shows a detailed description of the transaction + + + + + TransactionTableModel + + + Date + + + + + Type + + + + + Address + + + + + Amount + + + + + Immature (%1 confirmations, will be available after %2) + + + + + Open for %n more block(s) + + + + + Open until %1 + + + + + Offline (%1 confirmations) + + + + + Unconfirmed (%1 of %2 confirmations) + + + + + + Confirmed (%1 confirmations) + + + + + This block was not received by any other nodes and will probably not be accepted! + + + + + Generated but not accepted + + + + + Received with + + + + + Received from + + + + + Sent to + + + + + Payment to yourself + + + + + Mined + + + + + (n/a) + + + + + Transaction status. Hover over this field to show number of confirmations. + + + + + Date and time that the transaction was received. + + + + + Type of transaction. + + + + + Destination address 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 + + + + + Exporting Failed + + + + + There was an error trying to save the transaction history to %1. + + + + + Exporting Successful + + + + + The transaction history was successfully saved to %1. + + + + + Comma separated file (*.csv) + + + + + Confirmed + + + + + Date + + + + + Type + + + + + Label + + + + + Address + + + + + Amount + + + + + ID + + + + + Range: + + + + + to + + + + + 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) + + + + + Backup Failed + + + + + There was an error trying to save the wallet data to %1. + + + + + The wallet data was successfully saved to %1. + + + + + Backup Successful + + + + + bitcoin-core + + + Usage: + + + + + List commands + + + + + Get help for a command + + + + + Options: + + + + + Specify configuration file (default: bitcoin.conf) + + + + + Specify pid file (default: bitcoind.pid) + + + + + Specify data directory + + + + + Set database cache size in megabytes (default: 25) + + + + + Listen for connections on <port> (default: 8333 or testnet: 18333) + + + + + Maintain at most <n> connections to peers (default: 125) + + + + + Connect to a node to retrieve peer addresses, and disconnect + + + + + Specify your own public address + + + + + Threshold for disconnecting misbehaving peers (default: 100) + + + + + Number of seconds to keep misbehaving peers from reconnecting (default: 86400) + + + + + An error occurred while setting up the RPC port %u for listening on IPv4: %s + + + + + Listen for JSON-RPC connections on <port> (default: 8332 or testnet: 18332) + + + + + Accept command line and JSON-RPC commands + + + + + Run in the background as a daemon and accept commands + + + + + Use the test network + + + + + Accept connections from outside (default: 1 if no -proxy or -connect) + + + + + %s, you must set a rpcpassword in the configuration file: +%s +It is recommended you use the following random password: +rpcuser=bitcoinrpc +rpcpassword=%s +(you do not need to remember this password) +The username and password MUST NOT be the same. +If the file does not exist, create it with owner-readable-only file permissions. +It is also recommended to set alertnotify so you are notified of problems; +for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com + + + + + + Acceptable ciphers (default: TLSv1.2+HIGH:TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!3DES:@STRENGTH) + + + + + An error occurred while setting up the RPC port %u for listening on IPv6, falling back to IPv4: %s + + + + + Bind to given address and always listen on it. Use [host]:port notation for IPv6 + + + + + Cannot obtain a lock on data directory %s. Bitcoin is probably already running. + + + + + Enter regression test mode, which uses a special chain in which blocks can be solved instantly. This is intended for regression testing tools and app development. + + + + + Enter regression test mode, which uses a special chain in which blocks can be solved instantly. + + + + + Error: 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. + + + + + Error: This transaction requires a transaction fee of at least %s because of its amount, complexity, or use of recently received funds! + + + + + Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) + + + + + This is a pre-release test build - use at your own risk - do not use for mining or merchant applications + + + + + Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: -proxy) + + + + + Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. + + + + + Warning: Please check that your computer's date and time are correct! If your clock is wrong Bitcoin will not work properly. + + + + + Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. + + + + + Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. + + + + + Warning: error reading wallet.dat! All keys read correctly, but transaction data or address book entries might be missing or incorrect. + + + + + 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. + + + + + <category> can be: + + + + + Attempt to recover private keys from a corrupt wallet.dat + + + + + Bitcoin Core Daemon + + + + + Bitcoin RPC client version + + + + + Block creation options: + + + + + Connect only to the specified node(s) + + + + + Connect through SOCKS proxy + + + + + Connect to JSON-RPC on <port> (default: 8332 or testnet: 18332) + + + + + Corrupted block database detected + + + + + Discover own IP address (default: 1 when listening and no -externalip) + + + + + Do not load the wallet and disable wallet RPC calls + + + + + Do you want to rebuild the block database now? + + + + + Error initializing block database + + + + + Error initializing wallet database environment %s! + + + + + Error loading block database + + + + + Error opening block database + + + + + Error: Disk space is low! + + + + + Error: Wallet locked, unable to create transaction! + + + + + Error: system error: + + + + + Failed to listen on any port. Use -listen=0 if you want this. + + + + + Failed to read block info + + + + + Failed to read block + + + + + Failed to sync block index + + + + + Failed to write block index + + + + + Failed to write block info + + + + + Failed to write block + + + + + Failed to write file info + + + + + Failed to write to coin database + + + + + Failed to write transaction index + + + + + Failed to write undo data + + + + + Fee per kB to add to transactions you send + + + + + Find peers using DNS lookup (default: 1 unless -connect) + + + + + Generate coins (default: 0) + + + + + How many blocks to check at startup (default: 288, 0 = all) + + + + + How thorough the block verification is (0-4, default: 3) + + + + + If <category> is not supplied, output all debugging information. + + + + + Incorrect or no genesis block found. Wrong datadir for network? + + + + + Invalid -onion address: '%s' + + + + + Not enough file descriptors available. + + + + + Prepend debug output with timestamp (default: 1) + + + + + RPC client options: + + + + + Rebuild block chain index from current blk000??.dat files + + + + + Select SOCKS version for -proxy (4 or 5, default: 5) + + + + + Send command to Bitcoin server + + + + + Set maximum block size in bytes (default: %d) + + + + + Set the number of threads to service RPC calls (default: 4) + + + + + Specify wallet file (within data directory) + + + + + Start Bitcoin server + + + + + This is intended for regression testing tools and app development. + + + + + Usage (deprecated, use bitcoin-cli): + + + + + Verifying blocks... + + + + + Verifying wallet... + + + + + Wait for RPC server to start + + + + + Wallet %s resides outside data directory %s + + + + + Wallet options: + + + + + Warning: Deprecated argument -debugnet ignored, use -debug=net + + + + + You need to rebuild the database using -reindex to change -txindex + + + + + Imports blocks from external blk000??.dat file + + + + + Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message) + + + + + Output debugging information (default: 0, supplying <category> is optional) + + + + + Set maximum size of high-priority/low-fee transactions in bytes (default: %d) + + + + + Set the number of script verification threads (up to 16, 0 = auto, <0 = leave that many cores free, default: 0) + + + + + Information + + + + + Invalid amount for -minrelaytxfee=<amount>: '%s' + + + + + Invalid amount for -mintxfee=<amount>: '%s' + + + + + Maintain a full transaction index (default: 0) + + + + + Maximum per-connection receive buffer, <n>*1000 bytes (default: 5000) + + + + + Maximum per-connection send buffer, <n>*1000 bytes (default: 1000) + + + + + Only accept block chain matching built-in checkpoints (default: 1) + + + + + Only connect to nodes in network <net> (IPv4, IPv6 or Tor) + + + + + SSL options: (see the Bitcoin Wiki for SSL setup instructions) + + + + + Send trace/debug info to console instead of debug.log file + + + + + Set minimum block size in bytes (default: 0) + + + + + Shrink debug.log file on client startup (default: 1 when no -debug) + + + + + Signing transaction failed + + + + + Specify connection timeout in milliseconds (default: 5000) + + + + + System error: + + + + + Transaction amount too small + + + + + Transaction amounts must be positive + + + + + Transaction too large + + + + + Use UPnP to map the listening port (default: 0) + + + + + Use UPnP to map the listening port (default: 1 when listening) + + + + + Username for JSON-RPC connections + + + + + Warning + + + + + Warning: This version is obsolete, upgrade required! + + + + + version + + + + + wallet.dat corrupt, salvage failed + + + + + Password for JSON-RPC connections + + + + + Allow JSON-RPC connections from specified IP address + + + + + Send commands to node running on <ip> (default: 127.0.0.1) + + + + + Execute command when the best block changes (%s in cmd is replaced by block hash) + + + + + Upgrade wallet to latest format + + + + + Set key pool size to <n> (default: 100) + + + + + Rescan the block chain for missing wallet transactions + + + + + Use OpenSSL (https) for JSON-RPC connections + + + + + Server certificate file (default: server.cert) + + + + + Server private key (default: server.pem) + + + + + This help message + + + + + Unable to bind to %s on this computer (bind returned error %d, %s) + + + + + Allow DNS lookups for -addnode, -seednode and -connect + + + + + Loading addresses... + + + + + Error loading wallet.dat: Wallet corrupted + + + + + Error loading wallet.dat: Wallet requires newer version of Bitcoin + + + + + Wallet needed to be rewritten: restart Bitcoin to complete + + + + + Error loading wallet.dat + + + + + Invalid -proxy address: '%s' + + + + + Unknown network specified in -onlynet: '%s' + + + + + Unknown -socks proxy version requested: %i + + + + + Cannot resolve -bind address: '%s' + + + + + Cannot resolve -externalip address: '%s' + + + + + Invalid amount for -paytxfee=<amount>: '%s' + + + + + Invalid amount + + + + + Insufficient funds + + + + + Loading block index... + + + + + Add a node to connect to and attempt to keep the connection open + + + + + Unable to bind to %s on this computer. Bitcoin is probably already running. + + + + + Loading wallet... + + + + + Cannot downgrade wallet + + + + + Cannot write default address + + + + + Rescanning... + + + + + Done loading + + + + + To use the %s option + + + + + Error + + + + + You must set rpcpassword=<password> in the configuration file: +%s +If the file does not exist, create it with owner-readable-only file permissions. + + + + \ No newline at end of file diff --git a/src/qt/locale/bitcoin_sk.ts b/src/qt/locale/bitcoin_sk.ts index e8ee4d0895..fb385d733d 100644 --- a/src/qt/locale/bitcoin_sk.ts +++ b/src/qt/locale/bitcoin_sk.ts @@ -29,7 +29,7 @@ This product includes software developed by the OpenSSL Project for use in the O The Bitcoin Core developers - + Vývojári jadra Bitcoin @@ -334,7 +334,7 @@ This product includes software developed by the OpenSSL Project for use in the O Node - + Uzol @@ -410,7 +410,7 @@ This product includes software developed by the OpenSSL Project for use in the O Open &URI... - + Otvoriť &URI... @@ -563,7 +563,7 @@ This product includes software developed by the OpenSSL Project for use in the O &Command-line options - + Voľby príkazového riadku @@ -707,7 +707,7 @@ Adresa: %4 Quantity: - + Množstvo: @@ -742,7 +742,7 @@ Adresa: %4 Change: - + Zmena: @@ -752,12 +752,12 @@ Adresa: %4 Tree mode - + Stromový režim List mode - + Zoznamový režim @@ -777,7 +777,7 @@ Adresa: %4 Confirmations - + Potvrdenia @@ -823,12 +823,12 @@ Adresa: %4 Copy quantity - + Kopírovať množstvo Copy fee - + Kopírovať poplatok @@ -838,12 +838,12 @@ Adresa: %4 Copy bytes - + Kopírovať bajty Copy priority - + Kopírovať prioritu @@ -853,7 +853,7 @@ Adresa: %4 Copy change - + Kopírovať zmenu @@ -908,12 +908,12 @@ Adresa: %4 none - + žiadne Dust - + Prach @@ -981,12 +981,12 @@ Adresa: %4 change from %1 (%2) - + zmena od %1 (%2) (change) - + (zmena) @@ -1148,7 +1148,7 @@ Adresa: %4 Welcome to Bitcoin Core. - + Vitajte v jadre Bitcoin. @@ -1269,7 +1269,7 @@ Adresa: %4 MB - + MB @@ -1439,7 +1439,7 @@ Adresa: %4 none - + žiadne @@ -1650,6 +1650,11 @@ Adresa: %4 Error: Invalid combination of -regtest and -testnet. + + + Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + Zadajte Bitcoin adresu (napr. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + QRImageWidget @@ -1709,12 +1714,12 @@ Adresa: %4 Debug window - + Okno pre ladenie General - + Všeobecné @@ -1734,7 +1739,7 @@ Adresa: %4 Name - + Názov @@ -1870,22 +1875,22 @@ Adresa: %4 ReceiveCoinsDialog - + &Amount: &Suma: - + &Label: &Popis: - + &Message: &Správa: - + 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. @@ -1895,27 +1900,30 @@ Adresa: %4 - - An optional label to associate with the new receiving address + + + 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 Bitcoin network. + + + An optional label to associate with the new receiving address. - + Use this form to request payments. All fields are <b>optional</b>. - + + An optional amount to request. Leave this empty or zero to not request a specific amount. - + Clear all fields of the form. Vyčistiť všetky polia formulára. @@ -1925,17 +1933,17 @@ Adresa: %4 Vyčistiť - - &Request payment - Vyžiadať platbu + + Requested payments history + História vyžiadaných platieb - - Requested payments - + + &Request payment + Vyžiadať platbu - + Show the selected request (does the same as double clicking an entry) @@ -1954,6 +1962,21 @@ Adresa: %4 Remove Odstrániť + + + Copy label + Kopírovať popis + + + + Copy message + Kopírovať správu + + + + Copy amount + Kopírovať sumu + ReceiveRequestDialog @@ -2055,12 +2078,17 @@ Adresa: %4 (no message) (žiadna správa) + + + (no amount) + (žiadna suma) + SendCoinsDialog - + Send Coins Poslať Bitcoins @@ -2078,17 +2106,17 @@ Adresa: %4 automatically selected - + automaticky vybrané Insufficient funds! - + Nedostatok prostriedkov! Quantity: - + Množstvo: @@ -2123,7 +2151,7 @@ Adresa: %4 Change: - + Zmena: @@ -2133,10 +2161,10 @@ Adresa: %4 Custom change address - + Vlastná adresa zmeny - + Send to multiple recipients at once Poslať viacerým príjemcom naraz @@ -2146,7 +2174,7 @@ Adresa: %4 &Pridať príjemcu - + Clear all fields of the form. Vyčistiť všetky polia formulára. @@ -2156,12 +2184,12 @@ Adresa: %4 Zmazať &všetko - + Balance: Zostatok: - + Confirm the send action Potvrďte odoslanie @@ -2171,7 +2199,7 @@ Adresa: %4 &Odoslať - + Confirm send coins Potvrdiť odoslanie bitcoins @@ -2184,14 +2212,9 @@ Adresa: %4 %1 do %2 - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Zadajte Bitcoin adresu (napr. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - + Copy quantity - + Kopírovať množstvo @@ -2201,7 +2224,7 @@ Adresa: %4 Copy fee - + Kopírovať poplatok @@ -2211,12 +2234,12 @@ Adresa: %4 Copy bytes - + Kopírovať bajty Copy priority - + Kopírovať prioritu @@ -2226,12 +2249,12 @@ Adresa: %4 Copy change - + Kopírovať zmenu Total Amount %1 (= %2) - + Celková suma %1 (= %2) @@ -2239,7 +2262,7 @@ Adresa: %4 alebo - + The recipient address is not valid, please recheck. Adresa príjemcu je neplatná, prosím, overte ju. @@ -2266,7 +2289,7 @@ Adresa: %4 Transaction creation failed! - + Vytvorenie transakcie zlyhalo! @@ -2274,12 +2297,12 @@ Adresa: %4 - + Warning: Invalid Bitcoin address - + (no label) (bez popisu) @@ -2289,7 +2312,7 @@ Adresa: %4 - + Are you sure you want to send? Určite to chcete odoslať? @@ -2299,7 +2322,7 @@ Adresa: %4 pridané ako transakčný poplatok - + Payment request expired @@ -2346,7 +2369,7 @@ Adresa: %4 This is a normal payment. - + Toto je normálna platba. @@ -2368,7 +2391,7 @@ Adresa: %4 Remove this entry - + Odstrániť túto položku @@ -2376,12 +2399,7 @@ Adresa: %4 Správa: - - 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. - - - - + This is a verified payment request. @@ -2391,7 +2409,12 @@ Adresa: %4 - + + 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. + + + + This is an unverified payment request. @@ -2407,18 +2430,13 @@ Adresa: %4 Memo: - - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - Zadajte Bitcoin adresu (napr. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - ShutdownWindow Bitcoin Core is shutting down... - + Jadro Bitcoin sa ukončuje... @@ -2449,19 +2467,19 @@ Adresa: %4 Zadajte Bitcoin adresu (napr. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - + + Choose previously used address Vybrať predtým použitú adresu - - + + Alt+A Alt+A - + Paste address from clipboard Vložte adresu z klipbordu @@ -2502,12 +2520,12 @@ Adresa: %4 - + Clear &All Zmazať &všetko - + &Verify Message Overiť správu... @@ -2522,7 +2540,7 @@ Adresa: %4 Zadajte Bitcoin adresu (napr. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - + Verify the message to ensure it was signed with the specified Bitcoin address @@ -2537,43 +2555,37 @@ Adresa: %4 - - + Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) Zadajte Bitcoin adresu (napr. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - + Click "Sign Message" to generate signature Kliknite "Podpísať Správu" na získanie podpisu - - - Enter Bitcoin signature - Zadajte Bitcoin podpis - - + The entered address is invalid. Zadaná adresa je neplatná. - + - + Please check the address and try again. Prosím skontrolujte adresu a skúste znova. - - + + The entered address does not refer to a key. - + Wallet unlock was cancelled. Odomknutie peňaženky bolo zrušené. @@ -2593,7 +2605,7 @@ Adresa: %4 Správa podpísaná. - + The signature could not be decoded. Podpis nie je možné dekódovať. @@ -2629,7 +2641,7 @@ Adresa: %4 The Bitcoin Core developers - + Vývojári jadra Bitcoin @@ -3063,7 +3075,7 @@ Adresa: %4 Export Transaction History - + Exportovať históriu transakcií @@ -3141,7 +3153,7 @@ Adresa: %4 No wallet has been loaded. - + Nie je načítaná peňaženka. @@ -3670,7 +3682,7 @@ for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo. Wallet options: - + Voľby peňaženky: diff --git a/src/qt/locale/bitcoin_ur_PK.ts b/src/qt/locale/bitcoin_ur_PK.ts new file mode 100644 index 0000000000..78446a16b7 --- /dev/null +++ b/src/qt/locale/bitcoin_ur_PK.ts @@ -0,0 +1,4032 @@ + + + AboutDialog + + + About Bitcoin Core + + + + + <b>Bitcoin Core</b> version + + + + + +This is experimental software. + +Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php. + +This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. + + + + + Copyright + + + + + The Bitcoin Core developers + + + + + AddressBookPage + + + Double-click to edit address or label + ایڈریس یا لیبل میں ترمیم کرنے پر ڈبل کلک کریں + + + + Create a new address + نیا ایڈریس بنائیں + + + + &New + + + + + 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 + + + + + &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) + + + + + Exporting Failed + + + + + There was an error trying to save the address list to %1. + + + + + AddressTableModel + + + Label + چٹ + + + + Address + پتہ + + + + (no label) + چٹ کے بغیر + + + + AskPassphraseDialog + + + Passphrase Dialog + + + + + Enter passphrase + پاس فریز داخل کریں + + + + New passphrase + نیا پاس فریز + + + + Repeat new passphrase + نیا پاس فریز دہرائیں + + + + Enter the new passphrase to the wallet.<br/>Please use a passphrase of <b>10 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 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? + + + + + 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 + + + + + Bitcoin 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. + + + + + + + + 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. + + + + + BitcoinGUI + + + Sign &message... + + + + + Synchronizing with network... + + + + + &Overview + + + + + Node + + + + + Show general overview of wallet + + + + + &Transactions + + + + + Browse transaction history + + + + + E&xit + + + + + Quit application + + + + + Show information about Bitcoin + + + + + + About &Qt + + + + + Show information about Qt + + + + + &Options... + + + + + &Encrypt Wallet... + + + + + &Backup Wallet... + + + + + &Change Passphrase... + + + + + &Sending addresses... + + + + + &Receiving addresses... + + + + + Open &URI... + + + + + Importing blocks from disk... + + + + + Reindexing blocks on disk... + + + + + Send coins to a Bitcoin address + + + + + Modify configuration options for Bitcoin + + + + + Backup wallet to another location + + + + + Change the passphrase used for wallet encryption + + + + + &Debug window + + + + + Open debugging and diagnostic console + + + + + &Verify message... + + + + + Bitcoin + + + + + Wallet + + + + + &Send + + + + + &Receive + + + + + + &Show / Hide + + + + + Show or hide the main Window + + + + + Encrypt the private keys that belong to your wallet + + + + + Sign messages with your Bitcoin addresses to prove you own them + + + + + Verify messages to ensure they were signed with specified Bitcoin addresses + + + + + &File + + + + + &Settings + + + + + &Help + + + + + Tabs toolbar + + + + + + [testnet] + + + + + Bitcoin Core + + + + + Request payments (generates QR codes and bitcoin: URIs) + + + + + + &About Bitcoin Core + + + + + Show the list of used sending addresses and labels + + + + + Show the list of used receiving addresses and labels + + + + + Open a bitcoin: URI or payment request + + + + + &Command-line options + + + + + Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options + + + + + + Bitcoin client + + + + + %n active connection(s) to Bitcoin network + + + + + No block source available... + + + + + Processed %1 of %2 (estimated) blocks of transaction history. + + + + + Processed %1 blocks of transaction history. + + + + + %n hour(s) + + + + + %n day(s) + + + + + %n week(s) + + + + + %1 behind + + + + + Last received block was generated %1 ago. + + + + + Transactions after this will not yet be visible. + + + + + Error + نقص + + + + Warning + + + + + Information + + + + + Up to date + + + + + Catching up... + + + + + Sent transaction + + + + + Incoming transaction + + + + + Date: %1 +Amount: %2 +Type: %3 +Address: %4 + + + + + + Wallet is <b>encrypted</b> and currently <b>unlocked</b> + + + + + Wallet is <b>encrypted</b> and currently <b>locked</b> + + + + + A fatal error occurred. Bitcoin can no longer continue safely and will quit. + + + + + ClientModel + + + Network Alert + + + + + CoinControlDialog + + + Coin Control Address Selection + + + + + Quantity: + + + + + Bytes: + + + + + Amount: + + + + + Priority: + + + + + Fee: + + + + + Low Output: + + + + + After Fee: + + + + + Change: + + + + + (un)select all + + + + + Tree mode + + + + + List mode + + + + + Amount + رقم + + + + Address + پتہ + + + + Date + تاریخ + + + + Confirmations + + + + + 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 low output + + + + + Copy change + + + + + highest + + + + + higher + + + + + high + + + + + medium-high + + + + + medium + + + + + low-medium + + + + + low + + + + + lower + + + + + lowest + + + + + (%1 locked) + + + + + none + + + + + Dust + + + + + yes + + + + + no + + + + + This label turns red, if the transaction size is greater than 1000 bytes. + + + + + + This means a fee of at least %1 per kB is required. + + + + + Can vary +/- 1 byte per input. + + + + + Transactions with higher priority are more likely to get included into a block. + + + + + 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 means a fee of at least %1 is required. + + + + + Amounts below 0.546 times the minimum relay fee are shown as dust. + + + + + This label turns red, if the change is smaller than %1. + + + + + + (no label) + چٹ کے بغیر + + + + change from %1 (%2) + + + + + (change) + + + + + EditAddressDialog + + + Edit Address + + + + + &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 + + + + + New receiving address + + + + + New sending address + + + + + Edit receiving address + + + + + Edit sending address + + + + + The entered address "%1" is already in the address book. + + + + + The entered address "%1" is not a valid Bitcoin address. + + + + + Could not unlock wallet. + + + + + New key generation failed. + + + + + FreespaceChecker + + + A new data directory will be created. + + + + + name + + + + + Directory already exists. Add %1 if you intend to create a new directory here. + + + + + Path already exists, and is not a directory. + + + + + Cannot create data directory here. + + + + + HelpMessageDialog + + + Bitcoin Core - Command-line options + + + + + Bitcoin Core + + + + + version + + + + + Usage: + + + + + command-line options + + + + + UI options + + + + + Set language, for example "de_DE" (default: system locale) + + + + + Start minimized + + + + + Show splash screen on startup (default: 1) + + + + + Choose data directory on startup (default: 0) + + + + + Intro + + + Welcome + + + + + 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. + + + + + Use the default data directory + + + + + Use a custom data directory: + + + + + Bitcoin + + + + + Error: Specified data directory "%1" can not be created. + + + + + Error + نقص + + + + GB of free space available + + + + + (of %1GB needed) + + + + + OpenURIDialog + + + Open URI + + + + + Open payment request from URI or file + + + + + URI: + + + + + Select payment request file + + + + + Select payment request file to open + + + + + OptionsDialog + + + Options + + + + + &Main + + + + + Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. + + + + + Pay transaction &fee + + + + + Automatically start Bitcoin after logging in to the system. + + + + + &Start Bitcoin on system login + + + + + Size of &database cache + + + + + Set database cache size in megabytes (default: 25) + + + + + MB + + + + + Number of script &verification threads + + + + + Set the number of script verification threads (up to 16, 0 = auto, <0 = leave that many cores free, default: 0) + + + + + Connect to the Bitcoin network through a SOCKS proxy. + + + + + &Connect through SOCKS proxy (default proxy): + + + + + IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1) + + + + + Active command-line options that override above options: + + + + + Reset all client options to default. + + + + + &Reset Options + + + + + &Network + + + + + Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. + + + + + Map port using &UPnP + + + + + Proxy &IP: + + + + + &Port: + + + + + Port of the proxy (e.g. 9050) + + + + + SOCKS &Version: + + + + + SOCKS version of the proxy (e.g. 5) + + + + + &Window + + + + + Show only a tray icon after minimizing the window. + + + + + &Minimize to the tray instead of the taskbar + + + + + Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Quit in the menu. + + + + + M&inimize on close + + + + + &Display + + + + + User Interface &language: + + + + + The user interface language can be set here. This setting will take effect after restarting Bitcoin. + + + + + &Unit to show amounts in: + + + + + Choose the default subdivision unit to show in the interface and when sending coins. + + + + + Whether to show Bitcoin addresses in the transaction list or not. + + + + + &Display addresses in transaction list + + + + + Whether to show coin control features or not. + + + + + Display coin &control features (experts only) + + + + + &OK + + + + + &Cancel + + + + + default + + + + + none + + + + + Confirm options reset + + + + + + Client restart required to activate changes. + + + + + Client will be shutdown, do you want to proceed? + + + + + This change would require a client restart. + + + + + The supplied proxy address is invalid. + + + + + OverviewPage + + + 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. + + + + + Unconfirmed: + + + + + Wallet + + + + + Confirmed: + + + + + Your current spendable balance + + + + + 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 + + + + + Total: + + + + + Your current total balance + + + + + <b>Recent transactions</b> + + + + + + out of sync + + + + + PaymentServer + + + + URI handling + + + + + URI can not be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. + + + + + Requested payment amount of %1 is too small (considered dust). + + + + + + + + + + Payment request error + + + + + Cannot start bitcoin: click-to-pay handler + + + + + Net manager warning + + + + + Your active proxy doesn't support SOCKS5, which is required for payment requests via proxy. + + + + + Payment request fetch URL is invalid: %1 + + + + + Payment request file handling + + + + + Payment request file can not be read or processed! This can be caused by an invalid payment request file. + + + + + Unverified payment requests to custom payment scripts are unsupported. + + + + + Refund from %1 + + + + + Error communicating with %1: %2 + + + + + Payment request can not be parsed or processed! + + + + + Bad response from server %1 + + + + + Payment acknowledged + + + + + Network request error + + + + + QObject + + + + Bitcoin + + + + + Error: Specified data directory "%1" does not exist. + + + + + Error: Invalid combination of -regtest and -testnet. + + + + + Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + + QRImageWidget + + + &Save Image... + + + + + &Copy Image + + + + + Save QR Code + + + + + PNG Image (*.png) + + + + + RPCConsole + + + Client name + + + + + + + + + + + + + + + N/A + + + + + Client version + + + + + &Information + + + + + Debug window + + + + + General + + + + + Using OpenSSL version + + + + + Startup time + + + + + Network + + + + + Name + + + + + Number of connections + + + + + Block chain + + + + + Current number of blocks + + + + + Estimated total blocks + + + + + Last block time + + + + + &Open + + + + + &Console + + + + + &Network Traffic + + + + + &Clear + + + + + Totals + + + + + In: + + + + + Out: + + + + + Build date + + + + + Debug log file + + + + + Open the Bitcoin debug log file from the current data directory. This can take a few seconds for large log files. + + + + + Clear console + + + + + Welcome to the Bitcoin RPC console. + + + + + Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. + + + + + Type <b>help</b> for an overview of available commands. + + + + + %1 B + + + + + %1 KB + + + + + %1 MB + + + + + %1 GB + + + + + %1 m + + + + + %1 h + + + + + %1 h %2 m + + + + + ReceiveCoinsDialog + + + &Amount: + + + + + &Label: + + + + + &Message: + + + + + 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. + + + + + Use this form to request payments. All fields are <b>optional</b>. + + + + + + An optional amount to request. Leave this empty or zero to not request a specific amount. + + + + + Clear all fields of the form. + + + + + Clear + + + + + Requested payments history + + + + + &Request payment + + + + + Show the selected request (does the same as double clicking an entry) + + + + + Show + + + + + Remove the selected entries from the list + + + + + Remove + + + + + Copy label + + + + + Copy message + + + + + Copy amount + + + + + ReceiveRequestDialog + + + QR Code + + + + + Copy &URI + + + + + Copy &Address + + + + + &Save Image... + + + + + Request payment to %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. + + + + + RecentRequestsTableModel + + + Date + تاریخ + + + + Label + چٹ + + + + Message + + + + + Amount + رقم + + + + (no label) + چٹ کے بغیر + + + + (no message) + + + + + (no amount) + + + + + SendCoinsDialog + + + + + Send Coins + + + + + Coin Control Features + + + + + Inputs... + + + + + automatically selected + + + + + Insufficient funds! + + + + + Quantity: + + + + + Bytes: + + + + + Amount: + + + + + Priority: + + + + + Fee: + + + + + Low Output: + + + + + After Fee: + + + + + Change: + + + + + If this is activated, but the change address is empty or invalid, change will be sent to a newly generated address. + + + + + Custom change address + + + + + Send to multiple recipients at once + + + + + Add &Recipient + + + + + Clear all fields of the form. + + + + + Clear &All + + + + + Balance: + بیلنس: + + + + Confirm the send action + + + + + S&end + + + + + Confirm send coins + + + + + + + + %1 to %2 + + + + + Copy quantity + + + + + Copy amount + + + + + Copy fee + + + + + Copy after fee + + + + + Copy bytes + + + + + Copy priority + + + + + Copy low output + + + + + Copy change + + + + + Total Amount %1 (= %2) + + + + + or + + + + + The recipient address is not valid, please recheck. + + + + + The amount to pay must be larger than 0. + + + + + The amount exceeds your balance. + + + + + The total exceeds your balance when the %1 transaction fee is included. + + + + + Duplicate address found, can only send to each address once per send operation. + + + + + 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. + + + + + Warning: Invalid Bitcoin address + + + + + (no label) + چٹ کے بغیر + + + + Warning: Unknown change address + + + + + Are you sure you want to send? + + + + + added as transaction fee + + + + + Payment request expired + + + + + Invalid payment address %1 + + + + + SendCoinsEntry + + + + + A&mount: + + + + + Pay &To: + + + + + The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + + Enter a label for this address to add it to your address book + + + + + &Label: + + + + + Choose previously used address + + + + + This is a normal payment. + + + + + Alt+A + + + + + Paste address from clipboard + + + + + Alt+P + + + + + + + Remove this entry + + + + + Message: + + + + + This is a verified 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. + + + + + This is an unverified payment request. + + + + + + Pay To: + + + + + + Memo: + + + + + ShutdownWindow + + + Bitcoin Core is shutting down... + + + + + Do not shut down the computer until this window disappears. + + + + + SignVerifyMessageDialog + + + Signatures - Sign / Verify a Message + + + + + &Sign Message + + + + + You can sign messages with your addresses to prove you own them. Be careful not to sign anything vague, as phishing attacks may try to trick you into signing your identity over to them. Only sign fully-detailed statements you agree to. + + + + + The address to sign the message with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + + + Choose previously used address + + + + + + Alt+A + + + + + Paste address from clipboard + + + + + Alt+P + + + + + Enter the message you want to sign here + + + + + Signature + + + + + Copy the current signature to the system clipboard + + + + + Sign the message to prove you own this Bitcoin address + + + + + Sign &Message + + + + + Reset all sign message fields + + + + + + Clear &All + + + + + &Verify Message + + + + + Enter the signing address, message (ensure you copy line breaks, spaces, tabs, etc. exactly) and signature below to verify the message. Be careful not to read more into the signature than what is in the signed message itself, to avoid being tricked by a man-in-the-middle attack. + + + + + The address the message was signed with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + + Verify the message to ensure it was signed with the specified Bitcoin address + + + + + Verify &Message + + + + + Reset all verify message fields + + + + + Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + + 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] + + + + + TrafficGraphWidget + + + KB/s + + + + + TransactionDesc + + + Open until %1 + + + + + %1/offline + + + + + %1/unconfirmed + + + + + %1 confirmations + + + + + Status + + + + + , broadcast through %n node(s) + + + + + Date + تاریخ + + + + Source + + + + + Generated + + + + + + From + + + + + + + To + + + + + + own address + + + + + label + + + + + + + + + Credit + + + + + matures in %n more block(s) + + + + + not accepted + + + + + + + + Debit + + + + + 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. + + + + + Debug information + + + + + Transaction + + + + + Inputs + + + + + Amount + رقم + + + + true + + + + + false + + + + + , has not been successfully broadcast yet + + + + + Open for %n more block(s) + + + + + unknown + + + + + TransactionDescDialog + + + Transaction details + + + + + This pane shows a detailed description of the transaction + + + + + TransactionTableModel + + + Date + تاریخ + + + + Type + ٹائپ + + + + Address + پتہ + + + + Amount + رقم + + + + Immature (%1 confirmations, will be available after %2) + + + + + Open for %n more block(s) + + + + + Open until %1 + + + + + Offline (%1 confirmations) + + + + + Unconfirmed (%1 of %2 confirmations) + + + + + + Confirmed (%1 confirmations) + + + + + This block was not received by any other nodes and will probably not be accepted! + + + + + Generated but not accepted + + + + + Received with + + + + + Received from + + + + + Sent to + کو بھیجا + + + + Payment to yourself + + + + + Mined + + + + + (n/a) + (N / A) + + + + Transaction status. Hover over this field to show number of confirmations. + + + + + Date and time that the transaction was received. + + + + + Type of transaction. + + + + + Destination address 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 + + + + + Exporting Failed + + + + + There was an error trying to save the transaction history to %1. + + + + + Exporting Successful + + + + + The transaction history was successfully saved to %1. + + + + + Comma separated file (*.csv) + + + + + Confirmed + + + + + Date + تاریخ + + + + Type + ٹائپ + + + + Label + چٹ + + + + Address + پتہ + + + + Amount + رقم + + + + ID + + + + + Range: + + + + + to + + + + + 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) + + + + + Backup Failed + + + + + There was an error trying to save the wallet data to %1. + + + + + The wallet data was successfully saved to %1. + + + + + Backup Successful + + + + + bitcoin-core + + + Usage: + + + + + List commands + + + + + Get help for a command + + + + + Options: + + + + + Specify configuration file (default: bitcoin.conf) + + + + + Specify pid file (default: bitcoind.pid) + + + + + Specify data directory + + + + + Set database cache size in megabytes (default: 25) + + + + + Listen for connections on <port> (default: 8333 or testnet: 18333) + + + + + Maintain at most <n> connections to peers (default: 125) + + + + + Connect to a node to retrieve peer addresses, and disconnect + + + + + Specify your own public address + + + + + Threshold for disconnecting misbehaving peers (default: 100) + + + + + Number of seconds to keep misbehaving peers from reconnecting (default: 86400) + + + + + An error occurred while setting up the RPC port %u for listening on IPv4: %s + + + + + Listen for JSON-RPC connections on <port> (default: 8332 or testnet: 18332) + + + + + Accept command line and JSON-RPC commands + + + + + Run in the background as a daemon and accept commands + + + + + Use the test network + + + + + Accept connections from outside (default: 1 if no -proxy or -connect) + + + + + %s, you must set a rpcpassword in the configuration file: +%s +It is recommended you use the following random password: +rpcuser=bitcoinrpc +rpcpassword=%s +(you do not need to remember this password) +The username and password MUST NOT be the same. +If the file does not exist, create it with owner-readable-only file permissions. +It is also recommended to set alertnotify so you are notified of problems; +for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com + + + + + + Acceptable ciphers (default: TLSv1.2+HIGH:TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!3DES:@STRENGTH) + + + + + An error occurred while setting up the RPC port %u for listening on IPv6, falling back to IPv4: %s + + + + + Bind to given address and always listen on it. Use [host]:port notation for IPv6 + + + + + Cannot obtain a lock on data directory %s. Bitcoin is probably already running. + + + + + Enter regression test mode, which uses a special chain in which blocks can be solved instantly. This is intended for regression testing tools and app development. + + + + + Enter regression test mode, which uses a special chain in which blocks can be solved instantly. + + + + + Error: 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. + + + + + Error: This transaction requires a transaction fee of at least %s because of its amount, complexity, or use of recently received funds! + + + + + Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) + + + + + This is a pre-release test build - use at your own risk - do not use for mining or merchant applications + + + + + Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: -proxy) + + + + + Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. + + + + + Warning: Please check that your computer's date and time are correct! If your clock is wrong Bitcoin will not work properly. + + + + + Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. + + + + + Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. + + + + + Warning: error reading wallet.dat! All keys read correctly, but transaction data or address book entries might be missing or incorrect. + + + + + 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. + + + + + <category> can be: + + + + + Attempt to recover private keys from a corrupt wallet.dat + + + + + Bitcoin Core Daemon + + + + + Bitcoin RPC client version + + + + + Block creation options: + + + + + Connect only to the specified node(s) + + + + + Connect through SOCKS proxy + + + + + Connect to JSON-RPC on <port> (default: 8332 or testnet: 18332) + + + + + Corrupted block database detected + + + + + Discover own IP address (default: 1 when listening and no -externalip) + + + + + Do not load the wallet and disable wallet RPC calls + + + + + Do you want to rebuild the block database now? + + + + + Error initializing block database + + + + + Error initializing wallet database environment %s! + + + + + Error loading block database + + + + + Error opening block database + + + + + Error: Disk space is low! + + + + + Error: Wallet locked, unable to create transaction! + + + + + Error: system error: + + + + + Failed to listen on any port. Use -listen=0 if you want this. + + + + + Failed to read block info + + + + + Failed to read block + + + + + Failed to sync block index + + + + + Failed to write block index + + + + + Failed to write block info + + + + + Failed to write block + + + + + Failed to write file info + + + + + Failed to write to coin database + + + + + Failed to write transaction index + + + + + Failed to write undo data + + + + + Fee per kB to add to transactions you send + + + + + Find peers using DNS lookup (default: 1 unless -connect) + + + + + Generate coins (default: 0) + + + + + How many blocks to check at startup (default: 288, 0 = all) + + + + + How thorough the block verification is (0-4, default: 3) + + + + + If <category> is not supplied, output all debugging information. + + + + + Incorrect or no genesis block found. Wrong datadir for network? + + + + + Invalid -onion address: '%s' + + + + + Not enough file descriptors available. + + + + + Prepend debug output with timestamp (default: 1) + + + + + RPC client options: + + + + + Rebuild block chain index from current blk000??.dat files + + + + + Select SOCKS version for -proxy (4 or 5, default: 5) + + + + + Send command to Bitcoin server + + + + + Set maximum block size in bytes (default: %d) + + + + + Set the number of threads to service RPC calls (default: 4) + + + + + Specify wallet file (within data directory) + + + + + Start Bitcoin server + + + + + This is intended for regression testing tools and app development. + + + + + Usage (deprecated, use bitcoin-cli): + + + + + Verifying blocks... + + + + + Verifying wallet... + + + + + Wait for RPC server to start + + + + + Wallet %s resides outside data directory %s + + + + + Wallet options: + + + + + Warning: Deprecated argument -debugnet ignored, use -debug=net + + + + + You need to rebuild the database using -reindex to change -txindex + + + + + Imports blocks from external blk000??.dat file + + + + + Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message) + + + + + Output debugging information (default: 0, supplying <category> is optional) + + + + + Set maximum size of high-priority/low-fee transactions in bytes (default: %d) + + + + + Set the number of script verification threads (up to 16, 0 = auto, <0 = leave that many cores free, default: 0) + + + + + Information + + + + + Invalid amount for -minrelaytxfee=<amount>: '%s' + + + + + Invalid amount for -mintxfee=<amount>: '%s' + + + + + Maintain a full transaction index (default: 0) + + + + + Maximum per-connection receive buffer, <n>*1000 bytes (default: 5000) + + + + + Maximum per-connection send buffer, <n>*1000 bytes (default: 1000) + + + + + Only accept block chain matching built-in checkpoints (default: 1) + + + + + Only connect to nodes in network <net> (IPv4, IPv6 or Tor) + + + + + SSL options: (see the Bitcoin Wiki for SSL setup instructions) + + + + + Send trace/debug info to console instead of debug.log file + + + + + Set minimum block size in bytes (default: 0) + + + + + Shrink debug.log file on client startup (default: 1 when no -debug) + + + + + Signing transaction failed + + + + + Specify connection timeout in milliseconds (default: 5000) + + + + + System error: + + + + + Transaction amount too small + + + + + Transaction amounts must be positive + + + + + Transaction too large + + + + + Use UPnP to map the listening port (default: 0) + + + + + Use UPnP to map the listening port (default: 1 when listening) + + + + + Username for JSON-RPC connections + + + + + Warning + + + + + Warning: This version is obsolete, upgrade required! + + + + + version + + + + + wallet.dat corrupt, salvage failed + + + + + Password for JSON-RPC connections + + + + + Allow JSON-RPC connections from specified IP address + + + + + Send commands to node running on <ip> (default: 127.0.0.1) + + + + + Execute command when the best block changes (%s in cmd is replaced by block hash) + + + + + Upgrade wallet to latest format + + + + + Set key pool size to <n> (default: 100) + + + + + Rescan the block chain for missing wallet transactions + + + + + Use OpenSSL (https) for JSON-RPC connections + + + + + Server certificate file (default: server.cert) + + + + + Server private key (default: server.pem) + + + + + This help message + یہ مدد کا پیغام + + + + Unable to bind to %s on this computer (bind returned error %d, %s) + + + + + Allow DNS lookups for -addnode, -seednode and -connect + + + + + Loading addresses... + + + + + Error loading wallet.dat: Wallet corrupted + + + + + Error loading wallet.dat: Wallet requires newer version of Bitcoin + + + + + Wallet needed to be rewritten: restart Bitcoin to complete + + + + + Error loading wallet.dat + + + + + Invalid -proxy address: '%s' + + + + + Unknown network specified in -onlynet: '%s' + + + + + Unknown -socks proxy version requested: %i + + + + + Cannot resolve -bind address: '%s' + + + + + Cannot resolve -externalip address: '%s' + + + + + Invalid amount for -paytxfee=<amount>: '%s' + + + + + Invalid amount + غلط رقم + + + + Insufficient funds + ناکافی فنڈز + + + + Loading block index... + + + + + Add a node to connect to and attempt to keep the connection open + + + + + Unable to bind to %s on this computer. Bitcoin is probably already running. + + + + + Loading wallet... + + + + + Cannot downgrade wallet + + + + + Cannot write default address + + + + + Rescanning... + + + + + Done loading + + + + + To use the %s option + + + + + Error + نقص + + + + You must set rpcpassword=<password> in the configuration file: +%s +If the file does not exist, create it with owner-readable-only file permissions. + + + + \ No newline at end of file diff --git a/src/qt/locale/bitcoin_uz@Cyrl.ts b/src/qt/locale/bitcoin_uz@Cyrl.ts new file mode 100644 index 0000000000..5afa9d1f54 --- /dev/null +++ b/src/qt/locale/bitcoin_uz@Cyrl.ts @@ -0,0 +1,4032 @@ + + + AboutDialog + + + About Bitcoin Core + + + + + <b>Bitcoin Core</b> version + + + + + +This is experimental software. + +Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php. + +This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. + + + + + Copyright + + + + + The Bitcoin Core developers + + + + + AddressBookPage + + + Double-click to edit address or label + + + + + Create a new address + + + + + &New + + + + + 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 + + + + + &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) + + + + + Exporting Failed + + + + + There was an error trying to save the address list to %1. + + + + + AddressTableModel + + + Label + + + + + Address + + + + + (no label) + + + + + AskPassphraseDialog + + + Passphrase Dialog + + + + + Enter passphrase + + + + + New passphrase + + + + + Repeat new passphrase + + + + + Enter the new passphrase to the wallet.<br/>Please use a passphrase of <b>10 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 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? + + + + + 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 + + + + + Bitcoin 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. + + + + + + + + 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. + + + + + BitcoinGUI + + + Sign &message... + + + + + Synchronizing with network... + + + + + &Overview + + + + + Node + + + + + Show general overview of wallet + + + + + &Transactions + + + + + Browse transaction history + + + + + E&xit + + + + + Quit application + + + + + Show information about Bitcoin + + + + + + About &Qt + + + + + Show information about Qt + + + + + &Options... + + + + + &Encrypt Wallet... + + + + + &Backup Wallet... + + + + + &Change Passphrase... + + + + + &Sending addresses... + + + + + &Receiving addresses... + + + + + Open &URI... + + + + + Importing blocks from disk... + + + + + Reindexing blocks on disk... + + + + + Send coins to a Bitcoin address + + + + + Modify configuration options for Bitcoin + + + + + Backup wallet to another location + + + + + Change the passphrase used for wallet encryption + + + + + &Debug window + + + + + Open debugging and diagnostic console + + + + + &Verify message... + + + + + Bitcoin + + + + + Wallet + + + + + &Send + + + + + &Receive + + + + + + &Show / Hide + + + + + Show or hide the main Window + + + + + Encrypt the private keys that belong to your wallet + + + + + Sign messages with your Bitcoin addresses to prove you own them + + + + + Verify messages to ensure they were signed with specified Bitcoin addresses + + + + + &File + + + + + &Settings + + + + + &Help + + + + + Tabs toolbar + + + + + + [testnet] + + + + + Bitcoin Core + + + + + Request payments (generates QR codes and bitcoin: URIs) + + + + + + &About Bitcoin Core + + + + + Show the list of used sending addresses and labels + + + + + Show the list of used receiving addresses and labels + + + + + Open a bitcoin: URI or payment request + + + + + &Command-line options + + + + + Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options + + + + + + Bitcoin client + + + + + %n active connection(s) to Bitcoin network + + + + + No block source available... + + + + + Processed %1 of %2 (estimated) blocks of transaction history. + + + + + Processed %1 blocks of transaction history. + + + + + %n hour(s) + + + + + %n day(s) + + + + + %n week(s) + + + + + %1 behind + + + + + Last received block was generated %1 ago. + + + + + Transactions after this will not yet be visible. + + + + + Error + + + + + Warning + + + + + Information + + + + + Up to date + + + + + Catching up... + + + + + Sent transaction + + + + + Incoming transaction + + + + + Date: %1 +Amount: %2 +Type: %3 +Address: %4 + + + + + + Wallet is <b>encrypted</b> and currently <b>unlocked</b> + + + + + Wallet is <b>encrypted</b> and currently <b>locked</b> + + + + + A fatal error occurred. Bitcoin can no longer continue safely and will quit. + + + + + ClientModel + + + Network Alert + + + + + CoinControlDialog + + + Coin Control Address Selection + + + + + Quantity: + + + + + Bytes: + + + + + Amount: + + + + + Priority: + + + + + Fee: + + + + + Low Output: + + + + + After Fee: + + + + + Change: + + + + + (un)select all + + + + + Tree mode + + + + + List mode + + + + + Amount + + + + + Address + + + + + Date + + + + + Confirmations + + + + + 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 low output + + + + + Copy change + + + + + highest + + + + + higher + + + + + high + + + + + medium-high + + + + + medium + + + + + low-medium + + + + + low + + + + + lower + + + + + lowest + + + + + (%1 locked) + + + + + none + + + + + Dust + + + + + yes + + + + + no + + + + + This label turns red, if the transaction size is greater than 1000 bytes. + + + + + + This means a fee of at least %1 per kB is required. + + + + + Can vary +/- 1 byte per input. + + + + + Transactions with higher priority are more likely to get included into a block. + + + + + 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 means a fee of at least %1 is required. + + + + + Amounts below 0.546 times the minimum relay fee are shown as dust. + + + + + This label turns red, if the change is smaller than %1. + + + + + + (no label) + + + + + change from %1 (%2) + + + + + (change) + + + + + EditAddressDialog + + + Edit Address + + + + + &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 + + + + + New receiving address + + + + + New sending address + + + + + Edit receiving address + + + + + Edit sending address + + + + + The entered address "%1" is already in the address book. + + + + + The entered address "%1" is not a valid Bitcoin address. + + + + + Could not unlock wallet. + + + + + New key generation failed. + + + + + FreespaceChecker + + + A new data directory will be created. + + + + + name + + + + + Directory already exists. Add %1 if you intend to create a new directory here. + + + + + Path already exists, and is not a directory. + + + + + Cannot create data directory here. + + + + + HelpMessageDialog + + + Bitcoin Core - Command-line options + + + + + Bitcoin Core + + + + + version + + + + + Usage: + + + + + command-line options + + + + + UI options + + + + + Set language, for example "de_DE" (default: system locale) + + + + + Start minimized + + + + + Show splash screen on startup (default: 1) + + + + + Choose data directory on startup (default: 0) + + + + + Intro + + + Welcome + + + + + 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. + + + + + Use the default data directory + + + + + Use a custom data directory: + + + + + Bitcoin + + + + + Error: Specified data directory "%1" can not be created. + + + + + Error + + + + + GB of free space available + + + + + (of %1GB needed) + + + + + OpenURIDialog + + + Open URI + + + + + Open payment request from URI or file + + + + + URI: + + + + + Select payment request file + + + + + Select payment request file to open + + + + + OptionsDialog + + + Options + + + + + &Main + + + + + Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. + + + + + Pay transaction &fee + + + + + Automatically start Bitcoin after logging in to the system. + + + + + &Start Bitcoin on system login + + + + + Size of &database cache + + + + + Set database cache size in megabytes (default: 25) + + + + + MB + + + + + Number of script &verification threads + + + + + Set the number of script verification threads (up to 16, 0 = auto, <0 = leave that many cores free, default: 0) + + + + + Connect to the Bitcoin network through a SOCKS proxy. + + + + + &Connect through SOCKS proxy (default proxy): + + + + + IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1) + + + + + Active command-line options that override above options: + + + + + Reset all client options to default. + + + + + &Reset Options + + + + + &Network + + + + + Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. + + + + + Map port using &UPnP + + + + + Proxy &IP: + + + + + &Port: + + + + + Port of the proxy (e.g. 9050) + + + + + SOCKS &Version: + + + + + SOCKS version of the proxy (e.g. 5) + + + + + &Window + + + + + Show only a tray icon after minimizing the window. + + + + + &Minimize to the tray instead of the taskbar + + + + + Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Quit in the menu. + + + + + M&inimize on close + + + + + &Display + + + + + User Interface &language: + + + + + The user interface language can be set here. This setting will take effect after restarting Bitcoin. + + + + + &Unit to show amounts in: + + + + + Choose the default subdivision unit to show in the interface and when sending coins. + + + + + Whether to show Bitcoin addresses in the transaction list or not. + + + + + &Display addresses in transaction list + + + + + Whether to show coin control features or not. + + + + + Display coin &control features (experts only) + + + + + &OK + + + + + &Cancel + + + + + default + + + + + none + + + + + Confirm options reset + + + + + + Client restart required to activate changes. + + + + + Client will be shutdown, do you want to proceed? + + + + + This change would require a client restart. + + + + + The supplied proxy address is invalid. + + + + + OverviewPage + + + 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. + + + + + Unconfirmed: + + + + + Wallet + + + + + Confirmed: + + + + + Your current spendable balance + + + + + 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 + + + + + Total: + + + + + Your current total balance + + + + + <b>Recent transactions</b> + + + + + + out of sync + + + + + PaymentServer + + + + URI handling + + + + + URI can not be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. + + + + + Requested payment amount of %1 is too small (considered dust). + + + + + + + + + + Payment request error + + + + + Cannot start bitcoin: click-to-pay handler + + + + + Net manager warning + + + + + Your active proxy doesn't support SOCKS5, which is required for payment requests via proxy. + + + + + Payment request fetch URL is invalid: %1 + + + + + Payment request file handling + + + + + Payment request file can not be read or processed! This can be caused by an invalid payment request file. + + + + + Unverified payment requests to custom payment scripts are unsupported. + + + + + Refund from %1 + + + + + Error communicating with %1: %2 + + + + + Payment request can not be parsed or processed! + + + + + Bad response from server %1 + + + + + Payment acknowledged + + + + + Network request error + + + + + QObject + + + + Bitcoin + + + + + Error: Specified data directory "%1" does not exist. + + + + + Error: Invalid combination of -regtest and -testnet. + + + + + Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + + QRImageWidget + + + &Save Image... + + + + + &Copy Image + + + + + Save QR Code + + + + + PNG Image (*.png) + + + + + RPCConsole + + + Client name + + + + + + + + + + + + + + + N/A + + + + + Client version + + + + + &Information + + + + + Debug window + + + + + General + + + + + Using OpenSSL version + + + + + Startup time + + + + + Network + + + + + Name + + + + + Number of connections + + + + + Block chain + + + + + Current number of blocks + + + + + Estimated total blocks + + + + + Last block time + + + + + &Open + + + + + &Console + + + + + &Network Traffic + + + + + &Clear + + + + + Totals + + + + + In: + + + + + Out: + + + + + Build date + + + + + Debug log file + + + + + Open the Bitcoin debug log file from the current data directory. This can take a few seconds for large log files. + + + + + Clear console + + + + + Welcome to the Bitcoin RPC console. + + + + + Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. + + + + + Type <b>help</b> for an overview of available commands. + + + + + %1 B + + + + + %1 KB + + + + + %1 MB + + + + + %1 GB + + + + + %1 m + + + + + %1 h + + + + + %1 h %2 m + + + + + ReceiveCoinsDialog + + + &Amount: + + + + + &Label: + + + + + &Message: + + + + + 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. + + + + + Use this form to request payments. All fields are <b>optional</b>. + + + + + + An optional amount to request. Leave this empty or zero to not request a specific amount. + + + + + Clear all fields of the form. + + + + + Clear + + + + + Requested payments history + + + + + &Request payment + + + + + Show the selected request (does the same as double clicking an entry) + + + + + Show + + + + + Remove the selected entries from the list + + + + + Remove + + + + + Copy label + + + + + Copy message + + + + + Copy amount + + + + + ReceiveRequestDialog + + + QR Code + + + + + Copy &URI + + + + + Copy &Address + + + + + &Save Image... + + + + + Request payment to %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. + + + + + RecentRequestsTableModel + + + Date + + + + + Label + + + + + Message + + + + + Amount + + + + + (no label) + + + + + (no message) + + + + + (no amount) + + + + + SendCoinsDialog + + + + + Send Coins + + + + + Coin Control Features + + + + + Inputs... + + + + + automatically selected + + + + + Insufficient funds! + + + + + Quantity: + + + + + Bytes: + + + + + Amount: + + + + + Priority: + + + + + Fee: + + + + + Low Output: + + + + + After Fee: + + + + + Change: + + + + + If this is activated, but the change address is empty or invalid, change will be sent to a newly generated address. + + + + + Custom change address + + + + + Send to multiple recipients at once + + + + + Add &Recipient + + + + + Clear all fields of the form. + + + + + Clear &All + + + + + Balance: + + + + + Confirm the send action + + + + + S&end + + + + + Confirm send coins + + + + + + + + %1 to %2 + + + + + Copy quantity + + + + + Copy amount + + + + + Copy fee + + + + + Copy after fee + + + + + Copy bytes + + + + + Copy priority + + + + + Copy low output + + + + + Copy change + + + + + Total Amount %1 (= %2) + + + + + or + + + + + The recipient address is not valid, please recheck. + + + + + The amount to pay must be larger than 0. + + + + + The amount exceeds your balance. + + + + + The total exceeds your balance when the %1 transaction fee is included. + + + + + Duplicate address found, can only send to each address once per send operation. + + + + + 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. + + + + + Warning: Invalid Bitcoin address + + + + + (no label) + + + + + Warning: Unknown change address + + + + + Are you sure you want to send? + + + + + added as transaction fee + + + + + Payment request expired + + + + + Invalid payment address %1 + + + + + SendCoinsEntry + + + + + A&mount: + + + + + Pay &To: + + + + + The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + + Enter a label for this address to add it to your address book + + + + + &Label: + + + + + Choose previously used address + + + + + This is a normal payment. + + + + + Alt+A + + + + + Paste address from clipboard + + + + + Alt+P + + + + + + + Remove this entry + + + + + Message: + + + + + This is a verified 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. + + + + + This is an unverified payment request. + + + + + + Pay To: + + + + + + Memo: + + + + + ShutdownWindow + + + Bitcoin Core is shutting down... + + + + + Do not shut down the computer until this window disappears. + + + + + SignVerifyMessageDialog + + + Signatures - Sign / Verify a Message + + + + + &Sign Message + + + + + You can sign messages with your addresses to prove you own them. Be careful not to sign anything vague, as phishing attacks may try to trick you into signing your identity over to them. Only sign fully-detailed statements you agree to. + + + + + The address to sign the message with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + + + Choose previously used address + + + + + + Alt+A + + + + + Paste address from clipboard + + + + + Alt+P + + + + + Enter the message you want to sign here + + + + + Signature + + + + + Copy the current signature to the system clipboard + + + + + Sign the message to prove you own this Bitcoin address + + + + + Sign &Message + + + + + Reset all sign message fields + + + + + + Clear &All + + + + + &Verify Message + + + + + Enter the signing address, message (ensure you copy line breaks, spaces, tabs, etc. exactly) and signature below to verify the message. Be careful not to read more into the signature than what is in the signed message itself, to avoid being tricked by a man-in-the-middle attack. + + + + + The address the message was signed with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + + Verify the message to ensure it was signed with the specified Bitcoin address + + + + + Verify &Message + + + + + Reset all verify message fields + + + + + Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + + 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] + + + + + TrafficGraphWidget + + + KB/s + + + + + TransactionDesc + + + Open until %1 + + + + + %1/offline + + + + + %1/unconfirmed + + + + + %1 confirmations + + + + + Status + + + + + , broadcast through %n node(s) + + + + + Date + + + + + Source + + + + + Generated + + + + + + From + + + + + + + To + + + + + + own address + + + + + label + + + + + + + + + Credit + + + + + matures in %n more block(s) + + + + + not accepted + + + + + + + + Debit + + + + + 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. + + + + + Debug information + + + + + Transaction + + + + + Inputs + + + + + Amount + + + + + true + + + + + false + + + + + , has not been successfully broadcast yet + + + + + Open for %n more block(s) + + + + + unknown + + + + + TransactionDescDialog + + + Transaction details + + + + + This pane shows a detailed description of the transaction + + + + + TransactionTableModel + + + Date + + + + + Type + + + + + Address + + + + + Amount + + + + + Immature (%1 confirmations, will be available after %2) + + + + + Open for %n more block(s) + + + + + Open until %1 + + + + + Offline (%1 confirmations) + + + + + Unconfirmed (%1 of %2 confirmations) + + + + + + Confirmed (%1 confirmations) + + + + + This block was not received by any other nodes and will probably not be accepted! + + + + + Generated but not accepted + + + + + Received with + + + + + Received from + + + + + Sent to + + + + + Payment to yourself + + + + + Mined + + + + + (n/a) + + + + + Transaction status. Hover over this field to show number of confirmations. + + + + + Date and time that the transaction was received. + + + + + Type of transaction. + + + + + Destination address 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 + + + + + Exporting Failed + + + + + There was an error trying to save the transaction history to %1. + + + + + Exporting Successful + + + + + The transaction history was successfully saved to %1. + + + + + Comma separated file (*.csv) + + + + + Confirmed + + + + + Date + + + + + Type + + + + + Label + + + + + Address + + + + + Amount + + + + + ID + + + + + Range: + + + + + to + + + + + 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) + + + + + Backup Failed + + + + + There was an error trying to save the wallet data to %1. + + + + + The wallet data was successfully saved to %1. + + + + + Backup Successful + + + + + bitcoin-core + + + Usage: + + + + + List commands + + + + + Get help for a command + + + + + Options: + + + + + Specify configuration file (default: bitcoin.conf) + + + + + Specify pid file (default: bitcoind.pid) + + + + + Specify data directory + + + + + Set database cache size in megabytes (default: 25) + + + + + Listen for connections on <port> (default: 8333 or testnet: 18333) + + + + + Maintain at most <n> connections to peers (default: 125) + + + + + Connect to a node to retrieve peer addresses, and disconnect + + + + + Specify your own public address + + + + + Threshold for disconnecting misbehaving peers (default: 100) + + + + + Number of seconds to keep misbehaving peers from reconnecting (default: 86400) + + + + + An error occurred while setting up the RPC port %u for listening on IPv4: %s + + + + + Listen for JSON-RPC connections on <port> (default: 8332 or testnet: 18332) + + + + + Accept command line and JSON-RPC commands + + + + + Run in the background as a daemon and accept commands + + + + + Use the test network + + + + + Accept connections from outside (default: 1 if no -proxy or -connect) + + + + + %s, you must set a rpcpassword in the configuration file: +%s +It is recommended you use the following random password: +rpcuser=bitcoinrpc +rpcpassword=%s +(you do not need to remember this password) +The username and password MUST NOT be the same. +If the file does not exist, create it with owner-readable-only file permissions. +It is also recommended to set alertnotify so you are notified of problems; +for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com + + + + + + Acceptable ciphers (default: TLSv1.2+HIGH:TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!3DES:@STRENGTH) + + + + + An error occurred while setting up the RPC port %u for listening on IPv6, falling back to IPv4: %s + + + + + Bind to given address and always listen on it. Use [host]:port notation for IPv6 + + + + + Cannot obtain a lock on data directory %s. Bitcoin is probably already running. + + + + + Enter regression test mode, which uses a special chain in which blocks can be solved instantly. This is intended for regression testing tools and app development. + + + + + Enter regression test mode, which uses a special chain in which blocks can be solved instantly. + + + + + Error: 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. + + + + + Error: This transaction requires a transaction fee of at least %s because of its amount, complexity, or use of recently received funds! + + + + + Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) + + + + + This is a pre-release test build - use at your own risk - do not use for mining or merchant applications + + + + + Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: -proxy) + + + + + Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. + + + + + Warning: Please check that your computer's date and time are correct! If your clock is wrong Bitcoin will not work properly. + + + + + Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. + + + + + Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. + + + + + Warning: error reading wallet.dat! All keys read correctly, but transaction data or address book entries might be missing or incorrect. + + + + + 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. + + + + + <category> can be: + + + + + Attempt to recover private keys from a corrupt wallet.dat + + + + + Bitcoin Core Daemon + + + + + Bitcoin RPC client version + + + + + Block creation options: + + + + + Connect only to the specified node(s) + + + + + Connect through SOCKS proxy + + + + + Connect to JSON-RPC on <port> (default: 8332 or testnet: 18332) + + + + + Corrupted block database detected + + + + + Discover own IP address (default: 1 when listening and no -externalip) + + + + + Do not load the wallet and disable wallet RPC calls + + + + + Do you want to rebuild the block database now? + + + + + Error initializing block database + + + + + Error initializing wallet database environment %s! + + + + + Error loading block database + + + + + Error opening block database + + + + + Error: Disk space is low! + + + + + Error: Wallet locked, unable to create transaction! + + + + + Error: system error: + + + + + Failed to listen on any port. Use -listen=0 if you want this. + + + + + Failed to read block info + + + + + Failed to read block + + + + + Failed to sync block index + + + + + Failed to write block index + + + + + Failed to write block info + + + + + Failed to write block + + + + + Failed to write file info + + + + + Failed to write to coin database + + + + + Failed to write transaction index + + + + + Failed to write undo data + + + + + Fee per kB to add to transactions you send + + + + + Find peers using DNS lookup (default: 1 unless -connect) + + + + + Generate coins (default: 0) + + + + + How many blocks to check at startup (default: 288, 0 = all) + + + + + How thorough the block verification is (0-4, default: 3) + + + + + If <category> is not supplied, output all debugging information. + + + + + Incorrect or no genesis block found. Wrong datadir for network? + + + + + Invalid -onion address: '%s' + + + + + Not enough file descriptors available. + + + + + Prepend debug output with timestamp (default: 1) + + + + + RPC client options: + + + + + Rebuild block chain index from current blk000??.dat files + + + + + Select SOCKS version for -proxy (4 or 5, default: 5) + + + + + Send command to Bitcoin server + + + + + Set maximum block size in bytes (default: %d) + + + + + Set the number of threads to service RPC calls (default: 4) + + + + + Specify wallet file (within data directory) + + + + + Start Bitcoin server + + + + + This is intended for regression testing tools and app development. + + + + + Usage (deprecated, use bitcoin-cli): + + + + + Verifying blocks... + + + + + Verifying wallet... + + + + + Wait for RPC server to start + + + + + Wallet %s resides outside data directory %s + + + + + Wallet options: + + + + + Warning: Deprecated argument -debugnet ignored, use -debug=net + + + + + You need to rebuild the database using -reindex to change -txindex + + + + + Imports blocks from external blk000??.dat file + + + + + Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message) + + + + + Output debugging information (default: 0, supplying <category> is optional) + + + + + Set maximum size of high-priority/low-fee transactions in bytes (default: %d) + + + + + Set the number of script verification threads (up to 16, 0 = auto, <0 = leave that many cores free, default: 0) + + + + + Information + + + + + Invalid amount for -minrelaytxfee=<amount>: '%s' + + + + + Invalid amount for -mintxfee=<amount>: '%s' + + + + + Maintain a full transaction index (default: 0) + + + + + Maximum per-connection receive buffer, <n>*1000 bytes (default: 5000) + + + + + Maximum per-connection send buffer, <n>*1000 bytes (default: 1000) + + + + + Only accept block chain matching built-in checkpoints (default: 1) + + + + + Only connect to nodes in network <net> (IPv4, IPv6 or Tor) + + + + + SSL options: (see the Bitcoin Wiki for SSL setup instructions) + + + + + Send trace/debug info to console instead of debug.log file + + + + + Set minimum block size in bytes (default: 0) + + + + + Shrink debug.log file on client startup (default: 1 when no -debug) + + + + + Signing transaction failed + + + + + Specify connection timeout in milliseconds (default: 5000) + + + + + System error: + + + + + Transaction amount too small + + + + + Transaction amounts must be positive + + + + + Transaction too large + + + + + Use UPnP to map the listening port (default: 0) + + + + + Use UPnP to map the listening port (default: 1 when listening) + + + + + Username for JSON-RPC connections + + + + + Warning + + + + + Warning: This version is obsolete, upgrade required! + + + + + version + + + + + wallet.dat corrupt, salvage failed + + + + + Password for JSON-RPC connections + + + + + Allow JSON-RPC connections from specified IP address + + + + + Send commands to node running on <ip> (default: 127.0.0.1) + + + + + Execute command when the best block changes (%s in cmd is replaced by block hash) + + + + + Upgrade wallet to latest format + + + + + Set key pool size to <n> (default: 100) + + + + + Rescan the block chain for missing wallet transactions + + + + + Use OpenSSL (https) for JSON-RPC connections + + + + + Server certificate file (default: server.cert) + + + + + Server private key (default: server.pem) + + + + + This help message + + + + + Unable to bind to %s on this computer (bind returned error %d, %s) + + + + + Allow DNS lookups for -addnode, -seednode and -connect + + + + + Loading addresses... + + + + + Error loading wallet.dat: Wallet corrupted + + + + + Error loading wallet.dat: Wallet requires newer version of Bitcoin + + + + + Wallet needed to be rewritten: restart Bitcoin to complete + + + + + Error loading wallet.dat + + + + + Invalid -proxy address: '%s' + + + + + Unknown network specified in -onlynet: '%s' + + + + + Unknown -socks proxy version requested: %i + + + + + Cannot resolve -bind address: '%s' + + + + + Cannot resolve -externalip address: '%s' + + + + + Invalid amount for -paytxfee=<amount>: '%s' + + + + + Invalid amount + + + + + Insufficient funds + + + + + Loading block index... + + + + + Add a node to connect to and attempt to keep the connection open + + + + + Unable to bind to %s on this computer. Bitcoin is probably already running. + + + + + Loading wallet... + + + + + Cannot downgrade wallet + + + + + Cannot write default address + + + + + Rescanning... + + + + + Done loading + + + + + To use the %s option + + + + + Error + + + + + You must set rpcpassword=<password> in the configuration file: +%s +If the file does not exist, create it with owner-readable-only file permissions. + + + + \ 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 0000000000..dc8b56c007 --- /dev/null +++ b/src/qt/locale/bitcoin_zh_HK.ts @@ -0,0 +1,4032 @@ + + + AboutDialog + + + About Bitcoin Core + + + + + <b>Bitcoin Core</b> version + + + + + +This is experimental software. + +Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php. + +This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard. + + + + + Copyright + + + + + The Bitcoin Core developers + + + + + AddressBookPage + + + Double-click to edit address or label + + + + + Create a new address + + + + + &New + + + + + 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 + + + + + &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) + + + + + Exporting Failed + + + + + There was an error trying to save the address list to %1. + + + + + AddressTableModel + + + Label + + + + + Address + + + + + (no label) + + + + + AskPassphraseDialog + + + Passphrase Dialog + + + + + Enter passphrase + + + + + New passphrase + + + + + Repeat new passphrase + + + + + Enter the new passphrase to the wallet.<br/>Please use a passphrase of <b>10 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 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? + + + + + 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 + + + + + Bitcoin 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. + + + + + + + + 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. + + + + + BitcoinGUI + + + Sign &message... + + + + + Synchronizing with network... + + + + + &Overview + + + + + Node + + + + + Show general overview of wallet + + + + + &Transactions + + + + + Browse transaction history + + + + + E&xit + + + + + Quit application + + + + + Show information about Bitcoin + + + + + + About &Qt + + + + + Show information about Qt + + + + + &Options... + + + + + &Encrypt Wallet... + + + + + &Backup Wallet... + + + + + &Change Passphrase... + + + + + &Sending addresses... + + + + + &Receiving addresses... + + + + + Open &URI... + + + + + Importing blocks from disk... + + + + + Reindexing blocks on disk... + + + + + Send coins to a Bitcoin address + + + + + Modify configuration options for Bitcoin + + + + + Backup wallet to another location + + + + + Change the passphrase used for wallet encryption + + + + + &Debug window + + + + + Open debugging and diagnostic console + + + + + &Verify message... + + + + + Bitcoin + + + + + Wallet + + + + + &Send + + + + + &Receive + + + + + + &Show / Hide + + + + + Show or hide the main Window + + + + + Encrypt the private keys that belong to your wallet + + + + + Sign messages with your Bitcoin addresses to prove you own them + + + + + Verify messages to ensure they were signed with specified Bitcoin addresses + + + + + &File + + + + + &Settings + + + + + &Help + + + + + Tabs toolbar + + + + + + [testnet] + + + + + Bitcoin Core + + + + + Request payments (generates QR codes and bitcoin: URIs) + + + + + + &About Bitcoin Core + + + + + Show the list of used sending addresses and labels + + + + + Show the list of used receiving addresses and labels + + + + + Open a bitcoin: URI or payment request + + + + + &Command-line options + + + + + Show the Bitcoin Core help message to get a list with possible Bitcoin command-line options + + + + + + Bitcoin client + + + + + %n active connection(s) to Bitcoin network + + + + + No block source available... + + + + + Processed %1 of %2 (estimated) blocks of transaction history. + + + + + Processed %1 blocks of transaction history. + + + + + %n hour(s) + + + + + %n day(s) + + + + + %n week(s) + + + + + %1 behind + + + + + Last received block was generated %1 ago. + + + + + Transactions after this will not yet be visible. + + + + + Error + + + + + Warning + + + + + Information + + + + + Up to date + + + + + Catching up... + + + + + Sent transaction + + + + + Incoming transaction + + + + + Date: %1 +Amount: %2 +Type: %3 +Address: %4 + + + + + + Wallet is <b>encrypted</b> and currently <b>unlocked</b> + + + + + Wallet is <b>encrypted</b> and currently <b>locked</b> + + + + + A fatal error occurred. Bitcoin can no longer continue safely and will quit. + + + + + ClientModel + + + Network Alert + + + + + CoinControlDialog + + + Coin Control Address Selection + + + + + Quantity: + + + + + Bytes: + + + + + Amount: + + + + + Priority: + + + + + Fee: + + + + + Low Output: + + + + + After Fee: + + + + + Change: + + + + + (un)select all + + + + + Tree mode + + + + + List mode + + + + + Amount + + + + + Address + + + + + Date + + + + + Confirmations + + + + + 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 low output + + + + + Copy change + + + + + highest + + + + + higher + + + + + high + + + + + medium-high + + + + + medium + + + + + low-medium + + + + + low + + + + + lower + + + + + lowest + + + + + (%1 locked) + + + + + none + + + + + Dust + + + + + yes + + + + + no + + + + + This label turns red, if the transaction size is greater than 1000 bytes. + + + + + + This means a fee of at least %1 per kB is required. + + + + + Can vary +/- 1 byte per input. + + + + + Transactions with higher priority are more likely to get included into a block. + + + + + 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 means a fee of at least %1 is required. + + + + + Amounts below 0.546 times the minimum relay fee are shown as dust. + + + + + This label turns red, if the change is smaller than %1. + + + + + + (no label) + + + + + change from %1 (%2) + + + + + (change) + + + + + EditAddressDialog + + + Edit Address + + + + + &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 + + + + + New receiving address + + + + + New sending address + + + + + Edit receiving address + + + + + Edit sending address + + + + + The entered address "%1" is already in the address book. + + + + + The entered address "%1" is not a valid Bitcoin address. + + + + + Could not unlock wallet. + + + + + New key generation failed. + + + + + FreespaceChecker + + + A new data directory will be created. + + + + + name + + + + + Directory already exists. Add %1 if you intend to create a new directory here. + + + + + Path already exists, and is not a directory. + + + + + Cannot create data directory here. + + + + + HelpMessageDialog + + + Bitcoin Core - Command-line options + + + + + Bitcoin Core + + + + + version + + + + + Usage: + + + + + command-line options + + + + + UI options + + + + + Set language, for example "de_DE" (default: system locale) + + + + + Start minimized + + + + + Show splash screen on startup (default: 1) + + + + + Choose data directory on startup (default: 0) + + + + + Intro + + + Welcome + + + + + 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. + + + + + Use the default data directory + + + + + Use a custom data directory: + + + + + Bitcoin + + + + + Error: Specified data directory "%1" can not be created. + + + + + Error + + + + + GB of free space available + + + + + (of %1GB needed) + + + + + OpenURIDialog + + + Open URI + + + + + Open payment request from URI or file + + + + + URI: + + + + + Select payment request file + + + + + Select payment request file to open + + + + + OptionsDialog + + + Options + + + + + &Main + + + + + Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. + + + + + Pay transaction &fee + + + + + Automatically start Bitcoin after logging in to the system. + + + + + &Start Bitcoin on system login + + + + + Size of &database cache + + + + + Set database cache size in megabytes (default: 25) + + + + + MB + + + + + Number of script &verification threads + + + + + Set the number of script verification threads (up to 16, 0 = auto, <0 = leave that many cores free, default: 0) + + + + + Connect to the Bitcoin network through a SOCKS proxy. + + + + + &Connect through SOCKS proxy (default proxy): + + + + + IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1) + + + + + Active command-line options that override above options: + + + + + Reset all client options to default. + + + + + &Reset Options + + + + + &Network + + + + + Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled. + + + + + Map port using &UPnP + + + + + Proxy &IP: + + + + + &Port: + + + + + Port of the proxy (e.g. 9050) + + + + + SOCKS &Version: + + + + + SOCKS version of the proxy (e.g. 5) + + + + + &Window + + + + + Show only a tray icon after minimizing the window. + + + + + &Minimize to the tray instead of the taskbar + + + + + Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Quit in the menu. + + + + + M&inimize on close + + + + + &Display + + + + + User Interface &language: + + + + + The user interface language can be set here. This setting will take effect after restarting Bitcoin. + + + + + &Unit to show amounts in: + + + + + Choose the default subdivision unit to show in the interface and when sending coins. + + + + + Whether to show Bitcoin addresses in the transaction list or not. + + + + + &Display addresses in transaction list + + + + + Whether to show coin control features or not. + + + + + Display coin &control features (experts only) + + + + + &OK + + + + + &Cancel + + + + + default + + + + + none + + + + + Confirm options reset + + + + + + Client restart required to activate changes. + + + + + Client will be shutdown, do you want to proceed? + + + + + This change would require a client restart. + + + + + The supplied proxy address is invalid. + + + + + OverviewPage + + + 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. + + + + + Unconfirmed: + + + + + Wallet + + + + + Confirmed: + + + + + Your current spendable balance + + + + + 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 + + + + + Total: + + + + + Your current total balance + + + + + <b>Recent transactions</b> + + + + + + out of sync + + + + + PaymentServer + + + + URI handling + + + + + URI can not be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters. + + + + + Requested payment amount of %1 is too small (considered dust). + + + + + + + + + + Payment request error + + + + + Cannot start bitcoin: click-to-pay handler + + + + + Net manager warning + + + + + Your active proxy doesn't support SOCKS5, which is required for payment requests via proxy. + + + + + Payment request fetch URL is invalid: %1 + + + + + Payment request file handling + + + + + Payment request file can not be read or processed! This can be caused by an invalid payment request file. + + + + + Unverified payment requests to custom payment scripts are unsupported. + + + + + Refund from %1 + + + + + Error communicating with %1: %2 + + + + + Payment request can not be parsed or processed! + + + + + Bad response from server %1 + + + + + Payment acknowledged + + + + + Network request error + + + + + QObject + + + + Bitcoin + + + + + Error: Specified data directory "%1" does not exist. + + + + + Error: Invalid combination of -regtest and -testnet. + + + + + Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + + QRImageWidget + + + &Save Image... + + + + + &Copy Image + + + + + Save QR Code + + + + + PNG Image (*.png) + + + + + RPCConsole + + + Client name + + + + + + + + + + + + + + + N/A + + + + + Client version + + + + + &Information + + + + + Debug window + + + + + General + + + + + Using OpenSSL version + + + + + Startup time + + + + + Network + + + + + Name + + + + + Number of connections + + + + + Block chain + + + + + Current number of blocks + + + + + Estimated total blocks + + + + + Last block time + + + + + &Open + + + + + &Console + + + + + &Network Traffic + + + + + &Clear + + + + + Totals + + + + + In: + + + + + Out: + + + + + Build date + + + + + Debug log file + + + + + Open the Bitcoin debug log file from the current data directory. This can take a few seconds for large log files. + + + + + Clear console + + + + + Welcome to the Bitcoin RPC console. + + + + + Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. + + + + + Type <b>help</b> for an overview of available commands. + + + + + %1 B + + + + + %1 KB + + + + + %1 MB + + + + + %1 GB + + + + + %1 m + + + + + %1 h + + + + + %1 h %2 m + + + + + ReceiveCoinsDialog + + + &Amount: + + + + + &Label: + + + + + &Message: + + + + + 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. + + + + + Use this form to request payments. All fields are <b>optional</b>. + + + + + + An optional amount to request. Leave this empty or zero to not request a specific amount. + + + + + Clear all fields of the form. + + + + + Clear + + + + + Requested payments history + + + + + &Request payment + + + + + Show the selected request (does the same as double clicking an entry) + + + + + Show + + + + + Remove the selected entries from the list + + + + + Remove + + + + + Copy label + + + + + Copy message + + + + + Copy amount + + + + + ReceiveRequestDialog + + + QR Code + + + + + Copy &URI + + + + + Copy &Address + + + + + &Save Image... + + + + + Request payment to %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. + + + + + RecentRequestsTableModel + + + Date + + + + + Label + + + + + Message + + + + + Amount + + + + + (no label) + + + + + (no message) + + + + + (no amount) + + + + + SendCoinsDialog + + + + + Send Coins + + + + + Coin Control Features + + + + + Inputs... + + + + + automatically selected + + + + + Insufficient funds! + + + + + Quantity: + + + + + Bytes: + + + + + Amount: + + + + + Priority: + + + + + Fee: + + + + + Low Output: + + + + + After Fee: + + + + + Change: + + + + + If this is activated, but the change address is empty or invalid, change will be sent to a newly generated address. + + + + + Custom change address + + + + + Send to multiple recipients at once + + + + + Add &Recipient + + + + + Clear all fields of the form. + + + + + Clear &All + + + + + Balance: + + + + + Confirm the send action + + + + + S&end + + + + + Confirm send coins + + + + + + + + %1 to %2 + + + + + Copy quantity + + + + + Copy amount + + + + + Copy fee + + + + + Copy after fee + + + + + Copy bytes + + + + + Copy priority + + + + + Copy low output + + + + + Copy change + + + + + Total Amount %1 (= %2) + + + + + or + + + + + The recipient address is not valid, please recheck. + + + + + The amount to pay must be larger than 0. + + + + + The amount exceeds your balance. + + + + + The total exceeds your balance when the %1 transaction fee is included. + + + + + Duplicate address found, can only send to each address once per send operation. + + + + + 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. + + + + + Warning: Invalid Bitcoin address + + + + + (no label) + + + + + Warning: Unknown change address + + + + + Are you sure you want to send? + + + + + added as transaction fee + + + + + Payment request expired + + + + + Invalid payment address %1 + + + + + SendCoinsEntry + + + + + A&mount: + + + + + Pay &To: + + + + + The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + + Enter a label for this address to add it to your address book + + + + + &Label: + + + + + Choose previously used address + + + + + This is a normal payment. + + + + + Alt+A + + + + + Paste address from clipboard + + + + + Alt+P + + + + + + + Remove this entry + + + + + Message: + + + + + This is a verified 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. + + + + + This is an unverified payment request. + + + + + + Pay To: + + + + + + Memo: + + + + + ShutdownWindow + + + Bitcoin Core is shutting down... + + + + + Do not shut down the computer until this window disappears. + + + + + SignVerifyMessageDialog + + + Signatures - Sign / Verify a Message + + + + + &Sign Message + + + + + You can sign messages with your addresses to prove you own them. Be careful not to sign anything vague, as phishing attacks may try to trick you into signing your identity over to them. Only sign fully-detailed statements you agree to. + + + + + The address to sign the message with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + + + Choose previously used address + + + + + + Alt+A + + + + + Paste address from clipboard + + + + + Alt+P + + + + + Enter the message you want to sign here + + + + + Signature + + + + + Copy the current signature to the system clipboard + + + + + Sign the message to prove you own this Bitcoin address + + + + + Sign &Message + + + + + Reset all sign message fields + + + + + + Clear &All + + + + + &Verify Message + + + + + Enter the signing address, message (ensure you copy line breaks, spaces, tabs, etc. exactly) and signature below to verify the message. Be careful not to read more into the signature than what is in the signed message itself, to avoid being tricked by a man-in-the-middle attack. + + + + + The address the message was signed with (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + + Verify the message to ensure it was signed with the specified Bitcoin address + + + + + Verify &Message + + + + + Reset all verify message fields + + + + + Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + + + + + 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] + + + + + TrafficGraphWidget + + + KB/s + + + + + TransactionDesc + + + Open until %1 + + + + + %1/offline + + + + + %1/unconfirmed + + + + + %1 confirmations + + + + + Status + + + + + , broadcast through %n node(s) + + + + + Date + + + + + Source + + + + + Generated + + + + + + From + + + + + + + To + + + + + + own address + + + + + label + + + + + + + + + Credit + + + + + matures in %n more block(s) + + + + + not accepted + + + + + + + + Debit + + + + + 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. + + + + + Debug information + + + + + Transaction + + + + + Inputs + + + + + Amount + + + + + true + + + + + false + + + + + , has not been successfully broadcast yet + + + + + Open for %n more block(s) + + + + + unknown + + + + + TransactionDescDialog + + + Transaction details + + + + + This pane shows a detailed description of the transaction + + + + + TransactionTableModel + + + Date + + + + + Type + + + + + Address + + + + + Amount + + + + + Immature (%1 confirmations, will be available after %2) + + + + + Open for %n more block(s) + + + + + Open until %1 + + + + + Offline (%1 confirmations) + + + + + Unconfirmed (%1 of %2 confirmations) + + + + + + Confirmed (%1 confirmations) + + + + + This block was not received by any other nodes and will probably not be accepted! + + + + + Generated but not accepted + + + + + Received with + + + + + Received from + + + + + Sent to + + + + + Payment to yourself + + + + + Mined + + + + + (n/a) + + + + + Transaction status. Hover over this field to show number of confirmations. + + + + + Date and time that the transaction was received. + + + + + Type of transaction. + + + + + Destination address 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 + + + + + Exporting Failed + + + + + There was an error trying to save the transaction history to %1. + + + + + Exporting Successful + + + + + The transaction history was successfully saved to %1. + + + + + Comma separated file (*.csv) + + + + + Confirmed + + + + + Date + + + + + Type + + + + + Label + + + + + Address + + + + + Amount + + + + + ID + + + + + Range: + + + + + to + + + + + 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) + + + + + Backup Failed + + + + + There was an error trying to save the wallet data to %1. + + + + + The wallet data was successfully saved to %1. + + + + + Backup Successful + + + + + bitcoin-core + + + Usage: + + + + + List commands + + + + + Get help for a command + + + + + Options: + + + + + Specify configuration file (default: bitcoin.conf) + + + + + Specify pid file (default: bitcoind.pid) + + + + + Specify data directory + + + + + Set database cache size in megabytes (default: 25) + + + + + Listen for connections on <port> (default: 8333 or testnet: 18333) + + + + + Maintain at most <n> connections to peers (default: 125) + + + + + Connect to a node to retrieve peer addresses, and disconnect + + + + + Specify your own public address + + + + + Threshold for disconnecting misbehaving peers (default: 100) + + + + + Number of seconds to keep misbehaving peers from reconnecting (default: 86400) + + + + + An error occurred while setting up the RPC port %u for listening on IPv4: %s + + + + + Listen for JSON-RPC connections on <port> (default: 8332 or testnet: 18332) + + + + + Accept command line and JSON-RPC commands + + + + + Run in the background as a daemon and accept commands + + + + + Use the test network + + + + + Accept connections from outside (default: 1 if no -proxy or -connect) + + + + + %s, you must set a rpcpassword in the configuration file: +%s +It is recommended you use the following random password: +rpcuser=bitcoinrpc +rpcpassword=%s +(you do not need to remember this password) +The username and password MUST NOT be the same. +If the file does not exist, create it with owner-readable-only file permissions. +It is also recommended to set alertnotify so you are notified of problems; +for example: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com + + + + + + Acceptable ciphers (default: TLSv1.2+HIGH:TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!3DES:@STRENGTH) + + + + + An error occurred while setting up the RPC port %u for listening on IPv6, falling back to IPv4: %s + + + + + Bind to given address and always listen on it. Use [host]:port notation for IPv6 + + + + + Cannot obtain a lock on data directory %s. Bitcoin is probably already running. + + + + + Enter regression test mode, which uses a special chain in which blocks can be solved instantly. This is intended for regression testing tools and app development. + + + + + Enter regression test mode, which uses a special chain in which blocks can be solved instantly. + + + + + Error: 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. + + + + + Error: This transaction requires a transaction fee of at least %s because of its amount, complexity, or use of recently received funds! + + + + + Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) + + + + + This is a pre-release test build - use at your own risk - do not use for mining or merchant applications + + + + + Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: -proxy) + + + + + Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction. + + + + + Warning: Please check that your computer's date and time are correct! If your clock is wrong Bitcoin will not work properly. + + + + + Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues. + + + + + Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade. + + + + + Warning: error reading wallet.dat! All keys read correctly, but transaction data or address book entries might be missing or incorrect. + + + + + 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. + + + + + <category> can be: + + + + + Attempt to recover private keys from a corrupt wallet.dat + + + + + Bitcoin Core Daemon + + + + + Bitcoin RPC client version + + + + + Block creation options: + + + + + Connect only to the specified node(s) + + + + + Connect through SOCKS proxy + + + + + Connect to JSON-RPC on <port> (default: 8332 or testnet: 18332) + + + + + Corrupted block database detected + + + + + Discover own IP address (default: 1 when listening and no -externalip) + + + + + Do not load the wallet and disable wallet RPC calls + + + + + Do you want to rebuild the block database now? + + + + + Error initializing block database + + + + + Error initializing wallet database environment %s! + + + + + Error loading block database + + + + + Error opening block database + + + + + Error: Disk space is low! + + + + + Error: Wallet locked, unable to create transaction! + + + + + Error: system error: + + + + + Failed to listen on any port. Use -listen=0 if you want this. + + + + + Failed to read block info + + + + + Failed to read block + + + + + Failed to sync block index + + + + + Failed to write block index + + + + + Failed to write block info + + + + + Failed to write block + + + + + Failed to write file info + + + + + Failed to write to coin database + + + + + Failed to write transaction index + + + + + Failed to write undo data + + + + + Fee per kB to add to transactions you send + + + + + Find peers using DNS lookup (default: 1 unless -connect) + + + + + Generate coins (default: 0) + + + + + How many blocks to check at startup (default: 288, 0 = all) + + + + + How thorough the block verification is (0-4, default: 3) + + + + + If <category> is not supplied, output all debugging information. + + + + + Incorrect or no genesis block found. Wrong datadir for network? + + + + + Invalid -onion address: '%s' + + + + + Not enough file descriptors available. + + + + + Prepend debug output with timestamp (default: 1) + + + + + RPC client options: + + + + + Rebuild block chain index from current blk000??.dat files + + + + + Select SOCKS version for -proxy (4 or 5, default: 5) + + + + + Send command to Bitcoin server + + + + + Set maximum block size in bytes (default: %d) + + + + + Set the number of threads to service RPC calls (default: 4) + + + + + Specify wallet file (within data directory) + + + + + Start Bitcoin server + + + + + This is intended for regression testing tools and app development. + + + + + Usage (deprecated, use bitcoin-cli): + + + + + Verifying blocks... + + + + + Verifying wallet... + + + + + Wait for RPC server to start + + + + + Wallet %s resides outside data directory %s + + + + + Wallet options: + + + + + Warning: Deprecated argument -debugnet ignored, use -debug=net + + + + + You need to rebuild the database using -reindex to change -txindex + + + + + Imports blocks from external blk000??.dat file + + + + + Execute command when a relevant alert is received or we see a really long fork (%s in cmd is replaced by message) + + + + + Output debugging information (default: 0, supplying <category> is optional) + + + + + Set maximum size of high-priority/low-fee transactions in bytes (default: %d) + + + + + Set the number of script verification threads (up to 16, 0 = auto, <0 = leave that many cores free, default: 0) + + + + + Information + + + + + Invalid amount for -minrelaytxfee=<amount>: '%s' + + + + + Invalid amount for -mintxfee=<amount>: '%s' + + + + + Maintain a full transaction index (default: 0) + + + + + Maximum per-connection receive buffer, <n>*1000 bytes (default: 5000) + + + + + Maximum per-connection send buffer, <n>*1000 bytes (default: 1000) + + + + + Only accept block chain matching built-in checkpoints (default: 1) + + + + + Only connect to nodes in network <net> (IPv4, IPv6 or Tor) + + + + + SSL options: (see the Bitcoin Wiki for SSL setup instructions) + + + + + Send trace/debug info to console instead of debug.log file + + + + + Set minimum block size in bytes (default: 0) + + + + + Shrink debug.log file on client startup (default: 1 when no -debug) + + + + + Signing transaction failed + + + + + Specify connection timeout in milliseconds (default: 5000) + + + + + System error: + + + + + Transaction amount too small + + + + + Transaction amounts must be positive + + + + + Transaction too large + + + + + Use UPnP to map the listening port (default: 0) + + + + + Use UPnP to map the listening port (default: 1 when listening) + + + + + Username for JSON-RPC connections + + + + + Warning + + + + + Warning: This version is obsolete, upgrade required! + + + + + version + + + + + wallet.dat corrupt, salvage failed + + + + + Password for JSON-RPC connections + + + + + Allow JSON-RPC connections from specified IP address + + + + + Send commands to node running on <ip> (default: 127.0.0.1) + + + + + Execute command when the best block changes (%s in cmd is replaced by block hash) + + + + + Upgrade wallet to latest format + + + + + Set key pool size to <n> (default: 100) + + + + + Rescan the block chain for missing wallet transactions + + + + + Use OpenSSL (https) for JSON-RPC connections + + + + + Server certificate file (default: server.cert) + + + + + Server private key (default: server.pem) + + + + + This help message + + + + + Unable to bind to %s on this computer (bind returned error %d, %s) + + + + + Allow DNS lookups for -addnode, -seednode and -connect + + + + + Loading addresses... + + + + + Error loading wallet.dat: Wallet corrupted + + + + + Error loading wallet.dat: Wallet requires newer version of Bitcoin + + + + + Wallet needed to be rewritten: restart Bitcoin to complete + + + + + Error loading wallet.dat + + + + + Invalid -proxy address: '%s' + + + + + Unknown network specified in -onlynet: '%s' + + + + + Unknown -socks proxy version requested: %i + + + + + Cannot resolve -bind address: '%s' + + + + + Cannot resolve -externalip address: '%s' + + + + + Invalid amount for -paytxfee=<amount>: '%s' + + + + + Invalid amount + + + + + Insufficient funds + + + + + Loading block index... + + + + + Add a node to connect to and attempt to keep the connection open + + + + + Unable to bind to %s on this computer. Bitcoin is probably already running. + + + + + Loading wallet... + + + + + Cannot downgrade wallet + + + + + Cannot write default address + + + + + Rescanning... + + + + + Done loading + + + + + To use the %s option + + + + + Error + + + + + You must set rpcpassword=<password> in the configuration file: +%s +If the file does not exist, create it with owner-readable-only file permissions. + + + + \ 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 032c96b1fd..cf7b71a2b7 100644 --- a/src/qt/locale/bitcoin_zh_TW.ts +++ b/src/qt/locale/bitcoin_zh_TW.ts @@ -596,7 +596,7 @@ This product includes software developed by the OpenSSL Project for use in the O Processed %1 of %2 (estimated) blocks of transaction history. - 已處理了估計全部 %2 個區塊中的 %1 個的交易紀錄. + 已處理了估計全部 %2 個區塊中的 %1 個的交易紀錄。 @@ -957,7 +957,7 @@ Address: %4 This label turns red, if the priority is smaller than "medium". - 當優先度低於"中等"時,文字會變紅色。 + 當優先度低於「中等」時,文字會變紅色。 @@ -1186,7 +1186,7 @@ Address: %4 Error: Specified data directory "%1" can not be created. - 錯誤: 沒辦法造出指定的資料目錄 "%1". + 錯誤: 沒辦法造出指定的資料目錄 %1 。 @@ -1392,7 +1392,7 @@ Address: %4 User Interface &language: - 使用界面的語言: + 使用界面語言: @@ -1651,13 +1651,18 @@ Address: %4 Error: Specified data directory "%1" does not exist. - 錯誤: 沒有指定的資料目錄 "%1". + 錯誤: 沒有指定的資料目錄 %1 。 Error: Invalid combination of -regtest and -testnet. 錯誤: -regtest 和 -testnet 的使用組合無效。 + + + Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + 請輸入位元幣位址(像是 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) + QRImageWidget @@ -1832,7 +1837,7 @@ Address: %4 Use up and down arrows to navigate history, and <b>Ctrl-L</b> to clear screen. - 請用上下游標鍵來瀏覽歷史指令,並用 <b>Ctrl-L</b> 來清理畫面。 + 請用上下游標鍵來瀏覽先前指令的紀錄,並用 <b>Ctrl-L</b> 來清理畫面。 @@ -1878,22 +1883,22 @@ Address: %4 ReceiveCoinsDialog - + &Amount: 金額: - + &Label: 標記: - + &Message: 訊息: - + 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. 重複使用先前使用過的收款位址。重複使用位址會有安全和隱私方面的問題。除非是要重新產生先前的付款要求,不然請不要使用。 @@ -1903,27 +1908,30 @@ Address: %4 重複使用現有的收款位址(不建議) - - An optional label to associate with the new receiving address - 跟新收款位址關聯的標記,可以不填 - - - + + 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. + 跟新收款位址關聯的標記,可以不填。 + + + Use this form to request payments. All fields are <b>optional</b>. 請用這份表單來要求付款。所有欄位都<b>可以不填</b>。 - + + An optional amount to request. Leave this empty or zero to not request a specific amount. 要求付款的金額,可以不填。不確定金額時可以留白或是填零。 - + Clear all fields of the form. 清除表單中的所有欄位。 @@ -1933,17 +1941,17 @@ Address: %4 清除 - - &Request payment - 要求付款 + + Requested payments history + 先前要求付款的記錄 - - Requested payments - 先前要求的付款 + + &Request payment + 要求付款 - + Show the selected request (does the same as double clicking an entry) 顯示選擇的要求內容(效果跟按它兩下一樣) @@ -1962,6 +1970,21 @@ Address: %4 Remove 刪掉 + + + Copy label + 複製標記 + + + + Copy message + 複製訊息 + + + + Copy amount + 複製金額 + ReceiveRequestDialog @@ -2063,12 +2086,17 @@ Address: %4 (no message) (無訊息) + + + (no amount) + (無金額) + SendCoinsDialog - + Send Coins 付款 @@ -2144,7 +2172,7 @@ Address: %4 自定找零位址 - + Send to multiple recipients at once 一次付給多個收款人 @@ -2154,7 +2182,7 @@ Address: %4 增加收款人 - + Clear all fields of the form. 清除表單中的所有欄位。 @@ -2164,12 +2192,12 @@ Address: %4 全部清掉 - + Balance: 餘額: - + Confirm the send action 確認付款動作 @@ -2179,7 +2207,7 @@ Address: %4 付款 - + Confirm send coins 確認付款金額 @@ -2192,12 +2220,7 @@ Address: %4 %1 給 %2 - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - 請輸入位元幣位址(像是 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - - + Copy quantity 複製數目 @@ -2247,7 +2270,7 @@ Address: %4 - + The recipient address is not valid, please recheck. 收款位址無效,請再檢查看看。 @@ -2282,12 +2305,12 @@ Address: %4 交易被拒絕了!有時候會發生這種錯誤,是因為你錢包中的一些錢已經被花掉了。比如說你複製了錢包檔 wallet.dat, 然後用複製的錢包花掉了錢,你現在所用的原來的錢包中,卻沒有那筆錢已經花掉的紀錄。 - + Warning: Invalid Bitcoin address 警告: 位元幣位址無效 - + (no label) (無標記) @@ -2297,7 +2320,7 @@ Address: %4 警告: 不明的找零位址 - + Are you sure you want to send? 你確定要付錢出去嗎? @@ -2307,7 +2330,7 @@ Address: %4 加做交易手續費 - + Payment request expired 付款的要求已經過期 @@ -2384,12 +2407,7 @@ Address: %4 訊息: - - 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 中的訊息,會和交易內容一起存起來,給你自己做參考,注意: 這個訊息不會送到位元幣網路上。 - - - + This is a verified payment request. 這是個已驗證的付款要求。 @@ -2399,7 +2417,12 @@ Address: %4 請輸入這個位址的標記,來把它加進去已使用過位址的清單。 - + + 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 中的訊息,會和交易內容一起存起來,給你自己做參考。注意: 這個訊息不會送到位元幣網路上。 + + + This is an unverified payment request. 這是個沒驗證過的付款要求。 @@ -2415,11 +2438,6 @@ Address: %4 Memo: 備註: - - - Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - 請輸入位元幣位址(像是 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - ShutdownWindow @@ -2457,19 +2475,19 @@ Address: %4 用來簽署訊息的位址(像是 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - - + + Choose previously used address 選擇先前使用過的位址 - - + + Alt+A Alt+A - + Paste address from clipboard 貼上剪貼簿裡的位址 @@ -2510,19 +2528,19 @@ Address: %4 - + Clear &All 全部清掉 - + &Verify Message 驗證訊息 Enter the signing address, message (ensure you copy line breaks, spaces, tabs, etc. exactly) and signature below to verify the message. Be careful not to read more into the signature than what is in the signed message itself, to avoid being tricked by a man-in-the-middle attack. - 請在下面輸入簽署的位址,訊息(請確定完整複製了所包含的換行,空格,跳位符號等等),以及簽章,來驗證這個訊息。請小心,除了訊息內容以外,不要對簽章本身過度解讀,以避免被用"中間人攻擊法"詐騙。 + 請在下面輸入簽署的位址,訊息(請確定完整複製了所包含的換行,空格,跳位符號等等),以及簽章,來驗證這個訊息。請小心,除了訊息內容以外,不要對簽章本身過度解讀,以避免被用「中間人攻擊法」詐騙。 @@ -2530,7 +2548,7 @@ Address: %4 簽署這個訊息的位址(像是 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - + Verify the message to ensure it was signed with the specified Bitcoin address 驗證這個訊息來確定是用指定的位元幣位址簽署的 @@ -2545,43 +2563,37 @@ Address: %4 重置所有訊息驗證欄位 - - + Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) 請輸入位元幣位址(像是 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L) - + Click "Sign Message" to generate signature - 請按一下"簽署訊息"來產生簽章 - - - - Enter Bitcoin 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. 錢包解鎖已取消。 @@ -2601,7 +2613,7 @@ Address: %4 訊息簽署好了。 - + The signature could not be decoded. 沒辦法把這個簽章解碼。 @@ -2785,7 +2797,7 @@ Address: %4 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 個區塊生出來後才成熟可以用。當區塊生產出來時會公布到網路上,來被加進區塊鏈。如果加失敗了,狀態就會變成「不被接受」,而且不能夠花。如果在你生產出區塊的幾秒鐘內,也有其他節點生產出來的話,就有可能會發生這種情形。 @@ -3326,7 +3338,7 @@ rpcuser=bitcoinrpc rpcpassword=%s (你不用記住這個密碼) 使用者名稱(rpcuser)和密碼(rpcpassword)不可以相同! -如果還沒有這個設定檔,請在造出來的時候,設定檔案權限成只有主人才能讀取。 +如果還沒有這個設定檔,請在造出來的時候,設定檔案權限成「只有主人才能讀取」。 也建議你設定警示通知,發生問題時你才會被通知到; 比如說設定成: alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com @@ -3344,7 +3356,7 @@ alertnotify=echo %%s | mail -s "Bitcoin Alert" admin@foo.com Bind to given address and always listen on it. Use [host]:port notation for IPv6 - 和指定的位址繫結,並總是在指定位址聽候連線。IPv6 請用 "[主機]:通訊埠" 這種格式 + 和指定的位址繫結,並總是在指定位址聽候連線。IPv6 請用 [主機]:通訊埠 這種格式 -- cgit v1.2.3