diff --git a/src/Makefile.qt_locale.include b/src/Makefile.qt_locale.include
index 3ac21b1326..17ba0780e6 100644
--- a/src/Makefile.qt_locale.include
+++ b/src/Makefile.qt_locale.include
@@ -27,6 +27,7 @@ QT_TS = \
qt/locale/bitcoin_fi.ts \
qt/locale/bitcoin_fil.ts \
qt/locale/bitcoin_fr.ts \
+ qt/locale/bitcoin_gl_ES.ts \
qt/locale/bitcoin_he.ts \
qt/locale/bitcoin_hi.ts \
qt/locale/bitcoin_hr.ts \
@@ -71,7 +72,6 @@ QT_TS = \
qt/locale/bitcoin_ta.ts \
qt/locale/bitcoin_te.ts \
qt/locale/bitcoin_th.ts \
- qt/locale/bitcoin_tr.ts \
qt/locale/bitcoin_uk.ts \
qt/locale/bitcoin_ur.ts \
qt/locale/bitcoin_uz@Cyrl.ts \
@@ -82,4 +82,5 @@ QT_TS = \
qt/locale/bitcoin_zh.ts \
qt/locale/bitcoin_zh_CN.ts \
qt/locale/bitcoin_zh_HK.ts \
- qt/locale/bitcoin_zh_TW.ts
+ qt/locale/bitcoin_zh_TW.ts \
+ qt/locale/bitcoin_zu.ts
diff --git a/src/qt/bitcoin_locale.qrc b/src/qt/bitcoin_locale.qrc
index a35ca15d62..d438d6b3d5 100644
--- a/src/qt/bitcoin_locale.qrc
+++ b/src/qt/bitcoin_locale.qrc
@@ -28,6 +28,7 @@
locale/bitcoin_fi.qmlocale/bitcoin_fil.qmlocale/bitcoin_fr.qm
+ locale/bitcoin_gl_ES.qmlocale/bitcoin_he.qmlocale/bitcoin_hi.qmlocale/bitcoin_hr.qm
@@ -72,7 +73,6 @@
locale/bitcoin_ta.qmlocale/bitcoin_te.qmlocale/bitcoin_th.qm
- locale/bitcoin_tr.qmlocale/bitcoin_uk.qmlocale/bitcoin_ur.qmlocale/bitcoin_uz@Cyrl.qm
@@ -84,5 +84,6 @@
locale/bitcoin_zh_CN.qmlocale/bitcoin_zh_HK.qmlocale/bitcoin_zh_TW.qm
+ locale/bitcoin_zu.qm
diff --git a/src/qt/bitcoinstrings.cpp b/src/qt/bitcoinstrings.cpp
index 64900a4343..8b89242f6c 100644
--- a/src/qt/bitcoinstrings.cpp
+++ b/src/qt/bitcoinstrings.cpp
@@ -11,20 +11,19 @@
static const char UNUSED *bitcoin_strings[] = {
QT_TRANSLATE_NOOP("bitcoin-core", "The %s developers"),
QT_TRANSLATE_NOOP("bitcoin-core", ""
+"%s corrupt. Try using the wallet tool bitcoin-wallet to salvage or restoring "
+"a backup."),
+QT_TRANSLATE_NOOP("bitcoin-core", ""
"-maxtxfee is set very high! Fees this large could be paid on a single "
"transaction."),
QT_TRANSLATE_NOOP("bitcoin-core", ""
-"Can't generate a change-address key. No keys in the internal keypool and "
-"can't generate any keys."),
-QT_TRANSLATE_NOOP("bitcoin-core", ""
"Cannot obtain a lock on data directory %s. %s is probably already running."),
QT_TRANSLATE_NOOP("bitcoin-core", ""
"Cannot provide specific connections and have addrman find outgoing "
"connections at the same."),
QT_TRANSLATE_NOOP("bitcoin-core", ""
"Cannot upgrade a non HD split wallet without upgrading to support pre split "
-"keypool. Please use -upgradewallet=169900 or -upgradewallet with no version "
-"specified."),
+"keypool. Please use version 169900 or no version specified."),
QT_TRANSLATE_NOOP("bitcoin-core", ""
"Distributed under the MIT software license, see the accompanying file %s or "
"%s"),
@@ -58,9 +57,16 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
QT_TRANSLATE_NOOP("bitcoin-core", ""
"The transaction amount is too small to send after the fee has been deducted"),
QT_TRANSLATE_NOOP("bitcoin-core", ""
+"This error could occur if this wallet was not shutdown cleanly and was last "
+"loaded using a build with a newer version of Berkeley DB. If so, please use "
+"the software that last loaded this wallet"),
+QT_TRANSLATE_NOOP("bitcoin-core", ""
"This is a pre-release test build - use at your own risk - do not use for "
"mining or merchant applications"),
QT_TRANSLATE_NOOP("bitcoin-core", ""
+"This is the maximum transaction fee you pay (in addition to the normal fee) "
+"to prioritize partial spend avoidance over regular coin selection."),
+QT_TRANSLATE_NOOP("bitcoin-core", ""
"This is the transaction fee you may discard if change is smaller than dust "
"at this level"),
QT_TRANSLATE_NOOP("bitcoin-core", ""
@@ -69,6 +75,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
"Total length of network version string (%i) exceeds maximum length (%i). "
"Reduce the number or size of uacomments."),
QT_TRANSLATE_NOOP("bitcoin-core", ""
+"Transaction needs a change address, but we can't generate it. Please call "
+"keypoolrefill first."),
+QT_TRANSLATE_NOOP("bitcoin-core", ""
"Unable to replay blocks. You will need to rebuild the database using -"
"reindex-chainstate."),
QT_TRANSLATE_NOOP("bitcoin-core", ""
@@ -80,21 +89,17 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
"Warning: The network does not appear to fully agree! Some miners appear to "
"be experiencing issues."),
QT_TRANSLATE_NOOP("bitcoin-core", ""
-"Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; "
-"if your balance or transactions are incorrect you should restore from a "
-"backup."),
-QT_TRANSLATE_NOOP("bitcoin-core", ""
"Warning: We do not appear to fully agree with our peers! You may need to "
"upgrade, or other nodes may need to upgrade."),
QT_TRANSLATE_NOOP("bitcoin-core", ""
"You need to rebuild the database using -reindex to go back to unpruned "
"mode. This will redownload the entire blockchain"),
-QT_TRANSLATE_NOOP("bitcoin-core", "%d of last 100 blocks have unexpected version"),
-QT_TRANSLATE_NOOP("bitcoin-core", "%s corrupt, salvage failed"),
QT_TRANSLATE_NOOP("bitcoin-core", "%s is set very high!"),
QT_TRANSLATE_NOOP("bitcoin-core", "-maxmempool must be at least %d MB"),
+QT_TRANSLATE_NOOP("bitcoin-core", "A fatal internal error occurred, see debug.log for details"),
QT_TRANSLATE_NOOP("bitcoin-core", "Cannot downgrade wallet"),
QT_TRANSLATE_NOOP("bitcoin-core", "Cannot resolve -%s address: '%s'"),
+QT_TRANSLATE_NOOP("bitcoin-core", "Cannot set -peerblockfilters without -blockfilterindex."),
QT_TRANSLATE_NOOP("bitcoin-core", "Cannot write to data directory '%s'; check permissions."),
QT_TRANSLATE_NOOP("bitcoin-core", "Change index out of range"),
QT_TRANSLATE_NOOP("bitcoin-core", "Config setting for %s only applied on %s network when in [%s] section."),
@@ -102,6 +107,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Copyright (C) %i-%i"),
QT_TRANSLATE_NOOP("bitcoin-core", "Corrupted block database detected"),
QT_TRANSLATE_NOOP("bitcoin-core", "Could not find asmap file %s"),
QT_TRANSLATE_NOOP("bitcoin-core", "Could not parse asmap file %s"),
+QT_TRANSLATE_NOOP("bitcoin-core", "Disk space is too low!"),
QT_TRANSLATE_NOOP("bitcoin-core", "Do you want to rebuild the block database now?"),
QT_TRANSLATE_NOOP("bitcoin-core", "Done loading"),
QT_TRANSLATE_NOOP("bitcoin-core", "Error initializing block database"),
@@ -115,11 +121,11 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error loading wallet %s. Duplicate -wallet fi
QT_TRANSLATE_NOOP("bitcoin-core", "Error opening block database"),
QT_TRANSLATE_NOOP("bitcoin-core", "Error reading from database, shutting down."),
QT_TRANSLATE_NOOP("bitcoin-core", "Error upgrading chainstate database"),
-QT_TRANSLATE_NOOP("bitcoin-core", "Error: A fatal internal error occurred, see debug.log for details"),
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Disk space is low for %s"),
-QT_TRANSLATE_NOOP("bitcoin-core", "Error: Disk space is too low!"),
+QT_TRANSLATE_NOOP("bitcoin-core", "Error: Keypool ran out, please call keypoolrefill first"),
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to listen on any port. Use -listen=0 if you want this."),
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to rescan the wallet during initialization"),
+QT_TRANSLATE_NOOP("bitcoin-core", "Fee rate (%s) is lower than the minimum fee rate setting (%s)"),
QT_TRANSLATE_NOOP("bitcoin-core", "Importing..."),
QT_TRANSLATE_NOOP("bitcoin-core", "Incorrect or no genesis block found. Wrong datadir for network?"),
QT_TRANSLATE_NOOP("bitcoin-core", "Initialization sanity check failed. %s is shutting down."),
@@ -137,6 +143,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Loading banlist..."),
QT_TRANSLATE_NOOP("bitcoin-core", "Loading block index..."),
QT_TRANSLATE_NOOP("bitcoin-core", "Loading wallet..."),
QT_TRANSLATE_NOOP("bitcoin-core", "Need to specify a port with -whitebind: '%s'"),
+QT_TRANSLATE_NOOP("bitcoin-core", "No proxy server specified. Use -proxy= or -proxy=."),
QT_TRANSLATE_NOOP("bitcoin-core", "Not enough file descriptors available."),
QT_TRANSLATE_NOOP("bitcoin-core", "Prune cannot be configured with a negative value."),
QT_TRANSLATE_NOOP("bitcoin-core", "Prune mode is incompatible with -blockfilterindex."),
@@ -184,5 +191,4 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Verifying blocks..."),
QT_TRANSLATE_NOOP("bitcoin-core", "Verifying wallet(s)..."),
QT_TRANSLATE_NOOP("bitcoin-core", "Wallet needed to be rewritten: restart %s to complete"),
QT_TRANSLATE_NOOP("bitcoin-core", "Warning: unknown new rules activated (versionbit %i)"),
-QT_TRANSLATE_NOOP("bitcoin-core", "Zapping all transactions from wallet..."),
};
diff --git a/src/qt/locale/bitcoin_af.ts b/src/qt/locale/bitcoin_af.ts
index 23d0f609d7..aa09dc197b 100644
--- a/src/qt/locale/bitcoin_af.ts
+++ b/src/qt/locale/bitcoin_af.ts
@@ -3,825 +3,1083 @@
AddressBookPage
- Regs-klik om die adres of etiket te wysig
+ Right-click to edit address or label
- Skep 'n nuwe adres
+ Create a new address
- &Nuwe
+ &New
- Maak 'n kopie van die huidige adres na die stelsel klipbord
+ Copy the currently selected address to the system clipboard
- &Kopie
+ &Copy
- S&luit
+ C&lose
- Verwyder die uitgekiesde adres van die lys
+ Delete the currently selected address from the list
+
+
+
+ Enter address or label to search
- Voer inligting uit van die huidige blad na n lêer
+ Export the data in the current tab to a file
- &Uitvoer
+ &Export
- &Verwyder
+ &Delete
- Kies die address na wie die muntstukke gestuur moet word
+ Choose the address to send coins to
- Kies die adres vir die ontvangs van betaaling
+ Choose the address to receive coins with
- K&ies
+ C&hoose
- Stuur adresse
+ Sending addresses
- Ontvang adresse
+ Receiving addresses
- Dit is jou Bitcoin-adresse vir die stuur van betalings. Kontroleer altyd die bedrag en die ontvangsadres voordat u munte stuur.
+ 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. Use the 'Create new receiving address' button in the receive tab to create new addresses.
- &Kopie Adres
+ &Copy Address
- Kopie &Etiket
+ Copy &Label
- &Wysig
+ &Edit
- Voer adres lys uit
+ Export Address List
- Koma geskeide lêer (*.csv)
+ Comma separated file (*.csv)
- Uitvoering Misluk
+ Exporting Failed
- Kon nie die adreslys stoor na %1 nie. Probeer asseblief weer.
+ There was an error trying to save the address list to %1. Please try again.AddressTableModel
- Etiket
+ Label
- Adres
+ Address
- (geen etiket)
+ (no label)AskPassphraseDialog
- Wagfrase Dialoog
+ Passphrase Dialog
- Tik wagfrase in
+ Enter passphrase
- Nuwe wagfrase
+ New passphrase
- Herhaal nuwe wagfrase
+ Repeat new passphrase
+
+
+
+ Show passphrase
- Enkripteer beursie
+ Encrypt wallet
- Hierdie operasie benodig 'n wagwoord om die beursie oop te sluit.
+ This operation needs your wallet passphrase to unlock the wallet.
- Ontsluit beursie
+ Unlock wallet
- Hierdie operasie benodig 'n wagwoord om die beursie oop te sluit.
+ This operation needs your wallet passphrase to decrypt the wallet.
- Dekripteer beursie
+ Decrypt wallet
- Verander wagfrase
+ Change passphrase
- Bevestig beursie enkripsie.
+ Confirm wallet encryption
- Waarskuwing: As jy jou beursie enkripteer en jou wagwoord verloor, sal jy <b>AL JOU BITCOINS VERLOOR</b>!
+ Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>!
- Is jy seker jy wil jou beursie enkripteer?
+ Are you sure you wish to encrypt your wallet?
- Beursie enkriptasie voltooi
+ Wallet encrypted
+
+
+
+ Enter the new passphrase for the wallet.<br/>Please use a passphrase of <b>ten or more random characters</b>, or <b>eight or more words</b>.
+
+
+
+ Enter the old passphrase and new passphrase for the wallet.
+
+
+
+ Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
+
+
+
+ Wallet to be encrypted
+
+
+
+ Your wallet is about to be encrypted.
+
+
+
+ Your wallet is now encrypted.
- BELANGRIK: Enige vorige rugsteune wat u gemaak het van u beursie-lêer moet vervang word met die nuut-gegenereerde, versleutelde beursie-lêer. Vir sekuriteitsredes sal vorige rugsteune van die onversleutelde beursie-lêer onbruikbaar word sodra u die nuwe, versleutelde beursie begin gebruik.
+ 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.
- Beursie enkriptasie het misluk
+ Wallet encryption failed
- Beursie bewaaking het misluk as gevolg van 'n interne fout. Die beursie is nie bewaak nie!
+ Wallet encryption failed due to an internal error. Your wallet was not encrypted.
- Die wagfrase stem nie ooreen nie
+ The supplied passphrases do not match.
- Beursie oopsluiting het misluk
+ Wallet unlock failed
- Die wagfrase wat ingetik was om die beursie oop te sluit, was verkeerd.
+ The passphrase entered for the wallet decryption was incorrect.
- Beursie dekripsie het misluk
+ Wallet decryption failed
- Die beursie se wagfrase verandering was suksesvol.
+ Wallet passphrase was successfully changed.
- Waarskuwing: Die Caps Lock is aan!
+ Warning: The Caps Lock key is on!BanTableModel
- IP/Netmasker
+ IP/Netmask
- Verban Tot
+ Banned UntilBitcoinGUI
- Teken &Boodskap
+ Sign &message...
- Sinchroniseer met die netwerk ...
+ Synchronizing with network...
- &Oorsig
+ &Overview
- Wys algemene oorsig van die beursie
+ Show general overview of wallet
- &Transaksies
+ &Transactions
- Besoek transaksie geskiedenis
+ Browse transaction history
- S&luit af
+ E&xit
- Sluit af
+ Quit application
- &Oor %1
+ &About %1
- Wys inligting oor %1
+ Show information about %1
- Oor &Qt
+ About &Qt
- Wys inligting oor Qt
+ Show information about Qt
- &Opsies
+ &Options...
- Verander konfigurasie opsies vir %1
+ Modify configuration options for %1
- &Enkripteer Beursie...
+ &Encrypt Wallet...
- &Rugsteun Beursie...
+ &Backup Wallet...
- Verander wagwoord frase...
+ &Change Passphrase...
- Maak &URI oop...
+ Open &URI...
+
+
+
+ Create Wallet...
+
+
+
+ Create a new wallet
+
+
+
+ Wallet:
- Klik om netwerk aktiwiteit af te skakel.
+ Click to disable network activity.
- Netwerk aktiwiteid afgeskakel.
+ Network activity disabled.
- Klik om netwerk aktiwiteit weer aan te skakel.
+ Click to enable network activity again.
- Sinkroniseer tans Hoofde (%1%)...
+ Syncing Headers (%1%)...
- Herindekseer blokke op skyf...
+ Reindexing blocks on disk...
+
+
+
+ Proxy is <b>enabled</b>: %1
- Stuur muntstukke na 'n Bitcoin adres
+ Send coins to a Bitcoin address
- Rugsteun beursie na 'n ander plek
+ Backup wallet to another location
- Verander die wagwoordfrase wat vir beursie-versleuteling gebruik word
+ Change the passphrase used for wallet encryption
- &Verifieer boodskap...
+ &Verify message...
- &Stuur
+ &Send
- &Ontvang
+ &Receive
- &Wys / Versteek
+ &Show / Hide
- Wys of versteek die hoof Venster
+ Show or hide the main Window
- Versleutel die private sleutels wat aan u beursie behoort
+ Encrypt the private keys that belong to your wallet
- Teken boodskappe met u Bitcoin adresse om te bewys dat u hul besit
+ Sign messages with your Bitcoin addresses to prove you own them
- Bevestig boodskappe om te verseker dat hulle geteken was met gespesifiseerde Bitcoin adresse
+ Verify messages to ensure they were signed with specified Bitcoin addresses
- &Lêer
+ &File
- &Instellings
+ &Settings
- &Hulp
+ &Help
- Blad nutsbalk
+ Tabs toolbar
- Versoek betalings (genereer QR kodes en bitcoin: URIs)
+ Request payments (generates QR codes and bitcoin: URIs)
- Wys die lys van gebruikte stuur adresse en etikette
+ Show the list of used sending addresses and labels
- Wys die lys van gebruikte ontvangsadresse en etikette
+ Show the list of used receiving addresses and labels
- &Opdrag lys opsies
+ &Command-line options
+
+
+
+ %n active connection to Bitcoin network%n active connections to Bitcoin network
- Indekseer tans blokke op skyf...
+ Indexing blocks on disk...
- Prosesseer tans blokke op skyf...
+ Processing blocks on disk...
+
+
+
+ Processed %n block of transaction history.Processed %n blocks of transaction history.
- %1 agter
+ %1 behind
- Ontvangs van laaste blok is %1 terug.
+ Last received block was generated %1 ago.
- Opvolgende transaksies sal nog nie sigbaar wees nie.
+ Transactions after this will not yet be visible.
- Fout
+ Error
- Waarskuwing
+ Warning
- Informasie
+ Information
- Op datum
+ Up to date
+
+
+
+ Node window
+
+
+
+ Open node debugging and diagnostic console
+
+
+
+ &Sending addresses
+
+
+
+ &Receiving addresses
+
+
+
+ Open a bitcoin: URI
+
+
+
+ Open Wallet
+
+
+
+ Open a wallet
+
+
+
+ Close Wallet...
+
+
+
+ Close wallet
- Wys die %1 hulpboodskap om 'n lys met moontlike Bitcoin bevel-lyn opsies te verkry
+ Show the %1 help message to get a list with possible Bitcoin command-line options
+
+
+
+ default wallet
+
+
+
+ No wallets available
- &Venster
+ &Window
+
+
+
+ Minimize
+
+
+
+ Zoom
+
+
+
+ Main Window
- %1 klient
+ %1 client
- Verbind tans aan eweknieë...
+ Connecting to peers...
- Besig om op te vang...
+ Catching up...
- Fout: %1
+ Error: %1
+
+
+
+ Warning: %1
- Datum: %1
+ Date: %1
- Bedrag: %1
+ Amount: %1
+
+
+
+
+ Wallet: %1
- Tipe: %1
+ Type: %1
- Etiket: %1
+ Label: %1
- Adres: %1
+ Address: %1
- Transaksie gestuur
+ Sent transaction
- Inkomende transaksie
+ Incoming transaction
- HD sleutel generasie is <b>aangesit</b>
+ HD key generation is <b>enabled</b>
- HD sleutel generasie is <b>afgesit</b>
+ HD key generation is <b>disabled</b>
+
+
+
+ Private key <b>disabled</b>
- Beursie is <b>versleutel</b> en is tans <b>oopgesluit</b>
+ Wallet is <b>encrypted</b> and currently <b>unlocked</b>
- Beursie is <b>versleutel</b> en is tans <b>gesluit</b>
+ Wallet is <b>encrypted</b> and currently <b>locked</b>
- 'n Noodlottige fout het voorgekom. Bitcoin kan nie langer voortgaan nie en sal afsluit.
+ A fatal error occurred. Bitcoin can no longer continue safely and will quit.CoinControlDialog
- Munt Keuse
+ Coin Selection
- Hoeveelheid:
+ Quantity:
- Grepe:
+ Bytes:
- Bedrag:
+ Amount:
- Fooi:
+ Fee:
- Stof:
+ Dust:
- Na Fooi:
+ After Fee:
- Verander:
+ Change:
- (on)selekteer alles
+ (un)select all
- Boom wyse
+ Tree mode
- Lys wyse
+ List mode
- Bedrag
+ Amount
- Ontvang met etiket
+ Received with label
- Ontvang met adres
+ Received with address
- Datum
+ Date
- Bevestigings
+ Confirmations
- Bevestig
+ Confirmed
- Maak kopie van adres
+ Copy address
- Kopieer etiket
+ Copy label
- Kopieer bedrag
+ Copy amount
- Kopieer transaksie ID
+ Copy transaction ID
- Sluit ongespandeerde
+ Lock unspent
- Onsluit ongespandeerde
+ Unlock unspent
- Kopieer hoeveelheid
+ Copy quantity
- Kopieer fooi
+ Copy fee
- Kopieer na fooi
+ Copy after fee
- Kopieer grepe
+ Copy bytes
- Kopieer stof
+ Copy dust
- Kopieer verandering
+ Copy change
- (%1 gesluit)
+ (%1 locked)
- ja
+ yes
- nee
+ no
- Hierdie etiket verander na rooi as enige ontvanger 'n bedrag kleiner as die huidige stof drempelwaarde ontvang.
+ This label turns red if any recipient receives an amount smaller than the current dust threshold.
- Kan wissel met +/- %1 satoshi(s) per inset.
+ Can vary +/- %1 satoshi(s) per input.
- (geen etiket)
+ (no label)
- Verander vanaf %1 (%2)
+ change from %1 (%2)
- (verander)
+ (change)CreateWalletActivity
-
+
+
+ Creating Wallet <b>%1</b>...
+
+
+
+ Create wallet failed
+
+
+
+ Create wallet warning
+
+
CreateWalletDialog
-
+
+
+ Create Wallet
+
+
+
+ Wallet Name
+
+
+
+ Encrypt the wallet. The wallet will be encrypted with a passphrase of your choice.
+
+
+
+ Encrypt Wallet
+
+
+
+ Disable private keys for this wallet. Wallets with private keys disabled will have no private keys and cannot have an HD seed or imported private keys. This is ideal for watch-only wallets.
+
+
+
+ Disable Private Keys
+
+
+
+ Make a blank wallet. Blank wallets do not initially have private keys or scripts. Private keys and addresses can be imported, or an HD seed can be set, at a later time.
+
+
+
+ Make Blank Wallet
+
+
+
+ Create
+
+
EditAddressDialog
- Wysig Adres
+ Edit Address
- &Etiket
+ &Label
- Die etiket geassosieer met hierdie adreslys inskrywing
+ The label associated with this address list entry
- Die adres geassosieer met hierdie adreslys inskrywing. Dié kan slegs gewysig word vir stuur-adresse.
+ The address associated with this address list entry. This can only be modified for sending addresses.
- &Adres
+ &Address
- Nuwe stuurende adres
+ New sending address
- Wysig ontvangende adres
+ Edit receiving address
- Wysig stuurende adres
+ Edit sending address
- Die ingeskrewe adres "%1" is nie 'n geldige Bitcoin adres nie.
+ The entered address "%1" is not a valid Bitcoin address.
+
+
+
+ Address "%1" already exists as a receiving address with label "%2" and so cannot be added as a sending address.
+
+
+
+ The entered address "%1" is already in the address book with label "%2".
- Kon nie die beursie oopsluit nie.
+ Could not unlock wallet.
- Nuwe sleutel genereering het misluk.
+ New key generation failed.FreespaceChecker
- n Nuwe data lêer sal geskep word.
+ A new data directory will be created.
- naam
+ name
- Lêer bestaan reeds. Voeg %1 indien u van plan is om n nuwe lêer hier te skep.
+ Directory already exists. Add %1 if you intend to create a new directory here.
- Pad bestaan reeds en is nie 'n lêergids nie.
+ Path already exists, and is not a directory.
- Kan nie data gids hier skep nie.
+ Cannot create data directory here.HelpMessageDialog
- weergawe
+ version
- Oor %1
+ About %1
- Opdrag lys opsies
+ Command-line optionsIntro
- Welkom
+ Welcome
- Welkom by %1.
+ Welcome to %1.
+
+
+
+ As this is the first time the program is launched, you can choose where %1 will store its data.
+
+
+
+ When you click OK, %1 will begin to download and process the full %4 block chain (%2GB) starting with the earliest transactions in %3 when %4 initially launched.
+
+
+
+ Reverting this setting requires re-downloading the entire blockchain. It is faster to download the full chain first and prune it later. Disables some advanced features.
+
+
+
+ This initial synchronisation is very demanding, and may expose hardware problems with your computer that had previously gone unnoticed. Each time you run %1, it will continue downloading where it left off.
+
+
+
+ If you have chosen to limit block chain storage (pruning), the historical data must still be downloaded and processed, but will be deleted afterward to keep your disk usage low.
- Gebruik die standaard data gids
+ Use the default data directory
- Gebruik 'n persoonlike data gids:
+ Use a custom data directory:Bitcoin
+
+
+ Discard blocks after verification, except most recent %1 GB (prune)
+
+
+
+ At least %1 GB of data will be stored in this directory, and it will grow over time.
+
+
+
+ Approximately %1 GB of data will be stored in this directory.
+
+
+
+ %1 will download and store a copy of the Bitcoin block chain.
+
- Die beursie sal ook gestoor word in hierdie lêer.
+ The wallet will also be stored in this directory.
- Fout: Gespesifiseerde dataleêr "%1" kon nie geskep word nie.
+ Error: Specified data directory "%1" cannot be created.
- Fout
+ Error
-
+
+
+ %n GB of free space available%n GB of free space available
+
+
+
+ (of %n GB needed)(of %n GB needed)
+
+
+
+ (%n GB needed for full chain)(%n GB needed for full chain)
+
+
ModalOverlay
- Vorm
+ Form
+
+
+
+ Recent transactions may not yet be visible, and therefore your wallet's balance might be incorrect. This information will be correct once your wallet has finished synchronizing with the bitcoin network, as detailed below.
+
+
+
+ Attempting to spend bitcoins that are affected by not-yet-displayed transactions will not be accepted by the network.
- Aantal blokke oor
+ Number of blocks left
- Onbekend...
+ Unknown...
- Laaste blok tyd
+ Last block time
- Vorderering
+ Progress
- Vorderingstoename per uur
+ Progress increase per hour
- besig met bereken...
+ calculating...
- Geskatte tyd oor totdat gesinkroniseer
+ Estimated time left until synced
- Steek weg
+ Hide
-
+
+
+ Esc
+
+
+
+ %1 is currently syncing. It will download headers and blocks from peers and validate them until reaching the tip of the block chain.
+
+
+
+ Unknown. Syncing Headers (%1, %2%)...
+
+
OpenURIDialog
+
+
+ Open bitcoin URI
+ URI:
@@ -829,76 +1087,180 @@
OpenWalletActivity
-
+
+
+ Open wallet failed
+
+
+
+ Open wallet warning
+
+
+
+ default wallet
+
+
+
+ Opening Wallet <b>%1</b>...
+
+
OptionsDialog
- Opsies
+ Options
- &Hoof
+ &Main
- Begin %1 outomaties nadat jy aangemeld is by die stelsel.
+ Automatically start %1 after logging in to the system.
- &Begin %1 op stelsel aanmelding
+ &Start %1 on system login
- Grootte van &databasis kas
+ Size of &database cache
- Aantal skrip &verifikasie drade
+ Number of script &verification threads
+
+
+
+ IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1)
+
+
+
+ Shows if the supplied default SOCKS5 proxy is used to reach peers via this network type.
+
+
+
+ Use separate SOCKS&5 proxy to reach peers via Tor hidden services:
+
+
+
+ Hide the icon from the system tray.
+
+
+
+ &Hide tray icon
+
+
+
+ Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu.
+
+
+
+ Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.
- Maak die %1 konfigurasie lêer oop van die werk gids.
+ Open the %1 configuration file from the working directory.
- Open Konfigurasie Lêer
+ Open Configuration File
- Alle kliëntopsies na verstek terugstel.
+ Reset all client options to default.
- &Herstel Opsies
+ &Reset Options
- &Netwerk
+ &Network
+
+
+
+ Disables some advanced features but all blocks will still be fully validated. Reverting this setting requires re-downloading the entire blockchain. Actual disk usage may be somewhat higher.
+
+
+
+ Prune &block storage to
+
+
+
+ GB
+
+
+
+ Reverting this setting requires re-downloading the entire blockchain.
+
+
+
+ MiB
+
+
+
+ (0 = auto, <0 = leave that many cores free)
- &Beursie
+ W&allet
- Kenner
+ Expert
- Bemagtig munt &beheer funksies.
+ Enable coin &control features
+
+
+
+ If you disable the spending of unconfirmed change, the change from a transaction cannot be used until that transaction has at least one confirmation. This also affects how your balance is computed.
- &Spandeer onbevestigde kleingeld
+ &Spend unconfirmed change
+
+
+
+ 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
+
+
+
+ Accept connections from outside.
+
+
+
+ Allow incomin&g connections
+
+
+
+ Connect to the Bitcoin network through a SOCKS5 proxy.
+
+
+
+ &Connect through SOCKS5 proxy (default proxy):
+
+
+
+ Proxy &IP:&Port:
+
+
+ Port of the proxy (e.g. 9050)
+
- Word gebruik vir die bereik van eweknieë via:
+ Used for reaching peers via:
@@ -912,29 +1274,57 @@
Tor
+
+
+ Connect to the Bitcoin network through a separate SOCKS5 proxy for Tor hidden services.
+
- &Venster
+ &Window
+
+
+
+ Show only a tray icon after minimizing the window.
+
+
+
+ &Minimize to the tray instead of the taskbar
- V&erminder op toemaak
+ M&inimize on close
- &Vertoon
+ &Display
- Gebruikers Koppelvlak &taal:
+ User Interface &language:
+
+
+
+ The user interface language can be set here. This setting will take effect after restarting %1.
- &Eenheid om bedrae te toon in:
+ &Unit to show amounts in:
+
+
+
+ Choose the default subdivision unit to show in the interface and when sending coins.
- Of om munt beheer funksies te wys of nie.
+ Whether to show coin control features or not.
+
+
+
+ &Third party transaction URLs
+
+
+
+ Options set in this dialog are overridden by the command line or in the configuration file:
@@ -942,135 +1332,207 @@
- &Kanselleer
+ &Cancel
- standaard
+ default
- niks
+ none
- Bevestig terugstel van opsies
+ Confirm options reset
- Kliënt moet herbegin word om veranderinge te aktiveer.
+ Client restart required to activate changes.
- Kliënt sal toegemaak word. Wil u voortgaan?
+ Client will be shut down. Do you want to proceed?
- Konfigurasie opsies
+ Configuration options
+
+
+
+ The configuration file is used to specify advanced user options which override GUI settings. Additionally, any command-line options will override this configuration file.
- Fout
+ Error
- Die konfigurasie lêer kon nie oopgemaak word nie.
+ The configuration file could not be opened.
- Hierdie verandering sal 'n herbegin van die kliënt vereis.
+ This change would require a client restart.
- Die verskafde volmag adres is ongeldig.
+ The supplied proxy address is invalid.OverviewPage
- Vorm
+ 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.
- Kyk-net:
+ Watch-only:
- Beskikbaar:
+ Available:
- U huidige bruikbare balans
+ Your current spendable balance
- Hangend:
+ Pending:
+
+
+
+ Total of transactions that have yet to be confirmed, and do not yet count toward the spendable balance
- Onvolwasse:
+ Immature:
+
+
+
+ Mined balance that has not yet matured
- Balans
+ Balances
- Totaal:
+ Total:
- U huidige totale balans
+ Your current total balance
+
+
+
+ Your current balance in watch-only addresses
- Besteebaar:
+ Spendable:
- Onlangse transaksies
+ Recent transactions
-
+
+
+ Unconfirmed transactions to watch-only addresses
+
+
+
+ Mined balance in watch-only addresses that has not yet matured
+
+
+
+ Current total balance in watch-only addresses
+
+
PaymentServer
- Betalings versoek fout
+ Payment request error
+
+
+
+ Cannot start bitcoin: click-to-pay handler
- URI hantering
+ URI handling
-
+
+
+ 'bitcoin://' is not a valid URI. Use 'bitcoin:' instead.
+
+
+
+ Cannot process payment request because BIP70 is not supported.
+
+
+
+ Due to widespread security flaws in BIP70 it's strongly recommended that any merchant instructions to switch wallets be ignored.
+
+
+
+ If you are receiving this error you should request the merchant provide a BIP21 compatible URI.
+
+
+
+ Invalid payment address %1
+
+
+
+ URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters.
+
+
+
+ Payment request file handling
+
+
PeerTableModel
- Gebruikeragent
+ User Agent
+
+
+
+ Node/Service
- NodusId
+ NodeId
+
+
+
+ Ping
- Gestuur
+ Sent
- Ontvang
+ ReceivedQObject
- Bedrag
+ Amount
- Voer in 'n Bitcoin adres (bv. %1)
+ Enter a Bitcoin address (e.g. %1)
@@ -1090,19 +1552,43 @@
- Geen
+ None
- n.v.t.
+ N/A%1 ms
+
+
+ %n second%n seconds
+
+
+
+ %n minute%n minutes
+
+
+
+ %n hour%n hours
+
+
+
+ %n day%n days
+
+
+
+ %n week%n weeks
+
- %1 en %2
+ %1 and %2
+
+
+
+ %n year%n years
@@ -1120,99 +1606,275 @@
%1 GB
+
+
+ Error: Specified data directory "%1" does not exist.
+
+
+
+ Error: Cannot parse configuration file: %1.
+
- Fout: %1
+ Error: %1
+
+
+
+ %1 didn't yet exit safely...
- onbekend
+ unknownQRImageWidget
- &Stoor beeld
+ &Save Image...
+
+
+
+ &Copy Image
- Gevolglike URI te lank, probeer teks verkort vir etiket/boodskap
+ Resulting URI too long, try to reduce the text for label / message.
- Fout met enkodering van URI na QR kode
+ Error encoding URI into QR Code.
-
+
+
+ QR code support not available.
+
+
+
+ Save QR Code
+
+
+
+ PNG Image (*.png)
+
+
RPCConsole
- n.v.t.
+ N/A
- Kliëntweergawe
+ Client version
- Informasie
+ &Information
- Algemeen
+ General
+
+
+
+ Using BerkeleyDB version
+
+
+
+ Datadir
+
+
+
+ To specify a non-default location of the data directory use the '%1' option.
+
+
+
+ Blocksdir
+
+
+
+ To specify a non-default location of the blocks directory use the '%1' option.
+
+
+
+ Startup time
- Netwerk
+ Network
- Naam
+ Name
- Aantal verbindings
+ Number of connections
- Blokketting
+ Block chain
- Huidige aantal blokke
+ Current number of blocks
+
+
+
+ Memory Pool
+
+
+
+ Current number of transactions
+
+
+
+ Memory usage
+
+
+
+ Wallet:
+
+
+
+ (none)
+
+
+
+ &Reset
- Ontvang
+ Received
- Gestuur
+ Sent
+
+
+
+ &Peers
- Verbanne porture
+ Banned peers
+
+
+
+ Select a peer to view detailed information.
- Gewitlys
+ Whitelisted
- Rigting
+ Direction
- Weergawe
+ Version
+
+
+
+ Starting Block
+
+
+
+ Synced Headers
+
+
+
+ Synced Blocks
+
+
+
+ The mapped Autonomous System used for diversifying peer selection.
+
+
+
+ Mapped AS
- Gebruikeragent
+ User Agent
+
+
+
+ Node window
+
+
+
+ Open the %1 debug log file from the current data directory. This can take a few seconds for large log files.
+
+
+
+ Decrease font size
+
+
+
+ Increase font size
+
+
+
+ Services
+
+
+
+ Ban Score
+
+
+
+ Connection Time
+
+
+
+ Last Send
+
+
+
+ Last Receive
+
+
+
+ Ping Time
+
+
+
+ The duration of a currently outstanding ping.
+
+
+
+ Ping Wait
+
+
+
+ Min Ping
+
+
+
+ Time Offset
- Laaste blok tyd
+ Last block time
+
+
+
+ &Open
+
+
+
+ &Console
+
+
+
+ &Network Traffic
+
+
+
+ Totals
@@ -1220,15 +1882,23 @@
- Uit:
+ Out:
+
+
+
+ Debug log file
+
+
+
+ Clear console
- 1 &uur
+ 1 &hour
- 1 &dag
+ 1 &day
@@ -1236,27 +1906,55 @@
- 1 &jaar
+ 1 &year
- &Ontkoppel
+ &Disconnect
- Verbied vir
+ Ban for
- &Toegelaat
+ &Unban
+
+
+
+ Welcome to the %1 RPC console.
+
+
+
+ Use up and down arrows to navigate history, and %1 to clear screen.
+
+
+
+ Type %1 for an overview of available commands.
+
+
+
+ For more information on using this console type %1.
+
+
+
+ WARNING: Scammers have been active, telling users to type commands here, stealing their wallet contents. Do not use this console without fully understanding the ramifications of a command.
- Netwerk aktiewiteit gedeaktiveer
+ Network activity disabled
+
+
+
+ Executing command without any wallet
+
+
+
+ Executing command using "%1" wallet
- (nodus id: %1)
+ (node id: %1)
@@ -1264,97 +1962,149 @@
- nooit
+ never
- Inkomende
+ Inbound
- Uitgaande
+ Outbound
- Ja
+ Yes
- Nee
+ No
- Onbekend
+ UnknownReceiveCoinsDialog
- &Bedrag:
+ &Amount:
- &Etiket:
+ &Label:
- &Boodskap:
+ &Message:
+
+
+
+ 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.
+
+
+
+ An optional label to associate with the new receiving address (used by you to identify an invoice). It is also attached to the payment request.
+
+
+
+ An optional message that is attached to the payment request and may be displayed to the sender.
+
+
+
+ &Create new receiving address
- Vee alle velde op die vorm skoon
+ Clear all fields of the form.
- Skoonmaak
+ Clear
+
+
+
+ Native segwit addresses (aka Bech32 or BIP-173) reduce your transaction fees later on and offer better protection against typos, but old wallets don't support them. When unchecked, an address compatible with older wallets will be created instead.
+
+
+
+ Generate native segwit (Bech32) address
+
+
+
+ Requested payments history
+
+
+
+ Show the selected request (does the same as double clicking an entry)
- Wys
+ Show
+
+
+
+ Remove the selected entries from the list
- Verwyder
+ Remove
+
+
+
+ Copy URI
- Kopieer etiket
+ Copy label
- Kopieer boodskap
+ Copy message
- Kopieer bedrag
+ Copy amountReceiveRequestDialog
- QR Kode
+ QR Code
- Kopieer &URI
+ Copy &URI
- Kopieer &Address
+ Copy &Address
- &Stoor beeld
+ &Save Image...
- Versoek betaling van %1
+ Request payment to %1
- Betaling informasie
+ Payment information
@@ -1362,314 +2112,404 @@
- Adres
+ Address
- Bedrag
+ Amount
- Etiket
+ Label
- Boodskap
+ Message
- Beursie
+ WalletRecentRequestsTableModel
- Datum
+ Date
- Etiket
+ Label
- Boodskap
+ Message
- (geen etiket)
+ (no label)
- (geen boodskap)
+ (no message)
- (geen bedrag versoek)
+ (no amount requested)
- Versoekte
+ RequestedSendCoinsDialog
- Stuur Munstukke
+ Send Coins
- Munt Beheer Kenmerke
+ Coin Control Features
- Insette...
+ Inputs...
- outomaties gekies
+ automatically selected
- Onvoldoende fondse
+ Insufficient funds!
- Hoeveelheid:
+ Quantity:
- Grepe:
+ Bytes:
- Bedrag:
+ Amount:
- Fooi:
+ Fee:
- Na Fooi:
+ After Fee:
- Verander:
+ 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
- Transaksie fooi:
+ Transaction Fee:
- Kies...
+ Choose...
- Die verstekfooi kan veroorsaak dat 'n transaksie gestuur word wat
-etlike ure of dae (of nooit) sal neem om te bevestig. Oorweeg om
-'n fooi met die hand te kies, of wag tot jy die hele ketting bevestig het.
+ Using the fallbackfee can result in sending a transaction that will take several hours or days (or never) to confirm. Consider choosing your fee manually or wait until you have validated the complete chain.
- Waarskuwing: fooiskatting is tans onbeskikbaar
+ Warning: Fee estimation is currently not possible.
+
+
+
+ Specify a custom fee per kB (1,000 bytes) of the transaction's virtual size.
+
+Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis per kB" for a transaction size of 500 bytes (half of 1 kB) would ultimately yield a fee of only 50 satoshis.
- per kilogreep
+ per kilobyte
- Steek weg
+ Hide
- Aanbeveel:
+ Recommended:
- Aangepaste:
+ Custom:
- (Slimfooi nog nie opgestel nie. Dit neem gewoonlik 'n paar blokke...)
+ (Smart fee not initialized yet. This usually takes a few blocks...)
- Stuur aan vele ontvangers op eens
+ Send to multiple recipients at once
- Voeg by &Ontvanger
+ Add &Recipient
- Vee alle velde op die vorm skoon
+ Clear all fields of the form.
- Stof:
+ Dust:
+
+
+
+ Hide transaction fee settings
+
+
+
+ When there is less transaction volume than space in the blocks, miners as well as relaying nodes may enforce a minimum fee. Paying only this minimum fee is just fine, but be aware that this can result in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.
+
+
+
+ A too low fee might result in a never confirming transaction (read the tooltip)
- Bevestigingstyd teiken:
+ Confirmation time target:
- Bemoontlik vervang-deur-fooi
+ Enable Replace-By-Fee
- Met Vervang-Met-Fooi (BIP-125) kan jy 'n transaskiefooi verhoog nadat dit gestuur is.
-Daarsonder mag 'n hoër fooi dalk aanbeveel word om te kompenseer vir 'n verhoogde
-transaksievertragingsrisiko.
+ With Replace-By-Fee (BIP-125) you can increase a transaction's fee after it is sent. Without this, a higher fee may be recommended to compensate for increased transaction delay risk.
- Vee &Alles skoon
+ Clear &All
- Balans:
+ Balance:
- Bevestig stuuraksie
+ Confirm the send action
- S&tuur
+ S&end
- Kopieer hoeveelheid
+ Copy quantity
- Kopieer bedrag
+ Copy amount
- Kopieer fooi
+ Copy fee
- Kopieer na fooi
+ Copy after fee
- Kopieer grepe
+ Copy bytes
- Kopieer stof
+ Copy dust
- Kopieer verandering
+ Copy change
- %1 (%2 blokke)
+ %1 (%2 blocks)
+
+
+
+ Cr&eate Unsigned
+
+
+
+ Creates a Partially Signed Bitcoin Transaction (PSBT) for use with e.g. an offline %1 wallet, or a PSBT-compatible hardware wallet.
+
+
+
+ from wallet '%1'
+
+
+
+ %1 to '%2'
- %1 tot %2
+ %1 to %2
+
+
+
+ Do you want to draft this transaction?
- Is u seker u wil verstuur?
+ Are you sure you want to send?
+
+
+
+ Please, review your transaction proposal. This will produce a Partially Signed Bitcoin Transaction (PSBT) which you can copy and then sign with e.g. an offline %1 wallet, or a PSBT-compatible hardware wallet.
- of
+ or
- U kan die fooi later verhoog (sein Vervang-met-Fooi, BIP-125)
+ You can increase the fee later (signals Replace-By-Fee, BIP-125).
+
+
+
+ Please, review your transaction.
- Transaksie fooi
+ Transaction fee
- Sein nie Vervang-Met-Fooi nie, BIP-25
+ Not signalling Replace-By-Fee, BIP-125.
+
+
+
+ Total Amount
+
+
+
+ To review recipient list click "Show Details..."
- Bevestig versending van munte
+ Confirm send coins
+
+
+
+ Confirm transaction proposal
+
+
+
+ Copy PSBT to clipboard
+
+
+
+ Send
+
+
+
+ PSBT copied
+
+
+
+ Watch-only balance:
- Die ontvangeradres is ongeldig. Kyk asseblief weer mooi.
+ The recipient address is not valid. Please recheck.
- Bedrag moet groter as nul wees
+ The amount to pay must be larger than 0.
- Die bedrag oorskry jou saldo
+ The amount exceeds your balance.
- Die somtotaal oorskry jou saldo as die %1 transaksiefooi ingereken word
+ The total exceeds your balance when the %1 transaction fee is included.
- Duplikaatadres: adresse behoort slegs eenkeer gebruik te word
+ Duplicate address found: addresses should only be used once each.
- Transaksieopstelling het gefaal
+ Transaction creation failed!
- 'n Fooi hoër as %1 word as buitensporig beskou
+ A fee higher than %1 is considered an absurdly high fee.
- Betalings versoek verstryk.
+ Payment request expired.
+
+
+
+ Estimated to begin confirmation within %n block.Estimated to begin confirmation within %n blocks.
- Waarskuwing: Ongeldige Bitcoinadres
+ Warning: Invalid Bitcoin address
+
+
+
+ Warning: Unknown change address
+
+
+
+ Confirm custom change address
- Die adres wat u gekies het vir verandering is nie deel van hierdie
-beursie nie. Enige of alle fondse mag dalk daarheen gestuur word.
-Is u seker?
+ The address you selected for change is not part of this wallet. Any or all funds in your wallet may be sent to this address. Are you sure?
- (geen etiket)
+ (no label)SendCoinsEntry
- &Bedrag:
+ A&mount:
- Betaal &Vir:
+ Pay &To:
- &Etiket:
+ &Label:
- Kies voorheen gebruikte adres
+ Choose previously used address
- Die Bitcoinadres waarheen die betaling gestuur word
+ The Bitcoin address to send the payment to
@@ -1677,57 +2517,93 @@ Is u seker?
- Plak adres van aanknipbord af
+ Paste address from clipboard
+
+
+
+ Alt+P
- Verwyder hierdie inskrywing
+ Remove this entry
+
+
+
+ The amount to send in the selected unit
- De fooi word afgetrek van die gestuurde bedrag.
-Die ontvanger sal minder ontvang as wat u in die
-bedrag opgee. As daar meer as een ontvanger is,
-word die fooi eweredig verdeel.
+ The fee will be deducted from the amount being sent. The recipient will receive less bitcoins than you enter in the amount field. If multiple recipients are selected, the fee is split equally.
- Bedrag &Sonder fooi
+ S&ubtract fee from amount
- Gebruik beskikbare saldo
+ Use available balance
- Boodskap:
+ Message:
- Hierdie is 'n ongemagtigde uitbetalingsversoek
+ This is an unauthenticated payment request.
- Hierdie is 'n gemagtigde uitbetalingsversoek
-
+ This is an authenticated payment request.
+
+
+
+ Enter a label for this address to add it to the list of used addresses
+
+
+
+ A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcoin network.
- Betaal Vir:
+ Pay To:
-
+
+
+ Memo:
+
+
ShutdownWindow
-
+
+
+ %1 is shutting down...
+
+
+
+ Do not shut down the computer until this window disappears.
+
+
SignVerifyMessageDialog
+
+
+ Signatures - Sign / Verify a Message
+
- &Teken boodskap
+ &Sign Message
+
+
+
+ You can sign messages/agreements with your addresses to prove you can receive bitcoins sent to them. Be careful not to sign anything vague or random, as phishing attacks may try to trick you into signing your identity over to them. Only sign fully-detailed statements you agree to.
+
+
+
+ The Bitcoin address to sign the message with
- Kies voorheen gebruikte adres
+ Choose previously used address
@@ -1735,35 +2611,127 @@ word die fooi eweredig verdeel.
- Plak adres van aanknipbord af
+ Paste address from clipboard
+
+
+
+ Alt+P
+
+
+
+ Enter the message you want to sign here
- Handtekening
+ Signature
+
+
+
+ Copy the current signature to the system clipboard
+
+
+
+ Sign the message to prove you own this Bitcoin address
- Teken &Boodskap
+ Sign &Message
+
+
+
+ Reset all sign message fields
- Vee &Alles skoon
+ Clear &All
- &Verifieer Boodskap
+ &Verify Message
+
+
+
+ Enter the receiver's address, message (ensure you copy line breaks, spaces, tabs, etc. exactly) and signature below to verify the message. Be careful not to read more into the signature than what is in the signed message itself, to avoid being tricked by a man-in-the-middle attack. Note that this only proves the signing party receives with the address, it cannot prove sendership of any transaction!
+
+
+
+ The Bitcoin address the message was signed with
+
+
+
+ The signed message to verify
+
+
+
+ The signature given when the message was signed
+
+
+
+ Verify the message to ensure it was signed with the specified Bitcoin address
- Verifieer &Boodskap
+ Verify &Message
+
+
+
+ Reset all verify message fields
+
+
+
+ Click "Sign Message" to generate signature
+
+
+
+ The entered address is invalid.
+
+
+
+ Please check the address and try again.
+
+
+
+ The entered address does not refer to a key.
+
+
+
+ Wallet unlock was cancelled.
+
+
+
+ No error
+
+
+
+ Private key for the entered address is not available.
+
+
+
+ Message signing failed.
- Boodskap geteken.
+ 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.
- Boodskap geverifieer.
+ Message verified.
@@ -1775,246 +2743,422 @@ word die fooi eweredig verdeel.
TransactionDesc
+
+
+ Open for %n more blockOpen for %n more blocks
+
+
+
+ Open until %1
+
+
+
+ conflicted with a transaction with %1 confirmations
+
+
+
+ 0/unconfirmed, %1
+
+
+
+ in memory pool
+
+
+
+ not in memory pool
+
+
+
+ abandoned
+
+
+
+ %1/unconfirmed
+
+
+
+ %1 confirmations
+
+
+
+ Status
+
- Datum
+ Date
+
+
+
+ Source
+
+
+
+ Generated
- Van
+ From
- onbekend
+ unknown
- Na
+ To
- eie adres
+ own address
- kyk-net
+ watch-only
- etiket
+ label
- Krediet
+ Credit
+
+
+
+ matures in %n more blockmatures in %n more blocks
- nie aanvaar nie
+ not accepted
- Debiet
+ Debit
- Totale debiet
+ Total debit
- Totale crediet
+ Total credit
- Transaksie fooi
+ Transaction fee
- Netto bedrag
+ Net amount
- Boodskap
+ Message
- Kommentaar
+ Comment
- Transaksie ID
+ Transaction ID
- Transaksie totale grootte
+ Transaction total size
+
+
+
+ Transaction virtual size
+
+
+
+ Output index
+
+
+
+ (Certificate was not verified)
+
+
+
+ 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
- Transaksie
+ Transaction
+
+
+
+ Inputs
- Bedrag
+ Amount
- waar
+ true
- onwaar
+ falseTransactionDescDialog
-
+
+
+ This pane shows a detailed description of the transaction
+
+
+
+ Details for %1
+
+
TransactionTableModel
- Datum
+ Date
- Tipe
+ Type
- Etiket
+ Label
+
+
+
+ Open for %n more blockOpen for %n more blocks
+
+
+
+ Open until %1
+
+
+
+ Unconfirmed
+
+
+
+ Abandoned
+
+
+
+ Confirming (%1 of %2 recommended confirmations)
+
+
+
+ Confirmed (%1 confirmations)
+
+
+
+ Conflicted
+
+
+
+ Immature (%1 confirmations, will be available after %2)
+
+
+
+ Generated but not accepted
- Ontvang met
+ Received with
- Ontvang van
+ Received from
- Gestuur na
+ Sent to
- Betalings Aan/na jouself
+ Payment to yourself
- Gemyn
+ Mined
- kyk-net
+ watch-only
- (n.v.t)
+ (n/a)
- (geen etiket)
+ (no label)
+
+
+
+ Transaction status. Hover over this field to show number of confirmations.
- Datum en tyd wat die transaksie ontvang was.
+ Date and time that the transaction was received.
- Tipe transaksie.
+ Type of transaction.
-
+
+
+ Whether or not a watch-only address is involved in this transaction.
+
+
+
+ User-defined intent/purpose of the transaction.
+
+
+
+ Amount removed from or added to balance.
+
+
TransactionView
- Alles
+ All
- Vandag
+ Today
- Hierdie week
+ This week
- Hierdie maand
+ This month
- Verlede maand
+ Last month
- Hierdie jaar
+ This year
- Reeks...
+ Range...
- Ontvang met
+ Received with
- Gestuur na
+ Sent to
- Aan/na jouself
+ To yourself
- Gemyn
+ Mined
- Ander
+ Other
+
+
+
+ Enter address, transaction id, or label to search
- Min bedrag
+ Min amount
+
+
+
+ Abandon transaction
+
+
+
+ Increase transaction fee
- Maak kopie van adres
+ Copy address
- Kopieer etiket
+ Copy label
- Kopieer bedrag
+ Copy amount
- Kopieer transaksie ID
+ Copy transaction ID
+
+
+
+ Copy raw transaction
+
+
+
+ Copy full transaction details
+
+
+
+ Edit label
+
+
+
+ Show transaction details
+
+
+
+ Export Transaction History
- Koma geskeide lêer (*.csv)
+ Comma separated file (*.csv)
- Bevestig
+ Confirmed
+
+
+
+ Watch-only
- Datum
+ Date
- Tipe
+ Type
- Etiket
+ Label
- Adres
+ Address
@@ -2022,133 +3166,655 @@ word die fooi eweredig verdeel.
- Uitvoering Misluk
+ Exporting Failed
+
+
+
+ There was an error trying to save the transaction history to %1.
+
+
+
+ Exporting Successful
+
+
+
+ The transaction history was successfully saved to %1.
- Reeks:
+ Range:
- aan
+ toUnitDisplayStatusBarControl
-
+
+
+ Unit to show amounts in. Click to select another unit.
+
+
WalletController
-
+
+
+ Close wallet
+
+
+
+ Are you sure you wish to close the wallet <i>%1</i>?
+
+
+
+ Closing the wallet for too long can result in having to resync the entire chain if pruning is enabled.
+
+
WalletFrame
-
+
+
+ No wallet has been loaded.
+
+
WalletModel
- Stuur Munstukke
+ Send Coins
+
+
+
+ Fee bump error
+
+
+
+ Increasing transaction fee failed
+
+
+
+ Do you want to increase the fee?
+
+
+
+ Do you want to draft a transaction with fee increase?
+
+
+
+ Current fee:
+
+
+
+ Increase:
- Nuwe fooi:
+ New fee:
-
+
+
+ Confirm fee bump
+
+
+
+ Can't draft transaction.
+
+
+
+ PSBT copied
+
+
+
+ Can't sign transaction.
+
+
+
+ Could not commit transaction
+
+
+
+ default wallet
+
+
WalletView
- &Uitvoer
+ &Export
- Voer inligting uit van die huidige blad na n lêer
+ 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.
+
+
+
+ Backup Successful
+
+
+
+ The wallet data was successfully saved to %1.
+
+
+
+ Cancel
+
+
bitcoin-core
+
+
+ Distributed under the MIT software license, see the accompanying file %s or %s
+
+
+
+ Prune configured below the minimum of %d MiB. Please use a higher number.
+
+
+
+ Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node)
+
+
+
+ Error: A fatal internal error occurred, see debug.log for details
+
+
+
+ Pruning blockstore...
+
+
+
+ Unable to start HTTP server. See debug log for details.
+
+
+
+ The %s developers
+
+
+
+ Can't generate a change-address key. No keys in the internal keypool and can't generate any keys.
+
+
+
+ Cannot obtain a lock on data directory %s. %s is probably already running.
+
+
+
+ Cannot provide specific connections and have addrman find outgoing connections at the same.
+
+
+
+ Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect.
+
+
+
+ Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly.
+
+
+
+ Please contribute if you find %s useful. Visit %s for further information about the software.
+
+
+
+ The block database contains a block which appears to be from the future. This may be due to your computer's date and time being set incorrectly. Only rebuild the block database if you are sure that your computer's date and time are correct
+
+
+
+ This is a pre-release test build - use at your own risk - do not use for mining or merchant applications
+
+
+
+ This is the transaction fee you may discard if change is smaller than dust at this level
+
+
+
+ Unable to replay blocks. You will need to rebuild the database using -reindex-chainstate.
+
+
+
+ Unable to rewind the database to a pre-fork state. You will need to redownload the blockchain
+
+
+
+ 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.
+
+
+
+ %d of last 100 blocks have unexpected version
+
+
+
+ %s corrupt, salvage failed
+
+
+
+ -maxmempool must be at least %d MB
+
+
+
+ Cannot resolve -%s address: '%s'
+
+
+
+ Change index out of range
+
+
+
+ Config setting for %s only applied on %s network when in [%s] section.
+
+
+
+ Copyright (C) %i-%i
+
+
+
+ Corrupted block database detected
+
+
+
+ Could not find asmap file %s
+
+
+
+ Could not parse asmap file %s
+
+
+
+ Do you want to rebuild the block database now?
+
+
+
+ Error initializing block database
+
+
+
+ Error initializing wallet database environment %s!
+
- Fout met laai %s
+ Error loading %s
+
+
+
+ Error loading %s: Private keys can only be disabled during creation
+
+
+
+ Error loading %s: Wallet corrupted
+
+
+
+ Error loading %s: Wallet requires newer version of %s
+
+
+
+ Error loading block database
+
+
+
+ Error opening block database
+
+
+
+ Failed to listen on any port. Use -listen=0 if you want this.
+
+
+
+ Failed to rescan the wallet during initialization
- Invoer proses tans besig..
+ Importing...
+
+
+
+ Incorrect or no genesis block found. Wrong datadir for network?
+
+
+
+ Initialization sanity check failed. %s is shutting down.
+
+
+
+ Invalid P2P permission: '%s'
+
+
+
+ Invalid amount for -%s=<amount>: '%s'
+
+
+
+ Invalid amount for -discardfee=<amount>: '%s'
+
+
+
+ Invalid amount for -fallbackfee=<amount>: '%s'
+
+
+
+ Specified blocks directory "%s" does not exist.
+
+
+
+ Unknown address type '%s'
+
+
+
+ Unknown change type '%s'
+
+
+
+ Upgrading txindex database
+
+
+
+ Loading P2P addresses...
+
+
+
+ Error: Disk space is too low!
+
+
+
+ Loading banlist...
+
+
+
+ Not enough file descriptors available.
+
+
+
+ Prune cannot be configured with a negative value.
+
+
+
+ Prune mode is incompatible with -txindex.
+
+
+
+ Replaying blocks...
+
+
+
+ Rewinding blocks...
+
+
+
+ The source code is available from %s.
+
+
+
+ Transaction fee and change calculation failed
+
+
+
+ Unable to bind to %s on this computer. %s is probably already running.
+
+
+
+ Unable to generate keys
+
+
+
+ Unsupported logging category %s=%s.
+
+
+
+ Upgrading UTXO database
+
+
+
+ User Agent comment (%s) contains unsafe characters.
+
+
+
+ Verifying blocks...
+
+
+
+ Wallet needed to be rewritten: restart %s to complete
+
+
+
+ Error: Listening for incoming connections failed (listen returned error %s)
+
+
+
+ Invalid amount for -maxtxfee=<amount>: '%s' (must be at least the minrelay fee of %s to prevent stuck transactions)
+
+
+
+ The transaction amount is too small to send after the fee has been deducted
+
+
+
+ You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain
+
+
+
+ Error reading from database, shutting down.
+
+
+
+ Error upgrading chainstate database
+
+
+
+ Error: Disk space is low for %s
+
+
+
+ Invalid -onion address or hostname: '%s'
+
+
+
+ Invalid -proxy address or hostname: '%s'
+
+
+
+ Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s)
+
+
+
+ Invalid netmask specified in -whitelist: '%s'
+
+
+
+ Need to specify a port with -whitebind: '%s'
+
+
+
+ Prune mode is incompatible with -blockfilterindex.
+
+
+
+ Reducing -maxconnections from %d to %d, because of system limitations.
+
+
+
+ Section [%s] is not recognized.
- Teken van transaksie het misluk
+ Signing transaction failed
+
+
+
+ Specified -walletdir "%s" does not exist
+
+
+
+ Specified -walletdir "%s" is a relative path
+
+
+
+ Specified -walletdir "%s" is not a directory
+
+
+
+ The specified config file %s does not exist
+
+
+
+
+ The transaction amount is too small to pay the fee
- Dié is eksperimentele sagteware.
+ This is experimental software.
- Transaksie bedrag te klein
+ Transaction amount too small
- Transaksie te groot
+ Transaction too large
+
+
+
+ Unable to bind to %s on this computer (bind returned error %s)
+
+
+
+ Unable to create the PID file '%s': %s
+
+
+
+ Unable to generate initial keys
+
+
+
+ Unknown -blockfilterindex value %s.
- Besig met verifieer van beursie(s)...
+ Verifying wallet(s)...
+
+
+
+ Warning: unknown new rules activated (versionbit %i)
+
+
+
+ Zapping all transactions from wallet...
+
+
+
+ -maxtxfee is set very high! Fees this large could be paid on a single transaction.
+
+
+
+ This is the transaction fee you may pay when fee estimates are not available.
+
+
+
+ Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments.
+
+
+
+ Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup.
- %s is baie hoog gestel!
+ %s is set very high!
+
+
+
+ Error loading wallet %s. Duplicate -wallet filename specified.
- Begin tans netwerkdrade...
+ Starting network threads...
+
+
+
+ The wallet will avoid paying less than the minimum relay fee.
- Dit is die minimum transaksie fooi wat u betaal op elke transaksie.
+ This is the minimum transaction fee you pay on every transaction.
- Dit is die transaksie fooi wat u sal betaal as u 'n transaksie stuur.
+ This is the transaction fee you will pay if you send a transaction.
- Transaksies bedrae moet nie negatief wees nie
+ Transaction amounts must not be negative
- Transaksie se mempool ketting is te lank
+ Transaction has too long of a mempool chain
- Transaksie moet ten minste een ontvanger hê
+ Transaction must have at least one recipient
- Onbekende netwerk gespesifiseer in -onlynet: '%s'
+ Unknown network specified in -onlynet: '%s'
- Onvoldoende fondse
+ Insufficient funds
+
+
+
+ Cannot upgrade a non HD split wallet without upgrading to support pre split keypool. Please use -upgradewallet=169900 or -upgradewallet with no version specified.
+
+
+
+ Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable -fallbackfee.
+
+
+
+ Warning: Private keys detected in wallet {%s} with disabled private keys
+
+
+
+ Cannot write to data directory '%s'; check permissions.
- Laai blok indeks...
+ Loading block index...
- Laai beursie...
+ Loading wallet...
- Kan nie beursie afgradeer nie
+ Cannot downgrade wallet
- Word herskandeer...
+ Rescanning...
- Klaar gelaai
+ Done loading
\ No newline at end of file
diff --git a/src/qt/locale/bitcoin_ar.ts b/src/qt/locale/bitcoin_ar.ts
index 0d138d353c..0209705b25 100644
--- a/src/qt/locale/bitcoin_ar.ts
+++ b/src/qt/locale/bitcoin_ar.ts
@@ -183,6 +183,10 @@
ادخل كملة المرور القديمة وكلمة المرور الجديدة للمحفظة.
+
+
+ تذكر أن تشفير محفظتك لا يحمي البيتكوين الخاصة بك بشكل كامل من السرقة من قبل البرامج الخبيثةالتي تصيب حاسوبك
+ سوف يتم تشفير محفظتك
@@ -756,9 +760,41 @@
CreateWalletActivity
-
+
+
+ فشل إنشاء المحفظة
+
+
+
+ تحذير إنشاء محفظة
+
+
CreateWalletDialog
+
+
+ إنشاء محفظة
+
+
+
+ إسم المحفظة
+
+
+
+ شفر المحفظة. المحفظة سيتم تشفيرها بإستخدام كلمة مرور من إختيارك.
+
+
+
+ تشفير محفظة
+
+
+
+ إيقاف المفاتيح الخاصة
+
+
+
+ أنشئ محفظة فارغة
+ إنشاء
@@ -802,6 +838,14 @@
العنوان المدخل "%1" ليس عنوان بيت كوين صحيح.
+
+
+ العنوان "%1" موجود بالفعل كعنوان إستقبال تحت مسمى "%2" ولذلك لا يمكن إضافته كعنوان إرسال.
+
+
+
+ العنوان المدخل "%1" موجود بالفعل في سجل العناوين تحت مسمى " "%2".
+ يمكن فتح المحفظة.
diff --git a/src/qt/locale/bitcoin_bn.ts b/src/qt/locale/bitcoin_bn.ts
index 3a68e2847c..5a98c56acd 100644
--- a/src/qt/locale/bitcoin_bn.ts
+++ b/src/qt/locale/bitcoin_bn.ts
@@ -3,184 +3,3818 @@
AddressBookPage
- ঠিকানা কিংবা লেভেল সম্পাদনার জন্য রাইট-ক্লিক করুন
+ Right-click to edit address or label
- নতুন একটি ঠিকানা তৈরি করুন
+ Create a new address
- নতুন
+ &New
+
+
+
+ Copy the currently selected address to the system clipboard
- কপি/প্রতিলিপি
+ &Copy
- কপি/প্রতিলিপি
+ C&lose
-
+
+
+ Delete the currently selected address from the list
+
+
+
+ Enter address or label to search
+
+
+
+ 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. Use the 'Create new receiving address' button in the receive tab to create new addresses.
+
+
+
+ &Copy Address
+
+
+
+ Copy &Label
+
+
+
+ &Edit
+
+
+
+ Export Address List
+
+
+
+ Comma separated file (*.csv)
+
+
+
+ Exporting Failed
+
+
+
+ There was an error trying to save the address list to %1. Please try again.
+
+
AddressTableModel
-
- ঠিকানা
+
+ Label
-
+
+
+ Address
+
+
+
+ (no label)
+
+
AskPassphraseDialog
-
+
+
+ Passphrase Dialog
+
+
+
+ Enter passphrase
+
+
+
+ New passphrase
+
+
+
+ Repeat new passphrase
+
+
+
+ Show passphrase
+
+
+
+ Encrypt wallet
+
+
+
+ This operation needs your wallet passphrase to unlock the wallet.
+
+
+
+ Unlock wallet
+
+
+
+ This operation needs your wallet passphrase to decrypt the wallet.
+
+
+
+ Decrypt wallet
+
+
+
+ Change passphrase
+
+
+
+ Confirm wallet encryption
+
+
+
+ Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>!
+
+
+
+ Are you sure you wish to encrypt your wallet?
+
+
+
+ Wallet encrypted
+
+
+
+ Enter the new passphrase for the wallet.<br/>Please use a passphrase of <b>ten or more random characters</b>, or <b>eight or more words</b>.
+
+
+
+ Enter the old passphrase and new passphrase for the wallet.
+
+
+
+ Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
+
+
+
+ Wallet to be encrypted
+
+
+
+ Your wallet is about to be encrypted.
+
+
+
+ Your wallet is now encrypted.
+
+
+
+ IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.
+
+
+
+ Wallet encryption failed
+
+
+
+ Wallet encryption failed due to an internal error. Your wallet was not encrypted.
+
+
+
+ The supplied passphrases do not match.
+
+
+
+ Wallet unlock failed
+
+
+
+ The passphrase entered for the wallet decryption was incorrect.
+
+
+
+ Wallet decryption failed
+
+
+
+ Wallet passphrase was successfully changed.
+
+
+
+ Warning: The Caps Lock key is on!
+
+
BanTableModel
-
+
+
+ IP/Netmask
+
+
+
+ Banned Until
+
+
BitcoinGUI
-
- সতর্কতা
+
+ Sign &message...
-
+
+
+ Synchronizing with network...
+
+
+
+ &Overview
+
+
+
+ Show general overview of wallet
+
+
+
+ &Transactions
+
+
+
+ Browse transaction history
+
+
+
+ E&xit
+
+
+
+ Quit application
+
+
+
+ &About %1
+
+
+
+ Show information about %1
+
+
+
+ About &Qt
+
+
+
+ Show information about Qt
+
+
+
+ &Options...
+
+
+
+ Modify configuration options for %1
+
+
+
+ &Encrypt Wallet...
+
+
+
+ &Backup Wallet...
+
+
+
+ &Change Passphrase...
+
+
+
+ Open &URI...
+
+
+
+ Create Wallet...
+
+
+
+ Create a new wallet
+
+
+
+ Wallet:
+
+
+
+ Click to disable network activity.
+
+
+
+ Network activity disabled.
+
+
+
+ Click to enable network activity again.
+
+
+
+ Syncing Headers (%1%)...
+
+
+
+ Reindexing blocks on disk...
+
+
+
+ Proxy is <b>enabled</b>: %1
+
+
+
+ Send coins to a Bitcoin address
+
+
+
+ Backup wallet to another location
+
+
+
+ Change the passphrase used for wallet encryption
+
+
+
+ &Verify message...
+
+
+
+ &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
+
+
+
+ Request payments (generates QR codes and bitcoin: URIs)
+
+
+
+ Show the list of used sending addresses and labels
+
+
+
+ Show the list of used receiving addresses and labels
+
+
+
+ &Command-line options
+
+
+
+ %n active connection to Bitcoin network%n active connections to Bitcoin network
+
+
+
+ Indexing blocks on disk...
+
+
+
+ Processing blocks on disk...
+
+
+
+ Processed %n block of transaction history.Processed %n blocks of transaction history.
+
+
+
+ %1 behind
+
+
+
+ Last received block was generated %1 ago.
+
+
+
+ Transactions after this will not yet be visible.
+
+
+
+ Error
+
+
+
+ Warning
+
+
+
+ Information
+
+
+
+ Up to date
+
+
+
+ Node window
+
+
+
+ Open node debugging and diagnostic console
+
+
+
+ &Sending addresses
+
+
+
+ &Receiving addresses
+
+
+
+ Open a bitcoin: URI
+
+
+
+ Open Wallet
+
+
+
+ Open a wallet
+
+
+
+ Close Wallet...
+
+
+
+ Close wallet
+
+
+
+ Show the %1 help message to get a list with possible Bitcoin command-line options
+
+
+
+ default wallet
+
+
+
+ No wallets available
+
+
+
+ &Window
+
+
+
+ Minimize
+
+
+
+ Zoom
+
+
+
+ Main Window
+
+
+
+ %1 client
+
+
+
+ Connecting to peers...
+
+
+
+ Catching up...
+
+
+
+ Error: %1
+
+
+
+ Warning: %1
+
+
+
+ Date: %1
+
+
+
+
+ Amount: %1
+
+
+
+
+ Wallet: %1
+
+
+
+
+ Type: %1
+
+
+
+
+ Label: %1
+
+
+
+
+ Address: %1
+
+
+
+
+ Sent transaction
+
+
+
+ Incoming transaction
+
+
+
+ HD key generation is <b>enabled</b>
+
+
+
+ HD key generation is <b>disabled</b>
+
+
+
+ Private key <b>disabled</b>
+
+
+
+ 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.
+
+
CoinControlDialog
-
+
+
+ Coin Selection
+
+
+
+ Quantity:
+
+
+
+ Bytes:
+
+
+
+ Amount:
+
+
+
+ Fee:
+
+
+
+ Dust:
+
+
+
+ After Fee:
+
+
+
+ Change:
+
+
+
+ (un)select all
+
+
+
+ Tree mode
+
+
+
+ List mode
+
+
+
+ Amount
+
+
+
+ Received with label
+
+
+
+ Received with address
+
+
+
+ Date
+
+
+
+ Confirmations
+
+
+
+ Confirmed
+
+
+
+ Copy address
+
+
+
+ Copy label
+
+
+
+ Copy amount
+
+
+
+ Copy transaction ID
+
+
+
+ Lock unspent
+
+
+
+ Unlock unspent
+
+
+
+ Copy quantity
+
+
+
+ Copy fee
+
+
+
+ Copy after fee
+
+
+
+ Copy bytes
+
+
+
+ Copy dust
+
+
+
+ Copy change
+
+
+
+ (%1 locked)
+
+
+
+ yes
+
+
+
+ no
+
+
+
+ This label turns red if any recipient receives an amount smaller than the current dust threshold.
+
+
+
+ Can vary +/- %1 satoshi(s) per input.
+
+
+
+ (no label)
+
+
+
+ change from %1 (%2)
+
+
+
+ (change)
+
+
CreateWalletActivity
-
+
+
+ Creating Wallet <b>%1</b>...
+
+
+
+ Create wallet failed
+
+
+
+ Create wallet warning
+
+
CreateWalletDialog
-
+
+
+ Create Wallet
+
+
+
+ Wallet Name
+
+
+
+ Encrypt the wallet. The wallet will be encrypted with a passphrase of your choice.
+
+
+
+ Encrypt Wallet
+
+
+
+ Disable private keys for this wallet. Wallets with private keys disabled will have no private keys and cannot have an HD seed or imported private keys. This is ideal for watch-only wallets.
+
+
+
+ Disable Private Keys
+
+
+
+ Make a blank wallet. Blank wallets do not initially have private keys or scripts. Private keys and addresses can be imported, or an HD seed can be set, at a later time.
+
+
+
+ Make Blank Wallet
+
+
+
+ Create
+
+
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 sending address
+
+
+
+ Edit receiving address
+
+
+
+ Edit sending address
+
+
+
+ The entered address "%1" is not a valid Bitcoin address.
+
+
+
+ Address "%1" already exists as a receiving address with label "%2" and so cannot be added as a sending address.
+
+
+
+ The entered address "%1" is already in the address book with label "%2".
+
+
+
+ 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
-
+
+
+ version
+
+
+
+ About %1
+
+
+
+ Command-line options
+
+
Intro
-
+
+
+ Welcome
+
+
+
+ Welcome to %1.
+
+
+
+ As this is the first time the program is launched, you can choose where %1 will store its data.
+
+
+
+ When you click OK, %1 will begin to download and process the full %4 block chain (%2GB) starting with the earliest transactions in %3 when %4 initially launched.
+
+
+
+ Reverting this setting requires re-downloading the entire blockchain. It is faster to download the full chain first and prune it later. Disables some advanced features.
+
+
+
+ This initial synchronisation is very demanding, and may expose hardware problems with your computer that had previously gone unnoticed. Each time you run %1, it will continue downloading where it left off.
+
+
+
+ If you have chosen to limit block chain storage (pruning), the historical data must still be downloaded and processed, but will be deleted afterward to keep your disk usage low.
+
+
+
+ Use the default data directory
+
+
+
+ Use a custom data directory:
+
+
+
+ Bitcoin
+
+
+
+ Discard blocks after verification, except most recent %1 GB (prune)
+
+
+
+ At least %1 GB of data will be stored in this directory, and it will grow over time.
+
+
+
+ Approximately %1 GB of data will be stored in this directory.
+
+
+
+ %1 will download and store a copy of the Bitcoin block chain.
+
+
+
+ The wallet will also be stored in this directory.
+
+
+
+ Error: Specified data directory "%1" cannot be created.
+
+
+
+ Error
+
+
+
+ %n GB of free space available%n GB of free space available
+
+
+
+ (of %n GB needed)(of %n GB needed)
+
+
+
+ (%n GB needed for full chain)(%n GB needed for full chain)
+
+
ModalOverlay
-
+
+
+ Form
+
+
+
+ Recent transactions may not yet be visible, and therefore your wallet's balance might be incorrect. This information will be correct once your wallet has finished synchronizing with the bitcoin network, as detailed below.
+
+
+
+ Attempting to spend bitcoins that are affected by not-yet-displayed transactions will not be accepted by the network.
+
+
+
+ Number of blocks left
+
+
+
+ Unknown...
+
+
+
+ Last block time
+
+
+
+ Progress
+
+
+
+ Progress increase per hour
+
+
+
+ calculating...
+
+
+
+ Estimated time left until synced
+
+
+
+ Hide
+
+
+
+ Esc
+
+
+
+ %1 is currently syncing. It will download headers and blocks from peers and validate them until reaching the tip of the block chain.
+
+
+
+ Unknown. Syncing Headers (%1, %2%)...
+
+
OpenURIDialog
-
+
+
+ Open bitcoin URI
+
+
+
+ URI:
+
+
OpenWalletActivity
-
+
+
+ Open wallet failed
+
+
+
+ Open wallet warning
+
+
+
+ default wallet
+
+
+
+ Opening Wallet <b>%1</b>...
+
+
OptionsDialog
-
+
+
+ Options
+
+
+
+ &Main
+
+
+
+ Automatically start %1 after logging in to the system.
+
+
+
+ &Start %1 on system login
+
+
+
+ Size of &database cache
+
+
+
+ Number of script &verification threads
+
+
+
+ IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1)
+
+
+
+ Shows if the supplied default SOCKS5 proxy is used to reach peers via this network type.
+
+
+
+ Use separate SOCKS&5 proxy to reach peers via Tor hidden services:
+
+
+
+ Hide the icon from the system tray.
+
+
+
+ &Hide tray icon
+
+
+
+ Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu.
+
+
+
+ Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.
+
+
+
+ Open the %1 configuration file from the working directory.
+
+
+
+ Open Configuration File
+
+
+
+ Reset all client options to default.
+
+
+
+ &Reset Options
+
+
+
+ &Network
+
+
+
+ Disables some advanced features but all blocks will still be fully validated. Reverting this setting requires re-downloading the entire blockchain. Actual disk usage may be somewhat higher.
+
+
+
+ Prune &block storage to
+
+
+
+ GB
+
+
+
+ Reverting this setting requires re-downloading the entire blockchain.
+
+
+
+ MiB
+
+
+
+ (0 = auto, <0 = leave that many cores free)
+
+
+
+ W&allet
+
+
+
+ Expert
+
+
+
+ Enable coin &control features
+
+
+
+ If you disable the spending of unconfirmed change, the change from a transaction cannot be used until that transaction has at least one confirmation. This also affects how your balance is computed.
+
+
+
+ &Spend unconfirmed change
+
+
+
+ Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled.
+
+
+
+ Map port using &UPnP
+
+
+
+ Accept connections from outside.
+
+
+
+ Allow incomin&g connections
+
+
+
+ Connect to the Bitcoin network through a SOCKS5 proxy.
+
+
+
+ &Connect through SOCKS5 proxy (default proxy):
+
+
+
+ Proxy &IP:
+
+
+
+ &Port:
+
+
+
+ Port of the proxy (e.g. 9050)
+
+
+
+ Used for reaching peers via:
+
+
+
+ IPv4
+
+
+
+ IPv6
+
+
+
+ Tor
+
+
+
+ Connect to the Bitcoin network through a separate SOCKS5 proxy for Tor hidden services.
+
+
+
+ &Window
+
+
+
+ Show only a tray icon after minimizing the window.
+
+
+
+ &Minimize to the tray instead of the taskbar
+
+
+
+ M&inimize on close
+
+
+
+ &Display
+
+
+
+ User Interface &language:
+
+
+
+ The user interface language can be set here. This setting will take effect after restarting %1.
+
+
+
+ &Unit to show amounts in:
+
+
+
+ Choose the default subdivision unit to show in the interface and when sending coins.
+
+
+
+ Whether to show coin control features or not.
+
+
+
+ &Third party transaction URLs
+
+
+
+ Options set in this dialog are overridden by the command line or in the configuration file:
+
+
+
+ &OK
+
+
+
+ &Cancel
+
+
+
+ default
+
+
+
+ none
+
+
+
+ Confirm options reset
+
+
+
+ Client restart required to activate changes.
+
+
+
+ Client will be shut down. Do you want to proceed?
+
+
+
+ Configuration options
+
+
+
+ The configuration file is used to specify advanced user options which override GUI settings. Additionally, any command-line options will override this configuration file.
+
+
+
+ Error
+
+
+
+ The configuration file could not be opened.
+
+
+
+ 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.
+
+
+
+ Watch-only:
+
+
+
+ Available:
+
+
+
+ Your current spendable balance
+
+
+
+ Pending:
+
+
+
+ Total of transactions that have yet to be confirmed, and do not yet count toward the spendable balance
+
+
+
+ Immature:
+
+
+
+ Mined balance that has not yet matured
+
+
+
+ Balances
+
+
+
+ Total:
+
+
+
+ Your current total balance
+
+
+
+ Your current balance in watch-only addresses
+
+
+
+ Spendable:
+
+
+
+ Recent transactions
+
+
+
+ Unconfirmed transactions to watch-only addresses
+
+
+
+ Mined balance in watch-only addresses that has not yet matured
+
+
+
+ Current total balance in watch-only addresses
+
+
PaymentServer
-
+
+
+ Payment request error
+
+
+
+ Cannot start bitcoin: click-to-pay handler
+
+
+
+ URI handling
+
+
+
+ 'bitcoin://' is not a valid URI. Use 'bitcoin:' instead.
+
+
+
+ Cannot process payment request because BIP70 is not supported.
+
+
+
+ Due to widespread security flaws in BIP70 it's strongly recommended that any merchant instructions to switch wallets be ignored.
+
+
+
+ If you are receiving this error you should request the merchant provide a BIP21 compatible URI.
+
+
+
+ Invalid payment address %1
+
+
+
+ URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters.
+
+
+
+ Payment request file handling
+
+
PeerTableModel
-
+
+
+ User Agent
+
+
+
+ Node/Service
+
+
+
+ NodeId
+
+
+
+ Ping
+
+
+
+ Sent
+
+
+
+ Received
+
+
QObject
-
+
+
+ Amount
+
+
+
+ Enter a Bitcoin address (e.g. %1)
+
+
+
+ %1 d
+
+
+
+ %1 h
+
+
+
+ %1 m
+
+
+
+ %1 s
+
+
+
+ None
+
+
+
+ N/A
+
+
+
+ %1 ms
+
+
+
+ %n second%n seconds
+
+
+
+ %n minute%n minutes
+
+
+
+ %n hour%n hours
+
+
+
+ %n day%n days
+
+
+
+ %n week%n weeks
+
+
+
+ %1 and %2
+
+
+
+ %n year%n years
+
+
+
+ %1 B
+
+
+
+ %1 KB
+
+
+
+ %1 MB
+
+
+
+ %1 GB
+
+
+
+ Error: Specified data directory "%1" does not exist.
+
+
+
+ Error: Cannot parse configuration file: %1.
+
+
+
+ Error: %1
+
+
+
+ %1 didn't yet exit safely...
+
+
+
+ unknown
+
+
QRImageWidget
-
+
+
+ &Save Image...
+
+
+
+ &Copy Image
+
+
+
+ Resulting URI too long, try to reduce the text for label / message.
+
+
+
+ Error encoding URI into QR Code.
+
+
+
+ QR code support not available.
+
+
+
+ Save QR Code
+
+
+
+ PNG Image (*.png)
+
+
RPCConsole
-
+
+
+ N/A
+
+
+
+ Client version
+
+
+
+ &Information
+
+
+
+ General
+
+
+
+ Using BerkeleyDB version
+
+
+
+ Datadir
+
+
+
+ To specify a non-default location of the data directory use the '%1' option.
+
+
+
+ Blocksdir
+
+
+
+ To specify a non-default location of the blocks directory use the '%1' option.
+
+
+
+ Startup time
+
+
+
+ Network
+
+
+
+ Name
+
+
+
+ Number of connections
+
+
+
+ Block chain
+
+
+
+ Current number of blocks
+
+
+
+ Memory Pool
+
+
+
+ Current number of transactions
+
+
+
+ Memory usage
+
+
+
+ Wallet:
+
+
+
+ (none)
+
+
+
+ &Reset
+
+
+
+ Received
+
+
+
+ Sent
+
+
+
+ &Peers
+
+
+
+ Banned peers
+
+
+
+ Select a peer to view detailed information.
+
+
+
+ Whitelisted
+
+
+
+ Direction
+
+
+
+ Version
+
+
+
+ Starting Block
+
+
+
+ Synced Headers
+
+
+
+ Synced Blocks
+
+
+
+ The mapped Autonomous System used for diversifying peer selection.
+
+
+
+ Mapped AS
+
+
+
+ User Agent
+
+
+
+ Node window
+
+
+
+ Open the %1 debug log file from the current data directory. This can take a few seconds for large log files.
+
+
+
+ Decrease font size
+
+
+
+ Increase font size
+
+
+
+ Services
+
+
+
+ Ban Score
+
+
+
+ Connection Time
+
+
+
+ Last Send
+
+
+
+ Last Receive
+
+
+
+ Ping Time
+
+
+
+ The duration of a currently outstanding ping.
+
+
+
+ Ping Wait
+
+
+
+ Min Ping
+
+
+
+ Time Offset
+
+
+
+ Last block time
+
+
+
+ &Open
+
+
+
+ &Console
+
+
+
+ &Network Traffic
+
+
+
+ Totals
+
+
+
+ In:
+
+
+
+ Out:
+
+
+
+ Debug log file
+
+
+
+ Clear console
+
+
+
+ 1 &hour
+
+
+
+ 1 &day
+
+
+
+ 1 &week
+
+
+
+ 1 &year
+
+
+
+ &Disconnect
+
+
+
+ Ban for
+
+
+
+ &Unban
+
+
+
+ Welcome to the %1 RPC console.
+
+
+
+ Use up and down arrows to navigate history, and %1 to clear screen.
+
+
+
+ Type %1 for an overview of available commands.
+
+
+
+ For more information on using this console type %1.
+
+
+
+ WARNING: Scammers have been active, telling users to type commands here, stealing their wallet contents. Do not use this console without fully understanding the ramifications of a command.
+
+
+
+ Network activity disabled
+
+
+
+ Executing command without any wallet
+
+
+
+ Executing command using "%1" wallet
+
+
+
+ (node id: %1)
+
+
+
+ via %1
+
+
+
+ never
+
+
+
+ Inbound
+
+
+
+ Outbound
+
+
+
+ Yes
+
+
+
+ No
+
+
+
+ Unknown
+
+
ReceiveCoinsDialog
-
+
+
+ &Amount:
+
+
+
+ &Label:
+
+
+
+ &Message:
+
+
+
+ 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.
+
+
+
+ An optional label to associate with the new receiving address (used by you to identify an invoice). It is also attached to the payment request.
+
+
+
+ An optional message that is attached to the payment request and may be displayed to the sender.
+
+
+
+ &Create new receiving address
+
+
+
+ Clear all fields of the form.
+
+
+
+ Clear
+
+
+
+ Native segwit addresses (aka Bech32 or BIP-173) reduce your transaction fees later on and offer better protection against typos, but old wallets don't support them. When unchecked, an address compatible with older wallets will be created instead.
+
+
+
+ Generate native segwit (Bech32) address
+
+
+
+ Requested payments history
+
+
+
+ Show the selected request (does the same as double clicking an entry)
+
+
+
+ Show
+
+
+
+ Remove the selected entries from the list
+
+
+
+ Remove
+
+
+
+ Copy URI
+
+
+
+ Copy label
+
+
+
+ Copy message
+
+
+
+ Copy amount
+
+
ReceiveRequestDialog
- QR কোড
+ QR Code
+
+
+
+ Copy &URI
+
+
+
+ Copy &Address
+
+
+
+ &Save Image...
+
+
+
+ Request payment to %1
+
+
+
+ Payment information
+
+
+
+ URI
- ঠিকানা
+ Address
-
+
+
+ Amount
+
+
+
+ Label
+
+
+
+ Message
+
+
+
+ Wallet
+
+
RecentRequestsTableModel
-
+
+
+ Date
+
+
+
+ Label
+
+
+
+ Message
+
+
+
+ (no label)
+
+
+
+ (no message)
+
+
+
+ (no amount requested)
+
+
+
+ Requested
+
+
SendCoinsDialog
-
+
+
+ Send Coins
+
+
+
+ Coin Control Features
+
+
+
+ Inputs...
+
+
+
+ automatically selected
+
+
+
+ Insufficient funds!
+
+
+
+ Quantity:
+
+
+
+ Bytes:
+
+
+
+ Amount:
+
+
+
+ Fee:
+
+
+
+ After Fee:
+
+
+
+ Change:
+
+
+
+ If this is activated, but the change address is empty or invalid, change will be sent to a newly generated address.
+
+
+
+ Custom change address
+
+
+
+ Transaction Fee:
+
+
+
+ Choose...
+
+
+
+ Using the fallbackfee can result in sending a transaction that will take several hours or days (or never) to confirm. Consider choosing your fee manually or wait until you have validated the complete chain.
+
+
+
+ Warning: Fee estimation is currently not possible.
+
+
+
+ Specify a custom fee per kB (1,000 bytes) of the transaction's virtual size.
+
+Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis per kB" for a transaction size of 500 bytes (half of 1 kB) would ultimately yield a fee of only 50 satoshis.
+
+
+
+ per kilobyte
+
+
+
+ Hide
+
+
+
+ Recommended:
+
+
+
+ Custom:
+
+
+
+ (Smart fee not initialized yet. This usually takes a few blocks...)
+
+
+
+ Send to multiple recipients at once
+
+
+
+ Add &Recipient
+
+
+
+ Clear all fields of the form.
+
+
+
+ Dust:
+
+
+
+ Hide transaction fee settings
+
+
+
+ When there is less transaction volume than space in the blocks, miners as well as relaying nodes may enforce a minimum fee. Paying only this minimum fee is just fine, but be aware that this can result in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.
+
+
+
+ A too low fee might result in a never confirming transaction (read the tooltip)
+
+
+
+ Confirmation time target:
+
+
+
+ Enable Replace-By-Fee
+
+
+
+ With Replace-By-Fee (BIP-125) you can increase a transaction's fee after it is sent. Without this, a higher fee may be recommended to compensate for increased transaction delay risk.
+
+
+
+ Clear &All
+
+
+
+ Balance:
+
+
+
+ Confirm the send action
+
+
+
+ S&end
+
+
+
+ Copy quantity
+
+
+
+ Copy amount
+
+
+
+ Copy fee
+
+
+
+ Copy after fee
+
+
+
+ Copy bytes
+
+
+
+ Copy dust
+
+
+
+ Copy change
+
+
+
+ %1 (%2 blocks)
+
+
+
+ Cr&eate Unsigned
+
+
+
+ Creates a Partially Signed Bitcoin Transaction (PSBT) for use with e.g. an offline %1 wallet, or a PSBT-compatible hardware wallet.
+
+
+
+ from wallet '%1'
+
+
+
+ %1 to '%2'
+
+
+
+ %1 to %2
+
+
+
+ Do you want to draft this transaction?
+
+
+
+ Are you sure you want to send?
+
+
+
+ Please, review your transaction proposal. This will produce a Partially Signed Bitcoin Transaction (PSBT) which you can copy and then sign with e.g. an offline %1 wallet, or a PSBT-compatible hardware wallet.
+
+
+
+ or
+
+
+
+ You can increase the fee later (signals Replace-By-Fee, BIP-125).
+
+
+
+ Please, review your transaction.
+
+
+
+ Transaction fee
+
+
+
+ Not signalling Replace-By-Fee, BIP-125.
+
+
+
+ Total Amount
+
+
+
+ To review recipient list click "Show Details..."
+
+
+
+ Confirm send coins
+
+
+
+ Confirm transaction proposal
+
+
+
+ Copy PSBT to clipboard
+
+
+
+ Send
+
+
+
+ PSBT copied
+
+
+
+ Watch-only balance:
+
+
+
+ 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: addresses should only be used once each.
+
+
+
+ Transaction creation failed!
+
+
+
+ A fee higher than %1 is considered an absurdly high fee.
+
+
+
+ Payment request expired.
+
+
+
+ Estimated to begin confirmation within %n block.Estimated to begin confirmation within %n blocks.
+
+
+
+ Warning: Invalid Bitcoin address
+
+
+
+ Warning: Unknown change address
+
+
+
+ Confirm custom change address
+
+
+
+ The address you selected for change is not part of this wallet. Any or all funds in your wallet may be sent to this address. Are you sure?
+
+
+
+ (no label)
+
+
SendCoinsEntry
-
+
+
+ A&mount:
+
+
+
+ Pay &To:
+
+
+
+ &Label:
+
+
+
+ Choose previously used address
+
+
+
+ The Bitcoin address to send the payment to
+
+
+
+ Alt+A
+
+
+
+ Paste address from clipboard
+
+
+
+ Alt+P
+
+
+
+ Remove this entry
+
+
+
+ The amount to send in the selected unit
+
+
+
+ The fee will be deducted from the amount being sent. The recipient will receive less bitcoins than you enter in the amount field. If multiple recipients are selected, the fee is split equally.
+
+
+
+ S&ubtract fee from amount
+
+
+
+ Use available balance
+
+
+
+ Message:
+
+
+
+ This is an unauthenticated payment request.
+
+
+
+ This is an authenticated payment request.
+
+
+
+ Enter a label for this address to add it to the list of used addresses
+
+
+
+ A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcoin network.
+
+
+
+ Pay To:
+
+
+
+ Memo:
+
+
ShutdownWindow
-
+
+
+ %1 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/agreements with your addresses to prove you can receive bitcoins sent to them. Be careful not to sign anything vague or random, as phishing attacks may try to trick you into signing your identity over to them. Only sign fully-detailed statements you agree to.
+
+
+
+ The Bitcoin address to sign the message with
+
+
+
+ Choose previously used address
+
+
+
+ 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 receiver's address, message (ensure you copy line breaks, spaces, tabs, etc. exactly) and signature below to verify the message. Be careful not to read more into the signature than what is in the signed message itself, to avoid being tricked by a man-in-the-middle attack. Note that this only proves the signing party receives with the address, it cannot prove sendership of any transaction!
+
+
+
+ The Bitcoin address the message was signed with
+
+
+
+ The signed message to verify
+
+
+
+ The signature given when the message was signed
+
+
+
+ Verify the message to ensure it was signed with the specified Bitcoin address
+
+
+
+ Verify &Message
+
+
+
+ Reset all verify message fields
+
+
+
+ Click "Sign Message" to generate signature
+
- প্রবেশকৃত ঠিকানাটি শুদ্ধ নয়।
+ The entered address is invalid.
+
+
+
+ Please check the address and try again.
+
+
+
+ The entered address does not refer to a key.
+
+
+
+ Wallet unlock was cancelled.
+
+
+
+ No error
+
+
+
+ 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.
+
+
TrafficGraphWidget
-
+
+
+ KB/s
+
+
TransactionDesc
-
+
+
+ Open for %n more blockOpen for %n more blocks
+
+
+
+ Open until %1
+
+
+
+ conflicted with a transaction with %1 confirmations
+
+
+
+ 0/unconfirmed, %1
+
+
+
+ in memory pool
+
+
+
+ not in memory pool
+
+
+
+ abandoned
+
+
+
+ %1/unconfirmed
+
+
+
+ %1 confirmations
+
+
+
+ Status
+
+
+
+ Date
+
+
+
+ Source
+
+
+
+ Generated
+
+
+
+ From
+
+
+
+ unknown
+
+
+
+ To
+
+
+
+ own address
+
+
+
+ watch-only
+
+
+
+ label
+
+
+
+ Credit
+
+
+
+ matures in %n more blockmatures in %n more blocks
+
+
+
+ not accepted
+
+
+
+ Debit
+
+
+
+ Total debit
+
+
+
+ Total credit
+
+
+
+ Transaction fee
+
+
+
+ Net amount
+
+
+
+ Message
+
+
+
+ Comment
+
+
+
+ Transaction ID
+
+
+
+ Transaction total size
+
+
+
+ Transaction virtual size
+
+
+
+ Output index
+
+
+
+ (Certificate was not verified)
+
+
+
+ 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
+
+
TransactionDescDialog
-
+
+
+ This pane shows a detailed description of the transaction
+
+
+
+ Details for %1
+
+
TransactionTableModel
-
+
+
+ Date
+
+
+
+ Type
+
+
+
+ Label
+
+
+
+ Open for %n more blockOpen for %n more blocks
+
+
+
+ Open until %1
+
+
+
+ Unconfirmed
+
+
+
+ Abandoned
+
+
+
+ Confirming (%1 of %2 recommended confirmations)
+
+
+
+ Confirmed (%1 confirmations)
+
+
+
+ Conflicted
+
+
+
+ Immature (%1 confirmations, will be available after %2)
+
+
+
+ Generated but not accepted
+
+
+
+ Received with
+
+
+
+ Received from
+
+
+
+ Sent to
+
+
+
+ Payment to yourself
+
+
+
+ Mined
+
+
+
+ watch-only
+
+
+
+ (n/a)
+
+
+
+ (no label)
+
+
+
+ Transaction status. Hover over this field to show number of confirmations.
+
+
+
+ Date and time that the transaction was received.
+
+
+
+ Type of transaction.
+
+
+
+ Whether or not a watch-only address is involved in this transaction.
+
+
+
+ User-defined intent/purpose of the transaction.
+
+
+
+ Amount removed from or added to balance.
+
+
TransactionView
-
- ঠিকানা
+
+ All
-
+
+
+ Today
+
+
+
+ This week
+
+
+
+ This month
+
+
+
+ Last month
+
+
+
+ This year
+
+
+
+ Range...
+
+
+
+ Received with
+
+
+
+ Sent to
+
+
+
+ To yourself
+
+
+
+ Mined
+
+
+
+ Other
+
+
+
+ Enter address, transaction id, or label to search
+
+
+
+ Min amount
+
+
+
+ Abandon transaction
+
+
+
+ Increase transaction fee
+
+
+
+ Copy address
+
+
+
+ Copy label
+
+
+
+ Copy amount
+
+
+
+ Copy transaction ID
+
+
+
+ Copy raw transaction
+
+
+
+ Copy full transaction details
+
+
+
+ Edit label
+
+
+
+ Show transaction details
+
+
+
+ Export Transaction History
+
+
+
+ Comma separated file (*.csv)
+
+
+
+ Confirmed
+
+
+
+ Watch-only
+
+
+
+ Date
+
+
+
+ Type
+
+
+
+ Label
+
+
+
+ Address
+
+
+
+ ID
+
+
+
+ Exporting Failed
+
+
+
+ There was an error trying to save the transaction history to %1.
+
+
+
+ Exporting Successful
+
+
+
+ The transaction history was successfully saved to %1.
+
+
+
+ Range:
+
+
+
+ to
+
+
UnitDisplayStatusBarControl
-
+
+
+ Unit to show amounts in. Click to select another unit.
+
+
WalletController
-
+
+
+ Close wallet
+
+
+
+ Are you sure you wish to close the wallet <i>%1</i>?
+
+
+
+ Closing the wallet for too long can result in having to resync the entire chain if pruning is enabled.
+
+
WalletFrame
-
+
+
+ No wallet has been loaded.
+
+
WalletModel
-
+
+
+ Send Coins
+
+
+
+ Fee bump error
+
+
+
+ Increasing transaction fee failed
+
+
+
+ Do you want to increase the fee?
+
+
+
+ Do you want to draft a transaction with fee increase?
+
+
+
+ Current fee:
+
+
+
+ Increase:
+
+
+
+ New fee:
+
+
+
+ Confirm fee bump
+
+
+
+ Can't draft transaction.
+
+
+
+ PSBT copied
+
+
+
+ Can't sign transaction.
+
+
+
+ Could not commit transaction
+
+
+
+ default wallet
+
+
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.
+
+
+
+ Backup Successful
+
+
+
+ The wallet data was successfully saved to %1.
+
+
+
+ Cancel
+
+
bitcoin-core
+
+
+ Distributed under the MIT software license, see the accompanying file %s or %s
+
+
+
+ Prune configured below the minimum of %d MiB. Please use a higher number.
+
+
+
+ Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node)
+
+
+
+ Error: A fatal internal error occurred, see debug.log for details
+
+
+
+ Pruning blockstore...
+
+
+
+ Unable to start HTTP server. See debug log for details.
+
+
+
+ The %s developers
+
+
+
+ Can't generate a change-address key. No keys in the internal keypool and can't generate any keys.
+
+
+
+ Cannot obtain a lock on data directory %s. %s is probably already running.
+
+
+
+ Cannot provide specific connections and have addrman find outgoing connections at the same.
+
+
+
+ Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect.
+
+
+
+ Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly.
+
+
+
+ Please contribute if you find %s useful. Visit %s for further information about the software.
+
+
+
+ The block database contains a block which appears to be from the future. This may be due to your computer's date and time being set incorrectly. Only rebuild the block database if you are sure that your computer's date and time are correct
+
+
+
+ This is a pre-release test build - use at your own risk - do not use for mining or merchant applications
+
+
+
+ This is the transaction fee you may discard if change is smaller than dust at this level
+
+
+
+ Unable to replay blocks. You will need to rebuild the database using -reindex-chainstate.
+
+
+
+ Unable to rewind the database to a pre-fork state. You will need to redownload the blockchain
+
+
+
+ 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.
+
+
+
+ %d of last 100 blocks have unexpected version
+
+
+
+ %s corrupt, salvage failed
+
+
+
+ -maxmempool must be at least %d MB
+
+
+
+ Cannot resolve -%s address: '%s'
+
+
+
+ Change index out of range
+
+
+
+ Config setting for %s only applied on %s network when in [%s] section.
+
+
+
+ Copyright (C) %i-%i
+
+
+
+ Corrupted block database detected
+
+
+
+ Could not find asmap file %s
+
+
+
+ Could not parse asmap file %s
+
- আপনি কি পুনরায় ব্লক ডাটাবেইজ এখনই তৈরি করতে চান?
+ Do you want to rebuild the block database now?
+
+
+
+ Error initializing block database
+
+
+
+ Error initializing wallet database environment %s!
+
+
+
+ Error loading %s
+
+
+
+ Error loading %s: Private keys can only be disabled during creation
+
+
+
+ Error loading %s: Wallet corrupted
+
+
+
+ Error loading %s: Wallet requires newer version of %s
+
+
+
+ Error loading block database
+
+
+
+ Error opening block database
+
+
+
+ Failed to listen on any port. Use -listen=0 if you want this.
+
+
+
+ Failed to rescan the wallet during initialization
+
+
+
+ Importing...
+
+
+
+ Incorrect or no genesis block found. Wrong datadir for network?
+
+
+
+ Initialization sanity check failed. %s is shutting down.
+
+
+
+ Invalid P2P permission: '%s'
+
+
+
+ Invalid amount for -%s=<amount>: '%s'
+
+
+
+ Invalid amount for -discardfee=<amount>: '%s'
+
+
+
+ Invalid amount for -fallbackfee=<amount>: '%s'
+
+
+
+ Specified blocks directory "%s" does not exist.
+
+
+
+ Unknown address type '%s'
+
+
+
+ Unknown change type '%s'
+
+
+
+ Upgrading txindex database
+
+
+
+ Loading P2P addresses...
+
+
+
+ Error: Disk space is too low!
+
+
+
+ Loading banlist...
+
+
+
+ Not enough file descriptors available.
+
+
+
+ Prune cannot be configured with a negative value.
+
+
+
+ Prune mode is incompatible with -txindex.
+
+
+
+ Replaying blocks...
+
+
+
+ Rewinding blocks...
+
+
+
+ The source code is available from %s.
+
+
+
+ Transaction fee and change calculation failed
+
+
+
+ Unable to bind to %s on this computer. %s is probably already running.
+
+
+
+ Unable to generate keys
+
+
+
+ Unsupported logging category %s=%s.
+
+
+
+ Upgrading UTXO database
+
+
+
+ User Agent comment (%s) contains unsafe characters.
+
+
+
+ Verifying blocks...
+
+
+
+ Wallet needed to be rewritten: restart %s to complete
+
+
+
+ Error: Listening for incoming connections failed (listen returned error %s)
+
+
+
+ Invalid amount for -maxtxfee=<amount>: '%s' (must be at least the minrelay fee of %s to prevent stuck transactions)
+
+
+
+ The transaction amount is too small to send after the fee has been deducted
+
+
+
+ You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain
+
+
+
+ Error reading from database, shutting down.
+
+
+
+ Error upgrading chainstate database
+
+
+
+ Error: Disk space is low for %s
+
+
+
+ Invalid -onion address or hostname: '%s'
+
+
+
+ Invalid -proxy address or hostname: '%s'
+
+
+
+ Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s)
+
+
+
+ Invalid netmask specified in -whitelist: '%s'
+
+
+
+ Need to specify a port with -whitebind: '%s'
+
+
+
+ Prune mode is incompatible with -blockfilterindex.
+
+
+
+ Reducing -maxconnections from %d to %d, because of system limitations.
+
+
+
+ Section [%s] is not recognized.
+
+
+
+ Signing transaction failed
+
+
+
+ Specified -walletdir "%s" does not exist
+
+
+
+ Specified -walletdir "%s" is a relative path
+
+
+
+ Specified -walletdir "%s" is not a directory
+
+
+
+ The specified config file %s does not exist
+
+
+
+
+ The transaction amount is too small to pay the fee
- এটি পরীক্ষামূলক সফটওয়্যার।
+ This is experimental software.
- লেনদেনের পরিমান অনেক ছোট
+ Transaction amount too small
- লেনদেনর অংক অনেক বড়
+ Transaction too large
-
+
+
+ Unable to bind to %s on this computer (bind returned error %s)
+
+
+
+ Unable to create the PID file '%s': %s
+
+
+
+ Unable to generate initial keys
+
+
+
+ Unknown -blockfilterindex value %s.
+
+
+
+ Verifying wallet(s)...
+
+
+
+ Warning: unknown new rules activated (versionbit %i)
+
+
+
+ Zapping all transactions from wallet...
+
+
+
+ -maxtxfee is set very high! Fees this large could be paid on a single transaction.
+
+
+
+ This is the transaction fee you may pay when fee estimates are not available.
+
+
+
+ Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments.
+
+
+
+ Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup.
+
+
+
+ %s is set very high!
+
+
+
+ Error loading wallet %s. Duplicate -wallet filename specified.
+
+
+
+ Starting network threads...
+
+
+
+ The wallet will avoid paying less than the minimum relay fee.
+
+
+
+ This is the minimum transaction fee you pay on every transaction.
+
+
+
+ This is the transaction fee you will pay if you send a transaction.
+
+
+
+ Transaction amounts must not be negative
+
+
+
+ Transaction has too long of a mempool chain
+
+
+
+ Transaction must have at least one recipient
+
+
+
+ Unknown network specified in -onlynet: '%s'
+
+
+
+ Insufficient funds
+
+
+
+ Cannot upgrade a non HD split wallet without upgrading to support pre split keypool. Please use -upgradewallet=169900 or -upgradewallet with no version specified.
+
+
+
+ Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable -fallbackfee.
+
+
+
+ Warning: Private keys detected in wallet {%s} with disabled private keys
+
+
+
+ Cannot write to data directory '%s'; check permissions.
+
+
+
+ Loading block index...
+
+
+
+ Loading wallet...
+
+
+
+ Cannot downgrade wallet
+
+
+
+ Rescanning...
+
+
+
+ Done loading
+
+
\ No newline at end of file
diff --git a/src/qt/locale/bitcoin_ca.ts b/src/qt/locale/bitcoin_ca.ts
index e14fc3097e..c5a0d398ff 100644
--- a/src/qt/locale/bitcoin_ca.ts
+++ b/src/qt/locale/bitcoin_ca.ts
@@ -3,7 +3,7 @@
AddressBookPage
- Feu clic dret per a editar l'adreça o l'etiqueta
+ Feu clic al botó dret per a editar l'adreça o l'etiqueta
@@ -69,6 +69,10 @@
Aquestes són les vostres adreces de Bitcoin per enviar els pagaments. Sempre reviseu l'import i l'adreça del destinatari abans de transferir monedes.
+
+
+ Aquestes són les teves adreces Bitcoin per rebre pagaments. Utilitza el botó "Crear nova adreça de recepció" de la pestanya de recepció per crear noves adreces.
+ &Copia l'adreça
@@ -183,6 +187,10 @@
Introduïu la contrasenya antiga i la contrasenya nova a la cartera.
+
+
+ Recorda que tot i xifrant la teva cartera, els teus bitcoins no estan completament protegits de robatori a través de programari maliciós que estigui infectant el teu ordinador.
+ Cartera per ser encriptada
@@ -283,7 +291,7 @@
- Mosta informació sobre el %1
+ Mostra informació sobre el %1
@@ -317,6 +325,14 @@
Obre un &URI...
+
+
+ Crear Cartera...
+
+
+
+ Crear una nova cartera
+ Moneder:
@@ -421,6 +437,10 @@
Opcions de la &línia d'ordres
+
+
+ Una connexió activa a la xarxa de Bitcoin%n connexions actives a la xarxa de Bitcoin
+ S'estan indexant els blocs al disc...
@@ -429,6 +449,10 @@
S'estan processant els blocs al disc...
+
+
+ Processat un bloc de l'historial de transaccions.Processat %n blocs de l'historial de transaccions.
+ %1 darrere
@@ -457,6 +481,14 @@
Actualitzat
+
+
+ Finestra node
+
+
+
+ Obrir depurador de node i consola de diagnosi.
+ Adreces d'&enviament
@@ -465,13 +497,17 @@
Adreces de &recepció
+
+
+ Obrir un bitcoin: URI
+ Obre la cartera
- Obre la cartera
+ Obre una cartera
@@ -525,6 +561,10 @@
Avís: %1
+
+
+ Avís: %1
+
@@ -747,10 +787,59 @@
CreateWalletActivity
-
+
+
+ Creant cartera <b>%1</b>...
+
+
+
+ La creació de cartera ha fallat
+
+
+
+ Avís en la creació de la cartera
+
+
CreateWalletDialog
-
+
+
+ Crear cartera
+
+
+
+ Nom de la cartera
+
+
+
+ Xifra la cartera. La cartera serà xifrada amb la contrasenya que escullis.
+
+
+
+ Xifrar la cartera
+
+
+
+ Deshabilita les claus privades per a aquesta cartera. Carteres amb claus privades deshabilitades no tindran cap clau privada i no podran tenir cap llavor HD o importar claus privades.
+Això és ideal per a carteres de mode només lectura.
+
+
+
+ Deshabilitar claus privades
+
+
+
+ Crea una cartera en blanc. Carteres en blanc no tenen claus privades inicialment o scripts. Claus privades i adreces poden ser importades, o una llavor HD, més endavant.
+
+
+
+ Fes cartera en blanc
+
+
+
+ Crear
+
+
EditAddressDialog
@@ -856,12 +945,16 @@
- Com és la primera vegada que s'executa el programa, podeu triar on %1 emmagatzemarà les dades.
+ Com és la primera vegada que s'executa el programa, podeu triar on %1 emmagatzemaran les dades.Quan feu clic a D'acord, %1 començarà a descarregar i processar la cadena de blocs %4 completa (%2 GB) començant per les primeres transaccions de %3, any de llençament inicial de %4.
+
+
+ Desfer aquest canvi requereix tornar-se a descarregar el blockchain sencer. És més ràpid descarregar la cadena completa primer i després podar. Deshabilita algunes de les característiques avançades.
+ Aquesta sincronització inicial és molt exigent i pot exposar problemes de maquinari amb l'equip que anteriorment havien passat desapercebuts. Cada vegada que executeu %1, continuarà descarregant des del punt on es va deixar.
@@ -882,6 +975,10 @@
Bitcoin
+
+
+ Descarta blocs després de la verificació, excepte el més recent %1 GB (podar)
+ Almenys %1 GB de dades s'emmagatzemaran en aquest directori, i creixerà amb el temps.
@@ -906,7 +1003,19 @@
Error
-
+
+
+ Un GB d'espai lliure disponible.%n GB d'espai lliure disponibles
+
+
+
+ (Un GB necessari)(de %n GB necessàris)
+
+
+
+ (Un GB necessari per a la cadena completa)(Un GB necessari per a la cadena completa)
+
+
ModalOverlay
@@ -953,6 +1062,14 @@
Amaga
+
+
+ Esc
+
+
+
+ %1 sincronitzant ara mateix. Es descarregaran capçaleres i blocs d'altres peers i es validaran fins a obtenir la punta de la cadena de blocs.
+ Desconegut. Sincronització de les capçaleres (%1, %2%)...
@@ -960,6 +1077,10 @@
OpenURIDialog
+
+
+ Obre Bitcoin URI
+ URI:
@@ -967,6 +1088,14 @@
OpenWalletActivity
+
+
+ Ha fallat l'obertura de la cartera
+
+
+
+ Avís en l'obertura de la cartera
+ moneder per defecte
@@ -1194,6 +1323,10 @@
URL de transaccions de tercers
+
+
+ Opcions configurades en aquest diàleg són sobreescrites per la línia de comandes o el fitxer de configuració:
+ &D'acord
@@ -1340,6 +1473,18 @@
'bitcoin://' no és una URI vàlida. Usi 'bitcoin:' en lloc seu.
+
+
+ No es pot processar la petició de pagament perquè BIP70 no està suportat.
+
+
+
+ A causa dels defectes generalitzats en el BIP70 és altament recomanable que qualsevol instrucció comerciant per canviar carteres sigui ignorada.
+
+
+
+ Si estàs rebent aquest error, hauries de demanar al comerciant que et doni una URI compatible amb el BIP21.
+ Adreça de pagament no vàlida %1
@@ -1418,10 +1563,34 @@
%1 ms
+
+
+ Un segon%n segons
+
+
+
+ Un minut%n minuts
+
+
+
+ Una hora%n hores
+
+
+
+ Un dia%n dies
+
+
+
+ Una setmana%n setmanes
+ %1 i %2
+
+
+ Un any%n anys
+ %1 B
@@ -1477,6 +1646,10 @@
Error en codificar l'URI en un codi QR.
+
+
+ Suport de codi QR no disponible.
+ Desa el codi QR
@@ -1512,10 +1685,18 @@
Datadir
+
+
+ Per tal d'especificar una ubicació que no és per defecte del directori de dades utilitza la '%1' opció.
+ Directori de blocs
+
+
+ Per tal d'especificar una ubicació que no és per defecte del directori de blocs utilitza la '%1' opció.
+ &Temps d'inici
@@ -1608,10 +1789,22 @@
Blocs sincronitzats
+
+
+ El sistema autònom de mapat utilitzat per diversificar la selecció entre iguals.
+
+
+
+ Mapat com
+ Agent d'usuari
+
+
+ Finestra node
+ Obre el fitxer de registre de depuració %1 del directori de dades actual. Això pot trigar uns segons en fitxers de registre grans.
@@ -1823,6 +2016,18 @@
Un import opcional per sol·licitar. Deixeu-ho en blanc o zero per no sol·licitar cap import específic.
+
+
+ Una etiqueta opcional per associar-se a la nova adreça de recepció (usada per vostè per identificar una factura). També s’adjunta a la sol·licitud de pagament.
+
+
+
+ Un missatge opcional adjunt a la sol·licitud de pagament i que es pot mostrar al remitent.
+
+
+
+ &Creeu una nova adreça de recepció
+ Neteja tots els camps del formulari.
@@ -2072,6 +2277,18 @@ Nota: Com que la comissió es calcula en funció dels bytes, una comissió de "1
Polsim:
+
+
+ Amagueu la configuració de les tarifes de transacció
+
+
+
+ Quan no hi ha prou espai en els blocs per encabir totes les transaccions, els miners i així mateix els nodes repetidors poden exigir una taxa mínima. És acceptable pagar únicament la taxa mínima, però tingueu present que pot resultar que la vostra transacció no sigui mai confirmada mentre hi hagi més demanda de transaccions bitcoin de les que la xarxa pot processar.
+
+
+
+ Una taxa massa baixa pot resultar en una transacció que no es confirmi mai (llegiu el consell)
+ Temps de confirmació objectiu:
@@ -2132,18 +2349,38 @@ Nota: Com que la comissió es calcula en funció dels bytes, una comissió de "1
%1 (%2 blocs)
+
+
+ Creació sense firmar
+
+
+
+ Crea una transacció bitcoin parcialment signada (PSBT) per a utilitzar, per exemple, amb una cartera %1 fora de línia o amb una cartera compatible amb PSBT.
+ de la cartera "%1"
+
+
+ %1 a '%2'
+ %1 a %2
+
+
+ Voleu redactar aquesta transacció?
+ Esteu segur que ho voleu enviar?
+
+
+ Revisa la teva proposta de transacció. Es produirà una transacció de Bitcoin amb signatura parcial (PSBT) que podeu copiar i després signar, per exemple, amb una cartera %1 de tipus fora de línia o una cartera física compatible amb PSBT.
+ o
@@ -2160,14 +2397,42 @@ Nota: Com que la comissió es calcula en funció dels bytes, una comissió de "1
Comissió de transacció
+
+
+ Substitució per tarifa sense senyalització, BIP-125
+ Import total
+
+
+ Per revisar la llista de destinataris, feu clic a "Mostra els detalls ..."
+ Confirma l'enviament de monedes
+
+
+ Confirmeu la proposta de transacció
+
+
+
+ Copiar PSBT al porta-retalls.
+
+
+
+ Enviar
+
+
+
+ PSBT copiada
+
+
+
+ Saldo només de vigilància:
+ L'adreça del destinatari no és vàlida. Torneu-la a comprovar.
@@ -2200,6 +2465,10 @@ Nota: Com que la comissió es calcula en funció dels bytes, una comissió de "1
La sol·licitud de pagament ha vençut.
+
+
+ S’estima que comenci la confirmació dintre d'un bloc.S’estima que comenci la confirmació dintre de %n blocs.
+ Avís: adreça Bitcoin no vàlida
@@ -2259,6 +2528,10 @@ Nota: Com que la comissió es calcula en funció dels bytes, una comissió de "1
Elimina aquesta entrada
+
+
+ L’import a enviar a la unitat seleccionada
+ La comissió es deduirà de l'import que s'enviarà. El destinatari rebrà menys bitcoins que les que introduïu al camp d'import. Si se seleccionen múltiples destinataris, la comissió es dividirà per igual.
@@ -2385,6 +2658,14 @@ Nota: Com que la comissió es calcula en funció dels bytes, una comissió de "1
L'adreça Bitcoin amb què va ser signat el missatge
+
+
+ El missatge signat per verificar
+
+
+
+ La signatura donada quan es va signar el missatge
+ Verificar el missatge per assegurar-se que ha estat signat amb una adreça Bitcoin específica
@@ -2417,6 +2698,10 @@ Nota: Com que la comissió es calcula en funció dels bytes, una comissió de "1
S'ha cancel·lat el desblocatge de la cartera.
+
+
+ Cap error
+ La clau privada per a la adreça introduïda no està disponible.
@@ -2459,6 +2744,10 @@ Nota: Com que la comissió es calcula en funció dels bytes, una comissió de "1
TransactionDesc
+
+
+ Obre per un bloc mésObre per %n blocs més
+ Obert fins %1
@@ -2535,6 +2824,10 @@ Nota: Com que la comissió es calcula en funció dels bytes, una comissió de "1
Crèdit
+
+
+ madura en un bloc mésmadura en %n blocs més
+ no acceptat
@@ -2583,6 +2876,10 @@ Nota: Com que la comissió es calcula en funció dels bytes, una comissió de "1
Índex de resultats
+
+
+ (El certificat no s'ha verificat)
+ Mercader
@@ -2641,6 +2938,10 @@ Nota: Com que la comissió es calcula en funció dels bytes, una comissió de "1
Etiqueta
+
+
+ Obre per un bloc mésObre per %n blocs més
+ Obert fins %1
@@ -2902,7 +3203,15 @@ Nota: Com que la comissió es calcula en funció dels bytes, una comissió de "1
Tanca la cartera
-
+
+
+ Segur que voleu tancar la cartera <i>%1 </i>?
+
+
+
+ Si tanqueu la cartera durant massa temps, es pot haver de tornar a sincronitzar tota la cadena si teniu el sistema de poda habilitat.
+
+
WalletFrame
@@ -2928,6 +3237,10 @@ Nota: Com que la comissió es calcula en funció dels bytes, una comissió de "1
Voleu augmentar la tarifa?
+
+
+ Voleu redactar una transacció amb augment de tarifes?
+ tarifa actual:
@@ -2944,6 +3257,14 @@ Nota: Com que la comissió es calcula en funció dels bytes, una comissió de "1
Confirmeu el recàrrec de tarifes
+
+
+ No es pot redactar la transacció.
+
+
+
+ PSBT copiada
+ No es pot signar la transacció.
@@ -3026,10 +3347,18 @@ Nota: Com que la comissió es calcula en funció dels bytes, una comissió de "1
Els desenvolupadors %s
+
+
+ No es pot generar una clau d’adreça de canvi. No hi ha claus al keypool intern i no es pot generar cap clau.
+ No es pot obtenir un bloqueig al directori de dades %s. %s probablement ja s'estigui executant.
+
+
+ No es poden proporcionar connexions específiques i no es poden trobar connexions sortint al mateix temps.
+ S'ha produït un error en llegir %s. Totes les claus es llegeixen correctament, però les dades de la transacció o les entrades de la llibreta d'adreces podrien faltar o ser incorrectes.
@@ -3090,6 +3419,10 @@ Nota: Com que la comissió es calcula en funció dels bytes, una comissió de "1
Canvieu l'índex fora de l'abast
+
+
+ Configuració per a %s únicament aplicada a %s de la xarxa quan es troba a la secció [%s].
+ Copyright (C) %i-%i
@@ -3098,6 +3431,14 @@ Nota: Com que la comissió es calcula en funció dels bytes, una comissió de "1
S'ha detectat una base de dades de blocs corrupta
+
+
+ No s'ha pogut trobar el fitxer asmap %s
+
+
+
+ No s'ha pogut analitzar el fitxer asmap %s
+ Voleu reconstruir la base de dades de blocs ara?
@@ -3114,6 +3455,10 @@ Nota: Com que la comissió es calcula en funció dels bytes, una comissió de "1
Error carregant %s
+
+
+ Error carregant %s: les claus privades només es poden desactivar durant la creació
+ S'ha produït un error en carregar %s: la cartera és corrupta
@@ -3134,6 +3479,10 @@ Nota: Com que la comissió es calcula en funció dels bytes, una comissió de "1
Ha fallat escoltar a qualsevol port. Feu servir -listen=0 si voleu fer això.
+
+
+ No s'ha pogut escanejar novament la cartera durant la inicialització
+ S'està important...
@@ -3146,6 +3495,10 @@ Nota: Com que la comissió es calcula en funció dels bytes, una comissió de "1
S'ha produït un error en la verificació de sanejament d'inicialització. S'està tancant %s.
+
+
+ Permís P2P no vàlid: '%s'
+ Import invàlid per -%s=<amount>: '%s'
@@ -3158,10 +3511,30 @@ Nota: Com que la comissió es calcula en funció dels bytes, una comissió de "1
Import invàlid per -fallbackfee=<amount>: '%s'
+
+
+ El directori de blocs especificat "%s" no existeix.
+
+
+
+ Tipus d'adreça desconegut '%s'
+
+
+
+ Tipus de canvi desconegut '%s'
+
+
+
+ Actualitzant txindex de la base de dades
+ S'estan carregant les adreces P2P ...
+
+
+ Error: l'espai del disc és insuficient.
+ Carregant banlist ...
@@ -3246,6 +3619,10 @@ Nota: Com que la comissió es calcula en funció dels bytes, una comissió de "1
S'ha produït un error en actualitzar la base de dades de chainstate
+
+
+ Error: l'espai del disc és insuficient per a %s
+ Adreça o nom de l'ordinador -onion no vàlida: '%s'
@@ -3266,6 +3643,10 @@ Nota: Com que la comissió es calcula en funció dels bytes, una comissió de "1
Cal especificar un port amb -whitebind: «%s»
+
+
+ El mode de poda no és compatible amb -blockfilterindex.
+ Reducció de -maxconnections de %d a %d, a causa de les limitacions del sistema.
@@ -3278,6 +3659,24 @@ Nota: Com que la comissió es calcula en funció dels bytes, una comissió de "1
Ha fallat la signatura de la transacció
+
+
+ -Walletdir especificat "%s" no existeix
+
+
+
+ -Walletdir especificat "%s" és una ruta relativa
+
+
+
+ -Walletdir especificat "%s" no és un directori
+
+
+
+ El fitxer de configuració especificat %s no existeix
+
+ L'import de la transacció és massa petit per pagar-ne una comissió
@@ -3298,10 +3697,18 @@ Nota: Com que la comissió es calcula en funció dels bytes, una comissió de "1
No s'ha pogut vincular a %s en aquest ordinador (la vinculació ha retornat l'error %s)
+
+
+ No es pot crear el fitxer PID '%s': %s
+ No s'han pogut generar les claus inicials
+
+
+ Valor %s -blockfilterindex desconegut
+ S'estan verificant les carteres...
@@ -3374,6 +3781,18 @@ Nota: Com que la comissió es calcula en funció dels bytes, una comissió de "1
Balanç insuficient
+
+
+ No es pot actualitzar una cartera de tipus dividida que no sigui física sense haver d'actualitzar per tal de suportar keypool pre dividida. Si us plau, utilitzeu -upgradewallet = 169900 o -upgradewallet sense cap versió especificada.
+
+
+
+ L'estimació de la quota ha fallat. Fallbackfee està desactivat. Espereu uns quants blocs o activeu -fallbackfee.
+
+
+
+ Avís: Claus privades detectades en la cartera {%s} amb claus privades deshabilitades
+ No es pot escriure en el directori de dades "%s". Reviseu-ne els permisos.
diff --git a/src/qt/locale/bitcoin_cs.ts b/src/qt/locale/bitcoin_cs.ts
index 70334087e8..7d6ba6772b 100644
--- a/src/qt/locale/bitcoin_cs.ts
+++ b/src/qt/locale/bitcoin_cs.ts
@@ -481,6 +481,14 @@
Aktuální
+
+
+ Okno uzlu
+
+
+
+ Otevřít konzolu pro ladění a diagnostiku uzlů
+ Odesílací adresy
@@ -489,6 +497,10 @@
Přijímací adresy
+
+
+ Načíst Bitcoin: URI
+ Otevřít peněženku
@@ -549,6 +561,10 @@
Chyba: %1
+
+
+ Varování: %1
+
@@ -771,10 +787,58 @@
CreateWalletActivity
-
+
+
+ Vytvářím peněženku <b>%1</b>...
+
+
+
+ Vytvoření peněženky selhalo
+
+
+
+ Vytvořit varování peněženky
+
+
CreateWalletDialog
-
+
+
+ Vytvořit peněženku
+
+
+
+ Název peněženky
+
+
+
+ Zašifrovat peněženku. Peněženka bude zašifrována pomocí vašeho hesla.
+
+
+
+ Zašifrovat peněženku
+
+
+
+ Vypnout soukromé klíče pro tuto peněženku. Peněženky s vypnutými soukromými klíči nebudou mít soukromé klíče a nemohou mít HD inicializaci ani importované soukromé klíče. Tohle je ideální pro peněženky pouze na sledování.
+
+
+
+ Zrušit soukromé klíče
+
+
+
+ Vytvořit prázdnou peněženku. Prázdné peněženky na začátku nemají žádné soukromé klíče ani skripty. Později mohou být importovány soukromé klíče a adresy nebo nastavená HD inicializace.
+
+
+
+ Vytvořit prázdnou peněženku
+
+
+
+ Vytvořit
+
+
EditAddressDialog
@@ -886,6 +950,10 @@
Jakmile stiskneš OK, %1 začne stahovat a zpracovávat celý %4ový blockchain (%2 GB), počínaje nejstaršími transakcemi z roku %3, kdy byl %4 spuštěn.
+
+
+ Vrácení tohoto nastavení vyžaduje opětovné stažení celého blockchainu. Je rychlejší stáhnout celý řetězec nejprve a prořezat jej později. Některé pokročilé funkce budou zakázány, dokud celý blockchain nebude stažen nanovo.
+ Prvotní synchronizace je velice náročná, a mohou se tak díky ní začít na tvém počítači projevovat dosud skryté hardwarové problémy. Pokaždé, když spustíš %1, bude stahování pokračovat tam, kde skončilo.
@@ -906,6 +974,10 @@
Bitcoin
+
+
+ Zahodit bloky po ověření, s výjimkou posledních %1 GB (prořezat)
+ Bude proto potřebovat do tohoto adresáře uložit nejméně %1 GB dat – tohle číslo navíc bude v průběhu času růst.
@@ -938,7 +1010,11 @@
(z potřebného %n GB)(z potřebných %n GB)(z potřebných %n GB)(z potřebných %n GB)
-
+
+
+ (%n GB potřeba pre plný řetězec)(%n GB potřeba pre plný řetězec) (%n GB potřeba pre plný řetězec) (%n GB potřeba pre plný řetězec)
+
+
ModalOverlay
@@ -985,6 +1061,14 @@
Skryj
+
+
+ Esc - úniková klávesa
+
+
+
+ %1 se právě synchronizuje. Stáhnou se hlavičky a bloky od protějsků. Ty se budou se ověřovat až se kompletně ověří celý řetězec bloků.
+ Neznámé. Synchronizace hlaviček (%1, %2)...
@@ -992,6 +1076,10 @@
OpenURIDialog
+
+
+ Otevřít bitcoin URI
+ URI:
@@ -999,6 +1087,14 @@
OpenWalletActivity
+
+
+ Otevření peněženky selhalo
+
+
+
+ Varování otevření peněženky
+ výchozí peněženka
@@ -1376,6 +1472,18 @@
'bitcoin://' není platné URI. Místo toho použij 'bitcoin:'.
+
+
+ Nelze zpracovat žádost o platbu, protože podpora pro BIP70 není podporována.
+
+
+
+ Vzhledem k rozšířeným bezpečnostním nedostatkům v BIP70 se důrazně doporučuje, aby byly ignorovány veškeré obchodní pokyny pro přepínání peněženek.
+
+
+
+ Pokud obdržíte tuto chybu, měli byste požádat obchodníka, aby poskytl URI kompatibilní s BIP21.
+ Neplatná platební adresa %1
@@ -1537,6 +1645,10 @@
Chyba při kódování URI do QR kódu.
+
+
+ Podpora QR kódu není k dispozici.
+ Ulož QR kód
@@ -1676,10 +1788,22 @@
Aktuálně bloků
+
+
+ Mapovaný nezávislý - Autonomní Systém používaný pro rozšírení vzájemného výběru protějsků.
+
+
+
+ Mapovaný AS
+ Typ klienta
+
+
+ Okno uzlu
+ Otevři soubor s ladicími záznamy %1 z aktuálního datového adresáře. U velkých žurnálů to může pár vteřin zabrat.
@@ -1891,6 +2015,18 @@
Volitelná částka, kterou požaduješ. Nech prázdné nebo nulové, pokud nepožaduješ konkrétní částku.
+
+
+ Volitelný popis který sa přidá k téjo nové přijímací adrese (pro jednoduchší identifikaci). Tenhle popis bude také přidán do výzvy k platbě.
+
+
+
+ Volitelná zpráva která se přidá k téjo platební výzvě a může být zobrazena odesílateli.
+
+
+
+ &Vytvořit novou přijímací adresu
+ Promaž obsah ze všech formulářových políček.
@@ -1905,7 +2041,7 @@
- Generovat nativní segwit adresu (Bench32)
+ Generovat nativní segwit adresu (Bech32)
@@ -2140,6 +2276,10 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
Prach:
+
+
+ Schovat nastavení poplatků transakce - transaction fee
+ Když je zde měně transakcí než místa na bloky, mineři stejně tak relay-e mohou nasadit minimální poplatky. Zaplacením pouze minimálního poplatku je v pohodě, ale mějte na paměti že toto může mít za následek nikdy neověřenou transakci pokud zde bude více bitcoinových transakcí než může síť zvládnout.
@@ -2208,14 +2348,38 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
%1 (%2 bloků)
+
+
+ Vytvořit bez podpisu
+
+
+
+ Vytvořit částečně podepsanou Bitcoin transakci (Partially Signed Bitcoin Transaction - PSBT) k použtí kupříkladu s offline %1 peněženkou nebo s jinou kompatibilní PSBT hardware peněženkou.
+
+
+
+ z peněženky '%1'
+
+
+
+ %1 do '%2'
+
- %1 pro %2
+ %1 do %2
+
+
+
+ Chcete naplánovat tuhle transakci?Jsi si jistý, že tuhle transakci chceš poslat?
+
+
+ Zkontrolujte prosím svůj návrh transakce. Výsledkem bude částečně podepsaná bitcoinová transakce (PSBT), kterou můžete kopírovat a poté podepsat např. pomocí offline %1 peněženky nebo hardwarové peněženky kompatibilní s PSBT.
+ nebo
@@ -2240,13 +2404,33 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
Celková částka
+
+
+ Chcete-li zkontrolovat seznam příjemců, klikněte na „Zobrazit podrobnosti ...“
+ Potvrď odeslání mincí
+
+
+ Potvrdit návrh transakce
+
+
+
+ Zkopírovat PSBT do schránky
+
- Pošli
+ Odeslat
+
+
+
+ PSBT zkopírován
+
+
+
+ Pouze sledovaný zůstatek:
@@ -2343,6 +2527,10 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
Smaž tento záznam
+
+
+ Částka k odeslání ve vybrané měně
+ Poplatek se odečte od posílané částky. Příjemce tak dostane méně bitcoinů, než zadáš do pole Částka. Pokud vybereš více příjemců, tak se poplatek rovnoměrně rozloží.
@@ -2469,6 +2657,14 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
Bitcoinová adresa, kterou je zpráva podepsána
+
+
+ Podepsaná zpráva na ověření
+
+
+
+ Podpis daný při podpisu zprávy
+ Ověř zprávu, aby ses ujistil, že byla podepsána danou bitcoinovou adresou
@@ -2501,6 +2697,10 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
Odemčení peněženky bylo zrušeno.
+
+
+ Bez chyby
+ Soukromý klíč pro zadanou adresu není dostupný.
@@ -2675,6 +2875,10 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
Pořadí výstupu
+
+
+ (Certifikát nebyl ověřen)
+ Obchodník
@@ -2998,6 +3202,10 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
Zavřít peněženku
+
+
+ Opravdu chcete zavřít peněženku <i>%1</i>?
+ Zavření peněženky na příliš dlouhou dobu může vyústit v potřebu resynchronizace celého blockchainu pokud je zapnuté prořezávání.
@@ -3026,7 +3234,11 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
- Chceš poplatek navýšit?
+ Chcete navýšit poplatek?
+
+
+
+ Chcete naplánovat tuhle transakci s navýšením poplatku?
@@ -3044,6 +3256,14 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
Potvrď navýšení poplatku
+
+
+ Nelze navrhnout transakci.
+
+
+
+ PSBT zkopírováno
+ Nemůžu podepsat transakci.
@@ -3210,6 +3430,14 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
Bylo zjištěno poškození databáze bloků
+
+
+ Soubor asmap nelze najít %s
+
+
+
+ Soubor asmap nelze analyzovat %s
+ Chceš přestavět databázi bloků hned teď?
@@ -3266,6 +3494,10 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
Selhala úvodní zevrubná prověrka. %s se ukončuje.
+
+
+ Neplatné oprávnenie P2P: '%s'
+ Neplatná částka pro -%s=<částka>: '%s'
@@ -3282,6 +3514,14 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
Zadaný adresář bloků "%s" neexistuje.
+
+
+ Neznámý typ adresy '%s'
+
+
+
+ Neznámý typ změny '%s'
+ Aktualizuje se txindex databáze
@@ -3290,6 +3530,10 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
Načítám P2P adresy…
+
+
+ Chyba: Místo na disku je příliš malé!
+ Načítám seznam klateb...
@@ -3398,6 +3642,10 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
V rámci -whitebind je třeba specifikovat i port: '%s'
+
+
+ Režim prořezávání není kompatibilní s -blockfilterindex.
+ Omezuji -maxconnections z %d na %d kvůli systémovým omezením.
@@ -3456,6 +3704,10 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
Nepodařilo se mi vygenerovat počáteční klíče
+
+
+ Neznámá -blockfilterindex hodnota %s.
+ Kontroluji peněženku/y…
diff --git a/src/qt/locale/bitcoin_da.ts b/src/qt/locale/bitcoin_da.ts
index 0fb4d104aa..a087ebe522 100644
--- a/src/qt/locale/bitcoin_da.ts
+++ b/src/qt/locale/bitcoin_da.ts
@@ -1788,6 +1788,14 @@
Synkroniserede blokke
+
+
+ Afbildning fra Autonome Systemer (et Internet-Protocol-rutefindingsprefiks) til IP-adresser som bruges til at diversificere knudeforbindelser. Den engelske betegnelse er "asmap".
+
+
+
+ Autonomt-System-afbildning
+ Brugeragent
diff --git a/src/qt/locale/bitcoin_de.ts b/src/qt/locale/bitcoin_de.ts
index ff763b002c..ff272af443 100644
--- a/src/qt/locale/bitcoin_de.ts
+++ b/src/qt/locale/bitcoin_de.ts
@@ -658,7 +658,7 @@
- "Dust":
+ "Staub":
@@ -808,7 +808,7 @@
- Wallet Name
+ Wallet-Name
@@ -1012,7 +1012,7 @@
- (%n GB benötigt für komplette Blockchain)(%n GB benötigt für komplette Blockchain)
+ (%n GB benötigt für komplette Blockchain)(%n GB wird die komplette Blockchain benötigen)
@@ -1067,7 +1067,7 @@
- %1 synchronisiert gerade. Es lädt Header und Blöcke von anderen Nodes und validiert sie bis zum Erreichen der Spitze der Blockkette.
+ %1 synchronisiert gerade. Es lädt Header und Blöcke von Gegenstellen und validiert sie bis zum Erreichen der Spitze der Blockkette.
@@ -1097,7 +1097,7 @@
- Standard Wallet
+ Standard-Wallet
@@ -1124,7 +1124,7 @@
- Größe des &Datenbankcaches
+ Größe des &Datenbankpufferspeichers
@@ -1758,7 +1758,7 @@
- Gesperrte Peers
+ Gesperrte Gegenstellen
@@ -1788,6 +1788,14 @@
Synchronisierte Blöcke
+
+
+ Das zugeordnete autonome System zur Diversifizierung der Gegenstellen-Auswahl.
+
+
+
+ Zugeordnetes AS
+ User-Agent
@@ -2266,7 +2274,7 @@ Hinweis: Eine Gebühr von "100 Satoshis pro kB" bei einer Größe der Transaktio
- "Dust":
+ "Staub":
diff --git a/src/qt/locale/bitcoin_el.ts b/src/qt/locale/bitcoin_el.ts
index d903e2f85d..d4787e6218 100644
--- a/src/qt/locale/bitcoin_el.ts
+++ b/src/qt/locale/bitcoin_el.ts
@@ -1773,6 +1773,14 @@
Συγχρονισμένα Μπλοκς
+
+
+ Το χαρτογραφημένο Αυτόνομο Σύστημα που χρησιμοποιείται για τη διαφοροποίηση της επιλογής ομοτίμων.
+
+
+
+ Χαρτογραφημένο ως
+ Agent χρήστη
diff --git a/src/qt/locale/bitcoin_en.ts b/src/qt/locale/bitcoin_en.ts
index 6b4174f313..71467a915b 100644
--- a/src/qt/locale/bitcoin_en.ts
+++ b/src/qt/locale/bitcoin_en.ts
@@ -90,7 +90,8 @@
-
+
@@ -109,7 +110,7 @@
-
+
@@ -132,7 +133,7 @@
AddressTableModel
-
+
@@ -175,7 +176,7 @@
-
+
@@ -205,7 +206,7 @@
-
+
@@ -226,7 +227,7 @@
-
+
@@ -236,7 +237,7 @@
-
+
@@ -325,17 +326,17 @@
BitcoinGUI
-
+ Sign &message...
-
+ Synchronizing with network...
-
+ &Overview
@@ -410,7 +411,7 @@
&Change Passphrase...
-
+
@@ -425,12 +426,12 @@
-
+
-
+
@@ -450,17 +451,17 @@
-
+ Reindexing blocks on disk...
-
+
-
+ Send coins to a Bitcoin address
@@ -515,17 +516,17 @@
Verify messages to ensure they were signed with specified Bitcoin addresses
-
+ &File
-
+ &Settings
-
+ &Help
@@ -535,12 +536,12 @@
Tabs toolbar
-
+
-
+
@@ -550,12 +551,12 @@
-
+
-
+ %n active connection to Bitcoin network
@@ -563,7 +564,7 @@
-
+
@@ -596,7 +597,7 @@
Transactions after this will not yet be visible.
-
+ Error
@@ -611,12 +612,32 @@
Information
-
+ Up to date
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -661,12 +682,32 @@
-
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
@@ -676,7 +717,7 @@
-
+ &Window
@@ -696,12 +737,12 @@
-
+
-
+
@@ -711,7 +752,7 @@
Catching up...
-
+
@@ -721,7 +762,7 @@
-
+
@@ -792,8 +833,13 @@
Wallet is <b>encrypted</b> and currently <b>locked</b>
-
-
+
+
+
+
+
+
+
@@ -885,7 +931,7 @@
Confirmed
-
+
@@ -946,12 +992,12 @@
-
+
-
+
@@ -971,7 +1017,7 @@
-
+
@@ -990,12 +1036,12 @@
CreateWalletActivity
-
+
-
+
@@ -1047,6 +1093,16 @@
+
+
+
+
+
+
+
+
+
+
@@ -1096,7 +1152,7 @@
-
+
@@ -1124,7 +1180,7 @@
FreespaceChecker
-
+ A new data directory will be created.
@@ -1152,7 +1208,7 @@
HelpMessageDialog
-
+ version
@@ -1304,7 +1360,7 @@
-
+
@@ -1345,12 +1401,12 @@
-
+
-
+
@@ -1437,12 +1493,7 @@
-
-
-
-
-
-
+
@@ -1611,12 +1662,7 @@
-
-
-
-
-
-
+ &Window
@@ -1666,7 +1712,17 @@
-
+
+
+
+
+
+
+
+
+
+
+
@@ -1691,7 +1747,7 @@
default
-
+
@@ -1751,12 +1807,12 @@
-
+ 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.
-
+
@@ -1766,22 +1822,22 @@
-
+ Your current spendable balance
-
+
-
+ Total of transactions that have yet to be confirmed, and do not yet count toward the spendable balance
-
+ Immature:
@@ -1791,22 +1847,22 @@
Mined balance that has not yet matured
-
+
-
+ Total:
-
+ Your current total balance
-
+
@@ -1821,20 +1877,178 @@
-
+
-
+
-
+
+
+
+
+
+
+
+
+ PSBTOperationsDialog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ PaymentServer
@@ -1931,17 +2145,17 @@
QObject
-
+ Amount
-
+
-
+
@@ -1957,7 +2171,7 @@
-
+
@@ -2051,7 +2265,7 @@
-
+
@@ -2065,6 +2279,11 @@
+
+
+
+
+
@@ -2129,8 +2348,7 @@
-
-
+
@@ -2148,12 +2366,13 @@
-
+
+ N/A
-
+ Client version
@@ -2218,12 +2437,7 @@
Block chain
-
-
- Current number of blocks
-
-
-
+
@@ -2254,18 +2468,18 @@
-
+
-
-
+
+
-
+
@@ -2276,18 +2490,13 @@
-
-
+
+
-
-
-
-
-
-
+
@@ -2312,7 +2521,7 @@
-
+
@@ -2322,18 +2531,23 @@
-
-
+
+
-
+
-
+
+
+
+
+
+
@@ -2348,17 +2562,17 @@
-
+
+
+
+
+
+
-
-
-
-
-
@@ -2398,7 +2612,7 @@
-
+ Last block time
@@ -2423,7 +2637,7 @@
-
+
@@ -2521,7 +2735,7 @@
-
+
@@ -2547,17 +2761,7 @@
-
-
-
-
-
-
-
-
-
-
-
+
@@ -2597,12 +2801,12 @@
-
+
-
+
@@ -2617,7 +2821,7 @@
-
+
@@ -2681,16 +2885,51 @@
+
+
+
+
+
+
+
+
+
+ ReceiveRequestDialog
-
-
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2705,45 +2944,15 @@
-
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
- Amount
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Wallet
- RecentRequestsTableModel
@@ -2787,7 +2996,7 @@
SendCoinsDialog
-
+ Send Coins
@@ -2974,7 +3183,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
S&end
-
+
@@ -3024,7 +3233,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
-
+
@@ -3039,7 +3248,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
-
+
@@ -3049,12 +3258,27 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
-
-
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -3064,7 +3288,12 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
-
+
+
+
+
+
+
@@ -3084,12 +3313,12 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
-
+
-
+
@@ -3100,21 +3329,11 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
-
-
-
-
-
-
-
-
-
-
-
+
@@ -3159,7 +3378,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
-
+ Estimated to begin confirmation within %n block.
@@ -3167,7 +3386,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
-
+
@@ -3305,7 +3524,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
ShutdownWindow
-
+
@@ -3444,7 +3663,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
-
+
@@ -3518,7 +3737,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
TrafficGraphWidget
-
+
@@ -3764,7 +3983,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
This pane shows a detailed description of the transaction
-
+
@@ -3772,7 +3991,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
TransactionTableModel
-
+ Date
@@ -4094,7 +4313,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
-
+
@@ -4107,7 +4326,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
UnitDisplayStatusBarControl
-
+
@@ -4115,7 +4334,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
WalletController
-
+
@@ -4129,24 +4348,41 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
+
+
+
+
+
+
+
+
+
+ WalletFrame
-
-
+
+
+
+
+
+
+
WalletModel
-
+ Send Coins
-
+
@@ -4217,7 +4453,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
WalletView
-
+ &Export
@@ -4227,7 +4463,39 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
Export the data in the current tab to a file
-
+
+
+
+
+ Error
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -4265,7 +4533,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
bitcoin-core
-
+
@@ -4280,12 +4548,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
-
-
-
-
-
-
+
@@ -4295,17 +4558,12 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
-
+
-
-
-
-
-
-
+
@@ -4315,7 +4573,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
-
+
@@ -4335,17 +4593,17 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
-
+
-
+
-
+
@@ -4360,32 +4618,22 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
-
+
-
-
-
-
-
-
-
-
-
-
-
+
-
+
-
+
@@ -4415,7 +4663,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
-
+ Do you want to rebuild the block database now?
@@ -4460,7 +4708,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
Error opening block database
-
+ Failed to listen on any port. Use -listen=0 if you want this.
@@ -4470,7 +4718,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
-
+
@@ -4505,7 +4753,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
-
+
@@ -4525,22 +4773,17 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
-
+
-
-
-
-
-
-
+
-
+ Not enough file descriptors available.
@@ -4610,12 +4853,22 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
-
+
-
+
+
+
+
+
+
+
+
+
+
+
@@ -4625,12 +4878,42 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -4640,12 +4923,22 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
-
+
-
+
+
+
+
+
+
+
+
+
+
+
@@ -4669,6 +4962,11 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
+
+
+
+
+
@@ -4761,17 +5059,12 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
-
-
-
-
-
-
+
-
+
@@ -4781,22 +5074,17 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
-
-
-
-
-
-
+
-
+
-
+
@@ -4836,32 +5124,27 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
Unknown network specified in -onlynet: '%s'
-
+ Insufficient funds
-
-
-
-
-
-
+
-
+
-
+
-
+ Loading block index...
@@ -4871,17 +5154,17 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
Loading wallet...
-
+ Cannot downgrade wallet
-
+ Rescanning...
-
+ Done loading
diff --git a/src/qt/locale/bitcoin_en_GB.ts b/src/qt/locale/bitcoin_en_GB.ts
index ab674f0c7d..4d943fd532 100644
--- a/src/qt/locale/bitcoin_en_GB.ts
+++ b/src/qt/locale/bitcoin_en_GB.ts
@@ -189,7 +189,7 @@
- Remember that encrypting your wallet cannot fully protect your Bitcoins from being stolen by malware infecting your computer.
+ Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
@@ -255,11 +255,11 @@
BitcoinGUI
- Sign &message ...
+ Sign &message...
- Synchronising with network ...
+ Synchronizing with network...
@@ -303,7 +303,7 @@
- &Options ...
+ &Options...
@@ -311,19 +311,19 @@
- &Encrypt Wallet ...
+ &Encrypt Wallet...
- &Backup Wallet ...
+ &Backup Wallet...
- &Change Passphrase ...
+ &Change Passphrase...
- Open &URI ...
+ Open &URI...
@@ -351,11 +351,11 @@
- Syncing Headers (%1%) ...
+ Syncing Headers (%1%)...
- Reindexing blocks on disk ...
+ Reindexing blocks on disk...
@@ -375,7 +375,7 @@
- &Verify message ...
+ &Verify message...
@@ -443,11 +443,11 @@
- Indexing blocks on disk ...
+ Indexing blocks on disk...
- Processing blocks on disk ...
+ Processing blocks on disk...
@@ -499,7 +499,7 @@
- Open a Bitcoin: URI
+ Open a bitcoin: URI
@@ -511,7 +511,7 @@
- Close Wallet ...
+ Close Wallet...
@@ -535,7 +535,7 @@
- Minimise
+ Minimize
@@ -551,11 +551,11 @@
- Connecting to peers ...
+ Connecting to peers...
- Catching up ...
+ Catching up...
@@ -952,7 +952,7 @@
- Reverting this setting requires re-downloading the entire Blockchain. It is faster to download the full chain first and prune it later. Disables some advanced features.
+ Reverting this setting requires re-downloading the entire blockchain. It is faster to download the full chain first and prune it later. Disables some advanced features.
@@ -960,7 +960,7 @@
- If you have chosen to limit block chain storage (pruning), the historical data must still be downloaded and processed, but will be deleted afterwards to keep your disk usage low.
+ If you have chosen to limit block chain storage (pruning), the historical data must still be downloaded and processed, but will be deleted afterward to keep your disk usage low.
@@ -1023,11 +1023,11 @@
- Recent transactions may not yet be visible, and therefore your wallet's balance might be incorrect. This information will be correct once your wallet has finished synchronising with the Bitcoin network, as detailed below.
+ Recent transactions may not yet be visible, and therefore your wallet's balance might be incorrect. This information will be correct once your wallet has finished synchronizing with the bitcoin network, as detailed below.
- Attempting to spend Bitcoins that are affected by not-yet-displayed transactions will not be accepted by the network.
+ Attempting to spend bitcoins that are affected by not-yet-displayed transactions will not be accepted by the network.
@@ -1035,7 +1035,7 @@
- Unknown ...
+ Unknown...
@@ -1051,7 +1051,7 @@
- calculating ...
+ calculating...
@@ -1071,14 +1071,14 @@
- Unknown. Syncing Headers (%1, %2%) ...
+ Unknown. Syncing Headers (%1, %2%)...OpenURIDialog
- Open Bitcoin URI
+ Open bitcoin URI
@@ -1101,7 +1101,7 @@
- Opening Wallet <b>%1</b> ...
+ Opening Wallet <b>%1</b>...
@@ -1152,7 +1152,7 @@
- Minimise instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu.
+ Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu.
@@ -1284,15 +1284,15 @@
- Show on a tray icon after minimising the window.
+ Show only a tray icon after minimizing the window.
- &Minimise to the tray instead of the task bar
+ &Minimize to the tray instead of the taskbar
- M&inimise on close
+ M&inimize on close
@@ -1387,7 +1387,7 @@
- The displayed information may be out of date. Your Wallet automatically synchronises with the Bitcoin Network after a connection is established, but this process has not been completed yet.
+ 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.
@@ -1462,7 +1462,7 @@
- Cannot start Bitcoin: click-to-pay handler
+ Cannot start bitcoin: click-to-pay handler
@@ -1620,7 +1620,7 @@
- %1 didn't exit safely yet ...
+ %1 didn't yet exit safely...
@@ -1631,7 +1631,7 @@
QRImageWidget
- &Save Image ...
+ &Save Image...
@@ -1698,7 +1698,7 @@
- Start up time
+ Startup time
@@ -1734,7 +1734,7 @@
- Wallet:
+ Wallet:
@@ -1788,6 +1788,14 @@
Synced Blocks
+
+
+ The mapped Autonomous System used for diversifying peer selection.
+
+
+
+ Mapped AS
+ User Agent
@@ -1930,7 +1938,7 @@
- WARNING: Scammers have been active, telling users to type commands here and stealing their wallet contents. Do not use this console without fully understanding the ramifications of a command.
+ WARNING: Scammers have been active, telling users to type commands here, stealing their wallet contents. Do not use this console without fully understanding the ramifications of a command.
@@ -2088,7 +2096,7 @@
- &Save Image ...
+ &Save Image...
@@ -2166,7 +2174,7 @@
- Inputs ...
+ Inputs...
@@ -2214,11 +2222,11 @@
- Choose ...
+ Choose...
- Using the fallback fee can result in sending a transaction that will take several hours or days (or never) to confirm. Consider choosing your fee manually or wait until you have validated the complete chain.
+ Using the fallbackfee can result in sending a transaction that will take several hours or days (or never) to confirm. Consider choosing your fee manually or wait until you have validated the complete chain.
@@ -2250,7 +2258,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- (Smart fee not initialised yet. This usually takes a few blocks ...)
+ (Smart fee not initialized yet. This usually takes a few blocks...)
@@ -2278,7 +2286,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- A too low fee might result in a never-confirming transaction (read the tooltip)
+ A too low fee might result in a never confirming transaction (read the tooltip)
@@ -2568,7 +2576,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
ShutdownWindow
- %1 is shutting down ...
+ %1 is shutting down...
@@ -3050,7 +3058,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Range ...
+ Range...
@@ -3074,7 +3082,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Enter address, transaction id or label to search.
+ Enter address, transaction id, or label to search
@@ -3222,7 +3230,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Increasing transaction fee failed.
+ Increasing transaction fee failed
@@ -3262,7 +3270,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Could not commit transaction.
+ Could not commit transaction
@@ -3312,7 +3320,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
bitcoin-core
- Distributed under the MIT software license, see the accompanying file %s or %s.
+ Distributed under the MIT software license, see the accompanying file %s or %s
@@ -3328,7 +3336,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Pruning blockstore ...
+ Pruning blockstore...
@@ -3372,7 +3380,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- This is the transaction fee you may discard if change is smaller than dust at this level.
+ This is the transaction fee you may discard if change is smaller than dust at this level
@@ -3380,7 +3388,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Unable to rewind the database to a pre-fork state. You will need to re-download the blockchain
+ Unable to rewind the database to a pre-fork state. You will need to redownload the blockchain
@@ -3392,7 +3400,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- %d of last 100 blocks have unexpected version.
+ %d of last 100 blocks have unexpected version
@@ -3436,11 +3444,11 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Error initialising block database
+ Error initializing block database
- Error initialising wallet database environment %s!
+ Error initializing wallet database environment %s!
@@ -3472,11 +3480,11 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Failed to rescan the wallet during initialisation.
+ Failed to rescan the wallet during initialization
- Importing ...
+ Importing...
@@ -3484,7 +3492,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Initialisation sanity check failed. %s is shutting down.
+ Initialization sanity check failed. %s is shutting down.
@@ -3520,7 +3528,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Loading P2P addresses ...
+ Loading P2P addresses...
@@ -3528,7 +3536,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Loading banlist ...
+ Loading banlist...
@@ -3544,11 +3552,11 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Replaying blocks ...
+ Replaying blocks...
- Rewinding blocks ...
+ Rewinding blocks...
@@ -3556,7 +3564,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Transaction fee and change calculation failed.
+ Transaction fee and change calculation failed
@@ -3580,7 +3588,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Verifying blocks ...
+ Verifying blocks...
@@ -3608,7 +3616,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Error upgrading chainstate database.
+ Error upgrading chainstate database
@@ -3652,15 +3660,15 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Specified -walletdir "%s" does not exist.
+ Specified -walletdir "%s" does not exist
- Specified -walletdir "%s" is a relative path.
+ Specified -walletdir "%s" is a relative path
- Specified -walletdir "%s" is not a directory.
+ Specified -walletdir "%s" is not a directory
- Unable to generate initial keys.
+ Unable to generate initial keys
@@ -3702,7 +3710,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Verifying wallet(s) ...
+ Verifying wallet(s)...
@@ -3710,7 +3718,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Zapping all transactions from wallet ...
+ Zapping all transactions from wallet...
@@ -3738,7 +3746,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Starting network threads ...
+ Starting network threads...
@@ -3754,15 +3762,15 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Transaction amounts must not be negative.
+ Transaction amounts must not be negative
- Transaction has too long of a mempool chain.
+ Transaction has too long of a mempool chain
- Transaction must have at least one recipient.
+ Transaction must have at least one recipient
@@ -3790,11 +3798,11 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Loading block index ...
+ Loading block index...
- Loading wallet ...
+ Loading wallet...
@@ -3802,7 +3810,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Rescanning ...
+ Rescanning...
diff --git a/src/qt/locale/bitcoin_es.ts b/src/qt/locale/bitcoin_es.ts
index b681cff011..e4c28c4704 100644
--- a/src/qt/locale/bitcoin_es.ts
+++ b/src/qt/locale/bitcoin_es.ts
@@ -395,7 +395,7 @@
- Cifrar las claves privadas de su monedero
+ Encriptar las claves privadas que pertenecen a su billetera
@@ -471,7 +471,7 @@
- Aviso
+ Advertencia
@@ -519,7 +519,7 @@
- Muestre el mensaje de ayuda %1 para obtener una lista con posibles opciones de línea de comandos de Bitcoin
+ Muestra el mensaje de ayuda %1 para obtener una lista con posibles opciones de línea de comandos de Bitcoin.
@@ -812,7 +812,7 @@
- Encriptar monedero. El monedero será cifrado con la contraseña que elija.
+ Cifrar monedero. El monedero será cifrado con la contraseña que elija.
@@ -1093,7 +1093,7 @@
- Advertencia sobre apertura de monedero
+ Aviso de apertura de monedero
@@ -1114,6 +1114,10 @@
&Principal
+
+
+ Iniciar automaticamente %1 al encender el sistema.
+ & Comience %1 en el inicio de sesión del sistema
@@ -1164,7 +1168,7 @@
- Restablecer todas las opciones del cliente a las predeterminadas.
+ Restablecer todas las opciones predeterminadas del cliente.
@@ -1220,7 +1224,7 @@
- Abrir automáticamente el puerto del cliente Bitcoin en el router. Esta opción solo funciona si el router admite UPnP y está activado.
+ Abrir automáticamente el puerto del cliente Bitcoin en el router. Esta opción solo funciona cuando el router admite UPnP y está activado.
@@ -1236,7 +1240,7 @@
- Conéctese a la red de Bitcoin a través de un proxy SOCKS5.
+ Conectar a la red de Bitcoin a través de un proxy SOCKS5.
@@ -1280,7 +1284,7 @@
- Minimizar la ventana a la bandeja de iconos del sistema.
+ Mostrar solo un icono de sistema después de minimizar la ventana
@@ -1379,7 +1383,7 @@
OverviewPage
- Desde
+ Formulario
@@ -1395,7 +1399,7 @@
- Su balance actual gastable
+ Su saldo actual gastable
@@ -1403,7 +1407,7 @@
- Total de transacciones que deben ser confirmadas y que no cuentan aun con el balance gastable necesario.
+ Total de transacciones que deben ser confirmadas y que no cuentan con el saldo disponible necesario.
@@ -1784,6 +1788,14 @@
Bloques sincronizados
+
+
+ El Sistema Autónomo mapeado utilizado para la selección diversificada de participantes.
+
+
+
+ SA Mapeado
+ Agente de usuario
@@ -2003,6 +2015,14 @@
Monto opcional a solicitar. Dejarlo vacío o en cero para no solicitar un monto específico.
+
+
+ Etiqueta opcional para asociar con la nueva dirección de recepción (utilizado por ti para identificar una factura). También esta asociado a la solicitud de pago.
+
+
+
+ Mensaje opcional asociado a la solicitud de pago que podría ser presentado al remitente
+ Crear nueva dirección para recepción
@@ -2190,11 +2210,11 @@
- Al activarse, si la dirección de cambio está vacía o es inválida, las monedas serán enviadas a una nueva dirección generada.
+ Si se activa, pero la dirección de cambio está vacía o es inválida, las monedas serán enviadas a una nueva dirección generada.
- Dirección propia
+ Dirección de cambio personalizada.
@@ -2256,6 +2276,10 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
Polvo:
+
+
+ Esconder ajustes de tarifas de transacción
+ Cuando hay menos volumen de transacciones que espacio en los bloques, los mineros y los nodos de retransmisión pueden imponer una comisión mínima. Pagar solo esta comisión mínima está bien, pero tenga en cuenta que esto puede resultar en una transacción nunca confirmada una vez que haya más demanda de transacciones de Bitcoin de la que la red puede procesar.
@@ -2330,7 +2354,7 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
- de monedero %1
+ desde el monedero %1
@@ -2340,6 +2364,10 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
%1 a %2
+
+
+ ¿Desea preparar esta transacción?
+ ¿Seguro que quiere enviar?
@@ -2376,10 +2404,26 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
Confirmar el envío de monedas
+
+
+ Confirme la propuesta de transaccion
+
+
+
+ Copiar la TBPF al portapapeles
+ Enviar
+
+
+ TBPF copiada
+
+
+
+ Visualización unicamente balance:
+ La dirección de envío no es válida. Por favor, revísela.
@@ -2398,7 +2442,7 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
- Dirección duplicada encontrada: la dirección sólo debería ser utilizada una vez por cada uso.
+ Dirección duplicada encontrada: las direcciones sólo deberían ser utilizadas una vez.
@@ -2418,11 +2462,11 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
- Peligro: Dirección de Bitcoin inválida
+ Advertencia: Dirección de Bitcoin inválida.
- Peligro: Dirección de cambio desconocida
+ Advertencia: Dirección de cambio desconocida.
@@ -2430,7 +2474,7 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
- La dirección de cambio seleccionada no es parte de su monedero. Parte de sus fondos serán enviados a esta dirección. ¿Está seguro?
+ La dirección que ha seleccionado para el cambio no es parte de su monedero. Parte o todos sus fondos pueden ser enviados a esta dirección. ¿Está seguro?
@@ -2475,9 +2519,13 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
Eliminar esta entrada.
+
+
+ El monto a enviar en las unidades seleccionadas
+
- La comisión será deducida de la cantidad que sea enviada. El destinatario recibirá menos bitcoins que la cantidad introducida en el campo Cantidad. Si hay varios destinatarios seleccionados, la comisión será distribuida a partes iguales.
+ La comisión será deducida de la cantidad enviada. El destinatario recibirá menos bitcoins que la cantidad introducida en el campo Cantidad. Si hay varios destinatarios seleccionados, la comisión será distribuida a partes iguales.
@@ -2509,7 +2557,7 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
- Paga a:
+ Pagar a:
@@ -2601,6 +2649,14 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
La dirección Bitcoin con la que se firmó el mensaje
+
+
+ El mensaje firmado para verificar
+
+
+
+ La firma proporcionada cuando el mensaje fue firmado
+ Verificar el mensaje para comprobar que fue firmado con la dirección Bitcoin indicada
@@ -2633,6 +2689,10 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
El desbloqueo del monedero fue cancelado.
+
+
+ Sin error
+ La llave privada para la dirección introducida no está disponible.
@@ -2817,7 +2877,7 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
- Los bitcoins generados deben madurar %1 bloques antes de que puedan gastarse. Cuando generó este bloque, se transmitió a la red para que se añadiera a la cadena de bloques. Si no consigue entrar en la cadena, su estado cambiará a "no aceptado" y ya no se podrá gastar. Esto puede ocurrir ocasionalmente si otro nodo genera un bloque a pocos segundos del suyo.
+ Las monedas generadas deben madurar %1 bloques antes de que puedan gastarse. Cuando generó este bloque, fue retransmitido a la red para que se añadiera a la cadena de bloques. Si no consigue entrar en la cadena, su estado cambiará a "no aceptado" y ya no se podrá gastar. Esto puede ocurrir ocasionalmente si otro nodo genera un bloque a pocos segundos del suyo.
@@ -2899,7 +2959,7 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
- Inmaduro (%1 confirmación(es), Estarán disponibles después de %2)
+ Inmaduro (%1 confirmaciones, Estará disponible después de %2)
@@ -3168,6 +3228,10 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
¿Desea incrementar la comisión?
+
+
+ ¿Desea preparar una transacción con aumento de comisión ?
+ Comisión actual:
@@ -3184,6 +3248,14 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
Confirmar incremento de comisión
+
+
+ No se pudo preparar la transacción.
+
+
+
+ TBPF copiada
+ No se ha podido firmar la transacción.
@@ -3272,7 +3344,7 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
- No se puede bloquear el directorio %s. %s ya se está ejecutando.
+ No se puede bloquear el directorio %s. %s probablemente ya se está ejecutando.
@@ -3300,7 +3372,7 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
- Esta es la cuota de transacción que puede descartar si el cambio es más pequeño que el polvo a este nivel.
+ Esta es la comisión por transacción que puede descartar si el cambio es más pequeño que el polvo a este nivel.
@@ -3332,7 +3404,7 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
- No se puede resolver -%s direccion: '%s'
+ No se puede resolver -%s dirección: '%s'
@@ -3350,6 +3422,14 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
Corrupción de base de datos de bloques detectada.
+
+
+ No se pudo encontrar el archivo asmap %s
+
+
+
+ No se pudo analizar el archivo asmap %s
+ ¿Quiere reconstruir la base de datos de bloques ahora?
@@ -3368,7 +3448,7 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
- Error cargando %s: Las claves privadas solo pueden ser deshabilitadas durante la creación
+ Error cargando %s: Las llaves privadas solo pueden ser deshabilitadas durante la creación.
@@ -3512,7 +3592,7 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
- Cantidad no válida para -maxtxfee=<amount>: '%s' (debe ser por lo menos la comisión mínima de %s para prevenir transacciones atascadas)
+ Cantidad no válida para -maxtxfee=<amount>: '%s' (debe ser al menos la comisión mínima de %s para prevenir transacciones atascadas)
@@ -3622,7 +3702,7 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
- Verificando monedero...
+ Verificando monedero(s)...
@@ -3666,7 +3746,7 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
- Esta es la tarifa mínima a pagar en cada transacción.
+ Esta es la comisión por transacción mínima a pagar en cada transacción.
@@ -3686,7 +3766,7 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
- La red especificada en -onlynet '%s' es desconocida
+ Red desconocida especificada en -onlynet '%s'
@@ -3718,7 +3798,7 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
- No se puede rebajar el monedero
+ No se puede actualizar a una versión mas antigua el monedero.
diff --git a/src/qt/locale/bitcoin_es_CL.ts b/src/qt/locale/bitcoin_es_CL.ts
index 4b864f4e74..265eeeb2f7 100644
--- a/src/qt/locale/bitcoin_es_CL.ts
+++ b/src/qt/locale/bitcoin_es_CL.ts
@@ -997,7 +997,7 @@ Exportar los datos en la pestaña actual a un archivo
- (0 = auto, <0 = deja muchos núcleos gratis)
+ (0 = auto, <0 = deja esta cantidad de núcleos libres)
diff --git a/src/qt/locale/bitcoin_es_CO.ts b/src/qt/locale/bitcoin_es_CO.ts
index 5c83f25286..751dd5ca5b 100644
--- a/src/qt/locale/bitcoin_es_CO.ts
+++ b/src/qt/locale/bitcoin_es_CO.ts
@@ -699,6 +699,10 @@
CreateWalletDialog
+
+
+ Crea una billetera en blanco. Las billeteras en blanco inicialmente no tienen llaves privadas o texto. Las llaves privadas y las direcciones pueden ser importadas, o se puede establecer una semilla HD, más tarde.
+ EditAddressDialog
@@ -803,6 +807,10 @@
Al hacer clic OK, %1 iniciará el proceso de descarga y procesará el blockchain completo de %4 (%2 GB), iniciando desde el la transacción más antigua %3 cuando %4 se ejecutó inicialmente.
+
+
+ Revertir esta configuración requiere descargar la blockchain completa nuevamente. Es más rápido descargar la cadena completa y podarla después. Desactiva algunas funciones avanzadas.
+ El primer proceso de sincronización consume muchos recursos, y es posible que puedan ocurrir problemas de hardware que anteriormente no hayas notado. Cada vez que ejecutes %1 automáticamente se reiniciará el proceso de sincronización desde el punto que lo dejaste anteriormente.
@@ -993,7 +1001,7 @@
- (0 = auto, <0 = deja muchos núcleos gratis)
+ (0 = auto, <0 = deja esta cantidad de núcleos libres)
diff --git a/src/qt/locale/bitcoin_es_MX.ts b/src/qt/locale/bitcoin_es_MX.ts
index acb7f0dc3d..2c0028debc 100644
--- a/src/qt/locale/bitcoin_es_MX.ts
+++ b/src/qt/locale/bitcoin_es_MX.ts
@@ -69,6 +69,10 @@
Estas son tus direcciones de Bitcoin para enviar pagos. Siempre revisa el monto y la dirección de envío antes de enviar monedas.
+
+
+ Estas son tus direcciones Bitcoin para recibir pagos. Usa el botón "Crear Nueva Dirección de Recepción" en la pestaña de recepciones para crear nuevas direcciones.
+ &Copiar dirección
@@ -131,6 +135,10 @@
Repita la nueva contraseña
+
+
+ Mostrar contraseña
+ Encriptar cartera
@@ -171,6 +179,30 @@
Cartera encriptada
+
+
+ Ingresa la nueva frase contraseña para la billetera <br/>Por favor usa una frase contraseña de <b>diez o mas caracteres aleatorios </b>, o <b>ocho o mas palabras</b>
+
+
+
+ Ingresa la antigua frase de contraseña y la nueva frase de contraseña para la billetera.
+
+
+
+ Recuerda que encriptar tu billetera no puede proteger completamente tus bitcoins de ser robadas por malware que haya infectado tu computadora.
+
+
+
+ Billetera para ser encriptada
+
+
+
+ Tu billetera está por ser encriptada
+
+
+
+ Tu billetera ha sido encriptada
+ IMPORTANTE: cualquier copia de seguridad anterior que haya hecho de su archivo de cartera debe ser reemplazada por el archivo de cartera encriptado y recién generado. Por razones de seguridad, las copias de seguridad anteriores del archivo de cartera sin cifrar serán inútiles tan pronto como empieces a usar la nueva billetera encriptada.
@@ -293,6 +325,14 @@
Abrir &URL...
+
+
+ Crear cartera
+
+
+
+ Crear una nueva cartera
+ Cartera:
@@ -388,10 +428,30 @@ Haga clic para habilitar la actividad de red nuevamente.
Solicitar pagos (genera códigos QR y bitcoin: URI)
+
+
+ Mostrar la lista de direcciones y etiquetas de envío usadas
+
+
+
+ Mostrar la lista de direcciones y etiquetas de recepción usadas
+ opciones de la &Linea de comandos
+
+
+ Indexando bloques en el disco...
+
+
+
+ Procesando bloques en el disco...
+
+
+
+ Las transacciones después de esto todavía no serán visibles.
+ Error
@@ -408,10 +468,64 @@ Solicitar pagos (genera códigos QR y bitcoin: URI)
Actualizado al dia
+
+
+ Abrir Cartera
+
+
+
+ Abrir una cartera
+
+
+
+ Cerrar Cartera...
+
+
+
+ Cerrar cartera
+
+
+
+ cartera predeterminada
+
+
+
+ No hay carteras disponibles
+
+
+
+ &Ventana
+
+
+
+ Minimizar
+
+
+
+ Ventana Principal
+
+
+
+ Conectando con los compañeros...
+ Recibiendo...
+
+
+ Error: %1
+
+
+
+ Alerta: %1
+
+
+
+ Fecha: %1
+
+ Enviar Transacción
@@ -428,9 +542,17 @@ Solicitar pagos (genera códigos QR y bitcoin: URI)
La cartera esta <b>encriptada</b> y <b>bloqueada</b> actualmente
-
+
+
+ Se produjo un error fatal. Bitcoin ya no puede continuar de forma segura y va a renunciar.
+
+CoinControlDialog
+
+
+ Selección de moneda
+ Cantidad
@@ -447,6 +569,10 @@ Solicitar pagos (genera códigos QR y bitcoin: URI)
Cuota:
+
+
+ Remanente monetario:
+ Después de los cargos por comisión.
@@ -455,14 +581,38 @@ Solicitar pagos (genera códigos QR y bitcoin: URI)
Cambio
+
+
+ (De)seleccionar todo
+
+
+
+ Modo árbol
+
+
+
+ Modo lista
+ Monto
+
+
+ Recibido con etiqueta
+
+
+
+ recibido con dirección
+ Fecha
+
+
+ Confirmaciones
+ Confirmado
@@ -511,6 +661,10 @@ Solicitar pagos (genera códigos QR y bitcoin: URI)
no
+
+
+ Esta capa se vuelve roja si algún destinatario recibe un monto menor al actual limite del remanente monetario
+ (sin etiqueta)
@@ -522,10 +676,46 @@ Solicitar pagos (genera códigos QR y bitcoin: URI)
CreateWalletActivity
-
+
+
+ La creación de la cartera falló
+
+
+
+ Crear advertencia de cartera
+
+CreateWalletDialog
-
+
+
+ Crear una cartera
+
+
+
+ Nombre de la cartera
+
+
+
+ Encriptar la cartera. La cartera será encriptada con una frase de contraseña de tu elección.
+
+
+
+ Encripta la cartera
+
+
+
+ Desactivar las llaves privadas de esta cartera. Las carteras con las llaves privadas desactivadas no tendrán llaves privadas y no podrán tener una semilla HD o llaves privadas importadas. Esto es ideal para las carteras "watch-only".
+
+
+
+ Desactivar las claves privadas
+
+
+
+ Crear
+
+EditAddressDialog
@@ -536,6 +726,14 @@ Solicitar pagos (genera códigos QR y bitcoin: URI)
&Etiqueta
+
+
+ La etiqueta asociada a esta entrada de la lista de direcciones
+
+
+
+ La dirección asociada a esta entrada de la lista de direcciones. Esto sólo puede ser modificado para las direcciones de envío.
+ &Dirección
@@ -563,11 +761,23 @@ Solicitar pagos (genera códigos QR y bitcoin: URI)
FreespaceChecker
+
+
+ Un nuevo directorio de datos será creado.
+ nombre
-
+
+
+ El camino ya existe, y no es un directorio.
+
+
+
+ No se puede crear un directorio de datos aquí.
+
+HelpMessageDialog
@@ -581,10 +791,34 @@ Solicitar pagos (genera códigos QR y bitcoin: URI)
Intro
+
+
+ Bienvenido
+
+
+
+ Revertir esta configuración requiere descargar nuevamente la cadena de bloques en su totalidad. es mas eficaz descargar la cadena de bloques completa y después reducirla. Desabilitará algunas funciones avanzadas.
+
+
+
+ La sincronización inicial es muy demandante, por lo que algunos problemas en su equipo de computo que no hayan sido detectados pueden verse reflejados. Cada vez que corra al %1, continuará descargando donde se le dejó.
+
+
+
+ Usar el directorio de datos predeterminado
+
+
+
+ Usar un directorio de datos customizado:
+ Bitcoin
+
+
+ La cartera también se almacenará en este directorio.
+ Error
@@ -596,12 +830,68 @@ Solicitar pagos (genera códigos QR y bitcoin: URI)
Formulario
+
+
+ Las transacciones recientes pueden no ser visibles todavía, y por lo tanto el saldo de su cartera podría ser incorrecto. Esta información será correcta una vez que su cartera haya terminado de sincronizarse con la red de bitcoin, como se detalla abajo.
+
+
+
+ Los intentos de gastar bitcoins que se vean afectados por transacciones aún no mostradas no serán aceptados por la red.
+
+
+
+ Número de bloques restantes
+
+
+
+ Desconocido...
+
+
+
+ Progreso
+
+
+
+ Aumento del progreso por hora
+
+
+
+ calculando...
+
+
+
+ Tiempo estimado restante hasta la sincronización
+
+
+
+ Ocultar
+
+
+
+ Esc
+ OpenURIDialog
-
+
+
+ Abrir la URI de bitcoin
+
+
+
+ URI:
+
+OpenWalletActivity
+
+
+ Abrir la cartera falló
+
+
+
+ cartera predeterminada
+ OptionsDialog
@@ -609,10 +899,38 @@ Solicitar pagos (genera códigos QR y bitcoin: URI)
Opciones
+
+
+ Minimizar en lugar de salir de la aplicación cuando la ventana se cierra. Cuando esta opción está activada, la aplicación se cerrará sólo después de seleccionar Salir en el menú.
+
+
+
+ Abrir Configuración de Archivo
+ Cartera
+
+
+ Si usted desactiva el gasto de cambio no confirmado, el cambio de una transacción no puede ser utilizado hasta que esa transacción tenga al menos una confirmación. Esto también afecta la manera en que se calcula su saldo.
+
+
+
+ &Gastar el cambio no confirmado
+
+
+
+ Aceptar las conexiones del exterior.
+
+
+
+ &Ventana
+
+
+
+ Idioma de la interfaz de usuario:
+ Ninguno
@@ -621,6 +939,10 @@ Solicitar pagos (genera códigos QR y bitcoin: URI)
Error
+
+
+ Este cambio requeriría un reinicio del cliente.
+ OverviewPage
@@ -634,13 +956,29 @@ Solicitar pagos (genera códigos QR y bitcoin: URI)
PeerTableModel
-
+
+
+ Enviado
+
+
+
+ Recibido
+
+QObjectMonto
+
+
+ N/A
+
+
+
+ Error: %1
+ desconocido
@@ -648,10 +986,130 @@ Solicitar pagos (genera códigos QR y bitcoin: URI)
QRImageWidget
-
+
+
+ &Guardar imagen...
+
+
+
+ &Copiar Imagen
+
+
+
+ Error codificando la URI en el Código QR.
+
+
+
+ El soporte del código QR no está disponible.
+
+
+
+ Guardar Código QR
+
+
+
+ PNG imagen (*.png)
+
+RPCConsole
-
+
+
+ N/A
+
+
+
+ Versión cliente
+
+
+
+ &Información
+
+
+
+ General
+
+
+
+ Red
+
+
+
+ Nombre
+
+
+
+ Cartera:
+
+
+
+ (ninguno)
+
+
+
+ Recibido
+
+
+
+ Enviado
+
+
+
+ Reducir el tamaño de la letra
+
+
+
+ Aumentar el tamaño de la letra
+
+
+
+ Servicios
+
+
+
+ Tiempo de conexión
+
+
+
+ Último envío
+
+
+
+ Última recepción
+
+
+
+ Actividad de la red desactivada
+
+
+
+ Ejecutando el comando sin ninguna cartera
+
+
+
+ nunca
+
+
+
+ Entrada
+
+
+
+ Salida
+
+
+
+ Sí
+
+
+
+ No
+
+
+
+ Desconocido
+
+
ReceiveCoinsDialog
@@ -670,6 +1128,10 @@ Solicitar pagos (genera códigos QR y bitcoin: URI)
Mensaje opcional para agregar a la solicitud de pago, el cual será mostrado cuando la solicitud este abierta. Nota: El mensaje no se manda con el pago a travéz de la red de Bitcoin.
+
+
+ Una etiqueta opcional para asociar a la nueva dirección de recepción.
+ Use este formulario para la solicitud de pagos. Todos los campos son <b>opcionales</b>
@@ -678,6 +1140,46 @@ Solicitar pagos (genera códigos QR y bitcoin: URI)
Monto opcional a solicitar. Dejarlo vacion o en cero no solicita un monto especifico.
+
+
+ Una etiqueta opcional para asociar a la nueva dirección de recepción (utilizada por usted para identificar una factura). También se adjunta a la solicitud de pago.
+
+
+
+ Un mensaje opcional que se adjunta a la solicitud de pago y que puede mostrarse al remitente.
+
+
+
+ &Crear una nueva dirección de recepción
+
+
+
+ Borrar todos los campos del formulario.
+
+
+
+ Borrar
+
+
+
+ Historial de pagos solicitados
+
+
+
+ Mostrar la solicitud seleccionada (hace lo mismo que hacer doble clic en una entrada)
+
+
+
+ Mostrar
+
+
+
+ Eliminar las entradas seleccionadas de la lista
+
+
+
+ Eliminar
+ Copiar capa
@@ -693,6 +1195,10 @@ Solicitar pagos (genera códigos QR y bitcoin: URI)
&Copiar dirección
+
+
+ &Guardar imagen...
+ Dirección
@@ -763,10 +1269,22 @@ Solicitar pagos (genera códigos QR y bitcoin: URI)
Cambio
+
+
+ Ocultar
+ Enviar a múltiples receptores a la vez
+
+
+ Despeja todos los campos del formulario.
+
+
+
+ Remanente monetario:
+ Saldo:
@@ -799,22 +1317,70 @@ Solicitar pagos (genera códigos QR y bitcoin: URI)
Copiar cambio
+
+
+ ¿Quiere redactar esta transacción?
+
+
+
+ ¿Está seguro de que quiere enviar?
+ o
+
+
+ Por favor, revise su transacción.
+
+
+
+ Cuota de transacción
+
+
+
+ Cantidad total
+
+
+
+ Para revisar la lista de destinatarios haga clic en "Mostrar detalles..."
+ Confirme para enviar monedas
+
+
+ Confirmar la propuesta de transacción
+
+
+
+ Enviar
+
+
+
+ La dirección del destinatario no es válida. Por favor, vuelva a verificarla.
+ El monto a pagar debe ser mayor a 0
+
+
+ La cantidad excede su saldo.
+
+
+
+ Duplicado de la dirección encontrada: las direcciones sólo deben ser utilizadas una vez cada una.
+ ¡La creación de la transación falló!
+
+
+ La solicitud de pago expiró.
+ Advertencia: Dirección de Bitcoin invalida
@@ -823,6 +1389,10 @@ Solicitar pagos (genera códigos QR y bitcoin: URI)
Advertencia: Cambio de dirección desconocido
+
+
+ Confirmar la dirección de cambio personalizada
+ (sin etiqueta)
@@ -842,6 +1412,14 @@ Solicitar pagos (genera códigos QR y bitcoin: URI)
&Etiqueta
+
+
+ Elegir la dirección utilizada anteriormente
+
+
+
+ La dirección de Bitcoin para enviar el pago a
+ Alt+A
@@ -858,10 +1436,26 @@ Solicitar pagos (genera códigos QR y bitcoin: URI)
Quitar esta entrada
+
+
+ Usar el saldo disponible
+ Mensaje:
+
+
+ Esta es una solicitud de pago no autentificada.
+
+
+
+ Esta es una solicitud de pago autentificada.
+
+
+
+ Introducir una etiqueta para esta dirección para añadirla a la lista de direcciones utilizadas
+ Pago para:
@@ -876,6 +1470,10 @@ Solicitar pagos (genera códigos QR y bitcoin: URI)
SignVerifyMessageDialog
+
+
+ Elegir la dirección utilizada anteriormente
+ Alt+A
@@ -934,6 +1532,10 @@ Solicitar pagos (genera códigos QR y bitcoin: URI)
etiqueta
+
+
+ Cuota de transacción
+ Mensaje
@@ -1153,6 +1755,10 @@ Solicitar pagos (genera códigos QR y bitcoin: URI)
WalletController
+
+
+ Cerrar cartera
+ WalletFrame
@@ -1167,7 +1773,11 @@ Solicitar pagos (genera códigos QR y bitcoin: URI)
Enviar monedas
-
+
+
+ cartera predeterminada
+
+
WalletView
@@ -1189,10 +1799,94 @@ Solicitar pagos (genera códigos QR y bitcoin: URI)
bitcoin-core
+
+
+ Falló al volver a escanear la cartera durante la inicialización
+
+
+
+ Importando...
+
+
+
+ Cargando la lista de anuncios...
+
+
+
+ No hay suficientes descriptores de archivos disponibles.
+
+
+
+ La tarifa de la transacción y el cálculo del cambio fallaron
+
+
+
+ Incapaz de generar claves
+ Verificando bloques...
+
+
+ La cantidad de la transacción es demasiado pequeña para enviarla después de que se haya deducido la tarifa
+
+
+
+ Error de lectura de la base de datos, apagando.
+
+
+
+ La transacción de firma falló
+
+
+
+ El monto de la transacción es demasiado pequeño para pagar la tarifa
+
+
+
+ Este es un software experimental.
+
+
+
+ El monto de la transacción es demasiado pequeño
+
+
+
+ La transacción es demasiado grande
+
+
+
+ Incapaz de generar claves iniciales
+
+
+
+ Verificando la(s) cartera(s)...
+
+
+
+ Esta es la tarifa de transacción que puede pagar cuando no se dispone de estimaciones de tarifas.
+
+
+
+ Esta es la tarifa de transacción mínima que se paga en cada transacción.
+
+
+
+ Esta es la tarifa de transacción que pagará si envía una transacción.
+
+
+
+ Los montos de las transacciones no deben ser negativos
+
+
+
+ La transacción debe tener al menos un destinatario
+
+
+
+ Fondos insuficientes
+ Cargando indice de bloques...
diff --git a/src/qt/locale/bitcoin_et.ts b/src/qt/locale/bitcoin_et.ts
index f055141fc3..025527b680 100644
--- a/src/qt/locale/bitcoin_et.ts
+++ b/src/qt/locale/bitcoin_et.ts
@@ -131,6 +131,10 @@
Korda uut parooli
+
+
+ Näita salafraasi
+ Krüpteeri rahakott
@@ -171,6 +175,30 @@
Rahakott krüpteeritud
+
+
+ Sisesta rahakotile uus salafraas.<br/>Kasuta salafraasi millles on<b>kümme või rohkem juhuslikku sümbolit<b>,või<b>kaheksa või rohkem sõna<b/>.
+
+
+
+ Sisesta rahakoti vana salafraas ja uus salafraas.
+
+
+
+ Pea meeles, et rahakoti krüpteerimine ei välista bitcoinide vargust, kui sinu arvuti on nakatunud pahavaraga.
+
+
+
+ Krüpteeritav rahakott
+
+
+
+ Rahakott krüpteeritakse.
+
+
+
+ Rahakott krüpteeritud.
+ TÄHTIS: Kõik varasemad rahakoti varundfailid tuleks üle kirjutada äsja loodud krüpteeritud rahakoti failiga. Turvakaalutlustel tühistatakse krüpteerimata rahakoti failid alates uue, krüpteeritud rahakoti, kasutusele võtust.
@@ -214,7 +242,11 @@
IP/Võrgumask
-
+
+
+ Blokeeritud kuni
+
+
BitcoinGUI
@@ -253,6 +285,10 @@
&Teave %1
+
+
+ Näita informatsiooni %1 kohta
+ Teave &Qt kohta
@@ -265,6 +301,10 @@
&Valikud...
+
+
+ Muuda %1 seadeid
+ &Krüpteeri Rahakott
@@ -281,6 +321,18 @@
Ava &URI...
+
+
+ Loo rahakott
+
+
+
+ Loo uus rahakott
+
+
+
+ Rahakott:
+ Kõvakettal olevate plokkide reindekseerimine...
diff --git a/src/qt/locale/bitcoin_eu.ts b/src/qt/locale/bitcoin_eu.ts
index 7aca604eeb..2881754ac9 100644
--- a/src/qt/locale/bitcoin_eu.ts
+++ b/src/qt/locale/bitcoin_eu.ts
@@ -357,6 +357,10 @@
Blokeak diskoan berriro zerrendatzen...
+
+
+ Bidali txanponak Bitcoin helbide batera
+ Diruzorroa enkriptatzeko erabilitako pasahitza aldatu
@@ -381,6 +385,10 @@
Lehio nagusia erakutsi edo izkutatu
+
+
+ Egiaztatu mesua Bitcoin helbide espezifikoarekin erregistratu direla ziurtatzeko
+ &Artxiboa
@@ -405,10 +413,22 @@
Akatsa
+
+
+ Informazioa
+ Eguneratua
+
+
+ &Helbideak bidaltzen
+
+
+
+ &Helbideak jasotzen
+ Diruzorroa zabaldu
@@ -425,10 +445,18 @@
Diruzorroa itxi
+
+
+ Diruzorro lehenetsia
+ &Lehioa
+
+
+ Txikitu
+ Gerturatu
@@ -701,6 +729,10 @@
Diruzorroa irekitzen abisua
+
+
+ Diruzorro lehenetsia
+ OptionsDialog
@@ -1194,7 +1226,11 @@
Txanponak bidali
-
+
+
+ Diruzorro lehenetsia
+
+
WalletView
diff --git a/src/qt/locale/bitcoin_fa.ts b/src/qt/locale/bitcoin_fa.ts
index b19bb00160..33833baed4 100644
--- a/src/qt/locale/bitcoin_fa.ts
+++ b/src/qt/locale/bitcoin_fa.ts
@@ -7,7 +7,7 @@
- گشایش آدرس جدید
+ ساخت یک آدرس جدید
@@ -15,7 +15,7 @@
- کپی کردن حساب انتخاب شده به حافظه سیستم - کلیپ بورد
+ کپی کردن آدرس انتخاب شده به حافظه کلیپ بورد سیستم
@@ -69,6 +69,10 @@
اینها آدرسهای شما برای ارسال وجوه هستند. همیشه قبل از ارسال، مقدار و آدرس گیرنده را بررسی کنید.
+
+
+ اینها آدرس بیت کوین های دریافتی شما می باشدند. در تب دریافت از دکمه 'ایحاد آدرس جدید' برای ساخت آدرس جدید استفاده نمائید.
+ کپی آدرس
@@ -131,17 +135,21 @@
رمز/پَس فرِیز را دوباره وارد کنید
+
+
+ نمایش رمز
+ رمزگذاری کیف پول
- برای انجام این عملیات، باید رمز کیفپول را وارد کنید.
+ این عملیات نیاز به رمز کیف پول شما دارد تا کیف پول باز شود
- بازکردن کیفپول
+ بازکردن کیف پول
@@ -165,17 +173,37 @@
- آیا از رمزگذاری کیفپول خود اطمینان دارید؟
+ آیا از رمزگذاری کیف پول خود اطمینان دارید؟کیف پول رمزگذاری شده است
+
+
+ برای کیف پول خود یک رمز جدید وارد نمائید<br/>لطفاً رمز کیف پول انتخابی را بدین گونه بسازید<b>انتخاب ده ویا بیشتر کاراکتر تصادفی</b> یا <b> حداقل هشت کلمه</b>
+
+
+
+ رمز عبور قدیمی و رمز عبور جدید کیف پول خود را وارد کنید.
+ والت رمز بندی شد .
یاد داشته باشید که پنجره رمز شده نمی تواند کلا از سرقت نرم افزارهای مخرب محافظ کند
+
+
+ کیف پول رمز نگاری شده است
+
+
+
+ کیف پول شما در حال رمز نگاری می باشد.
+
+
+
+ کیف پول شما اکنون رمزنگاری گردیده است.
+ مهم: هر بکآپ قبلی که از کیفپول خود گرفتهاید، با نسخهی جدید رمزنگاریشده جایگزین خواهد شد. به دلایل امنیتی، پس از رمزنگاری کیفپول، بکآپهای قدیمی شما بلااستفاده خواهد شد.
@@ -298,6 +326,14 @@
بازکردن آدرس...
+
+
+ ایجاد کیف پول
+
+
+
+ ساخت کیف پول جدید
+ کیف پول:
@@ -446,6 +482,14 @@
به روز
+
+
+ پنجره گره
+
+
+
+ باز کردن کنسول دی باگ و تشخیص گره
+ ادرس ارسال
@@ -454,6 +498,10 @@
ادرس درسافت
+
+
+ بارک کردن یک بیتکوین: URI
+ باز کردن حساب
@@ -462,14 +510,30 @@
باز کردن یک حساب
+
+
+ بستن کیف پول...
+
+
+
+ کیف پول را ببندید
+ کیف پول پیشفرض
+
+
+ هیچ کیف پولی در دسترس نمی باشد
+ پنجره
+
+
+ به حداقل رساندن
+ بزرگنمایی
@@ -494,6 +558,10 @@
خطا: %1
+
+
+ هشدار: %1
+
@@ -538,6 +606,18 @@
تراکنش دریافتی
+
+
+ تولید کلید HD <b>فعال است</b>
+
+
+
+ تولید کلید HD <b> غیر فعال است</b>
+
+
+
+ کلید خصوصی <b>غیر فعال </b>
+ wallet رمزگذاری شد و در حال حاضر از حالت قفل در آمده است
@@ -681,6 +761,10 @@
خیر
+
+
+ اگر هر گیرنده مقداری کمتر آستانه فعلی دریافت کند از این لیبل قرمز میشود.
+ (برچسب ندارد)
@@ -696,10 +780,58 @@
CreateWalletActivity
-
+
+
+ در حال ایجاد کیف پول <b> %1</b>...
+
+
+
+ کیف پول ایجاد نگردید
+
+
+
+ هشدار ایجاد کیف پول
+
+
CreateWalletDialog
-
+
+
+ ایجاد کیف پول
+
+
+
+ نام کیف پول
+
+
+
+ کیف پول را رمز نگاری نمائید. کیف پول با کلمات رمز انتخاب خودتان رمز نگاری خواهد شد
+
+
+
+ رمز نگاری کیف پول
+
+
+
+ غیر فعال کردن کلیدهای خصوصی برای این کیف پول. کیف پول هایی با کلید های خصوصی غیر فعال هیچ کلید خصوصی نداشته و نمیتوانند HD داشته باشند و یا کلید های خصوصی دارد شدنی داشته باشند. این کیف پول ها صرفاً برای رصد مناسب هستند.
+
+
+
+ غیر فعال کردن کلیدهای خصوصی
+
+
+
+ یک کیف پول خالی درست کنید. کیف پول های خالی در ابتدا کلید یا اسکریپت خصوصی ندارند. کلیدها و آدرسهای خصوصی می توانند وارد شوند یا بذر HD را می توان بعداً تنظیم نمود.
+
+
+
+ ساخت کیف پول خالی
+
+
+
+ ایجاد
+
+
EditAddressDialog
@@ -710,6 +842,14 @@
برچسب
+
+
+ برچسب مرتبط با لیست آدرس ورودی
+
+
+
+ برچسب مرتبط با لیست آدرس ورودی می باشد. این می تواند فقط برای آدرس های ارسالی اصلاح شود.
+ آدرس
@@ -880,6 +1020,10 @@
OpenWalletActivity
+
+
+ هشدار باز کردن کیف پول
+ کیف پول پیشفرض
@@ -928,6 +1072,10 @@
گیگابایت
+
+
+ MiB
+ کیف پول
@@ -1165,6 +1313,10 @@
PeerTableModel
+
+
+ نماینده کاربر
+ گره/خدمت
@@ -1276,6 +1428,10 @@
خطا: %1
+
+
+ %1 به درستی بسته نشد
+ ناشناس
@@ -1299,6 +1455,10 @@
خطا در تبدیل نشانی اینترنتی به صورت کد QR.
+
+
+ پستیبانی از QR کد در دسترس نیست.
+ ذحیره کردن Qr Code
@@ -1326,10 +1486,18 @@
عمومی
+
+
+ استفاده از نسخه پایگاهداده برکلی
+ پوشه داده Datadir
+
+
+ فولدر بلاکها
+ زمان آغاز به کار
@@ -1410,10 +1578,22 @@
نسخه
+
+
+ بلاک اولیه
+ بلاکهای همگامسازی شده
+
+
+ نماینده کاربر
+
+
+
+ پنجره گره
+ کاهش دادن اندازه فونت
@@ -1878,6 +2058,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
تایید کردن ارسال کوین ها
+
+
+ PSBT کپی شد
+ آدرس گیرنده نامعتبر است.لطفا دوباره چک یا بررسی کنید.
@@ -2407,6 +2591,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
حداقل میزان وجه
+
+
+ تراکنش را رها نمائید.
+ افزایش کارمزد تراکنش
@@ -2427,6 +2615,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
کپی شناسه تراکنش
+
+
+ معامله اولیه را کپی نمائید.
+ کپی کردن تمامی اطلاعات تراکنش
@@ -2451,6 +2643,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
تایید شده
+
+
+ رصد
+ تاریخ
@@ -2493,6 +2689,14 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
WalletController
+
+
+ کیف پول را ببندید
+
+
+
+ آیا برای بستن کیف پول مطمئن هستید<i> %1 </i> ؟
+ WalletFrame
@@ -2527,6 +2731,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
کارمزد جدید:
+
+
+ PSBT کپی شد
+ نمیتوان تراکنش را ثبت کرد
diff --git a/src/qt/locale/bitcoin_fi.ts b/src/qt/locale/bitcoin_fi.ts
index 28b455d13c..5af9f5f055 100644
--- a/src/qt/locale/bitcoin_fi.ts
+++ b/src/qt/locale/bitcoin_fi.ts
@@ -481,6 +481,14 @@
Rahansiirtohistoria on ajan tasalla
+
+
+ Solmu ikkuna
+
+
+
+ Avaa solmun diagnostiikka- ja vianmäärityskonsoli
+ &Lähetysosoitteet
@@ -489,6 +497,10 @@
&Vastaanotto-osoitteet
+
+
+ Avaa bitcoin: URI
+ Avaa lompakko
@@ -783,7 +795,11 @@
Lompakon luonti epäonnistui
-
+
+
+ Luo lompakkovaroitus
+
+
CreateWalletDialog
@@ -802,6 +818,10 @@
Salaa lompakko
+
+
+ Poista tämän lompakon yksityiset avaimet käytöstä. Lompakot, joissa yksityiset avaimet on poistettu käytöstä, eivät sisällä yksityisiä avaimia, eikä niissä voi olla HD-juurisanoja tai tuotuja yksityisiä avaimia. Tämä on ihanteellinen katselulompakkoihin.
+ Poista yksityisavaimet käytöstä
@@ -1041,6 +1061,14 @@
Piilota
+
+
+ Poistu
+
+
+
+ %1 synkronoidaan parhaillaan. Se lataa tunnisteet ja lohkot vertaisilta ja vahvistaa ne, kunnes ne saavuttavat lohkon ketjun kärjen.
+ Tuntematon. Synkronoidaan tunnisteita (%1, %2%)...
@@ -1048,6 +1076,10 @@
OpenURIDialog
+
+
+ Avaa bitcoin URI
+ URI:
@@ -1059,6 +1091,10 @@
Lompakon avaaminen epäonnistui
+
+
+ Avoimen lompakon varoitus
+ oletuslompakko
@@ -1436,6 +1472,14 @@
'bitcoin://' ei ole kelvollinen URI. Käytä 'bitcoin:' sen sijaan.
+
+
+ Maksupyyntöä ei voida käsitellä, koska BIP70:tä ei tueta.
+
+
+
+ BIP70:n laajalle levinneiden tietoturvavirheiden vuoksi on erittäin suositeltavaa, että kaikki kauppiaan ohjeet lompakkojen vaihtamiseksi jätetään huomioimatta.
+ Tämän virheen saadessasi tulee sinun pyytää kauppiaalta BIP21 -yhteensopivaa URI-osoitetta.
@@ -1744,10 +1788,22 @@
Synkronoidut lohkot
+
+
+ Kartoitettu autonominen järjestelmä, jota käytetään monipuolistamaan solmuvalikoimaa
+
+
+
+ Kartoitettu AS
+ Käyttöliittymä
+
+
+ Solmun näkymä
+ Avaa %1 -debug-loki tämänhetkisestä data-hakemistosta. Tämä voi viedä muutaman sekunnin suurille lokitiedostoille.
@@ -1959,6 +2015,18 @@
Valinnainen pyyntömäärä. Jätä tyhjäksi tai nollaksi jos et pyydä tiettyä määrää.
+
+
+ Valinnainen tarra, joka liitetään uuteen vastaanotto-osoitteeseen (jonka käytät laskun tunnistamiseen). Se liitetään myös maksupyyntöön.
+
+
+
+ Valinnainen viesti, joka on liitetty maksupyyntöön ja joka voidaan näyttää lähettäjälle.
+
+
+
+ &Luo uusi vastaanotto-osoite
+ Tyhjennä lomakkeen kaikki kentät.
@@ -2208,6 +2276,10 @@ Huom: Koska siirtomaksu lasketaan tavujen mukaan, niin määrittelemällä 500 t
Tomu:
+
+
+ Piilota siirtomaksuasetukset
+ Mikäli lohkoissa ei ole tilaa kaikille siirtotapahtumille, voi louhijat sekä välittävät solmut pakottaa vähimmäispalkkion. Tämän vähimmäispalkkion maksaminen on täysin OK, mutta huomaa, että se saattaa johtaa siihen, ettei siirto vahvistu koskaan, jos bitcoin-siirtoja on enemmän kuin mitä verkko pystyy käsittelemään.
@@ -2276,6 +2348,14 @@ Huom: Koska siirtomaksu lasketaan tavujen mukaan, niin määrittelemällä 500 t
%1 (%2 lohkoa)
+
+
+ L&uo allekirjoittamaton
+
+
+
+ Luo osittain allekirjoitetun bitcoin-siirtotapahtuman (PSBT) käytettäväksi mm. offline %1 lompakko tai PSBT-yhteensopiva hardware-lompakko.
+ lompakosta '%1'
@@ -2284,10 +2364,18 @@ Huom: Koska siirtomaksu lasketaan tavujen mukaan, niin määrittelemällä 500 t
%1 to %2
+
+
+ Haluatko laatia tämän siirron?
+ Oletko varma, että haluat lähettää?
+
+
+ Ole hyvä ja katso siirtotapahtuma ehdotuksesi. Tämä tuottaa osittain allekirjoitetun bitcoin-siirtotapahtuman (PSBT), jonka voit kopioida ja sitten allekirjoittaa esimerkiksi offline %1 lompakko tai PSBT-yhteensopiva hardware-lompakko.
+ tai
@@ -2304,6 +2392,10 @@ Huom: Koska siirtomaksu lasketaan tavujen mukaan, niin määrittelemällä 500 t
Siirtokulu
+
+
+ Ei signalointia Korvattavissa korkeammalla kululla, BIP-125.
+ Yhteensä
@@ -2316,6 +2408,26 @@ Huom: Koska siirtomaksu lasketaan tavujen mukaan, niin määrittelemällä 500 t
Vahvista kolikoiden lähetys
+
+
+ Vahvista siirtoehdotus
+
+
+
+ Kopioi PSBT leikepöydälle
+
+
+
+ Lähetä
+
+
+
+ PSBT kopioitu
+
+
+
+ Katselulompakon saldo:
+ Vastaanottajan osoite ei ole kelvollinen. Tarkista osoite.
@@ -2411,6 +2523,10 @@ Huom: Koska siirtomaksu lasketaan tavujen mukaan, niin määrittelemällä 500 t
Poista tämä alkio
+
+
+ Lähetettävä summa valitussa yksikössä
+ Kulu vähennetään lähetettävästä määrästä. Saaja vastaanottaa vähemmän bitcoineja kuin merkitset Määrä-kenttään. Jos saajia on monia, kulu jaetaan tasan.
@@ -2537,6 +2653,14 @@ Huom: Koska siirtomaksu lasketaan tavujen mukaan, niin määrittelemällä 500 t
Bitcoin-osoite jolla viesti on allekirjoitettu
+
+
+ Allekirjoitettu viesti vahvistettavaksi
+
+
+
+ Viestin allekirjoittamisen yhteydessä annettu allekirjoitus
+ Tarkista viestin allekirjoitus varmistaaksesi, että se allekirjoitettiin tietyllä Bitcoin-osoitteella
@@ -2569,6 +2693,10 @@ Huom: Koska siirtomaksu lasketaan tavujen mukaan, niin määrittelemällä 500 t
Lompakon avaaminen peruttiin.
+
+
+ Ei virhettä
+ Yksityistä avainta syötetylle osoitteelle ei ole saatavilla.
@@ -2739,6 +2867,14 @@ Huom: Koska siirtomaksu lasketaan tavujen mukaan, niin määrittelemällä 500 t
Tapahtuman näennäiskoko
+
+
+ Ulostulon indeksi
+
+
+
+ (Sertifikaattia ei vahvistettu)
+ Kauppias
@@ -3092,6 +3228,10 @@ Huom: Koska siirtomaksu lasketaan tavujen mukaan, niin määrittelemällä 500 t
Haluatko nostaa siirtomaksua?
+
+
+ Haluatko nostaa siirtomaksua siirtoon?
+ Nykyinen palkkio:
@@ -3108,6 +3248,14 @@ Huom: Koska siirtomaksu lasketaan tavujen mukaan, niin määrittelemällä 500 t
Vahvista palkkion korotus
+
+
+ Siirtoa ei voida laatia.
+
+
+
+ PSBT kopioitu
+ Siirtoa ei voida allekirjoittaa.
@@ -3198,6 +3346,10 @@ Huom: Koska siirtomaksu lasketaan tavujen mukaan, niin määrittelemällä 500 t
Ei voida lukita data-hakemistoa %s. %s on luultavasti jo käynnissä.
+
+
+ Ei voida tarjota tiettyjä yhteyksiä, ja antaa addrmanin löytää lähteviä yhteyksiä samanaikaisesti.
+ Virhe luettaessa %s! Avaimet luetttiin oikein, mutta rahansiirtotiedot tai osoitekirjan sisältö saattavat olla puutteellisia tai vääriä.
@@ -3254,6 +3406,14 @@ Huom: Koska siirtomaksu lasketaan tavujen mukaan, niin määrittelemällä 500 t
-%s -osoitteen '%s' selvittäminen epäonnistui
+
+
+ Vaihda hakemisto alueen ulkopuolelle
+
+
+
+ Konfigurointiasetuksen %s käyttöön vain %s -verkossa, kun osassa [%s].
+ Tekijänoikeus (C) %i-%i
@@ -3262,6 +3422,14 @@ Huom: Koska siirtomaksu lasketaan tavujen mukaan, niin määrittelemällä 500 t
Vioittunut lohkotietokanta havaittu
+
+
+ Asmap-tiedostoa %s ei löytynyt
+
+
+
+ Asmap-tiedostoa %s ei voitu jäsentää
+ Haluatko uudelleenrakentaa lohkotietokannan nyt?
@@ -3278,6 +3446,10 @@ Huom: Koska siirtomaksu lasketaan tavujen mukaan, niin määrittelemällä 500 t
Virhe ladattaessa %s
+
+
+ Virhe %s:n lataamisessa: Yksityiset avaimet voidaan poistaa käytöstä vain luomisen aikana
+ Virhe ladattaessa %s: Lompakko vioittunut
@@ -3330,6 +3502,14 @@ Huom: Koska siirtomaksu lasketaan tavujen mukaan, niin määrittelemällä 500 t
Määrättyä lohkohakemistoa "%s" ei ole olemassa.
+
+
+ Tuntematon osoitetyyppi '%s'
+
+
+
+ Tuntematon vaihtorahatyyppi '%s'
+ Päivitetään txindex -tietokantaa
@@ -3406,6 +3586,10 @@ Huom: Koska siirtomaksu lasketaan tavujen mukaan, niin määrittelemällä 500 t
Virhe: Saapuvien yhteyksien kuuntelu epäonnistui (kuuntelu palautti virheen %s)
+
+
+ Virheellinen summa -maxtxfee =: '%s' (täytyy olla vähintään %s minrelay-kulu, jotta estetään jumiutuneet siirtotapahtumat)
+ Siirtomäärä on liian pieni lähetettäväksi kulun vähentämisen jälkeen.
@@ -3500,6 +3684,14 @@ Huom: Koska siirtomaksu lasketaan tavujen mukaan, niin määrittelemällä 500 t
PID-tiedostoa '%s' ei voitu luoda: %s
+
+
+ Alkuavaimia ei voi luoda
+
+
+
+ Tuntematon -lohkosuodatusindeksiarvo %s.
+ Varmistetaan lompakko(ja)...
@@ -3550,7 +3742,7 @@ Huom: Koska siirtomaksu lasketaan tavujen mukaan, niin määrittelemällä 500 t
- Tämä on lähetyksestä maksettava maksu jonka maksat
+ Tämä on se siirtomaksu, jonka maksat, mikäli lähetät siirron.
@@ -3572,10 +3764,18 @@ Huom: Koska siirtomaksu lasketaan tavujen mukaan, niin määrittelemällä 500 t
Lompakon saldo ei riitä
+
+
+ Muuta kuin HD-jaettua lompakkoa ei voi päivittää ilman päivitystä tukemaan esijaettua avainvarastoa. Käytä -upgradewallet = 169900 tai -upgradewallet ilman määritettyä versiota.
+ Siirtomaksun arviointi epäonnistui. Odota muutama lohko tai käytä -fallbackfee -valintaa..
+
+
+ Varoitus: lompakosta {%s} tunnistetut yksityiset avaimet, on poistettu käytöstä
+ Hakemistoon '%s' ei voida kirjoittaa. Tarkista käyttöoikeudet.
diff --git a/src/qt/locale/bitcoin_fr.ts b/src/qt/locale/bitcoin_fr.ts
index 1cddb413ef..e7066131b6 100644
--- a/src/qt/locale/bitcoin_fr.ts
+++ b/src/qt/locale/bitcoin_fr.ts
@@ -1788,6 +1788,14 @@
Blocs synchronisés
+
+
+ Le système autonome mappé utilisé pour diversifier la sélection des pairs.
+
+
+
+ SA mappé
+ Agent utilisateur
diff --git a/src/qt/locale/bitcoin_tr.ts b/src/qt/locale/bitcoin_gl_ES.ts
similarity index 60%
rename from src/qt/locale/bitcoin_tr.ts
rename to src/qt/locale/bitcoin_gl_ES.ts
index 1677446993..20b9fb1bbd 100644
--- a/src/qt/locale/bitcoin_tr.ts
+++ b/src/qt/locale/bitcoin_gl_ES.ts
@@ -1,541 +1,541 @@
-
+AddressBookPage
- Adresi veya etiketi düzenlemek için sağ tıklayın
+ Fai Click co botón dereito para editar o enderezo ou etiqueta
- Yeni adres oluştur
+ Crea un novo enderezo
- &Yeni
+ &Novo
- Seçili adresi panoya kopyala
+ Copia o enderezo seleccionado ao portapapeis do sistema
- &Kopyala
+ &Copiar
- K&apat
+ Pechar
- Seçili adresi listeden sil
+ Borra o enderezo seleccionado actualmente da lista
- Aramak için adres veya etiket girin
+ Introduce un enderezo ou etiqueta para buscar
- Seçili sekmedeki veriyi dosya olarak dışa aktar
+ Exporta os datos na pestana actual a un ficheiro
- &Dışa Aktar
+ Exportar
- &Sil
+ Borrar
- koinlerin gönderileceği adresi seçin
+ Selecciona o enderezo ó que enviar moedas
- Alıcı adresi seçiniz
+ Selecciona o enderezo do que recibir moedas
- Seçim
+ Selecciona
- Gönderilen Adresler
+ Enderezos de envío
- Alınan Adresler
+ Enderezos de recepción
- Bunlar ödeme göndermek için gereken Bitcoin adreslerinizdir. Para göndermeden önce her zaman miktarı ve alıcı adresi kontrol edin.
+ Estes son os teus enderezos de Bitcoin para enviar pagamentos. Asegurate sempre de comprobar a cantidade e maila dirección antes de enviar moedas.
- These are your Bitcoin addresses for receiving payments. Use the 'Create new receiving address' button in the receive tab to create new addresses.
+ Estes son os teus enderezos para recibir pagamentos. Usa o botón 'Crear novo enderezo de recepción' na pestana de recibir para crear un novo enderezo.
- Adresi Kopyala
+ Copiar Enderezo
- Kopyala ve Etiketle
+ Copia Etiqueta
- Düzenle
+ Edita
- Adres Listesini Dışar Aktar
+ Exporta a Lista de Enderezos
- Virgül ile ayrılmış dosya (*.csv)
+ Ficheiro Separado por Comas (*.csv)
- Dışa Aktarma Başarısız
+ Exportación Fallida
- Adres listesini %1'e kaydederken bir hata oluştu. Lütfen tekrar deneyin.
+ Houbo un erro tentando gardar a lista de enderezos en %1. Por favor proba de novo.AddressTableModel
- etiket
+ Etiqueta
- adres
+ Enderezo
- (etiket yok)
+ (sin etiqueta)AskPassphraseDialog
- Parola Diyaloğu
+ Diálogo de Frase Contrasinal
- Parolayı girin
+ Introduce a frase contrasinal
- Yeni parola
+ Nova frase contrasinal
- Yeni parolayı tekrarla
+ Repite a frase contrasinal
- Show passphrase
+ Mostra frase contrasinal
- Cüzdanı Şifrele
+ Encriptar carteira
- Bu işlem, cüzdan kilidinizi açmak için parolanıza ihtiyaç duyuyor
+ Esta operación necesita da túa frase contrasinal para desbloqueares a carteira.
- Cüzdanı Kilitle
+ Desbloquear carteira
- Bu işlem, cüzdan kilidinizi açmak için parolanıza ihtiyaç duyuyor
+ Esta operación necesita da túa frase contrasinal para desbloquea a carteira.
- Cüzdanın Şifresini Çöz
+ Desencriptar carteira
- Parolayı değiştir
+ Cambiar frase contrasinal
- Cüzdan Şifrelemesini Onaylayın
+ Confirmar encriptación da carteira
- Uyarı: Eğer cüzdanınızı şifreleyip parolanızı kaybederseniz (unutursanız) , <b>BÜTÜN BITCOIN'LERINIZI KAYBEDECEKSINIZ</b>!
+ Aviso: Si encriptas a túa carteira e perdes a túa frase contrasinal, <b>PERDERÁS TODOS OS TEUS BITCOINS</b>!
- Cüzdanınızı şifrelemek istediğinizden emin misiniz?
+ ¿Seguro que queres encriptar a túa carteira?
- Cüzdan Şifrelendi
+ Carteira encriptada
- Enter the new passphrase for the wallet.<br/>Please use a passphrase of <b>ten or more random characters</b>, or <b>eight or more words</b>.
+ Introduce unha nova frase contrasinal para a carteira.<br/>Por favor utiliza una frase contrasinal que <b>teña dez ou máis caracteres aleatorios</b>, ou <b>oito ou máis palabras</b>.
- Enter the old passphrase and new passphrase for the wallet.
+ Introduce a frase contrasinal anterior mais a nova frase contrasinal para a carteira.
- Cüzdanınızı şifrelemenin, bitcoinlerinizin bilgisayara bulaşan kötücül bir yazılım tarafından çalınmaya karşı tamamen koruyamayacağını unutmayınız.
+ Recorda que encriptar a tua carteira non protexe completamente que os teus bitcoins poidan ser roubados por malware que afecte ó teu computador.
- Wallet to be encrypted
+ Carteira para ser encriptada
- Your wallet is about to be encrypted.
+ A túa carteira vai a ser encriptada.
- Your wallet is now encrypted.
+ A túa carteira está agora encriptada.
- ÖNEMLİ: Yeni oluşturduğunuz şifrelenmiş cüzdan dosyasını önceki yedeklenmiş cüzdan dosyasıyla değiştirmeniz gerekmektedir. Güvenlik sebeplerinden dolayı yeni, şifrelenmiş cüzdanınızı kullanmaya başlar başlamaz önceki şifrelenmemiş cüzdan yedekleri kullanılmaz hale gelecektir.
+ IMPORTANTE: Calquera copia de respaldo que tiveras feita da túa carteira debería ser sustituída por unha nova copia xerada a partires da túa nova carteira encriptada. Por razóns de seguridade, as copias de respaldo da túa carteira sin encriptar non se poderán usar unha vez que empeces a utilizar a túa nova carteira encriptada.
- Cüzdan şifreleme başarısız oldu
+ Error na Encriptación da carteira
- Cüzdan şifreleme dahili bir hata nedeniyle başarısız oldu. Cüzdanınız şifrelenemedi.
+ A encriptación da carteira fallou debido a un erro interno. A túa carteira no foi encriptada.
- Girilen parolalar eşleşmiyor.
+ As frases contrasinal introducidas non coinciden.
- Cüzdan Kilidi Açma Hatası
+ Desbloqueo de carteira fallido
- Cüzdan şifresinin açılması için girilen parola yanlıştı.
+ A frase contrasinal introducida para o desencriptamento da carteira é incorrecto.
- Cüzdan şifresinin açılması başarısız oldu
+ Fallou o desencriptado da carteira
- Cüzdan parolası başarılı bir şekilde değiştirildi.
+ A frase contrasinal da carteira mudouse correctamente.
- Dikkat! Caps Lock tuşunuz açık!
+ Aviso: ¡A tecla Bloq. Mayús está activada!BanTableModel
- IP/Ağ Maskesi
+ IP/Máscara de rede
- Şu zamana kadar yasaklı:
+ Vedado ataBitcoinGUI
- İmza &mesaj
+ Firma &a mensaxe...
- Ağ ile bağlantı kuruluyor...
+ Sincronizando ca rede...
- &Genel bakış
+ &visión xeral
- Cüzdana genel bakışı göster
+ Mostra una visión xeral da carteira
- &İşlemler
+ &Transaccións
- İşlem geçmişinize göz atın
+ Busca no historial de transaccións
- Çıkış
+ S&aír
- Başvuruyu iptal edin
+ Saír da aplicación
- Hakkında%1
+ &A cerca de %1
- %1 hakkındaki bilgileri görüntüle
+ Mostra información acerca de %1
- Qt Hakkında
+ Acerca de &Qt
- Qt hakkındaki bilgileri görüntüleyin
+ Mostra información acerca de Qt
- &Seçenekler
+ &Opcións...
- %1 için yapılandırma ayarlarını değiştir
+ Modifica as opcións de configuración de %1
- &Cüzdan Şifreleme
+ &Encriptar Carteira...
- &Cüzdan Yedekleme
+ &Respaldar Carteira...
- &Parolayı Değiştir...
+ &Mudar frase contrasinal...
- URI'yi aç
+ Abrir &URI...
- Create Wallet...
+ Crear Carteira...
- Create a new wallet
+ Crear unha nova carteira
- Cüzdan:
+ Carteira:
- Ağ etkinliğini devre dışı bırakmak için tıklayın.
+ Fai click para desactivar a actividade da rede.
- Ağ etkinliği devre dışı.
+ Actividade da rede desactivada.
- Ağ aktivitesini tekrar başlatmak için tıklayın.
+ Fai click para activar a activade da red de novo.
- Üstbilgiler Senkronize Ediliyor (%1%)...
+ Sincronizando Cabeceiras (%1%)...
- Bloklar disk üzerinde yeniden indeksleniyor...
+ Reindexando bloques en disco...
- Tünelleme <b>etkin</b>: %1
+ Proxy <b>activado</b>: %1
- Bitcoin adresine madeni para gönderin
+ Envía moedas a un enderezo de Bitcoin
- Cüzdanınızı başka bir lokasyona yedekleyin
+ Respalda a carteira noutro destino
- Cüzdan şifrelemesi için kullanılan parolayı değiştir
+ Cambia a frase contrasinal usada para a encriptación da carteira
- Onay mesajı...
+ &Verifica a mensaxe...
- Gönder
+ &Envía
- Al
+ &Recibir
- Göster / Gizle
+ &Mostra / Agocha
- Ana pencereyi göster ya da gizle
+ Mostra ou agocha a xanela principal
- Cüzdanınıza ait özel anahtarları şifreleyin
+ Encripta as claves privadas que pertencen á túa carteira
- İletileri adreslerin size ait olduğunu ispatlamak için Bitcoin adresleri ile imzala
+ Asina mensaxes cos teus enderezos de Bitcoin para probar que che pertencen
- Belirtilen Bitcoin adresleri ile imzalandıklarından emin olmak için iletileri kontrol et
+ Verifica mensaxes para asegurar que foron asinados cos enderezos de Bitcoin especificados
- &Dosya
+ &Arquivo
- &Ayarlar
+ &Opcións
- &Yardım
+ &Axuda
- Sekme araç çubuğu
+ Barra de ferramentas das pestanas
- Ödeme talep et (QR kodu ve bitcoin URI'si oluşturur)
+ Solicita pagamentos (xera un código QR e bitocin : URIs)
- Kullanılan gönderim adreslerinin ve etiketlerinin listesini göster
+ Mostra a lista de enderezos de envío e etiquetas usadas
- Kullanılan alış adreslerinin ve etiketlerinin listesini göster
+ Mostra a lista de enderezos de recepción e etiquetas usadas
- Komut satırı ayarları
+ &Opcións de comando
- Bitcoin şebekesine %n faal bağlantıBitcoin ağına %n etkin bağlantı var
+ %n active connection to Bitcoin network%n Conexións activas cara a rede de Bitcoin
- Bloklar disk üzerinde indeksleniyor...
+ Indexando bloques no disco...
- Bloklar diske işleniyor...
+ Procesando bloques no disco...
- Muamele tarihçesinden %n blok işlendi.İşlem tarihçesinden %n blok işlendi
+ Processed %n block of transaction history.Procesando %n bloques do historial de transaccións.
- %1 geride
+ %1 tras
- Son alınan blok %1 önce oluşturulmuştu.
+ O último bloque recibido foi xerado fai %1.
- Bundan sonraki işlemler henüz görüntülenemez.
+ Transaccións despois desta non serán aínda visibles.
- Hata
+ Error
- Uyarı
+ Aviso
- Bilgi
+ Información
- Güncel
+ Actualizado
- Node window
+ Xanela de Nodo
- Open node debugging and diagnostic console
+ Abre a consola de depuración e diagnostico do nodo
- &Sending addresses
+ &Enderezos de envío
- &Receiving addresses
+ &Enderezos de recepción
- Open a bitcoin: URI
+ Abre una URI de Bitcoin
- Cüzdanı Aç
+ Abrir carteira
- Bir cüzdan aç
+ Abrir unha carteira
- Cüzdanı Kapat...
+ Pechar carteira...
- Cüzdanı Kapat
+ Pechar carteira
- Olası Bitcoin komut satırı seçeneklerinin listesini görmek için %1 yardım mesajını göster
+ Mostra a %1 mensaxe de axuda para obter unha lista cas posibles opcións de línea de comando de Bitcoin
- varsayılan cüzdan
+ Carteira por defecto
- No wallets available
+ Non hai carteiras dispoñibles
- Pencere
+ &Xanela
- Küçült
+ Minimizar
@@ -543,407 +543,412 @@
- Main Window
+ Xanela Principal
- %1 istemci
+ %1 cliente
- Eşlere bağlanılıyor...
+ Connectando con compañeiros...
- Aralık kapatılıyor...
+ Poñéndose ao día...
- Hata: %1
+ Error: %1
- Warning: %1
+ Aviso: %1
- Tarih %1
+ Data: %1
+
- Tutar: %1
+ Cantidade: %1
- Cüzdan: %1
+ Carteira: %1
- Tür: %1
+ Escribe: %1
- Etiket: %1
+ Etiqueta: %1
- Adres: %1
+ Enderezo: %1
- İşlem gönderildi
+ Transacción enviada
- Gelen işlem
+ Transacción entrante
- HD anahtar üretimi<b>aktif</b>
+ A xeración de clave HD está <b>activada</b>
- HD anahtar üretimi <b>pasif</b>
+ A xeración de clave HD está <b>desactivada</b>
- Private key <b>disabled</b>
+ Clave privada <b>desactivada</b>
- Cüzdan <b>şifrelenmiştir</b> ve şu anda <b>kilidi açıktır</b>
+ A carteira está <b>encrypted</b> e actualmente <b>desbloqueada</b>
- Cüzdan <b>şifrelenmiştir</b> ve şu anda <b>kilitlidir</b>
+ A carteira está <b>encriptada</b> e actualmente <b>bloqueada</b>
- Ölümcül bir hata oluştu. Bitcoin yazılımı artık güvenli bir şekilde çalışmaya devam edemediği için kapatılacaktır.
+ Produciuse un error fatal. Bitcoin non pode seguir funcionando de maneira segura e sairá.CoinControlDialog
- Bitcoin Seçimi
+ Selección de moeda
- Miktar:
+ Cantidade:
- Bayt
+ Bytes:
- Tutar:
+ Cantidade:
- Ücret:
+ taxa:
- Toz:
+ po:
- Ücretten sonra kalan:
+ Despois de taxas:
- Değişen:
+ Cambio:
- tümünü seç(me)
+ (de)seleccionar todo
- Ağaç kipi
+ Modo en árbore
- Listeleme modu
+ Modo en Lista
- Tutar
+ Cantidade
- Şu etiketle alındı
+ Recibida con etiqueta
- Şu adresle alındı
+ Recibida con enderezo
- Tarih
+ Data
- Onaylamalar
+ Confirmacións
- Kabul edilen
+ Confirmada
- Adresi kopyala
+ Copiar enderezo
- Etiketi kopyala
+ Copiar etiqueta
- Tutarı kopyala
+ Copiar cantidade
- İşlem ID'sini kopyala
+ Copiar ID da transacción
- Harcanmamışı kilitle
+ Bloquear o non gastado
- Harcanmamışın kilidini aç
+ Desbloquear o non gastado
- Miktarı kopyala
+ Copiar cantidade
- Ücreti kopyala
+ Copiar taxa
- Ücretten sonrasını kopyala
+ Copiar despois de taxa
- Baytları kopyala
+ Copiar bytes
- Tozu kopyala
+ Copiar po
- Para üstünü kopyala
+ Copiar cambio
- (%1 kilitli)
+ (%1 bloqueado)
- Evet
+ sí
- Hayır
+ no
- Eğer herhangi bir alıcı mevcut toz eşiğinden daha düşük bir tutar alırsa bu etiket kırmızıya dönüşür.
+ Esta etiqueta tórnase vermella se algún receptor recibe unha cantidade máis pequena que o actual límite de po.
- Girdi başına +/- %1 satoshi değişebilir.
+ Pode variar +/- %1 satoshi(s) por entrada.
- (etiket yok)
+ (sen etiqueta)
- %1 ögesinden para üstü (%2)
+ Cambia de %1 a (%2)
- (para üstü)
+ (Cambia)CreateWalletActivity
- Creating Wallet <b>%1</b>...
+ Creando Carteira <b>%1</b>...
- Create wallet failed
+ Creación de carteira fallida
- Create wallet warning
+ Creación de carteira con avisoCreateWalletDialog
- Create Wallet
+ Crea unha Carteira
- Wallet Name
+ Nome da Carteira
- Encrypt the wallet. The wallet will be encrypted with a passphrase of your choice.
+ Encripta a carteira. A carteira sera encriptada cunha frase contrasinal que tú elixas.
- Encrypt Wallet
+ Encriptar Carteira
- Disable private keys for this wallet. Wallets with private keys disabled will have no private keys and cannot have an HD seed or imported private keys. This is ideal for watch-only wallets.
+ Desactiva as claves privadas para esta carteira. Carteiras con claves privadas desactivadas non terán claves privadas e polo tanto non poderan ter unha semente HD ou claves privadas importadas. Esto é ideal para carteiras de solo visualización.
- Disable Private Keys
+ Desactivar Claves Privadas
- Make a blank wallet. Blank wallets do not initially have private keys or scripts. Private keys and addresses can be imported, or an HD seed can be set, at a later time.
+ Crear unha Carteira en blanco. As carteiras en blanco non teñen inicialmente claves privadas ou scripts. As claves privadas poden ser importadas ou unha semente HD poder ser configurada, máis adiante.
- Make Blank Wallet
+ Crea unha Carteira en Blanco
- Create
+ CreaEditAddressDialog
- Adresi Düzenle
+ Editar Enderezo
- Etiket
+ &Etiqueta
- Bu adres listesi girdisi ile ilişkili etiket
+ A etiqueta asociada con esta entrada na lista de enderezos
- Bu adres listesi girdisi ile ilişkili adres. Sadece gönderme adresleri için değiştirilebilir.
+ O enderezo asociado con esta entrada na lista de enderezos. Solo pode ser modificado por enderezos de envío.
- Adres
+ &Enderezo
- Yeni gönderim adresi
+ Novo enderezo de envío
- Alış adresini düzenleyin
+ Editar enderezo de recepción
- Gönderim adresini düzenleyin
+ Editar enderezo de envío
- Girilen adres "%1" Bitcoin adresiyle eşleşmiyor.
+ O enderezo introducido "%1" non é un enderezo de Bitcoin válido.
- Adres "%1" adres "%2" etiketiyle alım adresiniz olarak mevcut ve bu sebepten gönderen adres olarak eklenemiyor.
+ O enderezo "%1" xa existe como un enderezo de recepción ca etiqueta "%2" polo que non pode ser añadido como un enderezo de envío.
- girilen "%1" adresi "%2" etiketli adres defterinde zaten var.
+ O enderezo introducido "%1" xa existe na axenda de enderezos ca etiqueta "%2".
- Cüzdan kilidi açılamadı.
+ Non se puido desbloquear a carteira.
- Yeni anahtar üretimi başarısız.
+ New key generation failed.FreespaceChecker
- Yeni bir veri klasörü oluşturulacaktır.
+ A new data directory will be created.
- isim
+ name
- Klasör zaten mevcuttur. Burada yeni bir klasör oluşturmak istiyorsanız, %1 ekleyiniz.
+ Directory already exists. Add %1 if you intend to create a new directory here.
- Erişim yolu zaten mevcuttur ve klasör değildir.
+ Path already exists, and is not a directory.
- Burada veri klasörü oluşturulamaz.
+ Cannot create data directory here.HelpMessageDialog
- versiyon
+ version
- Hakkında %1
+ About %1
- Komut satırı ayarları
+ Command-line optionsIntro
- Hoş geldiniz
+ Welcome
- %1'a hoşgeldiniz.
+ Welcome to %1.
- Bu programın ilk kez başlatılmasından dolayı %1 yazılımının verilerini nerede saklayacağını seçebilirsiniz.
+ As this is the first time the program is launched, you can choose where %1 will store its data.
+
+
+
+ When you click OK, %1 will begin to download and process the full %4 block chain (%2GB) starting with the earliest transactions in %3 when %4 initially launched.
@@ -951,24 +956,23 @@
- Bu başlangıç senkronizasyonu çok zorlayıcıdır ve bilgisayarınızdaki daha önce fark edilmemiş olan donanım sorunlarını ortaya çıkarabilir. %1'i her çalıştırdığınızda, kaldığı yerden devam edecektir.
+ This initial synchronisation is very demanding, and may expose hardware problems with your computer that had previously gone unnoticed. Each time you run %1, it will continue downloading where it left off.
- Blok zinciri saklamayı sınırlamayı seçtiyseniz (budama), geçmiş veriler yine de indirilmeli ve işlenmelidir, ancak disk kullanımınızı düşük tutmak için daha sonra silinmelidir.
+ If you have chosen to limit block chain storage (pruning), the historical data must still be downloaded and processed, but will be deleted afterward to keep your disk usage low.
- Varsayılan veri klasörünü kullan
+ Use the default data directory
- Özel bir veri klasörü kullan:
+ Use a custom data directory:
- Bitcoin
-
+ Bitcoin
@@ -976,35 +980,35 @@
- Bu dizinde en az %1 GB lık veri depolanacak ve zamanla büyüyecek.
+ At least %1 GB of data will be stored in this directory, and it will grow over time.
- Yaklaşık %1 GB veri bu dizinde depolanacak.
+ Approximately %1 GB of data will be stored in this directory.
- %1 lik Bitcoin blok zinciri nin bir kopyasını indirecek ve depolayacak.
+ %1 will download and store a copy of the Bitcoin block chain.
- Cüzdan da bu dizinde depolanacaktır.
+ The wallet will also be stored in this directory.
- Hata: belirtilen "%1" veri klasörü oluşturulamaz.
+ Error: Specified data directory "%1" cannot be created.
- Hata
+ Error
- %n GB boş alan mevcuttur%n GB boş alan mevcuttur
+ %n GB of free space available%n GB of free space available
- (gereken %n GB alandan)(gereken %n GB alandan)
+ (of %n GB needed)(of %n GB needed)
@@ -1019,43 +1023,43 @@
- Son işlemler henüz görünmeyebilir ve bu nedenle cüzdanınızın bakiyesi yanlış olabilir. Bu bilgiler, aşağıda detaylandırıldığı gibi, cüzdanınız bitcoin ağı ile senkronizasyonunu tamamladığında doğru olacaktır.
+ Recent transactions may not yet be visible, and therefore your wallet's balance might be incorrect. This information will be correct once your wallet has finished synchronizing with the bitcoin network, as detailed below.
- Henüz görüntülenmeyen işlemlerden etkilenen bitcoinleri harcama girişiminde bulunmak ağ tarafından kabul edilmeyecektir.
+ Attempting to spend bitcoins that are affected by not-yet-displayed transactions will not be accepted by the network.
- Kalan blokların sayısı
+ Number of blocks left
- Bilinmiyor...
+ Unknown...
- Son blok zamanı
+ Last block time
- İlerleme
+ Progress
- Saat başı ilerleme artışı
+ Progress increase per hour
- hesaplanıyor...
+ calculating...
- Senkronize edilene kadar kalan tahmini süre
+ Estimated time left until synced
- Gizle
+ Hide
@@ -1093,7 +1097,7 @@
- varsayılan cüzdan
+ default wallet
@@ -1104,83 +1108,83 @@
OptionsDialog
- Ayarlar
+ Options
- &Ana Menü
+ &Main
- Sistemde oturum açıldığında %1 programını otomatik olarak başlat.
+ Automatically start %1 after logging in to the system.
- &Açılışta %1 açılsın
+ &Start %1 on system login
- Veritabanı önbelleğinin boyutu
+ Size of &database cache
- İş parçacıklarını &denetleme betiği sayısı
+ Number of script &verification threads
- Proxy bağlantısı IP adresleri (örneğin IPv4: 127.0.0.1 / IPv6: ::1)
+ IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1)
- Bu şebeke türü yoluyla eşlere bağlanmak için belirtilen varsayılan SOCKS5 vekil sunucusunun kullanılıp kullanılmadığını gösterir.
+ Shows if the supplied default SOCKS5 proxy is used to reach peers via this network type.
- Tor gizli servisleri aracılığıyla eşlere ulaşmak için ayrı SOCKS&5 proksi kullanın:
+ Use separate SOCKS&5 proxy to reach peers via Tor hidden services:
- Simgeyi sistem tepsisinden gizleyin.
+ Hide the icon from the system tray.
- &Simgeyi gizle
+ &Hide tray icon
- Pencere kapatıldığında uygulamadan çıkmak yerine uygulamayı küçültür. Bu seçenek etkinleştirildiğinde, uygulama sadece menüden çıkış seçildiğinde kapanacaktır.
+ Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu.
- İşlemler sekmesinde bağlam menüsü unsurları olarak görünen üçüncü taraf bağlantıları (mesela bir blok tarayıcısı). URL'deki %s, işlem hash değeri ile değiştirilecektir. Birden çok bağlantılar düşey çubuklar | ile ayrılacaktır.
+ Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.
- Çalışma dizininden %1 yapılandırma dosyasını aç.
+ Open the %1 configuration file from the working directory.
- Konfigürasyon dosyasını aç
+ Open Configuration File
- Bütün ayarları varsayılana çevir
+ Reset all client options to default.
- Seçenekleri &Sıfırla
+ &Reset Options
- Ağ
+ &Network
- Gelişmiş bazı ayarlar devredışı bırakılmış fakat tüm bloklar hala tam olarak doğrulanabilir. Bu ayarları geri almak tüm block zinciri'nin tekrar indirilmesini gerektirir. Mevcut disk kullanımınızda bir miktar artış görülebilir.
+ Disables some advanced features but all blocks will still be fully validated. Reverting this setting requires re-downloading the entire blockchain. Actual disk usage may be somewhat higher.
- Temizle &block depolamasını
+ Prune &block storage to
@@ -1188,7 +1192,7 @@
- Bu ayarları geri değiştirmek tüm blok zinciri'nin indirilmesini gerektirir.
+ Reverting this setting requires re-downloading the entire blockchain.
@@ -1196,55 +1200,55 @@
- (0 = otomatik, <0 = bu kadar çekirdeği kullanma)
+ (0 = auto, <0 = leave that many cores free)
- Cüzdan
+ W&allet
- Gelişmiş
+ Expert
- Para &kontrolü özelliklerini etkinleştir
+ Enable coin &control features
- Doğrulanmamış para üstünü harcamayı devre dışı bırakırsanız, bir işlemin para üstü bu işlem için en az bir doğrulama olana dek harcanamaz. Bu, aynı zamanda bakiyenizin nasıl hesaplandığını da etkiler.
+ If you disable the spending of unconfirmed change, the change from a transaction cannot be used until that transaction has at least one confirmation. This also affects how your balance is computed.
- Doğrulanmamış para üstünü &harca
+ &Spend unconfirmed change
- Yönlendiricide Bitcoin istemci portlarını otomatik olarak açar. Bu, sadece yönlendiricinizin UPnP desteği bulunuyorsa ve etkinse çalışabilir.
+ Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled.
- Portları &UPnP kullanarak haritala
+ Map port using &UPnP
- Dışarıdan bağlantıları kabul et.
+ Accept connections from outside.
- Gelen bağlantılara izin ver
+ Allow incomin&g connections
- Bitcoin ağına bir SOCKS5 vekil sunucusu aracılığıyla bağlan.
+ Connect to the Bitcoin network through a SOCKS5 proxy.
- SOCKS5 vekil sunucusu aracılığıyla &bağlan (varsayılan vekil sunucusu):
+ &Connect through SOCKS5 proxy (default proxy):
- Vekil &IP:
+ Proxy &IP:
@@ -1252,11 +1256,11 @@
- Proxy portu (örneğin 9050)
+ Port of the proxy (e.g. 9050)
- Eşlere ulaşmak için kullanılır, şu üzerinden:
+ Used for reaching peers via:
@@ -1272,51 +1276,51 @@
- Bitcoin ağına gizli Tor servisleri için ayrı bir SOCKS5 vekil sunucusu aracılığıyla bağlan.
+ Connect to the Bitcoin network through a separate SOCKS5 proxy for Tor hidden services.
- Pencere
+ &Window
- Küçültüldükten sonra sadece tepsi simgesi göster.
+ Show only a tray icon after minimizing the window.
- İşlem çubuğu yerine sistem çekmecesine &küçült
+ &Minimize to the tray instead of the taskbar
- Kapatma sırasında k&üçült
+ M&inimize on close
- &Görünüm
+ &Display
- Kullanıcı arayüzü dili
+ User Interface &language:
- Kullanıcı arayüzünün dili burada belirtilebilir. Bu ayar %1 tekrar başlatıldığında etkinleşecektir.
+ The user interface language can be set here. This setting will take effect after restarting %1.
- Tutarı göstermek için &birim:
+ &Unit to show amounts in:
- Bitcoin gönderildiğinde arayüzde gösterilecek varsayılan alt birimi seçiniz.
+ Choose the default subdivision unit to show in the interface and when sending coins.
- Para kontrol özelliklerinin gösterilip gösterilmeyeceğini ayarlar.
+ Whether to show coin control features or not.
- &Üçüncü parti işlem URL'leri
+ &Third party transaction URLs
@@ -1324,55 +1328,55 @@
- Tamam
+ &OK
- İptal
+ &Cancel
- Varsayılan
+ default
- boş
+ none
- Seçeneklerin sıfırlanmasını teyit et
+ Confirm options reset
- Değişikliklerin aktif edilebilmesi için yeniden başlatma gerekiyor.
+ Client restart required to activate changes.
- İstemci kapanacaktır. Devam etmek istiyor musunuz?
+ Client will be shut down. Do you want to proceed?
- Konfigürasyon ayarları
+ Configuration options
- Konfigürasyon dosyası GUI ayarlarını geçersiz kılmak için gelişmiş kullanıcı ayarlarını değiştirir. Ek olarak, herhangi bir komut satırı seçeneği konfigürasyon dosyasını geçersiz kılar.
+ The configuration file is used to specify advanced user options which override GUI settings. Additionally, any command-line options will override this configuration file.
- Hata
+ Error
- Konfigürasyon dosyası açılamadı.
+ The configuration file could not be opened.
- Bu değişiklik istemcinin yeniden başlatılmasını gerektirir.
+ This change would require a client restart.
- Sağlanan proxy adresi geçerli değil.
+ The supplied proxy address is invalid.
@@ -1383,90 +1387,90 @@
- Gösterilen bilgi geçerli olmayabilir. Bağlantı tekrar sağlandıktan sonra cüzdanınız otomatik olarak senkronize olacaktır. Henüz senkronize olma işlemi tamamlanmadı.
+ 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.
- Sadece görüntülenebilir:
+ Watch-only:
- Kullanılabilir:
+ Available:
- Mevcut harcanabilir tutarınız
+ Your current spendable balance
- Bekleyen:
+ Pending:
- Henüz doğrulanmamış ve harcanabilir bakiyeye eklenmemiş işlemlerin toplamı
+ Total of transactions that have yet to be confirmed, and do not yet count toward the spendable balance
- Olgunlaşmamış:
+ Immature:
- Oluşturulan bakiye henüz olgunlaşmamıştır
+ Mined balance that has not yet matured
- Bakiyeler
+ Balances
- Toplam:
+ Total:
- Toplam mevcut miktarınız
+ Your current total balance
- Sadece görüntülenebilir adreslerdeki mevcut miktarınız
+ Your current balance in watch-only addresses
- Harcanabilir:
+ Spendable:
- Yakın zamanda yapılmış işlemler
+ Recent transactions
- Sadece görüntülenebilir adreslerdeki doğrulanmamış işlemler
+ Unconfirmed transactions to watch-only addresses
- Sadece izlenen adreslerin henüz olgunlaşmamış oluşturulan bakiyeleri
+ Mined balance in watch-only addresses that has not yet matured
- Sadece görüntülenebilir adreslerdeki mevcut toplam miktar
+ Current total balance in watch-only addressesPaymentServer
- Ödeme isteği hatası
+ Payment request error
- Bitcoin başlatılamadı: tıkla-ve-öde yöneticisi
+ Cannot start bitcoin: click-to-pay handler
- URI yönetimi
+ URI handling
- 'bitcoin://' geçerli bir protokol değil. Onun yerine 'bitcoin:' kullanınız.
+ 'bitcoin://' is not a valid URI. Use 'bitcoin:' instead.
@@ -1482,30 +1486,30 @@
- Hatalı ödeme adresi %1
+ Invalid payment address %1
- URI ayrıştırılamıyor! Bunun nedeni geçersiz bir Bitcoin adresi veya hatalı biçimlendirilmiş URI değişkenleri olabilir.
+ URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters.
- Ödeme talebi dosyası yönetimi
+ Payment request file handlingPeerTableModel
- Kullanıcı Yazılımı
+ User Agent
- Düğüm/Servis
+ Node/Service
- Düğüm ID'si
+ NodeId
@@ -1513,34 +1517,34 @@
- Gönder
+ Sent
- Alındı
+ ReceivedQObject
- Tutar
+ Amount
- Bitcoin adresinizi girin (örneğin %1)
+ Enter a Bitcoin address (e.g. %1)
- %1 g
+ %1 d
- %1 s
+ %1 h
- %1 d
+ %1 m
@@ -1548,11 +1552,11 @@
- Boş
+ None
- Yok
+ N/A
@@ -1560,31 +1564,31 @@
- %n saniye%n saniye
+ %n second%n seconds
- %n dakika%n dakika
+ %n minute%n minutes
- %n saat%n saat
+ %n hour%n hours
- %n gün%n gün
+ %n day%n days
- %n hafta%n hafta
+ %n week%n weeks
- %1 ve %2
+ %1 and %2
- %n yıl%n yıl
+ %n year%n years
@@ -1604,42 +1608,42 @@
- Hata: Belirtilen "%1" veri klasörü yoktur.
+ Error: Specified data directory "%1" does not exist.
- Hata: %1 yapılandırma dosyası ayrıştırılamadı.
+ Error: Cannot parse configuration file: %1.
- Hata: %1
+ Error: %1
- %1 henüz güvenli bir şekilde çıkış yapmamıştır...
+ %1 didn't yet exit safely...
- bilinmiyor
+ unknownQRImageWidget
- &Görüntüyü kaydet
+ &Save Image...
- &Görüntüyü kopyala
+ &Copy Image
- Sonuç URI çok uzun, etiket ya da ileti metnini kısaltmayı deneyiniz.
+ Resulting URI too long, try to reduce the text for label / message.
- URI'nin QR koduna kodlanmasında hata oluştu.
+ Error encoding URI into QR Code.
@@ -1647,38 +1651,38 @@
- QR kodu kaydet
+ Save QR Code
- PNG Resim (*.png)
+ PNG Image (*.png)RPCConsole
- Yok
+ N/A
- Arayüz versiyonu
+ Client version
- &Bilgi
+ &Information
- Genel
+ General
- Kullanılan BerkeleyDB versiyonu
+ Using BerkeleyDB version
- Veri konumu
+ Datadir
@@ -1694,99 +1698,107 @@
- Başlangıç zamanı
+ Startup time
- Ağ
+ Network
- İsim
+ Name
- Bağlantı sayısı
+ Number of connections
- Blok zinciri
+ Block chain
- Güncel blok sayısı
+ Current number of blocks
- Bellek Alanı
+ Memory Pool
- Güncel işlem sayısı
+ Current number of transactions
- Bellek kullanımı
+ Memory usage
- Cüzdan:
+ Wallet:
- (boş)
+ (none)
- &Yeniden başlat
+ &Reset
- Alındı
+ Received
- Gönder
+ Sent
- &Eşler
+ &Peers
- Yasaklı eşler
+ Banned peers
- Ayrıntılı bilgi görmek için bir eş seçin.
+ Select a peer to view detailed information.
- Beyaz listede
+ Whitelisted
- Yön
+ Direction
- Versiyon
+ Version
- Başlangıç Bloku
+ Starting Block
- Eşleşmiş Üstbilgiler
+ Synced Headers
- Eşleşmiş Bloklar
+ Synced Blocks
+
+
+
+ The mapped Autonomous System used for diversifying peer selection.
+
+
+
+ Mapped AS
- Kullanıcı Yazılımı
+ User Agent
@@ -1794,214 +1806,214 @@
- Güncel veri klasöründen %1 hata ayıklama kütük dosyasını açar. Büyük kütük dosyaları için bu birkaç saniye alabilir.
+ Open the %1 debug log file from the current data directory. This can take a few seconds for large log files.
- Font boyutunu küçült
+ Decrease font size
- Yazıtipi boyutunu büyült
+ Increase font size
- Servisler
+ Services
- Yasaklama Skoru
+ Ban Score
- Bağlantı süresi
+ Connection Time
- Son gönderim
+ Last Send
- Son alış
+ Last Receive
- Ping süresi
+ Ping Time
- Güncel olarak göze çarpan bir ping'in süresi.
+ The duration of a currently outstanding ping.
- Ping bekliyor
+ Ping Wait
- En Düşük Ping
+ Min Ping
- Saat Farkı
+ Time Offset
- Son blok zamanı
+ Last block time
- &Aç
+ &Open
- &Konsol
+ &Console
- &Ağ trafiği
+ &Network Traffic
- Toplam
+ Totals
- İçeri:
+ In:
- Dışarı:
+ Out:
- Hata ayıklama kütük dosyası
+ Debug log file
- Konsolu temizle
+ Clear console
- 1 &saat
+ 1 &hour
- 1 &gün
+ 1 &day
- 1 &hafta
+ 1 &week
- 1 &yıl
+ 1 &year
- &Bağlantı kesildi
+ &Disconnect
- Yasakla
+ Ban for
- &Yasaklamayı Kaldır
+ &Unban
- %1 RPC konsoluna hoş geldiniz.
+ Welcome to the %1 RPC console.
- Geçmişte gezinmek için yukarı ve aşağı oklarını kullanın ve ekranı temizlemek için %1 kullanın.
+ Use up and down arrows to navigate history, and %1 to clear screen.
- Mevcut komutlara göz atmak için %1 yazın.
+ Type %1 for an overview of available commands.
- Bu konsolun kullanımı hakkında daha fazla bilgi için %1 yazın.
+ For more information on using this console type %1.
- UYARI: Bitcoin dolandırıcılarının çok fazla etkin olduğu zamanlarda, dolandırıcılar bazı kullanıcılara buraya komutlar yazmalarını söylerek onların cüzdanlarındaki bitcoinleri çalmışlardır. Bir komutun sonuçlarını tam olarak anlamadan bu konsolu kullanmayın.
+ WARNING: Scammers have been active, telling users to type commands here, stealing their wallet contents. Do not use this console without fully understanding the ramifications of a command.
- Ağ aktivitesi pasif
+ Network activity disabled
- Komut bir cüzdan olmadan çalıştırılıyor
+ Executing command without any wallet
- Komut "%1" cüzdanı kullanılarak çalıştırılıyor
+ Executing command using "%1" wallet
- (düğüm kimliği: %1)
+ (node id: %1)
- %1 vasıtasıyla
+ via %1
- asla
+ never
- Gelen
+ Inbound
- Giden
+ Outbound
- Evet
+ Yes
- Hayır
+ No
- Bilinmiyor
+ UnknownReceiveCoinsDialog
- &Tutar:
+ &Amount:
- &Etiket
+ &Label:
- &Mesaj
+ &Message:
- Talep açıldığında gösterilecek, isteğinize dayalı, ödeme talebi ile ilişkilendirilecek bir ileti. Not: Bu ileti ödeme ile birlikte Bitcoin ağı üzerinden gönderilmeyecektir.
+ 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.
- Yeni alım adresi ile ilişkili, seçiminize dayalı etiket.
+ An optional label to associate with the new receiving address.
- Ödeme talep etmek için bu formu kullanın. Tüm alanlar <b>seçime dayalıdır</b>.
+ Use this form to request payments. All fields are <b>optional</b>.
- Seçiminize dayalı talep edilecek tutar. Belli bir tutar talep etmemek için bunu boş bırakın veya sıfır değerini kullanın.
+ An optional amount to request. Leave this empty or zero to not request a specific amount.
@@ -2017,11 +2029,11 @@
- Formdaki tüm alanları temizle.
+ Clear all fields of the form.
- Temizle
+ Clear
@@ -2029,70 +2041,70 @@
- Yerli segwit (Bech32) adresi oluştur
+ Generate native segwit (Bech32) address
- Talep edilen ödemelerin tarihçesi
+ Requested payments history
- Seçilen talebi göster (bir unsura çift tıklamakla aynı anlama gelir)
+ Show the selected request (does the same as double clicking an entry)
- Göster
+ Show
- Seçilen unsurları listeden kaldır
+ Remove the selected entries from the list
- Sil
+ Remove
- URI'yi kopyala
+ Copy URI
- Etiketi kopyala
+ Copy label
- Mesajı kopyala
+ Copy message
- Tutarı kopyala
+ Copy amountReceiveRequestDialog
- QR kod
+ QR Code
- URI'yi kopyala
+ Copy &URI
- &Adresi Kopyala
+ Copy &Address
- &Görüntüyü kaydet
+ &Save Image...
- %1 unsuruna ödeme talep et
+ Request payment to %1
- Ödeme bilgisi
+ Payment information
@@ -2100,117 +2112,117 @@
- adres
+ Address
- Tutar
+ Amount
- etiket
+ Label
- Mesaj
+ Message
- Cüzdan
+ WalletRecentRequestsTableModel
- Tarih
+ Date
- etiket
+ Label
- Mesaj
+ Message
- (etiket yok)
+ (no label)
- (mesaj yok)
+ (no message)
- (tutar talep edilmedi)
+ (no amount requested)
- Talep edilen
+ RequestedSendCoinsDialog
- Coin gönder
+ Send Coins
- Para kontrolü özellikleri
+ Coin Control Features
- Girdiler...
+ Inputs...
- Otomatik seçildi
+ automatically selected
- Yetersiz fon!
+ Insufficient funds!
- Miktar:
+ Quantity:
- Bayt
+ Bytes:
- Tutar:
+ Amount:
- Ücret:
+ Fee:
- Ücretten sonra kalan:
+ After Fee:
- Değişen:
+ Change:
- Bu etkinleştirildiyse fakat para üstü adresi boş ya da geçersizse para üstü yeni oluşturulan bir adrese gönderilecektir.
+ If this is activated, but the change address is empty or invalid, change will be sent to a newly generated address.
- Özel para üstü adresi
+ Custom change address
- Gönderim ücreti:
+ Transaction Fee:
- Seçiniz...
+ Choose...
@@ -2218,7 +2230,7 @@
- Uyarı: Ücret tahmini şu anda mümkün değildir.
+ Warning: Fee estimation is currently not possible.
- kilobyte başına
+ per kilobyte
- Gizle
+ Hide
- Önerilen:
+ Recommended:
- Özel:
+ Custom:
- (Zeki ücret henüz başlatılmadı. Bu genelde birkaç blok alır...)
+ (Smart fee not initialized yet. This usually takes a few blocks...)
- Birçok alıcıya aynı anda gönder
+ Send to multiple recipients at once
- &Alıcı ekle
+ Add &Recipient
- Formdaki tüm alanları temizle.
+ Clear all fields of the form.
- Toz:
+ Dust:
@@ -2278,7 +2290,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Doğrulama süresi hedefi:
+ Confirmation time target:
@@ -2290,51 +2302,51 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Hepsini sil
+ Clear &All
- Bakiye:
+ Balance:
- Yollama etkinliğini teyit ediniz
+ Confirm the send action
- G&önder
+ S&end
- Miktarı kopyala
+ Copy quantity
- Tutarı kopyala
+ Copy amount
- Ücreti kopyala
+ Copy fee
- Ücretten sonrasını kopyala
+ Copy after fee
- Baytları kopyala
+ Copy bytes
- Tozu kopyala
+ Copy dust
- Para üstünü kopyala
+ Copy change
- %1 (%2 blok)
+ %1 (%2 blocks)
@@ -2354,7 +2366,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- %1'den %2'e
+ %1 to %2
@@ -2362,7 +2374,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Göndermek istediğinize emin misiniz?
+ Are you sure you want to send?
@@ -2370,7 +2382,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- ya da
+ or
@@ -2378,11 +2390,11 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Lütfen, işleminizi gözden geçirin.
+ Please, review your transaction.
- Gönderim ücreti
+ Transaction fee
@@ -2390,7 +2402,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Toplam Tutar
+ Total Amount
@@ -2398,7 +2410,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Coin gönderimini onaylayın
+ Confirm send coins
@@ -2422,82 +2434,82 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Alıcı adresi geçerli değildir. Lütfen tekrar kontrol ediniz.
+ The recipient address is not valid. Please recheck.
- Ödeyeceğiniz tutarın 0'dan yüksek olması gerekir.
+ The amount to pay must be larger than 0.
- Tutar bakiyenizden yüksektir.
+ The amount exceeds your balance.
- Toplam, %1 işlem ücreti eklendiğinde bakiyenizi geçmektedir.
+ The total exceeds your balance when the %1 transaction fee is included.
- Tekrarlayan adres bulundu: adresler sadece bir kez kullanılmalıdır.
+ Duplicate address found: addresses should only be used once each.
- İşlem oluşturma başarısız!
+ Transaction creation failed!
- %1 tutarından yüksek bir ücret saçma derecede yüksek bir ücret olarak kabul edilir.
+ A fee higher than %1 is considered an absurdly high fee.
- Ödeme talebinin geçerlilik süresi bitti.
+ Payment request expired.
- Tahmini %n blok içinde doğrulamaya başlanacaktır.Tahmini %n blok içinde doğrulamaya başlanacaktır.
+ Estimated to begin confirmation within %n block.Estimated to begin confirmation within %n blocks.
- Uyarı: Hatalı Bitcoin adresi
+ Warning: Invalid Bitcoin address
- Uyarı: Bilinmeyen para üstü adresi
+ Warning: Unknown change address
- Özel para üstü adresini onayla
+ Confirm custom change address
- Para üstü için seçtiğiniz adres bu cüzdanın bir parçası değil. Cüzdanınızdaki bir miktar veya tüm para bu adrese gönderilebilir. Emin misiniz?
+ The address you selected for change is not part of this wallet. Any or all funds in your wallet may be sent to this address. Are you sure?
- (etiket yok)
+ (no label)SendCoinsEntry
- T&utar:
+ A&mount:
- &Şu adrese öde:
+ Pay &To:
- &Etiket
+ &Label:
- Önceden kullanılmış adres seç
+ Choose previously used address
- Ödemenin yollanacağı Bitcoin adresi
+ The Bitcoin address to send the payment to
@@ -2505,7 +2517,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Panodaki adresi yapıştırın
+ Paste address from clipboard
@@ -2513,7 +2525,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Bu ögeyi kaldır
+ Remove this entry
@@ -2521,77 +2533,77 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Ücret yollanan tutardan alınacaktır. Alıcı tutar alanına girdiğinizden daha az bitcoin alacaktır. Eğer birden çok alıcı seçiliyse ücret eşit olarak bölünecektir.
+ The fee will be deducted from the amount being sent. The recipient will receive less bitcoins than you enter in the amount field. If multiple recipients are selected, the fee is split equally.
- Ücreti tutardan düş
+ S&ubtract fee from amount
- Mevcut bakiyeyi kullan
+ Use available balance
- Mesaj:
+ Message:
- Bu, kimliği doğrulanmamış bir ödeme talebidir.
+ This is an unauthenticated payment request.
- Bu, kimliği doğrulanmış bir ödeme talebidir.
+ This is an authenticated payment request.
- Kullanılmış adres listesine eklemek için bu adrese bir etiket girin
+ Enter a label for this address to add it to the list of used addresses
- Referans için bitcoin: URI'siyle iliştirilmiş işlemle birlikte depolanacak bir ileti. Not: Bu mesaj Bitcoin ağı üzerinden gönderilmeyecektir.
+ 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.
- Şu adrese öde:
+ Pay To:
- Not:
+ Memo:ShutdownWindow
- %1 kapanıyor...
+ %1 is shutting down...
- Bu pencere kalkıncaya dek bilgisayarı kapatmayınız.
+ Do not shut down the computer until this window disappears.SignVerifyMessageDialog
- İmzalar - İleti İmzala / Kontrol et
+ Signatures - Sign / Verify a Message
- İleti &imzala
+ &Sign Message
- Adreslerinize yollanan bitcoinleri alabileceğiniz ispatlamak için adreslerinizle iletiler/anlaşmalar imzalayabilirsiniz. Oltalama saldırılarının kimliğinizi imzanızla elde etmeyi deneyebilecekleri için belirsiz ya da rastgele hiçbir şey imzalamamaya dikkat ediniz. Sadece ayrıntılı açıklaması olan ve tümüne katıldığınız ifadeleri imzalayınız.
+ You can sign messages/agreements with your addresses to prove you can receive bitcoins sent to them. Be careful not to sign anything vague or random, as phishing attacks may try to trick you into signing your identity over to them. Only sign fully-detailed statements you agree to.
- İletinin imzalanmasında kullanılacak Bitcoin adresi
+ The Bitcoin address to sign the message with
- Önceden kullanılmış adres seç
+ Choose previously used address
@@ -2599,7 +2611,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Panodaki adresi yapıştırın
+ Paste address from clipboard
@@ -2607,43 +2619,43 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- İmzalamak istediğiniz iletiyi burada giriniz
+ Enter the message you want to sign here
- İmza
+ Signature
- Güncel imzayı sistem panosuna kopyala
+ Copy the current signature to the system clipboard
- Bu Bitcoin adresinin sizin olduğunu ispatlamak için iletiyi imzalayın
+ Sign the message to prove you own this Bitcoin address
- İmza &Mesaj
+ Sign &Message
- Tüm ileti alanlarını sıfırla
+ Reset all sign message fields
- Hepsini sil
+ Clear &All
- İletiyi &kontrol et
+ &Verify Message
- Alıcının adresini, iletiyi (satır sonları, boşluklar, sekmeler vs. karakterleri tam olarak kopyaladığınızdan emin olunuz) ve imzayı aşağıya giriniz. Bir ortadaki adam saldırısı tarafından kandırılmaya engel olmak için imzadan, imzalı iletinin içeriğini aşan bir anlam çıkarmamaya dikkat ediniz. Bunun sadece imzalayan tarafın adres ile alım yapabildiğini ispatladığını ve herhangi bir işlemin gönderi tarafını kanıtlayamayacağını unutmayınız!
+ Enter the receiver's address, message (ensure you copy line breaks, spaces, tabs, etc. exactly) and signature below to verify the message. Be careful not to read more into the signature than what is in the signed message itself, to avoid being tricked by a man-in-the-middle attack. Note that this only proves the signing party receives with the address, it cannot prove sendership of any transaction!
- İletinin imzalanmasında kullanılan Bitcoin adresi
+ The Bitcoin address the message was signed with
@@ -2655,35 +2667,35 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Belirtilen Bitcoin adresi ile imzalandığını doğrulamak için iletiyi kontrol et
+ Verify the message to ensure it was signed with the specified Bitcoin address
- &İletiyi kontrol et
+ Verify &Message
- Tüm ileti kontrolü alanlarını sıfırla
+ Reset all verify message fields
- İmzayı oluşturmak için "İletiyi İmzala"ya tıklayın
+ Click "Sign Message" to generate signature
- Girilen adres hatalı.
+ The entered address is invalid.
- Adresi kontrol ettikten sonra lütfen tekrar deneyin.
+ Please check the address and try again.
- Girilen adres herhangi bir anahtara işaret etmemektedir.
+ The entered address does not refer to a key.
- Cüzdan kilidinin açılması iptal edildi.
+ Wallet unlock was cancelled.
@@ -2691,35 +2703,35 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Girilen adres için özel anahtar mevcut değildir.
+ Private key for the entered address is not available.
- İleti imzalaması başarısız oldu.
+ Message signing failed.
- İleti imzalandı.
+ Message signed.
- İmzanın kodu çözülemedi.
+ The signature could not be decoded.
- İmzanızı kontrol ettikten sonra lütfen tekrar deneyin.
+ Please check the signature and try again.
- İmza iletinin özeti ile eşleşmedi.
+ The signature did not match the message digest.
- Mesaj onayı hatalı.
+ Message verification failed.
- Mesaj onaylandı.
+ Message verified.
@@ -2733,135 +2745,135 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
TransactionDesc
- %n taneden daha fazla blok için açık%n taneden daha fazla blok için açık
+ Open for %n more blockOpen for %n more blocks
- %1 değerine dek açık
+ Open until %1
- %1 doğrulamalı bir işlem ile çelişti
+ conflicted with a transaction with %1 confirmations
- 0/doğrulanmamış, %1
+ 0/unconfirmed, %1
- bellek alanında
+ in memory pool
- bellek alanında değil
+ not in memory pool
- terk edilmiş
+ abandoned
- %1/doğrulanmadı
+ %1/unconfirmed
- %1 doğrulama
+ %1 confirmations
- Durum
+ Status
- Tarih
+ Date
- Kaynak
+ Source
- Oluşturuldu
+ Generated
- Gönderen
+ From
- bilinmiyor
+ unknown
- Alıcı
+ To
- kendi adresiniz
+ own address
- sadece-izlenen
+ watch-only
- etiket
+ label
- Alınan Tutar
+ Credit
- %n ek blok sonrasında olgunlaşacak%n ek blok sonrasında olgunlaşacak
+ matures in %n more blockmatures in %n more blocks
- kabul edilmedi
+ not accepted
- Çekilen Tutar
+ Debit
- Toplam çekilen tutar
+ Total debit
- Toplam alınan tutar
+ Total credit
- Gönderim ücreti
+ Transaction fee
- Net tutar
+ Net amount
- Mesaj
+ Message
- Yorum
+ Comment
- İşlem ID'si
+ Transaction ID
- Gönderimin toplam boyutu
+ Transaction total size
- İşlem sanal boyutu
+ Transaction virtual size
- Çıktı indeksi
+ Output index
@@ -2869,284 +2881,284 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Tüccar
+ Merchant
- Oluşturulan bitcoin'lerin harcanabilmelerinden önce %1 blok beklemeleri gerekmektedir. Bu blok, oluşturduğunuzda, blok zincirine eklenmesi için ağda yayınlandı. Zincire eklenmesi başarısız olursa, durumu "kabul edilmedi" olarak değiştirilecek ve harcanamayacaktır. Bu, bazen başka bir düğüm sizden birkaç saniye önce ya da sonra blok oluşturursa meydana gelebilir.
+ 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.
- Hata giderme bilgisi
+ Debug information
- İşlem
+ Transaction
- Girdiler
+ Inputs
- Tutar
+ Amount
- doğru
+ true
- anlış
+ falseTransactionDescDialog
- Bu pano işlemin ayrıntılı açıklamasını gösterir
+ This pane shows a detailed description of the transaction
- %1 için ayrıntılar
+ Details for %1TransactionTableModel
- Tarih
+ Date
- Tip
+ Type
- etiket
+ Label
- %n taneden daha fazla blok için açık%n taneden daha fazla blok için açık
+ Open for %n more blockOpen for %n more blocks
- %1 değerine dek açık
+ Open until %1
- Doğrulanmamış
+ Unconfirmed
- Terk edilmiş
+ Abandoned
- Doğrulanıyor (%1 kere doğrulandı, önerilen doğrulama sayısı %2)
+ Confirming (%1 of %2 recommended confirmations)
- Onaylandı (%1 onaylanan)
+ Confirmed (%1 confirmations)
- Uyuşmadı
+ Conflicted
- Olgunlaşmamış (%1 doğrulama, %2 doğrulama sonra kullanılabilir olacaktır)
+ Immature (%1 confirmations, will be available after %2)
- Oluşturuldu fakat kabul edilmedi
+ Generated but not accepted
- ile alındı
+ Received with
- Alındığı kişi
+ Received from
- Gönderildiği adres
+ Sent to
- Kendinize ödeme
+ Payment to yourself
- Kazıldı
+ Mined
- sadece-izlenen
+ watch-only
- (yok)
+ (n/a)
- (etiket yok)
+ (no label)
- İşlem durumu. Doğrulama sayısını görüntülemek için fare imlecini bu alanın üzerinde tutunuz.
+ Transaction status. Hover over this field to show number of confirmations.
- İşlemin alındığı tarih ve zaman.
+ Date and time that the transaction was received.
- İşlemin türü.
+ Type of transaction.
- Bu işleme sadece-izlenen bir adresin dahil edilip, edilmediği.
+ Whether or not a watch-only address is involved in this transaction.
- İşlemin kullanıcı tanımlı amacı.
+ User-defined intent/purpose of the transaction.
- Bakiyeden kaldırılan ya da bakiyeye eklenen tutar.
+ Amount removed from or added to balance.TransactionView
- Hepsi
+ All
- Bugün
+ Today
- Bu hafta
+ This week
- Bu Ay
+ This month
- Son ay
+ Last month
- Bu yıl
+ This year
- Tarih Aralığı
+ Range...
- ile alındı
+ Received with
- Gönderildiği adres
+ Sent to
- Kendinize
+ To yourself
- Kazıldı
+ Mined
- Diğerleri
+ Other
- Aramak için adres, gönderim numarası ya da etiket yazınız
+ Enter address, transaction id, or label to search
- En düşük tutar
+ Min amount
- İşlemden vazgeç
+ Abandon transaction
- İşlem ücretini artır
+ Increase transaction fee
- Adresi kopyala
+ Copy address
- Etiketi kopyala
+ Copy label
- Tutarı kopyala
+ Copy amount
- İşlem ID'sini kopyala
+ Copy transaction ID
- Ham işlemi kopyala
+ Copy raw transaction
- Tüm işlem ayrıntılarını kopyala
+ Copy full transaction details
- Etiketi düzenle
+ Edit label
- İşlem ayrıntılarını göster
+ Show transaction details
- İşlem Tarihçesini Dışarı Aktar
+ Export Transaction History
- Virgül ile ayrılmış dosya (*.csv)
+ Comma separated file (*.csv)
- Kabul edilen
+ Confirmed
- Sadece izlenen
+ Watch-only
- Tarih
+ Date
- Tip
+ Type
- etiket
+ Label
- adres
+ Address
@@ -3154,41 +3166,41 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Dışa Aktarma Başarısız
+ Exporting Failed
- İşlem tarihçesinin %1 konumuna kaydedilmeye çalışıldığı sırada bir hata meydana geldi.
+ There was an error trying to save the transaction history to %1.
- Dışarı Aktarma Başarılı
+ Exporting Successful
- İşlem tarihçesi %1 konumuna başarıyla kaydedildi.
+ The transaction history was successfully saved to %1.
- Tarih Aralığı:
+ Range:
- Alıcı
+ toUnitDisplayStatusBarControl
- Tutarı göstermek için birim. Başka bir birim seçmek için tıklayınız.
+ Unit to show amounts in. Click to select another unit.WalletController
- Cüzdanı Kapat
+ Close wallet
@@ -3203,14 +3215,14 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
WalletFrame
- Hiçbir cüzdan yüklenmedi.
+ No wallet has been loaded.WalletModel
- Coin gönder
+ Send Coins
@@ -3218,11 +3230,11 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- İşlem ücreti artırma başarısız oldu
+ Increasing transaction fee failed
- Ücreti artırmak istiyor musunuz?
+ Do you want to increase the fee?
@@ -3230,15 +3242,15 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Şimdiki ücret:
+ Current fee:
- Artış:
+ Increase:
- Yeni ücret:
+ New fee:
@@ -3254,85 +3266,85 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- İşlem imzalanamıyor.
+ Can't sign transaction.
- Alışveriş taahüt edilemedi.
+ Could not commit transaction
- varsayılan cüzdan
+ default walletWalletView
- &Çıkar
+ &Export
- Mevcut sekmedeki verileri bir dosyaya aktar
+ Export the data in the current tab to a file
- Cüzdanı yedekle
+ Backup Wallet
- Cüzdan Verileri (*.dat)
+ Wallet Data (*.dat)
- Yedekleme başarısız
+ Backup Failed
- Cüzdan verilerinin %1 konumuna kaydedilmesi sırasında bir hata meydana geldi.
+ There was an error trying to save the wallet data to %1.
- Yedekleme tamamlandı
+ Backup Successful
- Cüzdan verileri %1 konumuna başarıyla kaydedildi.
+ The wallet data was successfully saved to %1.
- İptal
+ Cancelbitcoin-core
- MIT yazılım lisansı altında dağıtılmıştır, beraberindeki %s ya da %s dosyasına bakınız.
+ Distributed under the MIT software license, see the accompanying file %s or %s
- Budama, en düşük değer olan %d MiB'den düşük olarak ayarlanmıştır. Lütfen daha yüksek bir sayı kullanınız.
+ Prune configured below the minimum of %d MiB. Please use a higher number.
- Budama: son cüzdan eşleşmesi budanmış verilerin ötesine gitmektedir. -reindex kullanmanız gerekmektedir (Budanmış düğüm ise tüm blok zincirini tekrar indirmeniz gerekir.)
+ Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node)
- Hata: Ölümcül dahili bir hata meydana geldi, ayrıntılar için debug.log dosyasına bakınız
+ Error: A fatal internal error occurred, see debug.log for details
- Blockstore budanıyor...
+ Pruning blockstore...
- HTTP sunucusu başlatılamadı. Ayrıntılar için debug.log dosyasına bakınız.
+ Unable to start HTTP server. See debug log for details.
- %s ekip
+ The %s developers
@@ -3340,7 +3352,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- %s veri dizininde kilit elde edilemedi. %s muhtemelen hâlihazırda çalışmaktadır.
+ Cannot obtain a lock on data directory %s. %s is probably already running.
@@ -3348,23 +3360,23 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- %s dosyasının okunması sırasında bir hata meydana geldi! Tüm anahtarlar doğru bir şekilde okundu, ancak işlem verileri ya da adres defteri ögeleri hatalı veya eksik olabilir.
+ Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect.
- Lütfen bilgisayarınızın saat ve tarihinin doğru olduğunu kontrol ediniz! Saatinizde gecikme varsa %s doğru şekilde çalışamaz.
+ Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly.
- %s programını faydalı buluyorsanız lütfen katkıda bulununuz. Yazılım hakkında daha fazla bilgi için %s adresini ziyaret ediniz.
+ Please contribute if you find %s useful. Visit %s for further information about the software.
- Blok veritabanı gelecekten gibi görünen bir blok içermektedir. Bu, bilgisayarınızın saat ve tarihinin yanlış ayarlanmış olmasından kaynaklanabilir. Blok veritabanını sadece bilgisayarınızın tarih ve saatinin doğru olduğundan eminseniz yeniden derleyin.
+ The block database contains a block which appears to be from the future. This may be due to your computer's date and time being set incorrectly. Only rebuild the block database if you are sure that your computer's date and time are correct
- Bu kararlı sürümden önceki bir deneme sürümüdür. - risklerini bilerek kullanma sorumluluğu sizdedir - bitcoin oluşturmak ya da ticari uygulamalar için kullanmayınız
+ This is a pre-release test build - use at your own risk - do not use for mining or merchant applications
@@ -3376,35 +3388,35 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Veritabanını çatallama öncesi duruma geri sarmak mümkün değil. Blok zincirini tekrar indirmeniz gerekmektedir
+ Unable to rewind the database to a pre-fork state. You will need to redownload the blockchain
- Uyarı: Ağ üyeleri aralarında tamamen anlaşmış gibi gözükmüyor! Bazı madenciler sorun yaşıyor gibi görünmektedir.
+ Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues.
- Uyarı: Ağ eşlerimizle tamamen anlaşamamışız gibi görünüyor! Güncelleme yapmanız gerekebilir ya da diğer düğümlerin güncelleme yapmaları gerekebilir.
+ Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade.
- son 100 bloğun %d kadarı beklenmeyen versiyona sahip
+ %d of last 100 blocks have unexpected version
- %s bozuk, geri kazanım başarısız oldu
+ %s corrupt, salvage failed
- -maxmempool en az %d MB olmalıdır
+ -maxmempool must be at least %d MB
- Çözümlenemedi - %s adres: '%s'
+ Cannot resolve -%s address: '%s'
- Aralık dışında değişiklik indeksi
+ Change index out of range
@@ -3416,7 +3428,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Bozuk blok veritabanı tespit edildi
+ Corrupted block database detected
@@ -3428,60 +3440,59 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Blok veritabanını şimdi yeniden inşa etmek istiyor musunuz?
+ Do you want to rebuild the block database now?
- Blok veritabanını başlatılırken bir hata meydana geldi
+ Error initializing block database
- %s cüzdan veritabanı ortamının başlatılmasında hata meydana geldi!
+ Error initializing wallet database environment %s!
- %s unsurunun yüklenmesinde hata oluştu
+ Error loading %s
- %s yüklenirken hata oluştu: Özel anahtarlar yalnızca oluşturma sırasında devre dışı bırakılabilir
-
+ Error loading %s: Private keys can only be disabled during creation
- %s unsurunun yüklenmesinde hata oluştu: bozuk cüzdan
+ Error loading %s: Wallet corrupted
- %s unsurunun yüklenmesinde hata oluştu: cüzdan %s programının yeni bir sürümüne ihtiyaç duyuyor
+ Error loading %s: Wallet requires newer version of %s
- Blok veritabanının yüklenmesinde hata
+ Error loading block database
- Blok veritabanının açılışı sırasında hata
+ Error opening block database
- Herhangi bir portun dinlenmesi başarısız oldu. Bunu istiyorsanız -listen=0 seçeneğini kullanınız.
+ Failed to listen on any port. Use -listen=0 if you want this.
- Başlatma sırasında cüzdanı yeniden tarama işlemi başarısız oldu
+ Failed to rescan the wallet during initialization
- İçe aktarılıyor...
+ Importing...
- Yanlış ya da bulunamamış doğuş bloğu. Ağ için yanlış veri klasörü mü?
+ Incorrect or no genesis block found. Wrong datadir for network?
- Başlatma sınaması başarısız oldu. %s kapatılıyor.
+ Initialization sanity check failed. %s is shutting down.
@@ -3489,15 +3500,15 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- -%s=<tutar> için geçersiz tutar: '%s'
+ Invalid amount for -%s=<amount>: '%s'
- Geçersiz miktarda -discardfee=<amount>:'%s'
+ Invalid amount for -discardfee=<amount>: '%s'
- -fallbackfee=<tutar> için geçersiz tutar: '%s'
+ Invalid amount for -fallbackfee=<amount>: '%s'
@@ -3505,7 +3516,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Bilinmeyen adres türü '%s'
+ Unknown address type '%s'
@@ -3513,11 +3524,11 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- txindex veritabanı yükseltiliyor
+ Upgrading txindex database
- P2P adresleri yükleniyor...
+ Loading P2P addresses...
@@ -3525,87 +3536,87 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Ban listesi yükleniyor...
+ Loading banlist...
- Kafi derecede dosya tanımlayıcıları mevcut değil.
+ Not enough file descriptors available.
- Budama negatif bir değerle yapılandırılamaz.
+ Prune cannot be configured with a negative value.
- Budama kipi -txindex ile uyumsuzdur.
+ Prune mode is incompatible with -txindex.
- Bloklar tekrar işleniyor...
+ Replaying blocks...
- Bloklar geri sarılıyor...
+ Rewinding blocks...
- Kaynak kod şuradan elde edilebilir: %s.
+ The source code is available from %s.
- İşlem ücreti ve para üstü hesaplamasında hata meydana geldi.
+ Transaction fee and change calculation failed
- Bu bilgisayarda %s unsuruna bağlanılamadı. %s muhtemelen hâlihazırda çalışmaktadır.
+ Unable to bind to %s on this computer. %s is probably already running.
- Anahtar üretilemiyor
+ Unable to generate keys
- Desteklenmeyen günlük kategorisi %s=%s.
+ Unsupported logging category %s=%s.
- UTXO veritabanı yükseltiliyor
+ Upgrading UTXO database
- Kullanıcı Aracı açıklaması (%s) güvensiz karakterler içermektedir.
+ User Agent comment (%s) contains unsafe characters.
- Bloklar Onaylanıyor...
+ Verifying blocks...
- %s tamamlanması için cüzdanın yeniden başlatılması gerekiyor
+ Wallet needed to be rewritten: restart %s to complete
- Hata: İçeri gelen bağlantıların dinlenmesi başarısız oldu (dinleme %s hatasını verdi)
+ Error: Listening for incoming connections failed (listen returned error %s)
- -maxtxfee=<tutar> için geçersiz tutar: '%s' (Sıkışmış işlemleri önlemek için en az %s değerinde en düşük aktarım ücretine eşit olmalıdır)
+ Invalid amount for -maxtxfee=<amount>: '%s' (must be at least the minrelay fee of %s to prevent stuck transactions)
- Bu işlem, tutar düşüldükten sonra göndermek için çok düşük
+ The transaction amount is too small to send after the fee has been deducted
- Budama olmayan kipe dönmek için veritabanını -reindex ile tekrar derlemeniz gerekir. Bu, tüm blok zincirini tekrar indirecektir
+ You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain
- Veritabanı okuma hatası, kapatıldı.
+ Error reading from database, shutting down.
- Zincirdurumu veritabanı yükseltme hatası
+ Error upgrading chainstate database
@@ -3613,23 +3624,23 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Hatalı -onion adresi ya da host adı: '%s'
+ Invalid -onion address or hostname: '%s'
- Geçersiz -proxy adresi veya ana makine adı: '%s'
+ Invalid -proxy address or hostname: '%s'
- -paytxfee=<tutar>:'%s' unsurunda geçersiz tutar (asgari %s olması lazımdır)
+ Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s)
- -whitelist: '%s' unsurunda geçersiz bir ağ maskesi belirtildi
+ Invalid netmask specified in -whitelist: '%s'
- -whitebind: '%s' ile bir port belirtilmesi lazımdır
+ Need to specify a port with -whitebind: '%s'
@@ -3637,7 +3648,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Sistem sınırlamaları sebebiyle -maxconnections %d değerinden %d değerine düşürülmüştür.
+ Reducing -maxconnections from %d to %d, because of system limitations.
@@ -3645,19 +3656,19 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- İşlemin imzalanması başarısız oldu
+ Signing transaction failed
- Belirtilen -walletdir "%s" mevcut değil
+ Specified -walletdir "%s" does not exist
- Belirtilen -walletdir "%s" göreceli bir yoldur
+ Specified -walletdir "%s" is a relative path
- Belirtilen -walletdir "%s" bir dizin değildir
+ Specified -walletdir "%s" is not a directory
- İşlemdeki bitcoin tutarı ücreti ödemek için çok düşük
+ The transaction amount is too small to pay the fee
- Bu deneysel bir yazılımdır.
+ This is experimental software.
- İşlem tutarı çok düşük
+ Transaction amount too small
- İşlem çok büyük
+ Transaction too large
- Bu bilgisayarda %s ögesine bağlanılamadı (bağlanma %s hatasını verdi)
+ Unable to bind to %s on this computer (bind returned error %s)
@@ -3691,7 +3702,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Başlangıç anahtarları üretilemiyor
+ Unable to generate initial keys
@@ -3699,75 +3710,75 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Cüzdan(lar) onaylanıyor...
+ Verifying wallet(s)...
- Uyarı: bilinmeyen yeni kurallar etkinleştirilmiştir (versionbit %i)
+ Warning: unknown new rules activated (versionbit %i)
- Cüzdandaki tüm işlemler kaldırılıyor...
+ Zapping all transactions from wallet...
- -maxtxfee çok yüksek bir değere ayarlanmış! Bu denli yüksek ücretler tek bir işlemde ödenebilir.
+ -maxtxfee is set very high! Fees this large could be paid on a single transaction.
- İşlem ücret tahminleri mevcut olmadığında ödeyebileceğiniz işlem ücreti budur.
+ This is the transaction fee you may pay when fee estimates are not available.
- Ağ sürümü zincirinin toplam boyutu (%i) en yüksek boyutu geçmektedir (%i). Kullanıcı aracı açıklamasının sayısı veya boyutunu azaltınız.
+ Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments.
- Uyarı: wallet.dat bozuk, veriler geri kazanıldı! Özgün %s, %s olarak %s klasörüne kaydedildi; bakiyeniz ya da işlemleriniz yanlışsa bir yedeklemeden tekrar yüklemeniz gerekir.
+ Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup.
- Ayarlanan %s çok yüksek!
+ %s is set very high!
- %s cüzdanı yüklenirken hata oluştu. Belirtilen -wallet dosya adında başka bir kopya daha var.
+ Error loading wallet %s. Duplicate -wallet filename specified.
- Bağlantı konuları başlıyor
+ Starting network threads...
- Cüzdan minimum değişim ücretinden daha düşük olan ödemeyi önleyecektir
+ The wallet will avoid paying less than the minimum relay fee.
- Her işlem için minimum işlem ücretiniz budur
+ This is the minimum transaction fee you pay on every transaction.
- Bir işlem göndermeniz durumunda işlem ücretiniz budur
+ This is the transaction fee you will pay if you send a transaction.
- İşlem miktarı negatif olmamalı
+ Transaction amounts must not be negative
- İşlem çok uzun bir bellek havuzu zincirine sahip
+ Transaction has too long of a mempool chain
- İşlemin en az bir alıcıya sahip olmalı
+ Transaction must have at least one recipient
- Belirsiz ağ belirtildi -onlynet: '%s'
+ Unknown network specified in -onlynet: '%s'
- Yetersiz Bakiye
+ Insufficient funds
@@ -3775,7 +3786,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- İşlem ücreti hesaplama başarısız. Fallbackfee özelliği devre dışı. Lütfen bir kaç blok için bekleyiniz yada -fallbackfee özelliğini aktif ediniz.
+ Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable -fallbackfee.
@@ -3783,27 +3794,27 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Veriler klasöre yazılamıyor '%s'; yetkilendirmeyi kontrol edin.
+ Cannot write to data directory '%s'; check permissions.
- Blok indeksi yükleniyor
+ Loading block index...
- Cüzdan Bekleniyor...
+ Loading wallet...
- Cüzdan indirgenememektedir
+ Cannot downgrade wallet
- Tekrar taranıyor...
+ Rescanning...
- Yükleme tamamlandı
+ Done loading
\ No newline at end of file
diff --git a/src/qt/locale/bitcoin_he.ts b/src/qt/locale/bitcoin_he.ts
index 78570e8bbf..56c37a74dd 100644
--- a/src/qt/locale/bitcoin_he.ts
+++ b/src/qt/locale/bitcoin_he.ts
@@ -141,7 +141,7 @@
- הצפנת הארנק
+ הצפן ארנק
@@ -179,6 +179,31 @@
הארנק מוצפן
+
+
+ הקש סיסמה חדשה לארנק.
+השתמש בסיסמה הכוללת עשרה או יותר תווים אקראים, או שמונה או יותר מילים.
+
+
+
+ הקש את הסיסמא הישנה והחדשה לארנק.
+
+
+
+ זכור שהצפנת הארנק לא יכולה להגן עליך לגמרי מגניבת המטבעות שלך על ידי תוכנה זדונית שנמצאת על המחשב שלך.
+
+
+
+ הארנק המיועד להצפנה
+
+
+
+ הארנק שלך עומד להיות מוצפן/
+
+
+
+ הארנק שלך מוצפן כעת/
+ חשוב! כל גיבוי קודם שעשית לארנק שלך יש להחליף עם קובץ הארנק המוצפן שזה עתה נוצר. מסיבות אבטחה, גיבויים קודמים של קובץ הארנק הלא-מוצפן יהפכו לחסרי שימוש ברגע שתתחיל להשתמש בארנק החדש המוצפן.
@@ -301,6 +326,14 @@
פתיחת &כתובת משאב…
+
+
+ צור ארנק...
+
+
+
+ צור ארנק חדש
+ ארנק:
@@ -431,7 +464,7 @@
- ההעברות שבוצעו לאחר העברה זו לא יופיעו.
+ עסקאות שבוצעו לאחר העברה זו לא יופיעו.
@@ -449,6 +482,14 @@
עדכני
+
+
+ חלון צומת
+
+
+
+ פתיחת ניפוי באגים בצומת וגם מסוף בקרה לאבחון
+ &כתובות למשלוח
@@ -457,6 +498,10 @@
&כתובות לקבלה
+
+
+ פתיחת ביטקוין: כתובת משאב
+ פתיחת ארנק
@@ -670,7 +715,7 @@
- העתקת מזהה ההעברה
+ העתקת מזהה העסקה
@@ -739,10 +784,46 @@
CreateWalletActivity
-
+
+
+ יצירת הארנק נכשלה
+
+
+
+ אזהרה לגבי יצירת הארנק
+
+
CreateWalletDialog
-
+
+
+ צור ארנק.
+
+
+
+ שם הארנק
+
+
+
+ הצפן את הארנק. הארנק יהיה מוצפן באמצעות סיסמא לבחירתך.
+
+
+
+ הצפנת ארנק
+
+
+
+ השבתת מפתחות פרטיים
+
+
+
+ צור ארנק ריק
+
+
+
+ צור
+
+
EditAddressDialog
@@ -953,6 +1034,10 @@
הסתר
+
+
+ Esc
+ לא ידוע. סינכרון כותרות (%1, %2%)...
@@ -960,6 +1045,10 @@
OpenURIDialog
+
+
+ פתיחת כתובת משאב ביטקוין
+ כתובת משאב:
@@ -967,6 +1056,14 @@
OpenWalletActivity
+
+
+ פתיחת ארנק נכשלה
+
+
+
+ אזהרת פתיחת ארנק
+ ארנק בררת מחדל
@@ -1004,7 +1101,7 @@
- כתובת ה־IP של המתווך (לדוגמה IPv4: 127.0.0.1 / IPv6: ::1)
+ כתובת ה־IP של הפרוקסי (לדוגמה IPv4: 127.0.0.1 / IPv6: ::1)
@@ -1505,6 +1602,10 @@
שגיאה בקידוד ה URI לברקוד.
+
+
+ תמיכה בקוד QR לא זמינה.
+ שמירת קוד QR
@@ -1644,10 +1745,18 @@
בלוקים מסונכרנים
+
+
+ מופה בתור
+ סוכן משתמש
+
+
+ חלון צומת
+ פתחו את לוג ניפוי השגיאות ה%1 מתיקיית הנתונים הנוכחית. עבור קבצי לוג גדולים ייתכן זמן המתנה של מספר שניות.
@@ -1798,7 +1907,7 @@
- (node id: %1)
+ (מזהה צומת: %1)
@@ -1859,6 +1968,10 @@
סכום כרשות לבקשה. ניתן להשאיר זאת ריק כדי לא לבקש סכום מסוים.
+
+
+ &יצירת כתובת קבלה חדשה
+ ניקוי של כל השדות בטופס.
@@ -2108,6 +2221,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
אבק:
+
+
+ הסתרת הגדרות עמלת עסקה
+ כאשר יש פחות נפח עסקאות מאשר מקום בבלוק, כורים וכן צמתות מקשרות יכולות להכתיב עמלות מינימום. התשלום של עמלת מינימום הנו תקין, אך יש לקחת בחשבון שהדבר יכול לגרום לעסקה שלא תאושר ברגע שיש יותר ביקוש לעסקאות ביטקוין מאשר הרשת יכולה לעבד.
@@ -2176,10 +2293,30 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
%1 (%2 בלוקים)
+
+
+ יצ&ירת לא חתום
+
+
+
+ יוצר עסקת ביטקוין חתומה חלקית (PSBT) לשימוש עם ארנק %1 לא מחובר למשל, או עם PSBT ארנק חומרה תואם.
+
+
+
+ מתוך ארנק '%1'
+
+
+
+ %1 אל '%2'
+ %1 ל %2
+
+
+ האם ברצונך לשמור עסקה זו כטיוטה?
+ לשלוח?
@@ -2212,6 +2349,22 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
אימות שליחת מטבעות
+
+
+ העתקת PSBT אל לוח הגזירים
+
+
+
+ שלח
+
+
+
+ PSBT הועתקה
+
+
+
+ יתרת צפייה-בלבד
+ כתובת הנמען שגויה. נא לבדוק שוב.
@@ -2433,6 +2586,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
כתובת הביטקוין שאתה נחתמה ההודעה
+
+
+ ההודעה החתומה לאימות
+ ניתן לאמת את ההודעה כדי להבטיח שהיא נחתמה עם כתובת הביטקוין הנתונה
@@ -2465,6 +2622,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
שחרור הארנק בוטל.
+
+
+ אין שגיאה
+ המפתח הפרטי לכתובת שהוכנסה אינו זמין.
@@ -2639,13 +2800,17 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
מפתח פלט
+
+
+ (האישור לא אומת)
+ סוחר
- מטבעות מופקים חייבים להבשיל במשך %1 בלוקים לפני שניתן לבזבזם. כשהפקתם בלוק זה, הבלוק שודר לרשת לצורך הוספה לבלוקצ'יין. אם הבלוק לא יתווסף לבלוקצ'יין, מצב הבלוק ישונה ל "לא התקבל" ולא יהיה ניתן לבזבזו. מצב זה עלול לקרות כאשר שרת ביטקוין אחר מפיק בלוק בהפרש של כמה שניות משלכם.
+ מטבעות מופקים חייבים להבשיל במשך %1 בלוקים לפני שניתן לבזבזם. כשהפקתם בלוק זה, הבלוק שודר לרשת לצורך הוספה לבלוקצ'יין. אם הבלוק לא יתווסף לבלוקצ'יין, מצב הבלוק ישונה ל"לא התקבל" ולא יהיה ניתן לבזבזו. מצב זה עלול לקרות כאשר צומת אחרת מפיקה בלוק בהפרש של כמה שניות משלכם.
@@ -2962,6 +3127,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
סגירת ארנק
+
+
+ האם את/ה בטוח/ה שברצונך לסגור את הארנק <i>%1</i>?
+ סגירת הארנק למשך זמן רב מדי יכול לגרור את הצורך לסינכרון מחדש של כל השרשרת אם אופצית הגיזום אקטיבית.
@@ -2990,7 +3159,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- להגדיל את העמלה?
+ האם ברצונך להגדיל את העמלה?
@@ -3008,6 +3177,14 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
אישור הקפצת עמלה
+
+
+ לא ניתן לשמור את העסקה כטיוטה.
+
+
+
+ PSBT הועתקה
+ אי אפשר לחתום על ההעברה.
@@ -3230,6 +3407,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
איתחול של תהליך בדיקות השפיות נכשל. %s בתהליך סגירה.
+
+
+ הרשאת P2P שגויה: '%s'
+ סכום שגוי עבור -%s=<amount>: '%s'
@@ -3246,6 +3427,14 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
התיקיה שהוגדרה "%s" לא קיימת.
+
+
+ כתובת לא ידועה מסוג "%s"
+
+
+
+ סוג שינוי לא ידוע: "%s"
+ שדרוג מאגר נתוני txindex
@@ -3367,6 +3556,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
עליך לציין פתחה עם -whitebind: '%s'
+
+
+ מצב מצומצם לא ניתן לשימוש עם blockfilterindex
+ הורדת -maxconnections מ %d ל %d, עקב מגבלות מערכת.
diff --git a/src/qt/locale/bitcoin_hi.ts b/src/qt/locale/bitcoin_hi.ts
index bf67fd01f5..841d2ca4dd 100644
--- a/src/qt/locale/bitcoin_hi.ts
+++ b/src/qt/locale/bitcoin_hi.ts
@@ -3,11 +3,11 @@
AddressBookPage
- पते या लेबल को संपादित करने के लिए दाहिना-क्लिक करें
+ एड्रेस या लेबल को बदलने के लिए राइट-क्लिक करें
- एक नया पता बनाएं
+ नया एड्रेस बनाएं
@@ -15,7 +15,7 @@
- चुनिन्दा पते को सिस्टम क्लिपबोर्ड पर कापी करे !
+ चुने हुए एड्रेस को सिस्टम क्लिपबोर्ड पर कॉपी करें
@@ -23,15 +23,15 @@
- सी&लूज़
+ &बंद करें
- सूची से वर्तमान में चयनित पता हटाएं
+ चुने हुए एड्रेस को सूची से हटाएं
- ढूँदने के लिए कृपा करके पता या लेबल टाइप करे !
+ ढूंढने के लिए एड्रेस या लेबल दर्ज करें
@@ -43,47 +43,55 @@
- &मिटाए !!
+ &मिटाए
- सिक्कों को भेजने के लिए पता चुनें
+ कॉइन भेजने के लिए एड्रेस चुनें
- सिक्कों को प्राप्त करने के लिए पता चुनें
+ कॉइन प्राप्त करने के लिए एड्रेस चुनें
+
+
+
+ &चुनें
- सभी पते भेज रहा है
+ एड्रेस भेजे जा रहें हैं
- पतों को प्राप्त कर रहा है
+ एड्रेस प्राप्त किए जा रहें हैं
- ये भुगतान भेजने के लिए ये आपके बिटकॉइन पते हैं। हमेशा सिक्के भेजने से पहले राशि और प्राप्तकर्ता पते की जांच करें।
+ भुगतान करने के लिए ये आपके बिटकॉइन एड्रेस हैं। कॉइन भेजने से पहले राशि और गंतव्य एड्रेस की हमेशा जाँच करें
+
+
+
+ भुगतान प्राप्त करने के लिए ये आपके बिटकॉइन एड्रेस हैं। नया एड्रेस बनाने के लिए रिसीव टैब में 'नया एड्रेस बनाएं' बटन का प्रयोग करें
- &पता कॉपी करें
+ &एड्रेस कॉपी करें
- प्रतिलिप करे और चिन्हित करें
+ कॉपी &लेबल
- &संशोधित करें
+ &बदलाव करें
- निर्यात पता सूची
+ एड्रेस की सूची निर्यात करें
- कोमा द्वारा अलग की गई फ़ाइल (* .csv)
+ कौमा सेपरेटेड फाइल (* .csv)
@@ -91,22 +99,22 @@
- पता सूची को %1 में सहेजने का प्रयास करने में त्रुटि हुई। कृपया पुन: प्रयास करें।
+ एड्रेस की सूची को %1 में सहेजने का प्रयास करने में त्रुटि हुई। कृपया पुन: प्रयास करें।AddressTableModel
- परचा
+ लेबल
- पता
+ एड्रेस
- (कोई परचा नहीं )
+ (लेबल नहीं है)
@@ -117,15 +125,19 @@
- पहचान शब्द/अक्षर डालिए !
+ पासफ्रेज़ दर्ज करें
- नया पहचान शब्द/अक्षर डालिए !
+ नया पासफ्रेज़
- दोबारा नया पहचान शब्द/अक्षर डालिए !
+ नया पासफ्रेज़ दोबारा दर्ज करें
+
+
+
+ पासफ्रेज़ उजागर करे
@@ -167,27 +179,87 @@
वॉलेट को एन्क्रिप्ट किया गया है
+
+
+ वॉलेट में नया सुरक्षा संवाद दर्ज करें | कृपया दस या उससे अधिक, या फिर आठ या उससे अधिक अव्यवस्थित अंको से ही अपना सुरक्षा संवाद बनाएं ।
+
+
+
+ वॉलेट में पुराना एवं नया सुरक्षा संवाद दर्ज करें ।
+
+
+
+ याद रखें कि अपने बटुए (वॉलेट) एन्क्रिप्ट करना आपके कंप्यूटर को संक्रमित करने वाले मैलवेयर द्वारा आपके बिटकॉइन को चोरी होने से पूरी तरह से सुरक्षित नहीं कर सकता है।
+
+
+
+ बटुए "वॉलेट" को एन्क्रिप्ट किया जाना है
+
+
+
+ आपका बटुआ "वॉलेट" एन्क्रिप्टेड होने वाला है।
+
+
+
+ आपका बटुआ "वॉलेट" एन्क्रिप्ट हो गया है।
+
+
+
+ महत्वपूर्ण: किसी भी पिछले बैकअप को आपने अपनी वॉलेट फ़ाइल से बनाया था, उसे नए जनरेट किए गए एन्क्रिप्टेड वॉलेट फ़ाइल से बदल दिया जाना चाहिए। सुरक्षा कारणों से, अनएन्क्रिप्टेड वॉलेट फ़ाइल के पिछले बैकअप बेकार हो जाएंगे जैसे ही आप नए, एन्क्रिप्टेड वॉलेट का उपयोग करना शुरू करते हैं।
+ वॉलेट एन्क्रिप्शन विफल रहा
+
+
+ आंतरिक त्रुटि के कारण वॉलेट एन्क्रिप्शन विफल रहा। आपका वॉलेट "बटुआ" एन्क्रिप्ट नहीं किया गया था।
+
+
+
+ आपूर्ति किए गए पासफ़्रेज़ मेल नहीं खाते हैं।
+ वॉलेट अनलॉक विफल रहा
+
+
+ वॉलेट डिक्रिप्शन के लिए दर्ज किया गया पासफ़्रेज़ गलत था।
+ वॉलेट डिक्रिप्शन विफल
-
+
+
+ वॉलेट पासफ़्रेज़ को सफलतापूर्वक बदल दिया गया था।
+
+
+
+ चेतावनी: कैप्स लॉक कुंजी चालू है!
+
+
BanTableModel
-
+
+
+ आईपी /नेटमास्क "Netmask"
+
+
+
+ तक बैन कर दिया
+
+
BitcoinGUI
+
+
+ हस्ताक्षर और संदेश ...
+
- नेटवर्क से समकालिक (मिल) रहा है ...
+ नेटवर्क से समकालिकरण जारी है ...
@@ -214,14 +286,38 @@
अप्लिकेशन से बाहर निकलना !
+
+
+ और %1 के बारे में
+
+
+
+ %1 के बारे में जानकारी दिखाएं
+
+
+
+ के बारे में और क्यूटी "Qt"
+
+
+
+ क्यूटी "Qt" के बारे में जानकारी दिखाएँ
+ &विकल्प
+
+
+ और वॉलेट को गोपित "एन्क्रिप्ट" करें
+ &बैकप वॉलेट
+
+
+ और पासफ़्रेज़ बदलें
+ तिजोरी
@@ -564,7 +660,15 @@
TransactionDesc
- taareek
+ दिनांक
+
+
+
+ स्रोत
+
+
+
+ उत्पन्न
@@ -653,6 +757,10 @@
bitcoin-core
+
+
+ यह एक पूर्व-रिलीज़ परीक्षण बिल्ड है - अपने जोखिम पर उपयोग करें - खनन या व्यापारी अनुप्रयोगों के लिए उपयोग न करें
+ ब्लॉक्स जाँचे जा रहा है...
diff --git a/src/qt/locale/bitcoin_hu.ts b/src/qt/locale/bitcoin_hu.ts
index 34c8b91844..e8c13c3c27 100644
--- a/src/qt/locale/bitcoin_hu.ts
+++ b/src/qt/locale/bitcoin_hu.ts
@@ -3,7 +3,7 @@
AddressBookPage
- A cím vagy címke szerkeszteséhez kattintson a jobb gombbal
+ A cím vagy címke szerkesztéséhez kattints a jobb gombbal
@@ -481,6 +481,14 @@
Naprakész
+
+
+ Csomópont ablak
+
+
+
+ Nyisd meg a hibaellenőrző és diagnosztizáló konzolt.
+ &Küldő címek
@@ -549,6 +557,10 @@
Hiba: %1
+
+
+ Vigyázz: %1
+
@@ -805,6 +817,10 @@
A tárcához tartozó privát kulcsok letiltása. Azok a tárcák, melyeknél a privát kulcsok le vannak tiltva, nem tartalmaznak privát kulcsokat és nem tartalmazhatnak HD magot vagy importált privát kulcsokat. Ez azoknál a tárcáknál ideális, melyeket csak megfigyelésre használnak.
+
+
+ Kapcsold ki a Privát Kódot
+ Üres tárca készítése. Az üres tárcák kezdetben nem tartalmaznak privát kulcsokat vagy szkripteket. Később lehetséges a privát kulcsok vagy címek importálása avagy egy HD mag beállítása.
@@ -813,7 +829,11 @@
Üres tárca készítése
-
+
+
+ Létrehozás
+
+
EditAddressDialog
@@ -1020,9 +1040,17 @@
Elrejtés
+
+
+ Kilépés
+ OpenURIDialog
+
+
+ Nyisd meg a bitcoin címedet
+ URI:
@@ -1407,6 +1435,10 @@
URI kezelés
+
+
+ 'bitcoin://' nem érvényes egységes erőforrás azonosító (URI). Használd helyette a 'bitcoin'-t.
+ A BIP70 széleskörű biztonsági hiányosságai következtében határozottan ajánljuk, hogy hagyjon figyelmen kívül bármiféle kereskedelmi utasítást, amely a tárca váltására készteti.
@@ -1572,6 +1604,10 @@
Hiba lépett fel az URI QR kóddá alakításakor.
+
+
+ QR kód támogatás nem elérhető.
+ QR Kód Mentése
@@ -1607,6 +1643,10 @@
Adatkönyvtár
+
+
+ Blokk könyvtár
+ Bekapcsolás ideje
@@ -1647,6 +1687,10 @@
Tárca:
+
+
+ (nincs)
+ &Visszaállítás
@@ -1699,6 +1743,10 @@
User Agent
+
+
+ Csomópont ablak
+ A %1 debug log fájl megnyitása a jelenlegi könyvtárból. Ez néhány másodpercig eltarthat nagyobb log fájlok esetén.
@@ -2155,6 +2203,14 @@
Por-határ:
+
+
+ Rejtsd el a tranzakciós költségek beállításait
+
+
+
+ A túl alacsony illeték a tranzakció soha be nem teljesülését eredményezheti (olvassa el az elemleírást)
+ Várható megerősítési idő:
@@ -2231,14 +2287,30 @@
Később növelheti a tranzakció díját (lásd Replace-By-Fee, BIP-125).
+
+
+ Kérjük, hogy ellenőrizze le a tranzakcióját.
+ Tranzakciós díj
+
+
+ Teljes összeg
+
+
+
+ A címzett lista ellenőrzéséhez kattintson a "További részletek" gombra.
+ Összeg küldésének megerősítése
+
+
+ Küldés
+ A fogadó címe érvénytelen. Kérem ellenőrizze.
@@ -2488,6 +2560,10 @@
Tárca megnyitása megszakítva
+
+
+ Nincs hiba
+ A megadott cím privát kulcsa nem található.
@@ -2646,10 +2722,18 @@
Tranzakció teljes mérete
+
+
+ A tranzakció virtuális mérete
+ Indeks izhoda
+
+
+ (A tanúsítvány nem ellenőrzött)
+ Kereskedő
@@ -3058,7 +3142,11 @@
A tárca adatai sikeresen elmentve %1.
-
+
+
+ Bezárás
+
+
bitcoin-core
@@ -3193,6 +3281,10 @@
Helytelen vagy nemlétező genézis blokk. Helytelen hálózati adatkönyvtár?
+
+
+ Érvénytelen P2P jog: '%s'
+ Neveljavna količina za -%s=<amount>: '%s'
@@ -3205,10 +3297,18 @@
Neveljavna količina za -fallbackfee=<amount>: '%s'
+
+
+ Ismeretlen cím típus '%s'
+ P2P címek betöltése...
+
+
+ Hiba: A lemezen kevés hely elérhető!
+ Tiltólista betöltése...
diff --git a/src/qt/locale/bitcoin_id.ts b/src/qt/locale/bitcoin_id.ts
index e7be7825fc..09d3b87bca 100644
--- a/src/qt/locale/bitcoin_id.ts
+++ b/src/qt/locale/bitcoin_id.ts
@@ -481,6 +481,14 @@
Terbaru
+
+
+ Jendela Node
+
+
+
+ Buka konsol debug dan diagnosa node
+ Address &Pengirim
@@ -489,6 +497,10 @@
Address &Penerima
+
+
+ Buka URI bitcoin:
+ Buka Wallet
@@ -1049,6 +1061,14 @@
Sembunyikan
+
+
+ Keluar
+
+
+
+ %1 menyinkronkan. Program ini akan mengunduh header dan blok dari rekan dan memvalidasi sampai blok terbaru.
+ Tidak diketahui. Sinkronisasi Header (%1, %2%)...
@@ -1056,6 +1076,10 @@
OpenURIDialog
+
+
+ Buka URI bitcoin:
+ URI:
@@ -1448,6 +1472,10 @@
'bitcoin://' bukanlah alamat URI yang valid. Silakan gunakan 'bitcoin:'.
+
+
+ Tidak dapat memproses pembayaran karena dukungan BIP70 tidak disertakan.
+ Berhubung kelemahan keamanan yang meluas di BIP70, sangat disarankan agar instruksi pedagang untuk mengganti dompet diabaikan.
@@ -1766,6 +1794,10 @@
+
+
+ Jendela Node
+ Buka file log debug %1 dari direktori data saat ini. Dapat memakan waktu beberapa detik untuk file log besar.
@@ -1973,6 +2005,10 @@
Nilai permintaan opsional. Biarkan ini kosong atau nol bila tidak meminta nilai tertentu.
+
+
+ Label fakultatif untuk menghubungkan dengan alamat penerima baru (anda menggunakannya untuk mengindetifikasi faktur). Itu juga dilampirkan pada permintaan pembayaran.
+ &Create alamat penerima baru
@@ -2226,6 +2262,10 @@ Catatan: Karena biaya dihitung berdasarkan per byte, biaya "100 satoshi per kB"
Dust:
+
+
+ Sembunyikan pengaturan biaya transaksi
+ Ketika volume transaksi lebih sedikit daripada ruang di blok, penambang serta simpul yang menyiarkanikan dapat memberlakukan biaya minimum. Anda boleh hanya membayar biaya minimum, tetapi perlu diketahui bahwa ini dapat menghasilkan transaksi yang tidak pernah dikonfirmasi setelah ada lebih banyak permintaan untuk transaksi bitcoin daripada yang dapat diproses jaringan.
@@ -2306,6 +2346,10 @@ Catatan: Karena biaya dihitung berdasarkan per byte, biaya "100 satoshi per kB"
%1 ke %2
+
+
+ Apakah anda ingin menjadikan transaksi ini sebagai konsep?
+ Apakah anda yakin ingin mengirimkan?
@@ -2342,6 +2386,26 @@ Catatan: Karena biaya dihitung berdasarkan per byte, biaya "100 satoshi per kB"
Konfirmasi pengiriman koin
+
+
+ Konfirmasi proposal transaksi
+
+
+
+ Salin PSBT ke papan klip
+
+
+
+ Kirim
+
+
+
+ PSBT disalin
+
+
+
+ Saldo (hanya lihat):
+ Alamat penerima tidak sesuai. Mohon periksa kembali.
@@ -2433,6 +2497,10 @@ Catatan: Karena biaya dihitung berdasarkan per byte, biaya "100 satoshi per kB"
Hapus masukan ini
+
+
+ Jumlah yang ingin dikirim dalam unit yang dipilih
+ Biaya akan diambil dari jumlah yang dikirim. Penerima akan menerima bitcoin lebih sedikit daripada yang di masukkan di bidang jumlah. Jika ada beberapa penerima, biaya dibagi rata.
@@ -2555,6 +2623,10 @@ Catatan: Karena biaya dihitung berdasarkan per byte, biaya "100 satoshi per kB"
Alamat Bitcoin yang menandatangani pesan
+
+
+ Pesan yang ditandatangani untuk diverifikasi
+ Verifikasi pesan untuk memastikannya ditandatangani dengan alamat Bitcoin tersebut
@@ -2587,6 +2659,10 @@ Catatan: Karena biaya dihitung berdasarkan per byte, biaya "100 satoshi per kB"
Pembukaan kunci dompet dibatalkan.
+
+
+ Tidak ada kesalahan
+ Private key untuk alamat yang dimasukkan tidak tersedia.
@@ -2637,10 +2713,22 @@ Catatan: Karena biaya dihitung berdasarkan per byte, biaya "100 satoshi per kB"
Buka sampai %1
+
+
+ Konflik dengan sebuah transaksi dengan %1 konfirmasi
+ 0/belum dikonfirmasi, %1
+
+
+ Dalam pool memory
+
+
+
+ Tidak dalam pool memory
+ %1/belum dikonfirmasi
@@ -2661,10 +2749,30 @@ Catatan: Karena biaya dihitung berdasarkan per byte, biaya "100 satoshi per kB"
Sumber
+
+
+ Dihasilkan
+
+
+
+ Dari
+ tidak diketahui
+
+
+ Untuk
+
+
+
+ alamat milik sendiri
+
+
+
+ hanya-melihat
+ label
@@ -2693,6 +2801,10 @@ Catatan: Karena biaya dihitung berdasarkan per byte, biaya "100 satoshi per kB"
Biaya Transaksi
+
+
+ Jumlah bersih
+ Pesan
@@ -2705,6 +2817,26 @@ Catatan: Karena biaya dihitung berdasarkan per byte, biaya "100 satoshi per kB"
ID Transaksi
+
+
+ Ukuran transaksi total
+
+
+
+ Ukuran transaksi virtual
+
+
+
+ Indeks outpu
+
+
+
+ (Sertifikat tidak diverifikasi)
+
+
+
+ Penjual
+ Informasi debug
@@ -2713,6 +2845,10 @@ Catatan: Karena biaya dihitung berdasarkan per byte, biaya "100 satoshi per kB"
Transaksi
+
+
+ Input
+ Jumlah
@@ -2751,6 +2887,10 @@ Catatan: Karena biaya dihitung berdasarkan per byte, biaya "100 satoshi per kB"
Label
+
+
+ Buka %n untuk blok lebih
+ Buka sampai %1
@@ -2759,6 +2899,22 @@ Catatan: Karena biaya dihitung berdasarkan per byte, biaya "100 satoshi per kB"
Belum dikonfirmasi
+
+
+ yang ditelantarkan
+
+
+
+ Dikonfirmasi (%1 konfirmasi)
+
+
+
+ Bertentangan
+
+
+
+ Dihasilkan tapi tidak diterima
+ Diterima dengan
@@ -2771,10 +2927,26 @@ Catatan: Karena biaya dihitung berdasarkan per byte, biaya "100 satoshi per kB"
Dikirim ke
+
+
+ Pembayaran untuk diri sendiri
+
+
+
+ Ditambang
+
+
+
+ hanya-melihat
+ (tidak ada label)
+
+
+ Status transaksi. Arahkan kursor ke bidang ini untuk menampilkan jumlah konfirmasi.
+ Tanggal dan waktu transaksi telah diterima.
@@ -2783,7 +2955,19 @@ Catatan: Karena biaya dihitung berdasarkan per byte, biaya "100 satoshi per kB"
Tipe transaksi.
-
+
+
+ Apakah alamat hanya-melihat terlibat dalam transaksi ini atau tidak.
+
+
+
+ maksud/tujuan transaksi yang ditentukan pengguna.
+
+
+
+ Jumlah dihapus dari atau ditambahkan ke saldo.
+
+
TransactionView
@@ -2810,6 +2994,10 @@ Catatan: Karena biaya dihitung berdasarkan per byte, biaya "100 satoshi per kB"
Tahun ini
+
+
+ Jarak...
+ Diterima dengan
@@ -2818,6 +3006,14 @@ Catatan: Karena biaya dihitung berdasarkan per byte, biaya "100 satoshi per kB"
Dikirim ke
+
+
+ Untuk diri sendiri
+
+
+
+ Ditambang
+ Lainnya
@@ -2854,6 +3050,10 @@ Catatan: Karena biaya dihitung berdasarkan per byte, biaya "100 satoshi per kB"
Salain ID Transaksi
+
+
+ Salin transaksi yang belum diproses
+ Salin detail transaksi
@@ -2878,6 +3078,10 @@ Catatan: Karena biaya dihitung berdasarkan per byte, biaya "100 satoshi per kB"
Terkonfirmasi
+
+
+ Hanya-melihat
+ Tanggal
@@ -2902,30 +3106,66 @@ Catatan: Karena biaya dihitung berdasarkan per byte, biaya "100 satoshi per kB"
Mengekspor Gagal
+
+
+ Terjadi kesalahan saat mencoba menyimpan riwayat transaksi ke %1.
+ Ekspor Berhasil
-
+
+
+ Riwayat transaksi berhasil disimpan ke %1.
+
+
+
+ Jarak:
+
+
+
+ untuk
+
+
UnitDisplayStatusBarControl
-
+
+
+ Unit untuk menunjukkan jumlah. Klik untuk memilih unit lain.
+
+
WalletControllerTutup wallet
-
+
+
+ Apakah anda yakin ingin menutup dompet <i>%1</i>?
+
+
+
+ Menutup dompet terlalu lama dapat menyebabkan harus menyinkron ulang seluruh rantai jika pemangkasan diaktifkan.
+
+
WalletFrame
-
+
+
+ Tidak ada dompent yang dimuat.
+
+
WalletModelKirim Koin
+
+
+ Kesalahan biaya tagihan
+ Gagal meningkatkan biaya transaksi
@@ -2934,6 +3174,10 @@ Catatan: Karena biaya dihitung berdasarkan per byte, biaya "100 satoshi per kB"
Apa Anda ingin meningkatkan biayanya?
+
+
+ Apakah anda ingin membuat draf transaksi dengan kenaikan biaya?
+ Biaya saat ini:
@@ -2946,6 +3190,26 @@ Catatan: Karena biaya dihitung berdasarkan per byte, biaya "100 satoshi per kB"
Biaya baru:
+
+
+ Konfirmasi biaya tambahan
+
+
+
+ Tidak dapat membuat konsep transaksi.
+
+
+
+ PSBT disalin
+
+
+
+ Tidak dapat menandatangani transaksi.
+
+
+
+ Tidak dapat melakukan transaksi
+ wallet default
@@ -2961,14 +3225,30 @@ Catatan: Karena biaya dihitung berdasarkan per byte, biaya "100 satoshi per kB"
Ekspor data dalam tab sekarang ke sebuah berkas
+
+
+ Cadangkan Dompet
+
+
+
+ Data Dompet (*.dat)
+ Pencadangan Gagal
+
+
+ Terjadi kesalahan saat mencoba menyimpan data dompet ke %1.
+ Pencadangan Berhasil
+
+
+ Data dompet berhasil disimpan ke %1.
+ Batal
@@ -2976,6 +3256,66 @@ Catatan: Karena biaya dihitung berdasarkan per byte, biaya "100 satoshi per kB"
bitcoin-core
+
+
+ Didistribusikan di bawah lisensi perangkat lunak MIT, lihat berkas terlampir %s atau %s
+
+
+
+ Pemangkasan dikonfigurasikan di bawah minimum dari %d MiB. Harap gunakan angka yang lebih tinggi.
+
+
+
+ Pemangkasan: sinkronisasi dompet terakhir melampaui data yang sudah dipangkas. Anda perlu -reindex (unduh seluruh blockchain lagi jika terjadi node pemangkasan)
+
+
+
+ Error: Kesalahan internal fatal terjadi, lihat debug.log untuk detailnya
+
+
+
+ Memangkas blockstore...
+
+
+
+ Tidak dapat memulai server HTTP. Lihat log debug untuk detailnya.
+
+
+
+ Pengembang %s
+
+
+
+ Tidak dapat memperoleh kunci pada direktori data %s. %s mungkin sudah berjalan.
+
+
+
+ Kesalahan membaca %s! Semua kunci dibaca dengan benar, tetapi data transaksi atau entri buku alamat mungkin hilang atau salah.
+
+
+
+ Periksa apakah tanggal dan waktu komputer anda benar! Jika jam anda salah, %s tidak akan berfungsi dengan baik.
+
+
+
+ Silakan berkontribusi jika %s berguna. Kunjungi %s untuk informasi lebih lanjut tentang perangkat lunak.
+
+
+
+ Blok basis data berisi blok yang tampaknya berasal dari masa depan. Ini mungkin karena tanggal dan waktu komputer anda diatur secara tidak benar. Bangun kembali blok basis data jika anda yakin tanggal dan waktu komputer anda benar
+
+
+
+ Ini adalah uji coba pra-rilis - gunakan dengan risiko anda sendiri - jangan digunakan untuk aplikasi penambangan atau penjual
+
+
+
+ Peringatan: Jaringan tampaknya tidak sepenuhnya setuju! Beberapa penambang tampaknya mengalami masalah.
+
+
+
+ Peringatan: Kami tampaknya tidak sepenuhnya setuju dengan peers kami! Anda mungkin perlu memutakhirkan, atau nodes lain mungkin perlu dimutakhirkan.
+ Menemukan database blok yang rusak
@@ -3008,26 +3348,128 @@ Catatan: Karena biaya dihitung berdasarkan per byte, biaya "100 satoshi per kB"
Tidak bisa cari blok pertama, atau blok pertama salah. Salah direktori untuk jaringan?
+
+
+ Memuat alamat P2P....
+ Eror: Kapasitas penyimpanan penuh!
+
+
+ Memuat banlist...
+ Deskripsi berkas tidak tersedia dengan cukup.
+
+
+ Pemangkasan tidak dapat dikonfigurasi dengan nilai negatif.
+
+
+
+ Kode sumber tersedia dari %s.
+
+
+
+ Biaya transaksi dan kalkulasi perubahan gagal
+
+
+
+ Tidak dapat mengikat ke %s di komputer ini. %s mungkin sudah berjalan.
+
+
+
+ Tidak dapat menghasilkan kunci
+
+
+
+ Kategori logging yang tidak didukung %s=%s.
+
+
+
+ Memutakhirkan basis data UTXO
+
+
+
+ Komentar Agen Pengguna (%s) berisi karakter yang tidak aman.
+ Blok-blok sedang diverifikasi...
+
+
+ Dompet harus ditulis ulang: mulai ulang %s untuk menyelesaikan
+
+
+
+ Error: Mendengarkan koneksi yang masuk gagal (dengarkan kesalahan yang dikembalikan %s)
+
+
+
+ Jumlah transaksi terlalu kecil untuk dikirim setelah biaya dikurangi
+
+
+
+ Anda perlu membangun kembali basis data menggunakan -reindex untuk kembali ke mode tidak dipangkas. Ini akan mengunduh ulang seluruh blockchain
+
+
+
+ Kesalahan membaca dari basis data, mematikan.
+
+
+
+ Kesalahan memutakhirkan basis data chainstate
+ Eror: Kapasitas penyimpanan penuh untuk %s
+
+
+ Alamat -onion atau hostname tidak valid: '%s'
+
+
+
+ Alamat proxy atau hostname tidak valid: '%s'
+
+
+
+ Netmask tidak valid yang ditentukan di -whitelist: '%s'
+
+
+
+ Perlu menentukan port dengan -whitebind: '%s'
+
+
+
+ Mode pemangkasan tidak kompatibel dengan -blockfilterindex.
+
+
+
+ Bagian [%s] tidak dikenali.
+ Tandatangani transaksi tergagal
+
+
+ Berkas konfigurasi %s yang ditentukan tidak ada
+
+
+
+
+ Jumlah transaksi terlalu kecil untuk membayar biaya ongkos
+
+
+
+ Ini adalah perangkat lunak eksperimental.
+ Nilai transaksi terlalu kecil
@@ -3036,10 +3478,46 @@ Catatan: Karena biaya dihitung berdasarkan per byte, biaya "100 satoshi per kB"
Transaksi terlalu besar
+
+
+ Memverifikasi dompet...
+ Setiap transaksi dalam dompet sedang di-'Zap'...
+
+
+ %s diset sangat tinggi!
+
+
+
+ Terjadi kesalahan saat memuat dompet %s duplikat -wallet nama file yang diterapkan
+
+
+
+ Dompet akan menghindari pembayaran kurang dari biaya minimum ongkos relay.
+
+
+
+ Ini adalah ongkos transaksi minimum yang anda bayarkan untuk setiap transaksi.
+
+
+
+ Ini adalah ongkos transaksi yang akan anda bayarkan jika anda mengirim transaksi.
+
+
+
+ Jumlah transaksi tidak boleh negatif
+
+
+
+ Transaksi mempunyai rantai mempool yang terlalu panjang
+
+
+
+ Transaksi harus mempunyai paling tidak satu penerima
+ Jaringan tidak diketahui yang ditentukan dalam -onlynet: '%s'
@@ -3048,6 +3526,14 @@ Catatan: Karena biaya dihitung berdasarkan per byte, biaya "100 satoshi per kB"
Saldo tidak mencukupi
+
+
+ Peringatan: Kunci pribadi terdeteksi di dompet {%s} dengan kunci pribadi yang dinonaktifkan
+
+
+
+ Tidak dapat menulis ke direktori data '%s'; periksa izinnya.
+ Memuat indeks blok...
diff --git a/src/qt/locale/bitcoin_is.ts b/src/qt/locale/bitcoin_is.ts
index 6eb5c10107..25fe30bbdd 100644
--- a/src/qt/locale/bitcoin_is.ts
+++ b/src/qt/locale/bitcoin_is.ts
@@ -167,6 +167,10 @@
Veski dulkóðað
+
+
+ Veski sem á að dulkóða
+ MIKILVÆGT: Nýja dulkóðaða veskisskráin þarf að koma í staðinn fyrir öll fyrri afrit sem þú hefur gert af upprunalegu veskisskránni. Af öryggisástæðum munu öll fyrri afrit af ódulkóðaða veskinu verða óvirk um leið og þú byrjar að nota nýja, dulkóðaða veskið.
diff --git a/src/qt/locale/bitcoin_it.ts b/src/qt/locale/bitcoin_it.ts
index 2cd0941a8c..a8137d3031 100644
--- a/src/qt/locale/bitcoin_it.ts
+++ b/src/qt/locale/bitcoin_it.ts
@@ -1789,6 +1789,14 @@ Per specificare più URL separarli con una barra verticale "|".
Blocchi sincronizzati
+
+
+ Il Sistema Autonomo mappato utilizzato per diversificare la selezione dei peer.
+
+
+
+ AS mappato
+ User Agent
diff --git a/src/qt/locale/bitcoin_ja.ts b/src/qt/locale/bitcoin_ja.ts
index ea1bf17838..e40e5ec4fb 100644
--- a/src/qt/locale/bitcoin_ja.ts
+++ b/src/qt/locale/bitcoin_ja.ts
@@ -67,7 +67,7 @@
- これらは、あなたが知っている支払い送り先の Bitcoin アドレスです。コインを送る前に、必ず金額と送金先アドレスを確認してください。
+ これらは、あなたが知っている送信先の Bitcoin アドレスです。コインを送る前に必ず、金額と受取用アドレスを確認してください。
@@ -91,7 +91,7 @@
- テキスト CSV (*.csv)
+ CSVファイル (*.csv)
@@ -114,7 +114,7 @@
- (ラベル無し)
+ (ラベル無し)
@@ -133,7 +133,7 @@
- 新しいパスフレーズをもう一度
+ 新しいパスフレーズをもう一度入力
@@ -169,7 +169,7 @@
- 警告: もしもあなたのウォレットを暗号化してパスフレーズを忘れてしまったら、<b>あなたの Bitcoin はすべて失われます</b>!
+ 警告: ウォレットの暗号化後にパスフレーズを忘れてしまった場合、<b>あなたの Bitcoin はすべて失われます</b>!
@@ -206,7 +206,7 @@
- 重要: 今までに作成されたウォレット ファイルのバックアップは、暗号化された新しいウォレット ファイルに置き換える必要があります。セキュリティ上の理由により、暗号化された新しいウォレットを使い始めると、暗号化されていないウォレット ファイルのバックアップはすぐに使えなくなります。
+ 重要: 今までに作成されたウォレットファイルのバックアップは、暗号化された新しいウォレットファイルに置き換える必要があります。セキュリティ上の理由により、暗号化された新しいウォレットを使い始めると、暗号化されていないウォレットファイルのバックアップはすぐに使えなくなります。
@@ -392,7 +392,7 @@
- メイン ウインドウを表示または非表示する
+ メインウィンドウを表示または非表示にする
@@ -400,7 +400,7 @@
- Bitcoin アドレスでメッセージに署名して、アドレスを所有していることを証明する
+ Bitcoin アドレスでメッセージに署名することで、そのアドレスの所有権を証明する
@@ -424,7 +424,7 @@
- 支払いをリクエストする (QRコードと bitcoin: URIを生成する)<
+ 支払いをリクエストする(QRコードと bitcoin:で始まるURIを生成する)
@@ -482,6 +482,10 @@
ブロックは最新
+
+
+ ノードウィンドウ
+ ノードのデバッグ・診断コンソールを開く
@@ -516,7 +520,7 @@
- %1 のヘルプ メッセージを表示して、使用可能な XPChain のコマンドライン オプションの一覧を見る。
+ %1 のヘルプ メッセージを表示し、使用可能な Bitcoin のコマンドラインオプション一覧を見る。
@@ -528,7 +532,7 @@
- ウインドウ (&W)
+ ウィンドウ (&W)
@@ -731,7 +735,7 @@
- 手数料をコピーす
+ 手数料をコピー
@@ -767,11 +771,11 @@
- ひとつの入力につき %1 satoshi 前後ずれることがあります。
+ インプット毎に %1 satoshi 前後変動する場合があります。
- (ラベル無し)
+ (ラベル無し)
@@ -779,7 +783,7 @@
- (おつり)
+ (おつり)
@@ -895,7 +899,7 @@
FreespaceChecker
- 新しいデータ ディレクトリが作成されます。
+ 新しいデータディレクトリが作成されます。
@@ -926,7 +930,7 @@
- コマンドライン オプション
+ コマンドラインオプション
@@ -945,7 +949,7 @@
- OKをクリックすると、%1 は %4 がリリースされた%3年最初の取引からの完全な %4 ブロックチェーン(%2GB)のダウンロードおよび処理を開始します。
+ OKをクリックすると、%1 は %4 がリリースされた%3年における最初の取引からの完全な %4 ブロックチェーン(%2GB)のダウンロードおよび処理を開始します。
@@ -961,11 +965,11 @@
- デフォルトのデータ ディレクトリを使用
+ デフォルトのデータディレクトリを使用
- カスタム データ ディレクトリを使用:
+ カスタムデータディレクトリを使用:
@@ -973,7 +977,7 @@
- 最新の%1 GBを除いて、検証後にブロックを破棄 (剪定する)
+ 最新の%1 GBを除き、検証後にブロックを破棄する(剪定する)
@@ -1024,7 +1028,7 @@
- まだ表示されていない取引が関係する Bitcoin を使用しようとすると、ネットワークから認証を受けられません。
+ まだ表示されていない取引が関係する Bitcoin の使用を試みた場合、ネットワークから認証を受けられません。
@@ -1044,7 +1048,7 @@
- 一時間あたりの進捗増加
+ 一時間毎の進捗増加
@@ -1052,15 +1056,19 @@
- 同期完了までの推定残り時間
+ 同期完了までの推定時間隠す
+
+
+ Esc
+
- %1は現在同期中です。ブロック チェーンの先端に到達するまで、ピアからヘッダーとブロックをダウンロードし検証します。
+ %1は現在同期中です。ブロックチェーンの先端に到達するまで、ピアからヘッダーとブロックをダウンロードし検証します。
@@ -1213,7 +1221,7 @@
- 未検証のお釣りを使用する(&S)
+ 未承認のお釣りを使用する(&S)
@@ -1781,10 +1789,22 @@
同期済みブロック
+
+
+ ピア選択の多様化に使用できるマップ化された自律システム。
+
+
+
+ マップ化された自律システム
+ ユーザーエージェント
+
+
+ ノードウィンドウ
+ 現在のデータディレクトリから %1 のデバッグ用ログファイルを開きます。ログファイルが巨大な場合、数秒かかることがあります。
@@ -2257,6 +2277,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
ダスト:
+
+
+ トランザクション手数料の設定を隠す
+ ブロック内の空きよりトランザクション流量が少ない場合、マイナーや中継ノードは最低限の手数料でも処理することがあります。この最低限の手数料だけを支払っても問題ありませんが、一度トランザクションの需要がネットワークの処理能力を超えてしまった場合には、トランザクションが永久に承認されなくなってしまう可能性があることにご注意ください。
@@ -2325,6 +2349,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
%1 (%2 ブロック)
+
+
+ 未署名で作成
+ オフライン%1ウォレットまたはPSBTに対応したハードウェアウォレットと合わせて使用するためのPSBT(部分的に署名されたトランザクション)を作成します。
@@ -2341,10 +2369,18 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
%1 送金先: %2
+
+
+ このトランザクションのひな形を作成しますか?
+ 送金してもよろしいですか?
+
+
+ トランザクション提案を確認してください。これにより、部分的に署名されたビットコイン・トランザクション(PSBT)が作成されます。これをコピーして例えばオフラインの %1 ウォレットやPSBTを扱えるハードウェアウォレットで残りの署名が出来ます。
+ または
@@ -2377,14 +2413,26 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
送金の確認
+
+
+ トランザクション提案を承認する
+ PSBTをクリップボードにコピー
+
+
+ 送金
+ PSBTがコピーされました
+
+
+ 監視限定残高
+ 送金先アドレスが不正です。再確認してください。
@@ -2480,6 +2528,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
この項目を削除
+
+
+ 送金する金額の単位を選択
+ 手数料は送金する金額から差し引かれます。送金先には金額欄で指定した額よりも少ない Bitcoin が送られます。送金先が複数ある場合は、手数料は均等に分けられます。
@@ -3185,6 +3237,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
手数料を上乗せしてもよろしいですか?
+
+
+ このトランザクションに手数料を上乗せしたひな形を作成しますか?
+ 現在の手数料:
@@ -3201,6 +3257,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
手数料上乗せの確認
+
+
+ トランザクションのひな型を作成できませんでした。
+ PSBTがコピーされました
diff --git a/src/qt/locale/bitcoin_km.ts b/src/qt/locale/bitcoin_km.ts
index e00ea3145d..4ef5205777 100644
--- a/src/qt/locale/bitcoin_km.ts
+++ b/src/qt/locale/bitcoin_km.ts
@@ -3,87 +3,110 @@
AddressBookPage
- ចុចខាងស្តាំដើម្បីកែអាស្រយដ្ឋាន ឬ ស្លាក
+ ចុចម៉ៅស្ដាំ ដើម្បីកែសម្រួលអាសយដ្ឋាន រឺស្លាក
- បង្កើតអាស្រយដ្ឋានថ្មីមួយ
+ បង្កើតអាសយដ្ឋានថ្មីមួយ
- &ថ្មី
+ ថ្មី
- ចម្លងអាសយដ្ឋានដែលបានរើស
+ ចម្លងអាសយដ្ឋានបច្ចុប្បន្នដែលបានជ្រើសទៅក្ដារតម្រៀបរបស់ប្រព័ន្ធ
- &ចម្លង
+ ចម្លង
- &បិទ
+ បិទ
- លុបអាសយដ្ឋានដែលបានរើសពីបញ្ជី
+ លុបអាសយដ្ឋានដែលបានជ្រើសពីបញ្ជី
+
+
+
+ វាយអាសយដ្ឋាន រឺស្លាកដើម្បីស្វែងរក
- នាំចេញទិន្នន័យនៃថេបបច្ចុប្បន្នទៅជាឯកសារ
+ នាំចេញទិន្នន័យនៃផ្ទាំងបច្ចុប្បន្នទៅជាឯកសារ
- &នាំចេញ
+ នាំចេញ
- &លុប
+ លុប
- ជ្រើសរើសអាស្រយដើម្បីផ្ញើរកាកជាមួយ
+ ជ្រើសរើសអាសយដ្ឋានដើម្បីផ្ញើកាក់ទៅ
- ជ្រើសរើសអាស្រយដើម្បីទទួលកាក់ជាមួយ
-
+ ជ្រើសរើសអាសយដ្ឋានដើម្បីទទួលយកកាក់ជាមួយ
- &ជ្រើសរើស
+ ជ្រើសរើស
- អាសយដ្ឋានផ្ញើ
+ អាសយដ្ឋានដែលផ្ញើ
- អាសយដ្ឋានទទួួល
+ អាសយដ្ឋានដែលទទួល
+
+
+
+ ទាំងនេះគឺជាអាសយដ្ឋាន Bitcoin របស់អ្នកសម្រាប់ធ្វើការផ្ញើការបង់ប្រាក់។ តែងតែពិនិត្យមើលចំនួនប្រាក់ និងអាសយដ្ឋានដែលទទួល មុនពេលផ្ញើប្រាក់។
+
+
+
+ ទាំងនេះគឺជាអាសយដ្ឋាន Bitcoin របស់អ្នកសម្រាប់ធ្វើការទទួលបង់ប្រាក់។ ប្រើប៊ូតុង "បង្កើតអាសយដ្ឋានទទួលថ្មី" ស្ថិតក្នុងផ្ទាំងទទួល ដើម្បីបង្កើតអាសយដ្ឋានថ្មីមួយ។
- &ចម្លងអាស្រយដ្ឋាន
+ ចម្លងអាសយដ្ឋាន
- ចម្លង&ឡាបែល
+ ចម្លង ស្លាក
- &កែ
+ កែសម្រួល
+
+
+
+ នាំចេញនូវបញ្ជីអាសយដ្ឋាន
+
+
+
+ ឯកសារបំបែកដោយក្បៀស (*.csv)
- បរាជ័យការបញ្ជូនចេញ
+ ការនាំចេញបានបរាជ័យ
-
+
+
+ ទាំងនេះជាកំហុសព្យាយាម ដើម្បីរក្សាទុកបញ្ជីអាសយដ្ឋានទៅ %1 ។ សូមព្យាយាមម្ដងទៀត។
+
+
AddressTableModel
- ឡាបែល
+ ស្លាក
@@ -91,65 +114,289 @@
- (គ្មានឡាបែល)
+ (គ្មានស្លាក)AskPassphraseDialog
+
+
+ ការហៅឃ្លាសម្ងាត់
+
- បញ្ចូលពាក្យសម្ងាត់
+ បញ្ចូលឃ្លាសម្ងាត់
- ពាក្យសម្ងាត់ថ្មី
+ ឃ្លាសម្ងាត់ថ្មី
- វាយពាក្យសម្ងាត់ម្ដងទៀត
+ ឃ្លាសម្ងាត់ថ្នីម្ដងទៀត
+
+
+
+ បង្ហាញឃ្លាសម្ងាត់
- កាបូបអែនក្រីព
+ អ៊ិនគ្រីបកាបូបចល័ត
+
+
+
+ ប្រតិបត្តិការនេះ ត្រូវការឃ្លាសម្ងាត់កាបូបចល័តរបស់អ្នក ដើម្បីដោះសោរកាបូបចល័ត។
- ដោះសោរកាបូបលុយ
+ ដោះសោរកាបូបចល័ត
+
+
+
+ ប្រតិបត្តិការនេះ ត្រូវការឃ្លាសម្ងាត់កាបូបចល័តរបស់អ្នក ដើម្បីឌិគ្រីបកាបូបចល័ត។
- កាបូប ឌីក្រីព
+ ឌិគ្រីបកាបូបចល័ត
- ប្ដូរពាក្យសម្ងាត់
+ ផ្លាស់ប្ដូរឃ្លាសម្ងាត់
- បញ្ជាក់ការសំរេចចិត្តកាបូបការអែនក្រីព
+ បញ្ជាក់ការអ៊ិនគ្រីបកាបូបចល័ត
+
+
+
+ ការព្រមាន៖ ប្រសិនបើអ្នកអ៊ិនគ្រីបកាបូបចល័តរបស់អ្នក ហើយអ្នកភ្លេចបាត់ឃ្លាសម្ងាត់ នោះអ្នកនិង <b>បាត់បង់ BITCOINS របស់អ្នកទាំងអស់</b>!
+
+
+
+ តើអ្នកពិតជាចង់អ៊ិនគ្រីបកាបូបចល័តរបស់អ្នកឬ?
- កាបូប ដែលអែនក្រីព
+ កាបូបចល័ត ដែលបានអ៊ិនគ្រីប
+
+
+
+ បញ្ចូលឃ្លាសម្ងាត់សំរាប់កាបូប។ សូមប្រើឃ្លាសម្ងាត់ពី១០ តួរឬច្រើនជាងនេះ, ឬ ៨ពាក្យឬច្រើនជាងនេះ
+
+
+
+ វាយបញ្ចូលឃ្លាសម្ងាត់ចាស់ និងឃ្លាសសម្លាត់ថ្មី សម្រាប់កាបូបចល័តរបស់អ្នក។
+
+
+
+ កាបូបចល័ត ដែលត្រូវបានអ៊ិនគ្រីប
+
+
+
+ កាបូបចល័តរបស់អ្នក ជិតត្រូវបានអ៊ិនគ្រីបហើយ។
+
+
+
+ កាបូបចល័តរបស់អ្នក ឥឡូវត្រូវបានអ៊ិនគ្រីប។
+
+
+
+ កាបូបចល័ត បានអ៊ិនគ្រីបបរាជ័យ
+
+
+
+ ការអ៊ិនគ្រីបកាបូបចល័ត បានបរាជ័យដោយសារកំហុសខាងក្នុង។ កាបូបចល័តរបស់អ្នកមិនត្រូវបានអ៊ិនគ្រីបទេ។
+
+
+
+ ឃ្លាសម្ងាត់ ដែលបានផ្គត់ផ្គង់មិនត្រូវគ្នាទេ។
- បរាជ័យដោះសោរកាបូប
+ បរាជ័យដោះសោរកាបូបចល័ត
-
+
+
+ ឃ្លាសម្ងាត់ ដែលបានបញ្ចូលសម្រាប់ការអ៊ិនគ្រីបកាបូបចល័តគឺមិនត្រឹមត្រូវទេ។
+
+
+
+ កាបូបចល័ត បានអ៊ិនគ្រីបបរាជ័យ
+
+
+
+ ឃ្លាសម្ងាត់នៃកាបូបចល័ត ត្រូវបានផ្លាស់ប្តូរដោយជោគជ័យ។
+
+
+
+ ការព្រមាន៖ ឃី Caps Lock គឺបើក!
+
+
BanTableModel
+
+
+ IP/Netmask
+
- ផ្អាកដល់
+ បានហាមឃាត់រហូតដល់BitcoinGUI
+
+
+ ស៊ីញ៉េសារ...
+
+
+
+ កំពុងធ្វើសមកាលកម្ម ជាមួយបណ្ដាញ...
+
+
+
+ ទិដ្ឋភាពទូទៅ
+
+
+
+ បង្ហាញទិដ្ឋភាពទូទៅនៃកាបូបចល័ត
+
+
+
+ ប្រតិបត្តិការ
+
+
+
+ រកមើលប្រវត្តិប្រតិបត្តិការ
+
+
+
+ ចាកចេញ
+
+
+
+ បោះបង់កម្មវិធី
+
+
+
+ អំពី %1
+
+
+
+ បង្ហាញពត៌មានអំពី %1
+
+
+
+ អំពី Qt
+
+
+
+ បង្ហាញពត៌មានអំពី Qt
+
+
+
+ ជម្រើស...
+
+
+
+ កែប្រែជម្រើសកំណត់រចនាសម្ព័ន្ធសម្រាប់ %1
+
+
+
+ អ៊ិនគ្រីបកាបូបចល័ត...
+
+
+
+ បម្រុងទុកកាបូបចល័ត...
+
+
+
+ ផ្លាស់ប្ដូរឃ្លាសម្ងាត់...
+
+
+
+ បើក URL...
+
+
+
+ បង្កើតកាបូបចល័ត...
+
+
+
+ បង្កើតកាបូបចល័តថ្មី
+
+
+
+ កាបូបចល័ត៖
+
+
+
+ ចុចដើម្បីផ្ដាច់សកម្មភាពបណ្ដាញ។
+
+
+
+ សកម្មភាពបណ្ដាញត្រូវបានផ្ដាច់។
+
+
+
+ ចុចដើម្បីភ្ជាប់សកម្មភាពនៃបណ្ដាញឡើងវិញ។
+
+
+
+ កំពុងសមកាល បឋមកថា (%1%)...
+
+
+
+ កំពុងធ្ចើសន្ទស្សន៍ប្លុកឡើងវិញលើថាស...
+
+
+
+ ប្រូកស៊ី ត្រូវបាន <b>អនុញ្ញាត</b>៖ %1
+ ផ្ញើកាក់ទៅកាន់ អាសយដ្ឋាន Bitcoin មួយ
+
+
+ បម្រុកទុកនូវកាបូបចល័ត ទៅទីតាំងមួយផ្សេងទៀត
+
+
+
+ ផ្លាស់ប្ដូរឃ្លាសម្ងាត់ ដែលបានប្រើសម្រាប់ការអ៊ិនគ្រីបកាបូបចល័ត
+
+
+
+ ផ្ទៀងផ្ទាត់សារ...
+
+
+
+ ផ្ងើ
+
+
+
+ ទទួល
+
+
+
+ បង្ហាញ/លាក់បាំង
+
+
+
+ បង្ហាញ រឺលាក់ផ្ទាំងវីនដូដើម
+
+
+
+ ឯកសារ
+
+
+
+ ការកំណត់
+
+
+
+ បញ្ហា
+ CoinControlDialog
@@ -163,6 +410,14 @@
CreateWalletDialog
+
+
+ បង្កើតកាបូប
+
+
+
+ ឈ្មោះកាបូប
+ EditAddressDialog
@@ -175,6 +430,18 @@
Intro
+
+
+ សូមស្វាគមន៍
+
+
+
+ Bitcoin
+
+
+
+ បញ្ហា
+ ModalOverlay
@@ -187,6 +454,10 @@
OptionsDialog
+
+
+ បញ្ហា
+ OverviewPage
@@ -273,6 +544,10 @@
TransactionView
+
+
+ ឯកសារបំបែកដោយក្បៀស (*.csv)
+ ឡាបែល
diff --git a/src/qt/locale/bitcoin_ko.ts b/src/qt/locale/bitcoin_ko.ts
index 7cc6797c21..b79d53a74a 100644
--- a/src/qt/locale/bitcoin_ko.ts
+++ b/src/qt/locale/bitcoin_ko.ts
@@ -187,6 +187,22 @@
지갑의 이전 비밀번호와 새로운 비밀번호를 입력하세요.
+
+
+ 지갑을 암호화 해도 컴퓨터에 바이러스가 있을시 안전하기 않다는 것을 참고하세요.
+
+
+
+ 암호화할 지갑
+
+
+
+ 지갑이 바로 암호화 됩니다.
+
+
+
+ 지갑이 암호화 되었습니다.
+ 중요: 본인 지갑 파일에서 만든 예전 백업들은 새로 생성한 암호화된 지갑 파일로 교체해야 합니다. 보안상 이유로, 새 암호화된 지갑을 사용하게 되면 이전에 암호화하지 않은 지갑 파일의 백업은 사용할 수 없게 됩니다.
@@ -309,6 +325,14 @@
&URI 열기...
+
+
+ 지갑 생성하기...
+
+
+
+ 새로운 지갑 생성하기
+ 지갑:
@@ -457,6 +481,14 @@
최신의
+
+
+ 노드 창
+
+
+
+ 노드 디버깅 및 진단 콘솔 열기
+ 보내는 주소(&S)
@@ -465,6 +497,10 @@
받는 주소(&R)
+
+
+ bitcoin: URI 열기
+ 지갑 열기
@@ -525,6 +561,10 @@
오류: %1
+
+
+ 경고: %1
+
@@ -747,10 +787,50 @@
CreateWalletActivity
-
+
+
+ 지갑 <b>%1</b> 생성중...
+
+
+
+ 지갑 생성하기 실패
+
+
+
+ 지갑 생성 경고
+
+
CreateWalletDialog
-
+
+
+ 지갑 생성하기
+
+
+
+ 지갑 이름
+
+
+
+ 지갑 암호화하기. 해당 지갑은 당신이 설정한 문자열 비밀번호로 암호화될 겁니다.
+
+
+
+ 지갑 암호화
+
+
+
+ 개인키 비활성화 하기
+
+
+
+ 빈 지갑 만들기
+
+
+
+ 생성하기
+
+
EditAddressDialog
@@ -914,7 +994,11 @@
(%n GB가 필요)
-
+
+
+ (Full 체인이 되려면 %n GB 가 필요합니다)
+
+
ModalOverlay
@@ -961,6 +1045,10 @@
숨기기
+
+
+ Esc
+ 알 수 없음. 헤더 동기화 중(%1,%2%)...
@@ -968,6 +1056,10 @@
OpenURIDialog
+
+
+ 비트코인 URI 열기
+ URI:
@@ -975,6 +1067,14 @@
OpenWalletActivity
+
+
+ 지갑 열기 실패
+
+
+
+ 지갑 열기 경고
+ 기본 지갑
@@ -1352,6 +1452,18 @@
'bitcoin://"은 잘못된 URI입니다. 'bitcoin:'을 사용하십시오.
+
+
+ BIP70을 지원하지 않아서 지불 요청을 처리할 수 없습니다.
+
+
+
+ BIP70의 보안적 결함 때문에 상점에 불문하고 "지갑을 바꾸라"라는 권고 또는 지시는 대부분의 경우 무시하는 방법을 강력하게 권장합니다.
+
+
+
+ 만약 이 오류 메시지가 보인다면, 상점에 BIP21이 호환되는 URI를 제공해달라고 요청해주세요.
+ 잘못된 지불 주소 %1
@@ -1513,6 +1625,10 @@
URI를 QR 코드로 인코딩하는 중 오류가 발생했습니다.
+
+
+ QR 코드를 지원하지 않습니다.
+ QR코드 저장
@@ -1656,6 +1772,10 @@
유저 에이전트
+
+
+ 노드 창
+ %1 디버그 로그파일을 현재 데이터 폴더에서 엽니다. 용량이 큰 로그 파일들은 몇 초가 걸릴 수 있습니다.
@@ -1867,6 +1987,10 @@
요청할 금액 입력칸으로 선택 사항입니다. 빈 칸으로 두거나 특정 금액이 필요하지 않는 경우 0을 입력하세요.
+
+
+ &새 받을 주소 생성하기
+ 양식의 모든 필드를 지웁니다.
@@ -2116,6 +2240,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
더스트:
+
+
+ 거래 수수료 설정 숨기기
+ 거래량이 블록에 남은 공간보다 적은 경우에는 채굴자나 중계 노드들이 최소 수수료를 허용할 수 있습니다. 최소 수수료만 지불하는건 괜찮지만, 네트워크가 처리할 수 있는 용량을 넘는 비트코인 거래가 있을 경우에는 이 거래가 승인이 안될 수 있다는 점을 유의하세요.
@@ -2184,6 +2312,14 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
%1(%2 블록)
+
+
+ %1 지갑에서
+
+
+
+ %1을(를) %2(으)로
+ %1을(를) %2(으)로
@@ -2216,10 +2352,30 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
총액
+
+
+ 수령인 목록을 검토하려면 "거래 세부 내역 보기" 를 클릭하십시오
+ 코인 전송을 확인
+
+
+ PSBT를 클립보드에 복사
+
+
+
+ 보내기
+
+
+
+ PSBT 복사됨
+
+
+
+ 조회전용 잔액:
+ 수령인 주소가 정확하지 않습니다. 재확인 바랍니다
@@ -2473,6 +2629,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
지갑 잠금 해제를 취소했습니다.
+
+
+ 오류 없음
+ 입력한 주소에 대한 개인키가 없습니다.
@@ -2647,6 +2807,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
출력 인덱스
+
+
+ (인증서가 확인되지 않았습니다)
+ 상점
@@ -2970,6 +3134,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
지갑 닫기
+
+
+ 정말로 지갑 <i>%1</i> 을 닫겠습니까?
+ 블록축소를 하고 지갑을 너무 오랫동안 닫으면 체인 전체를 다시 동기화해야 할 수도 있습니다.
@@ -3016,6 +3184,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
수수료 상향 승인
+
+
+ PSBT 복사됨
+ 거래에 서명 할 수 없습니다.
@@ -3182,6 +3354,14 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
손상된 블록 데이터베이스가 감지되었습니다
+
+
+ asmap file %s 을/를 찾을 수 없습니다
+
+
+
+ asmap file %s 을/를 파싱할 수 없습니다
+ 블록 데이터베이스를 다시 생성하시겠습니까?
@@ -3238,6 +3418,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
무결성 확인 초기화가 실패했습니다. %s가 종료됩니다.
+
+
+ 잘못된 P2P 권한: '%s'
+ 유효하지 않은 금액 -%s=<amount>: '%s'
@@ -3254,6 +3438,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
지정한 블록 디렉토리 "%s" 가 존재하지 않습니다.
+
+
+ 알 수 없는 변경 형식 '%s'
+ txindex 데이터베이스 업테이트중
@@ -3262,6 +3450,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
P2P 주소 불러오는 중...
+
+
+ 오류: 디스크 공간이 부족합니다!
+ 추방리스트를 불러오는 중...
@@ -3370,6 +3562,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
-whitebind: '%s' 를 이용하여 포트를 지정해야 합니다
+
+
+ 블록 축소 모드는 -blockfileterindex와 호환되지 않습니다.
+ 시스템 한계로 인하여 -maxconnections를 %d 에서 %d로 줄였습니다.
@@ -3428,6 +3624,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
초기 키값 생성 불가
+
+
+ 알 수 없는 -blockfileterindex 값 %s.
+ 지갑 검증중...
diff --git a/src/qt/locale/bitcoin_lt.ts b/src/qt/locale/bitcoin_lt.ts
index afdc7ffb8d..7024bff0a2 100644
--- a/src/qt/locale/bitcoin_lt.ts
+++ b/src/qt/locale/bitcoin_lt.ts
@@ -69,6 +69,10 @@
Tai yra jūsų Bitcoin adresai išeinantiems mokėjimams. Visada pasitikrinkite sumą ir gavėjo adresą prieš siunčiant lėšas.
+
+
+ Tai jūsų Bitcoin mokėjimų gavimo adresai. Naudokite 'Sukurti naują gavimo adresą' migtuką gavimų skirtuke kad sukurtumėt nauja adresą.
+ &Kopijuoti adresą
@@ -175,6 +179,10 @@
Piniginė užšifruota
+
+
+ Įveskite seną ir naują slaptažodį.
+ SVARBU: Betkokios ankstesnės jūsų piniginės atsarginės kopijos turėtų būti pakeistos naujai sugeneruotu, užšifruotu piniginės failu. Dėl saugumo sumetimų, anstesnės neužšifruotos piniginės kopijos failas taps nenaudingu nuo momento, kai nauja ir užšifruota piniginė bus pradėta naudoti.
@@ -297,6 +305,14 @@
Atidaryti &URI...
+
+
+ Sukurti piniginę...
+
+
+
+ Sukurti naują piniginę
+ Piniginė
@@ -477,6 +493,10 @@
numatyta piniginė
+
+
+ Piniginių nėra
+ &Langas
@@ -509,6 +529,10 @@
Klaida: %1
+
+
+ Įspėjimas: %1
+
@@ -731,10 +755,50 @@
CreateWalletActivity
-
+
+
+ Sukuriama Piniginė <b>%1</b>...
+
+
+
+ Piniginės sukurimas nepavyko
+
+
+
+ Piniginės sukurimo įspėjimas
+
+
CreateWalletDialog
-
+
+
+ Sukurti Piniginę
+
+
+
+ Piniginės Pavadinimas
+
+
+
+ Užkoduoti piniginę. Piniginė bus užkoduota jūsų pasirinkta slapta fraze.
+
+
+
+ Užkoduoti Piniginę
+
+
+
+ Atjungti Privačius Raktus
+
+
+
+ Sukurti Tuščia Piniginę
+
+
+
+ Sukurti
+
+
EditAddressDialog
@@ -866,6 +930,10 @@
Bitcoin
+
+
+ Ištrinti blokus po patikrinimo, išskyrus paskutinius %1 GB (nukarpimas)
+ Šiame kataloge bus saugomi bent %1 GB duomenų, kurie laikui bėgant didės.
@@ -959,6 +1027,14 @@
OpenWalletActivity
+
+
+ Piniginės atidarymas nepavyko
+
+
+
+ Piniginės atidarymo įspėjimas
+ numatyta piniginė
@@ -1497,6 +1573,10 @@
Klaida koduojant URI į QR kodą.
+
+
+ QR kodas nepalaikomas
+ Įrašyti QR kodą
@@ -2168,6 +2248,14 @@ Pastaba: Kadangi mokestis apskaičiuojamas pagal baitą, mokestis už „100 sat
%1 (%2 blokai)
+
+
+ iš piniginės '%1'
+
+
+
+ '%1' į '%2'
+ %1 iki %2
@@ -2918,6 +3006,10 @@ Pastaba: Kadangi mokestis apskaičiuojamas pagal baitą, mokestis už „100 sat
Uždaryti Piniginę
+
+
+ Ar tikrai norite uždaryti piniginę <i>%1</i>?
+ WalletFrame
@@ -3090,6 +3182,10 @@ Pastaba: Kadangi mokestis apskaičiuojamas pagal baitą, mokestis už „100 sat
Importuojama...
+
+
+ Nežinomas adreso tipas '%s'
+ Txindex duomenų bazės atnaujinimas
@@ -3098,6 +3194,10 @@ Pastaba: Kadangi mokestis apskaičiuojamas pagal baitą, mokestis už „100 sat
Užkraunami P2P adresai...
+
+
+ Klaida: Diske mažai vietos!
+ Įkeliamas draudžiamas sąrašas...
diff --git a/src/qt/locale/bitcoin_lv.ts b/src/qt/locale/bitcoin_lv.ts
index a5c96c1a2a..360b2735c0 100644
--- a/src/qt/locale/bitcoin_lv.ts
+++ b/src/qt/locale/bitcoin_lv.ts
@@ -49,6 +49,18 @@
Izvēlies adresi ar kuru saņemt bitcoins
+
+
+ Izvēlēties
+
+
+
+ Adrešu nosūtīšana
+
+
+
+ Adrešu saņemšana
+ &Kopēt adresi
diff --git a/src/qt/locale/bitcoin_ml.ts b/src/qt/locale/bitcoin_ml.ts
index 299d81bf75..2bb3380659 100644
--- a/src/qt/locale/bitcoin_ml.ts
+++ b/src/qt/locale/bitcoin_ml.ts
@@ -66,6 +66,10 @@
പേയ്മെന്റുകൾ അയയ്ക്കുന്നതിനുള്ള നിങ്ങളുടെ ബിറ്റ്കോയിൻ വിലാസങ്ങളാണ് ഇവ. നാണയങ്ങൾ അയയ്ക്കുന്നതിനുമുമ്പ് എല്ലായ്പ്പോഴും തുകയും സ്വീകരിക്കുന്ന വിലാസവും പരിശോധിക്കുക.
+
+
+ ഇവയാണ് പണം സ്വീകരിയ്ക്കുന്നതിനായുള്ള താങ്കളുടെ വിലാസങ്ങൾ. പുതിയ വിലാസങ്ങൾ കൂട്ടിച്ചേർക്കുന്നതിനായി ' പുതിയ വിലാസം സൃഷ്ടിയ്ക്കുക ' എന്ന ബട്ടൺ അമർത്തുക.
+ &വിലാസം പകർത്തുക
@@ -128,6 +132,10 @@
പുതിയ രഹസ്യപദപ്രയോഗം ആവർത്തിക്കുക
+
+
+ രഹസ്യപദം കാണിക്കുക
+ വാലറ്റ് എൻക്രിപ്റ്റ് ചെയ്യുക
@@ -160,15 +168,173 @@
മുന്നറിയിപ്പ്: നിങ്ങളുടെ വാലറ്റ് എൻക്രിപ്റ്റ് ചെയ്ത് പാസ്ഫ്രെയ്സ് നഷ്ടപ്പെടുകയാണെങ്കിൽ, നിങ്ങളുടെ എല്ലാ ബിറ്റ്കൊയിനുകളും നഷ്ടപ്പെടും!
+
+
+ വാലറ്റ് എന്ക്രിപ്റ് ചെയ്തു കഴിഞ്ഞു .
+
+
+
+ വാലെറ്റിന്റെ പഴയ രഹസ്യപദവും പുതിയ രഹസ്യപദവും നൽകുക.
+ BanTableModelBitcoinGUI
+
+
+ ഇടപാടുകളുടെ ചരിത്രം പരിശോധിയ്ക്കുക
+
+
+
+ പിശക്
+
+
+
+ മുന്നറിയിപ്പ്
+
+
+
+ വിവരം
+
+
+
+ വാലറ്റ് തുറക്കുക
+
+
+
+ ഒരു വാലറ്റ് തുറക്കുക
+
+
+
+ വാലറ്റ് പൂട്ടുക
+
+
+
+ വാലറ്റ് പൂട്ടുക
+
+
+
+ സ്ഥിരം ആയ വാലറ്റ്
+
+
+
+ വാലറ്റ് ഒന്നും ലഭ്യം അല്ല
+
+
+
+ ചെറുതാക്കുക
+
+
+
+ വലുതാക്കുക
+
+
+
+ മുഖ്യ ജാലകം
+
+
+
+ സുഹൃത്തുക്കളും ആയി കണക്ട് ചെയ്യുന്നു ...
+
+
+
+ തെറ്റ് : %1
+
+
+
+ മുന്നറിയിപ്പ് : %1
+
+
+
+ തീയതി: %1
+
+
+
+
+ തുക : %1
+
+
+
+
+ വാലറ്റ്: %1
+
+
+
+
+ കുറിപ്പ് : %1
+
+
+
+
+ മേൽവിലാസം : %1
+
+
+
+
+ അയച്ച ഇടപാടുകൾ
+
+
+
+ വരവ്വ് വെച്ച ഇടപാടുകൾ
+ CoinControlDialog
+
+
+ കോയിൻ തിരഞ്ഞെടുക്കൽ
+
+
+
+ നിര്ദ്ധിഷ്ടസംഖ്യ / അളവ് :
+
+
+
+ ബൈറ്റ്സ്:
+
+
+
+ തുക:
+
+
+
+ ഫീസ് / പ്രതിഫലം :
+
+
+
+ പട്ടിക
+
+
+
+ തുക
+
+
+
+ അടയാളത്തോടുകൂടി ലഭിച്ചു
+
+
+
+ മേൽവിലാസത്തോടുകൂടി ലഭിച്ചു
+
+
+
+ തീയതി
+
+
+
+ സ്ഥിതീകരണങ്ങൾ
+
+
+
+ സ്ഥിതീകരിച്ചു
+ (ലേബൽ ഇല്ല)
@@ -179,33 +345,77 @@
CreateWalletDialog
+
+
+ വാലറ്റ് / പണസഞ്ചി സൃഷ്ടിക്കുക :
+ EditAddressDialogFreespaceChecker
+
+
+ നാമധേയം / പേര്
+ HelpMessageDialogIntro
+
+
+ പിശക്
+ ModalOverlay
+
+
+ അജ്ഞാതമായ
+
+
+
+ പുരോഗതി
+
+
+
+ കണക്കായ്ക്കിക്കൊണ്ടിരിക്കുന്നു
+ OpenURIDialogOpenWalletActivity
+
+
+ സ്ഥിരം ആയ വാലറ്റ്
+ OptionsDialog
+
+
+ പിശക്
+ OverviewPage
+
+
+ ലഭ്യമായ
+
+
+
+ വിനിയോഗിക്കാവുന്നത് / ചെലവാക്കാവുന്നത്
+
+
+
+ സമീപ കാല ഇടപാടുകൾ
+ PaymentServer
@@ -215,6 +425,14 @@
QObject
+
+
+ തുക
+
+
+
+ തെറ്റ് : %1
+ QRImageWidget
@@ -231,6 +449,10 @@
വിലാസം
+
+
+ തുക
+ ലേബൽ
@@ -238,6 +460,10 @@
RecentRequestsTableModel
+
+
+ തീയതി
+ ലേബൽ
@@ -249,6 +475,26 @@
SendCoinsDialog
+
+
+ നിര്ദ്ധിഷ്ടസംഖ്യ / അളവ് :
+
+
+
+ ബൈറ്റ്സ്:
+
+
+
+ തുക:
+
+
+
+ ഫീസ് / പ്രതിഫലം :
+
+
+
+ പെയ്മെന്റിനുള്ള അഭ്യർത്ഥന കാലഹരണപ്പെട്ടു പോയിരിക്കുന്നു.
+ (ലേബൽ ഇല്ല)
@@ -268,12 +514,24 @@
TransactionDesc
+
+
+ തീയതി
+
+
+
+ തുക
+ TransactionDescDialogTransactionTableModel
+
+
+ തീയതി
+ ലേബൽ
@@ -289,6 +547,14 @@
കോമയാൽ വേർതിരിച്ച ഫയൽ (* .csv)
+
+
+ സ്ഥിതീകരിച്ചു
+
+
+
+ തീയതി
+ ലേബൽ
@@ -307,13 +573,21 @@
WalletController
+
+
+ വാലറ്റ് പൂട്ടുക
+ WalletFrameWalletModel
-
+
+
+ സ്ഥിരം ആയ വാലറ്റ്
+
+
WalletView
diff --git a/src/qt/locale/bitcoin_mr_IN.ts b/src/qt/locale/bitcoin_mr_IN.ts
index 4a74385b29..05e85ec96c 100644
--- a/src/qt/locale/bitcoin_mr_IN.ts
+++ b/src/qt/locale/bitcoin_mr_IN.ts
@@ -29,6 +29,10 @@
सध्याचा निवडलेला पत्ता यादीमधून काढून टाका
+
+
+ शोधण्यासाठी पत्ता किंवा लेबल दाखल करा
+ सध्याच्या टॅबमधील डेटा एका फाईलमध्ये एक्स्पोर्ट करा
@@ -65,6 +69,10 @@
पैसे पाठविण्यासाठीचे हे तुमचे बिटकॉईन पत्त्ते आहेत. नाणी पाठविण्यापूर्वी नेहमी रक्कम आणि प्राप्त होणारा पत्ता तपासून पहा.
+
+
+ पैसे प्राप्त करण्यासाठीचे हे आपले बिटकॉइन पत्ते आहेत. नवीन पत्ते तयार करण्यासाठी प्राप्त टॅबमधील 'नवीन प्राप्त करण्याचा पत्ता तयार करा' बटण वापरा.
+ &पत्ता कॉपी करा
@@ -77,10 +85,30 @@
&संपादित
+
+
+ पत्त्याची निर्यात करा
+
+
+
+ निर्यात अयशस्वी
+ AddressTableModel
-
+
+
+ लेबल
+
+
+
+ पत्ता
+
+
+
+ (लेबल नाही)
+
+
AskPassphraseDialog
@@ -92,6 +120,10 @@
CoinControlDialog
+
+
+ (लेबल नाही)
+ CreateWalletActivity
@@ -146,13 +178,33 @@
ReceiveRequestDialog
+
+
+ पत्ता
+
+
+
+ लेबल
+ RecentRequestsTableModel
+
+
+ लेबल
+
+
+
+ (लेबल नाही)
+ SendCoinsDialog
-
+
+
+ (लेबल नाही)
+
+
SendCoinsEntry
@@ -173,9 +225,29 @@
TransactionTableModel
+
+
+ लेबल
+
+
+
+ (लेबल नाही)
+ TransactionView
+
+
+ लेबल
+
+
+
+ पत्ता
+
+
+
+ निर्यात अयशस्वी
+ UnitDisplayStatusBarControl
diff --git a/src/qt/locale/bitcoin_my.ts b/src/qt/locale/bitcoin_my.ts
index 1b5248ba1a..ec03afa3b7 100644
--- a/src/qt/locale/bitcoin_my.ts
+++ b/src/qt/locale/bitcoin_my.ts
@@ -49,6 +49,18 @@
BitcoinGUI
+
+
+ အမှား
+
+
+
+ သတိပေးချက်
+
+
+
+ အချက်အလက်
+ CoinControlDialog
@@ -70,6 +82,10 @@
Intro
+
+
+ အမှား
+ ModalOverlay
@@ -82,6 +98,10 @@
OptionsDialog
+
+
+ အမှား
+ OverviewPage
diff --git a/src/qt/locale/bitcoin_nb.ts b/src/qt/locale/bitcoin_nb.ts
index 7119de29ae..f24c1aa3b6 100644
--- a/src/qt/locale/bitcoin_nb.ts
+++ b/src/qt/locale/bitcoin_nb.ts
@@ -69,6 +69,10 @@
Dette er dine Bitcoin adresser for å sende å sende betalinger. Husk å sjekke beløp og mottager adresser før du sender mynter.
+
+
+ Dette er dine Bitcoin adresse for å betalinger. Det er anbefalt å bruke en my mottager adresse for hver transakjon.
+ &Kopier adresse
@@ -131,6 +135,10 @@
Repeter passorsetningen
+
+
+ Vis adgangsfrase
+ Krypter lommeboken
@@ -171,10 +179,30 @@
Lommeboken er kryptert
+
+
+ Angi den nye passordfrasen for lommeboken.<br/> Vennglist du bruker en passordfrase <b> ti eller tilfeldige tegn </b>, eller <b> åtte eller flere ord.
+
+
+
+ Svriv inn den gamle passfrasen og den nye passordfrasen for lommeboken.
+ Husk at å kryptere lommeboken ikke vil beskytte dine bitcoins fullstendig fra å bli stjålet av skadevare som infiserer datamaskinen din.
+
+
+ Lommebok som skal bli kryptert
+
+
+
+ Din lommebok er i ferd med å bli kryptert.
+
+
+
+ Din lommebok er nå kryptert.
+ VIKTIG: Alle tidligere sikkerhetskopier du har tatt av lommebokfilen bør erstattes med den nye krypterte lommebokfilen. Av sikkerhetsgrunner vil tidligere sikkerhetskopier av lommebokfilen bli ubrukelige når du begynner å bruke den ny kypterte lommeboken.
@@ -297,6 +325,14 @@
Åpne &URI
+
+
+ Lag lommebok...
+
+
+
+ Lag en ny lommebok
+ Lommebok:
@@ -445,6 +481,14 @@
Oppdatert
+
+
+ Nodevindu
+
+
+
+ Åpne nodens konsoll for feilsøk og diagnostikk
+ &Avsender adresser
@@ -453,6 +497,10 @@
&Mottaker adresser
+
+
+ Åpne en bitcoin: URI
+ Åpne Lommebok
@@ -513,6 +561,10 @@
Feil: %1
+
+
+ Advarsel: %1
+
@@ -735,10 +787,58 @@
CreateWalletActivity
-
+
+
+ Lager lommebok <b>%1<b>...
+
+
+
+ Lage lommebok feilet
+
+
+
+ Lag lommebokvarsel
+
+
CreateWalletDialog
-
+
+
+ Lag lommebok
+
+
+
+ Lommeboknavn
+
+
+
+ Krypter lommeboken. Lommeboken blir kryptert med en passordfrase du velger.
+
+
+
+ Krypter Lommebok
+
+
+
+ Deaktiver private nøkler for denne lommeboken. Lommebøker med private nøkler er deaktivert vil ikke ha noen private nøkler og kan ikke ha en HD seed eller importerte private nøkler. Dette er ideelt for loomebøker som kun er klokker.
+
+
+
+ Deaktiver Private Nøkler
+
+
+
+ Lag en tom lommebok. Tomme lommebøker har i utgangspunktet ikke private nøkler eller skript. Private nøkler og adresser kan importeres, eller et HD- frø kan angis på et senere tidspunkt.
+
+
+
+ Lag Tom Lommebok
+
+
+
+ Opprett
+
+
EditAddressDialog
@@ -781,6 +881,10 @@
Adresse "%1" eksisterer allerede som en mottaksadresse merket "%2" og kan derfor ikke bli lagt til som en sendingsadresse.
+
+
+ Den oppgitte adressen ''%1'' er allerede i adresseboken med etiketten ''%2''.
+ Kunne ikke låse opp lommebok.
@@ -846,6 +950,10 @@
Når du klikker OK, vil %1 starte nedlasting og behandle hele den %4 blokkjeden (%2GB) fra de eldste transaksjonene i %3 når %4 først startet.
+
+
+ Gjenoppretting av denne innstillingen krever at du laster ned hele blockchain på nytt. Det er raskere å laste ned hele kjeden først og beskjære den senere Deaktiver noen avanserte funksjoner.
+ Den initielle synkroniseringen er svært krevende, og kan forårsake problemer med maskinvaren i datamaskinen din som du tidligere ikke merket. Hver gang du kjører %1 vil den fortsette nedlastingen der den sluttet.
@@ -866,6 +974,10 @@
Bitcoin
+
+
+ Kast blokker etter bekreftelse, bortsett fra de siste %1 GB (sviske)
+ Minst %1 GB data vil bli lagret i denne mappen og den vil vokse over tid.
@@ -945,9 +1057,25 @@
Skjul
-
+
+
+ Esc
+
+
+
+ %1 synkroniseres for øyeblikket. Den vil laste ned overskrifter og blokker fra jevnaldrende og validere dem til de når spissen av blokkjeden.
+
+
+
+ Ukjent.Synkroniser overskrifter (%1,%2%)...
+
+
OpenURIDialog
+
+
+ Åpne bitcoin URI
+ URI:
@@ -955,6 +1083,14 @@
OpenWalletActivity
+
+
+ Åpne lommebok feilet
+
+
+
+ Advasel om åpen lommebok.
+ standard lommebok
@@ -1038,10 +1174,22 @@
&Nettverk
+
+
+ Deaktiver noen avanserte funksjoner, men alle blokker vil fortsatt være fullglyldig. Gjenoppretting av denne innstillingen krever at du laster ned hele blockchain på nytt. Faktisk diskbruk kan være noe høvere.
+
+
+
+ Beskjær og blokker lagring til
+ GB
+
+
+ Gjenoppretting av denne innstillingen krever at du laster ned hele blockchain på nytt
+ MiB
@@ -1170,6 +1318,10 @@
Tredjepart transaksjon URLer
+
+
+ Alternativer som er satt i denne dialogboksen overstyres av kommandolinjen eller i konfigurasjonsfilen:
+ &OK
@@ -1312,6 +1464,22 @@
URI-håndtering
+
+
+ 'bitcoin: //' er ikke en gyldig URI. Bruk 'bitcoin:' i stedet.
+
+
+
+ Kan ikke behandle betalingsforespørsel fordi BIP70 ikke støttes.
+
+
+
+ På grunn av utbredte sikkerhetsfeil i BIP70 anbefales det på det sterkeste at alle selgerinstruksjoner for å bytte lommebok ignoreres.
+
+
+
+ Hvis du mottar denne feilen, bør du be selgeren gi en BIP21-kompatibel URI.
+ Ugyldig betalingsadresse %1
@@ -1469,6 +1637,10 @@
Feil ved koding av URI til QR-kode.
+
+
+ Støtte for QR kode ikke tilgjengelig.
+ Lagre QR-kode
@@ -1504,6 +1676,10 @@
Datamappe
+
+
+ Blocksdir
+ Oppstartstidspunkt
@@ -1596,10 +1772,22 @@
Synkroniserte Blokker
+
+
+ Det kartlagte autonome systemet som brukes til å diversifisere valg av fagfeller.
+
+
+
+ Kartlagt AS
+ Brukeragent
+
+
+ Nodevindu
+ Åpne %1-feilrettingsloggfila fra gjeldende datamappe. Dette kan ta et par sekunder for store loggfiler.
@@ -1740,6 +1928,14 @@
Nettverksaktivitet avskrudd
+
+
+ Utfør kommando uten noen lommebok
+
+
+
+ Utfør kommando med lommebok "%1"
+ (node id: %1)
@@ -1803,6 +1999,18 @@
Et valgfritt beløp å etterspørre. La stå tomt eller null for ikke å etterspørre et spesifikt beløp.
+
+
+ En valgfri etikett for å knytte til den nye mottaksadressen (brukt av deg for å identifisere en faktura). Det er også knyttet til betalingsforespørselen.
+
+
+
+ En valgfri melding som er knyttet til betalingsforespørselen og kan vises til avsenderen.
+
+
+
+ &Lag ny mottakeradresse
+ Fjern alle felter fra skjemaet.
@@ -1811,6 +2019,14 @@
Fjern
+
+
+ Innfødte segwit-adresser (også kalt Bech32 eller BIP-173) reduserer transaksjonsgebyrene senere og gir bedre beskyttelse mot skrivefeil, men gamle lommebøker støtter dem ikke. Når du ikke har merket av, opprettes en adresse som er kompatibel med eldre lommebøker.
+
+
+
+ Generer nativ segwit (Bech32) adresse
+ Etterspurt betalingshistorikk
@@ -2000,6 +2216,14 @@
Advarsel: Gebyroverslag er ikke tilgjengelig for tiden.
+
+
+ Spesifiser en tilpasset avgift per kB (1000 byte) av transaksjonens virtuelle størrelse.
+
+Merk: Siden avgiften er beregnet per byte-basis, vil et gebyr på "100 satoshis per kB" for en transaksjonsstørrelse på 500 byte (halvparten av 1 kB) til slutt gi et gebyr på bare 50 satoshis.
+ per kilobyte
@@ -2036,6 +2260,18 @@
Støv:
+
+
+ Skjul innstillinger for transaksjonsgebyr
+
+
+
+ Når det er mindre transaksjonsvolum enn plass i blokkene, kan gruvearbeidere så vel som videresende noder håndheve et minimumsgebyr. Å betale bare denne minsteavgiften er helt greit, men vær klar over at dette kan resultere i en aldri bekreftende transaksjon når det er større etterspørsel etter bitcoin-transaksjoner enn nettverket kan behandle.
+
+
+
+ For lavt gebyr kan føre til en transaksjon som aldri bekreftes (les verktøytips)
+ Bekreftelsestidsmål:
@@ -2096,10 +2332,18 @@
%1 (%2 blokker)
+
+
+ Cr & eate Usignert
+ %1 til %2
+
+
+ Vil du utarbeide denne transaksjonen?
+ Er du sikker på at du vil sende?
@@ -2128,10 +2372,34 @@
Totalbeløp
+
+
+ For å se gjennom mottakerlisten, klikk "Vis detaljer ..."
+ Bekreft forsendelse av mynter
+
+
+ Bekreft transaksjonsforslaget
+
+
+
+ Kopier PSBT til utklippstavlen
+
+
+
+ Send
+
+
+
+ PSBT kopiert
+
+
+
+ Kun-observer balanse:
+ Mottakeradressen er ikke gyldig. Sjekk den igjen.
@@ -2227,6 +2495,10 @@
Fjern denne oppføringen
+
+
+ beløpet som skal sendes inn den valgte enheten.
+ Gebyret vil bli trukket fra beløpet som blir sendt. Mottakeren vil motta mindre bitcoins enn det du skriver inn i beløpsfeltet. Hvis det er valgt flere mottakere, deles gebyret likt.
@@ -2353,6 +2625,14 @@
Bitcoin-adressen meldingen ble signert med
+
+
+ Den signerte meldingen for å bekfrefte
+
+
+
+ signaturen som ble gitt da meldingen ble signert
+ Verifiser meldingen for å være sikker på at den ble signert av den angitte Bitcoin-adressen
@@ -2385,6 +2665,10 @@
Opplåsning av lommebok ble avbrutt.
+
+
+ Ingen feil
+ Privat nøkkel for den angitte adressen er ikke tilgjengelig.
@@ -2559,6 +2843,10 @@
Utdatainndeks
+
+
+ (sertifikatet ble ikke bekreftet)
+ Forretningsdrivende
@@ -2882,7 +3170,11 @@
Lukk lommebok
-
+
+
+ Å lukke lommeboken for lenge kan føre til at du må synkronisere hele kjeden hvis beskjæring er aktivert.
+
+
WalletFrame
@@ -2908,6 +3200,10 @@
Ønsker du å øke gebyret?
+
+
+ Vil du utarbeide en transaksjon med gebyrøkning?
+ Nåværede gebyr:
@@ -2924,6 +3220,14 @@
Bekreft gebyrøkning
+
+
+ Kan ikke utarbeide transaksjon.
+
+
+
+ PSBT kopiert
+ Kan ikke signere transaksjon
@@ -3006,6 +3310,10 @@
%s-utviklerne
+
+
+ Kan ikke generere en ledelse-nøkkel. Ingen taster i den interne tasten og kan ikke generere noen nøkler.
+ Kan ikke låse datamappen %s. %s kjører antagelig allerede.
@@ -3082,6 +3390,14 @@
Oppdaget korrupt blokkdatabase
+
+
+ Kunne ikke finne asmap filen %s
+
+
+
+ Kunne ikke analysere asmap filen %s
+ Ønsker du å gjenopprette blokkdatabasen nå?
@@ -3154,6 +3470,10 @@
Laster maskin-til-maskin -adresser…
+
+
+ Feil: For lite diskplass!
+ Laster inn bannlysningsliste…
@@ -3262,6 +3582,10 @@
Må oppgi en port med -whitebind: '%s'
+
+
+ Beskjæringsmodus er inkompatibel med -blokkfilterindex.
+ Reduserer -maxconnections fra %d til %d, pga. systembegrensninger.
@@ -3384,6 +3708,14 @@
Utilstrekkelige midler
+
+
+ Kan ikke oppgradere en delt lommebok uten HD uten å oppgradere til støtte for forhåndsdelt tastatur. Bruk -upgradewallet = 169900 eller -upgradewallet uten versjon spesifisert.
+
+
+
+ Avgiftsberegning mislyktes. Fallbackfee er deaktivert. Vent et par blokker eller aktiver -fallbackfee.
+ Laster blokkindeks...
diff --git a/src/qt/locale/bitcoin_ne.ts b/src/qt/locale/bitcoin_ne.ts
index 0a291dd95e..7f74cb5d50 100644
--- a/src/qt/locale/bitcoin_ne.ts
+++ b/src/qt/locale/bitcoin_ne.ts
@@ -55,8 +55,7 @@
- ठेगाना कपी गर्नुहोस्
-
+ ठेगाना कपी गर्नुहोस्
@@ -191,8 +190,7 @@
- ठेगाना कपी गर्नुहोस्
-
+ ठेगाना कपी गर्नुहोस्
@@ -396,8 +394,7 @@
TransactionView
- ठेगाना कपी गर्नुहोस्
-
+ ठेगाना कपी गर्नुहोस्
@@ -416,8 +413,7 @@
WalletView
- &निर्यात गर्नुहोस्
-
+ &निर्यात गर्नुहोस्
diff --git a/src/qt/locale/bitcoin_nl.ts b/src/qt/locale/bitcoin_nl.ts
index 73c18cd4d8..ad713a8cc8 100644
--- a/src/qt/locale/bitcoin_nl.ts
+++ b/src/qt/locale/bitcoin_nl.ts
@@ -1789,6 +1789,14 @@ Dit is ideaal voor alleen-lezen portommonees.
Gesynchroniseerde blokken
+
+
+ Het in kaart gebrachte autonome systeem dat wordt gebruikt voor het diversifiëren van peer-selectie.
+
+
+
+ AS in kaart gebracht.
+ User Agent
diff --git a/src/qt/locale/bitcoin_pl.ts b/src/qt/locale/bitcoin_pl.ts
index c09e0d41ac..552d3e1ca7 100644
--- a/src/qt/locale/bitcoin_pl.ts
+++ b/src/qt/locale/bitcoin_pl.ts
@@ -481,6 +481,14 @@
Aktualny
+
+
+ Okno węzła
+
+
+
+ Otwórz konsolę diagnostyczną i debugowanie węzłów
+ &Adresy wysyłania
@@ -489,6 +497,10 @@
&Adresy odbioru
+
+
+ Otwórz URI
+ Otwórz Portfel
@@ -1023,7 +1035,7 @@
- Nienznane...
+ Nieznany...
@@ -1049,6 +1061,14 @@
Ukryj
+
+
+ Wyjdź
+
+
+
+ %1 jest w trakcie synchronizacji. Trwa pobieranie i weryfikacja nagłówków oraz bloków z sieci w celu uzyskania aktualnego stanu łańcucha.
+ Nieznane. Synchronizowanie nagłówków (%1, %2%)...
@@ -1056,6 +1076,10 @@
OpenURIDialog
+
+
+ Otwórz URI
+ URI:
@@ -1448,6 +1472,10 @@
'bitcoin://' nie jest poprawnym URI. Użyj 'bitcoin:'.
+
+
+ Nie można przetworzyć żądania zapłaty z powodu braku wsparcia BIP70.
+ Z powodu znanych błędów bezpieczeństwa w BIP70 zaleca się ignorować wszelkie polecenie od sprzedawcy dotyczące zmiany portfela.
@@ -1760,10 +1788,22 @@
Zsynchronizowane bloki
+
+
+ Zmapowany autonomiczny system (ang. asmap) używany do dywersyfikacji wyboru węzłów.
+
+
+
+ Zmapowany autonomiczny system (ang. asmap)
+ Aplikacja kliencka
+
+
+ Okno węzła
+ Otwórz plik dziennika debugowania %1 z obecnego katalogu z danymi. Może to potrwać kilka sekund przy większych plikach.
@@ -1975,6 +2015,14 @@
Opcjonalna kwota by zażądać. Zostaw puste lub zero by nie zażądać konkretnej kwoty.
+
+
+ Dodatkowa etykieta powiązana z nowym adresem do odbierania płatności (używanym w celu odnalezienia faktury). Jest również powiązana z żądaniem płatności.
+
+
+
+ Dodatkowa wiadomość dołączana do żądania zapłaty, która może być odczytana przez płacącego.
+ &Stwórz nowy adres odbiorczy
@@ -2229,6 +2277,10 @@ Uwaga: Ponieważ opłata jest naliczana za każdy bajt, opłata "100 satoshi za
Pył:
+
+
+ Ukryj ustawienia opłat transakcyjnych
+ Gdy ilość transakcji jest mniejsza niż ilość miejsca w bloku, górnicy i węzły przekazujące wymagają minimalnej opłaty. Zapłata tylko tej wartości jest dopuszczalna, lecz może skutkować transakcją która nigdy nie zostanie potwierdzona w sytuacji, gdy ilość transakcji przekroczy przepustowość sieci.
@@ -2297,6 +2349,14 @@ Uwaga: Ponieważ opłata jest naliczana za każdy bajt, opłata "100 satoshi za
%1 (%2 bloków)
+
+
+ &Utwórz niepodpisaną transakcję
+
+
+
+ Tworzy częściowo podpisaną transakcję (ang. PSBT) używaną np. offline z portfelem %1 lub z innym portfelem zgodnym z PSBT.
+ z portfela '%1'
@@ -2309,10 +2369,18 @@ Uwaga: Ponieważ opłata jest naliczana za każdy bajt, opłata "100 satoshi za
%1 do %2
+
+
+ Czy chcesz zapisać szkic tej transakcji?
+ Czy na pewno chcesz wysłać?
+
+
+ Proszę przejrzeć propozycję transakcji. Zostanie utworzona częściowo podpisana transakcja (ang. PSBT), którą można skopiować, a następnie podpisać np. offline z portfelem %1 lub z innym portfelem zgodnym z PSBT.
+ lub
@@ -2345,6 +2413,26 @@ Uwaga: Ponieważ opłata jest naliczana za każdy bajt, opłata "100 satoshi za
Potwierdź wysyłanie monet
+
+
+ Potwierdź propozycję transakcji
+
+
+
+ Skopiuj PSBT do schowka
+
+
+
+ Wyślij
+
+
+
+ Skopiowano PSBT
+
+
+
+ Kwota na obserwowanych kontach:
+ Adres odbiorcy jest nieprawidłowy, proszę sprawić ponownie.
@@ -2440,6 +2528,10 @@ Uwaga: Ponieważ opłata jest naliczana za każdy bajt, opłata "100 satoshi za
Usuń ten wpis
+
+
+ Kwota do wysłania w wybranej jednostce
+ Opłata zostanie odjęta od kwoty wysyłane.Odbiorca otrzyma mniej niż bitcoins wpisz w polu kwoty. Jeśli wybrano kilku odbiorców, opłata jest podzielona równo.
@@ -2567,6 +2659,14 @@ Zwróć uwagę, że poprawnie zweryfikowana wiadomość potwierdza to, że nadaw
Adres Bitcoin, którym została podpisana wiadomość
+
+
+ Podpisana wiadomość do weryfikacji
+
+
+
+ Sygnatura podawana przy podpisywaniu wiadomości
+ Zweryfikuj wiadomość, aby upewnić się, że została podpisana odpowiednim adresem Bitcoin.
@@ -2599,6 +2699,10 @@ Zwróć uwagę, że poprawnie zweryfikowana wiadomość potwierdza to, że nadaw
Odblokowanie portfela zostało anulowane.
+
+
+ Brak błędów
+ Klucz prywatny dla podanego adresu nie jest dostępny.
@@ -3134,6 +3238,10 @@ Zwróć uwagę, że poprawnie zweryfikowana wiadomość potwierdza to, że nadaw
Czy chcesz zwiększyć prowizję?
+
+
+ Czy chcesz zapisać szkic transakcji ze zwiększoną opłatą transakcyjną?
+ Aktualna opłata:
@@ -3150,6 +3258,14 @@ Zwróć uwagę, że poprawnie zweryfikowana wiadomość potwierdza to, że nadaw
Potwierdź zwiększenie opłaty
+
+
+ Nie można zapisać szkicu transakcji.
+
+
+
+ Skopiowano PSBT
+ Nie można podpisać transakcji.
@@ -3316,6 +3432,14 @@ Zwróć uwagę, że poprawnie zweryfikowana wiadomość potwierdza to, że nadaw
Wykryto uszkodzoną bazę bloków
+
+
+ Nie można odnaleźć pliku asmap %s
+
+
+
+ Nie można przetworzyć pliku asmap %s
+ Czy chcesz teraz przebudować bazę bloków?
diff --git a/src/qt/locale/bitcoin_pt.ts b/src/qt/locale/bitcoin_pt.ts
index 9fc9170501..4df412cfad 100644
--- a/src/qt/locale/bitcoin_pt.ts
+++ b/src/qt/locale/bitcoin_pt.ts
@@ -1789,6 +1789,14 @@
Blocos Sincronizados
+
+
+ O sistema autonômo mapeado usado para diversificar a seleção de pares.
+
+
+
+ Mapeado como
+ User Agent
diff --git a/src/qt/locale/bitcoin_pt_BR.ts b/src/qt/locale/bitcoin_pt_BR.ts
index b4ae9eeee5..efd437fb1d 100644
--- a/src/qt/locale/bitcoin_pt_BR.ts
+++ b/src/qt/locale/bitcoin_pt_BR.ts
@@ -1788,6 +1788,14 @@
Blocos Sincronizados
+
+
+ O sistema autônomo delineado usado para a diversificação da seleção de pares.
+
+
+
+ Mapeado como
+ User Agent
@@ -1862,7 +1870,7 @@
- &Tráfico de Rede
+ &Tráfego da Rede
@@ -1930,7 +1938,7 @@
- ATENÇÃO: Fraudadores solicitam a usuários que digitem comandos aqui, e assim roubão o conteúdo de suas carteiras. Não utilize este console sem antes conhecer os comandos e seus efeitos.
+ ATENÇÃO: Fraudadores solicitam a usuários que digitem comandos aqui, e assim roubam o conteúdo de suas carteiras. Não utilize este console sem antes conhecer os comandos e seus efeitos.
diff --git a/src/qt/locale/bitcoin_ro.ts b/src/qt/locale/bitcoin_ro.ts
index 333a191ed3..310aa000e0 100644
--- a/src/qt/locale/bitcoin_ro.ts
+++ b/src/qt/locale/bitcoin_ro.ts
@@ -15,7 +15,7 @@
- Copiază adresa selectată în clipboard
+ Copiază adresa selectată curent în clipboard
@@ -27,7 +27,7 @@
- Şterge adresa selectată din listă
+ Şterge adresa selectată curent din listă
@@ -131,6 +131,10 @@
Repetaţi noua frază de acces
+
+
+ Arată fraza de acces
+ Criptare portofel
@@ -171,6 +175,18 @@
Portofel criptat
+
+
+ Portofel de criptat
+
+
+
+ Portofelul tău urmează să fie criptat.
+
+
+
+ Protofelul tău este criptat.
+ IMPORTANT: Orice copie de siguranţă făcută anterior portofelului dumneavoastră ar trebui înlocuită cu cea generată cel mai recent, fişier criptat al portofelului. Pentru siguranţă, copiile de siguranţă vechi ale portofelului ne-criptat vor deveni inutile imediat ce veţi începe folosirea noului fişier criptat al portofelului.
@@ -293,6 +309,14 @@
Deschide &URI...
+
+
+ Crează portofel...
+
+
+
+ Crează un portofel nou
+ Portofel:
@@ -441,6 +465,38 @@
Actualizat
+
+
+ Fereastra nodului
+
+
+
+ Deschide consola pentru depanare şi diagnosticare a nodului
+
+
+
+ &Adresele de destinatie
+
+
+
+ &Adresele de primire
+
+
+
+ Deschide portofel
+
+
+
+ Deschide un portofel
+
+
+
+ Inchide portofel...
+
+
+
+ Inchide portofel
+ Arată mesajul de ajutor %1 pentru a obţine o listă cu opţiunile posibile de linii de comandă Bitcoin
@@ -449,6 +505,10 @@
portofel implicit
+
+
+ Niciun portofel disponibil
+ &Fereastră
@@ -457,6 +517,14 @@
Minimizare
+
+
+ Zoom
+
+
+
+ Fereastra principală
+ Client %1
@@ -473,6 +541,10 @@
Eroare: %1
+
+
+ Atenționare: %1
+
@@ -525,6 +597,10 @@
Generarea de chei HD este <b>dezactivata</b>
+
+
+ Cheia privată <b>dezactivată</b>
+ Portofelul este <b>criptat</b> iar în momentul de faţă este <b>deblocat</b>
@@ -691,10 +767,46 @@
CreateWalletActivity
-
+
+
+ Crearea portofelului a eşuat
+
+
+
+ Atentionare la crearea portofelului
+
+
CreateWalletDialog
-
+
+
+ Crează portofel
+
+
+
+ Numele portofelului
+
+
+
+ Criptează portofelul. Portofelul va fi criptat cu fraza de acces aleasă.
+
+
+
+ Criptează portofelul.
+
+
+
+ Dezactivează cheile private pentru acest portofel. Portofelele cu cheile private dezactivate nu vor avea chei private şi nu vor putea avea samanţă HD sau chei private importate. Ideal pentru portofele marcate doar pentru citire.
+
+
+
+ Dezactivează cheile private
+
+
+
+ Creează
+
+
EditAddressDialog
@@ -1572,6 +1684,10 @@
Agent utilizator
+
+
+ Fereastra nodului
+ Deschide fişierul jurnal depanare %1 din directorul curent. Aceasta poate dura cateva secunde pentru fişierele mai mari.
@@ -2092,6 +2208,10 @@ Nota: Cum taxa este calculata per byte, o taxa de "100 satoshi per kB" pentru o
%1(%2 blocuri)
+
+
+ din portofelul '%1'
+ %1 la %2
@@ -2555,6 +2675,10 @@ Nota: Cum taxa este calculata per byte, o taxa de "100 satoshi per kB" pentru o
Index debit
+
+
+ (Certificatul nu a fost verificat)
+ Comerciant
@@ -2874,6 +2998,10 @@ Nota: Cum taxa este calculata per byte, o taxa de "100 satoshi per kB" pentru o
WalletController
+
+
+ Inchide portofel
+ WalletFrame
diff --git a/src/qt/locale/bitcoin_ru.ts b/src/qt/locale/bitcoin_ru.ts
index b7515b1a7c..4b063eb201 100644
--- a/src/qt/locale/bitcoin_ru.ts
+++ b/src/qt/locale/bitcoin_ru.ts
@@ -181,7 +181,7 @@
- Введите новый пароль для кошелька.<br/>Используйте пароль, состоящий из <b>десяти или более случайных символов</b>, или <b>восьми или более слов</b>.
+ Введите новый пароль для кошелька.<br/>Используйте пароль, состоящий из <b>десяти или более случайных символов</b> или <b>восьми или более слов</b>.
@@ -205,7 +205,7 @@
- ВАЖНО: любые предыдущие резервные копия вашего кошелька, выполненные вами, необходимо заменить новым сгенерированным, зашифрованным файлом кошелька. В целях безопасности, предыдущие резервные копии незашифрованного файла кошелька утратят пригодность после начала использования нового зашифрованного кошелька.
+ ВАЖНО: любые предыдущие резервные копия вашего кошелька, выполненные вами, необходимо заменить новым сгенерированным, зашифрованным файлом кошелька. В целях безопасности предыдущие резервные копии незашифрованного файла кошелька утратят пригодность после начала использования нового зашифрованного кошелька.
@@ -399,11 +399,11 @@
- Подписывайте сообщения Биткойн-адресами чтобы подтвердить что это написали именно Вы
+ Подписывайте сообщения Биткойн-адресами, чтобы подтвердить, что это написали именно вы
- Проверяйте сообщения чтобы убедиться что они подписаны конкретными Биткойн-адресами
+ Проверяйте сообщения, чтобы убедиться, что они подписаны конкретными Биткойн-адресами
@@ -481,6 +481,14 @@
Готов
+
+
+ Окно узла
+
+
+
+ Открыть консоль отладки и диагностики узла
+ &Адреса для отправлений
@@ -489,6 +497,10 @@
&Адреса для получений
+
+
+ Открыть биткойн: URI
+ Открыть Кошелёк
@@ -808,7 +820,7 @@
- Отключить приватные ключи для этого кошелька. Кошельки с отключенными приватными ключами не будут иметь приватных ключей и HD мастер-ключ или импортированные приватные ключи. Это подходит только кошелькам для часов.
+ Отключить приватные ключи для этого кошелька. Кошельки с отключенными приватными ключами не будут иметь приватных ключей и HD мастер-ключа или импортированных приватных ключей. Это подходит только кошелькам для часов.
@@ -816,7 +828,7 @@
- Сделать пустой кошелёк. Чистые кошельки изначально не имеют приватных ключей или скриптов. Позже можно импортировать приватные ключи и адреса, или установить HD мастер-ключ.
+ Сделать пустой кошелёк. Чистые кошельки изначально не имеют приватных ключей или скриптов. Позже можно импортировать приватные ключи и адреса или установить HD мастер-ключ.
@@ -944,7 +956,7 @@
- Первоначальная синхронизация очень сложна и может выявить проблемы с оборудованием вашего компьютера, которые ранее оставались незамеченными. Каждый раз, когда вы запускаете %1, будет продолжена загрузка с того места, где остановился.
+ Первоначальная синхронизация очень сложна и может выявить проблемы с оборудованием вашего компьютера, которые ранее оставались незамеченными. Каждый раз, когда вы запускаете %1, будет продолжена загрузка с места остановки.
@@ -1049,6 +1061,14 @@
Спрятать
+
+
+ Выйти
+
+
+
+ %1 синхронизировано. Заголовки и блоки будут скачиваться с узлов сети и проверяться до тех пор пока не будет достигнут конец цепи блоков.
+ Неизвестно. Синхронизация заголовков (%1, %2%)...
@@ -1056,6 +1076,10 @@
OpenURIDialog
+
+
+ Открыть URI биткойна
+ URI:
@@ -1112,7 +1136,7 @@
- Показывает, используется ли прокси SOCKS5 по умолчанию, для доступа к узлам через этот тип сети.
+ Показывает, используется ли прокси SOCKS5 по умолчанию для доступа к узлам через этот тип сети.
@@ -1132,7 +1156,7 @@
- Сторонние URL-адреса (например, обозреватель блоков) , которые отображаются на вкладке транзакции как элементы контекстного меню. %s в URL заменяется хэшем транзакции. Несколько URL-адресов разделены вертикальной чертой |.
+ Сторонние URL-адреса (например, обозреватель блоков), которые отображаются на вкладке транзакции как элементы контекстного меню. %s в URL заменяется хэшем транзакции. Несколько URL-адресов разделены вертикальной чертой |.
@@ -1156,7 +1180,7 @@
- Отключает некоторые дополнительные функции, но все блоки по-прежнему будут полностью проверены. Для возврата к этому параметру необходимо повторно загрузить весь блокчейн. Фактическое использование диска может быть несколько выше.
+ Отключает некоторые дополнительные функции, но все блоки по-прежнему будут полностью проверены. Для возврата к этому параметру необходимо повторно загрузить весь блокчейн. Фактическое использование диска может быть несколько больше.
@@ -1192,7 +1216,7 @@
- При отключении траты неподтверждённой сдачи, сдача от транзакции не может быть использована до тех пор пока у этой транзакции не будет хотя бы одно подтверждение. Это также влияет как ваш баланс рассчитывается.
+ При отключении траты неподтверждённой сдачи сдача от транзакции не может быть использована до тех пор пока у этой транзакции не будет хотя бы одно подтверждение. Это также влияет как ваш баланс рассчитывается.
@@ -1200,7 +1224,7 @@
- Автоматически открыть порт для Биткойн-клиента на маршрутизаторе. Работает только если Ваш маршрутизатор поддерживает UPnP, и данная функция включена.
+ Автоматически открыть порт для Биткойн-клиента на маршрутизаторе. Работает, если ваш маршрутизатор поддерживает UPnP, и данная функция включена.
@@ -1216,7 +1240,7 @@
- Подключится к сети Биткойн через прокси SOCKS5.
+ Подключиться к сети Биткойн через прокси SOCKS5.
@@ -1252,7 +1276,7 @@
- Подключатся к Биткойн-сети через отдельный прокси SOCKS5 для скрытых сервисов Tor.
+ Подключаться к Биткойн-сети через отдельный прокси SOCKS5 для скрытых сервисов Tor.
@@ -1383,7 +1407,7 @@
- Общая сумма всех транзакций, которые до сих пор не подтверждены, и до сих пор не учитываются в расходном балансе
+ Общая сумма всех транзакций, которые до сих пор не подтверждены и не учитываются в расходном балансе
@@ -1446,7 +1470,11 @@
- 'bitcoin://' не верный URI. Используйте 'bitcoin:' вместо этого.
+ 'bitcoin://' неверный URI. Используйте 'bitcoin:' вместо этого.
+
+
+
+ Невозможно обработать запрос платежа, потому что BIP70 не поддерживается.
@@ -1552,7 +1580,7 @@
- %n недели%n недель%n недель%n недель
+ %n неделя%n недель%n недель%n недель
@@ -1560,7 +1588,7 @@
- %n год%n лет%n лет%n лет
+ %n год%n года%n лет%n лет
@@ -1584,7 +1612,7 @@
- Ошибка : Не возможно разобрать файл конфигурации: %1.
+ Ошибка : Невозможно разобрать файл конфигурации: %1.
@@ -1619,7 +1647,7 @@
- Поддержка QR кодов не доступна.
+ Поддержка QR кодов недоступна.
@@ -1627,7 +1655,7 @@
- PNG Картинка (*.png)
+ PNG Image (*.png)
@@ -1760,10 +1788,22 @@
Синхронизировано блоков
+
+
+ The mapped Autonomous System used for diversifying peer selection.
+
+
+
+ Mapped AS
+ Пользовательский агент
+
+
+ Окно узла
+ Открыть отладочный лог-файл %1 с текущего каталога данных. Для больших лог-файлов это может занять несколько секунд.
@@ -1870,7 +1910,7 @@
- &Отключится
+ &Отключиться
@@ -1882,7 +1922,7 @@
- Добро пожаловать в %1 RPC консоль
+ Добро пожаловать в %1 RPC-консоль
@@ -1894,7 +1934,7 @@
- Для получения дополнительных сведений об использовании этой консоли, введите %1.
+ Для получения дополнительных сведений об использовании этой консоли введите %1.
@@ -1973,7 +2013,15 @@
- Необязательная сумма для запроса. Оставьте пустым или укажите ноль, чтобы запросить неопределённую сумму.
+ Необязательная сумма для запроса. Оставьте пустым или укажите ноль, чтобы не запрашивать определённую сумму.
+
+
+
+ Необязательная метка, ассоциированная с новым адресом приёма (используется вами, чтобы идентифицировать выставленный счёт). Также она присоединяется к запросу платежа.
+
+
+
+ Необязательное сообщение, которое присоединяется к запросу платежа и может быть показано отправителю.
@@ -1989,7 +2037,7 @@
- "Родные" segwit адреса (Bech32 или BIP-173) в дальнейшем уменьшат комиссии ваших транзакций и предоставят улучшенную защиту от опечаток, однако старые кошельки не поддерживают эти адреса. Если не выбрано, будет создан совместимый со старыми кошелёк.
+ "Родные" segwit-адреса (Bech32 или BIP-173) в дальнейшем уменьшат комиссии ваших транзакций и предоставят улучшенную защиту от опечаток, однако старые кошельки не поддерживают эти адреса. Если не выбрано, будет создан совместимый со старыми кошелёк.
@@ -2190,7 +2238,7 @@
Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis per kB" for a transaction size of 500 bytes (half of 1 kB) would ultimately yield a fee of only 50 satoshis.
Укажите пользовательскую плату за килобайт (1000 байт) виртуального размера транзакции.
-Примечание: Так как комиссия рассчитывается на основе каждого байта, комиссия "100 сатошей за КБ " для транзакции размером 500 байт (половина 1 КБ) в конечном счете, приведет к сбору только 50 сатошей.
+Примечание: Так как комиссия рассчитывается на основе каждого байта, комиссия "100 сатошей за КБ " для транзакции размером 500 байт (половина 1 КБ) в конечном счете приведет к сбору только 50 сатошей.
@@ -2198,7 +2246,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Спрятать
+ Скрыть
@@ -2300,6 +2348,14 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
%1 (%2 блоков)
+
+
+ Создать Без Подписи
+
+
+
+ Creates a Partially Signed Bitcoin Transaction (PSBT) for use with e.g. an offline %1 wallet, or a PSBT-compatible hardware wallet.
+ с кошелька '%1'
@@ -2312,10 +2368,18 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
С %1 на %2
+
+
+ Вы хотите подготовить черновик транзакции?
+ Вы действительно хотите выполнить отправку?
+
+
+ Please, review your transaction proposal. This will produce a Partially Signed Bitcoin Transaction (PSBT) which you can copy and then sign with e.g. an offline %1 wallet, or a PSBT-compatible hardware wallet.
+ или
@@ -2348,10 +2412,26 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Подтвердить отправку монет
+
+
+ Подтвердите предложенную транзакцию
+
+
+
+ Копировать PSBT в буфер обмена
+ Отправить
+
+
+ PSBT скопирована
+
+
+
+ Баланс только для просмотра:
+ Адрес получателя неверный. Пожалуйста, перепроверьте.
@@ -2447,6 +2527,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Удалить эту запись
+
+
+ The amount to send in the selected unit
+ С отправляемой суммы будет удержана комиссия. Получателю придёт меньше биткойнов, чем вы вводите в поле количества. Если выбрано несколько получателей, комиссия распределяется поровну.
@@ -2465,7 +2549,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Это не проверенный запрос на оплату.
+ Это непроверенный запрос на оплату.
@@ -2477,7 +2561,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Сообщение прикрепленное к биткойн идентификатору будет сохранено вместе с транзакцией для вашего сведения. Заметьте: Сообщение не будет отправлено через сеть Биткойн.
+ Сообщение, прикрепленное к биткойн-идентификатору, будет сохранено вместе с транзакцией для вашего сведения. Заметьте: Сообщение не будет отправлено через сеть Биткойн.
@@ -2567,12 +2651,20 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Введите ниже адрес получателя, сообщение (убедитесь, что переводы строк, пробелы, табы и т.п. в точности скопированы) и подпись, чтобы проверить сообщение. Убедитесь, что не скопировали лишнего в подпись, по сравнению с самим подписываемым сообщением, чтобы не стать жертвой атаки "man-in-the-middle". Заметьте, что эта операция удостоверяет лишь авторство подписавшего, но не может удостоверить отправителя транзакции.
+ Введите ниже адрес получателя, сообщение (убедитесь, что переводы строк, пробелы, табы и т.п. в точности скопированы) и подпись, чтобы проверить сообщение. Убедитесь, что не скопировали лишнего в подпись, сравнив с самим подписываемым сообщением, чтобы не стать жертвой атаки "man-in-the-middle". Заметьте, что эта операция удостоверяет лишь авторство подписавшего, но не может удостоверить отправителя транзакции.Биткойн-адрес, которым было подписано сообщение
+
+
+ Подписанное сообщение для проверки
+
+
+
+ The signature given when the message was signed
+ Проверить сообщение, чтобы убедиться, что оно было подписано указанным Биткойн-адресом
@@ -2646,7 +2738,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
TrafficGraphWidget
- КБ/сек
+ КБ/с
@@ -2661,7 +2753,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- конфликт с транзакцией с %1 подтверждений
+ конфликт с транзакцией с %1 подтверждениями
@@ -3070,7 +3162,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- ИН
+ ID
@@ -3144,6 +3236,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Желаете увеличить комиссию?
+
+
+ Do you want to draft a transaction with fee increase?
+ Текущая комиссия:
@@ -3160,6 +3256,14 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Подтвердите оплату
+
+
+ Невозможно подготовить черновик транзакции.
+
+
+
+ PSBT скопирована
+ Невозможно подписать транзакцию
@@ -3248,7 +3352,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Невозможно заблокировать каталог данных %s. %s возможно уже работает.
+ Невозможно заблокировать каталог данных %s. %s, возможно, уже работает.
@@ -3260,7 +3364,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Пожалуйста убедитесь в корректности установки времени и даты на вашем компьютере! Если время установлено неверно, %s не будет работать правильно.
+ Пожалуйста, убедитесь в корректности установки времени и даты на вашем компьютере! Если время установлено неверно, %s не будет работать правильно.
@@ -3268,7 +3372,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- База данных блоков содержит блок, который появляется из будущего. Это может из-за некорректно установленных даты и времени на вашем компьютере. Остается только перестраивать базу блоков, если вы уверены, что дата и время корректны.
+ База данных блоков содержит блок, который появляется из будущего. Это может произойти из-за некорректно установленных даты и времени на вашем компьютере. Остается только перестраивать базу блоков, если вы уверены, что дата и время корректны.
@@ -3276,7 +3380,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Это плата за транзакцию, которую вы можете отменить, если изменения меньше чем пыль
+ Это плата за транзакцию, которую вы можете отменить, если изменения меньше, чем пыль
@@ -3372,7 +3476,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Не удалось начать прослушивание на порту. Используйте -listen=0 если вас это устраивает.
+ Не удалось начать прослушивание на порту. Используйте -listen=0, если вас это устраивает.
@@ -3436,7 +3540,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Недоступно достаточного количества дескрипторов файла.
+ Недоступно достаточное количество дескрипторов файла.
@@ -3646,7 +3750,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Кошелёк будет избегать оплат меньших, нежели минимальная комиссия передачи.
+ Кошелёк будет избегать оплат меньше минимальной комиссии передачи.
@@ -3678,7 +3782,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- Невозможно обновить не разделенный HD кошелёк без обновления для поддержки предварительно разделенного пула ключей. Пожалуйста, используйте -upgradewallet=169900 или -upgradeallet без указания версии.
+ Невозможно обновить неразделенный HD кошелёк без обновления для поддержки предварительно разделенного пула ключей. Пожалуйста, используйте -upgradewallet=169900 или -upgradeallet без указания версии.
diff --git a/src/qt/locale/bitcoin_si.ts b/src/qt/locale/bitcoin_si.ts
index fbcc8ae7bb..bf3f976e1e 100644
--- a/src/qt/locale/bitcoin_si.ts
+++ b/src/qt/locale/bitcoin_si.ts
@@ -1,10 +1,38 @@
AddressBookPage
+
+
+ ලිපිනය හෝ ලේබලය සංස්කරණය කිරීමට දකුණු මූසික බොත්තම ක්ලික් කරන්න
+ නව ලිපිනයක් සාදන්න
+
+
+ නව
+
+
+
+ දැනට තෝරාගෙන ඇති ලිපිනය පද්ධති පසුරු පුවරුවට (clipboard) පිටපත් කරන්න
+
+
+
+ පිටපත් කරන්න
+
+
+
+ වසා දමන්න
+
+
+
+ දැනට තෝරාගත් ලිපිනය ලැයිස්තුවෙන් ඉවත් කරන්න
+
+
+
+ සෙවීමට ලිපිනය හෝ ලේබලය ඇතුළත් කරන්න
+ කාසි යැවිය යුතු ලිපිනය තෝරන්න
@@ -21,7 +49,23 @@
ලබන ලිපින
-
+
+
+ මේවා ඔබගේ ගෙවීම් යැවීම සඳහා වන බිට්කොයින් ලිපින වේ. කාසි යැවීමට පෙර සෑම විටම මුදල සහ ලැබීමේ ලිපිනය පරීක්ෂා කරන්න.
+
+
+
+ මේවා ඔබගේ ගෙවීම් ලැබීම සඳහා වන බිට්කොයින් ලිපින වේ. නව ලිපින සෑදීම සඳහා ලැබීම් ටැබ් එකෙහි ඇති 'නව ලැබීමේ ලිපිනයක් සාදන්න' බොත්තම භාවිතා කරන්න.
+
+
+
+ කොමා වලින් වෙන් කරන ලද ගොනුව (* .csv)
+
+
+
+ ලිපින ලැයිස්තුව %1 ට සුරැකීමට උත්සාහ කිරීමේදී දෝෂයක් ඇතිවිය. කරුණාකර නැවත උත්සාහ කරන්න.
+
+AddressTableModel
@@ -39,12 +83,140 @@
AskPassphraseDialog
-
+
+
+ මුරපද කවුළුව
+
+
+
+ මුරපදය ඇතුල් කරන්න
+
+
+
+ නව මුරපදය
+
+
+
+ නව මුරපදය නැවත ඇතුලත් කරන්න
+
+
+
+ මුරපදය පෙන්වන්න
+
+
+
+ පසුම්බිය සංකේතනය කරන්න
+
+
+
+ පසුම්බිය අගුළු ඇරීමේ මෙම ක්රියාවලියට ඔබේ පසුම්බියේ මුරපදය අවශ්ය වේ.
+
+
+
+ පසුම්බිය අගුළු අරින්න
+
+
+
+ පසුම්බිය විකේතනය කිරීමේ මෙම ක්රියාවලියට ඔබේ පසුම්බියේ මුරපදය අවශ්ය වේ.
+
+
+
+ පසුම්බිය විකේතනය කරන්න
+
+
+
+ මුරපදය වෙනස් කරන්න
+
+
+
+ පසුම්බි සංකේතනය තහවුරු කරන්න
+
+
+
+ අවවාදයයි: ඔබ ඔබේ මුදල් පසුම්බිය සංකේතනය කල පසු ඔබගේ මුරපදය නැති වුවහොත්, ඔබේ <b>බිට්කොයින් සියල්ලම ඔබට අහිමි වනු ඇත</b>!
+
+
+
+ ඔබේ මුදල් පසුම්බිය සංකේතනය කිරීමේ අවශ්යතාව තහවුරු කරන්න?
+
+
+
+ පසුම්බිය සංකේතනය කර ඇත
+
+
+
+ පසුම්බිය සඳහා නව මුරපදය ඇතුළත් කරන්න.<br/>කරුණාකර මුරපදය සඳහා <b>අහඹු අක්ෂර දහයක් හෝ වැඩි ගණනක්</b>, හෝ <b>වචන අටක් හෝ වැඩි ගණනක්</b>භාවිතා කරන්න.
+
+
+
+ පසුම්බිය සඳහා පැරණි මුරපදය සහ නව මුරපදය ඇතුළත් කරන්න.
+
+
+
+ ඔබේ මුදල් පසුම්බිය සංකේතනය කිරීමෙන් ඔබේ පරිගණකයට අනිෂ්ට මෘදුකාංග (malware) ඇතුලු වීමෙන් කෙරෙන බිට්කොයින් සොරකම් කිරීම් වලින් සම්පූර්ණයෙන්ම වැළැක්වීම කළ නොහැකි බව මතක තබා ගන්න.
+
+
+
+ සංකේතනය කළ යුතු පසුම්බිය
+
+
+
+ ඔබේ මුදල් පසුම්බිය සංකේතනය කිරීමට ආසන්නයි.
+
+
+
+ ඔබගේ මුදල් පසුම්බිය දැන් සංකේතනය කර ඇත.
+
+
+
+ වැදගත්: ඔබගේ පසුම්බි ගොනුවෙන් ඔබ විසින් සාදන ලද පෙර උපස්ථයන්(backups) අලුතින් ජනනය කරන ලද, සංකේතනය කළ පසුම්බි ගොනුව සමඟ ප්රතිස්ථාපනය(replace) කළ යුතුය. ආරක්ෂක හේතූන් මත, ඔබ නව, සංකේතනය කළ පසුම්බිය භාවිතා කිරීමට පටන් ගත් වහාම සංකේතනය නොකළ පසුම්බි ගොනුවේ පෙර උපස්ථ අක්රීය වනු ඇත.
+
+
+
+ පසුම්බි සංකේතනය අසාර්ථක විය
+
+
+
+ අභ්යන්තර දෝෂයක් හේතුවෙන් පසුම්බි සංකේතනය අසාර්ථක විය. ඔබගේ මුදල් පසුම්බිය සංකේතනය වී නොමැත.
+
+
+
+ සපයන ලද මුරපද නොගැලපේ.
+
+
+
+ පසුම්බි අගුළු ඇරීම අසාර්ථක විය
+
+
+
+ පසුම්බිය විකේතනය සඳහා ඇතුළත් කළ මුරපදය වැරදිය.
+
+
+
+ පසුම්බි විකේතනය අසාර්ථකයි.
+
+
+
+ පසුම්බි මුරපදය සාර්ථකව වෙනස් කරන ලදි.
+
+
+
+ අවවාදයයි: කැප්ස් ලොක් යතුර ක්රියාත්මකයි!
+
+
BanTableModel
+
+
+ IP/Netmask
+ BitcoinGUI
+
+
+ ගනුදෙනු ඉතිහාසය පිරික්සන්න
+ අවවාදය
@@ -276,6 +448,10 @@
TransactionView
+
+
+ කොමා වලින් වෙන් කරන ලද ගොනුව (* .csv)
+ දිනය
diff --git a/src/qt/locale/bitcoin_sk.ts b/src/qt/locale/bitcoin_sk.ts
index 8435a49319..0b2b26c0c7 100644
--- a/src/qt/locale/bitcoin_sk.ts
+++ b/src/qt/locale/bitcoin_sk.ts
@@ -481,6 +481,14 @@
Aktualizovaný
+
+
+ Uzlové okno
+
+
+
+ Otvor konzolu pre ladenie a diagnostiku uzlu
+ &Odosielajúce adresy
@@ -489,6 +497,10 @@
&Prijímajúce adresy
+
+
+ Otvoriť bitcoin: URI
+ Otvoriť peňaženku
@@ -944,7 +956,7 @@
- Prvá synchronizácia je veľmi náročná a môžu sa tak vďaka nej začat na Vašom počítači projavovať doteraz skryté hárdwarové problémy. Vždy, keď spustíte %1, bude sťahovanie pokračovať tam, kde skončilo.
+ Prvá synchronizácia je veľmi náročná a môžu sa tak vďaka nej začat na Vašom počítači prejavovať doteraz skryté hardwarové problémy. Vždy, keď spustíte %1, bude sťahovanie pokračovať tam, kde naposledy skončilo.
@@ -1049,6 +1061,14 @@
Skryť
+
+
+ Esc - úniková klávesa
+
+
+
+ %1 sa práve synchronizuje. Sťahujú sa hlavičky a bloky od partnerov. Tie sa budú sa overovať až sa kompletne overí celý reťazec blokov - blockchain.
+ Neznámy. Synchronizujú sa hlavičky (%1, %2%)...
@@ -1056,6 +1076,10 @@
OpenURIDialog
+
+
+ Otvoriť bitcoin URI
+ URI:
@@ -1448,6 +1472,10 @@
'bitcoin://' je neplatná URI. Použite 'bitcoin:'
+
+
+ Nemožno spracovať žiadosť o platbu, pretože podpora pre BIP70 nieje podporovaná.
+ Kvôli mnohým bezpečnostným chybám v BIP70 sa dôrazne odporúča ignorovať inštrukcie na prepínanie peňaženiek od akýchkoľvek obchodníkov.
@@ -1761,10 +1789,22 @@
Synchronizované bloky
+
+
+ Mapovaný nezávislý - Autonómny Systém používaný na rozšírenie vzájomného výberu partnerov.
+
+
+
+ Mapovaný AS
+ Aplikácia
+
+
+ Uzlové okno
+ Otvoriť %1 ladiaci výpis z aktuálnej zložky. Pre veľké súbory to môže chvíľu trvať.
@@ -1976,9 +2016,17 @@
Voliteľná požadovaná suma. Nechajte prázdne alebo nulu ak nepožadujete určitú sumu.
+
+
+ Voliteľný popis ktorý sa pridá k tejto novej prijímajúcej adrese (pre jednoduchšiu identifikáciu). Tento popis je taktiež pridaný do výzvy k platbe.
+
+
+
+ Voliteľná správa ktorá bude pridaná k tejto platobnej výzve a môže byť zobrazená odosielateľovi.
+
- Vytvoriť novú adresu pre prijímanie
+ &Vytvoriť novú príjmaciu adresu
@@ -2229,6 +2277,10 @@ Poznámka: Keďže poplatok je počítaný za bajt, poplatok o hodnote "100 sato
Prach:
+
+
+ Skryť nastavenie poplatkov transakcie
+ Ak je v blokoch menej objemu transakcií ako priestoru, ťažiari ako aj vysielacie uzly, môžu uplatniť minimálny poplatok. Platiť iba minimálny poplatok je v poriadku, ale uvedomte si, že to môže mať za následok transakciu, ktorá sa nikdy nepotvrdí, akonáhle je väčší dopyt po bitcoinových transakciách, než dokáže sieť spracovať.
@@ -2297,6 +2349,14 @@ Poznámka: Keďže poplatok je počítaný za bajt, poplatok o hodnote "100 sato
%1 (%2 blokov)
+
+
+ Vytvoriť bez podpisu
+
+
+
+ Vytvorí čiastočne podpísanú Bitcoin transakciu (Partially Signed Bitcoin Transaction - PSBT) na použitie napríklad s offline %1 peňaženkou alebo v hardvérovej peňaženke kompatibilnej s PSBT.
+ z peňaženky '%1'
@@ -2309,6 +2369,10 @@ Poznámka: Keďže poplatok je počítaný za bajt, poplatok o hodnote "100 sato
%1 do %2
+
+
+ Chcete naplánovať túto transakciu?
+ Určite chcete odoslať transakciu?
@@ -2345,6 +2409,26 @@ Poznámka: Keďže poplatok je počítaný za bajt, poplatok o hodnote "100 sato
Potvrďte odoslanie mincí
+
+
+ Potvrdiť návrh transakcie
+
+
+
+ Skopírovať PSBT do schránky
+
+
+
+ Odoslať
+
+
+
+ PSBT skopírovaný
+
+
+
+ Iba sledovaný zostatok:
+ Adresa príjemcu je neplatná. Prosím, overte ju.
@@ -2440,6 +2524,10 @@ Poznámka: Keďže poplatok je počítaný za bajt, poplatok o hodnote "100 sato
Odstrániť túto položku
+
+
+ Suma na odoslanie vo vybranej mene
+ Poplatok sa odpočíta od čiastky, ktorú odosielate. Príjemca dostane menej bitcoinov ako zadáte. Ak je vybraných viacero príjemcov, poplatok je rozdelený rovným dielom.
@@ -2566,6 +2654,14 @@ Poznámka: Keďže poplatok je počítaný za bajt, poplatok o hodnote "100 sato
Adresa Bitcoin, ktorou bola podpísaná správa
+
+
+ Podpísaná správa na overenie
+
+
+
+ Poskytnutý podpis pri podpísaní správy
+ Overím správy sa uistiť že bola podpísaná označenou Bitcoin adresou
@@ -2598,6 +2694,10 @@ Poznámka: Keďže poplatok je počítaný za bajt, poplatok o hodnote "100 sato
Odomknutie peňaženky bolo zrušené.
+
+
+ Bez chyby
+ Súkromný kľúč pre zadanú adresu nieje k dispozícii.
@@ -3131,7 +3231,11 @@ Poznámka: Keďže poplatok je počítaný za bajt, poplatok o hodnote "100 sato
- Chceš poplatok navýšiť?
+ Chcete navýšiť poplatok?
+
+
+
+ Chcete naplánovať túto transakciu s navýšením poplatkov.
@@ -3149,6 +3253,14 @@ Poznámka: Keďže poplatok je počítaný za bajt, poplatok o hodnote "100 sato
Potvrď navýšenie poplatku
+
+
+ Nemožno naplánovať túto transakciu.
+
+
+
+ PSBT skopírovaný
+ Nemôzeme podpíaať transakciu.
@@ -3315,6 +3427,14 @@ Poznámka: Keďže poplatok je počítaný za bajt, poplatok o hodnote "100 sato
Zistená poškodená databáza blokov
+
+
+ Nepodarilo sa nájsť asmap súbor %s
+
+
+
+ Nepodarilo sa analyzovať asmap súbor %s
+ Chcete znovu zostaviť databázu blokov?
diff --git a/src/qt/locale/bitcoin_sl.ts b/src/qt/locale/bitcoin_sl.ts
index 251c040a22..fffb181e76 100644
--- a/src/qt/locale/bitcoin_sl.ts
+++ b/src/qt/locale/bitcoin_sl.ts
@@ -267,7 +267,7 @@
- Oglejte si splošne informacije o vaši denarnici
+ Oglejte si splošne informacije o svoji denarnici
@@ -1435,7 +1435,7 @@
- Na voljo:
+ Na voljo za pošiljanje:
@@ -1788,6 +1788,14 @@
Sinhronizirani bloki
+
+
+ Mapirani Avtonomski Sistem, uporabljan za diverzificiranje izbire soležnikov.
+
+
+
+ Mapirani AS
+ Ime agenta
@@ -2350,15 +2358,15 @@ Opomba: Ker se provizija izračuna na bajt, bi provizija "100 satoshijev na kB"
- iz denarnice '%1'
+ iz denarnice '%1'
- %1 do '%2'
+ %1 v '%2'
- %1 do %2
+ %1 v %2
@@ -2366,7 +2374,7 @@ Opomba: Ker se provizija izračuna na bajt, bi provizija "100 satoshijev na kB"
- Ali ste prepričani, da želite poslati?
+ Ali ste prepričani, da želite poslati sredstva?
@@ -2382,7 +2390,7 @@ Opomba: Ker se provizija izračuna na bajt, bi provizija "100 satoshijev na kB"
- Prosimo, preglejte vaše transakcije.
+ Prosimo, preglejte svojo transakcijo.
diff --git a/src/qt/locale/bitcoin_sq.ts b/src/qt/locale/bitcoin_sq.ts
index da3551e241..3a9949488f 100644
--- a/src/qt/locale/bitcoin_sq.ts
+++ b/src/qt/locale/bitcoin_sq.ts
@@ -115,6 +115,10 @@
Përsërisni fjalëkalimin e ri
+
+
+ Shfaqe fjalëkalimin
+ Kripto portofolin
@@ -151,6 +155,14 @@
Portofoli u enkriptua
+
+
+ Jepe fjalëkalimin e ri për portofolin. Ju lutemi të përdorni një fjalkalim prej dhjetë ose më shumë shkronjave të rëndomta, ose tetë e më shumë fjalë.
+
+
+
+ Jepe fjalëkalimin e vjetër dhe fjalkalimin e ri për portofolin.
+ Enkriptimi i portofolit dështoi
diff --git a/src/qt/locale/bitcoin_sr.ts b/src/qt/locale/bitcoin_sr.ts
index fecdb44c86..8e511ba027 100644
--- a/src/qt/locale/bitcoin_sr.ts
+++ b/src/qt/locale/bitcoin_sr.ts
@@ -7,7 +7,7 @@
- Направите нову адресу
+ Направи нову адресу
@@ -27,15 +27,15 @@
- Обришите тренутно одабрану адресу са листе
+ Обриши тренутно одабрану адресу са листе
- Navedite adresu ili naziv koji bi ste potražili
+ Унеси адресу или назив ознаке за претрагу
- Извези податке из одабране картице у фајлj
+ Извези податке из одабране картице у датотеку
@@ -47,15 +47,15 @@
- Изаберите адресу за слање
+ Одабери адресу за слање
- Изаберите адресу за примање
+ Одабери адресу за примање
- &Изабери
+ &Одабери
@@ -67,7 +67,11 @@
- Ово су ваше Биткоин адресе за слање уплата. Увек добро проверите износ и адресу на коју шаљете пре него што пошаљете уплату.
+ Ово су твоје Биткоин адресе за слање уплата. Увек добро провери износ и адресу на коју шаљеш пре него што пошаљеш уплату.
+
+
+
+ Ово су твоје Биткоин адресе за примање уплата. Користи дугме „Направи нову адресу за примање” у картици за примање за креирање нових адреса.
@@ -102,7 +106,7 @@
AddressTableModel
- Етикета
+ Ознака
@@ -110,7 +114,7 @@
- (без етикете)
+ (без ознаке)
@@ -121,7 +125,7 @@
- Унесите лозинку
+ Унеси лозинку
@@ -129,7 +133,11 @@
- Поновите нову лозинку
+ Понови нову лозинку
+
+
+
+ Прикажи лозинку
@@ -137,7 +145,7 @@
- Ова операција захтева да унесете лозинку новчаника како би откључали новчаник.
+ Ова операција захтева да унесеш лозинку новчаника како би се новчаник откључао.
@@ -145,7 +153,7 @@
- Ова операција захтева да унесете лозинку новчаника како би дешифровали новчаник.
+ Ова операција захтева да унесеш лозинку новчаника како би новчаник био дешифрован.
@@ -153,7 +161,7 @@
- Измену лозинку
+ Измени лозинку
@@ -161,7 +169,7 @@
- Упозорење: Уколико шифрирате новчаник и изгубите своју лозинку, <b>ИЗГУБИЋЕТЕ СВЕ СВОЈЕ БИТКОИНЕ</b>!
+ Упозорење: Уколико шифрираш новчаник и изгубиш своју лозинку, <b>ИЗГУБИЋЕШ СВЕ СВОЈЕ БИТКОИНЕ</b>!
@@ -171,6 +179,30 @@
Новчаник шифриран
+
+
+ Унеси нову лозинку за новчаник<br/>Молимо користи лозинку од десет или више насумичних карактера<b>,или<b>осам или више речи</b>.
+
+
+
+ Унеси стару лозинку и нову лозинку новчаника.
+
+
+
+ Упамти, шифрирање новчаника не може у потуности заштити твоје биткоине од крађе од стране малвера инфицира твој рачунар.
+
+
+
+ Новчаник за шифрирање
+
+
+
+ Твој новчаник биће шифриран.
+
+
+
+ Твој новчаник сада је шифриран.
+ ВАЖНО: Свакa претходнa резерва новчаника коју сте имали треба да се замени новим, шифрираним фајлом новчаника. Из сигурносних разлога, свака претходна резерва нешифрираног фајла новчаника постаће сувишна, чим почнете да користите нови, шифрирани новчаник.
@@ -205,7 +237,7 @@
- Упозорање Caps Lock дугме укључено.
+ Упозорање Caps Lock дугме укључено!
@@ -267,7 +299,7 @@
- Прегледајте информације о Qt-у
+ Прегледај информације о Qt-у
@@ -287,15 +319,23 @@
- Промени &лозинку...
+ & Промени лозинку...
- Отвори &УРИ...
+ Отвори &URI...
+
+
+
+ Направи Новчаник...
+
+
+
+ Направи нови ночаник
- Новчаник
+ Новчаник:
@@ -315,7 +355,7 @@
- Поново идексирање блокова на диску.
+ Поново идексирање блокова на диску...
@@ -323,11 +363,11 @@
- Пошаљите новац на Биткоин адресу
+ Пошаљи новац на Биткоин адресу
- Направите резервну копију новчаника на другој локацији
+ Направи резервну копију новчаника на другој локацији
@@ -427,7 +467,7 @@
- Greška
+ Грешка
@@ -439,7 +479,43 @@
- Ажурно
+ Ажурирано
+
+
+
+ Ноде прозор
+
+
+
+ Отвори конзолу за ноде дебуг и дијагностику
+
+
+
+ &Адресе за слање
+
+
+
+ &Адресе за примање
+
+
+
+ Отвори биткоин: URI
+
+
+
+ Отвори новчаник
+
+
+
+ Отвори новчаник
+
+
+
+ Затвори новчаник...
+
+
+
+ Затвори новчаник
@@ -449,14 +525,42 @@
подразумевани новчаник
+
+
+ Нема доступних новчаника
+
+
+
+ Умањи
+
+
+
+ Увећај
+
+
+
+ Главни прозор
+ %1 клијент
+
+
+ Повезивање са клијентима...
+ Ажурирање у току...
+
+
+ Грешка: %1
+
+
+
+ Упозорење: %1
+
@@ -484,7 +588,7 @@
- Етикета: %1
+ Ознака: %1
@@ -495,11 +599,11 @@
- Послана трансакција
+ Послата трансакција
- Придошла трансакција
+ Долазна трансакција
@@ -509,9 +613,13 @@
Генерисање ХД кључа је <b>онеомогућено</b>
+
+
+ Приватни кључ <b>онемогућен</b>
+
- Новчаник јс <b>шифрован</b> и тренутно <b>откључан</b>
+ Новчаник јс <b>шифриран</b> и тренутно <b>откључан</b>
@@ -558,8 +666,15 @@
- изаберите / поништите све
-
+ (Де)Селектуј све
+
+
+
+ Прикажи као стабло
+
+
+
+ Прикажи као листу
@@ -567,7 +682,7 @@
- Примљено са етикетом
+ Примљено са ознаком
@@ -575,7 +690,7 @@
- datum
+ Датум
@@ -583,7 +698,7 @@
- Potvrdjen
+ Потврђено
@@ -591,7 +706,7 @@
- Копирај налепницу
+ Копирај ознаку
@@ -631,7 +746,7 @@
- Копирај промену
+ Копирај кусур
@@ -645,9 +760,21 @@
не
+
+
+ Ознака постаје црвена уколико прималац прими износ мањи од износа прашине - сићушног износа.
+
+
+
+ Може варирати +/- %1 сатоши(ја) по инпуту.
+
- (без налепнице)
+ (без ознаке)
+
+
+
+ Измени од %1 (%2)
@@ -656,10 +783,58 @@
CreateWalletActivity
-
+
+
+ Креирање новчаника<b>%1... </b>...
+
+
+
+ Креирање новчаника неуспешно
+
+
+
+ Направи упозорење за новчаник
+
+
CreateWalletDialog
-
+
+
+ Направи новчаник
+
+
+
+ Име Новчаника
+
+
+
+ Шифрирај новчаник. Новчаник ће бити шифриран лозинком коју одаберете.
+
+
+
+ Шифрирај новчаник
+
+
+
+ Онемогући приватни кључ за овај новчаник. Новчаници са онемогућеним приватним кључем неће имати приватни кључ и не могу имати HD семе или увезени приватни кључ. Ова опција идеална је за новчанике који су искључиво за посматрање.
+
+
+
+ Онемогући Приватне Кључеве
+
+
+
+ Направи празан новчаник. Празни новчанци немају приватане кључеве или скрипте. Приватни кључеви могу се увести, или HD семе може бити постављено касније.
+
+
+
+ Направи Празан Новчаник
+
+
+
+ Направи
+
+
EditAddressDialog
@@ -668,11 +843,11 @@
- &Етикета
+ &Ознака
- Етикета повезана са овом ставком из листе адреса
+ Ознака повезана са овом ставком из листе адреса
@@ -698,6 +873,14 @@
Унета адреса "%1" није важећа Биткоин адреса.
+
+
+ Адреса "%1" већ постоји као примајућа адреса са ознаком "%2" и не може бити додата као адреса за слање.
+
+
+
+ Унета адреса "%1" већ постоји у адресару са ознаком "%2".
+ Новчаник није могуће откључати.
@@ -711,7 +894,7 @@
FreespaceChecker
- Нови директоријум података ће бити креиран.
+ Нови директоријум података биће креиран.
@@ -761,11 +944,15 @@
- Када кликнете на ОК, %1 ће почети с преузимањем и процесирањем целокупног ланца блокова %4 (%2GB), почевши од најранијих трансакција у %3 када је %4 покренут.
+ Када кликнете на ОК, %1 ће почети с преузимањем и процесуирањем целокупног ланца блокова %4 (%2GB), почевши од најранијих трансакција у %3 када је %4 покренут.
+
+
+
+ Враћање ове опције захтева поновно преузимање целокупног блокчејна - ланца блокова. Брже је преузети цели ланац и касније га скратити. Онемогућава неке напредне опције.
- Ова иницијална синхронизација је веома захтевна и може изложити ваш рачунар хардверским проблемима који раније нису били примећени. Сваки пут када покренете %1, преузимање ће се наставити тамо где је било прекинуто.
+ Првобитна синхронизација веома је захтевна и може изложити ваш рачунар хардверским проблемима који раније нису били примећени. Сваки пут када покренете %1, преузимање ће се наставити тамо где је било прекинуто.
@@ -784,19 +971,63 @@
Биткоин
-
- Greška
+
+ Обриши блокове након верификације, осим најновије %1 GB (скраћено)
-
+
+
+ Најмање %1 GB подататака биће складиштен у овај директорјиум који ће временом порасти.
+
+
+
+ Најмање %1 GB подататака биће складиштен у овај директорјиум.
+
+
+
+ %1 биће преузеће и складиштити копију Биткоин ланца блокова.
+
+
+
+ Новчаник ће бити складиштен у овом директоријуму.
+
+
+
+ Грешка: Одабрана датотека "%1" не може бити креирана.
+
+
+
+ Грешка
+
+
+
+ Доступно %n GB слободног простораДоступно %n GB слободног простораДоступно %n GB слободног простора
+
+
+
+ (од потребних %n GB)(од потребних %n GB)(од потребних %n GB)
+
+
+
+ (%n GB потребно за цео ланац)(%n GB потребно за цео ланац)(%n GB потребно за цео ланац)
+
+
ModalOverlayФорма
+
+
+ Недавне трансакције можда не буду видљиве, зато салдо твог новчаника можда буде нетачан. Ова информација биђе тачна када новчаник заврши са синхронизацијом биткоин мреже, приказаној испод.
+
+
+
+ Покушај слања биткоина који су под утицајем још не приказаних трансакција неће бити прихваћен од стране мреже.
+
- Остала количина блокова
+ Преостала количина блокова
@@ -810,43 +1041,223 @@
Напредак
+
+
+ Пораст напретка по часу
+
- Рачунање
+ рачунање...
+
+
+
+ Оквирно време до краја синхронизацијеСакриј
-
+
+
+ Есц
+
+
+
+ %1 се синхронузује. Преузеће заглавља и блокове од клијената и потврдити их док не стигне на крај ланца блокова.
+
+
+
+ Непознато. Синхронизација заглавља (%1, %2%)...
+
+
OpenURIDialog
-
+
+
+ Отвори биткоин URI
+
+
+
+ URI:
+
+
OpenWalletActivity
+
+
+ Отварање новчаника неуспешно
+
+
+
+ Упозорење приликом отварања новчаника
+ подразумевани новчаник
-
+
+
+ Отварање новчаника<b>%1</b>...
+
+
OptionsDialogПоставке
+
+
+ &Главни
+
+
+
+ Аутоматски почети %1 након пријање на систем.
+
+
+
+ &Покрени %1 приликом пријаве на систем
+
+
+
+ Величина кеша базе података
+
+
+
+ Број скрипти и CPU за верификацију
+
+
+
+ ИП адреса проксија (нпр. IPv4: 127.0.0.1 / IPv6: ::1)
+
+
+
+ Приказује се ако је испоручени уобичајени SOCKS5 проxy коришћен ради проналажења клијената преко овог типа мреже.
+
+
+
+ Користи посебан SOCKS&5 како би пронашли клијенте преко Тор-а.
+
+
+
+ Сакриј икону са системске траке.
+
+
+
+ &Сакриј икону
+
+
+
+ Минимизирање уместо искључивања апликације када се прозор затвори. Када је ова опција омогућена, апликација ће бити затворена тек након одабира Излаз у менију.
+
+
+
+ URL треће стране (нпр блок претраживач) који се појављује у менију трансакције. %s у URL замењен је хашом трансакције. Више URL-ова поделено је вертикалом |.
+
+
+
+ Отвори %1 конфигурациони фајл из директоријума у употреби.
+ Отвори Конфигурациону Датотеку
+
+
+ Ресетуј све опције клијента на почетна подешавања.
+
+
+
+ &Ресет Опције
+
+
+
+ &Мрежа
+
+
+
+ Онемогућава поједина напредна својства, али ће сви блокови у потпуности бити валидирани. Враћање ове опције захтева да поновно преузимање целокупонг блокчејна.
+
+
+
+ Сакрати &block складиштење на
+
+
+
+ GB
+
+
+
+ Враћање ове опције захтева да поновно преузимање целокупонг блокчејна.
+
+
+
+ MiB
+
+
+
+ (0 = аутоматски одреди, <0 = остави слободно толико језгара)
+
- новчаник
+ Н&овчаникЕксперт
+
+
+ Омогући опцију контроле новчића
+
+
+
+ Уколико онемогућиш трошење непотврђеног кусура, кусур трансакције неће моћи да се користи док транскација нема макар једну потврду. Ово такође утиче како ће се салдо рачунати.
+
+
+
+ &Троши непотврђени кусур
+
+
+
+ Аутоматски отвори Биткоин клијент порт на рутеру. Ова опција ради само уколико твој рутер подржава и има омогућен UPnP.
+
+
+
+ Мапирај порт користећи &UPnP
+
+
+
+ Прихвати спољашње концекције.
+
+
+
+ Дозволи долазеће конекције.
+
+
+
+ Конектуј се на Биткоин мрежу кроз SOCKS5 проксијем.
+
+
+
+ &Конектуј се кроз SOCKS5 прокси (уобичајени прокси):
+
+
+
+ Прокси &IP:
+
+
+
+ &Порт:
+
+
+
+ Прокси порт (нпр. 9050)
+
+
+
+ Коришћен за приступ другим чворовима преко:
+ IPv4
@@ -859,10 +1270,54 @@
Тор
+
+
+ Конектуј се на Биткоин мрежу кроз SOCK5 прокси за Тор скривене сервисе.
+
+
+
+ Покажи само иконицу у панелу након минимизирања прозора
+
+
+
+ &минимизирај у доњу линију, уместо у програмску траку
+
+
+
+ Минимизирај при затварању
+
+
+
+ &Прикажи
+
+
+
+ &Језик корисничког интерфејса:
+
+
+
+ Језик корисничког интерфејса може се овде поставити. Ово својство биће на снази након поновног покреања %1.
+ &Јединица за приказивање износа:
+
+
+ Одабери уобичајену подјединицу која се приказује у интерфејсу и када се шаљу новчићи.
+
+
+
+ Да ли да се прикажу опције контроле новчића или не.
+
+
+
+ &URL-ови трансакција трећих страна
+
+
+
+ Опције постављене у овом диалогу су поништене командном линијом или у конфигурационој датотеци:
+ &Уреду
@@ -872,101 +1327,780 @@
&Откажи
-
- Greška
+
+ подразумевано
-
+
+
+ ниједно
+
+
+
+ Потврди ресет опција
+
+
+
+ Рестарт клијента захтеван како би се промене активирале.
+
+
+
+ Клијент ће се искључити. Да ли желите да наставите?
+
+
+
+ Конфигурација својстава
+
+
+
+ Конфигурациона датотека се користи да одреди напредне корисничке опције које поништају подешавања у графичком корисничком интерфејсу.
+
+
+
+ Грешка
+
+
+
+ Ова конфигурациона датотека не може бити отворена.
+
+
+
+ Ова промена захтева да се рачунар поново покрене.
+
+
+
+ Достављена прокси адреса није валидна.
+
+
OverviewPageФорма
+
+
+ Приказана информација може бити застарела. Ваш новчаник се аутоматски синхронизује са Биткоин мрежом након успостављања конекције, али овај процес је још увек у току.
+
+
+
+ Само гледање:
+ Доступно:
+
+
+ Салдо који можете потрошити
+ На чекању:
+
+
+ Укупан број трансакција које још увек нису потврђене, и не рачунају се у салдо рачуна који је могуће потрошити
+
+
+
+ Недоспело:
+
+
+
+ Салдо рударења који још увек није доспео
+
+
+
+ Салдо
+ Укупно:
-
+
+
+ Твој тренутни салдо
+
+
+
+ Твој тренутни салдо са гледај-само адресама
+
+
+
+ Могуће потрошити:
+
+
+
+ Недавне трансакције
+
+
+
+ Трансакције за гледај-само адресе које нису потврђене
+
+
+
+ Салдорударења у адресама које су у моду само гледање, који још увек није доспео
+
+
+
+ Тренутни укупни салдо у адресама у опцији само-гледај
+
+
PaymentServer
-
+
+
+ Грешка у захтеву за плаћање
+
+
+
+ Не могу покренути биткоин: "кликни-да-платиш" механизам
+
+
+
+ URI руковање
+
+
+
+ 'bitcoin://' није важећи URI. Уместо тога користити 'bitcoin:'.
+
+
+
+ Захтев за плаћање не може се обрадити, јер BIP70 није подржан.
+
+
+
+ Због великог броја безбедносних пропуста у BIP70, препоручено је да се све инструкције трговаца за промену новчаника игноришу.
+
+
+
+ Уколико добијате грешку овог типа, потребно је да захтевате од трговца BIP21 компатибилан URI.
+
+
+
+ Неважећа адреса за плаћање %1
+
+
+
+ URI се не може рашчланити! Ово може бити проузроковано неважећом Биткоин адресом или погрешно форматираним URI параметрима.
+
+
+
+ Руковање датотеком захтева за плаћање
+
+
PeerTableModel
-
+
+
+ Кориснички агент
+
+
+
+ Ноде/Сервис
+
+
+
+ НодеИД
+
+
+
+ Пинг
+
+
+
+ Послато
+
+
+
+ Примљено
+
+
QObject
- iznos
+ Износ
+
+
+
+ Унеси Биткоин адресу, (нпр %1)
+
+
+
+ %1 d
+
+
+
+ %1 h
+
+
+
+ %1 m
+
+
+
+ %1 s
+
+
+
+ Nijedan
+
+
+
+ Није применљиво
+
+
+
+ %1 ms
+
+
+
+ %n секунда%n секунди%n секунди
+
+
+
+ %n минут%n минута%n минута
+
+
+
+ %n час%n часа%n часова
+
+
+
+ %n минут%n минута%n минута
+
+
+
+ %n недеља%n недеље%n недеља
+
+
+
+ %1 и %2
+
+
+
+ %n година%n године%n година
+
+
+
+ %1 B
+
+
+
+ %1 KB
+
+
+
+ %1 MB
+
+
+
+ %1 GB
+
+
+
+ Грешка: Одабрани директорјиум датотеке "%1" не постоји.
+
+
+
+ Грешка: %1
+
+
+
+ %1 није изашао безбедно...
- nepoznato
+ непознатоQRImageWidget
-
+
+
+ &Сачувај Слику...
+
+
+
+ &Копирај Слику
+
+
+
+ Дати резултат URI предуг, покушај да сманиш текст за ознаку / поруку.
+
+
+
+ Грешка током енкодирања URI у QR Код.
+
+
+
+ QR код подршка није доступна.
+
+
+
+ Упамти QR Код
+
+
+
+ PNG Слка (*.png)
+
+
RPCConsole
+
+
+ Није применљиво
+
+
+
+ Верзија клијента
+
+
+
+ &Информације
+
+
+
+ Опште
+
+
+
+ Коришћење BerkeleyDB верзије.
+
+
+
+ Datadir
+
+
+
+ Да би сте одредили локацију која није унапред задата за директоријум података користите '%1' опцију.
+
+
+
+ Blocksdir
+
+
+
+ Да би сте одредили локацију која није унапред задата за директоријум блокова користите '%1' опцију.
+
+
+
+ Време подизања система
+
+
+
+ Мрежа
+
+
+
+ Име
+
+
+
+ Број конекција
+
+
+
+ Блокчејн
+
+
+
+ Тренутни број блокова
+
+
+
+ Удружена меморија
+
+
+
+ Тренутни број трансакција
+
+
+
+ Употреба меморије
+
+
+
+ Новчаник
+
+
+
+ (ниједан)
+
+
+
+ &Ресетуј
+
+
+
+ Примљено
+
+
+
+ Послато
+
+
+
+ &Колеге
+
+
+
+ Забрањене колеге на мрежи
+
+
+
+ Одабери колегу да би видели детаљне информације
+
+
+
+ На списку познатих
+
+
+
+ Правац
+
+
+
+ Верзија
+
+
+
+ Почетни блок
+
+
+
+ Синхронизована заглавља
+
+
+
+ Синхронизовани блокови
+
+
+
+ Мапирани аутономни систем који се користи за диверсификацију селекције колега чворова.
+
+
+
+ Мапирани АС
+
+
+
+ Кориснички агент
+
+
+
+ Ноде прозор
+
+
+
+ Отворите %1 датотеку са записима о отклоњеним грешкама из тренутног директоријума датотека. Ово може потрајати неколико секунди за велике датотеке записа.
+
+
+
+ Смањи величину фонта
+
+
+
+ Увећај величину фонта
+
+
+
+ Услуге
+
+
+
+ Ниво забране
+
+
+
+ Време конекције
+
+
+
+ Последње послато
+
+
+
+ Последње примљено
+
+
+
+ Пинг време
+
+
+
+ Трајање тренутно неразрешеног пинга.
+
+
+
+ Чекање на пинг
+
+
+
+ Мин Пинг
+
+
+
+ Помак времена
+ Време последњег блока
+
+
+ &Отвори
+
+
+
+ &Конзола
+
+
+
+ & Саобраћај Мреже
+
+
+
+ Укупно
+
+
+
+ Долазно:
+
+
+
+ Одлазно:
+
+
+
+ Дебугуј лог фајл
+
+
+
+ Очисти конзолу
+
+
+
+ 1 &Сат
+
+
+
+ 1 &дан
+
+
+
+ 1 &недеља
+
+
+
+ 1 &година
+
+
+
+ &Прекини везу
+
+
+
+ Забрани за
+
+
+
+ &Уклони забрану
+
+
+
+ Добродошли на %1 RPC конзоле.
+
+
+
+ Користи стрелице горе и доле за навигацију историје, и %1 зa чишћење екрана.
+
+
+
+ Укуцај %1 за преглед доступних команди.
+
+
+
+ За више информација о коришћењу конзиле укуцај %1.
+
+
+
+ УПОЗОРЕЊЕ: Преваранти активно говоре корисницима да овде укуцају команде, том приликом краду садржај новчаника. Немојте користити конзолу без претходног разумевања последица коришћења команди.
+
+
+
+ Активност мреже онемогућена
+
+
+
+ Извршење команде без новчаника
+
+
+
+ Извршење команде коришћењем "%1" новчаника
+
+
+
+ (node id: %1)
+
+
+
+ преко %1
+
+
+
+ никад
+
+
+
+ Долазеће
+
+
+
+ Одлазеће
+
- Da
+ Да
- Ne
+ Не
-
+
+
+ Непознато
+
+
ReceiveCoinsDialog
- Iznos:
+ &Износ:
- &Етикета
+ &ОзнакаPoruka:
+
+
+ Опциона порука коју можеш прикачити уз захтев за плаћање, која ће бити приказана када захтев буде отворен. Напомена: Порука неће бити послата са уплатом на Биткоин мрежи.
+
+
+
+ Опционална ознака за поистовећивање са новом примајућом адресом.
+
+
+
+ Користи ову форму како би захтевао уплату. Сва поља су <b>опционална</b>.
+
+
+
+ Опциони износ за захтев. Остави празно или нула уколико не желиш прецизирати износ.
+
+
+
+ Опционална ознака за поистовећивање са новом адресом примаоца (користите је за идентификацију рачуна). Она је такође придодата захтеву за плаћање.
+
+
+
+ Опциона порука која је придодата захтеву за плаћање и може бити приказана пошиљаоцу.
+
+
+
+ &Направи нову адресу за примање
+
+
+
+ Очисти сва пола форме.
+
+
+
+ Очисти
+
+
+
+ Природне segwit адресе (нпр Bech32 или BIP-173) касније смањују трошкове трансакција и нуде бољу заштиту од грешака у куцању, али их стари новчаници не подржавају. Када није одабрано, биће креирана адреса компатибилна са старијим новчаницима.
+
+
+
+ Направи segwit (Bech32) адресу
+
+
+
+ Историја захтева за плаћање
+
+
+
+ Прикажи селектовани захтев (има исту сврху као и дупли клик на одговарајући унос)
+
- Prikaži
+ Прикажи
+
+
+
+ Уклони одабрани унос из листе
+
+
+
+ Уклони
+
+
+
+ Копирај URI
- Копирај налепницу
-
+ Копирај ознаку
+
+
+
+ Копирај поруку
- к
+ Копирај износReceiveRequestDialog
+
+
+ QR Код
+
+
+
+ Копирај &URI
+
- Kopirajte adresu
+ Копирај &Адресу
+
+
+
+ &Сачувај Слику...
+
+
+
+ Захтевај уплату ка %1
+
+
+
+ Информације о плаћању
+
+
+
+ URI
- Adresa
+ Адреса
@@ -974,11 +2108,11 @@
- Налепница
+ Ознака
- Poruka
+ Порука
@@ -989,11 +2123,11 @@
RecentRequestsTableModel
- datum
+ Датум
- Налепница
+ Ознака
@@ -1001,14 +2135,42 @@
- (без налепнице)
+ (без ознаке)
-
+
+
+ (нема поруке)
+
+
+
+ (нема захтеваног износа)
+
+
+
+ Захтевано
+
+
SendCoinsDialog
- Слање новца
+ Пошаљи новчиће
+
+
+
+ Опција контроле новчића
+
+
+
+ Инпути...
+
+
+
+ аутоматски одабрано
+
+
+
+ Недовољно средстава!
@@ -1020,7 +2182,7 @@
- Iznos:
+ Износ:
@@ -1032,16 +2194,108 @@
- Промени:
+ Кусур:
+
+
+
+ Уколико је ово активирано, али је промењена адреса празна или неважећа, промена ће бити послата на ново-генерисану адресу.
+
+
+
+ Прилагођена промењена адреса
+
+
+
+ Провизија за трансакцију:
+
+
+
+ Одабери...
+
+
+
+ Коришћење безбедносне накнаде може резултовати у времену потребно за потврду трансакције од неколико сати или дана (или никад). Размислите о ручном одабиру провизије или сачекајте док нисте потврдили комплетан ланац.
+
+
+
+ Упозорење: Процена провизије тренутно није могућа.
+
+
+
+ Одредити прилагођену провизију по kB (1,000 битова) виртуелне величине трансакције.
+
+Напомена: С обзиром да се провизија рачуна на основу броја бајтова, провизија за "100 сатошија по kB" за величину трансакције од 500 бајтова (пола од 1 kB) ће аутоматски износити само 50 сатошија.
+
+
+
+ по килобајтуСакриј
+
+
+ Препоручено:
+
+
+
+ Прилагођено:
+
+
+
+ (Паметна накнада још није покренута. Ово уобичајено траје неколико блокова...)
+
+
+
+ Пошаљи већем броју примаоца одједанпут
+
+
+
+ Додај &Примаоца
+
+
+
+ Очисти сва поља форме.
+ Прашина:
+
+
+ Сакријте износ накнаде за трансакцију
+
+
+
+ Када је мањи обим трансакција од простора у блоку, рудари, као и повезани нодови могу применити минималну провизију. Плаћање само минималне накнаде - провизије је добро, али треба бити свестан да ово може резултовати трансакцијом која неће никада бити потврђена, у случају када је број захтева за биткоин трансакцијама већи од могућности мреже да обради.
+
+
+
+ Сувише ниска накнада може резултовати у трансакцији која никад неће бити потврђена (прочитајте опис)
+
+
+
+ Циљно време потврде:
+
+
+
+ Омогући Замени-за-Провизију
+
+
+
+ Са Замени-за-Провизију (BIP-125) се може повећати висина провизије за трансакцију након што је послата. Без овога, виша провизија може бити препоручена да се смањи ризик од кашњења трансакције.
+
+
+
+ Очисти &Све
+
+
+
+ Салдо:
+ Потврди акцију слања
@@ -1056,7 +2310,7 @@
- к
+ Копирај износ
@@ -1078,142 +2332,650 @@
Копирај промену
+
+
+ %1 (%2 блокови)
+
+
+
+ Креирај непотписано
+
+
+
+ Креира делимично потписану Биткоин трансакцију (PSBT) за коришћење са нпр. офлајн %1 новчаником, или PSBT компатибилним хардверским новчаником.
+
+
+
+ из новчаника '%1'
+
+
+
+ %1 до '%2'
+
+
+
+ %1 до %2
+
+
+
+ Да ли желите да саставите ову трансакцију?
+
+
+
+ Да ли сте сигурни да желите да пошаљете?
+
+
+
+ Молим, проверите ваш предлог трансакције. Ово ће произвести делимично потписану Биткоин трансакцију (PSBT) коју можете копирати и онда потписати са нпр. офлајн %1 новчаником, или PSBT компатибилним хардверским новчаником.
+
+
+
+ или
+
+
+
+ Можете повећати провизију касније (сигнали Замени-са-Провизијом, BIP-125).
+
+
+
+ Молим, размотрите вашу трансакцију.
+
+
+
+ Провизија за трансакцију
+
+
+
+ Не сигнализира Замени-са-Провизијом, BIP-125.
+
+
+
+ Укупан износ
+
+
+
+ Да би сте размотрили листу примаоца кликните на "Прикажи детаље..."
+
+
+
+ Потврдите слање новчића
+
+
+
+ Потврдите предлог трансакције
+
+
+
+ Копирајте PSBT у базу за копирање
+
+
+
+ Пошаљи
+
+
+
+ PSBT је копиран
+
+
+
+ Само-гледање Стање:
+
+
+
+ Адреса примаоца није валидна. Молим проверите поново.
+
+
+
+ Овај износ за плаћање мора бити већи од 0.
+
+
+
+ Овај износ је већи од вашег салда.
+
+
+
+ Укупни износ премашује ваш салдо, када се %1 провизија за трансакцију укључи у износ.
+
+
+
+ Пронађена је дуплирана адреса: адресе се требају користити само једном.
+
+
+
+ Израда трансакције није успела!
+
+
+
+ Провизија већа од %1 се сматра апсурдно високом провизијом.
+
+
+
+ Захтев за плаћање је истекао.
+
+
+
+ Процењује се да ће започети потврду унутар %n блока.Процењује се да ће започети потврду унутар %n блока.Процењује се да ће започети потврду унутар %n блокова.
+
+
+
+ Упозорење: Неважећа Биткоин адреса
+
+
+
+ Упозорење: Непозната адреса за промену
+
+
+
+ Потврдите прилагођену адресу за промену
+
+
+
+ Адреса коју сте одабрали за промену није део овог новчаника. Део или цео износ вашег новчаника може бити послат на ову адресу. Да ли сте сигурни?
+
- (без налепнице)
+ (без ознаке)SendCoinsEntry
- Iznos:
+ &Износ:
+
+
+
+ Плати &За:
- &Етикета
+ &Ознака
+
+
+
+ Одабери претходно коришћену адресу
+
+
+
+ Биткоин адреса на коју се шаље уплата
- Alt+
+ Alt+A
+
+
+
+ Налепите адресу из базе за копирањеAlt+П
+
+
+ Уклоните овај унос
+
+
+
+ Износ који ће бити послат у одабрану јединицу
+
+
+
+ Провизија ће бити одузета од износа који је послат. Примаоц ће добити мање биткоина него што је унесено у поље за износ. Уколико је одабрано више примаоца, провизија се дели равномерно.
+
+
+
+ &Одузми провизију од износа
+
+
+
+ Користи расположиви салдо
+
- Poruka:
+ Порука:
-
+
+
+ Ово је неовлашћени захтев за плаћање.
+
+
+
+ Ово је овлашћени захтев за плаћање.
+
+
+
+ Унесите ознаку за ову адресу да бисте је додали на листу коришћених адреса
+
+
+
+ Порука која је приложена биткоину: URI која ће бити сачувана уз трансакцију ради референце. Напомена: Ова порука се шаље преко Биткоин мреже.
+
+
+
+ Плати ка:
+
+
+
+ Мемо:
+
+
ShutdownWindow
-
+
+
+ %1 се искључује
+
+
+
+ Немојте искључити рачунар док овај прозор не нестане.
+
+
SignVerifyMessageDialog
+
+
+ Потписи - Потпиши / Потврди поруку
+
+
+
+ Можете потписати поруку/споразум са вашом адресом да би сте доказали да можете примити биткоин послат ка њима. Будите опрезни да не потписујете ништа нејасно или случајно, јер се може десити напад крађе идентитета, да потпишете ваш идентитет нападачу. Потпишите само потпуно детаљне изјаве са којима се слажете.
+
+
+
+ Биткоин адреса са којом ћете потписати поруку
+
+
+
+ Промени претходно коришћену адресу
+
- Alt+
+ Alt+A
+
+
+
+ Налепите адресу из базе за копирање
- Alt+П
+ Alt+P
-
+
+
+ Унесите поруку коју желите да потпишете овде
+
+
+
+ Потпис
+
+
+
+ Копирајте тренутни потпис у системску базу за копирање
+
+
+
+ Потпишите поруку да докажете да сте власник ове Биткоин адресе
+
+
+
+ Потпис &Порука
+
+
+
+ Поништите сва поља за потписивање поруке
+
+
+
+ Очисти &Све
+
+
+
+ &Потврди поруку
+
+
+
+ Унесите адресу примаоца, поруку (осигурајте да тачно копирате прекиде линија, размаке, картице итд) и потпишите испод да потврдите поруку. Будите опрезни да не убаците више у потпис од онога што је у потписаној поруци, да би сте избегли напад посредника. Имајте на уму да потпис само доказује да потписник прима са потписаном адресом, а не може да докаже слање било које трансакције!
+
+
+
+ Биткоин адреса са којом је потписана порука
+
+
+
+ Потписана порука за потврду
+
+
+
+ Потпис који је дат приликом потписивања поруке
+
+
+
+ Потврдите поруку да осигурате да је потписана са одговарајућом Биткоин адресом
+
+
+
+ Потврди &Поруку
+
+
+
+ Поништите сва поља за потврду поруке
+
+
+
+ Притисни "Потпиши поруку" за израду потписа
+
+
+
+ Унесена адреса није важећа.
+
+
+
+ Молим проверите адресу и покушајте поново.
+
+
+
+ Унесена адреса се не односи на кључ.
+
+
+
+ Откључавање новчаника је отказано.
+
+
+
+ Нема грешке
+
+
+
+ Приватни кључ за унесену адресу није доступан.
+
+
+
+ Потписивање поруке није успело.
+
+
+
+ Порука је потписана.
+
+
+
+ Потпис не може бити декодиран.
+
+
+
+ Молим проверите потпис и покушајте поново.
+
+
+
+ Потпис се не подудара са прегледом порука.
+
+
+
+ Провера поруке није успела.
+
+
+
+ Порука је проверена.
+
+
TrafficGraphWidget
-
+
+
+ KB/s
+
+
TransactionDesc
+
+
+ Отворено за још %n блок.Отворено за још %n блокаОтворено за још %n блокова
+ Otvoreno do %1
+
+
+ 0/непотврђено, %1
+
+
+
+ у удруженој меморији
+
+
+
+ није у удруженој меморији
+
+
+
+ напуштено
+
- %1/nepotvrdjeno
+ %1/непотврђено
- %1 potvrde
+ %1 порврде
+
+
+
+ Статус
- datum
+ Датум
+
+
+
+ Извор
+
+
+
+ Генерисано
+
+
+
+ Од
- nepoznato
+ непознато
+
+
+
+ За
+
+
+
+ сопствена адреса
+
+
+
+ гледај-само
- етикета
+ ознака
+
+
+
+ Заслуге
+
+
+
+ сазрева за %n блоксазрева за %n блокасазрева за %n блокова
+
+
+
+ није прихваћено
+
+
+
+ Задужење
+
+
+
+ Укупно задужење
+
+
+
+ Укупни кредит
+
+
+
+ Провизија за трансакцију
+
+
+
+ Нето износ
- Poruka
+ Порука
+
+
+
+ Коментар
+
+
+
+ ID Трансакције
+
+
+
+ Укупна величина трансакције
+
+
+
+ Виртуелна величина трансакције
+
+
+
+ Излазни индекс
+
+
+
+ (Сертификат још није проверен)
+
+
+
+ Трговац
+
+
+
+ Генерисани новчићи морају доспети %1 блокова пре него што могу бити потрошени. Када генеришете овај блок, он се емитује у мрежу, да би био придодат на ланац блокова. Укупно не успе да се придода на ланац, његово стање се мења у "није прихваћен" и неће га бити могуће потрошити. Ово се може повремено десити уколико други чвор генерише блок у периоду од неколико секунди од вашег.
+
+
+
+ Информације о оклањању грешака
- transakcije
+ Трансакције
+
+
+
+ ИнпутиИзнос
-
+
+
+ тачно
+
+
+
+ нетачно
+
+
TransactionDescDialog
- Ovaj odeljak pokazuje detaljan opis transakcije
+ Овај одељак приказује детањан приказ трансакције
-
+
+
+ Детаљи за %1
+
+
TransactionTableModel
- datum
+ Датум
- tip
+ Тип
- Налепница
+ Ознака
+
+
+
+ Отворено за још %n блок Отворено за још %n блока Отворено за још %n блокова
- Otvoreno do %1
+ Отворено до %1
+
+
+
+ Непотврђено
+
+
+
+ Напуштено
+
+
+
+ Потврђивање у току (%1 од %2 препоручене потврде)Potvrdjena (%1 potvrdjenih)
+
+
+ Неуслагашен
+
+
+
+ Није доспео (%1 потврде, биће доступан након %2)
+
- Generisan ali nije prihvaćen
+ Генерисан али није прихваћен
- Primljen sa
+ Примљен са
- Primljeno od
+ Примљено од
- Poslat ka
+ Послато ка
- Isplata samom sebi
+ Уплата самом себи
- Minirano
+ Рударено
+
+
+
+ гледај-само
@@ -1221,78 +2983,98 @@
- (без налепнице)
+ (без ознаке)
- Status vaše transakcije. Predjite mišem preko ovog polja da bi ste videli broj konfirmacija
+ Статус трансакције. Пређи мишем преко поља за приказ броја трансакција.
- Datum i vreme primljene transakcije.
+ Датум и време пријема трансакције
- Tip transakcije
+ Тип трансакције.
+
+
+
+ Без обзира да ли је у ову трансакције укључена или није - адреса само за гледање.
+
+
+
+ Намена / сврха трансакције коју одређује корисник.
- Iznos odbijen ili dodat balansu.
+ Износ одбијен или додат салду.TransactionView
- Sve
+ Све
- Danas
+ Данас
- ove nedelje
+ Oве недеље
- Ovog meseca
+ Овог месеца
- Prošlog meseca
+ Претходног месеца
- Ove godine
+ Ове године
- Opseg...
+ Опсег...
- Primljen sa
+ Примљен са...
- Poslat ka
+ Послат ка
- Vama - samom sebi
+ Теби
- Minirano
+ Рударено
- Drugi
+ Други
+
+
+
+ Унесите адресу, ознаку трансакције, или назив за претрагу
- Min iznos
+ Минимални износ
+
+
+
+ Напусти трансакцију
+
+
+
+ Повећај провизију трансакције
@@ -1300,20 +3082,35 @@
- Копирај налепницу
-
+ Копирај ознаку
- к
+ Копирај износКопирај идентификациони број трансакције
+
+
+ Копирајте необрађену трансакцију
+
+
+
+ Копирајте потпуне детаље трансакције
+
- promeni naziv
+ Измени ознаку
+
+
+
+ Прикажи детаље транакције
+
+
+
+ Извези Детаље Трансакције
@@ -1321,52 +3118,140 @@
- Potvrdjen
+ Потврђено
+
+
+
+ Само-гледање
- datum
+ Датум
- tip
+ Тип
- Налепница
+ Ознака
- Adresa
+ Адреса
+
+
+
+ IDИзвоз Неуспешан
+
+
+ Десила се грешка приликом покушаја да се сними историја трансакција на %1.
+
+
+
+ Извоз Успешан
+
+
+
+ Историја трансакција је успешно снимљена на %1.
+
- Opseg:
+ Опсег:
- do
+ доUnitDisplayStatusBarControl
-
+
+
+ Јединица у којој се приказују износи. Притисни да се прикаже друга јединица.
+
+
WalletController
-
+
+
+ Затвори новчаник
+
+
+
+ Да ли сте сигурни да желите да затворите новчаник <i>%1</i>?
+
+
+
+ Услед затварања новчаника на дугачки период времена може се десити да је потребна поновна синхронизација комплетног ланца, уколико је дозвољено резање.
+
+
WalletFrame
-
+
+
+ Ниједан новчаник није учитан.
+
+
WalletModelСлање новца
+
+
+ Изненадна грешка у накнади
+
+
+
+ Повећавање провизије за трансакцију није успело
+
+
+
+ Да ли желиш да увећаш накнаду?
+
+
+
+ Да ли желите да саставите трансакцију са повећаном провизијом?
+
+
+
+ Тренутна накнада:
+
+
+
+ Увећај:
+
+
+
+ Нова накнада:
+
+
+
+ Потврдите ударну провизију
+
+
+
+ Није могуће саставити трансакцију.
+
+
+
+ PSBT је копиран
+
+
+
+ Није могуће потписати трансакцију.
+
+
+
+ Трансакција није могућа
+ подразумевани новчаник
@@ -1376,7 +3261,7 @@
WalletView
- &Izvedi
+ &Извези
@@ -1384,23 +3269,525 @@
- Backup новчаника
+ Резервна копија новчаника
-
+
+
+ Датотека новчаника (*.dat)
+
+
+
+ Резервна копија није успела
+
+
+
+ Десила се грешка приликом покушаја да се сними датотека новчаника на %1.
+
+
+
+ Резервна копија је успела
+
+
+
+ Датотека новчаника је успешно снимљена на %1.
+
+
+
+ Откажи
+
+
bitcoin-core
+
+
+ Дистрибуирано под MIT софтверском лиценцом, погледајте придружени документ %s или %s
+
+
+
+ Скраћивање је конфигурисано испод минимума од %d MiB. Молимо користите већи број.
+
+
+
+ Скраћивање: последња синхронизација иде преко одрезаних података. Потребно је урадити ре-индексирање (преузети комплетан ланац блокова поново у случају одсеченог чвора)
+
+
+
+ Грешка: Десила се фатална интерна грешка, погледати debug.log за детаље
+
+
+
+ Скраћивање спремљених блокова...
+
+
+
+ Стартовање HTTP сервера није могуће. Погледати дневник исправљених грешака за детаље.
+
+
+
+ %s девелопери
+
+
+
+ Кључ за промену адресе није могуће генерисати. У интерној групи кључева нема кључева и не може се генерисати нови кључ.
+
+
+
+ Директоријум података се не може закључати %s. %s је вероватно већ покренут.
+
+
+
+ Не може се обезбедити одређена конекција и да addrman нађе одлазне конекције у исто време.
+
+
+
+ Грешка у читању %s! Сви кључеви су прочитани коректно, али подаци о трансакцији или уноси у адресар могу недостајати или бити нетачни.
+
+
+
+ Молим проверите да су време и датум на вашем рачунару тачни. Уколико је сат нетачан, %s неће радити исправно.
+
+
+
+ Молим донирајте, уколико сматрате %s корисним. Посетите %s за више информација о софтверу.
+
+
+
+ База података о блоковима садржи блок, за који се чини да је из будућности. Ово може бити услед тога што су време и датум на вашем рачунару нису подешени коректно. Покушајте обнову базе података о блоковима, само уколико сте сигурни да су време и датум на вашем рачунару исправни.
+
+
+
+ Ово је тестна верзија пред издавање - користите на ваш ризик - не користити за рударење или трговачку примену
+
+
+
+ Ово је накнада за трансакцију коју можете одбацити уколико је мања од нивоа прашине
+
+
+
+ Блокове није могуће поново репродуковати. Ви ћете морати да обновите базу података користећи -reindex-chainstate.
+
+
+
+ Није могуће вратити базу података на стање пре форк-а. Ви ћете морати да урадите поновно преузимање ланца блокова.
+
+
+
+ Упозорење: Изгледа да не постоји пуна сагласност на мрежи. Изгледа да одређени рудари имају проблеме.
+
+
+
+ Упозорење: Изгледа да се ми у потпуности не слажемо са нашим чворовима! Можда постоји потреба да урадите надоградњу, или други чворови морају да ураде надоградњу.
+
+
+
+ %d од последњих 100 блокова имају неочекивану верзију
+
+
+
+ %s је оштећен, спас није успео
+
+
+
+ -maxmempool мора бити минимално %d MB
+
+
+
+ Не могу решити -%s адреса: '%s'
+
+
+
+ Промењен индекс изван домета
+
+
+
+ Подешавање конфигурације за %s је само примењено на %s мрежи када је у [%s] секцији.
+
+
+
+ Ауторско право (C) %i-%i
+
+
+
+ Детектована је оштећена база података блокова
+
+
+
+ Не могу пронаћи датотеку asmap %s
+
+
+
+ Не могу рашчланити датотеку asmap %s
+
+
+
+ Да ли желите да сада обновите базу података блокова?
+
+
+
+ Грешка у иницијализацији базе података блокова
+
+
+
+ Грешка код иницијализације окружења базе података новчаника %s!
+
+
+
+ Грешка током учитавања %s
+
+
+
+ Грешка током учитавања %s: Приватни кључеви могу бити онемогућени само приликом креирања
+
+
+
+ Грешка током учитавања %s: Новчаник је оштећен
+
+
+
+ Грешка током учитавања %s: Новчаник захтева новију верзију %s
+
+
+
+ Грешка у учитавању базе података блокова
+
+
+
+ Грешка приликом отварања базе података блокова
+
+
+
+ Преслушавање није успело ни на једном порту. Користите -listen=0 уколико желите то.
+
+
+
+ Није успело поновно скенирање новчаника приликом иницијализације.
+
+
+
+ Увоз у току...
+
+
+
+ Почетни блок је погрешан или се не може пронаћи. Погрешан datadir за мрежу?
+
+
+
+ Провера исправности иницијализације није успела. %s се искључује.
+
+
+
+ Неважећа P2P дозвола: '%s'
+
+
+
+ Неважећи износ за %s=<amount>: '%s'
+
+
+
+ Неважећи износ за -discardfee=<amount>: '%s'
+
+
+
+ Неважећи износ за -fallbackfee=<amount>: '%s'
+
+
+
+ Наведени директоријум блокова "%s" не постоји.
+
+
+
+ Непознати тип адресе '%s'
+
+
+
+ Непознати тип промене '%s'
+
+
+
+ Надоградња txindex базе података
+
+
+
+ Учитавање P2P адреса...
+
+
+
+ Грешка: Простор на диску је сувише мали!
+
+
+
+ Учитавање листе забрана...
+
+
+
+ Нема довољно доступних дескриптора датотеке.
+
+
+
+ Скраћење се не може конфигурисати са негативном вредношћу.
+
+
+
+ Мод скраћивања није компатибилан са -txindex.
+
+
+
+ Поновно репродуковање блокова...
+
+
+
+ Премотавање блокова...
+
+
+
+ Изворни код је доступан из %s.
+
+
+
+ Провизија за трансакцију и промена израчуна није успела
+
+
+
+ Није могуће повезивање са %s на овом рачунару. %s је вероватно већ покренут.
+
+
+
+ Није могуће генерисати кључеве
+
+
+
+ Категорија записа није подржана %s=%s.
+
+
+
+ Надоградња UTXO базе података
+
+
+
+ Коментар агента корисника (%s) садржи небезбедне знакове.
+
+
+
+ Потврда блокова у току...
+
+
+
+ Новчаник треба да буде преписан: поновно покрените %s да завршите
+
+
+
+ Грешка: Претрага за долазним конекцијама није успела (претрага враћа грешку %s)
+
+
+
+ Неважећи износ за -maxtxfee=<amount>: '%s' (мора бити minrelay провизија од %s да би се спречило да се трансакција заглави)
+
+
+
+ Износ трансакције је толико мали за слање након што се одузме провизија
+
+
+
+ Обновите базу података користећи -reindex да би се вратили у нескраћени мод. Ово ће урадити поновно преузимање комплетног ланца података
+
+
+
+ Грешка приликом читања из базе података, искључивање у току.
+
+
+
+ Грешка приликом надоградње базе података стања ланца
+
+
+
+ Грешка: Простор на диску је мали за %s
+
+
+
+ Неважећа -onion адреса или име хоста: '%s'
+
+
+
+ Неважећа -proxy адреса или име хоста: '%s'
+
+
+
+ Неважећи износ за -paytxfee=<amount>: '%s' (мора бити бар %s)
+
+
+
+ Неважећа мрежна маска наведена у -whitelist: '%s'
+
+
+
+ Ви морате одредити порт са -whitebind: '%s'
+
+
+
+ Мод скраћења је некомпатибилна са -blockfilterindex.
+
+
+
+ Смањивање -maxconnections са %d на %d, због ограничења система.
+
+
+
+ Одељак [%s] није препознат.
+
+
+
+ Потписивање трансакције није успело
+
+
+
+ Наведени -walletdir "%s" не постоји
+
+
+
+ Наведени -walletdir "%s" је релативна путања
+
+
+
+ Наведени -walletdir "%s" није директоријум
+
+
+
+ Наведени конфигурациони документ %s не постоји
+
+
+
+
+ Износ трансакције је сувише мали да се плати трансакција
+
+
+
+ Ово је експерименталн софтвер.
+
+
+
+ Износ трансакције премали.
+
+
+
+ Трансакција превелика.
+
+
+
+ Није могуће повезати %s на овом рачунару (веза враћа грешку %s)
+
+
+
+ Стварање PID документа '%s': %s није могуће
+
+
+
+ Генерисање кључева за иницијализацију није могуће
+
+
+
+ Непозната вредност -blockfilterindex %s.
+
+
+
+ Потврђивање новчаника(а)...
+
+
+
+ Упозорење: активирано је ново непознато правило (versionbit %i)
+
+
+
+ Затварање свих трансакција из новчаника...
+
+
+
+ -maxtxfee је постављен сувише високо! Овако велике провизије могу бити наплаћене на само једној трансакцији.
+
+
+
+ Ово је провизија за трансакцију коју можете платити када процена провизије није доступна.
+
+
+
+ Укупна дужина мрежне верзије низа (%i) је већа од максималне дужине (%i). Смањити број или величину корисничких коментара.
+
+
+
+ Упозорење: Датотека новчаника је оштећена, подаци су спасени! Оргинални %s је снимљен као %s у %s; уколико ваш салдо или трансакције нису исправни, потребно је вратити податке из резервне копије.
+
+
+
+ %s је постављен врло високо!
+
+
+
+ Грешка приликом учитавања новчаника %s. Наведено је дуплирано име датотеке -wallet.
+
+
+
+ Покретање мрежних тема...
+
+
+
+ Новчаник ће избећи плаћање износа мањег него што је минимална повезана провизија.
+
+
+
+ Ово је минимални износ провизије за трансакцију коју ћете платити на свакој трансакцији.
+
+
+
+ Ово је износ провизије за трансакцију коју ћете платити уколико шаљете трансакцију.
+
+
+
+ Износ трансакције не може бити негативан
+
+
+
+ Трансакција има предугачак ланац у удруженој меморији
+
+
+
+ Трансакција мора имати бар једног примаоца
+
+
+
+ Непозната мрежа је наведена у -onlynet: '%s'
+
- Nedovoljno sredstava
+ Недовољно средстава
+
+
+
+ HD подељени новчаник се не може надоградити без надоградње групе кључева пре дељења. Молим користите -upgradewallet=169900 или -upgradewallet без наведене верзије.
+
+
+
+ Процена провизије није успела. Промена провизије током трансакције је онемогућена. Сачекајте неколико блокова или омогућите -fallbackfee.
+
+
+
+ Упозорење: Приватни кључеви су пронађени у новчанику {%s} са онемогућеним приватним кључевима.
+
+
+
+ Није могуће извршити упис у директоријум података '%s'; проверите дозволе за упис.
- Učitavam blok indeksa...
+ Учитавање индекса блоковаНовчаник се учитава...
+
+
+ Новчаник се не може уназадити
+ Ponovo skeniram...
diff --git a/src/qt/locale/bitcoin_sr@latin.ts b/src/qt/locale/bitcoin_sr@latin.ts
index a80c5a0891..02f0fb72b5 100644
--- a/src/qt/locale/bitcoin_sr@latin.ts
+++ b/src/qt/locale/bitcoin_sr@latin.ts
@@ -29,6 +29,10 @@
Briše trenutno izabranu adresu sa liste
+
+
+ Unesite adresu ili oznaku za pretragu
+ Izvoz podataka iz trenutne kartice u datoteku
@@ -65,6 +69,10 @@
Ovo su Vaše Bitcoin adrese na koju se vrše uplate. Uvek proverite iznos i prijemnu adresu pre slanja novčića.
+
+
+ Ovo su vaše Bitcoin adrese za primanje isplete. Upotrebite dugme 'Kreiraj novu adresu prijema' na kartici za prijem da biste kreirali nove adrese.
+ &Kopiraj Adresu
@@ -127,6 +135,10 @@
Ponovo unesite pristupnu frazu
+
+
+ Prikaži lozinku
+ Šifrujte novčanik
@@ -167,6 +179,22 @@
Novčanik je šifrovan
+
+
+ Unesite lozinku u novčanik. <br/>Molimo, koristite lozinku koja ima <b> deset ili više nasumičnih znakova</b>, ili <b>osam ili više reči</b>.
+
+
+
+ Unesite u novčanik staru lozinku i novu lozinku.
+
+
+
+ Novčanik će vam biti šifriran.
+
+
+
+ Vaš novčanik je sada šifrovan.
+ VAŽNO: Ranije rezervne kopije wallet datoteke trebate zameniti sa novo-kreiranom, enkriptovanom wallet datotekom. Iz sigurnosnih razloga, ranije ne-enkriptovane wallet datoteke će postati neupotrebljive čim počnete koristiti novi, enkriptovani novčanik.
@@ -289,6 +317,10 @@
Otvori &URI...
+
+
+ Novčanik:
+ Odaberite za prekid aktivnosti na mreži.
@@ -385,6 +417,10 @@
Informacije
+
+
+ Otvori novčanik
+ %1 klijent
@@ -456,6 +492,10 @@
CreateWalletDialog
+
+
+ Onemogućite privatne ključeve za ovaj novčanik. Novčanici sa isključenim privatnim ključevima neće imati privatne ključeve i ne mogu imati HD seme ili uvezene privatne ključeve. Ovo je idealno za novčanike samo za gledanje.
+ EditAddressDialog
diff --git a/src/qt/locale/bitcoin_sv.ts b/src/qt/locale/bitcoin_sv.ts
index e626b1a930..28bb524ef0 100644
--- a/src/qt/locale/bitcoin_sv.ts
+++ b/src/qt/locale/bitcoin_sv.ts
@@ -482,6 +482,14 @@ Försök igen.
Uppdaterad
+
+
+ Nod-fönster
+
+
+
+ Öppna nodens konsol för felsökning och diagnostik
+ Av&sändaradresser
@@ -490,6 +498,10 @@ Försök igen.
Mottaga&radresser
+
+
+ Öppna en bitcoin:-URI
+ Öppna plånbok
@@ -784,7 +796,11 @@ Försök igen.
Plånboken kunde inte skapas
-
+
+
+ Skapa plånboksvarning
+
+
CreateWalletDialog
@@ -803,6 +819,22 @@ Försök igen.
Kryptera plånbok
+
+
+ Stäng av privata nycklar för denna plånbok. Plånböcker med privata nycklar avstängda kommer inte innehålla några privata nycklar alls, och kan inte innehålla vare sig en HD-seed eller importerade privata nycklar. Detta är idealt för plånböcker som endast ska granskas.
+
+
+
+ Stäng av privata nycklar
+
+
+
+ Skapa en tom plånbok. Tomma plånböcker har från början inga privata nycklar eller skript. Privata nycklar och adresser kan importeras, eller en HD-seed kan väljas, vid ett senare tillfälle.
+
+
+
+ Skapa tom plånbok
+ Skapa
@@ -919,6 +951,10 @@ Försök igen.
När du trycker OK kommer %1 att börja ladda ner och bearbeta den fullständiga %4-blockkedjan (%2 GB), med början vid de första transaktionerna %3 när %4 först lanserades.
+
+
+ Att återställa detta alternativ påbörjar en omstart av nedladdningen av hela blockkedjan. Det går snabbare att ladda ner hela kedjan först, och gallra den senare. Detta alternativ stänger av vissa avancerade funktioner.
+ Denna första synkronisering är väldigt krävande, och kan påvisa hårdvaruproblem hos din dator som tidigare inte visat sig. Varje gång du kör %1, kommer nerladdningen att fortsätta där den avslutades.
@@ -939,6 +975,10 @@ Försök igen.
Bitcoin
+
+
+ Släng block efter verifiering, förutom de senaste %1 GB (gallra).
+ Minst %1 GB data kommer att sparas i den här katalogen, och de växer över tiden.
@@ -1022,6 +1062,10 @@ Försök igen.
Dölj
+
+
+ Esc
+ Okänd. Synkar huvuden (%1, %2%)...
@@ -1029,6 +1073,10 @@ Försök igen.
OpenURIDialog
+
+
+ Öppna bitcoin-URI
+ URI:
@@ -1040,6 +1088,10 @@ Försök igen.
Det gick inte att öppna plånboken
+
+
+ Öppna plånboksvarning.
+ Standardplånbok
@@ -1360,7 +1412,7 @@ Försök igen.
- Genererat saldo som ännu inte har mognat
+ Grävt saldo som ännu inte har mognat
@@ -1392,7 +1444,7 @@ Försök igen.
- Genererat saldo i granska-bara adresser som ännu inte har mognat
+ Grävt saldo i granska-bara adresser som ännu inte har mognat
@@ -1417,6 +1469,14 @@ Försök igen.
'bitcoin://' är inte en accepterad URI. Använd 'bitcoin:' istället.
+
+
+ Som följd av utbredda säkerhetshål i BIP70, rekommenderas det starkt att en säljares instruktion för dig att byta plånbok ignoreras.
+
+
+
+ Om du får detta fel borde du be säljaren förse dig med en BIP21-kompatibel URI.
+ Ogiltig betalningsadress %1
@@ -1578,6 +1638,10 @@ Försök igen.
Fel vid skapande av QR-kod från URI.
+
+
+ Stöd för QR-kod är inte längre tillgängligt.
+ Spara QR-kod
@@ -1721,6 +1785,10 @@ Försök igen.
Användaragent
+
+
+ Nod-fönster
+ Öppna felsökningsloggen %1 från aktuell datakatalog. Detta kan ta några sekunder för stora loggfiler.
@@ -1932,6 +2000,10 @@ Försök igen.
Ett valfritt belopp att begära. Lämna tomt eller ange noll för att inte begära ett specifikt belopp.
+
+
+ An optional label to associate with the new receiving address (used by you to identify an invoice). It is also attached to the payment request.
+ S&kapa ny mottagaradress
@@ -2185,6 +2257,10 @@ Notera: Då avgiften beräknas per byte kommer en avgift på 50 satoshi tas ut f
Damm:
+
+
+ Dölj alternativ för transaktionsavgift
+ När transaktionsvolymen är mindre än utrymmet i blocken kan både brytardatorer och relänoder kräva en minimiavgift. Det är okej att bara betala denna minimiavgift, men du ska vara medveten om att det kan leda till att en transaktion aldrig bekräftas så fort efterfrågan på bitcointransaktioner är större än vad nätverket kan hantera.
@@ -2253,18 +2329,34 @@ Notera: Då avgiften beräknas per byte kommer en avgift på 50 satoshi tas ut f
%1 (%2 block)
+
+
+ Sk&apa Osignerad
+ från plånbok: '%1'
+
+
+ %1 till '%2'
+ %1 till %2
+
+
+ Vill du skissa denna transaktion?
+ Är du säker på att du vill skicka?
+
+
+ Pleasetransaktion, review your transaction proposal. This will produce a Partially Signed Bitcoin Transaction (PSBT) which you can copy and then sign with e.g. an offline %1 wallet, or a PSBT-compatible hardware wallet.
+ eller
@@ -2289,10 +2381,30 @@ Notera: Då avgiften beräknas per byte kommer en avgift på 50 satoshi tas ut f
Totalt belopp
+
+
+ För att gå igenom mottagarlistan, tryck "Visa Detaljer..."
+ Bekräfta att pengar ska skickas
+
+
+ Bekräfta transaktionsförslag
+
+
+
+ Kopiera PSBT till urklipp
+
+
+
+ Skicka
+
+
+
+ PSBT kopierad
+ Mottagarens adress är ogiltig. Kontrollera igen.
@@ -2388,6 +2500,10 @@ Notera: Då avgiften beräknas per byte kommer en avgift på 50 satoshi tas ut f
Ta bort denna post
+
+
+ Beloppett att skicka i vald enhet
+ Avgiften dras från beloppet som skickas. Mottagaren kommer att ta emot mindre bitcoin än du angivit i beloppsfältet. Om flera mottagare väljs kommer avgiften att fördelas jämt.
@@ -2514,6 +2630,10 @@ Notera: Då avgiften beräknas per byte kommer en avgift på 50 satoshi tas ut f
Bitcoin-adress som meddelandet signerades med
+
+
+ Signerat meddelande som ska verifieras
+ Verifiera meddelandet för att vara säker på att det signerades med angiven Bitcoin-adress
@@ -2546,6 +2666,10 @@ Notera: Då avgiften beräknas per byte kommer en avgift på 50 satoshi tas ut f
Upplåsningen av plånboken avbröts.
+
+
+ Inget fel
+ Den privata nyckeln för den angivna adressen är inte tillgänglig.
@@ -2720,6 +2844,10 @@ Notera: Då avgiften beräknas per byte kommer en avgift på 50 satoshi tas ut f
Utmatningsindex
+
+
+ (Certifikatet verifierades inte)
+ Handlare
@@ -2832,7 +2960,7 @@ Notera: Då avgiften beräknas per byte kommer en avgift på 50 satoshi tas ut f
- Genererade
+ Grävda
@@ -2915,7 +3043,7 @@ Notera: Då avgiften beräknas per byte kommer en avgift på 50 satoshi tas ut f
- Genererade
+ Grävda
@@ -2959,7 +3087,7 @@ Notera: Då avgiften beräknas per byte kommer en avgift på 50 satoshi tas ut f
- Kopiera alla transaktionsdetaljerna
+ Kopiera alla transaktionsdetaljer
@@ -3043,9 +3171,13 @@ Notera: Då avgiften beräknas per byte kommer en avgift på 50 satoshi tas ut f
Stäng plånboken
+
+
+ Är du säker att du vill stänga plånboken <i>%1</i>?
+
- Om plånboken är stängd under för lång tid kan hela kedjan behöva synkroniseras om, om gallring är aktiverad.
+ Om plånboken är stängd under för lång tid och gallring är aktiverad kan hela kedjan behöva synkroniseras på nytt.
@@ -3073,6 +3205,10 @@ Notera: Då avgiften beräknas per byte kommer en avgift på 50 satoshi tas ut f
Vill du öka avgiften?
+
+
+ Vill du skapa en transaktion med en avgiftsökning?
+ Aktuell avgift:
@@ -3089,6 +3225,10 @@ Notera: Då avgiften beräknas per byte kommer en avgift på 50 satoshi tas ut f
Bekräfta avgiftshöjning
+
+
+ PSBT kopierad
+ Kan ej signera transaktion.
@@ -3311,6 +3451,10 @@ Notera: Då avgiften beräknas per byte kommer en avgift på 50 satoshi tas ut f
Initieringschecken fallerade. %s stängs av.
+
+
+ Ogiltigt P2P-tillstånd: '%s'
+ Ogiltigt belopp för -%s=<amount>:'%s'
@@ -3327,6 +3471,14 @@ Notera: Då avgiften beräknas per byte kommer en avgift på 50 satoshi tas ut f
Den specificerade mappen för block "%s" existerar inte.
+
+
+ Okänd adress-typ '%s'
+
+
+
+ Okänd växel-typ '%s'
+ Uppgraderar txindex-databasen
@@ -3377,7 +3529,7 @@ Notera: Då avgiften beräknas per byte kommer en avgift på 50 satoshi tas ut f
- Lyckas inte generera nycklar
+ Det gick inte att skapa nycklar
@@ -3509,6 +3661,10 @@ Notera: Då avgiften beräknas per byte kommer en avgift på 50 satoshi tas ut f
Det gick inte att skapa ursprungliga nycklar
+
+
+ Okänt värde för -blockfilterindex '%s'.
+ Verifierar plånbok(er)...
diff --git a/src/qt/locale/bitcoin_te.ts b/src/qt/locale/bitcoin_te.ts
index 6080d2e4dc..1e057d15bc 100644
--- a/src/qt/locale/bitcoin_te.ts
+++ b/src/qt/locale/bitcoin_te.ts
@@ -69,6 +69,10 @@
ఇవి మీరు పంపే చెల్లింపుల బిట్కాయిన్ చిరునామాలు. నాణేలు పంపే ముందు ప్రతిసారి అందుకునే చిరునామా మరియు చెల్లింపు మొత్తం సరిచూసుకోండి.
+
+
+ చెల్లింపులు స్వీకరించడానికి ఇవి మీ బిట్కాయిన్ చిరునామాలు. క్రొత్త చిరునామాలను సృష్టించడానికి స్వీకరించు ట్యాబ్లోని 'క్రొత్త స్వీకరించే చిరునామాను సృష్టించండి' బటన్ను ఉపయోగించండి.
+ చిరునామాను కాపీ చెయ్యండి
@@ -131,10 +135,38 @@
క్రొత్త సంకేతపదము మరలా ఇవ్వండి
+
+
+ సంకేతపదమును చూపించు
+
+
+
+ వాలెట్ను గుప్తీకరించండి
+
+
+
+ ఈ ఆపరేషన్కు వాలెట్ను అన్లాక్ చేయడానికి మీ వాలెట్ పాస్ఫ్రేజ్ అవసరం.
+ వాలెట్ అన్లాక్
+
+
+ ఈ ఆపరేషన్కు వాలెట్ను డీక్రిప్ట్ చేయడానికి మీ వాలెట్ పాస్ఫ్రేజ్ అవసరం.
+
+
+
+ డీక్రిప్ట్ వాలెట్
+
+
+
+ పాస్ఫ్రేజ్ని మార్చండి
+
+
+
+ వాలెట్ గుప్తీకరణను నిర్ధారించండి
+ హెచ్చరిక: మీ జోలెని సంకేతపరిచి మీ సంకేతపదము కోల్పోతే, <b>మీ బిట్కాయిన్లు అన్నీ కోల్పోతారు</b>
@@ -147,6 +179,26 @@
జోలె సంకేతపరబడింది
+
+
+ వాలెట్ కోసం క్రొత్త పాస్ఫ్రేజ్ని నమోదు చేయండి.<br/> దయచేసి <b>పది లేదా అంతకంటే ఎక్కువ యాదృచ్ఛిక అక్షరాల</b> పాస్ఫ్రేజ్ని లేదా <b>ఎనిమిది లేదా అంతకంటే ఎక్కువ పదాలను ఉపయోగించండి.</b>
+
+
+
+ Enter the old passphrase and new passphrase for the wallet.
+
+
+
+ మీ వాలెట్ను గుప్తీకరించడం వల్ల మీ కంప్యూటర్కు హాని కలిగించే మాల్వేర్ దొంగిలించకుండా మీ బిట్కాయిన్లను పూర్తిగా రక్షించలేమని గుర్తుంచుకోండి.
+
+
+
+ ఎన్క్రిప్ట్ చేయవలసిన వాలెట్
+
+
+
+ మీ వాలెట్ గుప్తీకరించబోతోంది.
+ జోలె సంకేతపరచడం విఫలమయ్యింది
diff --git a/src/qt/locale/bitcoin_th.ts b/src/qt/locale/bitcoin_th.ts
index e28c987893..4d82f7949b 100644
--- a/src/qt/locale/bitcoin_th.ts
+++ b/src/qt/locale/bitcoin_th.ts
@@ -69,6 +69,10 @@
ที่อยู่ Bitcoin ของคุณสำหรับการส่งการชำระเงิน โปรดตรวจสอบจำนวนเงินและที่อยู่รับก่อนที่จะส่งเหรียญ
+
+
+ นี่คือที่อยู่สำหรับการรับ Bitcoin ของคุณ กดปุ่ม ‘สร้างที่อยู่การรับใหม่’ ในแถบการรับ เพื่อสร้างที่อยู่การรับใหม่
+ คัดลอกที่อยู่
diff --git a/src/qt/locale/bitcoin_uk.ts b/src/qt/locale/bitcoin_uk.ts
index ca8839fee3..722daadafe 100644
--- a/src/qt/locale/bitcoin_uk.ts
+++ b/src/qt/locale/bitcoin_uk.ts
@@ -1006,7 +1006,11 @@
(в той час, як необхідно %n ГБ)(в той час, як необхідно %n ГБ)(в той час, як необхідно %n ГБ)(в той час, як необхідно %n ГБ)
-
+
+
+ (%n ГБ, необхідний для повного ланцюга)(%n ГБ, необхідних для повного ланцюга)(%n ГБ, необхідних для повного ланцюга)(%n ГБ, необхідних для повного ланцюга)
+
+
ModalOverlay
@@ -1780,6 +1784,14 @@
Синхронізовані Блоки
+
+
+ Картована автономна система, що використовується для диверсифікації вибору вузлів.
+
+
+
+ Картована Автономна Система
+ Клієнт користувача
diff --git a/src/qt/locale/bitcoin_ur.ts b/src/qt/locale/bitcoin_ur.ts
index b76551fc6f..d16c65ede4 100644
--- a/src/qt/locale/bitcoin_ur.ts
+++ b/src/qt/locale/bitcoin_ur.ts
@@ -296,6 +296,10 @@
TransactionView
+
+
+ Other
+ کاما سے جدا فائلیں (*.csv)
diff --git a/src/qt/locale/bitcoin_vi.ts b/src/qt/locale/bitcoin_vi.ts
index 1d5491137b..33a4da9561 100644
--- a/src/qt/locale/bitcoin_vi.ts
+++ b/src/qt/locale/bitcoin_vi.ts
@@ -3,7 +3,7 @@
AddressBookPage
- Phải chuột để sửa địa chỉ hoặc nhãn
+ Nhấn chuột phải để sửa địa chỉ hoặc nhãn
@@ -135,6 +135,10 @@
Lặp lại cụm mật khẩu mới
+
+
+ Hiện cụm từ mật khẩu
+ Ví mã hóa
@@ -175,6 +179,30 @@
Ví đã được mã hóa
+
+
+ Nhập cụm từ mật khẩu mới cho ví điện tử. Hãy sử dụng cụm mật khẩu với mười hoặc nhiều hơn các ký tự ngẫu nhiên, hoặc nhiều hơn tám từ.
+
+
+
+ Nhập cụm mật khẩu cũ và mật khẩu mới cho ví.
+
+
+
+ Xin lưu ý rằng mật mã hóa ví của bạn không thể bảo vệ hoàn toàn bitcoin của bạn khỏi đánh cắp bởi các phẩn mềm gián điệp nhiễm vào máy tính của bạn.
+
+
+
+ Ví sẽ được mã hóa
+
+
+
+ Ví của bạn sẽ được mã hóa.
+
+
+
+ Ví của bạn đã được mã hóa.
+ QUAN TRỌNG: Bất cứ backup nào bạn từng làm trước đây từ ví của bạn nên được thay thế tạo mới, file mã hóa ví. Vì lý do bảo mật, các backup trước đây của các ví chưa mã hóa sẽ bị vô tác dụng ngay khi bạn bắt đầu sử dụng mới, ví đã được mã hóa.
@@ -297,6 +325,14 @@
Mở &URI...
+
+
+ Tạo ví...
+
+
+
+ Tạo một ví mới
+ Ví tiền
@@ -445,6 +481,14 @@
Đã cập nhật
+
+
+ Cửa sổ node
+
+
+
+ Mở dòng lệnh tìm và gỡ lỗi cho node
+ &Các địa chỉ đang gửi
@@ -453,6 +497,10 @@
&Các địa chỉ đang nhận
+
+
+ Mở một bitcoin: URI
+ Mớ ví
@@ -739,10 +787,58 @@
CreateWalletActivity
-
+
+
+ Đang tạo ví %1 ...
+
+
+
+ Tạo ví thất bại
+
+
+
+ Cảnh báo khi tạo ví
+
+
CreateWalletDialog
-
+
+
+ Tạo Ví
+
+
+
+ Tên Ví
+
+
+
+ Mật mã hóa ví. Ví sẽ được mật mã hóa với cụm mật khẩu của bạn.
+
+
+
+ Mật mã hóa ví
+
+
+
+ Tắt các khóa cá nhân cho ví này. Các ví với khóa cá nhân tắt sẽ không có các khóa cá nhân và không thể có nhân HD hoặc nhập thêm khóa cá nhân. Việc này tốt cho các ví chỉ dùng để xem.
+
+
+
+ Vô hiệu hóa khóa cá nhân
+
+
+
+ Tạo một ví trống. Ví trống không có các khóa cá nhân hay script ban đầu. Khóa cá nhân và địa chỉ có thể được nhập, hoặc một nhân HD có thể được thiết lập sau đó.
+
+
+
+ Tạo ví trống
+
+
+
+ Tạo
+
+
EditAddressDialog
@@ -854,6 +950,10 @@
Khi bạn click OK, %1 sẽ bắt đầu download và process the full %4 block chain (%2GB) starting with the earliest transactions in %3 when %4 initially launched.
+
+
+ Đảo ngược lại thiết lập này yêu cầu download lại toàn bộ blockchain. Download toàn bộ blockchain trước và loại nó sau đó sẽ nhanh hơn. Vô hiệu hóa một số tính năng nâng cao.
+ Đồng bộ hóa ban đầu này rất đòi hỏi, và có thể phơi bày các sự cố về phần cứng với máy tính của bạn trước đó đã không được chú ý. Mỗi khi bạn chạy %1, nó sẽ tiếp tục tải về nơi nó dừng lại.
@@ -906,7 +1006,11 @@
(of %n GB cần thiết)
-
+
+
+ (%n GB cần cho toàn blockchain)
+
+
ModalOverlay
@@ -953,6 +1057,14 @@
Ẩn
+
+
+ Esc
+
+
+
+ %1 đang được đồng bộ. Header và block sẽ được download từ các nốt lân cận và thẩm định tới khi đạt đỉnh của blockchain.
+ Không biết. Đang đồng bộ Headers (%1, %2%)...
@@ -960,6 +1072,10 @@
OpenURIDialog
+
+
+ Mở bitcoin URI
+ URI:
@@ -967,6 +1083,14 @@
OpenWalletActivity
+
+
+ Mở ví thất bại
+
+
+
+ Mở ví cảnh báo
+ ví mặc định
@@ -1344,6 +1468,18 @@
'bitcoin://' không khả dụng URI. Dùng thay vì 'bitcoin:' .
+
+
+ Không thể tiến hần yêu cầu giao dịch vì BIP70 không được hỗ trợ.
+
+
+
+ Do lỗ hổng bảo mật lan rộng của BIP70, bạn được khuyến cáo mạnh mẽ rằng bất kỳ hướng dẫn thương mại để chuyển ví đều bị bỏ qua.
+
+
+
+ Nếu bạn nhận được lỗi này, bạn nên yêu cầu của hàng cung cấp một BIP21 tương thích URI.
+ Invalid payment address %1
@@ -1648,10 +1784,22 @@
Blocks đã được đồng bộ
+
+
+ Hệ thống tự động ánh xạ được sử dụng để đa dạng hóa lựa chọn ngang hàng.
+
+
+
+ AS đã được map
+ User đặc vụ
+
+
+ Cửa sổ node
+ Mở cái %1 debug log file từ danh mục dữ liệu hiện tại. Điều này cần vài giây cho large log files.
@@ -1863,6 +2011,14 @@
Một optional giá trị để request. Để lại đây khoảng trống hoặc zero để không request một giá trị xác định.
+
+
+ Một nhãn tùy chọn để liên kết với địa chỉ nhận mới (được bạn sử dụng để xác định hóa đơn). Nó cũng được đính kèm với yêu cầu thanh toán.
+
+
+
+ Một thông báo tùy chọn được đính kèm với yêu cầu thanh toán và có thể được hiển thị cho người gửi.
+ &Tạo địa chỉ nhận mới
@@ -1875,6 +2031,14 @@
Xóa
+
+
+ Các địa chỉ segwit gốc (còn gọi là Bech32 hoặc BIP-173) sẽ giảm phí giao dịch của bạn sau này và bảo vệ tốt hơn trước các lỗi chính tả, nhưng ví cũ không hỗ trợ chúng. Khi không được chọn, một địa chỉ tương thích với ví cũ sẽ được tạo thay thế.
+
+
+
+ Tạo địa chỉ segwit (Bech32) riêng
+ Yêu cầu lịch sử giao dịch
@@ -2108,6 +2272,10 @@ Lưu ý: Vì phí được tính trên cơ sở mỗi byte, nên phí "100 satos
Rác:
+
+
+ Ẩn cài đặt phí giao dịch
+ Khi có khối lượng giao dịch ít hơn chổ trống trong các khối, các nhà đào mỏ cũng như các nút chuyển tiếp có thể thực thi chỉ với một khoản phí tối thiểu. Chỉ trả khoản phí tối thiểu này là tốt, nhưng lưu ý rằng điều này có thể dẫn đến một giao dịch không bao giờ xác nhận một khi có nhu cầu giao dịch bitcoin nhiều hơn khả năng mạng có thể xử lý.
@@ -2176,6 +2344,14 @@ Lưu ý: Vì phí được tính trên cơ sở mỗi byte, nên phí "100 satos
%1 (%2 blocks)
+
+
+ Cr&eate không được ký
+
+
+
+ Tạo Giao dịch Bitcoin được ký một phần (PSBT) để sử dụng với các dạng như: ví ngoại tuyến %1 hoặc ví phần cứng tương thích PSBT.
+ từ ví '%1'
@@ -2188,6 +2364,10 @@ Lưu ý: Vì phí được tính trên cơ sở mỗi byte, nên phí "100 satos
%1 đến%2
+
+
+ Bạn có muốn tạo tạm thời dao dịch này?
+ Bạn chắc chắn muốn gửi chứ?
@@ -2224,6 +2404,26 @@ Lưu ý: Vì phí được tính trên cơ sở mỗi byte, nên phí "100 satos
Confirm gửi coins
+
+
+ Xác nhận đề xuất giao dịch
+
+
+
+ Sao chép PSBT vào khay nhớ tạp clipboard
+
+
+
+ Gửi
+
+
+
+ Đã sao chép PSBT
+
+
+
+ Số dư chỉ xem:
+ Địa chỉ người nhận address thì không valid. Kiểm tra lại đi.
@@ -2319,6 +2519,10 @@ Lưu ý: Vì phí được tính trên cơ sở mỗi byte, nên phí "100 satos
Xóa bỏ entry này
+
+
+ Lượng tiền để gửi trong mỗi đơn vị đã chọn
+ The fee sẽ được khấu trừ từ số tiền đang gửi. Người nhận sẽ receive ít bitcoins hơn bạn gõ vào khoảng trống. Nếu nhiều người gửi được chọn, fee sẽ được chia đều.
@@ -2445,6 +2649,14 @@ Lưu ý: Vì phí được tính trên cơ sở mỗi byte, nên phí "100 satos
The Bitcoin address tin nhắn đã ký với
+
+
+ Tin nhắn đã được ký để xác nhận
+
+
+
+ Chữ ký được cung cấp khi tin nhắn đã được ký
+ Verify tin nhắn để chắc rằng nó đã được ký với xác định Bitcoin address
@@ -2477,6 +2689,10 @@ Lưu ý: Vì phí được tính trên cơ sở mỗi byte, nên phí "100 satos
Wallet unlock đã được hủy.
+
+
+ Không lỗi
+ Private key cho address đã nhập thì không có sẵn.
@@ -2651,6 +2867,10 @@ Lưu ý: Vì phí được tính trên cơ sở mỗi byte, nên phí "100 satos
Output index
+
+
+ (Chứng chỉ chưa được thẩm định)
+ Merchant
@@ -2974,6 +3194,10 @@ Lưu ý: Vì phí được tính trên cơ sở mỗi byte, nên phí "100 satos
Đông ví
+
+
+ Bạn có chắc bạn muốn đóng ví %1 ?
+ Đóng ví thời gian dài sẽ dẫn đến phải đồng bộ hóa lại cả chuỗi nếu cắt tỉa pruning được kích hoạt
@@ -3004,6 +3228,10 @@ Lưu ý: Vì phí được tính trên cơ sở mỗi byte, nên phí "100 satos
Do you want to increase the fee?
+
+
+ Bạn có muốn tạo tạm thời một giao dịch với phí tăng?
+ Current fee:
@@ -3020,6 +3248,14 @@ Lưu ý: Vì phí được tính trên cơ sở mỗi byte, nên phí "100 satos
Confirm fee bump
+
+
+ Không thể tạo tạm giao dịch.
+
+
+
+ Đã sao chép PSBT
+ Can't sign transaction.
@@ -3186,6 +3422,14 @@ Lưu ý: Vì phí được tính trên cơ sở mỗi byte, nên phí "100 satos
Corrupted block database detected
+
+
+ Không tìm thấy tệp asmap %s
+
+
+
+ Không đọc được tệp asmap %s
+ Do you want to rebuild the block database now?
@@ -3262,6 +3506,14 @@ Lưu ý: Vì phí được tính trên cơ sở mỗi byte, nên phí "100 satos
Thư mục chứa các khối được chỉ ra "%s" không tồn tại
+
+
+ Không biết địa chỉ kiểu '%s'
+
+
+
+ Không biết thay đổi kiểu '%s'
+ Đang nâng cấp dữ liệu txindex
diff --git a/src/qt/locale/bitcoin_zh.ts b/src/qt/locale/bitcoin_zh.ts
index 409cb3a2bb..52b2f24927 100644
--- a/src/qt/locale/bitcoin_zh.ts
+++ b/src/qt/locale/bitcoin_zh.ts
@@ -69,6 +69,10 @@
这些是你的比特币支付地址。在发送之前,一定要核对金额和接收地址。
+
+
+ 这些是您的比特币接收地址。建议每个交易使用一个新的接收地址。
+ &复制地址
@@ -131,6 +135,10 @@
重复新密码
+
+
+ 显示密码
+ 加密钱包
@@ -171,6 +179,30 @@
加密钱包
+
+
+ 输入钱包的新密码。<br/>密码中请使用<b>10个或更多随机字符</b>,或<b>8个或更多的单词</b>。
+
+
+
+ 输入钱包的旧密码和新密码。
+
+
+
+ 记住,加密您的钱包并不能完全保护您的比特币不被您电脑中的恶意软件窃取。
+
+
+
+ 钱包即将被加密编码。
+
+
+
+ 你的钱包即将被加密编码。
+
+
+
+ 你的钱包已被加密编码。
+ 重要提示:您以前对钱包文件所做的任何备份都应该替换为新的加密钱包文件。出于安全原因,一旦您开始使用新的加密钱包,以前未加密钱包文件备份将变得无用。
@@ -289,6 +321,14 @@
打开 &URI...
+
+
+ 创建钱包
+
+
+
+ 创建一个新的钱包
+ 钱包:
@@ -393,6 +433,10 @@
&命令行选项
+
+
+ %n 活跃的链接到比特币网络
+ 索引磁盘上的区块...
@@ -401,6 +445,10 @@
处理磁盘上的区块...
+
+
+ 已处理 %n 的历史交易区块
+ %1 落后
@@ -429,6 +477,14 @@
最新的
+
+
+ 结点窗口
+
+
+
+ 打开结点的调试和诊断控制台
+ &发送地址
@@ -437,6 +493,10 @@
&接受地址
+
+
+ 打开比特币: URI
+ 打开钱包
@@ -489,6 +549,10 @@
连接到节点...
+
+
+ 跟进中
+
@@ -608,6 +672,14 @@
总计
+
+
+ 收到,夹带标签
+
+
+
+ 收到,夹带地址
+ 日期
@@ -694,6 +766,38 @@
CreateWalletDialog
+
+
+ 创建钱包
+
+
+
+ 钱包名称
+
+
+
+ 编码钱包。钱包将会根据你选择的密码进行加密编码。
+
+
+
+ 加密钱包
+
+
+
+ 禁用这个钱包的私钥。禁用私钥的钱包将没有私钥,也不能使用HD种子或者导入的私钥。对于仅供查看的钱包这是理想的设置。
+
+
+
+ 禁用私钥
+
+
+
+ 创建一个空白钱包。空白钱包没有起始的私钥和脚本。稍后可以倒入私钥和地址、设置HD种子。
+
+
+
+ 创建空白钱包
+ EditAddressDialog
@@ -960,6 +1064,10 @@
RPCConsole
+
+
+ 结点窗口
+ 最后的区块时间
diff --git a/src/qt/locale/bitcoin_zh_CN.ts b/src/qt/locale/bitcoin_zh_CN.ts
index 2c534d9162..8540c05b8d 100644
--- a/src/qt/locale/bitcoin_zh_CN.ts
+++ b/src/qt/locale/bitcoin_zh_CN.ts
@@ -1120,7 +1120,7 @@
- 系统登入时启动 %1 (%S)
+ 系统登入时启动 %1 (&S)
@@ -1788,6 +1788,14 @@
已同步区块
+
+
+ 映射到的自治系统,被用来多样化选择节点
+
+
+
+ 映射到的AS
+ 用户代理
@@ -2346,7 +2354,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- 创建一个“部分签名比特币交易”(PSBT),以用于像是离线%1钱包,或是兼容PSBT的硬件钱包这种用途。
+ 创建一个“部分签名比特币交易”(PSBT),以用于诸如离线%1钱包,或是兼容PSBT的硬件钱包这类用途。
diff --git a/src/qt/locale/bitcoin_zh_TW.ts b/src/qt/locale/bitcoin_zh_TW.ts
index 27c2b0c71f..da1f92a461 100644
--- a/src/qt/locale/bitcoin_zh_TW.ts
+++ b/src/qt/locale/bitcoin_zh_TW.ts
@@ -135,6 +135,10 @@
重複新密碼
+
+
+ 顯示密碼
+ 加密錢包
@@ -179,6 +183,18 @@
請記得, 即使將錢包加密, 也不能完全防止因惡意軟體入侵, 而導致位元幣被偷.
+
+
+ 加密錢包
+
+
+
+ 你的錢包將被加密
+
+
+
+ 你的錢包現已被加密
+ 重要須知: 請改用新造出來、有加密的錢包檔,來取代舊錢包檔的備份。為了安全起見,當你開始使用新的有加密的錢包後,舊錢包檔的備份就沒有用了。
@@ -301,6 +317,14 @@
開啓 &URI...
+
+
+ 新增錢包...
+
+
+
+ 創建一個新錢包
+ 錢包:
@@ -363,7 +387,7 @@
- 把錢包中的密鑰加密
+ 將錢包中之密鑰加密
@@ -743,9 +767,21 @@
CreateWalletActivity
+
+
+ 創建錢包失敗<br>
+ CreateWalletDialog
+
+
+ 新增錢包
+
+
+
+ 錢包名稱
+ EditAddressDialog
@@ -957,6 +993,10 @@
隱藏
+
+
+ 離開鍵
+ 不明。正在同步前導資料中(%1, %2%)...
@@ -2236,6 +2276,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
確認付款金額
+
+
+ 發
+ 收款位址無效。請再檢查看看。
@@ -2489,6 +2533,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
錢包解鎖已取消。
+
+
+ 沒有錯誤
+ 沒有對應輸入位址的密鑰。
@@ -3458,7 +3506,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- 无法创建PID文件'%s': %s
+ 無法創建PID文件'%s': %s
@@ -3530,7 +3578,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
- 交易必須至少要有一個收款人
+ 交易必須至少有一個收款人
diff --git a/src/qt/locale/bitcoin_zu.ts b/src/qt/locale/bitcoin_zu.ts
new file mode 100644
index 0000000000..30e7bec4b9
--- /dev/null
+++ b/src/qt/locale/bitcoin_zu.ts
@@ -0,0 +1,291 @@
+
+
+ AddressBookPage
+
+
+ Qhafaza kwesokudla ukuze uhlele ikheli noma ilebula
+
+
+
+ Dala ikheli elisha
+
+
+
+ Kopisha ikheli elikhethwe njengamanje ebhodini lokunameka lesistimu
+
+
+
+ Susa ikheli elikhethwe njengamanje ohlwini
+
+
+
+ Faka ikheli noma ilebula ukusesha
+
+
+
+ Khiphela idatha kuthebhu yamanje kufayela
+
+
+
+ Khetha ikheli ozothumela kulo izinhlamvu zemali
+
+
+
+ Khetha ikheli ukuthola izinhlamvu zemali nge
+
+
+
+ Kuthunyelwa amakheli
+
+
+
+ Ukuthola amakheli
+
+
+
+ Lawa amakheli akho e-Bitcoin okuthumela izinkokhelo. Njalo hlola inani nekheli elitholwayo ngaphambi kokuthumela izinhlamvu zemali.
+
+
+
+ Lawa amakheli akho e-Bitcoin athola izinkokhelo. Sebenzisa inkinobho ethi 'Dala ikheli elisha lokuthola' kuthebhu yokwamukela ukudala amakheli amasha.
+
+
+
+ Thumela Ikheli Langaphandle
+
+
+
+ Ifayela elihlukaniswe ngokhefana (* .csv)
+
+
+
+ Ukuthekelisa kwehlulekile
+
+
+
+ AddressTableModel
+
+
+ Ilebuli
+
+
+
+ Ikheli
+
+
+
+ (akukho ilebula)
+
+
+
+ AskPassphraseDialog
+
+
+ I-Passphrase Dialog
+
+
+
+ Faka umushwana wokungena
+
+
+
+ Umushwana omusha wokungena
+
+
+
+ Phinda umushwana omusha wokungena
+
+
+
+ Khombisa umushwana wokungena
+
+
+
+ Bethela isikhwama
+
+
+
+ Lokhu kusebenza kudinga umushwana wakho wokungena wesikhwama ukuvula isikhwama.
+
+
+
+ Vula isikhwama semali
+
+
+
+ Lo msebenzi udinga umushwana wakho wokungena wesikhwama ukukhipha isikhwama esikhwameni.
+
+
+
+ Ukhiphe isikhwama semali
+
+
+
+ Shintsha umushwana wokungena
+
+
+
+ Qinisekisa ukubethelwa kwe-wallet
+
+
+
+ Isexwayiso: Uma ubhala ngemfihlo isikhwama sakho futhi ulahlekelwe umushwana wakho wokungena, uzokwazi
+Lahla YONKE IBITCOIN YAKHO!
+
+
+
+ Uqinisekile ukuthi ufisa ukubhala ngemfihlo isikhwama sakho?
+
+
+
+ Kufakwe i-Wallet
+
+
+
+ BanTableModel
+
+
+ BitcoinGUI
+
+
+ CoinControlDialog
+
+
+ CreateWalletActivity
+
+
+ CreateWalletDialog
+
+
+ EditAddressDialog
+
+
+ FreespaceChecker
+
+
+ HelpMessageDialog
+
+
+ Intro
+
+
+ ModalOverlay
+
+
+ OpenURIDialog
+
+
+ OpenWalletActivity
+
+
+ OptionsDialog
+
+
+ OverviewPage
+
+
+ PaymentServer
+
+
+ PeerTableModel
+
+
+ QObject
+
+
+ QRImageWidget
+
+
+ RPCConsole
+
+
+ ReceiveCoinsDialog
+
+
+ ReceiveRequestDialog
+
+
+ Ikheli
+
+
+
+ Ilebuli
+
+
+
+ RecentRequestsTableModel
+
+
+ Ilebuli
+
+
+
+ SendCoinsDialog
+
+
+ SendCoinsEntry
+
+
+ ShutdownWindow
+
+
+ SignVerifyMessageDialog
+
+
+ TrafficGraphWidget
+
+
+ TransactionDesc
+
+
+ TransactionDescDialog
+
+
+ TransactionTableModel
+
+
+ Ilebuli
+
+
+
+ TransactionView
+
+
+ Ifayela elihlukaniswe ngokhefana (* .csv)
+
+
+
+ Ilebuli
+
+
+
+ Ikheli
+
+
+
+ Ukuthekelisa kwehlulekile
+
+
+
+ UnitDisplayStatusBarControl
+
+
+ WalletController
+
+
+ WalletFrame
+
+
+ WalletModel
+
+
+ WalletView
+
+
+ Khipha idatha kuthebhu yamanje kufayela
+
+
+
+ bitcoin-core
+
+
\ No newline at end of file