diff --git a/src/qt/bitcoinstrings.cpp b/src/qt/bitcoinstrings.cpp
index 9f798ccf623..533572819b8 100644
--- a/src/qt/bitcoinstrings.cpp
+++ b/src/qt/bitcoinstrings.cpp
@@ -250,8 +250,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
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", ""
-"You need to rebuild the database using -reindex-chainstate to change -txindex"),
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!"),
@@ -416,6 +414,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Wallet options:"),
QT_TRANSLATE_NOOP("bitcoin-core", "Warning"),
QT_TRANSLATE_NOOP("bitcoin-core", "Warning: unknown new rules activated (versionbit %i)"),
QT_TRANSLATE_NOOP("bitcoin-core", "Whether to operate in a blocks only mode (default: %u)"),
+QT_TRANSLATE_NOOP("bitcoin-core", "You need to rebuild the database using -reindex to change -txindex"),
QT_TRANSLATE_NOOP("bitcoin-core", "Zapping all transactions from wallet..."),
QT_TRANSLATE_NOOP("bitcoin-core", "ZeroMQ notification options:"),
};
diff --git a/src/qt/locale/bitcoin_en.ts b/src/qt/locale/bitcoin_en.ts
index 821be8987e0..89050ee6b58 100644
--- a/src/qt/locale/bitcoin_en.ts
+++ b/src/qt/locale/bitcoin_en.ts
@@ -3990,7 +3990,7 @@
bitcoin-core
-
+ Options:Options:
@@ -4015,7 +4015,7 @@
Accept command line and JSON-RPC commands
-
+ Distributed under the MIT software license, see the accompanying file %s or %s
@@ -4040,7 +4040,7 @@
-
+ Error: A fatal internal error occurred, see debug.log for details
@@ -4065,7 +4065,7 @@
-
+ Bitcoin CoreBitcoin Core
@@ -4221,11 +4221,6 @@
- You need to rebuild the database using -reindex-chainstate to change -txindex
-
-
-
- %d of last 100 blocks have unexpected version
@@ -4580,7 +4575,7 @@
-
+ Allow JSON-RPC connections from specified source. Valid for <ip> are a single IP (e.g. 1.2.3.4), a network/netmask (e.g. 1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This option can be specified multiple times
@@ -4655,7 +4650,7 @@
-
+ (default: %u)
@@ -4839,6 +4834,11 @@
Whether to operate in a blocks only mode (default: %u)
+
+
+ You need to rebuild the database using -reindex to change -txindex
+
+ Zapping all transactions from wallet...
@@ -4850,22 +4850,22 @@
-
+ Password for JSON-RPC connectionsPassword for JSON-RPC connections
-
+ Execute command when the best block changes (%s in cmd is replaced by block hash)Execute command when the best block changes (%s in cmd is replaced by block hash)
-
+ Allow DNS lookups for -addnode, -seednode and -connectAllow DNS lookups for -addnode, -seednode and -connect
-
+ (1 = keep tx meta data e.g. account owner and payment request information, 2 = drop tx meta data)
@@ -5000,7 +5000,7 @@
-
+ %s is set very high!
diff --git a/src/qt/locale/bitcoin_es_ES.ts b/src/qt/locale/bitcoin_es_ES.ts
index e0ddf7d530f..1413cc1adf5 100644
--- a/src/qt/locale/bitcoin_es_ES.ts
+++ b/src/qt/locale/bitcoin_es_ES.ts
@@ -63,11 +63,11 @@
These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins.
- Estas son sus direcciones Bitcoin para enviar pagos. Verifique siempre la cantidad y la dirección de recibimiento antes de enviar monedas.
+ Estas son sus direcciones Bitcoin para enviar pagos. Verifique siempre la cantidad y la dirección de recepción antes de enviar monedas.These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction.
- Estas son sus direcciones Bitcoin para recibir pagos. Se recomienda utilizar una nueva dirección de recibimiento para cada transacción
+ Estas son sus direcciones Bitcoin para recibir pagos. Se recomienda utilizar una nueva dirección de recepción para cada transacción&Copy Address
@@ -531,6 +531,14 @@
Incoming transactionTransacción entrante
+
+ HD key generation is <b>enabled</b>
+ La generación de claves HD está <b>activada</b>
+
+
+ HD key generation is <b>disabled</b>
+ La generación de claves HD está <b>desactivada</b>
+ Wallet is <b>encrypted</b> and currently <b>unlocked</b>El monedero está <b>cifrado</b> y actualmente <b>desbloqueado</b>
@@ -719,7 +727,7 @@
New receiving address
- Nueva dirección de recivimiento
+ Nueva dirección de recepciónNew sending address
@@ -727,7 +735,7 @@
Edit receiving address
- Editar dirección de recivimiento
+ Editar dirección de recepciónEdit sending address
@@ -877,6 +885,10 @@
FormFormulario
+
+ Recent transactions may not yet be visible, and therefore your wallet's balance might be incorrect. This information will be correct once your wallet has finished synchronizing with the bitcoin network, as detailed below.
+ Las transacciones recientes podrían no ser visibles todavía, por lo que el balance de la cartera podría ser incorrecto. Esta información será correcta una vez su cartera se haya terminado de sincronizar con la red bitcoin, como se detalla más abajo.
+ Number of blocks leftNúmero de bloques restantes
@@ -1395,6 +1407,26 @@
%1 ms%1 ms
+
+ %n second(s)
+ %n segundo%n segundos
+
+
+ %n minute(s)
+ %n minuto%n minutos
+
+
+ %n hour(s)
+ %n hora%n horas
+
+
+ %n day(s)
+ %n día%n días
+
+
+ %n week(s)
+ %n semana%n semanas
+ %1 and %2%1 y %2
@@ -1410,7 +1442,15 @@
Error: Specified data directory "%1" does not exist.Error: directorio especificado "%1" no existe.
-
+
+ Error: Cannot parse configuration file: %1. Only use key=value syntax.
+ Error: no se puede interpretar el archivo de configuración: %1. Utilize exclusivamente sintaxis clave=valor.
+
+
+ Error: %1
+ Error: %1
+
+
QRImageWidget
@@ -1588,6 +1628,10 @@
Ping WaitEspera de Ping
+
+ Min Ping
+ Ping mín.
+ Time OffsetDesplazamiento de tiempo
@@ -1648,6 +1692,14 @@
1 &year1 &año
+
+ &Disconnect
+ &Desconectar
+
+
+ &Unban
+ &Desbanear
+ Welcome to the %1 RPC console.Bienvenido a la consola RPC %1.
@@ -1660,6 +1712,14 @@
Type <b>help</b> for an overview of available commands.Escriba <b>help</b> para ver un resumen de los comandos disponibles.
+
+ WARNING: Scammers have been active, telling users to type commands here, stealing their wallet contents. Do not use this console without fully understanding the ramification of a command.
+ ADVERTENCIA: algunos estafadores han estado pidiendo a los usuarios que escriban comandos aquí, robando el contenido de sus carteras. No use esta consola sin entender completamente las ramificaciones del comando.
+
+
+ Network activity disabled
+ Actividad de red desactivada
+ %1 B%1 B
@@ -2104,6 +2164,10 @@
Transaction creation failed!¡Falló la creación de transacción!
+
+ The transaction was rejected with the following reason: %1
+ Esta transacción fue rechazada por la siguiente razón: %1
+ A fee higher than %1 is considered an absurdly high fee.Una couta mayor que %1 se considera una cuota irracionalmente alta.
@@ -2112,6 +2176,10 @@
Payment request expired.Solicitud de pago caducada.
+
+ %n block(s)
+ %n bloque%n bloques
+ Pay only the required fee of %1Pagar únicamente la cuota solicitada de %1
@@ -2124,6 +2192,14 @@
Warning: Unknown change addressAlerta: dirección cambiada desconocida
+
+ Confirm custom change address
+ Confirmar dirección de cambio personalizada
+
+
+ The address you selected for change is not part of this wallet. Any or all funds in your wallet may be sent to this address. Are you sure?
+ La dirección que seleccionó para el cambio no es parte de esta cartera. Parte o la totalidad de los fondos de su cartera podrían ser enviados a esta dirección. ¿Está seguro?
+ (no label)(sin etiqueta)
@@ -2385,6 +2461,10 @@
TransactionDesc
+
+ Open for %n more block(s)
+ Abierto para %n bloque másAbierto para %n bloques más
+ Open until %1Abierto hasta %1
@@ -3658,6 +3738,10 @@
Threshold for disconnecting misbehaving peers (default: %u)Umbral para la desconexión de pares con mal comportamiento (predeterminado: %u)
+
+ Transaction amounts must not be negative
+ Las cantidades de las transacciones no pueden ser negativas.
+ Unknown network specified in -onlynet: '%s'La red especificada en -onlynet '%s' es desconocida
diff --git a/src/qt/locale/bitcoin_he.ts b/src/qt/locale/bitcoin_he.ts
index 82be81e9219..c1a66af5c2d 100644
--- a/src/qt/locale/bitcoin_he.ts
+++ b/src/qt/locale/bitcoin_he.ts
@@ -1003,6 +1003,10 @@
Map port using &UPnPמיפוי פתחה באמצעות UPnP
+
+ Connect to the Bitcoin network through a SOCKS5 proxy.
+ התחבר לרשת הביטקוין דרך פרוקסי SOCKS5.
+ Proxy &IP:כתובת ה־IP של המ&תווך:
diff --git a/src/qt/locale/bitcoin_lt.ts b/src/qt/locale/bitcoin_lt.ts
index 67fee9ae42d..54afafac2c3 100644
--- a/src/qt/locale/bitcoin_lt.ts
+++ b/src/qt/locale/bitcoin_lt.ts
@@ -44,6 +44,10 @@
AddressTableModel
+
+ Address
+ Adresas
+ AskPassphraseDialog
@@ -113,6 +117,10 @@
&About %1&Apie %1
+
+ Show information about %1
+ Rodyti informaciją apie %1
+ About &QtApie &Qt
@@ -245,6 +253,12 @@
Catching up...Vejamasi...
+
+ Date: %1
+
+ Data: %1
+
+ Sent transactionSandoris nusiųstas
@@ -716,6 +730,10 @@
Copy &Address&Kopijuoti adresą
+
+ Address
+ Adresas
+ RecentRequestsTableModel
@@ -900,6 +918,10 @@
TransactionView
+
+ Address
+ Adresas
+ UnitDisplayStatusBarControl
diff --git a/src/qt/locale/bitcoin_lv_LV.ts b/src/qt/locale/bitcoin_lv_LV.ts
index 2953da443ab..44038b94976 100644
--- a/src/qt/locale/bitcoin_lv_LV.ts
+++ b/src/qt/locale/bitcoin_lv_LV.ts
@@ -37,10 +37,46 @@
&Delete&Dzēst
+
+ Choose the address to send coins to
+ Izvēlies adresi uz kuru sūtīt bitcoins
+
+
+ Choose the address to receive coins with
+ Izvēlies adresi ar kuru saņemt bitcoins
+
+
+ &Copy Address
+ &Kopēt adresi
+
+
+ &Edit
+ &Rediģēt
+
+
+ Export Address List
+ Eksportēt Adrešu Sarakstu
+
+
+ Exporting Failed
+ Eksportēšana Neizdevās
+ AddressTableModel
-
+
+ Label
+ Nosaukums
+
+
+ Address
+ Adrese
+
+
+ (no label)
+ (bez nosaukuma)
+
+
AskPassphraseDialog
@@ -59,6 +95,30 @@
Repeat new passphraseJaunā parole vēlreiz
+
+ Encrypt wallet
+ Šifrēt maciņu
+
+
+ Unlock wallet
+ Atslēgt maciņu
+
+
+ Decrypt wallet
+ Atšifrēt maciņu
+
+
+ Confirm wallet encryption
+ Apstiprināt maciņa šifrēšanu
+
+
+ Are you sure you wish to encrypt your wallet?
+ Vai tu tiešām vēlies šifrēt savu maciņu?
+
+
+ Wallet encryption failed
+ Maciņa šifrēšana neizdevās
+ BanTableModel
@@ -328,6 +388,10 @@
ConfirmedApstiprināts
+
+ (no label)
+ (bez nosaukuma)
+ EditAddressDialog
@@ -840,9 +904,25 @@
&Save Image...&Saglabāt Attēlu...
+
+ Address
+ Adrese
+
+
+ Label
+ Nosaukums
+ RecentRequestsTableModel
+
+ Label
+ Nosaukums
+
+
+ (no label)
+ (bez nosaukuma)
+ SendCoinsDialog
@@ -926,7 +1006,11 @@
S&end&Sūtīt
-
+
+ (no label)
+ (bez nosaukuma)
+
+
SendCoinsEntry
@@ -1081,9 +1165,29 @@
TransactionTableModel
+
+ Label
+ Nosaukums
+
+
+ (no label)
+ (bez nosaukuma)
+ TransactionView
+
+ Label
+ Nosaukums
+
+
+ Address
+ Adrese
+
+
+ Exporting Failed
+ Eksportēšana Neizdevās
+ UnitDisplayStatusBarControl
diff --git a/src/qt/locale/bitcoin_ms_MY.ts b/src/qt/locale/bitcoin_ms_MY.ts
index 7844093e3bb..e4ac4173059 100644
--- a/src/qt/locale/bitcoin_ms_MY.ts
+++ b/src/qt/locale/bitcoin_ms_MY.ts
@@ -318,6 +318,22 @@ Alihkan fail data ke dalam tab semasa
Open &URI...Buka &URI...
+
+ Click to disable network activity.
+ Tekan untuk lumpuhkan rangkaian
+
+
+ Network activity disabled.
+ Aktiviti rangkaian dilumpuhkan
+
+
+ Click to enable network activity again.
+ Tekan untuk mengaktifkan rangkain semula
+
+
+ Syncing Headers (%1%)...
+ Penyelarasn tajuk (%1%)...
+ Reindexing blocks on disk...Reindexi blok pada cakera...
@@ -330,6 +346,70 @@ Alihkan fail data ke dalam tab semasa
Backup wallet to another locationWallet sandaran ke lokasi lain
+
+ Change the passphrase used for wallet encryption
+ Tukar kata laluan untuk dompet disulitkan
+
+
+ &Debug window
+ Tetingkap Debug
+
+
+ Open debugging and diagnostic console
+ buka debug dan konsol diagnostik
+
+
+ &Verify message...
+ sahkan mesej
+
+
+ Bitcoin
+ Bitcoin
+
+
+ Wallet
+ dompet
+
+
+ &Send
+ hantar
+
+
+ &Receive
+ terima
+
+
+ &Show / Hide
+ &tunjuk/sembunyi
+
+
+ Show or hide the main Window
+ tunjuk atau sembunyi tetingkap utama
+
+
+ Encrypt the private keys that belong to your wallet
+ sulitkan kata laluan milik peribadi anda
+
+
+ Sign messages with your Bitcoin addresses to prove you own them
+ Log mesej dengan alamat Bitcoin anda untuk membuktikan anda memilikinya
+
+
+ Verify messages to ensure they were signed with specified Bitcoin addresses
+ Sahkan mesej untuk memastikan mereka telah ditandatangani dengan alamat Bitcoin yang ditentukan
+
+
+ &File
+ fail
+
+
+ &Settings
+ tetapan
+
+
+ &Help
+ tolong
+ CoinControlDialog
diff --git a/src/qt/locale/bitcoin_nl.ts b/src/qt/locale/bitcoin_nl.ts
index e523e832810..c8b0d17593f 100644
--- a/src/qt/locale/bitcoin_nl.ts
+++ b/src/qt/locale/bitcoin_nl.ts
@@ -311,7 +311,7 @@
&Receiving addresses...
- &Ontvang adressen...
+ &Ontvangstadressen...Open &URI...
@@ -423,7 +423,7 @@
Show the list of used receiving addresses and labels
- Toon de lijst met gebruikte ontvangst adressen en labels
+ Toon de lijst met gebruikte ontvangstadressen en labelsOpen a bitcoin: URI or payment request
@@ -1809,7 +1809,7 @@
An optional label to associate with the new receiving address.
- Een optioneel label om te associëren met het nieuwe ontvangende adres
+ Een optioneel label om te associëren met het nieuwe ontvangstadresUse this form to request payments. All fields are <b>optional</b>.
diff --git a/src/qt/locale/bitcoin_pl.ts b/src/qt/locale/bitcoin_pl.ts
index c7355e626f6..d4650ffcf5b 100644
--- a/src/qt/locale/bitcoin_pl.ts
+++ b/src/qt/locale/bitcoin_pl.ts
@@ -1305,6 +1305,10 @@
Refund from %1Zwrot z %1
+
+ Payment request %1 is too large (%2 bytes, allowed %3 bytes).
+ Żądanie płatności %1 jest zbyt duże (%2 bajtów, dozwolone %3 bajtów).
+ Error communicating with %1: %2Błąd komunikacji z %1 : %2
@@ -1422,6 +1426,10 @@
Error: Specified data directory "%1" does not exist.Błąd: Określony folder danych "%1" nie istnieje.
+
+ Error: Cannot parse configuration file: %1. Only use key=value syntax.
+ Błąd: Nie można przetworzyć pliku konfiguracyjnego: %1. Używaj tylko składni klucz=wartość.
+ Error: %1Błąd: %1
@@ -1692,6 +1700,10 @@
Type <b>help</b> for an overview of available commands.Wpisz <b>help</b> aby uzyskać listę dostępnych komend
+
+ WARNING: Scammers have been active, telling users to type commands here, stealing their wallet contents. Do not use this console without fully understanding the ramification of a command.
+ UWAGA: Oszuści nakłaniają do wpisywania tutaj różnych poleceń aby ukraść portfel. Nie używaj tej konsoli bez pełnego zrozumienia wpisywanych poleceń.
+ Network activity disabledAktywność sieciowa wyłączona
@@ -1878,6 +1890,10 @@
MessageWiadomość
+
+ Resulting URI too long, try to reduce the text for label / message.
+ Wynikowy URI jest zbyt długi, spróbuj zmniejszyć tekst etykiety / wiadomości
+ Error encoding URI into QR Code.Błąd kodowania URI w kod QR
@@ -2144,10 +2160,18 @@
Payment request expired.Żądanie płatności upłynęło.
+
+ %n block(s)
+ %n blok%n bloków%n bloków%n bloków
+ Pay only the required fee of %1Zapłać tylko wymaganą opłatę w wysokości %1
+
+ Estimated to begin confirmation within %n block(s).
+ Przybliżony czas zatwierdzenia: %n blok.Przybliżony czas zatwierdzenia: %n bloki.Przybliżony czas zatwierdzenia: %n bloków.Przybliżony czas zatwierdzenia: %n bloków.
+ Warning: Invalid Bitcoin addressOstrzeżenie: nieprawidłowy adres Bitcoin
@@ -2156,6 +2180,10 @@
Warning: Unknown change addressOstrzeżenie: Nieznany adres reszty
+
+ Confirm custom change address
+ Potwierdź zmianę adresu własnego
+ (no label)(brak etykiety)
@@ -2239,7 +2267,11 @@
Memo:Notatka:
-
+
+ Enter a label for this address to add it to your address book
+ Wprowadź etykietę dla tego adresu by dodać go do książki adresowej
+
+
SendConfirmationDialog
@@ -2345,6 +2377,10 @@ Zwróć uwagę, że poprawnie zweryfikowana wiadomość potwierdza to, że nadaw
Reset all verify message fieldsResetuje wszystkie pola weryfikacji wiadomości
+
+ Click "Sign Message" to generate signature
+ Kliknij "Podpisz Wiadomość" żeby uzyskać podpis
+ The entered address is invalid.Podany adres jest nieprawidłowy.
@@ -2353,6 +2389,10 @@ Zwróć uwagę, że poprawnie zweryfikowana wiadomość potwierdza to, że nadaw
Please check the address and try again.Proszę sprawdzić adres i spróbować ponownie.
+
+ The entered address does not refer to a key.
+ Wprowadzony adres nie odnosi się do klucza.
+ Wallet unlock was cancelled.Odblokowanie portfela zostało anulowane.
@@ -2369,6 +2409,22 @@ Zwróć uwagę, że poprawnie zweryfikowana wiadomość potwierdza to, że nadaw
Message signed.Wiadomość podpisana.
+
+ The signature could not be decoded.
+ Podpis nie może zostać zdekodowany.
+
+
+ Please check the signature and try again.
+ Sprawdź podpis i spróbuj ponownie.
+
+
+ The signature did not match the message digest.
+ Podpis nie odpowiada skrótowi wiadomości.
+
+
+ Message verification failed.
+ Weryfikacja wiadomości nie powiodła się.
+ Message verified.Wiadomość zweryfikowana.
@@ -2390,10 +2446,54 @@ Zwróć uwagę, że poprawnie zweryfikowana wiadomość potwierdza to, że nadaw
TransactionDesc
+
+ Open for %n more block(s)
+ Otwórz dla %n kolejnego blokuOtwórz dla %n kolejnych blokówOtwórz dla %n kolejnych blokówOtwórz dla %n kolejnych bloków
+
+
+ Open until %1
+ Otwórz do %1
+
+
+ conflicted with a transaction with %1 confirmations
+ sprzeczny z transakcją posiadającą %1 potwierdzeń
+
+
+ %1/offline
+ %1/offline
+
+
+ 0/unconfirmed, %1
+ 0/niezatwierdzone, %1
+
+
+ in memory pool
+ w obszarze pamięci
+ abandonedporzucone
+
+ %1/unconfirmed
+ %1/niezatwierdzone
+
+
+ %1 confirmations
+ %1 potwierdzeń
+
+
+ Status
+ Status
+
+
+ , has not been successfully broadcast yet
+ , nie został jeszcze pomyślnie rozesłany
+
+
+ , broadcast through %n node(s)
+ , przekazywany przez %n węzęł, przekazywany przez %n węzy, przekazywany przez %n węzłów, przekazywany przez %n węzłów
+ DateData
@@ -2430,14 +2530,50 @@ Zwróć uwagę, że poprawnie zweryfikowana wiadomość potwierdza to, że nadaw
labeletykieta
+
+ Credit
+ Uznanie
+
+
+ not accepted
+ niezaakceptowane
+
+
+ Debit
+ Debet
+ Transaction feeOpłata transakcyjna
+
+ Net amount
+ Kwota netto
+ MessageWiadomość
+
+ Comment
+ Komentarz
+
+
+ Transaction ID
+ ID transakcji
+
+
+ Transaction total size
+ Rozmiar transakcji
+
+
+ Output index
+ Indeks wyjściowy
+
+
+ Debug information
+ Informacje debugowania
+ TransactionTransakcja
@@ -2465,7 +2601,11 @@ Zwróć uwagę, że poprawnie zweryfikowana wiadomość potwierdza to, że nadaw
This pane shows a detailed description of the transactionTen panel pokazuje szczegółowy opis transakcji
-
+
+ Details for %1
+ Szczegóły %1
+
+
TransactionTableModel
@@ -2480,6 +2620,14 @@ Zwróć uwagę, że poprawnie zweryfikowana wiadomość potwierdza to, że nadaw
LabelEtykieta
+
+ Open for %n more block(s)
+ Otwórz dla %n kolejnego blokuOtwórz dla %n kolejnych blokówOtwórz dla %n kolejnych blokówOtwórz dla %n kolejnych bloków
+
+
+ Open until %1
+ Otwórz do %1
+ OfflineOffline
@@ -2492,26 +2640,70 @@ Zwróć uwagę, że poprawnie zweryfikowana wiadomość potwierdza to, że nadaw
AbandonedPorzucone
+
+ Confirming (%1 of %2 recommended confirmations)
+ Potwierdzanie (%1 z %2 rekomendowanych potwierdzeń)
+
+
+ Confirmed (%1 confirmations)
+ Zatwierdzony (%1 potwierdzeń)
+ ConflictedSkonfliktowane
+
+ Immature (%1 confirmations, will be available after %2)
+ Niedojrzała (%1 potwierdzeń, będzie dostępna po %2)
+
+
+ This block was not received by any other nodes and will probably not be accepted!
+ Ten blok nie został odebrany przez jakikolwiek inny węzeł i prawdopodobnie nie zostanie zaakceptowany!
+ Generated but not acceptedWygenerowane ale nie zaakceptowane
+
+ Received from
+ Odebrano od
+ Sent toWysłane do
+
+ Payment to yourself
+ Płatność do siebie
+
+
+ Mined
+ Wydobyto
+ watch-onlytylko-obserwowany
+
+ (n/a)
+ (brak)
+ (no label)(brak etykiety)
+
+ Transaction status. Hover over this field to show number of confirmations.
+ Status transakcji. Najedź na pole, aby zobaczyć liczbę potwierdzeń.
+
+
+ Date and time that the transaction was received.
+ Data i czas odebrania transakcji.
+
+
+ Type of transaction.
+ Rodzaj transakcji.
+ TransactionView
@@ -2547,6 +2739,26 @@ Zwróć uwagę, że poprawnie zweryfikowana wiadomość potwierdza to, że nadaw
Sent toWysłane do
+
+ To yourself
+ Do siebie
+
+
+ Mined
+ Wydobyto
+
+
+ Other
+ Inne
+
+
+ Enter address or label to search
+ Wprowadź adres albo etykietę aby wyszukać
+
+
+ Abandon transaction
+ Porzuć transakcję
+ Copy addressKopiuj adres
@@ -2563,14 +2775,34 @@ Zwróć uwagę, że poprawnie zweryfikowana wiadomość potwierdza to, że nadaw
Copy transaction IDSkopiuj ID transakcji
+
+ Copy raw transaction
+ Skopiuj surowe dane transakcji
+
+
+ Copy full transaction details
+ Skopiuj pełne informacje o transakcji
+ Edit labelZmień etykietę
+
+ Show transaction details
+ Pokaż szczegóły transakcji
+
+
+ Export Transaction History
+ Eksport historii transakcji
+ Comma separated file (*.csv)Plik *.CSV (dane rozdzielane przecinkami)
+
+ Confirmed
+ Potwierdzony
+ DateData
@@ -2587,10 +2819,22 @@ Zwróć uwagę, że poprawnie zweryfikowana wiadomość potwierdza to, że nadaw
AddressAdres
+
+ ID
+ ID
+ Exporting FailedEksportowanie nie powiodło się
+
+ Exporting Successful
+ Eksport powiódł się
+
+
+ The transaction history was successfully saved to %1.
+ Historia transakcji została zapisana do %1.
+ Range:Zakres:
@@ -2609,20 +2853,44 @@ Zwróć uwagę, że poprawnie zweryfikowana wiadomość potwierdza to, że nadaw
WalletFrame
-
+
+ No wallet has been loaded.
+ Nie załadowano żadnego portfela.
+
+
WalletModel
-
+
+ Send Coins
+ Wyślij płatność
+
+
WalletView
+
+ &Export
+ &Eksportuj
+
+
+ Export the data in the current tab to a file
+ Eksportuj dane z aktywnej karty do pliku
+ Backup WalletKopia zapasowa portfela
+
+ Wallet Data (*.dat)
+ Dane Portfela (*.dat)
+ Backup FailedNie udało się wykonać kopii zapasowej
+
+ There was an error trying to save the wallet data to %1.
+ Wystąpił błąd przy próbie zapisu pliku portfela do %1.
+ Backup SuccessfulWykonano kopię zapasową
@@ -2654,6 +2922,10 @@ Zwróć uwagę, że poprawnie zweryfikowana wiadomość potwierdza to, że nadaw
Accept command line and JSON-RPC commandsAkceptuj linię poleceń oraz polecenia JSON-RPC
+
+ Distributed under the MIT software license, see the accompanying file %s or %s
+ Rozprowadzane na licencji MIT, zobacz dołączony plik %s lub %s
+ If <category> is not supplied or if <category> = 1, output all debugging information.Jeżeli <category> nie zostanie określona lub <category> = 1, wyświetl wszystkie informacje debugowania.
@@ -3210,6 +3482,10 @@ Zwróć uwagę, że poprawnie zweryfikowana wiadomość potwierdza to, że nadaw
Support filtering of blocks and transaction with bloom filters (default: %u)Wspieraj filtrowanie bloków i transakcji używając Filtrów Blooma (domyślnie: %u)
+
+ This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit %s and cryptographic software written by Eric Young and UPnP software written by Thomas Bernard.
+ Produkt zawiera oprogramowanie stworzone przez OpenSSL Project do użycia w OpensSSL Toolkit %s, oprogramowanie kryptograficzne napisane przez Eric Young oraz oprogramowanie UPnP napisane przez Thomas Bernard.
+ Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments.Całkowita długość łańcucha wersji (%i) przekracza maksymalną dopuszczalną długość (%i). Zmniejsz ilość lub rozmiar parametru uacomment.
@@ -3294,6 +3570,10 @@ Zwróć uwagę, że poprawnie zweryfikowana wiadomość potwierdza to, że nadaw
Relay non-P2SH multisig (default: %u)Przekazuj transakcje multisig inne niż P2SH (domyślnie: %u)
+
+ Send transactions with full-RBF opt-in enabled (default: %u)
+ Wyślij transakcje z włączoną flagą full-RBF (domyślnie: %u)
+ Set key pool size to <n> (default: %u)Ustaw rozmiar puli kluczy na <n> (domyślnie: %u)
@@ -3322,6 +3602,10 @@ Zwróć uwagę, że poprawnie zweryfikowana wiadomość potwierdza to, że nadaw
Spend unconfirmed change when sending transactions (default: %u)Wydawaj niepotwierdzoną resztę podczas wysyłania transakcji (domyślnie: %u)
+
+ Starting network threads...
+ Uruchamianie wątków sieciowych...
+ The wallet will avoid paying less than the minimum relay fee.Portfel będzie unikał płacenia mniejszej niż przekazana opłaty.
diff --git a/src/qt/locale/bitcoin_pt_BR.ts b/src/qt/locale/bitcoin_pt_BR.ts
index 7ec31194b05..c0648b0da1d 100644
--- a/src/qt/locale/bitcoin_pt_BR.ts
+++ b/src/qt/locale/bitcoin_pt_BR.ts
@@ -3,11 +3,11 @@
AddressBookPageRight-click to edit address or label
- Clique com o botão direito para editar o endereço ou rótulocabeça
+ Clique com o botão direito para editar o endereço ou rótuloCreate a new address
- Criar novo endereço
+ Criar um novo endereço&New
@@ -3835,7 +3835,7 @@
Starting network threads...
- Iniciando análise da rede...
+ Iniciando atividades da rede...The wallet will avoid paying less than the minimum relay fee.
@@ -3855,11 +3855,11 @@
Transaction amounts must not be negative
- As quantidades das transações devem ser positivas.
+ As quantidades das transações não podem serem negativasTransaction has too long of a mempool chain
- A transação demorou muito na memória
+ A transação demorou muito para ser confirmada na mempool chainTransaction must have at least one recipient
@@ -3879,7 +3879,7 @@
Add a node to connect to and attempt to keep the connection open
- Adicionar um cliente para se conectar e tentar manter a conexão ativa
+ Adicionar um nódulo para se conectar e tentar manter a conexão ativaLoading wallet...
diff --git a/src/qt/locale/bitcoin_sv.ts b/src/qt/locale/bitcoin_sv.ts
index ac5426f1917..2862d2feb4c 100644
--- a/src/qt/locale/bitcoin_sv.ts
+++ b/src/qt/locale/bitcoin_sv.ts
@@ -1361,6 +1361,10 @@ Var vänlig och försök igen.
Node/ServiceNod/Tjänst
+
+ NodeId
+ Nod-ID
+ PingPing