diff --git a/.appveyor.yml b/.appveyor.yml
index cb6a920060..ac39fe235b 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -11,15 +11,15 @@ environment:
PATH: 'C:\Python37-x64;C:\Python37-x64\Scripts;%PATH%'
PYTHONUTF8: 1
cache:
-- C:\tools\vcpkg\installed -> appveyor.yml
-- C:\Users\appveyor\clcache -> appveyor.yml, build_msvc\**, **\Makefile.am, **\*.vcxproj.in
+- C:\tools\vcpkg\installed -> .appveyor.yml
+- C:\Users\appveyor\clcache -> .appveyor.yml, build_msvc\**, **\Makefile.am, **\*.vcxproj.in
install:
- cmd: pip install --quiet git+https://github.com/frerich/clcache.git@v4.2.0
# Disable zmq test for now since python zmq library on Windows would cause Access violation sometimes.
# - cmd: pip install zmq
+- cmd: echo set(VCPKG_BUILD_TYPE release) >> C:\tools\vcpkg\triplets\%PLATFORM%-windows-static.cmake
- cmd: vcpkg remove --outdated --recurse
- cmd: vcpkg install --triplet %PLATFORM%-windows-static %PACKAGES% > NUL
-- cmd: del /s /q C:\Tools\vcpkg\installed\%PLATFORM%-windows-static\debug # Remove unused debug library
before_build:
- ps: clcache -M 536870912
- cmd: python build_msvc\msvc-autogen.py
diff --git a/.gitignore b/.gitignore
index 7c5856577e..82359b6d86 100644
--- a/.gitignore
+++ b/.gitignore
@@ -66,6 +66,7 @@ src/qt/bitcoin-qt.includes
*.a
*.pb.cc
*.pb.h
+*.dat
*.log
*.trs
@@ -120,3 +121,6 @@ contrib/devtools/split-debug.sh
# Output from running db4 installation
db4/
+
+# clang-check
+*.plist
diff --git a/build_msvc/bench_bitcoin/bench_bitcoin.vcxproj b/build_msvc/bench_bitcoin/bench_bitcoin.vcxproj
index 771e8a56f4..368fe7ead5 100644
--- a/build_msvc/bench_bitcoin/bench_bitcoin.vcxproj
+++ b/build_msvc/bench_bitcoin/bench_bitcoin.vcxproj
@@ -146,7 +146,6 @@
true
NOMINMAX;HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;
MultiThreaded
@@ -164,7 +163,6 @@
Disabled
NOMINMAX;HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;
MultiThreadedDebug
@@ -180,7 +178,6 @@
Disabled
NOMINMAX;HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;
MultiThreadedDebug
@@ -198,7 +195,6 @@
true
NOMINMAX;HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;
MultiThreaded
diff --git a/build_msvc/bitcoin-cli/bitcoin-cli.vcxproj b/build_msvc/bitcoin-cli/bitcoin-cli.vcxproj
index 6c82b1e7de..6b668054a3 100644
--- a/build_msvc/bitcoin-cli/bitcoin-cli.vcxproj
+++ b/build_msvc/bitcoin-cli/bitcoin-cli.vcxproj
@@ -113,7 +113,6 @@
true
HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;..\..\src\univalue\include;
MultiThreaded
@@ -131,7 +130,6 @@
Disabled
HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;..\..\src\univalue\include;
MultiThreadedDebug
@@ -147,7 +145,6 @@
Disabled
HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;..\..\src\univalue\include;
MultiThreadedDebug
@@ -165,7 +162,6 @@
true
HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;..\..\src\univalue\include;
MultiThreaded
diff --git a/build_msvc/bitcoin-tx/bitcoin-tx.vcxproj b/build_msvc/bitcoin-tx/bitcoin-tx.vcxproj
index c52dfdb28c..1d0174e319 100644
--- a/build_msvc/bitcoin-tx/bitcoin-tx.vcxproj
+++ b/build_msvc/bitcoin-tx/bitcoin-tx.vcxproj
@@ -116,7 +116,6 @@
true
HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;WIN32;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;..\..\src\univalue\include;
MultiThreaded
@@ -134,7 +133,6 @@
Disabled
HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;..\..\src\univalue\include;
MultiThreadedDebug
@@ -150,7 +148,6 @@
Disabled
HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;..\..\src\univalue\include;
MultiThreadedDebug
@@ -168,7 +165,6 @@
true
HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;WIN32;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;..\..\src\univalue\include;
MultiThreaded
diff --git a/build_msvc/bitcoin-wallet/bitcoin-wallet.vcxproj b/build_msvc/bitcoin-wallet/bitcoin-wallet.vcxproj
index a83529c782..fa86da7bae 100644
--- a/build_msvc/bitcoin-wallet/bitcoin-wallet.vcxproj
+++ b/build_msvc/bitcoin-wallet/bitcoin-wallet.vcxproj
@@ -134,7 +134,6 @@
true
HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;WIN32;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;..\..\src\univalue\include;
MultiThreaded
@@ -152,7 +151,6 @@
Disabled
HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;..\..\src\univalue\include;
MultiThreadedDebug
@@ -168,7 +166,6 @@
Disabled
HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;..\..\src\univalue\include;
MultiThreadedDebug
@@ -186,7 +183,6 @@
true
HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;WIN32;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;..\..\src\univalue\include;
MultiThreaded
diff --git a/build_msvc/bitcoind/bitcoind.vcxproj b/build_msvc/bitcoind/bitcoind.vcxproj
index 9a42f141c9..bb212af52e 100644
--- a/build_msvc/bitcoind/bitcoind.vcxproj
+++ b/build_msvc/bitcoind/bitcoind.vcxproj
@@ -79,7 +79,6 @@
Disabled
WIN32;HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;..\..\src\univalue\include;
MultiThreadedDebug
@@ -96,7 +95,6 @@
Disabled
WIN32;HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;..\..\src\univalue\include;
MultiThreadedDebug
@@ -115,7 +113,6 @@
true
WIN32;HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;..\..\src\univalue\include;
MultiThreaded
@@ -138,7 +135,6 @@
true
WIN32;HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;..\..\src\univalue\include;
MultiThreaded
diff --git a/build_msvc/common.vcxproj b/build_msvc/common.vcxproj
index 93004dda7c..889dc6c2ad 100644
--- a/build_msvc/common.vcxproj
+++ b/build_msvc/common.vcxproj
@@ -24,6 +24,7 @@
4018;4244;4267;4715;4805;
true
_WIN32_WINNT=0x0601;%(PreprocessorDefinitions)
+ ..\..\src;..\..\src\univalue\include;..\..\src\secp256k1\include;..\..\src\leveldb\include;..\..\src\leveldb\helpers\memenv;%(AdditionalIncludeDirectories)
diff --git a/build_msvc/libbitcoin_cli/libbitcoin_cli.vcxproj.in b/build_msvc/libbitcoin_cli/libbitcoin_cli.vcxproj.in
index 1b24acd8ce..5849e463a6 100644
--- a/build_msvc/libbitcoin_cli/libbitcoin_cli.vcxproj.in
+++ b/build_msvc/libbitcoin_cli/libbitcoin_cli.vcxproj.in
@@ -99,7 +99,6 @@
true
_SCL_SECURE_NO_WARNINGS;WIN32;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;..\..\src\univalue\include;
MultiThreaded
@@ -116,7 +115,6 @@
Disabled
_SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;..\..\src\univalue\include;
MultiThreadedDebug
@@ -131,7 +129,6 @@
Disabled
_SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;..\..\src\univalue\include;
MultiThreadedDebug
@@ -148,7 +145,6 @@
true
_SCL_SECURE_NO_WARNINGS;WIN32;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;..\..\src\univalue\include;
MultiThreaded
diff --git a/build_msvc/libbitcoin_common/libbitcoin_common.vcxproj.in b/build_msvc/libbitcoin_common/libbitcoin_common.vcxproj.in
index 459e81eb0c..292e193f5d 100644
--- a/build_msvc/libbitcoin_common/libbitcoin_common.vcxproj.in
+++ b/build_msvc/libbitcoin_common/libbitcoin_common.vcxproj.in
@@ -91,7 +91,6 @@
Disabled
WIN32;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;..\..\src\univalue\include;..\..\src\secp256k1\include;
false
MultiThreadedDebug
@@ -109,7 +108,6 @@
Disabled
WIN32;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;..\..\src\univalue\include;..\..\src\secp256k1\include;
false
MultiThreadedDebug
@@ -129,7 +127,6 @@
true
WIN32;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;WIN32;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;..\..\src\univalue\include;..\..\src\secp256k1\include;
false
MultiThreaded
@@ -151,7 +148,6 @@
true
WIN32;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;..\..\src\univalue\include;..\..\src\secp256k1\include;
false
MultiThreaded
diff --git a/build_msvc/libbitcoin_crypto/libbitcoin_crypto.vcxproj.in b/build_msvc/libbitcoin_crypto/libbitcoin_crypto.vcxproj.in
index ad183d4904..e7002036ad 100644
--- a/build_msvc/libbitcoin_crypto/libbitcoin_crypto.vcxproj.in
+++ b/build_msvc/libbitcoin_crypto/libbitcoin_crypto.vcxproj.in
@@ -89,7 +89,6 @@
Disabled
_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src
MultiThreadedDebug
@@ -104,7 +103,6 @@
Disabled
WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src
MultiThreadedDebug
@@ -121,7 +119,6 @@
true
WIN32;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src
MultiThreaded
@@ -140,7 +137,6 @@
true
_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src
MultiThreaded
diff --git a/build_msvc/libbitcoin_server/libbitcoin_server.vcxproj.in b/build_msvc/libbitcoin_server/libbitcoin_server.vcxproj.in
index acb827bd95..48a117bcfe 100644
--- a/build_msvc/libbitcoin_server/libbitcoin_server.vcxproj.in
+++ b/build_msvc/libbitcoin_server/libbitcoin_server.vcxproj.in
@@ -89,9 +89,8 @@
NotUsing
Level3
Disabled
- WIN32;HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
+ WIN32;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;..\..\src\univalue\include;..\..\src\leveldb\include;..\..\src\leveldb\helpers\memenv;
MultiThreadedDebug
@@ -104,9 +103,8 @@
NotUsing
Level3
Disabled
- WIN32;HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
+ WIN32;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;..\..\src\univalue\include;..\..\src\leveldb\include;..\..\src\leveldb\helpers\memenv;
MultiThreadedDebug
false
@@ -122,9 +120,8 @@
MaxSpeed
true
true
- WIN32;HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions)
+ WIN32;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;..\..\src\univalue\include;..\..\src\leveldb\include;..\..\src\leveldb\helpers\memenv;
MultiThreaded
@@ -141,9 +138,8 @@
MaxSpeed
true
true
- WIN32;HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions)
+ WIN32;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;..\..\src\univalue\include;..\..\src\leveldb\include;..\..\src\leveldb\helpers\memenv;
MultiThreaded
diff --git a/build_msvc/libbitcoin_util/libbitcoin_util.vcxproj.in b/build_msvc/libbitcoin_util/libbitcoin_util.vcxproj.in
index 855c9353fc..dbd91cf4db 100644
--- a/build_msvc/libbitcoin_util/libbitcoin_util.vcxproj.in
+++ b/build_msvc/libbitcoin_util/libbitcoin_util.vcxproj.in
@@ -92,7 +92,6 @@
Disabled
HAVE_CONFIG_H;WIN32;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;..\..\src\univalue\include;
MultiThreadedDebug
@@ -112,7 +111,6 @@
Disabled
HAVE_CONFIG_H;WIN32;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;..\..\src\univalue\include;
MultiThreadedDebug
@@ -134,7 +132,6 @@
true
HAVE_CONFIG_H;WIN32;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;WIN32;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;..\..\src\univalue\include;
MultiThreaded
@@ -158,7 +155,6 @@
true
HAVE_CONFIG_H;WIN32;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;..\..\src\univalue\include;
MultiThreaded
diff --git a/build_msvc/libbitcoin_wallet/libbitcoin_wallet.vcxproj.in b/build_msvc/libbitcoin_wallet/libbitcoin_wallet.vcxproj.in
index b19f1e2396..33f4054546 100644
--- a/build_msvc/libbitcoin_wallet/libbitcoin_wallet.vcxproj.in
+++ b/build_msvc/libbitcoin_wallet/libbitcoin_wallet.vcxproj.in
@@ -97,7 +97,6 @@
Disabled
HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;..\..\src\wallet;..\..\src\univalue\include;
MultiThreadedDebug
/bigobj %(AdditionalOptions)
@@ -113,7 +112,6 @@
Disabled
HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;..\..\src\wallet;..\..\src\univalue\include;
MultiThreadedDebug
/bigobj %(AdditionalOptions)
@@ -131,7 +129,6 @@
true
HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;..\..\src\wallet;..\..\src\univalue\include;
MultiThreaded
/bigobj %(AdditionalOptions)
@@ -151,7 +148,6 @@
true
HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;..\..\src\wallet;..\..\src\univalue\include;
MultiThreaded
/bigobj %(AdditionalOptions)
diff --git a/build_msvc/libbitcoin_wallet_tool/libbitcoin_wallet_tool.vcxproj.in b/build_msvc/libbitcoin_wallet_tool/libbitcoin_wallet_tool.vcxproj.in
index 2e32c25762..187d955687 100644
--- a/build_msvc/libbitcoin_wallet_tool/libbitcoin_wallet_tool.vcxproj.in
+++ b/build_msvc/libbitcoin_wallet_tool/libbitcoin_wallet_tool.vcxproj.in
@@ -97,7 +97,6 @@
Disabled
NOMINMAX;ZMQ_STATIC;HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;..\..\src\univalue\include;
MultiThreadedDebug
false
@@ -113,7 +112,6 @@
Disabled
NOMINMAX;ZMQ_STATIC;HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;..\..\src\univalue\include;
MultiThreadedDebug
false
@@ -131,7 +129,6 @@
true
NOMINMAX;ZMQ_STATIC;HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;..\..\src\univalue\include;
MultiThreaded
false
@@ -151,7 +148,6 @@
true
NOMINMAX;ZMQ_STATIC;HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;..\..\src\univalue\include;
MultiThreaded
false
diff --git a/build_msvc/libbitcoin_zmq/libbitcoin_zmq.vcxproj.in b/build_msvc/libbitcoin_zmq/libbitcoin_zmq.vcxproj.in
index 7aba987cd1..c877a280c0 100644
--- a/build_msvc/libbitcoin_zmq/libbitcoin_zmq.vcxproj.in
+++ b/build_msvc/libbitcoin_zmq/libbitcoin_zmq.vcxproj.in
@@ -97,7 +97,6 @@
Disabled
NOMINMAX;ZMQ_STATIC;HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;..\..\src\univalue\include;
MultiThreadedDebug
false
@@ -113,7 +112,6 @@
Disabled
NOMINMAX;ZMQ_STATIC;HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;..\..\src\univalue\include;
MultiThreadedDebug
false
@@ -131,7 +129,6 @@
true
NOMINMAX;ZMQ_STATIC;HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;..\..\src\univalue\include;
MultiThreaded
false
@@ -151,7 +148,6 @@
true
NOMINMAX;ZMQ_STATIC;HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;..\..\src\univalue\include;
MultiThreaded
false
diff --git a/build_msvc/libbitcoinconsensus/libbitcoinconsensus.vcxproj b/build_msvc/libbitcoinconsensus/libbitcoinconsensus.vcxproj
index 32ea070a05..a32aafbd74 100644
--- a/build_msvc/libbitcoinconsensus/libbitcoinconsensus.vcxproj
+++ b/build_msvc/libbitcoinconsensus/libbitcoinconsensus.vcxproj
@@ -126,7 +126,6 @@
Disabled
WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
false
- ..\..\src;..\..\src\secp256k1\include;
Sync
false
MultiThreadedDebug
@@ -143,7 +142,6 @@
Disabled
WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
false
- ..\..\src;..\..\src\secp256k1\include;
Sync
false
MultiThreadedDebug
@@ -162,7 +160,6 @@
true
WIN32;_CONSOLE;%(PreprocessorDefinitions)
false
- ..\..\src;..\..\src\secp256k1\include;
Sync
false
MultiThreaded
@@ -183,7 +180,6 @@
true
WIN32;_CONSOLE;%(PreprocessorDefinitions)
false
- ..\..\src;..\..\src\secp256k1\include;
Sync
false
MultiThreaded
diff --git a/build_msvc/test_bitcoin/test_bitcoin.vcxproj b/build_msvc/test_bitcoin/test_bitcoin.vcxproj
index 03db97c647..d05a03699f 100644
--- a/build_msvc/test_bitcoin/test_bitcoin.vcxproj
+++ b/build_msvc/test_bitcoin/test_bitcoin.vcxproj
@@ -135,7 +135,6 @@
Disabled
_CRT_SECURE_NO_WARNINGS;NOMINMAX;WIN32;HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;..\..\src\univalue\include;..\..\src\leveldb\include;..\..\src\test;
MultiThreadedDebug
@@ -152,7 +151,6 @@
Disabled
_CRT_SECURE_NO_WARNINGS;NOMINMAX;WIN32;HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;..\..\src\univalue\include;..\..\src\leveldb\include;..\..\src\test;
MultiThreadedDebug
@@ -170,7 +168,6 @@
true
_CRT_SECURE_NO_WARNINGS;NOMINMAX;WIN32;HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;..\..\src\univalue\include;..\..\src\leveldb\include;..\..\src\test;
MultiThreaded
@@ -190,7 +187,6 @@
true
_CRT_SECURE_NO_WARNINGS;NOMINMAX;WIN32;HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src;..\..\src\univalue\include;..\..\src\leveldb\include;..\..\src\test;
MultiThreaded
diff --git a/build_msvc/testconsensus/testconsensus.vcxproj b/build_msvc/testconsensus/testconsensus.vcxproj
index db2f8a6216..a2f5659049 100644
--- a/build_msvc/testconsensus/testconsensus.vcxproj
+++ b/build_msvc/testconsensus/testconsensus.vcxproj
@@ -95,7 +95,6 @@
Disabled
HAVE_CONFIG_H;WIN32;_SCL_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src\;
MultiThreadedDebug
@@ -110,7 +109,6 @@
Disabled
HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src\;
MultiThreadedDebug
@@ -129,7 +127,6 @@
true
HAVE_CONFIG_H;_SCL_SECURE_NO_WARNINGS;WIN32;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src\;
MultiThreaded
@@ -148,7 +145,6 @@
true
HAVE_CONFIG_H;WIN32;_CONSOLE;%(PreprocessorDefinitions)
true
- ..\..\src\;
MultiThreaded
diff --git a/configure.ac b/configure.ac
index 883aa04338..ca0bed7d77 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 0)
define(_CLIENT_VERSION_MINOR, 18)
-define(_CLIENT_VERSION_REVISION, 99)
+define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_RC, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
diff --git a/contrib/devtools/split-debug.sh.in b/contrib/devtools/split-debug.sh.in
index deda49cc54..92b72b1446 100644
--- a/contrib/devtools/split-debug.sh.in
+++ b/contrib/devtools/split-debug.sh.in
@@ -1,5 +1,5 @@
#!/bin/sh
-
+set -e
if [ $# -ne 3 ];
then echo "usage: $0 "
fi
diff --git a/contrib/gitian-descriptors/gitian-linux.yml b/contrib/gitian-descriptors/gitian-linux.yml
index 053754bc7f..9435afac26 100644
--- a/contrib/gitian-descriptors/gitian-linux.yml
+++ b/contrib/gitian-descriptors/gitian-linux.yml
@@ -39,6 +39,7 @@ remotes:
"dir": "elements"
files: []
script: |
+ set -e -o pipefail
WRAP_DIR=$HOME/wrapped
HOSTS="i686-pc-linux-gnu x86_64-linux-gnu arm-linux-gnueabihf aarch64-linux-gnu riscv64-linux-gnu"
@@ -186,9 +187,8 @@ script: |
find . -name "lib*.la" -delete
find . -name "lib*.a" -delete
rm -rf ${DISTNAME}/lib/pkgconfig
-
- find ${DISTNAME}/bin -type f -executable -exec ../contrib/devtools/split-debug.sh {} {} {}.dbg \;
- find ${DISTNAME}/lib -type f -exec ../contrib/devtools/split-debug.sh {} {} {}.dbg \;
+ find ${DISTNAME}/bin -type f -executable -print0 | xargs -0 -n1 -I{} ../contrib/devtools/split-debug.sh {} {} {}.dbg
+ find ${DISTNAME}/lib -type f -print0 | xargs -0 -n1 -I{} ../contrib/devtools/split-debug.sh {} {} {}.dbg
cp ../doc/README.md ${DISTNAME}/
find ${DISTNAME} -not -name "*.dbg" | sort | tar --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | gzip -9n > ${OUTDIR}/${DISTNAME}-${i}.tar.gz
find ${DISTNAME} -name "*.dbg" | sort | tar --no-recursion --mode='u+rw,go+r-w,a+X' --owner=0 --group=0 -c -T - | gzip -9n > ${OUTDIR}/${DISTNAME}-${i}-debug.tar.gz
diff --git a/contrib/gitian-descriptors/gitian-osx-signer.yml b/contrib/gitian-descriptors/gitian-osx-signer.yml
index 297a136fae..df6cddbf03 100644
--- a/contrib/gitian-descriptors/gitian-osx-signer.yml
+++ b/contrib/gitian-descriptors/gitian-osx-signer.yml
@@ -12,6 +12,8 @@ remotes:
files:
- "bitcoin-osx-unsigned.tar.gz"
script: |
+ set -e -o pipefail
+
WRAP_DIR=$HOME/wrapped
mkdir -p ${WRAP_DIR}
export PATH=`pwd`:$PATH
diff --git a/contrib/gitian-descriptors/gitian-osx.yml b/contrib/gitian-descriptors/gitian-osx.yml
index 3dac4474d2..f074271000 100644
--- a/contrib/gitian-descriptors/gitian-osx.yml
+++ b/contrib/gitian-descriptors/gitian-osx.yml
@@ -34,6 +34,8 @@ remotes:
files:
- "MacOSX10.11.sdk.tar.gz"
script: |
+ set -e -o pipefail
+
WRAP_DIR=$HOME/wrapped
HOSTS="x86_64-apple-darwin14"
CONFIGFLAGS="--enable-reduce-exports --disable-bench --disable-gui-tests GENISOIMAGE=$WRAP_DIR/genisoimage"
diff --git a/contrib/gitian-descriptors/gitian-win-signer.yml b/contrib/gitian-descriptors/gitian-win-signer.yml
index 045be873e9..08d20177a6 100644
--- a/contrib/gitian-descriptors/gitian-win-signer.yml
+++ b/contrib/gitian-descriptors/gitian-win-signer.yml
@@ -16,6 +16,8 @@ files:
- "osslsigncode-Backports-to-1.7.1.patch"
- "bitcoin-win-unsigned.tar.gz"
script: |
+ set -e -o pipefail
+
BUILD_DIR=`pwd`
SIGDIR=${BUILD_DIR}/signature/win
UNSIGNED_DIR=${BUILD_DIR}/unsigned
diff --git a/contrib/gitian-descriptors/gitian-win.yml b/contrib/gitian-descriptors/gitian-win.yml
index 81f9d0274b..498a7a689e 100644
--- a/contrib/gitian-descriptors/gitian-win.yml
+++ b/contrib/gitian-descriptors/gitian-win.yml
@@ -30,6 +30,8 @@ remotes:
"dir": "elements"
files: []
script: |
+ set -e -o pipefail
+
WRAP_DIR=$HOME/wrapped
HOSTS="i686-w64-mingw32 x86_64-w64-mingw32"
CONFIGFLAGS="--enable-reduce-exports --disable-bench --disable-gui-tests"
diff --git a/contrib/windeploy/win-codesign.cert b/contrib/windeploy/win-codesign.cert
index 200b30a3f0..5bc5dc5809 100644
--- a/contrib/windeploy/win-codesign.cert
+++ b/contrib/windeploy/win-codesign.cert
@@ -1,99 +1,100 @@
-----BEGIN CERTIFICATE-----
-MIIFTTCCBDWgAwIBAgIRALlW05RLwG2hMQMX5d/o5J8wDQYJKoZIhvcNAQELBQAw
-fTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G
-A1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxIzAhBgNV
-BAMTGkNPTU9ETyBSU0EgQ29kZSBTaWduaW5nIENBMB4XDTE2MDIwMzAwMDAwMFoX
-DTE5MDMwNTIzNTk1OVowgbUxCzAJBgNVBAYTAlVTMQ4wDAYDVQQRDAU5ODEwNDEL
-MAkGA1UECAwCV0ExEDAOBgNVBAcMB1NlYXR0bGUxEDAOBgNVBAkMB1N0ZSAzMDAx
-FzAVBgNVBAkMDjcxIENvbHVtYmlhIFN0MSUwIwYDVQQKDBxUaGUgQml0Y29pbiBG
-b3VuZGF0aW9uLCBJbmMuMSUwIwYDVQQDDBxUaGUgQml0Y29pbiBGb3VuZGF0aW9u
-LCBJbmMuMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAw37Vrv9Gbku0
-+kuV0t89TuyxtAcmT7QE4GcwESKKjmkxfzD9a0qlhqk8GfQ+fw4DHNN+nLKNv7xB
-bk6aS7J2v2DcXkOjrP99P9jqgTkp7MC04VtG3OqVRGB+gum0pptRovYZUQXIdkY7
-GJOok/NDagwKiiUe2V2meZ7UctsZNvYeilQdTgKIIhrMB9NowCOhT8ocVL4Ki55/
-l7hukJn3fueCM3fHTwY2/1gaGsOHoCkFRsD7vokjAVpiY+8rUgvHjb0gxgojiVGd
-6a6/F5XJwKJacvUyN4Hfc2K5lRMQjTTmo4aWNWIa0iJ3TK9BHpdSLJBqerMPvmnM
-kkapS+ZTNQIDAQABo4IBjTCCAYkwHwYDVR0jBBgwFoAUKZFg/4pN+uv5pmq4z/nm
-S71JzhIwHQYDVR0OBBYEFONpQ+cV82URVe+V8G57377KxxexMA4GA1UdDwEB/wQE
-AwIHgDAMBgNVHRMBAf8EAjAAMBMGA1UdJQQMMAoGCCsGAQUFBwMDMBEGCWCGSAGG
-+EIBAQQEAwIEEDBGBgNVHSAEPzA9MDsGDCsGAQQBsjEBAgEDAjArMCkGCCsGAQUF
-BwIBFh1odHRwczovL3NlY3VyZS5jb21vZG8ubmV0L0NQUzBDBgNVHR8EPDA6MDig
-NqA0hjJodHRwOi8vY3JsLmNvbW9kb2NhLmNvbS9DT01PRE9SU0FDb2RlU2lnbmlu
-Z0NBLmNybDB0BggrBgEFBQcBAQRoMGYwPgYIKwYBBQUHMAKGMmh0dHA6Ly9jcnQu
-Y29tb2RvY2EuY29tL0NPTU9ET1JTQUNvZGVTaWduaW5nQ0EuY3J0MCQGCCsGAQUF
-BzABhhhodHRwOi8vb2NzcC5jb21vZG9jYS5jb20wDQYJKoZIhvcNAQELBQADggEB
-AGnBSi9K/9rgTAyKFKrfGWSfNOwAghmsnsvpZSQ7QyoGWBFKSgCs/70kErl18oHA
-g7Y8loQB1yukZmJaCa3OvGud7smn45TCh0TMf4EpP20Wxf4rMQTxwAatasHL3+vi
-I+Nl5bsRZ09kWjvayqLII5upjS/yq0JfpmyGl5k2C/fIpztq0iOLvqWlXcL4+51r
-cMUAfX6E6EaZQm//ikp+w2+7MEXTKguOuV3gwsrTy0DsvkZl4YDgx/FA4ImzXopv
-d+3KJPLvO+OSBqUD3JPwXHnuJqGAbLBFyyCa/feGUjLlR8cxcNWLWdp4qxtoIUPG
-3wTsC9YgrglS0F7FKMXlNRY=
+MIIFcTCCBFmgAwIBAgIRALWcUnSOxv9FQW3xdaMDO6swDQYJKoZIhvcNAQELBQAw
+fDELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G
+A1UEBxMHU2FsZm9yZDEYMBYGA1UEChMPU2VjdGlnbyBMaW1pdGVkMSQwIgYDVQQD
+ExtTZWN0aWdvIFJTQSBDb2RlIFNpZ25pbmcgQ0EwHhcNMTkwMzI3MDAwMDAwWhcN
+MjAwMzI2MjM1OTU5WjCBtDELMAkGA1UEBhMCQ0gxDTALBgNVBBEMBDgwMDUxCzAJ
+BgNVBAgMAlpIMRAwDgYDVQQHDAdaw7xyaWNoMRcwFQYDVQQJDA5NYXR0ZW5nYXNz
+ZSAyNzEuMCwGA1UECgwlQml0Y29pbiBDb3JlIENvZGUgU2lnbmluZyBBc3NvY2lh
+dGlvbjEuMCwGA1UEAwwlQml0Y29pbiBDb3JlIENvZGUgU2lnbmluZyBBc3NvY2lh
+dGlvbjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK04VDwiY1wxcW3E
+WTTGmnbciCwETwC96DG4qcoH2PPNsVy3dfwGh0C02Qj2vL64IfwIGUFSgREvyjZk
+CNhEuJO2e0nO0rKNNH5v/JO+P7/VYPZkF5a3uUz9ulmihULXioieHB/q0l6BmiJL
++cYaMVfidL9Y+IJwgiTqjnpRhv1Ik083SPsu6GcfQT9MJfY/+xse2EP0l4GfdFE6
+DRcWjiC8UHpfpGYcImzSFZZpbFbqoAyhueCl28QU4f8QAbS6BqNfaAK9MMACWDcK
+eTz3C5JK6CiUxOnGIxilXhljuybFUjR4jGl5eTRpuPWk95NTTYS36q+bx/1nYelx
+0n4nnDMCAwEAAaOCAbMwggGvMB8GA1UdIwQYMBaAFA7hOqhTOjHVir7Bu61nGgOF
+rTQOMB0GA1UdDgQWBBRbN7ECrPCdVvh58enwy3Dix46h2jAOBgNVHQ8BAf8EBAMC
+B4AwDAYDVR0TAQH/BAIwADATBgNVHSUEDDAKBggrBgEFBQcDAzARBglghkgBhvhC
+AQEEBAMCBBAwQAYDVR0gBDkwNzA1BgwrBgEEAbIxAQIBAwIwJTAjBggrBgEFBQcC
+ARYXaHR0cHM6Ly9zZWN0aWdvLmNvbS9DUFMwQwYDVR0fBDwwOjA4oDagNIYyaHR0
+cDovL2NybC5zZWN0aWdvLmNvbS9TZWN0aWdvUlNBQ29kZVNpZ25pbmdDQS5jcmww
+cwYIKwYBBQUHAQEEZzBlMD4GCCsGAQUFBzAChjJodHRwOi8vY3J0LnNlY3RpZ28u
+Y29tL1NlY3RpZ29SU0FDb2RlU2lnbmluZ0NBLmNydDAjBggrBgEFBQcwAYYXaHR0
+cDovL29jc3Auc2VjdGlnby5jb20wKwYDVR0RBCQwIoEgam9uYXNAYml0Y29pbmNv
+cmVjb2Rlc2lnbmluZy5vcmcwDQYJKoZIhvcNAQELBQADggEBAF/AIXcFBWCC2Red
+SHN4Cvko5mdSkDNgzjVFc+OwAJ5RdOgbERde4PnHm3Qmrnx+uMetVnmrC8Fv1Iwb
+kkR0bdbWBj6lF6zMsClIN6WJEfY+qfj1qi7wyucu+3OElYRC9bm5Lf0mEHQr8lJ1
+lGvAjPh+/hmxoVNbHFMZ1Ea+BrbjVwiSznt0gzdMh0CispBZKLWCIwRwi+hFjQrw
+Z7RLH8HeCJ5Ojl/OTDQqh6AylQ7l9w9KHsUt4Jqy/AnCCyAj2/6xjdwnuo3tCZwb
+g/9CydiAacD/83odphEeC2iBa+0wsj9bWmyYKY7S9n0u+wm3wBfZbSVMDDPk/la1
+3qCUDLk=
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
-MIIF4DCCA8igAwIBAgIQLnyHzA6TSlL+lP0ct800rzANBgkqhkiG9w0BAQwFADCB
-hTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G
-A1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxKzApBgNV
-BAMTIkNPTU9ETyBSU0EgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTMwNTA5
-MDAwMDAwWhcNMjgwNTA4MjM1OTU5WjB9MQswCQYDVQQGEwJHQjEbMBkGA1UECBMS
-R3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRowGAYDVQQKExFD
-T01PRE8gQ0EgTGltaXRlZDEjMCEGA1UEAxMaQ09NT0RPIFJTQSBDb2RlIFNpZ25p
-bmcgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCmmJBjd5E0f4rR
-3elnMRHrzB79MR2zuWJXP5O8W+OfHiQyESdrvFGRp8+eniWzX4GoGA8dHiAwDvth
-e4YJs+P9omidHCydv3Lj5HWg5TUjjsmK7hoMZMfYQqF7tVIDSzqwjiNLS2PgIpQ3
-e9V5kAoUGFEs5v7BEvAcP2FhCoyi3PbDMKrNKBh1SMF5WgjNu4xVjPfUdpA6M0ZQ
-c5hc9IVKaw+A3V7Wvf2pL8Al9fl4141fEMJEVTyQPDFGy3CuB6kK46/BAW+QGiPi
-XzjbxghdR7ODQfAuADcUuRKqeZJSzYcPe9hiKaR+ML0btYxytEjy4+gh+V5MYnmL
-Agaff9ULAgMBAAGjggFRMIIBTTAfBgNVHSMEGDAWgBS7r34CPfqm8TyEjq3uOJjs
-2TIy1DAdBgNVHQ4EFgQUKZFg/4pN+uv5pmq4z/nmS71JzhIwDgYDVR0PAQH/BAQD
-AgGGMBIGA1UdEwEB/wQIMAYBAf8CAQAwEwYDVR0lBAwwCgYIKwYBBQUHAwMwEQYD
-VR0gBAowCDAGBgRVHSAAMEwGA1UdHwRFMEMwQaA/oD2GO2h0dHA6Ly9jcmwuY29t
-b2RvY2EuY29tL0NPTU9ET1JTQUNlcnRpZmljYXRpb25BdXRob3JpdHkuY3JsMHEG
-CCsGAQUFBwEBBGUwYzA7BggrBgEFBQcwAoYvaHR0cDovL2NydC5jb21vZG9jYS5j
-b20vQ09NT0RPUlNBQWRkVHJ1c3RDQS5jcnQwJAYIKwYBBQUHMAGGGGh0dHA6Ly9v
-Y3NwLmNvbW9kb2NhLmNvbTANBgkqhkiG9w0BAQwFAAOCAgEAAj8COcPu+Mo7id4M
-bU2x8U6ST6/COCwEzMVjEasJY6+rotcCP8xvGcM91hoIlP8l2KmIpysQGuCbsQci
-GlEcOtTh6Qm/5iR0rx57FjFuI+9UUS1SAuJ1CAVM8bdR4VEAxof2bO4QRHZXavHf
-WGshqknUfDdOvf+2dVRAGDZXZxHNTwLk/vPa/HUX2+y392UJI0kfQ1eD6n4gd2HI
-TfK7ZU2o94VFB696aSdlkClAi997OlE5jKgfcHmtbUIgos8MbAOMTM1zB5TnWo46
-BLqioXwfy2M6FafUFRunUkcyqfS/ZEfRqh9TTjIwc8Jvt3iCnVz/RrtrIh2IC/gb
-qjSm/Iz13X9ljIwxVzHQNuxHoc/Li6jvHBhYxQZ3ykubUa9MCEp6j+KjUuKOjswm
-5LLY5TjCqO3GgZw1a6lYYUoKl7RLQrZVnb6Z53BtWfhtKgx/GWBfDJqIbDCsUgmQ
-Fhv/K53b0CDKieoofjKOGd97SDMe12X4rsn4gxSTdn1k0I7OvjV9/3IxTZ+evR5s
-L6iPDAZQ+4wns3bJ9ObXwzTijIchhmH+v1V04SF3AwpobLvkyanmz1kl63zsRQ55
-ZmjoIs2475iFTZYRPAmK0H+8KCgT+2rKVI2SXM3CZZgGns5IW9S1N5NGQXwH3c/6
-Q++6Z2H/fUnguzB9XIDj5hY5S6c=
+MIIF3jCCA8agAwIBAgIQAf1tMPyjylGoG7xkDjUDLTANBgkqhkiG9w0BAQwFADCB
+iDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0pl
+cnNleSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNV
+BAMTJVVTRVJUcnVzdCBSU0EgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTAw
+MjAxMDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBiDELMAkGA1UEBhMCVVMxEzARBgNV
+BAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQKExVU
+aGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBSU0EgQ2Vy
+dGlmaWNhdGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIK
+AoICAQCAEmUXNg7D2wiz0KxXDXbtzSfTTK1Qg2HiqiBNCS1kCdzOiZ/MPans9s/B
+3PHTsdZ7NygRK0faOca8Ohm0X6a9fZ2jY0K2dvKpOyuR+OJv0OwWIJAJPuLodMkY
+tJHUYmTbf6MG8YgYapAiPLz+E/CHFHv25B+O1ORRxhFnRghRy4YUVD+8M/5+bJz/
+Fp0YvVGONaanZshyZ9shZrHUm3gDwFA66Mzw3LyeTP6vBZY1H1dat//O+T23LLb2
+VN3I5xI6Ta5MirdcmrS3ID3KfyI0rn47aGYBROcBTkZTmzNg95S+UzeQc0PzMsNT
+79uq/nROacdrjGCT3sTHDN/hMq7MkztReJVni+49Vv4M0GkPGw/zJSZrM233bkf6
+c0Plfg6lZrEpfDKEY1WJxA3Bk1QwGROs0303p+tdOmw1XNtB1xLaqUkL39iAigmT
+Yo61Zs8liM2EuLE/pDkP2QKe6xJMlXzzawWpXhaDzLhn4ugTncxbgtNMs+1b/97l
+c6wjOy0AvzVVdAlJ2ElYGn+SNuZRkg7zJn0cTRe8yexDJtC/QV9AqURE9JnnV4ee
+UB9XVKg+/XRjL7FQZQnmWEIuQxpMtPAlR1n6BB6T1CZGSlCBst6+eLf8ZxXhyVeE
+Hg9j1uliutZfVS7qXMYoCAQlObgOK6nyTJccBz8NUvXt7y+CDwIDAQABo0IwQDAd
+BgNVHQ4EFgQUU3m/WqorSs9UgOHYm8Cd8rIDZsswDgYDVR0PAQH/BAQDAgEGMA8G
+A1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEMBQADggIBAFzUfA3P9wF9QZllDHPF
+Up/L+M+ZBn8b2kMVn54CVVeWFPFSPCeHlCjtHzoBN6J2/FNQwISbxmtOuowhT6KO
+VWKR82kV2LyI48SqC/3vqOlLVSoGIG1VeCkZ7l8wXEskEVX/JJpuXior7gtNn3/3
+ATiUFJVDBwn7YKnuHKsSjKCaXqeYalltiz8I+8jRRa8YFWSQEg9zKC7F4iRO/Fjs
+8PRF/iKz6y+O0tlFYQXBl2+odnKPi4w2r78NBc5xjeambx9spnFixdjQg3IM8WcR
+iQycE0xyNN+81XHfqnHd4blsjDwSXWXavVcStkNr/+XeTWYRUc+ZruwXtuhxkYze
+Sf7dNXGiFSeUHM9h4ya7b6NnJSFd5t0dCy5oGzuCr+yDZ4XUmFF0sbmZgIn/f3gZ
+XHlKYC6SQK5MNyosycdiyA5d9zZbyuAlJQG03RoHnHcAP9Dc1ew91Pq7P8yF1m9/
+qS3fuQL39ZeatTXaw2ewh0qpKJ4jjv9cJ2vhsE/zB+4ALtRZh8tSQZXq9EfX7mRB
+VXyNWQKV3WKdwrnuWih0hKWbt5DHDAff9Yk2dDLWKMGwsAvgnEzDHNb842m1R0aB
+L6KCq9NjRHDEjf8tM7qtj3u1cIiuPhnPQCjY/MiQu12ZIvVS5ljFH4gxQ+6IHdfG
+jjxDah2nGN59PRbxYvnKkKj9
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
-MIIF2DCCA8CgAwIBAgIQTKr5yttjb+Af907YWwOGnTANBgkqhkiG9w0BAQwFADCB
-hTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G
-A1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxKzApBgNV
-BAMTIkNPTU9ETyBSU0EgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTAwMTE5
-MDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBhTELMAkGA1UEBhMCR0IxGzAZBgNVBAgT
-EkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgGA1UEChMR
-Q09NT0RPIENBIExpbWl0ZWQxKzApBgNVBAMTIkNPTU9ETyBSU0EgQ2VydGlmaWNh
-dGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCR
-6FSS0gpWsawNJN3Fz0RndJkrN6N9I3AAcbxT38T6KhKPS38QVr2fcHK3YX/JSw8X
-pz3jsARh7v8Rl8f0hj4K+j5c+ZPmNHrZFGvnnLOFoIJ6dq9xkNfs/Q36nGz637CC
-9BR++b7Epi9Pf5l/tfxnQ3K9DADWietrLNPtj5gcFKt+5eNu/Nio5JIk2kNrYrhV
-/erBvGy2i/MOjZrkm2xpmfh4SDBF1a3hDTxFYPwyllEnvGfDyi62a+pGx8cgoLEf
-Zd5ICLqkTqnyg0Y3hOvozIFIQ2dOciqbXL1MGyiKXCJ7tKuY2e7gUYPDCUZObT6Z
-+pUX2nwzV0E8jVHtC7ZcryxjGt9XyD+86V3Em69FmeKjWiS0uqlWPc9vqv9JWL7w
-qP/0uK3pN/u6uPQLOvnoQ0IeidiEyxPx2bvhiWC4jChWrBQdnArncevPDt09qZah
-SL0896+1DSJMwBGB7FY79tOi4lu3sgQiUpWAk2nojkxl8ZEDLXB0AuqLZxUpaVIC
-u9ffUGpVRr+goyhhf3DQw6KqLCGqR84onAZFdr+CGCe01a60y1Dma/RMhnEw6abf
-Fobg2P9A3fvQQoh/ozM6LlweQRGBY84YcWsr7KaKtzFcOmpH4MN5WdYgGq/yapiq
-crxXStJLnbsQ/LBMQeXtHT1eKJ2czL+zUdqnR+WEUwIDAQABo0IwQDAdBgNVHQ4E
-FgQUu69+Aj36pvE8hI6t7jiY7NkyMtQwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB
-/wQFMAMBAf8wDQYJKoZIhvcNAQEMBQADggIBAArx1UaEt65Ru2yyTUEUAJNMnMvl
-wFTPoCWOAvn9sKIN9SCYPBMtrFaisNZ+EZLpLrqeLppysb0ZRGxhNaKatBYSaVqM
-4dc+pBroLwP0rmEdEBsqpIt6xf4FpuHA1sj+nq6PK7o9mfjYcwlYRm6mnPTXJ9OV
-2jeDchzTc+CiR5kDOF3VSXkAKRzH7JsgHAckaVd4sjn8OoSgtZx8jb8uk2Intzna
-FxiuvTwJaP+EmzzV1gsD41eeFPfR60/IvYcjt7ZJQ3mFXLrrkguhxuhoqEwWsRqZ
-CuhTLJK7oQkYdQxlqHvLI7cawiiFwxv/0Cti76R7CZGYZ4wUAc1oBmpjIXUDgIiK
-boHGhfKppC3n9KUkEEeDys30jXlYsQab5xoq2Z0B15R97QNKyvDb6KkBPvVWmcke
-jkk9u+UJueBPSZI9FoJAzMxZxuY67RIuaTxslbH9qh17f4a+Hg4yRvv7E491f0yL
-S0Zj/gA0QHDBw7mh3aZw4gSzQbzpgJHqZJx64SIDqZxubw5lT2yHh17zbqD5daWb
-QOhTsiedSrnAdyGN/4fy3ryM7xfft0kL0fJuMAsaDk527RH89elWsn2/x20Kk4yl
-0MC2Hb46TpSi125sC8KKfPog88Tk5c0NqMuRkrF8hey1FGlmDoLnzc7ILaZRfyHB
-NVOFBkpdn627G190
+MIIF9TCCA92gAwIBAgIQHaJIMG+bJhjQguCWfTPTajANBgkqhkiG9w0BAQwFADCB
+iDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0pl
+cnNleSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNV
+BAMTJVVTRVJUcnVzdCBSU0EgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTgx
+MTAyMDAwMDAwWhcNMzAxMjMxMjM1OTU5WjB8MQswCQYDVQQGEwJHQjEbMBkGA1UE
+CBMSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRgwFgYDVQQK
+Ew9TZWN0aWdvIExpbWl0ZWQxJDAiBgNVBAMTG1NlY3RpZ28gUlNBIENvZGUgU2ln
+bmluZyBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAIYijTKFehif
+SfCWL2MIHi3cfJ8Uz+MmtiVmKUCGVEZ0MWLFEO2yhyemmcuVMMBW9aR1xqkOUGKl
+UZEQauBLYq798PgYrKf/7i4zIPoMGYmobHutAMNhodxpZW0fbieW15dRhqb0J+V8
+aouVHltg1X7XFpKcAC9o95ftanK+ODtj3o+/bkxBXRIgCFnoOc2P0tbPBrRXBbZO
+oT5Xax+YvMRi1hsLjcdmG0qfnYHEckC14l/vC0X/o84Xpi1VsLewvFRqnbyNVlPG
+8Lp5UEks9wO5/i9lNfIi6iwHr0bZ+UYc3Ix8cSjz/qfGFN1VkW6KEQ3fBiSVfQ+n
+oXw62oY1YdMCAwEAAaOCAWQwggFgMB8GA1UdIwQYMBaAFFN5v1qqK0rPVIDh2JvA
+nfKyA2bLMB0GA1UdDgQWBBQO4TqoUzox1Yq+wbutZxoDha00DjAOBgNVHQ8BAf8E
+BAMCAYYwEgYDVR0TAQH/BAgwBgEB/wIBADAdBgNVHSUEFjAUBggrBgEFBQcDAwYI
+KwYBBQUHAwgwEQYDVR0gBAowCDAGBgRVHSAAMFAGA1UdHwRJMEcwRaBDoEGGP2h0
+dHA6Ly9jcmwudXNlcnRydXN0LmNvbS9VU0VSVHJ1c3RSU0FDZXJ0aWZpY2F0aW9u
+QXV0aG9yaXR5LmNybDB2BggrBgEFBQcBAQRqMGgwPwYIKwYBBQUHMAKGM2h0dHA6
+Ly9jcnQudXNlcnRydXN0LmNvbS9VU0VSVHJ1c3RSU0FBZGRUcnVzdENBLmNydDAl
+BggrBgEFBQcwAYYZaHR0cDovL29jc3AudXNlcnRydXN0LmNvbTANBgkqhkiG9w0B
+AQwFAAOCAgEATWNQ7Uc0SmGk295qKoyb8QAAHh1iezrXMsL2s+Bjs/thAIiaG20Q
+BwRPvrjqiXgi6w9G7PNGXkBGiRL0C3danCpBOvzW9Ovn9xWVM8Ohgyi33i/klPeF
+M4MtSkBIv5rCT0qxjyT0s4E307dksKYjalloUkJf/wTr4XRleQj1qZPea3FAmZa6
+ePG5yOLDCBaxq2NayBWAbXReSnV+pbjDbLXP30p5h1zHQE1jNfYw08+1Cg4LBH+g
+S667o6XQhACTPlNdNKUANWlsvp8gJRANGftQkGG+OY96jk32nw4e/gdREmaDJhlI
+lc5KycF/8zoFm/lv34h/wCOe0h5DekUxwZxNqfBZslkZ6GqNKQQCd3xLS81wvjqy
+VVp4Pry7bwMQJXcVNIr5NsxDkuS6T/FikyglVyn7URnHoSVAaoRXxrKdsbwcCtp8
+Z359LukoTBh+xHsxQXGaSynsCz1XUNLK3f2eBVHlRHjdAd6xdZgNVCT98E7j4viD
+vXK6yz067vBeF5Jobchh+abxKgoLpbn0nu6YMgWFnuv5gynTxix9vTp3Los3QqBq
+gu07SqqUEKThDfgXxbZaeTMYkuO1dfih6Y4KJR7kHvGfWocj/5+kUZ77OYARzdu1
+xKeogG/lU9Tg46LC0lsa+jImLWpXcBw8pFguo/NbSwfcMlnzh6cabVg=
-----END CERTIFICATE-----
diff --git a/doc/JSON-RPC-interface.md b/doc/JSON-RPC-interface.md
index 982afd5d56..a0cfe84a3e 100644
--- a/doc/JSON-RPC-interface.md
+++ b/doc/JSON-RPC-interface.md
@@ -5,6 +5,18 @@ The headless daemon `bitcoind` has the JSON-RPC API enabled by default, the GUI
option. In the GUI it is possible to execute RPC methods in the Debug Console
Dialog.
+## Versioning
+
+The RPC interface might change from one major version of Bitcoin Core to the
+next. This makes the RPC interface implicitly versioned on the major version.
+The version tuple can be retrieved by e.g. the `getnetworkinfo` RPC in
+`version`.
+
+Usually deprecated features can be re-enabled during the grace-period of one
+major version via the `-deprecatedrpc=` command line option. The release notes
+of a new major release come with detailed instructions on what RPC features
+were deprecated and how to re-enable them temporarily.
+
## Security
The RPC interface allows other programs to control Bitcoin Core,
diff --git a/doc/bips.md b/doc/bips.md
index 76edc94c29..eb24ce6f66 100644
--- a/doc/bips.md
+++ b/doc/bips.md
@@ -1,4 +1,4 @@
-BIPs that are implemented by Bitcoin Core (up-to-date up to **v0.17.0**):
+BIPs that are implemented by Bitcoin Core (up-to-date up to **v0.18.0**):
* [`BIP 9`](https://github.com/bitcoin/bips/blob/master/bip-0009.mediawiki): The changes allowing multiple soft-forks to be deployed in parallel have been implemented since **v0.12.1** ([PR #7575](https://github.com/bitcoin/bitcoin/pull/7575))
* [`BIP 11`](https://github.com/bitcoin/bips/blob/master/bip-0011.mediawiki): Multisig outputs are standard since **v0.6.0** ([PR #669](https://github.com/bitcoin/bitcoin/pull/669)).
@@ -15,11 +15,11 @@ BIPs that are implemented by Bitcoin Core (up-to-date up to **v0.17.0**):
* [`BIP 35`](https://github.com/bitcoin/bips/blob/master/bip-0035.mediawiki): The 'mempool' protocol message (and the protocol version bump to 60002) has been implemented since **v0.7.0** ([PR #1641](https://github.com/bitcoin/bitcoin/pull/1641)).
* [`BIP 37`](https://github.com/bitcoin/bips/blob/master/bip-0037.mediawiki): The bloom filtering for transaction relaying, partial Merkle trees for blocks, and the protocol version bump to 70001 (enabling low-bandwidth SPV clients) has been implemented since **v0.8.0** ([PR #1795](https://github.com/bitcoin/bitcoin/pull/1795)).
* [`BIP 42`](https://github.com/bitcoin/bips/blob/master/bip-0042.mediawiki): The bug that would have caused the subsidy schedule to resume after block 13440000 was fixed in **v0.9.2** ([PR #3842](https://github.com/bitcoin/bitcoin/pull/3842)).
-* [`BIP 61`](https://github.com/bitcoin/bips/blob/master/bip-0061.mediawiki): The 'reject' protocol message (and the protocol version bump to 70002) was added in **v0.9.0** ([PR #3185](https://github.com/bitcoin/bitcoin/pull/3185)). Starting *v0.17.0*, whether to send reject messages can be configured with the `-enablebip61` option.
+* [`BIP 61`](https://github.com/bitcoin/bips/blob/master/bip-0061.mediawiki): The 'reject' protocol message (and the protocol version bump to 70002) was added in **v0.9.0** ([PR #3185](https://github.com/bitcoin/bitcoin/pull/3185)). Starting **v0.17.0**, whether to send reject messages can be configured with the `-enablebip61` option, and support is deprecated as of **v0.18.0**.
* [`BIP 65`](https://github.com/bitcoin/bips/blob/master/bip-0065.mediawiki): The CHECKLOCKTIMEVERIFY softfork was merged in **v0.12.0** ([PR #6351](https://github.com/bitcoin/bitcoin/pull/6351)), and backported to **v0.11.2** and **v0.10.4**. Mempool-only CLTV was added in [PR #6124](https://github.com/bitcoin/bitcoin/pull/6124).
* [`BIP 66`](https://github.com/bitcoin/bips/blob/master/bip-0066.mediawiki): The strict DER rules and associated version 3 blocks have been implemented since **v0.10.0** ([PR #5713](https://github.com/bitcoin/bitcoin/pull/5713)).
* [`BIP 68`](https://github.com/bitcoin/bips/blob/master/bip-0068.mediawiki): Sequence locks have been implemented as of **v0.12.1** ([PR #7184](https://github.com/bitcoin/bitcoin/pull/7184)), and have been activated since *block 419328*.
-* [`BIP 70`](https://github.com/bitcoin/bips/blob/master/bip-0070.mediawiki) [`71`](https://github.com/bitcoin/bips/blob/master/bip-0071.mediawiki) [`72`](https://github.com/bitcoin/bips/blob/master/bip-0072.mediawiki): Payment Protocol support has been available in Bitcoin Core GUI since **v0.9.0** ([PR #5216](https://github.com/bitcoin/bitcoin/pull/5216)).
+* [`BIP 70`](https://github.com/bitcoin/bips/blob/master/bip-0070.mediawiki) [`71`](https://github.com/bitcoin/bips/blob/master/bip-0071.mediawiki) [`72`](https://github.com/bitcoin/bips/blob/master/bip-0072.mediawiki): Payment Protocol support has been available in Bitcoin Core GUI since **v0.9.0** ([PR #5216](https://github.com/bitcoin/bitcoin/pull/5216)). Support can be optionally disabled at build time since **v0.18.0** ([PR 14451](https://github.com/bitcoin/bitcoin/pull/14451)).
* [`BIP 90`](https://github.com/bitcoin/bips/blob/master/bip-0090.mediawiki): Trigger mechanism for activation of BIPs 34, 65, and 66 has been simplified to block height checks since **v0.14.0** ([PR #8391](https://github.com/bitcoin/bitcoin/pull/8391)).
* [`BIP 111`](https://github.com/bitcoin/bips/blob/master/bip-0111.mediawiki): `NODE_BLOOM` service bit added, and enforced for all peer versions as of **v0.13.0** ([PR #6579](https://github.com/bitcoin/bitcoin/pull/6579) and [PR #6641](https://github.com/bitcoin/bitcoin/pull/6641)).
* [`BIP 112`](https://github.com/bitcoin/bips/blob/master/bip-0112.mediawiki): The CHECKSEQUENCEVERIFY opcode has been implemented since **v0.12.1** ([PR #7524](https://github.com/bitcoin/bitcoin/pull/7524)) and has been activated since *block 419328*.
@@ -33,7 +33,7 @@ BIPs that are implemented by Bitcoin Core (up-to-date up to **v0.17.0**):
* [`BIP 145`](https://github.com/bitcoin/bips/blob/master/bip-0145.mediawiki): getblocktemplate updates for Segregated Witness as of **v0.13.0** ([PR 8149](https://github.com/bitcoin/bitcoin/pull/8149)).
* [`BIP 147`](https://github.com/bitcoin/bips/blob/master/bip-0147.mediawiki): NULLDUMMY softfork as of **v0.13.1** ([PR 8636](https://github.com/bitcoin/bitcoin/pull/8636) and [PR 8937](https://github.com/bitcoin/bitcoin/pull/8937)).
* [`BIP 152`](https://github.com/bitcoin/bips/blob/master/bip-0152.mediawiki): Compact block transfer and related optimizations are used as of **v0.13.0** ([PR 8068](https://github.com/bitcoin/bitcoin/pull/8068)).
-* [`BIP 159`](https://github.com/bitcoin/bips/blob/master/bip-0159.mediawiki): NODE_NETWORK_LIMITED service bit [signaling only] is supported as of **v0.16.0** ([PR 11740](https://github.com/bitcoin/bitcoin/pull/11740)).
+* [`BIP 159`](https://github.com/bitcoin/bips/blob/master/bip-0159.mediawiki): The NODE_NETWORK_LIMITED service bit is signalled as of **v0.16.0** ([PR 11740](https://github.com/bitcoin/bitcoin/pull/11740)), and such nodes are connected to as of **v0.17.0** ([PR 10387](https://github.com/bitcoin/bitcoin/pull/10387)).
* [`BIP 173`](https://github.com/bitcoin/bips/blob/master/bip-0173.mediawiki): Bech32 addresses for native Segregated Witness outputs are supported as of **v0.16.0** ([PR 11167](https://github.com/bitcoin/bitcoin/pull/11167)).
* [`BIP 174`](https://github.com/bitcoin/bips/blob/master/bip-0174.mediawiki): RPCs to operate on Partially Signed Bitcoin Transactions (PSBT) are present as of **v0.17.0** ([PR 13557](https://github.com/bitcoin/bitcoin/pull/13557)).
* [`BIP 176`](https://github.com/bitcoin/bips/blob/master/bip-0176.mediawiki): Bits Denomination [QT only] is supported as of **v0.16.0** ([PR 12035](https://github.com/bitcoin/bitcoin/pull/12035)).
diff --git a/doc/build-osx.md b/doc/build-osx.md
index dbe142d44e..7ec7697520 100644
--- a/doc/build-osx.md
+++ b/doc/build-osx.md
@@ -82,6 +82,8 @@ Bitcoin Core is now available at `./src/elementsd`
Before running, you may create an empty configuration file:
+ mkdir -p "/Users/${USER}/Library/Application Support/Bitcoin"
+
touch "/Users/${USER}/Library/Application Support/Bitcoin/bitcoin.conf"
chmod 600 "/Users/${USER}/Library/Application Support/Bitcoin/bitcoin.conf"
diff --git a/doc/build-unix.md b/doc/build-unix.md
index 2086e4d35e..30abddbfe6 100644
--- a/doc/build-unix.md
+++ b/doc/build-unix.md
@@ -78,19 +78,13 @@ Now, you can either build from self-compiled [depends](/depends/README.md) or in
BerkeleyDB is required for the wallet.
-**For Ubuntu only:** db4.8 packages are available [here](https://launchpad.net/~bitcoin/+archive/bitcoin).
-You can add the repository and install using the following commands:
-
- sudo apt-get install software-properties-common
- sudo add-apt-repository ppa:bitcoin/bitcoin
- sudo apt-get update
- sudo apt-get install libdb4.8-dev libdb4.8++-dev
-
Ubuntu and Debian have their own libdb-dev and libdb++-dev packages, but these will install
BerkeleyDB 5.1 or later. This will break binary wallet compatibility with the distributed executables, which
are based on BerkeleyDB 4.8. If you do not care about wallet compatibility,
pass `--with-incompatible-bdb` to configure.
+Otherwise, you can build from self-compiled `depends` (see above).
+
To build Bitcoin Core without wallet, see [*Disable-wallet mode*](/doc/build-unix.md#disable-wallet-mode)
diff --git a/doc/dependencies.md b/doc/dependencies.md
index e4be63772c..229f9ca742 100644
--- a/doc/dependencies.md
+++ b/doc/dependencies.md
@@ -17,7 +17,7 @@ These are the dependencies currently used by Bitcoin Core. You can find instruct
| libevent | [2.1.8-stable](https://github.com/libevent/libevent/releases) | 2.0.22 | No | | |
| libjpeg | | | | | [Yes](https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk#L65) |
| libpng | | | | | [Yes](https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk#L64) |
-| libsrvg | | | | | |
+| librsvg | | | | | |
| MiniUPnPc | [2.0.20180203](http://miniupnp.free.fr/files) | | No | | |
| OpenSSL | [1.0.1k](https://www.openssl.org/source) | | Yes | | |
| PCRE | | | | | [Yes](https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk#L66) |
@@ -43,4 +43,4 @@ Some dependencies are not needed in all configurations. The following are some f
* ZeroMQ is needed only with the `--with-zmq` option.
#### Other
-* librsvg is only needed if you need to run `make deploy` on (cross-compliation to) macOS.
\ No newline at end of file
+* librsvg is only needed if you need to run `make deploy` on (cross-compilation to) macOS.
diff --git a/doc/descriptors.md b/doc/descriptors.md
index 5dbcd95e1d..dbdac2c5b6 100644
--- a/doc/descriptors.md
+++ b/doc/descriptors.md
@@ -1,11 +1,18 @@
# Support for Output Descriptors in Bitcoin Core
-Since Bitcoin Core v0.17, there is support for Output Descriptors in the
-`scantxoutset` RPC call. This is a simple language which can be used to
-describe collections of output scripts.
+Since Bitcoin Core v0.17, there is support for Output Descriptors. This is a
+simple language which can be used to describe collections of output scripts.
+Supporting RPCs are:
+- `scantxoutset` takes as input descriptors to scan for, and also reports
+ specialized descriptors for the matching UTXOs.
+- `getdescriptorinfo` analyzes a descriptor, and reports a canonicalized version
+ with checksum added.
+- `deriveaddresses` takes as input a descriptor and computes the corresponding
+ addresses.
+- `listunspent` outputs a specialized descriptor for the reported unspent outputs.
-This document describes the language. For the specifics on usage for scanning
-the UTXO set, see the `scantxoutset` RPC help.
+This document describes the language. For the specifics on usage, see the RPC
+documentation for the functions mentioned above.
## Features
diff --git a/doc/man/elements-cli.1 b/doc/man/elements-cli.1
index c5da93b909..70db55ad89 100644
--- a/doc/man/elements-cli.1
+++ b/doc/man/elements-cli.1
@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10.
-.TH ELEMENTS-CLI "1" "May 2019" "elements-cli v0.17.0.1" "User Commands"
+.TH ELEMENTS-CLI "1" "May 2019" "elements-cli v0.18.0.0" "User Commands"
.SH NAME
-elements-cli \- manual page for elements-cli v0.17.0.1
+elements-cli \- manual page for elements-cli v0.18.0.0
.SH SYNOPSIS
.B elements-cli
[\fI\,options\/\fR] \fI\, \/\fR[\fI\,params\/\fR] \fI\,Send command to Elements Core\/\fR
@@ -15,7 +15,7 @@ elements-cli \- manual page for elements-cli v0.17.0.1
.B elements-cli
[\fI\,options\/\fR] \fI\,help Get help for a command\/\fR
.SH DESCRIPTION
-Elements Core RPC client version v0.17.0.1\-dirty
+Elements Core RPC client version v0.18.0.0
.SH OPTIONS
.HP
\-?
diff --git a/doc/man/elementsd.1 b/doc/man/elementsd.1
index 6d2a81a5bb..f0080e0500 100644
--- a/doc/man/elementsd.1
+++ b/doc/man/elementsd.1
@@ -1,12 +1,12 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10.
-.TH ELEMENTSD "1" "May 2019" "elementsd v0.17.0.1" "User Commands"
+.TH ELEMENTS-QT "1" "March 2019" "elements-qt v0.18.0.0" "User Commands"
.SH NAME
-elementsd \- manual page for elementsd v0.17.0.1
+elements-qt \- manual page for elements-qt v0.18.0.0
.SH SYNOPSIS
.B elementsd
[\fI\,options\/\fR] \fI\,Start Elements Core Daemon\/\fR
.SH DESCRIPTION
-Elements Core Daemon version v0.17.0.1\-dirty
+Elements Core version v0.18.0.0 (64\-bit)
.SH OPTIONS
.HP
\-?
@@ -90,7 +90,7 @@ Do not keep transactions in the mempool longer than hours (default:
.HP
\fB\-par=\fR
.IP
-Set the number of script verification threads (\fB\-8\fR to 16, 0 = auto, <0 =
+Set the number of script verification threads (\fB\-6\fR to 16, 0 = auto, <0 =
leave that many cores free, default: 0)
.HP
\fB\-persistmempool\fR
@@ -183,7 +183,7 @@ unless \fB\-connect\fR used)
.HP
\fB\-enablebip61\fR
.IP
-Send reject messages per BIP61 (default: 0)
+Send reject messages per BIP61 (default: 1)
.HP
\fB\-externalip=\fR
.IP
diff --git a/doc/psbt.md b/doc/psbt.md
index 560b45ef31..9d85af0348 100644
--- a/doc/psbt.md
+++ b/doc/psbt.md
@@ -67,6 +67,9 @@ hardware implementations will typically implement multiple roles simultaneously.
input a PSBT, adds UTXO, key, and script data to inputs and outputs that miss
it, and optionally signs inputs. Where possible it also finalizes the partial
signatures.
+- **`utxoupdatepsbt` (Updater)** is a node RPC that takes a PSBT and updates it
+ to include information available from the UTXO set (works only for SegWit
+ inputs).
- **`finalizepsbt` (Finalizer, Extractor)** is a utility RPC that finalizes any
partial signatures, and if all inputs are finalized, converts the result to a
fully signed transaction which can be broadcast with `sendrawtransaction`.
@@ -74,8 +77,15 @@ hardware implementations will typically implement multiple roles simultaneously.
can be used at any point in the workflow to merge information added to
different versions of the same PSBT. In particular it is useful to combine the
output of multiple Updaters or Signers.
+- **`joinpsbts`** (Creator) is a utility RPC that joins multiple PSBTs together,
+ concatenating the inputs and outputs. This can be used to construct CoinJoin
+ transactions.
- **`decodepsbt`** is a diagnostic utility RPC which will show all information in
a PSBT in human-readable form, as well as compute its eventual fee if known.
+- **`analyzepsbt`** is a utility RPC that examines an RPC and reports the
+ next steps in the workflow if known, computes the fee of the resulting
+ transaction, and estimates the weight and feerate if possible.
+
### Workflows
diff --git a/doc/release-notes-14021.md b/doc/release-notes-14021.md
deleted file mode 100644
index 4797a95bdb..0000000000
--- a/doc/release-notes-14021.md
+++ /dev/null
@@ -1,11 +0,0 @@
-Miscellaneous RPC Changes
--------------------------
-- Descriptors with key origin information imported through `importmulti` will have their key origin information stored in the wallet for use with creating PSBTs.
-- If `bip32derivs` of both `walletprocesspsbt` and `walletcreatefundedpsbt` is set to true but the key metadata for a public key has not been updated yet, then that key will have a derivation path as if it were just an independent key (i.e. no derivation path and its master fingerprint is itself)
-
-Miscellaneous Wallet changes
-----------------------------
-
-- The key metadata will need to be upgraded the first time that the HD seed is available.
-For unencrypted wallets this will occur on wallet loading.
-For encrypted wallets this will occur the first time the wallet is unlocked.
diff --git a/doc/release-notes-14481.md b/doc/release-notes-14481.md
deleted file mode 100644
index ea8fc3c34e..0000000000
--- a/doc/release-notes-14481.md
+++ /dev/null
@@ -1,9 +0,0 @@
-Low-level RPC changes
-----------------------
-
-The `listunspent` RPC has been modified so that it also returns `witnessScript`,
-the witness script in the case of a P2WSH or P2SH-P2WSH output.
-
-The `signrawtransactionwithkey` and `signrawtransactionwithwallet` RPCs have been
-modified so that they also optionally accept a `witnessScript`, the witness script in the
-case of a P2WSH or P2SH-P2WSH output. This is compatible with the change to `listunspent`.
diff --git a/doc/release-notes-14491.md b/doc/release-notes-14491.md
deleted file mode 100644
index 1cf36e85cf..0000000000
--- a/doc/release-notes-14491.md
+++ /dev/null
@@ -1,5 +0,0 @@
-Descriptor import support
----------------------
-
-The `importmulti` RPC now supports importing of addresses from descriptors. A "desc" parameter can be provided instead of the "scriptPubKey" in a request, as well as an optional range for ranged descriptors to specify the start and end of the range to import. More information about
-descriptors can be found [here](https://github.com/bitcoin/bitcoin/blob/master/doc/descriptors.md).
diff --git a/doc/release-notes-14667.md b/doc/release-notes-14667.md
deleted file mode 100644
index 5cb1d0aee7..0000000000
--- a/doc/release-notes-14667.md
+++ /dev/null
@@ -1,4 +0,0 @@
-New RPC methods
-------------
-
-- `deriveaddresses` returns one or more addresses corresponding to an [output descriptor](/doc/descriptors.md).
diff --git a/doc/release-notes-15226.md b/doc/release-notes-15226.md
deleted file mode 100644
index 3be84db3e9..0000000000
--- a/doc/release-notes-15226.md
+++ /dev/null
@@ -1,8 +0,0 @@
-Miscellaneous RPC changes
-------------
-
-- The RPC `createwallet` now has an optional `blank` argument that can be used to create a blank wallet.
-Blank wallets do not have any keys or HD seed.
-They cannot be opened in software older than 0.18.
-Once a blank wallet has a HD seed set (by using `sethdseed`) or private keys, scripts, addresses, and other watch only things have been imported, the wallet is no longer blank and can be opened in 0.17.x.
-Encrypting a blank wallet will also set a HD seed for it.
diff --git a/doc/release-notes-15393.md b/doc/release-notes-15393.md
deleted file mode 100644
index f478dc798d..0000000000
--- a/doc/release-notes-15393.md
+++ /dev/null
@@ -1,4 +0,0 @@
-Dependencies
-------------
-
-- The minimum required version of QT has been increased from 5.2 to 5.5.1 (the [depends system](https://github.com/bitcoin/bitcoin/blob/master/depends/README.md) provides 5.9.7)
diff --git a/doc/release-notes.md b/doc/release-notes.md
index a6408cf1e6..9a7547b9e4 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -1,12 +1,9 @@
-(note: this is a temporary file, to be added-to by anybody, and moved to
-release-notes at release time)
+Bitcoin Core version 0.18.x is now available from:
-Bitcoin Core version *version* is now available from:
+
-
-
-This is a new major version release, including new features, various bugfixes
-and performance improvements, as well as updated translations.
+This is a new major version release, including new features, various bug
+fixes and performance improvements, as well as updated translations.
Please report bugs using the issue tracker at GitHub:
@@ -19,360 +16,69 @@ To receive security and update notifications, please subscribe to:
How to Upgrade
==============
-If you are running an older version, shut it down. Wait until it has completely
-shut down (which might take a few minutes for older versions), then run the
-installer (on Windows) or just copy over `/Applications/Bitcoin-Qt` (on Mac)
-or `bitcoind`/`bitcoin-qt` (on Linux).
+If you are running an older version, shut it down. Wait until it has
+completely shut down (which might take a few minutes for older
+versions), then run the installer (on Windows) or just copy over
+`/Applications/Bitcoin-Qt` (on Mac) or `bitcoind`/`bitcoin-qt` (on
+Linux).
-The first time you run version 0.15.0, your chainstate database will be converted to a
-new format, which will take anywhere from a few minutes to half an hour,
-depending on the speed of your machine.
+The first time you run version 0.15.0 or newer, your chainstate database
+will be converted to a new format, which will take anywhere from a few
+minutes to half an hour, depending on the speed of your machine.
-Note that the block database format also changed in version 0.8.0 and there is no
-automatic upgrade code from before version 0.8 to version 0.15.0. Upgrading
-directly from 0.7.x and earlier without redownloading the blockchain is not supported.
-However, as usual, old wallet versions are still supported.
-
-Downgrading warning
--------------------
-
-The chainstate database for this release is not compatible with previous
-releases, so if you run 0.15 and then decide to switch back to any
-older version, you will need to run the old release with the `-reindex-chainstate`
-option to rebuild the chainstate data structures in the old format.
-
-If your node has pruning enabled, this will entail re-downloading and
-processing the entire blockchain.
+Note that the block database format also changed in version 0.8.0 and
+there is no automatic upgrade code from before version 0.8 to version
+0.15.0 or later. Upgrading directly from 0.7.x and earlier without
+redownloading the blockchain is not supported. However, as usual, old
+wallet versions are still supported.
Compatibility
==============
-Bitcoin Core is supported and extensively tested on operating systems using
-the Linux kernel, macOS 10.10+, and Windows 7 and newer. It is not recommended
-to use Bitcoin Core on unsupported systems.
+Bitcoin Core is supported and extensively tested on operating systems
+using the Linux kernel, macOS 10.10+, and Windows 7 and newer. It is not
+recommended to use Bitcoin Core on unsupported systems.
Bitcoin Core should also work on most other Unix-like systems but is not
-frequently tested on them.
+as frequently tested on them.
-From 0.17.0 onwards, macOS <10.10 is no longer supported. 0.17.0 is
+From 0.17.0 onwards, macOS <10.10 is no longer supported. 0.17.0 is
built using Qt 5.9.x, which doesn't support versions of macOS older than
-10.10. Additionally, Bitcoin Core does not yet change appearance when
+10.10. Additionally, Bitcoin Core does not yet change appearance when
macOS "dark mode" is activated.
In addition to previously-supported CPU platforms, this release's
pre-compiled distribution also provides binaries for the RISC-V
platform.
+If you are using the `systemd` unit configuration file located at
+`contrib/init/bitcoind.service`, it has been changed to use
+`/var/lib/bitcoind` as the data directory instead of
+`~bitcoin/.bitcoin`. When switching over to the new configuration file,
+please make sure that the filesystem on which `/var/lib/bitcoind` will
+exist has enough space (check using `df -h /var/lib/bitcoind`), and
+optionally copy over your existing data directory. See the [systemd init
+file section](#systemd-init-file) for more details.
+
+Known issues
+============
+
+Wallet GUI
+----------
+
+For advanced users who have both (1) enabled coin control features, and
+(2) are using multiple wallets loaded at the same time: The coin control
+input selection dialog can erroneously retain wrong-wallet state when
+switching wallets using the dropdown menu. For now, it is recommended
+not to use coin control features with multiple wallets loaded.
+
Notable changes
===============
-Mining
-------
-- Calls to `getblocktemplate` will fail if the segwit rule is not specified.
- Calling `getblocktemplate` without segwit specified is almost certainly
- a misconfiguration since doing so results in lower rewards for the miner.
- Failed calls will produce an error message describing how to enable the
- segwit rule.
-
-Configuration option changes
-----------------------------
-
-- A warning is printed if an unrecognized section name is used in the
- configuration file. Recognized sections are `[test]`, `[main]`, and
- `[regtest]`.
-
-- Four new options are available for configuring the maximum number of
- messages that ZMQ will queue in memory (the "high water mark") before
- dropping additional messages. The default value is 1,000, the same as
- was used for previous releases. See the [ZMQ
- documentation](https://github.com/bitcoin/bitcoin/blob/master/doc/zmq.md#usage)
- for details.
-
-- The `enablebip61` option (introduced in Bitcoin Core 0.17.0) is
- used to toggle sending of BIP 61 reject messages. Reject messages have no use
- case on the P2P network and are only logged for debugging by most network
- nodes. The option will now by default be off for improved privacy and security
- as well as reduced upload usage. The option can explicitly be turned on for
- local-network debugging purposes.
-
-- The `rpcallowip` option can no longer be used to automatically listen
- on all network interfaces. Instead, the `rpcbind` parameter must also
- be used to specify the IP addresses to listen on. Listening for RPC
- commands over a public network connection is insecure and should be
- disabled, so a warning is now printed if a user selects such a
- configuration. If you need to expose RPC in order to use a tool
- like Docker, ensure you only bind RPC to your localhost, e.g. `docker
- run [...] -p 127.0.0.1:8332:8332` (this is an extra `:8332` over the
- normal Docker port specification).
-
-- The `rpcpassword` option now causes a startup error if the password
- set in the configuration file contains a hash character (#), as it's
- ambiguous whether the hash character is meant for the password or as a
- comment.
-
-- The `whitelistforcerelay` option is used to relay transactions from
- whitelisted peers even when not accepted to the mempool. This option now
- defaults to being off, so that changes in policy and disconnect/ban behavior
- will not cause a node that is whitelisting another to be dropped by peers.
- Users can still explicitly enable this behavior with the command line option
- (and may want to consider [contacting](https://bitcoincore.org/en/contact/)
- the Bitcoin Core project to let us know about their
- use-case, as this feature could be deprecated in the future).
-
-Documentation
--------------
-
-- A new short
- [document](https://github.com/bitcoin/bitcoin/blob/master/doc/JSON-RPC-interface.md)
- about the JSON-RPC interface describes cases where the results of an
- RPC might contain inconsistencies between data sourced from different
- subsystems, such as wallet state and mempool state. A note is added
- to the [REST interface documentation](https://github.com/bitcoin/bitcoin/blob/master/doc/REST-interface.md)
- indicating that the same rules apply.
-
-- Further information is added to the [JSON-RPC
- documentation](https://github.com/bitcoin/bitcoin/blob/master/doc/JSON-RPC-interface.md)
- about how to secure this interface.
-
-- A new [document](https://github.com/bitcoin/bitcoin/blob/master/doc/bitcoin-conf.md)
- about the `bitcoin.conf` file describes how to use it to configure
- Bitcoin Core.
-
-- A new document introduces Bitcoin Core's BIP174
- [Partially-Signed Bitcoin Transactions (PSBT)](https://github.com/bitcoin/bitcoin/blob/master/doc/psbt.md)
- interface, which is used to allow multiple programs to collaboratively
- work to create, sign, and broadcast new transactions. This is useful
- for offline (cold storage) wallets, multisig wallets, coinjoin
- implementations, and many other cases where two or more programs need
- to interact to generate a complete transaction.
-
-- The [output script descriptor](https://github.com/bitcoin/bitcoin/blob/master/doc/descriptors.md)
- documentation has been updated with information about new features in
- this still-developing language for describing the output scripts that
- a wallet or other program wants to receive notifications for, such as
- which addresses it wants to know received payments. The language is
- currently used in the `scantxoutset` RPC and is expected to be adapted
- to other RPCs and to the underlying wallet structure.
-
-Build system changes
---------------------
-
-- A new `--disable-bip70` option may be passed to `./configure` to
- prevent Bitcoin-Qt from being built with support for the BIP70 payment
- protocol or from linking libssl. As the payment protocol has exposed
- Bitcoin Core to libssl vulnerabilities in the past, builders who don't
- need BIP70 support are encouraged to use this option to reduce their
- exposure to future vulnerabilities.
-
-Deprecated or removed RPCs
---------------------------
-
-- The `signrawtransaction` RPC is removed after being deprecated and
- hidden behind a special configuration option in version 0.17.0.
-
-- The 'account' API is removed after being deprecated in v0.17. The
- 'label' API was introduced in v0.17 as a replacement for accounts.
- See the [release notes from v0.17](https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.17.0.md#label-and-account-apis-for-wallet)
- for a full description of the changes from the 'account' API to the
- 'label' API.
-
-- The `addwitnessaddress` RPC is removed after being deprecated in
- version 0.13.0.
-
-- The wallet's `generate` RPC method is deprecated and will be fully
- removed in a subsequent major version. This RPC is only used for
- testing, but its implementation reached across multiple subsystems
- (wallet and mining), so it is being deprecated to simplify the
- wallet-node interface. Projects that are using `generate` for testing
- purposes should transition to using the `generatetoaddress` RPC, which
- does not require or use the wallet component. Calling
- `generatetoaddress` with an address returned by the `getnewaddress`
- RPC gives the same functionality as the old `generate` RPC. To
- continue using `generate` in this version, restart bitcoind with the
- `-deprecatedrpc=generate` configuration option.
-
-New RPCs
---------
-
-- The `getnodeaddresses` RPC returns peer addresses known to this
- node. It may be used to find nodes to connect to without using a DNS
- seeder.
-
-- The `listwalletdir` RPC returns a list of wallets in the wallet
- directory (either the default wallet directory or the directory
- configured by the `-walletdir` parameter).
-
-- The `getrpcinfo` returns runtime details of the RPC server. At the
- moment, it returns an array of the currently active commands and how
- long they've been running.
-
-Updated RPCs
-------------
-
-Note: some low-level RPC changes mainly useful for testing are described
-in the Low-level Changes section below.
-
-- The `getpeerinfo` RPC now returns an additional `minfeefilter` field
- set to the peer's BIP133 fee filter. You can use this to detect that
- you have peers that are willing to accept transactions below the
- default minimum relay fee.
-
-- The mempool RPCs, such as `getrawmempool` with `verbose=true`, now
- return an additional "bip125-replaceable" value indicating whether the
- transaction (or its unconfirmed ancestors) opts-in to asking nodes and
- miners to replace it with a higher-feerate transaction spending any of
- the same inputs.
-
-- The `settxfee` RPC previously silently ignored attempts to set the fee
- below the allowed minimums. It now prints a warning. The special
- value of "0" may still be used to request the minimum value.
-
-- The `getaddressinfo` RPC now provides an `ischange` field indicating
- whether the wallet used the address in a change output.
-
-- The `importmulti` RPC has been updated to support P2WSH, P2WPKH,
- P2SH-P2WPKH, and P2SH-P2WSH. Requests for P2WSH and P2SH-P2WSH accept
- an additional `witnessscript` parameter.
-
-- The `importmulti` RPC now returns an additional `warnings` field for
- each request with an array of strings explaining when fields are being
- ignored or are inconsistent, if there are any.
-
-- The `getaddressinfo` RPC now returns an additional `solvable` boolean
- field when Bitcoin Core knows enough about the address's scriptPubKey,
- optional redeemScript, and optional witnessScript in order for the
- wallet to be able to generate an unsigned input spending funds sent to
- that address.
-
-- The `getaddressinfo`, `listunspent`, and `scantxoutset` RPCs now
- return an additional `desc` field that contains an output descriptor
- containing all key paths and signing information for the address
- (except for the private key). The `desc` field is only returned for
- `getaddressinfo` and `listunspent` when the address is solvable.
-
-- The `importprivkey` RPC will preserve previously-set labels for
- addresses or public keys corresponding to the private key being
- imported. For example, if you imported a watch-only address with the
- label "cold wallet" in earlier releases of Bitcoin Core, subsequently
- importing the private key would default to resetting the address's
- label to the default empty-string label (""). In this release, the
- previous label of "cold wallet" will be retained. If you optionally
- specify any label besides the default when calling `importprivkey`,
- the new label will be applied to the address.
-
-- See the [Mining](#mining) section for changes to `getblocktemplate`.
-
-- The `getmininginfo` RPC now omits `currentblockweight` and `currentblocktx`
- when a block was never assembled via RPC on this node.
-
-- The `getrawtransaction` RPC & REST endpoints no longer check the
- unspent UTXO set for a transaction. The remaining behaviors are as
- follows: 1. If a blockhash is provided, check the corresponding block.
- 2. If no blockhash is provided, check the mempool. 3. If no blockhash
- is provided but txindex is enabled, also check txindex.
-
-- The `unloadwallet` RPC is now synchronous, meaning it will not return
- until the wallet is fully unloaded.
-
-REST changes
-------------
-
-- A new `/rest/blockhashbyheight/` endpoint is added for fetching the
- hash of the block in the current best blockchain based on its height
- (how many blocks it is after the Genesis Block).
-
-Graphical User Interface (GUI)
-------------------------------
-
-- A new Window menu is added alongside the existing File, Settings, and
- Help menus. Several items from the other menus that opened new
- windows have been moved to this new Window menu.
-
-- In the Send tab, the checkbox for "pay only the required fee"
- has been removed. Instead, the user can simply decrease the value in
- the Custom Feerate field all the way down to the node's configured
- minimum relay fee.
-
-- In the Overview tab, the watch-only balance will be the only
- balance shown if the wallet was created using the `createwallet` RPC
- and the `disable_private_keys` parameter was set to true.
-
-- The launch-on-startup option is no longer available on macOS if
- compiled with macosx min version greater than 10.11 (use
- CXXFLAGS="-mmacosx-version-min=10.11"
- CFLAGS="-mmacosx-version-min=10.11" for setting the deployment
- sdk version)
-
-Tools
-----
-
-- A new `bitcoin-wallet` tool is now distributed alongside Bitcoin
- Core's other executables. Without needing to use any RPCs, this tool
- can currently create a new wallet file or display some basic
- information about an existing wallet, such as whether the wallet is
- encrypted, whether it uses an HD seed, how many transactions it
- contains, and how many address book entries it has.
-
-Low-level changes
+0.18.x change log
=================
-RPC
----
-
-- The `submitblock` RPC previously returned the reason a rejected block
- was invalid the first time it processed that block but returned a
- generic "duplicate" rejection message on subsequent occasions it
- processed the same block. It now always returns the fundamental
- reason for rejecting an invalid block and only returns "duplicate" for
- valid blocks it has already accepted.
-
-- A new `submitheader` RPC allows submitting block headers independently
- from their block. This is likely only useful for testing.
-
-Configuration
--------------
-
-- The `-usehd` configuration option was removed in version 0.16. From
- that version onwards, all new wallets created are hierarchical
- deterministic wallets. This release makes specifying `-usehd` an
- invalid configuration option.
-
-Network
--------
-
-- This release allows peers that your node automatically disconnected
- for misbehavior (e.g. sending invalid data) to reconnect to your node
- if you have unused incoming connection slots. If your slots fill up,
- a misbehaving node will be disconnected to make room for nodes without
- a history of problems (unless the misbehaving node helps your node in
- some other way, such as by connecting to a part of the Internet from
- which you don't have many other peers). Previously, Bitcoin Core
- banned the IP addresses of misbehaving peers for a period of time
- (default of 1 day); this was easily circumvented by attackers with
- multiple IP addresses. If you manually ban a peer, such as by using
- the `setban` RPC, all connections from that peer will still be
- rejected.
-
-Security
---------
-
-- This release changes the Random Number Generator (RNG) used from
- OpenSSL to Bitcoin Core's own implementation, although entropy
- gathered by Bitcoin Core is fed out to OpenSSL and then read back in
- when the program needs strong randomness. This moves Bitcoin Core a
- little closer to no longer needing to depend on OpenSSL, a dependency
- that has caused security issues in the past.
-
-Changes for particular platforms
---------------------------------
-
-- On macOS, Bitcoin Core now opts out of application CPU throttling
- ("app nap") during initial blockchain download, when catching up from
- over 100 blocks behind the current chain tip, or when reindexing chain
- data. This helps prevent these operations from taking an excessively
- long time because the operating system is attempting to conserve
- power.
Credits
=======
diff --git a/doc/release-notes/release-notes-pr12255.md b/doc/release-notes/release-notes-pr12255.md
deleted file mode 100644
index 5ac8b44283..0000000000
--- a/doc/release-notes/release-notes-pr12255.md
+++ /dev/null
@@ -1,17 +0,0 @@
-systemd init file
-=========
-
-The systemd init file (`contrib/init/bitcoind.service`) has been changed to use
-`/var/lib/bitcoind` as the data directory instead of `~bitcoin/.bitcoin`. This
-change makes Bitcoin Core more consistent with other services, and makes the
-systemd init config more consistent with existing Upstart and OpenRC configs.
-
-The configuration, PID, and data directories are now completely managed by
-systemd, which will take care of their creation, permissions, etc. See
-[`systemd.exec (5)`](https://www.freedesktop.org/software/systemd/man/systemd.exec.html#RuntimeDirectory=)
-for more details.
-
-When using the provided init files under `contrib/init`, overriding the
-`datadir` option in `/etc/bitcoin/bitcoin.conf` will have no effect. This is
-because the command line arguments specified in the init files take precedence
-over the options specified in `/etc/bitcoin/bitcoin.conf`.
diff --git a/doc/release-process.md b/doc/release-process.md
index d20a3dc6b3..eb1f5ad222 100644
--- a/doc/release-process.md
+++ b/doc/release-process.md
@@ -291,24 +291,48 @@ bitcoin.org (see below for bitcoin.org update instructions).
- After the pull request is merged, the website will automatically show the newest version within 15 minutes, as well
as update the OS download links. Ping @saivann/@harding (saivann/harding on Freenode) in case anything goes wrong
+- Update other repositories and websites for new version
+
+ - bitcoincore.org blog post
+
+ - bitcoincore.org RPC documentation update
+
+ - Update packaging repo
+
+ - Notify BlueMatt so that he can start building [the PPAs](https://launchpad.net/~bitcoin/+archive/ubuntu/bitcoin)
+
+ - Create a new branch for the major release "0.xx" (used to build the snap package)
+
+ - Notify MarcoFalke so that he can start building the snap package
+
+ - https://code.launchpad.net/~bitcoin-core/bitcoin-core-snap/+git/packaging (Click "Import Now" to fetch the branch)
+ - https://code.launchpad.net/~bitcoin-core/bitcoin-core-snap/+git/packaging/+ref/0.xx (Click "Create snap package")
+ - Name it "bitcoin-core-snap-0.xx"
+ - Leave owner and series as-is
+ - Select architectures that are compiled via gitian
+ - Leave "automatically build when branch changes" unticked
+ - Tick "automatically upload to store"
+ - Put "bitcoin-core" in the registered store package name field
+ - Tick the "edge" box
+ - Put "0.xx" in the track field
+ - Click "create snap package"
+ - Click "Request builds" for every new release on this branch (after updating the snapcraft.yml in the branch to reflect the latest gitian results)
+ - Promote release on https://snapcraft.io/bitcoin-core/releases if it passes sanity checks
+
+ - This repo
+
+ - Archive release notes for the new version to `doc/release-notes/` (branch `master` and branch of the release)
+
+ - Create a [new GitHub release](https://github.com/bitcoin/bitcoin/releases/new) with a link to the archived release notes.
+
- Announce the release:
- bitcoin-dev and bitcoin-core-dev mailing list
- Bitcoin Core announcements list https://bitcoincore.org/en/list/announcements/join/
- - bitcoincore.org blog post
-
- - bitcoincore.org RPC documentation update
-
- Update title of #bitcoin on Freenode IRC
- Optionally twitter, reddit /r/Bitcoin, ... but this will usually sort out itself
- - Notify BlueMatt so that he can start building [the PPAs](https://launchpad.net/~bitcoin/+archive/ubuntu/bitcoin)
-
- - Archive release notes for the new version to `doc/release-notes/` (branch `master` and branch of the release)
-
- - Create a [new GitHub release](https://github.com/bitcoin/bitcoin/releases/new) with a link to the archived release notes.
-
- Celebrate
diff --git a/doc/shared-libraries.md b/doc/shared-libraries.md
index dc363582cc..e960863a80 100644
--- a/doc/shared-libraries.md
+++ b/doc/shared-libraries.md
@@ -7,11 +7,11 @@ The purpose of this library is to make the verification functionality that is cr
### API
-The interface is defined in the C header `bitcoinconsensus.h` located in `src/script/bitcoinconsensus.h`.
+The interface is defined in the C header `bitcoinconsensus.h` located in `src/script/bitcoinconsensus.h`.
#### Version
-`bitcoinconsensus_version` returns an `unsigned int` with the API version *(currently at an experimental `0`)*.
+`bitcoinconsensus_version` returns an `unsigned int` with the API version *(currently `1`)*.
#### Script Validation
diff --git a/doc/tor.md b/doc/tor.md
index c46b7e9f60..cfb7f16666 100644
--- a/doc/tor.md
+++ b/doc/tor.md
@@ -16,7 +16,7 @@ outgoing connections, but more is possible.
-onion=ip:port Set the proxy server to use for Tor hidden services. You do not
need to set this if it's the same as -proxy. You can use -noonion
- to explicitly disable access to hidden service.
+ to explicitly disable access to hidden services.
-listen When using -proxy, listening is disabled by default. If you want
to run a hidden service (see next section), you'll need to enable
@@ -27,6 +27,11 @@ outgoing connections, but more is possible.
-seednode=X SOCKS5. In Tor mode, such addresses can also be exchanged with
other P2P nodes.
+ -onlynet=onion Make outgoing connections only to .onion addresses. Incoming
+ connections are not affected by this option. This option can be
+ specified multiple times to allow multiple network types, e.g.
+ ipv4, ipv6, or onion.
+
In a typical situation, this suffices to run behind a Tor proxy:
./bitcoind -proxy=127.0.0.1:9050
diff --git a/share/setup.nsi.in b/share/setup.nsi.in
index ae4243ac9b..169cdcd2e1 100644
--- a/share/setup.nsi.in
+++ b/share/setup.nsi.in
@@ -5,7 +5,6 @@ SetCompressor /SOLID lzma
# General Symbol Definitions
!define REGKEY "SOFTWARE\$(^Name)"
-!define VERSION @CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_REVISION@
!define COMPANY "@PACKAGE_NAME@ project"
!define URL @PACKAGE_URL@
@@ -49,7 +48,7 @@ Var StartMenuGroup
!insertmacro MUI_LANGUAGE English
# Installer attributes
-OutFile @abs_top_srcdir@/@PACKAGE_TARNAME@-${VERSION}-win@WINDOWS_BITS@-setup.exe
+OutFile @abs_top_srcdir@/@PACKAGE_TARNAME@-@PACKAGE_VERSION@-win@WINDOWS_BITS@-setup.exe
!if "@WINDOWS_BITS@" == "64"
InstallDir $PROGRAMFILES64\Bitcoin
!else
@@ -59,12 +58,12 @@ CRCCheck on
XPStyle on
BrandingText " "
ShowInstDetails show
-VIProductVersion ${VERSION}.@CLIENT_VERSION_BUILD@
+VIProductVersion @CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_REVISION@.@CLIENT_VERSION_BUILD@
VIAddVersionKey ProductName "@PACKAGE_NAME@"
-VIAddVersionKey ProductVersion "${VERSION}"
+VIAddVersionKey ProductVersion "@PACKAGE_VERSION@"
VIAddVersionKey CompanyName "${COMPANY}"
VIAddVersionKey CompanyWebsite "${URL}"
-VIAddVersionKey FileVersion "${VERSION}"
+VIAddVersionKey FileVersion "@PACKAGE_VERSION@"
VIAddVersionKey FileDescription ""
VIAddVersionKey LegalCopyright ""
InstallDirRegKey HKCU "${REGKEY}" Path
@@ -99,7 +98,7 @@ Section -post SEC0001
CreateShortcut "$SMPROGRAMS\$StartMenuGroup\Uninstall $(^Name).lnk" $INSTDIR\uninstall.exe
!insertmacro MUI_STARTMENU_WRITE_END
WriteRegStr HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" DisplayName "$(^Name)"
- WriteRegStr HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" DisplayVersion "${VERSION}"
+ WriteRegStr HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" DisplayVersion "@PACKAGE_VERSION@"
WriteRegStr HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" Publisher "${COMPANY}"
WriteRegStr HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" URLInfoAbout "${URL}"
WriteRegStr HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" DisplayIcon $INSTDIR\uninstall.exe
diff --git a/src/addrman.cpp b/src/addrman.cpp
index 06c342ba73..8a5f78d1c5 100644
--- a/src/addrman.cpp
+++ b/src/addrman.cpp
@@ -239,7 +239,9 @@ void CAddrMan::Good_(const CService& addr, bool test_before_evict, int64_t nTime
// Will moving this address into tried evict another entry?
if (test_before_evict && (vvTried[tried_bucket][tried_bucket_pos] != -1)) {
- LogPrint(BCLog::ADDRMAN, "Collision inserting element into tried table, moving %s to m_tried_collisions=%d\n", addr.ToString(), m_tried_collisions.size());
+ // Output the entry we'd be colliding with, for debugging purposes
+ auto colliding_entry = mapInfo.find(vvTried[tried_bucket][tried_bucket_pos]);
+ LogPrint(BCLog::ADDRMAN, "Collision inserting element into tried table (%s), moving %s to m_tried_collisions=%d\n", colliding_entry != mapInfo.end() ? colliding_entry->second.ToString() : "", addr.ToString(), m_tried_collisions.size());
if (m_tried_collisions.size() < ADDRMAN_SET_TRIED_COLLISION_SIZE) {
m_tried_collisions.insert(nId);
}
@@ -561,12 +563,19 @@ void CAddrMan::ResolveCollisions_()
// Give address at least 60 seconds to successfully connect
if (GetAdjustedTime() - info_old.nLastTry > 60) {
- LogPrint(BCLog::ADDRMAN, "Swapping %s for %s in tried table\n", info_new.ToString(), info_old.ToString());
+ LogPrint(BCLog::ADDRMAN, "Replacing %s with %s in tried table\n", info_old.ToString(), info_new.ToString());
// Replaces an existing address already in the tried table with the new address
Good_(info_new, false, GetAdjustedTime());
erase_collision = true;
}
+ } else if (GetAdjustedTime() - info_new.nLastSuccess > ADDRMAN_TEST_WINDOW) {
+ // If the collision hasn't resolved in some reasonable amount of time,
+ // just evict the old entry -- we must not be able to
+ // connect to it for some reason.
+ LogPrint(BCLog::ADDRMAN, "Unable to test; replacing %s with %s in tried table anyway\n", info_old.ToString(), info_new.ToString());
+ Good_(info_new, false, GetAdjustedTime());
+ erase_collision = true;
}
} else { // Collision is not actually a collision anymore
Good_(info_new, false, GetAdjustedTime());
diff --git a/src/addrman.h b/src/addrman.h
index 003bd059f8..e54184ce35 100644
--- a/src/addrman.h
+++ b/src/addrman.h
@@ -166,6 +166,9 @@ public:
//! the maximum number of tried addr collisions to store
#define ADDRMAN_SET_TRIED_COLLISION_SIZE 10
+//! the maximum time we'll spend trying to resolve a tried table collision, in seconds
+static const int64_t ADDRMAN_TEST_WINDOW = 40*60; // 40 minutes
+
/**
* Stochastical (IP) address manager
*/
diff --git a/src/dummywallet.cpp b/src/dummywallet.cpp
index 8a76021a5b..447c99b374 100644
--- a/src/dummywallet.cpp
+++ b/src/dummywallet.cpp
@@ -23,10 +23,32 @@ public:
void DummyWalletInit::AddWalletOptions() const
{
- std::vector opts = {"-addresstype", "-changetype", "-disablewallet", "-discardfee=", "-fallbackfee=",
- "-keypool=", "-mintxfee=", "-paytxfee=", "-rescan", "-salvagewallet", "-spendzeroconfchange", "-txconfirmtarget=",
- "-upgradewallet", "-wallet=", "-walletbroadcast", "-walletdir=", "-walletnotify=", "-walletrbf", "-zapwallettxes=",
- "-dblogsize=", "-flushwallet", "-privdb", "-walletrejectlongchains"};
+ std::vector opts = {
+ "-addresstype",
+ "-avoidpartialspends",
+ "-changetype",
+ "-disablewallet",
+ "-discardfee=",
+ "-fallbackfee=",
+ "-keypool=",
+ "-mintxfee=",
+ "-paytxfee=",
+ "-rescan",
+ "-salvagewallet",
+ "-spendzeroconfchange",
+ "-txconfirmtarget=",
+ "-upgradewallet",
+ "-wallet=",
+ "-walletbroadcast",
+ "-walletdir=",
+ "-walletnotify=",
+ "-walletrbf",
+ "-zapwallettxes=",
+ "-dblogsize=",
+ "-flushwallet",
+ "-privdb",
+ "-walletrejectlongchains",
+ };
gArgs.AddHiddenArgs(opts);
}
diff --git a/src/fs.cpp b/src/fs.cpp
index 3c8f4c0247..f937f64e04 100644
--- a/src/fs.cpp
+++ b/src/fs.cpp
@@ -160,6 +160,7 @@ static std::string openmodeToStr(std::ios_base::openmode mode)
void ifstream::open(const fs::path& p, std::ios_base::openmode mode)
{
close();
+ mode |= std::ios_base::in;
m_file = fsbridge::fopen(p, openmodeToStr(mode).c_str());
if (m_file == nullptr) {
return;
@@ -183,6 +184,7 @@ void ifstream::close()
void ofstream::open(const fs::path& p, std::ios_base::openmode mode)
{
close();
+ mode |= std::ios_base::out;
m_file = fsbridge::fopen(p, openmodeToStr(mode).c_str());
if (m_file == nullptr) {
return;
diff --git a/src/init.cpp b/src/init.cpp
index f0bbe1abd1..bdec2f9d9d 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -103,7 +103,6 @@ static const char* FEE_ESTIMATES_FILENAME="fee_estimates.dat";
/**
* The PID file facilities.
*/
-#ifndef WIN32
static const char* BITCOIN_PID_FILENAME = "bitcoind.pid";
static fs::path GetPidFile()
@@ -115,14 +114,17 @@ NODISCARD static bool CreatePidFile()
{
FILE* file = fsbridge::fopen(GetPidFile(), "w");
if (file) {
+#ifdef WIN32
+ fprintf(file, "%d\n", GetCurrentProcessId());
+#else
fprintf(file, "%d\n", getpid());
+#endif
fclose(file);
return true;
} else {
return InitError(strprintf(_("Unable to create the PID file '%s': %s"), GetPidFile().string(), std::strerror(errno)));
}
}
-#endif
//////////////////////////////////////////////////////////////////////////////
//
@@ -293,15 +295,13 @@ void Shutdown(InitInterfaces& interfaces)
}
#endif
-#ifndef WIN32
try {
if (!fs::remove(GetPidFile())) {
LogPrintf("%s: Unable to remove PID file: File does not exist\n", __func__);
}
} catch (const fs::filesystem_error& e) {
- LogPrintf("%s: Unable to remove PID file: %s\n", __func__, e.what());
+ LogPrintf("%s: Unable to remove PID file: %s\n", __func__, fsbridge::get_filesystem_error_message(e));
}
-#endif
interfaces.chain_clients.clear();
UnregisterAllValidationInterfaces();
GetMainSignals().UnregisterBackgroundSignalScheduler();
@@ -399,11 +399,7 @@ void SetupServerArgs()
gArgs.AddArg("-par=", strprintf("Set the number of script verification threads (%u to %d, 0 = auto, <0 = leave that many cores free, default: %d)",
-GetNumCores(), MAX_SCRIPTCHECK_THREADS, DEFAULT_SCRIPTCHECK_THREADS), false, OptionsCategory::OPTIONS);
gArgs.AddArg("-persistmempool", strprintf("Whether to save the mempool on shutdown and load on restart (default: %u)", DEFAULT_PERSIST_MEMPOOL), false, OptionsCategory::OPTIONS);
-#ifndef WIN32
gArgs.AddArg("-pid=", strprintf("Specify pid file. Relative paths will be prefixed by a net-specific datadir location. (default: %s)", BITCOIN_PID_FILENAME), false, OptionsCategory::OPTIONS);
-#else
- hidden_args.emplace_back("-pid");
-#endif
gArgs.AddArg("-prune=", strprintf("Reduce storage requirements by enabling pruning (deleting) of old blocks. This allows the pruneblockchain RPC to be called to delete specific blocks, and enables automatic pruning of old blocks if a target size in MiB is provided. This mode is incompatible with -txindex and -rescan. "
"Warning: Reverting this setting requires re-downloading the entire blockchain. "
"(default: 0 = disable pruning blocks, 1 = allow manual pruning via RPC, >=%u = automatically prune block files to stay under the specified target size in MiB)", MIN_DISK_SPACE_FOR_BLOCK_FILES / 1024 / 1024), false, OptionsCategory::OPTIONS);
@@ -1287,12 +1283,10 @@ bool AppInitMain(InitInterfaces& interfaces)
{
const CChainParams& chainparams = Params();
// ********************************************************* Step 4a: application initialization
-#ifndef WIN32
if (!CreatePidFile()) {
// Detailed error printed inside CreatePidFile().
return false;
}
-#endif
if (LogInstance().m_print_to_file) {
if (gArgs.GetBoolArg("-shrinkdebugfile", LogInstance().DefaultShrinkDebugFile())) {
// Do this first since it both loads a bunch of debug.log into memory,
diff --git a/src/interfaces/chain.cpp b/src/interfaces/chain.cpp
index 6fa0f12c6d..32cea1320f 100644
--- a/src/interfaces/chain.cpp
+++ b/src/interfaces/chain.cpp
@@ -8,6 +8,7 @@
#include
#include
#include
+#include
#include
#include
#include
@@ -177,6 +178,13 @@ public:
LOCK(cs_main);
return GuessVerificationProgress(LookupBlockIndex(block_hash), Params().GetConsensus().nPowTargetSpacing);
}
+ void requestMempoolTransactions(std::function fn) override
+ {
+ LOCK2(::cs_main, ::mempool.cs);
+ for (const CTxMemPoolEntry& entry : ::mempool.mapTx) {
+ fn(entry.GetSharedTx());
+ }
+ }
};
} // namespace
diff --git a/src/interfaces/chain.h b/src/interfaces/chain.h
index 3a54b9164e..57e9703758 100644
--- a/src/interfaces/chain.h
+++ b/src/interfaces/chain.h
@@ -16,6 +16,9 @@ class CBlock;
class CScheduler;
class uint256;
struct CBlockLocator;
+class CTransaction;
+
+using CTransactionRef = std::shared_ptr;
namespace interfaces {
@@ -127,6 +130,16 @@ public:
//! Estimate fraction of total transactions verified if blocks up to
//! the specified block hash are verified.
virtual double guessVerificationProgress(const uint256& block_hash) = 0;
+
+ //! Synchronously send TransactionAddedToMempool notifications about all
+ //! current mempool transactions to the specified handler and return after
+ //! the last one is sent. These notifications aren't coordinated with async
+ //! notifications sent by handleNotifications, so out of date async
+ //! notifications from handleNotifications can arrive during and after
+ //! synchronous notifications from requestMempoolTransactions. Clients need
+ //! to be prepared to handle this by ignoring notifications about unknown
+ //! removed transactions and already added new transactions.
+ virtual void requestMempoolTransactions(std::function fn) = 0;
};
//! Interface to let node manage chain clients (wallets, or maybe tools for
diff --git a/src/net.cpp b/src/net.cpp
index 87f1ef0577..67c6a5c798 100644
--- a/src/net.cpp
+++ b/src/net.cpp
@@ -85,6 +85,8 @@ std::map mapLocalHost GUARDED_BY(cs_mapLocalHost);
static bool vfLimited[NET_MAX] GUARDED_BY(cs_mapLocalHost) = {};
std::string strSubVersion;
+limitedmap mapAlreadyAskedFor(MAX_INV_SZ);
+
void CConnman::AddOneShot(const std::string& strDest)
{
LOCK(cs_vOneShots);
@@ -1765,9 +1767,15 @@ void CConnman::ThreadOpenConnections(const std::vector connect)
addr = addrman.Select(fFeeler);
}
- // if we selected an invalid address, restart
- if (!addr.IsValid() || setConnected.count(addr.GetGroup()) || IsLocal(addr))
+ // Require outbound connections, other than feelers, to be to distinct network groups
+ if (!fFeeler && setConnected.count(addr.GetGroup())) {
break;
+ }
+
+ // if we selected an invalid or local address, restart
+ if (!addr.IsValid() || IsLocal(addr)) {
+ break;
+ }
// If we didn't find an appropriate destination after trying 100 addresses fetched from addrman,
// stop this loop, and let the outer loop run again (which sleeps, adds seed nodes, recalculates
@@ -2642,6 +2650,40 @@ CNode::~CNode()
CloseSocket(hSocket);
}
+void CNode::AskFor(const CInv& inv)
+{
+ if (mapAskFor.size() > MAPASKFOR_MAX_SZ || setAskFor.size() > SETASKFOR_MAX_SZ)
+ return;
+ // a peer may not have multiple non-responded queue positions for a single inv item
+ if (!setAskFor.insert(inv.hash).second)
+ return;
+
+ // We're using mapAskFor as a priority queue,
+ // the key is the earliest time the request can be sent
+ int64_t nRequestTime;
+ limitedmap::const_iterator it = mapAlreadyAskedFor.find(inv.hash);
+ if (it != mapAlreadyAskedFor.end())
+ nRequestTime = it->second;
+ else
+ nRequestTime = 0;
+ LogPrint(BCLog::NET, "askfor %s %d (%s) peer=%d\n", inv.ToString(), nRequestTime, FormatISO8601Time(nRequestTime/1000000), id);
+
+ // Make sure not to reuse time indexes to keep things in the same order
+ int64_t nNow = GetTimeMicros() - 1000000;
+ static int64_t nLastTime;
+ ++nLastTime;
+ nNow = std::max(nNow, nLastTime);
+ nLastTime = nNow;
+
+ // Each retry is 2 minutes after the last
+ nRequestTime = std::max(nRequestTime + 2 * 60 * 1000000, nNow);
+ if (it != mapAlreadyAskedFor.end())
+ mapAlreadyAskedFor.update(it, nRequestTime);
+ else
+ mapAlreadyAskedFor.insert(std::make_pair(inv.hash, nRequestTime));
+ mapAskFor.insert(std::make_pair(nRequestTime, inv));
+}
+
bool CConnman::NodeFullyConnected(const CNode* pnode)
{
return pnode && pnode->fSuccessfullyConnected && !pnode->fDisconnect;
diff --git a/src/net.h b/src/net.h
index f4a90e01f1..db44ec6333 100644
--- a/src/net.h
+++ b/src/net.h
@@ -67,6 +67,10 @@ static const bool DEFAULT_UPNP = USE_UPNP;
#else
static const bool DEFAULT_UPNP = false;
#endif
+/** The maximum number of entries in mapAskFor */
+static const size_t MAPASKFOR_MAX_SZ = MAX_INV_SZ;
+/** The maximum number of entries in setAskFor (larger due to getdata latency)*/
+static const size_t SETASKFOR_MAX_SZ = 2 * MAX_INV_SZ;
/** The maximum number of peer connections to maintain. */
static const unsigned int DEFAULT_MAX_PEER_CONNECTIONS = 125;
/** The default for -maxuploadtarget. 0 = Unlimited */
@@ -521,6 +525,8 @@ extern bool fDiscover;
extern bool fListen;
extern bool fRelayTxes;
+extern limitedmap mapAlreadyAskedFor;
+
/** Subversion as sent to the P2P network in `version` messages */
extern std::string strSubVersion;
@@ -709,6 +715,8 @@ public:
// and in the order requested.
std::vector vInventoryBlockToSend GUARDED_BY(cs_inventory);
CCriticalSection cs_inventory;
+ std::set setAskFor;
+ std::multimap mapAskFor;
int64_t nNextInvSend{0};
// Used for headers announcements - unfiltered blocks to relay
std::vector vBlockHashesToAnnounce GUARDED_BY(cs_inventory);
@@ -739,6 +747,8 @@ public:
CAmount lastSentFeeFilter{0};
int64_t nextSendTimeFeeFilter{0};
+ std::set orphan_work_set;
+
CNode(NodeId id, ServiceFlags nLocalServicesIn, int nMyStartingHeightIn, SOCKET hSocketIn, const CAddress &addrIn, uint64_t nKeyedNetGroupIn, uint64_t nLocalHostNonceIn, const CAddress &addrBindIn, const std::string &addrNameIn = "", bool fInboundIn = false);
~CNode();
CNode(const CNode&) = delete;
@@ -855,6 +865,8 @@ public:
vBlockHashesToAnnounce.push_back(hash);
}
+ void AskFor(const CInv& inv);
+
void CloseSocketDisconnect();
void copyStats(CNodeStats &stats);
diff --git a/src/net_processing.cpp b/src/net_processing.cpp
index 18dd2f010c..d524d626c3 100644
--- a/src/net_processing.cpp
+++ b/src/net_processing.cpp
@@ -64,21 +64,6 @@ static constexpr int STALE_RELAY_AGE_LIMIT = 30 * 24 * 60 * 60;
/// Age after which a block is considered historical for purposes of rate
/// limiting block relay. Set to one week, denominated in seconds.
static constexpr int HISTORICAL_BLOCK_AGE = 7 * 24 * 60 * 60;
-/** Maximum number of in-flight transactions from a peer */
-static constexpr int32_t MAX_PEER_TX_IN_FLIGHT = 100;
-/** Maximum number of announced transactions from a peer */
-static constexpr int32_t MAX_PEER_TX_ANNOUNCEMENTS = 2 * MAX_INV_SZ;
-/** How many microseconds to delay requesting transactions from inbound peers */
-static constexpr int64_t INBOUND_PEER_TX_DELAY = 2 * 1000000;
-/** How long to wait (in microseconds) before downloading a transaction from an additional peer */
-static constexpr int64_t GETDATA_TX_INTERVAL = 60 * 1000000;
-/** Maximum delay (in microseconds) for transaction requests to avoid biasing some peers over others. */
-static constexpr int64_t MAX_GETDATA_RANDOM_DELAY = 2 * 1000000;
-static_assert(INBOUND_PEER_TX_DELAY >= MAX_GETDATA_RANDOM_DELAY,
-"To preserve security, MAX_GETDATA_RANDOM_DELAY should not exceed INBOUND_PEER_DELAY");
-/** Limit to avoid sending big packets. Not used in processing incoming GETDATA for compatibility */
-static const unsigned int MAX_GETDATA_SZ = 1000;
-
struct COrphanTx {
// When modifying, adapt the copy of this definition in tests/DoS_tests.
@@ -292,66 +277,6 @@ struct CNodeState {
//! Time of last new block announcement
int64_t m_last_block_announcement;
- /*
- * State associated with transaction download.
- *
- * Tx download algorithm:
- *
- * When inv comes in, queue up (process_time, txid) inside the peer's
- * CNodeState (m_tx_process_time) as long as m_tx_announced for the peer
- * isn't too big (MAX_PEER_TX_ANNOUNCEMENTS).
- *
- * The process_time for a transaction is set to nNow for outbound peers,
- * nNow + 2 seconds for inbound peers. This is the time at which we'll
- * consider trying to request the transaction from the peer in
- * SendMessages(). The delay for inbound peers is to allow outbound peers
- * a chance to announce before we request from inbound peers, to prevent
- * an adversary from using inbound connections to blind us to a
- * transaction (InvBlock).
- *
- * When we call SendMessages() for a given peer,
- * we will loop over the transactions in m_tx_process_time, looking
- * at the transactions whose process_time <= nNow. We'll request each
- * such transaction that we don't have already and that hasn't been
- * requested from another peer recently, up until we hit the
- * MAX_PEER_TX_IN_FLIGHT limit for the peer. Then we'll update
- * g_already_asked_for for each requested txid, storing the time of the
- * GETDATA request. We use g_already_asked_for to coordinate transaction
- * requests amongst our peers.
- *
- * For transactions that we still need but we have already recently
- * requested from some other peer, we'll reinsert (process_time, txid)
- * back into the peer's m_tx_process_time at the point in the future at
- * which the most recent GETDATA request would time out (ie
- * GETDATA_TX_INTERVAL + the request time stored in g_already_asked_for).
- * We add an additional delay for inbound peers, again to prefer
- * attempting download from outbound peers first.
- * We also add an extra small random delay up to 2 seconds
- * to avoid biasing some peers over others. (e.g., due to fixed ordering
- * of peer processing in ThreadMessageHandler).
- *
- * When we receive a transaction from a peer, we remove the txid from the
- * peer's m_tx_in_flight set and from their recently announced set
- * (m_tx_announced). We also clear g_already_asked_for for that entry, so
- * that if somehow the transaction is not accepted but also not added to
- * the reject filter, then we will eventually redownload from other
- * peers.
- */
- struct TxDownloadState {
- /* Track when to attempt download of announced transactions (process
- * time in micros -> txid)
- */
- std::multimap m_tx_process_time;
-
- //! Store all the transactions a peer has recently announced
- std::set m_tx_announced;
-
- //! Store transactions which were requested by us
- std::set m_tx_in_flight;
- };
-
- TxDownloadState m_tx_download;
-
CNodeState(CAddress addrIn, std::string addrNameIn) : address(addrIn), name(addrNameIn) {
fCurrentlyConnected = false;
nMisbehavior = 0;
@@ -379,9 +304,6 @@ struct CNodeState {
}
};
-// Keeps track of the time (in microseconds) when transactions were requested last time
-limitedmap g_already_asked_for GUARDED_BY(cs_main)(MAX_INV_SZ);
-
/** Map maintaining per-node state. */
static std::map mapNodeState GUARDED_BY(cs_main);
@@ -672,58 +594,6 @@ static void FindNextBlocksToDownload(NodeId nodeid, unsigned int count, std::vec
}
}
-void EraseTxRequest(const uint256& txid) EXCLUSIVE_LOCKS_REQUIRED(cs_main)
-{
- g_already_asked_for.erase(txid);
-}
-
-int64_t GetTxRequestTime(const uint256& txid) EXCLUSIVE_LOCKS_REQUIRED(cs_main)
-{
- auto it = g_already_asked_for.find(txid);
- if (it != g_already_asked_for.end()) {
- return it->second;
- }
- return 0;
-}
-
-void UpdateTxRequestTime(const uint256& txid, int64_t request_time) EXCLUSIVE_LOCKS_REQUIRED(cs_main)
-{
- auto it = g_already_asked_for.find(txid);
- if (it == g_already_asked_for.end()) {
- g_already_asked_for.insert(std::make_pair(txid, request_time));
- } else {
- g_already_asked_for.update(it, request_time);
- }
-}
-
-
-void RequestTx(CNodeState* state, const uint256& txid, int64_t nNow) EXCLUSIVE_LOCKS_REQUIRED(cs_main)
-{
- CNodeState::TxDownloadState& peer_download_state = state->m_tx_download;
- if (peer_download_state.m_tx_announced.size() >= MAX_PEER_TX_ANNOUNCEMENTS || peer_download_state.m_tx_announced.count(txid)) {
- // Too many queued announcements from this peer, or we already have
- // this announcement
- return;
- }
- peer_download_state.m_tx_announced.insert(txid);
-
- int64_t process_time;
- int64_t last_request_time = GetTxRequestTime(txid);
- // First time requesting this tx
- if (last_request_time == 0) {
- process_time = nNow;
- } else {
- // Randomize the delay to avoid biasing some peers over others (such as due to
- // fixed ordering of peer processing in ThreadMessageHandler)
- process_time = last_request_time + GETDATA_TX_INTERVAL + GetRand(MAX_GETDATA_RANDOM_DELAY);
- }
-
- // We delay processing announcements from non-preferred (eg inbound) peers
- if (!state->fPreferredDownload) process_time += INBOUND_PEER_TX_DELAY;
-
- peer_download_state.m_tx_process_time.emplace(process_time, txid);
-}
-
} // namespace
// This function is used for testing the stale tip eviction logic, see
@@ -1713,6 +1583,67 @@ bool static ProcessHeadersMessage(CNode *pfrom, CConnman *connman, const std::ve
return true;
}
+void static ProcessOrphanTx(CConnman* connman, std::set& orphan_work_set, std::list& removed_txn) EXCLUSIVE_LOCKS_REQUIRED(cs_main, g_cs_orphans)
+{
+ AssertLockHeld(cs_main);
+ AssertLockHeld(g_cs_orphans);
+ std::set setMisbehaving;
+ bool done = false;
+ while (!done && !orphan_work_set.empty()) {
+ const uint256 orphanHash = *orphan_work_set.begin();
+ orphan_work_set.erase(orphan_work_set.begin());
+
+ auto orphan_it = mapOrphanTransactions.find(orphanHash);
+ if (orphan_it == mapOrphanTransactions.end()) continue;
+
+ const CTransactionRef porphanTx = orphan_it->second.tx;
+ const CTransaction& orphanTx = *porphanTx;
+ NodeId fromPeer = orphan_it->second.fromPeer;
+ bool fMissingInputs2 = false;
+ // Use a dummy CValidationState so someone can't setup nodes to counter-DoS based on orphan
+ // resolution (that is, feeding people an invalid transaction based on LegitTxX in order to get
+ // anyone relaying LegitTxX banned)
+ CValidationState stateDummy;
+
+ if (setMisbehaving.count(fromPeer)) continue;
+ if (AcceptToMemoryPool(mempool, stateDummy, porphanTx, &fMissingInputs2, &removed_txn, false /* bypass_limits */, 0 /* nAbsurdFee */)) {
+ LogPrint(BCLog::MEMPOOL, " accepted orphan tx %s\n", orphanHash.ToString());
+ RelayTransaction(orphanTx, connman);
+ for (unsigned int i = 0; i < orphanTx.vout.size(); i++) {
+ auto it_by_prev = mapOrphanTransactionsByPrev.find(COutPoint(orphanHash, i));
+ if (it_by_prev != mapOrphanTransactionsByPrev.end()) {
+ for (const auto& elem : it_by_prev->second) {
+ orphan_work_set.insert(elem->first);
+ }
+ }
+ }
+ EraseOrphanTx(orphanHash);
+ done = true;
+ } else if (!fMissingInputs2) {
+ int nDos = 0;
+ if (stateDummy.IsInvalid(nDos) && nDos > 0) {
+ // Punish peer that gave us an invalid orphan tx
+ Misbehaving(fromPeer, nDos);
+ setMisbehaving.insert(fromPeer);
+ LogPrint(BCLog::MEMPOOL, " invalid orphan tx %s\n", orphanHash.ToString());
+ }
+ // Has inputs but not accepted to mempool
+ // Probably non-standard or insufficient fee
+ LogPrint(BCLog::MEMPOOL, " removed orphan tx %s\n", orphanHash.ToString());
+ if (!orphanTx.HasWitness() && !stateDummy.CorruptionPossible()) {
+ // Do not use rejection cache for witness transactions or
+ // witness-stripped transactions, as they can have been malleated.
+ // See https://github.com/bitcoin/bitcoin/issues/8279 for details.
+ assert(recentRejects);
+ recentRejects->insert(orphanHash);
+ }
+ EraseOrphanTx(orphanHash);
+ done = true;
+ }
+ mempool.check(pcoinsTip.get());
+ }
+}
+
bool static ProcessMessage(CNode* pfrom, const std::string& strCommand, CDataStream& vRecv, int64_t nTimeReceived, const CChainParams& chainparams, CConnman* connman, const std::atomic& interruptMsgProc, bool enable_bip61)
{
LogPrint(BCLog::NET, "received: %s (%u bytes) peer=%d\n", SanitizeString(strCommand), vRecv.size(), pfrom->GetId());
@@ -2022,6 +1953,7 @@ bool static ProcessMessage(CNode* pfrom, const std::string& strCommand, CDataStr
if (addr.nTime <= 100000000 || addr.nTime > nNow + 10 * 60)
addr.nTime = nNow - 5 * 24 * 60 * 60;
pfrom->AddAddressKnown(addr);
+ if (g_banman->IsBanned(addr)) continue; // Do not process banned addresses beyond remembering we received them
bool fReachable = IsReachable(addr);
if (addr.nTime > nSince && !pfrom->fGetAddr && vAddr.size() <= 10 && addr.IsRoutable())
{
@@ -2088,7 +2020,6 @@ bool static ProcessMessage(CNode* pfrom, const std::string& strCommand, CDataStr
LOCK(cs_main);
uint32_t nFetchFlags = GetFetchFlags(pfrom);
- int64_t nNow = GetTimeMicros();
for (CInv &inv : vInv)
{
@@ -2120,7 +2051,7 @@ bool static ProcessMessage(CNode* pfrom, const std::string& strCommand, CDataStr
if (fBlocksOnly) {
LogPrint(BCLog::NET, "transaction (%s) inv sent in violation of protocol peer=%d\n", inv.hash.ToString(), pfrom->GetId());
} else if (!fAlreadyHave && !fImporting && !fReindex && !IsInitialBlockDownload()) {
- RequestTx(State(pfrom->GetId()), inv.hash, nNow);
+ pfrom->AskFor(inv);
}
}
}
@@ -2341,8 +2272,6 @@ bool static ProcessMessage(CNode* pfrom, const std::string& strCommand, CDataStr
return true;
}
- std::deque vWorkQueue;
- std::vector vEraseQueue;
CTransactionRef ptx;
vRecv >> ptx;
const CTransaction& tx = *ptx;
@@ -2355,10 +2284,8 @@ bool static ProcessMessage(CNode* pfrom, const std::string& strCommand, CDataStr
bool fMissingInputs = false;
CValidationState state;
- CNodeState* nodestate = State(pfrom->GetId());
- nodestate->m_tx_download.m_tx_announced.erase(inv.hash);
- nodestate->m_tx_download.m_tx_in_flight.erase(inv.hash);
- EraseTxRequest(inv.hash);
+ pfrom->setAskFor.erase(inv.hash);
+ mapAlreadyAskedFor.erase(inv.hash);
std::list lRemovedTxn;
@@ -2367,7 +2294,12 @@ bool static ProcessMessage(CNode* pfrom, const std::string& strCommand, CDataStr
mempool.check(pcoinsTip.get());
RelayTransaction(tx, connman);
for (unsigned int i = 0; i < tx.vout.size(); i++) {
- vWorkQueue.emplace_back(inv.hash, i);
+ auto it_by_prev = mapOrphanTransactionsByPrev.find(COutPoint(inv.hash, i));
+ if (it_by_prev != mapOrphanTransactionsByPrev.end()) {
+ for (const auto& elem : it_by_prev->second) {
+ pfrom->orphan_work_set.insert(elem->first);
+ }
+ }
}
pfrom->nLastTXTime = GetTime();
@@ -2378,65 +2310,7 @@ bool static ProcessMessage(CNode* pfrom, const std::string& strCommand, CDataStr
mempool.size(), mempool.DynamicMemoryUsage() / 1000);
// Recursively process any orphan transactions that depended on this one
- std::set setMisbehaving;
- while (!vWorkQueue.empty()) {
- auto itByPrev = mapOrphanTransactionsByPrev.find(vWorkQueue.front());
- vWorkQueue.pop_front();
- if (itByPrev == mapOrphanTransactionsByPrev.end())
- continue;
- for (auto mi = itByPrev->second.begin();
- mi != itByPrev->second.end();
- ++mi)
- {
- const CTransactionRef& porphanTx = (*mi)->second.tx;
- const CTransaction& orphanTx = *porphanTx;
- const uint256& orphanHash = orphanTx.GetHash();
- NodeId fromPeer = (*mi)->second.fromPeer;
- bool fMissingInputs2 = false;
- // Use a dummy CValidationState so someone can't setup nodes to counter-DoS based on orphan
- // resolution (that is, feeding people an invalid transaction based on LegitTxX in order to get
- // anyone relaying LegitTxX banned)
- CValidationState stateDummy;
-
-
- if (setMisbehaving.count(fromPeer))
- continue;
- if (AcceptToMemoryPool(mempool, stateDummy, porphanTx, &fMissingInputs2, &lRemovedTxn, false /* bypass_limits */, 0 /* nAbsurdFee */)) {
- LogPrint(BCLog::MEMPOOL, " accepted orphan tx %s\n", orphanHash.ToString());
- RelayTransaction(orphanTx, connman);
- for (unsigned int i = 0; i < orphanTx.vout.size(); i++) {
- vWorkQueue.emplace_back(orphanHash, i);
- }
- vEraseQueue.push_back(orphanHash);
- }
- else if (!fMissingInputs2)
- {
- int nDos = 0;
- if (stateDummy.IsInvalid(nDos) && nDos > 0)
- {
- // Punish peer that gave us an invalid orphan tx
- Misbehaving(fromPeer, nDos);
- setMisbehaving.insert(fromPeer);
- LogPrint(BCLog::MEMPOOL, " invalid orphan tx %s\n", orphanHash.ToString());
- }
- // Has inputs but not accepted to mempool
- // Probably non-standard or insufficient fee
- LogPrint(BCLog::MEMPOOL, " removed orphan tx %s\n", orphanHash.ToString());
- vEraseQueue.push_back(orphanHash);
- if (!orphanTx.HasWitness() && !stateDummy.CorruptionPossible()) {
- // Do not use rejection cache for witness transactions or
- // witness-stripped transactions, as they can have been malleated.
- // See https://github.com/bitcoin/bitcoin/issues/8279 for details.
- assert(recentRejects);
- recentRejects->insert(orphanHash);
- }
- }
- mempool.check(pcoinsTip.get());
- }
- }
-
- for (const uint256& hash : vEraseQueue)
- EraseOrphanTx(hash);
+ ProcessOrphanTx(connman, pfrom->orphan_work_set, lRemovedTxn);
}
else if (fMissingInputs)
{
@@ -2449,12 +2323,10 @@ bool static ProcessMessage(CNode* pfrom, const std::string& strCommand, CDataStr
}
if (!fRejectedParents) {
uint32_t nFetchFlags = GetFetchFlags(pfrom);
- int64_t nNow = GetTimeMicros();
-
for (const CTxIn& txin : tx.vin) {
CInv _inv(MSG_TX | nFetchFlags, txin.prevout.hash);
pfrom->AddInventoryKnown(_inv);
- if (!AlreadyHave(_inv)) RequestTx(State(pfrom->GetId()), _inv.hash, nNow);
+ if (!AlreadyHave(_inv)) pfrom->AskFor(_inv);
}
AddOrphanTx(ptx, pfrom->GetId());
@@ -2912,8 +2784,11 @@ bool static ProcessMessage(CNode* pfrom, const std::string& strCommand, CDataStr
pfrom->vAddrToSend.clear();
std::vector vAddr = connman->GetAddresses();
FastRandomContext insecure_rand;
- for (const CAddress &addr : vAddr)
- pfrom->PushAddress(addr, insecure_rand);
+ for (const CAddress &addr : vAddr) {
+ if (!g_banman->IsBanned(addr)) {
+ pfrom->PushAddress(addr, insecure_rand);
+ }
+ }
return true;
}
@@ -3141,11 +3016,21 @@ bool PeerLogicValidation::ProcessMessages(CNode* pfrom, std::atomic& inter
if (!pfrom->vRecvGetData.empty())
ProcessGetData(pfrom, chainparams, connman, interruptMsgProc);
+ if (!pfrom->orphan_work_set.empty()) {
+ std::list removed_txn;
+ LOCK2(cs_main, g_cs_orphans);
+ ProcessOrphanTx(connman, pfrom->orphan_work_set, removed_txn);
+ for (const CTransactionRef& removedTx : removed_txn) {
+ AddToCompactExtraTransactions(removedTx);
+ }
+ }
+
if (pfrom->fDisconnect)
return false;
// this maintains the order of responses
if (!pfrom->vRecvGetData.empty()) return true;
+ if (!pfrom->orphan_work_set.empty()) return true;
// Don't bother if send buffer is too full to respond anyway
if (pfrom->fPauseSend)
@@ -3879,39 +3764,24 @@ bool PeerLogicValidation::SendMessages(CNode* pto)
//
// Message: getdata (non-blocks)
//
- auto& tx_process_time = state.m_tx_download.m_tx_process_time;
- while (!tx_process_time.empty() && tx_process_time.begin()->first <= nNow && state.m_tx_download.m_tx_in_flight.size() < MAX_PEER_TX_IN_FLIGHT) {
- const uint256& txid = tx_process_time.begin()->second;
- CInv inv(MSG_TX | GetFetchFlags(pto), txid);
- if (!AlreadyHave(inv)) {
- // If this transaction was last requested more than 1 minute ago,
- // then request.
- int64_t last_request_time = GetTxRequestTime(inv.hash);
- if (last_request_time <= nNow - GETDATA_TX_INTERVAL) {
- LogPrint(BCLog::NET, "Requesting %s peer=%d\n", inv.ToString(), pto->GetId());
- vGetData.push_back(inv);
- if (vGetData.size() >= MAX_GETDATA_SZ) {
- connman->PushMessage(pto, msgMaker.Make(NetMsgType::GETDATA, vGetData));
- vGetData.clear();
- }
- UpdateTxRequestTime(inv.hash, nNow);
- state.m_tx_download.m_tx_in_flight.insert(inv.hash);
- } else {
- // This transaction is in flight from someone else; queue
- // up processing to happen after the download times out
- // (with a slight delay for inbound peers, to prefer
- // requests to outbound peers).
- RequestTx(&state, txid, nNow);
+ while (!pto->mapAskFor.empty() && (*pto->mapAskFor.begin()).first <= nNow)
+ {
+ const CInv& inv = (*pto->mapAskFor.begin()).second;
+ if (!AlreadyHave(inv))
+ {
+ LogPrint(BCLog::NET, "Requesting %s peer=%d\n", inv.ToString(), pto->GetId());
+ vGetData.push_back(inv);
+ if (vGetData.size() >= 1000)
+ {
+ connman->PushMessage(pto, msgMaker.Make(NetMsgType::GETDATA, vGetData));
+ vGetData.clear();
}
} else {
- // We have already seen this transaction, no need to download.
- state.m_tx_download.m_tx_announced.erase(inv.hash);
- state.m_tx_download.m_tx_in_flight.erase(inv.hash);
+ //If we're not going to ask, don't expect a response.
+ pto->setAskFor.erase(inv.hash);
}
- tx_process_time.erase(tx_process_time.begin());
+ pto->mapAskFor.erase(pto->mapAskFor.begin());
}
-
-
if (!vGetData.empty())
connman->PushMessage(pto, msgMaker.Make(NetMsgType::GETDATA, vGetData));
diff --git a/src/net_processing.h b/src/net_processing.h
index 39c22d7118..4189debe4c 100644
--- a/src/net_processing.h
+++ b/src/net_processing.h
@@ -18,7 +18,7 @@ static const unsigned int DEFAULT_MAX_ORPHAN_TRANSACTIONS = 100;
/** Default number of orphan+recently-replaced txn to keep around for block reconstruction */
static const unsigned int DEFAULT_BLOCK_RECONSTRUCTION_EXTRA_TXN = 100;
/** Default for BIP61 (sending reject messages) */
-static constexpr bool DEFAULT_ENABLE_BIP61{false};
+static constexpr bool DEFAULT_ENABLE_BIP61{true};
class PeerLogicValidation final : public CValidationInterface, public NetEventsInterface {
private:
diff --git a/src/qt/bitcoingui.cpp b/src/qt/bitcoingui.cpp
index 494f9dc820..5a1e8a08e8 100644
--- a/src/qt/bitcoingui.cpp
+++ b/src/qt/bitcoingui.cpp
@@ -396,6 +396,8 @@ void BitcoinGUI::createActions()
connect(activity, &OpenWalletActivity::opened, this, &BitcoinGUI::setCurrentWallet);
connect(activity, &OpenWalletActivity::finished, activity, &QObject::deleteLater);
connect(activity, &OpenWalletActivity::finished, dialog, &QObject::deleteLater);
+ bool invoked = QMetaObject::invokeMethod(activity, "open");
+ assert(invoked);
});
}
});
diff --git a/src/qt/bitcoinstrings.cpp b/src/qt/bitcoinstrings.cpp
index dc997e96cc..6b0e92d93f 100644
--- a/src/qt/bitcoinstrings.cpp
+++ b/src/qt/bitcoinstrings.cpp
@@ -15,8 +15,8 @@ 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. Private keys are disabled for this "
-"wallet."),
+"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", ""
@@ -88,9 +88,6 @@ 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: Unknown block versions being mined! It's possible unknown rules are "
-"in effect"),
-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."),
@@ -179,6 +176,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Transaction too large for fee policy"),
QT_TRANSLATE_NOOP("bitcoin-core", "Transaction too large"),
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to bind to %s on this computer (bind returned error %s)"),
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to bind to %s on this computer. %s is probably already running."),
+QT_TRANSLATE_NOOP("bitcoin-core", "Unable to create the PID file '%s': %s"),
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to generate initial keys"),
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to generate keys"),
QT_TRANSLATE_NOOP("bitcoin-core", "Unable to start HTTP server. See debug log for details."),
diff --git a/src/qt/locale/bitcoin_af.ts b/src/qt/locale/bitcoin_af.ts
index b7953329db..e64138d864 100644
--- a/src/qt/locale/bitcoin_af.ts
+++ b/src/qt/locale/bitcoin_af.ts
@@ -245,10 +245,6 @@
&Overview
&Oorsig
-
- Node
- Node
-
Show general overview of wallet
Vertoon 'n algemene oorsig van die beursie
@@ -305,14 +301,6 @@
&Change Passphrase...
&Verander Wagwoord
-
- &Sending addresses...
- &Versending adresse...
-
-
- &Receiving addresses...
- &Ontvanger adresse
-
Open &URI...
Oop & URI...
@@ -361,10 +349,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Beursie
-
&Send
&Stuur
@@ -465,6 +449,10 @@
Up to date
Op datum
+
+ &Window
+ &Venster
+
%1 client
%1 kliënt
@@ -833,11 +821,7 @@
Hide
Versteek
-
- Unknown. Syncing Headers (%1)...
- Onbekend. Besig Met Sinchroniseer Van Hoofde (%1)...
-
-
+
OpenURIDialog
@@ -883,18 +867,10 @@
Size of &database cache
Grootte van &databasis kas
-
- MB
- MG
-
Number of script &verification threads
Aantal skrip &verifikasie drade
-
- Active command-line options that override above options:
- Aktiewe opdrag lyn opsies wat die boonste opsies ignoreer:
-
Open the %1 configuration file from the working directory.
Maak die %1 konfigurasie lêer oop van die werk gids.
@@ -1547,7 +1523,7 @@
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.
Die verstekfooi kan veroorsaak dat 'n transaksie gestuur word wat
-etlike ure of dae (of nooit) sal neem om te bevestig. Oorweeg om
+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.
@@ -1566,13 +1542,6 @@ etlike ure of dae (of nooit) sal neem om te bevestig. Oorweeg om
Hide
Versteek
-
- Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.
- Om die minimumfooi te betaal is in die haak, mits daar minder transaksievolume
-as ruimte in die blok is. Wees bewus dat de gevolg kan wees dat 'n transaksie nooit
-bevestig nie indien daar meer aanvraag vir bitcoin transaksies is as wat die netwerk kan
-verwerk.
-
Recommended:
Aanbeveel:
@@ -1607,7 +1576,7 @@ verwerk.
Enable Replace-By-Fee
- Bemontlik vervang-deur-fooi
+ Bemoontlik vervang-deur-fooi
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.
@@ -1617,11 +1586,11 @@ transaksievertragingsrisiko.
Clear &All
- Maak skoon &Alles
+ Vee &Alles skoon
Balance:
- Balans:
+ Saldo:
Confirm the send action
@@ -1727,10 +1696,6 @@ transaksievertragingsrisiko.
Payment request expired.
Betalings versoek verstryk.
-
- Pay only the required fee of %1
- Betaal slegs die verlangde fooi van %1
-
Warning: Invalid Bitcoin address
Waarskuwing: Ongeldige Bitcoinadres
@@ -1758,7 +1723,7 @@ Is u seker?
Choose previously used address
- Kies voorhen gebruikte adres
+ Kies voorheen gebruikte adres
This is a normal payment.
@@ -1783,7 +1748,7 @@ Is u seker?
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.
De fooi word afgetrek van die gestuurde bedrag.
-Die ontvanger sal minder ontvang as wat u in die
+Die ontvanger sal minder ontvang as wat u in die
bedrag opgee. As daar meer as een ontvanger is,
word die fooi eweredig verdeel.
@@ -1805,7 +1770,8 @@ word die fooi eweredig verdeel.
This is an authenticated payment request.
- Hierdie is 'n gemagtigde uitbetalingsversoek
+ Hierdie is 'n gemagtigde uitbetalingsversoek
+
Pay To:
@@ -1830,7 +1796,7 @@ word die fooi eweredig verdeel.
Choose previously used address
- Kies voorhen gebruikte adres
+ Kies voorheen gebruikte adres
Alt+A
@@ -1846,7 +1812,7 @@ word die fooi eweredig verdeel.
Clear &All
- Maak skoon &Alles
+ Vee &Alles skoon
&Verify Message
@@ -2042,6 +2008,9 @@ word die fooi eweredig verdeel.
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
@@ -2170,4 +2139,4 @@ word die fooi eweredig verdeel.
Fout
-
+
\ No newline at end of file
diff --git a/src/qt/locale/bitcoin_af_ZA.ts b/src/qt/locale/bitcoin_af_ZA.ts
index 4f31d4cd62..58f04df00b 100644
--- a/src/qt/locale/bitcoin_af_ZA.ts
+++ b/src/qt/locale/bitcoin_af_ZA.ts
@@ -183,10 +183,6 @@
Wallet encrypted
Beursie enkriptasie voltooi
-
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- %1 gaan nou toe maak om die enkripsie proses klaar te maak. Onthou dat jou bitcoins nie ten volle beskerm kan word deur die beursie te enkrip teen "malware" wat jou rekenaar besmet.
-
IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.
BELANGRIK: 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.
@@ -249,10 +245,6 @@
&Overview
&Oorsig
-
- Node
- Node
-
Show general overview of wallet
Wys algemene oorsig van die beursie
@@ -309,14 +301,6 @@
&Change Passphrase...
Verander wagwoord frase...
-
- &Sending addresses...
- Uitstuur adresse...
-
-
- &Receiving addresses...
- &Ontvang adresse...
-
Open &URI...
Maak &URI oop...
@@ -369,10 +353,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Beursie
-
&Send
&Stuur
@@ -455,7 +435,7 @@
Transactions after this will not yet be visible.
- Opvolgende transaksies sal nog nie sigbaar wees nie.
+ Transaksies hierna sal nog nie sigbaar wees nie.
Error
@@ -477,6 +457,10 @@
Show the %1 help message to get a list with possible Bitcoin command-line options
Wys die %1 hulpboodskap om 'n lys met moontlike Bitcoin bevel-lyn opsies te verkry
+
+ &Window
+ &Venster
+
%1 client
%1 klient
@@ -521,7 +505,7 @@
Sent transaction
- Gestuurde transaksie
+ Transaksie gestuur
Incoming transaction
@@ -1410,6 +1394,9 @@
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
diff --git a/src/qt/locale/bitcoin_am.ts b/src/qt/locale/bitcoin_am.ts
index 46942066e2..1dcc09a135 100644
--- a/src/qt/locale/bitcoin_am.ts
+++ b/src/qt/locale/bitcoin_am.ts
@@ -179,10 +179,6 @@
Wallet encrypted
ቦርሳዎ ምስጢር ተደርጓል
-
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- %1 የማመስጠር ሂደቱን ለመጨረስ አሁን ይዘጋል:: ያስታውሱ፣ ኮምፒተርዎ በተንኮል አዘል ሶፍትዌር ከተበከለ ቦርሳዎን ማመስጠር ቢትኮይኖቾን ሙሉበሙሉ እንዳይሰረቁ ሊከላከል አይችልም::
-
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.
አስፈላጊ: ከ ቦርሳ ፋይልዎ ያከናወኗቸው ቀደም ያሉ ምትኬዎች በአዲስ በተፈጠረ የማመስጠሪያ ፋይል ውስጥ መተካት አለባቸው. ለደህንነት ሲባል, አዲሱን የተመሰጠ የቦርሳ ፋይል መጠቀም ሲጀመሩ ወዲያውኑ ቀደም ሲል ያልተመሰጠሩ የቦርሳ ፋይል ቅጂዎች ዋጋ ቢስ ይሆናሉ::
@@ -245,10 +241,6 @@
&Overview
&አጠቃላይ እይታ
-
- Node
- እትር
-
Show general overview of wallet
የቦርሳ አጠቃላይ እይታ ኣሳይ
@@ -428,6 +420,9 @@
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
diff --git a/src/qt/locale/bitcoin_ar.ts b/src/qt/locale/bitcoin_ar.ts
index d9abd93a34..9b8671170e 100644
--- a/src/qt/locale/bitcoin_ar.ts
+++ b/src/qt/locale/bitcoin_ar.ts
@@ -187,10 +187,6 @@
Wallet encrypted
محفظة مشفرة
-
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- سيتم إغلاق %1 الآن لإنهاء عملية التشفير. تذكر أن تشفير محفظتك لا يمكن أن يحمي البتكوين الخاص بك بالكامل من السرقة عبر البرامج الضارة التي بامكانها أن تصيب جهاز الكمبيوتر الخاص بك.
-
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.
هام: أي نسخة إحتياطية سابقة قمت بها لمحفظتك يجب استبدالها بأخرى حديثة، مشفرة. لأسباب أمنية، النسخ الاحتياطية السابقة لملفات المحفظة الغير مشفرة تصبح عديمة الفائدة مع بداية استخدام المحفظة المشفرة الجديدة.
@@ -253,10 +249,6 @@
&Overview
&نظرة عامة
-
- Node
- جهاز
-
Show general overview of wallet
إظهار نظرة عامة على المحفظة
@@ -313,18 +305,14 @@
&Change Passphrase...
&تغيير كلمة المرور
-
- &Sending addresses...
- &عناوين الإرسال...
-
-
- &Receiving addresses...
- &عناوين الاستقبال...
-
Open &URI...
افتح &URI...
+
+ Wallet:
+ محفظة:
+
Click to disable network activity.
اضغط لإلغاء تفعيل الشبكه
@@ -373,10 +361,6 @@
Bitcoin
بتكوين
-
- Wallet
- محفظة
-
&Send
&ارسل
@@ -477,10 +461,38 @@
Up to date
محدث
+
+ &Sending addresses
+ &عناوين الإرسال
+
+
+ &Receiving addresses
+ &عناوين الإستقبال
+
Show the %1 help message to get a list with possible Bitcoin command-line options
بين اشارة المساعدة %1 للحصول على قائمة من خيارات اوامر البت كوين المحتملة
+
+ &Window
+ نافذه
+
+
+ Minimize
+ تصغير
+
+
+ Zoom
+ تكبير
+
+
+ Restore
+ إرجاع
+
+
+ Main Window
+ النافذة الرئيسية
+
%1 client
الزبون %1
@@ -895,11 +907,7 @@
Hide
إخفاء
-
- Unknown. Syncing Headers (%1)...
- غير معروف. مزامنة الرؤوس (%1) ...
-
-
+
OpenURIDialog
@@ -945,10 +953,6 @@
Size of &database cache
حجم ذاكرة التخزين المؤقت لقاعدة البيانات
-
- MB
- م ب
-
Number of script &verification threads
عدد مؤشرات التحقق من البرنامج النصي
@@ -973,10 +977,6 @@
Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu.
التصغير بدلاً من الخروج من التطبيق عند إغلاق النافذة. عند تفعيل هذا الخيار، سيتم إغلاق التطبيق فقط بعد اختيار الخروج من القائمة.
-
- Active command-line options that override above options:
- خيارات سطر الأوامر النشطة التي تتجاوز الخيارات أعلاه:
-
Open the %1 configuration file from the working directory.
فتح ملف الإعدادات %1 من الدليل العامل.
@@ -1974,14 +1974,6 @@
Hide
إخفاء
-
- Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.
- إن دفع الحد الأدنى فقط من الرسوم يجوز طالما أن حجم المعاملات أقل من المساحة الموجودة في الكتل. ولكن كن على علم بأن هذا يمكن أن ينتهي في معاملة غير مؤكدة أبداً عندما يكون هناك طلب أكبر على معاملات البتكوين مما تستطيع الشبكة معالجته.
-
-
- (read the tooltip)
- (اقرأ تلميح الأدوات)
-
Recommended:
موصى به:
@@ -2134,10 +2126,6 @@
Payment request expired.
انتهاء صلاحية طلب الدفع.
-
- Pay only the required fee of %1
- دفع فقط الرسوم المطلوبة ل %1
-
Warning: Invalid Bitcoin address
تحذير: عنوان بتكوين غير صالح
@@ -2824,6 +2812,9 @@
الوحدة لإظهار المبالغ فيها. انقر لتحديد وحدة أخرى.
+
+ WalletController
+
WalletFrame
@@ -2873,7 +2864,7 @@
Could not commit transaction
لا يمكن تنفيذ المعاملة
-
+
WalletView
@@ -2956,10 +2947,6 @@
Do you want to rebuild the block database now?
هل تريد إعادة بناء قاعدة بيانات الكتل الآن؟
-
- Error creating %s: You can't create non-HD wallets with this version.
- خطأ في إنشاء %s: لا يمكنك إنشاء محافظ بلا خاصية الهرمية الحتمية non-HD باستخدام هذا الإصدار.
-
Error loading %s
خطأ في تحميل %s
@@ -3044,10 +3031,6 @@
Unable to generate keys
غير قادر على توليد مفاتيح.
-
- Unsupported argument -tor found, use -onion.
- تم العثور على وسيطة غير مدعومة -tor ، استخدم -onion.
-
Upgrading UTXO database
ترقية قاعدة بيانات UTXO
@@ -3068,10 +3051,6 @@
You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain
تحتاج إلى إعادة إنشاء قاعدة البيانات باستخدام -reindex للعودة إلى الوضعية الغير مجردة. هذا سوف يعيد تحميل سلسلة الكتل بأكملها
-
- Error loading %s: You can't disable HD on an already existing HD wallet
- خطأ أثناء تحميل %s: لا يمكنك تعطيل خاصية الهرمية الحتمية HD في محفظة مفعلة بخاصية الهرمية الحتمية HD مسبقاً
-
Error reading from database, shutting down.
خطأ في القراءة من قاعدة البيانات ، والتوقف.
@@ -3128,10 +3107,6 @@
Zapping all transactions from wallet...
إزالة جميع المعاملات من المحفظة...
-
- Error loading %s: You can't enable HD on an already existing non-HD wallet
- خطأ أثناء تحميل %s: لا يمكنك تفعيل خاصية الهرمية الحتمية HD في محفظة لا تملك خاصية الهرمية الحتمية non-HD مسبقاً
-
Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup.
تحذير: ملف المحفظة فاسد ، تم انقاذ البيانات! تم حفظ %s الأصلي ك %s في %s؛ إذا كان رصيدك أو كانت معاملاتك غير صحيحة، فيجب عليك الإستعادة من نسخة احتياطية.
diff --git a/src/qt/locale/bitcoin_be_BY.ts b/src/qt/locale/bitcoin_be_BY.ts
index ab80936a59..5bbb567a20 100644
--- a/src/qt/locale/bitcoin_be_BY.ts
+++ b/src/qt/locale/bitcoin_be_BY.ts
@@ -237,10 +237,6 @@
&Overview
Агляд
-
- Node
- Вузел
-
Show general overview of wallet
Паказвае агульныя звесткі аб гаманцы
@@ -285,14 +281,6 @@
&Change Passphrase...
&Change Passphrase...
-
- &Sending addresses...
- Адрасы дасылання...
-
-
- &Receiving addresses...
- Адрасы прымання...
-
Open &URI...
Адчыниць &URI...
@@ -329,10 +317,6 @@
Bitcoin
Біткойн
-
- Wallet
- Гаманец
-
&Send
Даслаць
@@ -687,10 +671,6 @@
Options
Опцыі
-
- MB
- Мб
-
W&allet
Гаманец
@@ -1202,6 +1182,9 @@
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
diff --git a/src/qt/locale/bitcoin_bg.ts b/src/qt/locale/bitcoin_bg.ts
index edf75d3bcb..1f09f00539 100644
--- a/src/qt/locale/bitcoin_bg.ts
+++ b/src/qt/locale/bitcoin_bg.ts
@@ -249,10 +249,6 @@
&Overview
&Баланс
-
- Node
- Сървър
-
Show general overview of wallet
Обобщена информация за портфейла
@@ -309,14 +305,6 @@
&Change Passphrase...
&Смяна на паролата...
-
- &Sending addresses...
- &Изпращане на адресите...
-
-
- &Receiving addresses...
- &Получаване на адресите...
-
Open &URI...
Отвори &URI...
@@ -325,10 +313,6 @@
Wallet:
Портфейл
-
- default wallet
- Портфейл по подразбиране
-
Click to disable network activity.
Натиснете за деактивиране на мрежата
@@ -377,10 +361,6 @@
Bitcoin
Биткоин
-
- Wallet
- Портфейл
-
&Send
&Изпращане
@@ -485,6 +465,18 @@
Show the %1 help message to get a list with possible Bitcoin command-line options
Покажи %1 помощно съобщение за да получиш лист с възможни Биткойн команди
+
+ default wallet
+ Портфейл по подразбиране
+
+
+ &Window
+ &Прозорец
+
+
+ Minimize
+ Минимизирай
+
%1 client
%1 клиент
@@ -867,10 +859,6 @@
Size of &database cache
Размер на кеша в &базата данни
-
- MB
- Мегабайта
-
Number of script &verification threads
Брой на скриптове и &нишки за потвърждение
@@ -1384,10 +1372,6 @@
Clear console
Изчисти конзолата
-
- default wallet
- Портфейл по подразбиране
-
via %1
посредством %1
@@ -2286,6 +2270,9 @@
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
@@ -2299,7 +2286,11 @@
Send Coins
Изпращане
-
+
+ default wallet
+ Портфейл по подразбиране
+
+
WalletView
diff --git a/src/qt/locale/bitcoin_bg_BG.ts b/src/qt/locale/bitcoin_bg_BG.ts
index 2bf9d4ff7f..41f4c5cb29 100644
--- a/src/qt/locale/bitcoin_bg_BG.ts
+++ b/src/qt/locale/bitcoin_bg_BG.ts
@@ -201,10 +201,6 @@
&Overview
Преглед
-
- Node
- Възел
-
Show general overview of wallet
Покажи общ преглед на портфейла
@@ -261,14 +257,6 @@
&Change Passphrase...
Промени паролата...
-
- &Sending addresses...
- Адреси за пращане...
-
-
- &Receiving addresses...
- Адреси за получаване...
-
Open &URI...
Отвори URI
@@ -277,10 +265,6 @@
Reindexing blocks on disk...
Повторно индексиране на блоковете на диска...
-
- Wallet
- портфейл
-
&Send
&изпращам
@@ -874,6 +858,9 @@
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
diff --git a/src/qt/locale/bitcoin_ca.ts b/src/qt/locale/bitcoin_ca.ts
index ba918349f1..76e6202075 100644
--- a/src/qt/locale/bitcoin_ca.ts
+++ b/src/qt/locale/bitcoin_ca.ts
@@ -187,10 +187,6 @@
Wallet encrypted
Moneder encriptat
-
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- Ara es tancarà el %1 per finalitzar el procés d'encriptació. Recordeu que encriptar el vostre moneder no garanteix que les vostres bitcoins no puguin ser robades per programari maliciós que infecti l'ordinador.
-
IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.
IMPORTANT: Tota copia de seguretat que hàgiu realitzat hauria de ser reemplaçada pel, recentment generat, fitxer encriptat del moneder. Per motius de seguretat, les còpies de seguretat anteriors del fitxer de moneder no encriptat esdevindran inusables tan aviat com començar a utilitzar el nou moneder encriptat.
@@ -253,10 +249,6 @@
&Overview
&Panorama general
-
- Node
- Node
-
Show general overview of wallet
Mostra el panorama general del moneder
@@ -313,14 +305,6 @@
&Change Passphrase...
&Canvia la contrasenya...
-
- &Sending addresses...
- Adreces d'e&nviament...
-
-
- &Receiving addresses...
- Adreces de &recepció...
-
Open &URI...
Obre un &URI...
@@ -329,10 +313,6 @@
Wallet:
Moneder:
-
- default wallet
- moneder per defecte
-
Click to disable network activity.
Feu clic per inhabilitar l'activitat de la xarxa.
@@ -385,10 +365,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Moneder
-
&Send
&Envia
@@ -453,10 +429,6 @@
&Command-line options
Opcions de la &línia d'ordres
-
- %n active connection(s) to Bitcoin network
- %n connexió activa a la xarxa Bitcoin%n connexions actives a la xarxa Bitcoin
-
Indexing blocks on disk...
S'estan indexant els blocs al disc...
@@ -465,10 +437,6 @@
Processing blocks on disk...
S'estan processant els blocs al disc...
-
- Processed %n block(s) of transaction history.
- Processat %n bloc de l'històric de transaccions.Processats %n blocs de l'històric de transaccions.
-
%1 behind
%1 darrere
@@ -501,6 +469,18 @@
Show the %1 help message to get a list with possible Bitcoin command-line options
Mostra el missatge d'ajuda del %1 per obtenir una llista amb les possibles opcions de línia d'ordres de Bitcoin
+
+ default wallet
+ moneder per defecte
+
+
+ &Window
+ &Finestra
+
+
+ Minimize
+ Minimitza
+
%1 client
Client de %1
@@ -888,15 +868,7 @@
Error
Error
-
- %n GB of free space available
- %n GB d'espai lliure disponible%n GB d'espai lliure disponibles
-
-
- (of %n GB needed)
- (de %n GB necessari)(de %n GB necessaris)
-
-
+
ModalOverlay
@@ -943,11 +915,7 @@
Hide
Amaga
-
- Unknown. Syncing Headers (%1)...
- Desconegut. Sincronització de les capçaleres (%1)...
-
-
+
OpenURIDialog
@@ -993,10 +961,6 @@
Size of &database cache
Mida de la memòria cau de la base de &dades
-
- MB
- MB
-
Number of script &verification threads
Nombre de fils de &verificació d'scripts
@@ -1029,10 +993,6 @@
Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.
URL de terceres parts (p. ex. explorador de blocs) que apareix en la pestanya de transaccions com elements del menú contextual. %s en l'URL es reemplaçat pel resum de la transacció. Diferents URL estan separades per una barra vertical |.
-
- Active command-line options that override above options:
- Opcions de línies d'ordre active que sobreescriuen les opcions de dalt:
-
Open the %1 configuration file from the working directory.
Obriu el fitxer de configuració %1 des del directori de treball.
@@ -1481,34 +1441,10 @@
%1 ms
%1 ms
-
- %n second(s)
- %n segon%n segons
-
-
- %n minute(s)
- %n minut%n minuts
-
-
- %n hour(s)
- %n hora%n hores
-
-
- %n day(s)
- %n dia%n dies
-
-
- %n week(s)
- %n setmana%n setmanes
-
%1 and %2
%1 i %2
-
- %n year(s)
- %n any%n anys
-
%1 B
%1 B
@@ -1814,10 +1750,6 @@
&Unban
Desbandeja per
-
- default wallet
- moneder per defecte
-
Welcome to the %1 RPC console.
Benvingut a la consola RPC de %1.
@@ -2150,14 +2082,6 @@ Nota: Com que la comissió es calcula en funció dels bytes, una comissió de "1
Hide
Amaga
-
- Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.
- No hi ha cap problema en pagar només la comissió mínima sempre que hi hagi menys volum de transacció que espai en els blocs. Però tingueu present que això pot acabar en una transacció que mai es confirmi una vegada hi hagi més demanda de transaccions de bitcoins que la xarxa pugui processar.
-
-
- (read the tooltip)
- (llegiu l'indicador de funció)
-
Recommended:
Recomanada:
@@ -2306,10 +2230,6 @@ Nota: Com que la comissió es calcula en funció dels bytes, una comissió de "1
Payment request expired.
La sol·licitud de pagament ha vençut.
-
- Pay only the required fee of %1
- Paga només la comissió necessària de %1
-
Warning: Invalid Bitcoin address
Avís: adreça Bitcoin no vàlida
@@ -3016,6 +2936,9 @@ Nota: Com que la comissió es calcula en funció dels bytes, una comissió de "1
Unitat en què mostrar els imports. Feu clic per seleccionar una altra unitat.
+
+ WalletController
+
WalletFrame
@@ -3065,6 +2988,10 @@ Nota: Com que la comissió es calcula en funció dels bytes, una comissió de "1
Could not commit transaction
No s'ha pogut confirmar la transacció
+
+ default wallet
+ moneder per defecte
+
WalletView
@@ -3315,18 +3242,6 @@ Nota: Com que la comissió es calcula en funció dels bytes, una comissió de "1
Unable to bind to %s on this computer. %s is probably already running.
No es pot enllaçar a %s en aquest ordinador. %s probablement ja s'estigui executant.
-
- Unsupported argument -benchmark ignored, use -debug=bench.
- S'ha ignorat l'argument no admès -benchmark , feu servir -debug=bench.
-
-
- Unsupported argument -debugnet ignored, use -debug=net.
- S'ha ignorat l'argument no admès -debugnet, feu servir -debug=net.
-
-
- Unsupported argument -tor found, use -onion.
- S'ha trobat un argument -tor no acceptat. Feu servir -onion.
-
Unsupported logging category %s=%s.
Categoria de registre no admesa %s=%s.
@@ -3363,10 +3278,6 @@ Nota: Com que la comissió es calcula en funció dels bytes, una comissió de "1
You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain
Cal que torneu a construir la base de dades fent servir -reindex per tornar al mode no podat. Això tornarà a baixar la cadena de blocs sencera
-
- Error loading %s: You can't disable HD on an already existing HD wallet
- S'ha produït un error en carregar %s: no es pot desactivar HD en un moneder HD ja existent
-
Error reading from database, shutting down.
Error en llegir la base de dades, tancant.
@@ -3451,10 +3362,6 @@ Nota: Com que la comissió es calcula en funció dels bytes, una comissió de "1
-maxtxfee is set very high! Fees this large could be paid on a single transaction.
-maxtxfee especificat molt alt! Comissions tan grans podrien pagar-se en una única transacció.
-
- Error loading %s: You can't enable HD on an already existing non-HD wallet
- S'ha produït un error en carregar %s: no es pot activar HD en un moneder existent que no sigui HD
-
This is the transaction fee you may pay when fee estimates are not available.
Aquesta és la tarifa de transacció que podeu pagar quan les estimacions de tarifes no estan disponibles.
@@ -3467,18 +3374,6 @@ Nota: Com que la comissió es calcula en funció dels bytes, una comissió de "1
Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments.
La longitud total de la cadena de la versió de xarxa (%i) supera la longitud màxima (%i). Redueix el nombre o la mida de uacomments.
-
- Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported.
- S'ha trobat l'argument -socks no compatible. L'establiment de la versió SOCKS ja no és possible, només es permeten els servidors proxy SOCKS5.
-
-
- Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay.
- S'ha ignorat l'argument no acceptat -whitelistalways, utilitza -whitelistrelay i/o -whitelistforcerelay.
-
-
- Warning: Unknown block versions being mined! It's possible unknown rules are in effect
- Advertència: s'està minant versions de blocs desconegudes. És possible que s'estiguin aplicant regles desconegudes
-
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.
Advertència: el moender està malmès, les dades es recuperen! Original %s guardat com a %s en %s; si el vostre saldo o transaccions són incorrectes, haureu de restaurar des d'una còpia de seguretat.
diff --git a/src/qt/locale/bitcoin_ca@valencia.ts b/src/qt/locale/bitcoin_ca@valencia.ts
index a80149abef..bda7556af1 100644
--- a/src/qt/locale/bitcoin_ca@valencia.ts
+++ b/src/qt/locale/bitcoin_ca@valencia.ts
@@ -237,10 +237,6 @@
&Overview
&Panorama general
-
- Node
- Node
-
Show general overview of wallet
Mostra el panorama general del moneder
@@ -285,14 +281,6 @@
&Change Passphrase...
&Canvia la contrasenya...
-
- &Sending addresses...
- Adreces d'e&nviament...
-
-
- &Receiving addresses...
- Adreces de &recepció
-
Open &URI...
Obri un &URI...
@@ -329,10 +317,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Moneder
-
&Send
&Envia
@@ -425,6 +409,10 @@
Up to date
Al dia
+
+ &Window
+ &Finestra
+
Catching up...
S'està posant al dia ...
@@ -791,10 +779,6 @@
Size of &database cache
Mida de la memòria cau de la base de &dades
-
- MB
- MB
-
Number of script &verification threads
Nombre de fils de &verificació d'scripts
@@ -811,10 +795,6 @@
Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.
URL de terceres parts (p. ex. explorador de blocs) que apareix en la pestanya de transaccions com elements del menú contextual. %s en l'URL es reemplaçat pel resum de la transacció. Diferents URL estan separades per una barra vertical |.
-
- Active command-line options that override above options:
- Opcions de línies d'orde active que sobreescriuen les opcions de dalt:
-
Reset all client options to default.
Reestableix totes les opcions del client.
@@ -1632,14 +1612,6 @@
Hide
Amaga
-
- Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.
- No hi ha cap problema en pagar només la comissió mínima sempre que hi haja menys volum de transacció que espai en els blocs. Però tingueu present que això pot acabar en una transacció que mai es confirme una vegada hi haja més demanda de transaccions de bitcoins que la xarxa puga processar.
-
-
- (read the tooltip)
- (llegiu l'indicador de funció)
-
Recommended:
Recomanada:
@@ -2406,6 +2378,9 @@
Unitat en què mostrar els imports. Feu clic per seleccionar una altra unitat.
+
+ WalletController
+
WalletFrame
diff --git a/src/qt/locale/bitcoin_ca_ES.ts b/src/qt/locale/bitcoin_ca_ES.ts
index 0b8054bd23..f396f12b44 100644
--- a/src/qt/locale/bitcoin_ca_ES.ts
+++ b/src/qt/locale/bitcoin_ca_ES.ts
@@ -183,10 +183,6 @@
Wallet encrypted
Moneder encriptat
-
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- Ara es tancarà el %1 per finalitzar el procés d'encriptació. Recordeu que encriptar el vostre moneder no garanteix que les vostres bitcoins no puguin ser robades per programari maliciós que infecti l'ordinador.
-
IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.
IMPORTANT: Tota copia de seguretat que hàgiu realitzat hauria de ser reemplaçada pel, recentment generat, fitxer encriptat del moneder. Per motius de seguretat, les còpies de seguretat anteriors del fitxer de moneder no encriptat esdevindran inusables tan aviat com començar a utilitzar el nou moneder encriptat.
@@ -249,10 +245,6 @@
&Overview
&Panorama general
-
- Node
- Node
-
Show general overview of wallet
Mostra el panorama general del moneder
@@ -309,14 +301,6 @@
&Change Passphrase...
&Canvia la contrasenya...
-
- &Sending addresses...
- Adreces d'e&nviament...
-
-
- &Receiving addresses...
- Adreces de &recepció...
-
Open &URI...
Obre un &URI...
@@ -369,10 +353,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Moneder
-
&Send
&Envia
@@ -477,6 +457,14 @@
Show the %1 help message to get a list with possible Bitcoin command-line options
Mostra el missatge d'ajuda del %1 per obtenir una llista amb les possibles opcions de línia d'ordres de Bitcoin
+
+ &Window
+ &Finestra
+
+
+ Minimize
+ Minimitza
+
%1 client
Client de %1
@@ -861,11 +849,7 @@
Hide
Amaga
-
- Unknown. Syncing Headers (%1)...
- Desconegut. Sincronització de les capçaleres (%1)...
-
-
+
OpenURIDialog
@@ -911,10 +895,6 @@
Size of &database cache
Mida de la memòria cau de la base de &dades
-
- MB
- MB
-
Number of script &verification threads
Nombre de fils de &verificació d'scripts
@@ -931,10 +911,6 @@
Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.
URL de terceres parts (p. ex. explorador de blocs) que apareix en la pestanya de transaccions com elements del menú contextual. %s en l'URL es reemplaçat pel resum de la transacció. Diferents URL estan separades per una barra vertical |.
-
- Active command-line options that override above options:
- Opcions de línies d'ordre active que sobreescriuen les opcions de dalt:
-
Open Configuration File
Obre el fitxer de configuració
@@ -1864,14 +1840,6 @@
Hide
Amaga
-
- Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.
- No hi ha cap problema en pagar només la comissió mínima sempre que hi hagi menys volum de transacció que espai en els blocs. Però tingueu present que això pot acabar en una transacció que mai es confirmi una vegada hi hagi més demanda de transaccions de bitcoins que la xarxa pugui processar.
-
-
- (read the tooltip)
- (llegiu l'indicador de funció)
-
Recommended:
Recomanada:
@@ -2000,10 +1968,6 @@
Payment request expired.
La sol·licitud de pagament ha vençut.
-
- Pay only the required fee of %1
- Paga només la comissió necessària de %1
-
Warning: Invalid Bitcoin address
Avís: adreça Bitcoin no vàlida
@@ -2666,6 +2630,9 @@
Unitat en què mostrar els imports. Feu clic per seleccionar una altra unitat.
+
+ WalletController
+
WalletFrame
diff --git a/src/qt/locale/bitcoin_cs.ts b/src/qt/locale/bitcoin_cs.ts
index abe13e6386..bdfa389632 100644
--- a/src/qt/locale/bitcoin_cs.ts
+++ b/src/qt/locale/bitcoin_cs.ts
@@ -188,8 +188,8 @@
Peněženka je zašifrována
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- %1 se teď ukončí, aby dokončil zašifrování. Pamatuj však, že pouhé zašifrování peněženky nemůže zabránit krádeži tvých bitcoinů malwarem, kterým se může počítač nakazit.
+ Your wallet is now encrypted. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
+ Vaše peněženka je nyní zašifrovaná. Pamatujte, že zašifrování peněženky nemůže plně ochránit vaše bitcoiny před krádeží, pokud by byl váš počítač napadem malwarem.
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.
@@ -253,10 +253,6 @@
&Overview
&Přehled
-
- Node
- Uzel
-
Show general overview of wallet
Zobraz celkový přehled peněženky
@@ -313,14 +309,6 @@
&Change Passphrase...
Změň &heslo...
-
- &Sending addresses...
- Od&esílací adresy...
-
-
- &Receiving addresses...
- Př&ijímací adresy...
-
Open &URI...
Načíst &URI...
@@ -329,10 +317,6 @@
Wallet:
Peněženka:
-
- default wallet
- výchozí peněženka
-
Click to disable network activity.
Kliknutím zařízneš spojení se sítí.
@@ -385,10 +369,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Peněženka
-
&Send
P&ošli
@@ -497,10 +477,66 @@
Up to date
Aktuální
+
+ &Sending addresses
+ Odesílací adresy
+
+
+ &Receiving addresses
+ Přijímací adresy
+
+
+ Open Wallet
+ Otevřít peněženku
+
+
+ Open a wallet
+ Otevřít peněženku
+
+
+ Close Wallet...
+ Zavřít peněženku
+
+
+ Close wallet
+ Zavřít peněženku
+
Show the %1 help message to get a list with possible Bitcoin command-line options
Seznam argumentů Bitcoinu pro příkazovou řádku získáš v nápovědě %1
+
+ default wallet
+ výchozí peněženka
+
+
+ Opening Wallet <b>%1</b>...
+ Otevírám peněženku <b>%1</b>
+
+
+ Open Wallet Failed
+ Otevírání peněženky selhalo
+
+
+ &Window
+ O&kno
+
+
+ Minimize
+ Skryj
+
+
+ Zoom
+ Přiblížit
+
+
+ Restore
+ Obnovit
+
+
+ Main Window
+ Hlavní okno
+
%1 client
%1 klient
@@ -565,6 +601,10 @@
HD key generation is <b>disabled</b>
HD generování klíčů je <b>vypnuté</b>
+
+ Private key <b>disabled</b>
+ Privátní klíč <b>disabled</b>
+
Wallet is <b>encrypted</b> and currently <b>unlocked</b>
Peněženka je <b>zašifrovaná</b> a momentálně <b>odemčená</b>
@@ -842,7 +882,7 @@
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.
- Jakmile stiskneš OK, %1 začne stahovat a zpracovávat celá %4ová bločenka (%2 GB), počínaje nejstaršími transakcemi z roku %3, kdy byl %4 spuštěn.
+ 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.
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.
@@ -850,7 +890,7 @@
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.
- Pokud jsi omezil úložný prostor pro bločenku (tj. povolil její prořezávání), tak se historická data sice stáhnou a zpracují, ale následně zase smažou, aby nezabírala na disku místo.
+ Pokud jsi omezil úložný prostor pro blockchain (tj. povolil jeho prořezávání), tak se historická data sice stáhnou a zpracují, ale následně zase smažou, aby nezabírala na disku místo.
Use the default data directory
@@ -874,7 +914,7 @@
%1 will download and store a copy of the Bitcoin block chain.
- %1 bude stahovat kopii bločenky.
+ %1 bude stahovat kopii blockchainu.
The wallet will also be stored in this directory.
@@ -944,8 +984,8 @@
Skryj
- Unknown. Syncing Headers (%1)...
- Neznámý. Synchronizuji záhlaví bloků (%1)…
+ Unknown. Syncing Headers (%1, %2%)...
+ Neznámé. Synchronizace hlaviček (%1, %2)...
@@ -993,10 +1033,6 @@
Size of &database cache
Velikost &databázové cache
-
- MB
- MB
-
Number of script &verification threads
Počet vláken pro &verifikaci skriptů
@@ -1029,10 +1065,6 @@
Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.
URL třetích stran (např. block exploreru), která se zobrazí v kontextovém menu v záložce Transakce. %s v URL se nahradí hashem transakce. Více URL odděl svislítkem |.
-
- Active command-line options that override above options:
- Aktivní argumenty z příkazové řádky, které přetloukly tato nastavení:
-
Open the %1 configuration file from the working directory.
Otevře konfigurační soubor %1 z pracovního adresáře.
@@ -1069,6 +1101,10 @@
Reverting this setting requires re-downloading the entire blockchain.
Obnovení tohoto nastavení vyžaduje opětovné převzetí celého blockchainu.
+
+ MiB
+ MiB
+
(0 = auto, <0 = leave that many cores free)
(0 = automaticky, <0 = nechat daný počet jader volný, výchozí: 0)
@@ -1193,6 +1229,10 @@
&Third party transaction URLs
&URL třetích stran pro transakce
+
+ Options set in this dialog are overridden by the command line or in the configuration file:
+ Nastavení v tomto dialogu jsou přepsány konzolí nebo konfiguračním souborem:
+
&OK
&Budiž
@@ -1339,10 +1379,18 @@
'bitcoin://' is not a valid URI. Use 'bitcoin:' instead.
'bitcoin://' není platné URI. Místo toho použij 'bitcoin:'.
+
+ You are using a BIP70 URL which will be unsupported in the future.
+ Používáte BIP70 URL, která nebude v budoucnosti podporovaná.
+
Payment request fetch URL is invalid: %1
Zdrojová URL platebního požadavku není platná: %1
+
+ Cannot process payment request because BIP70 support was not compiled in.
+ Není možné zpracovat platební požadavek, protože podpora pro BIP70 platby nebyla přikompilována.
+
Invalid payment address %1
Neplatná platební adresa %1
@@ -1602,6 +1650,18 @@
Datadir
Adresář s daty
+
+ To specify a non-default location of the data directory use the '%1' option.
+ Pro specifikaci neklasické lokace pro data použij možnost '%1'
+
+
+ Blocksdir
+ Blocksdir
+
+
+ To specify a non-default location of the blocks directory use the '%1' option.
+ Pro specifikaci neklasické lokace pro data použij možnost '%1'
+
Startup time
Čas spuštění
@@ -1620,7 +1680,7 @@
Block chain
- Bločenka
+ Blockchain
Current number of blocks
@@ -1814,10 +1874,6 @@
&Unban
&Odblokuj
-
- default wallet
- výchozí peněženka
-
Welcome to the %1 RPC console.
Vítej v RPC konzoli %1.
@@ -2124,7 +2180,7 @@
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.
- Použití nouzového poplatku („fallbackfee“) může vyústit v transakci, které bude trvat hodiny nebo dny (případně věčnost), než bude potvrzena. Zvaž proto ruční nastavení poplatku, případně počkej, až se ti kompletně zvaliduje bločenka.
+ Použití nouzového poplatku („fallbackfee“) může vyústit v transakci, které bude trvat hodiny nebo dny (případně věčnost), než bude potvrzena. Zvaž proto ruční nastavení poplatku, případně počkej, až se ti kompletně zvaliduje blockchain.
Warning: Fee estimation is currently not possible.
@@ -2150,14 +2206,6 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
Hide
Skryj
-
- Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.
- Platit jen minimální poplatek je v pořádku, pokud je zrovna méně transakcí než místa v blocích. Ale počítej s tím, že to také může skončit transakcí, která nikdy nebude potvrzena, pokud je větší poptávka po bitcoinových transakcích, než síť zvládne zpracovat.
-
-
- (read the tooltip)
- (viz bublina)
-
Recommended:
Doporučený:
@@ -2186,6 +2234,14 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
Dust:
Prach:
+
+ 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.
+ 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.
+
+
+ A too low fee might result in a never confirming transaction (read the tooltip)
+ Příliš malý poplatek může způsobit, že transakce nebude nikdy potvrzena (přečtěte popis)
+
Confirmation time target:
Časové cílování potvrzení:
@@ -2322,10 +2378,6 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
Payment request expired.
Platební požadavek vypršel.
-
- Pay only the required fee of %1
- Zaplatit pouze vyžadovaný poplatek %1
-
Estimated to begin confirmation within %n block(s).
Potvrzování by podle odhadu mělo začít během %n bloku.Potvrzování by podle odhadu mělo začít během %n bloků.Potvrzování by podle odhadu mělo začít během %n bloků.Potvrzování by podle odhadu mělo začít během %n bloků.
@@ -2749,7 +2801,7 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
Generated coins must mature %1 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, its state will change to "not accepted" and it won't be spendable. This may occasionally happen if another node generates a block within a few seconds of yours.
- Vygenerované mince musí čekat %1 bloků, než mohou být utraceny. Když jsi vygeneroval tenhle blok, tak byl rozposlán do sítě, aby byl přidán do bločenky. Pokud se mu nepodaří dostat se do bločenky, změní se na „neakceptovaný“ a nepůjde utratit. To se občas může stát, pokud jiný uzel vygeneruje blok zhruba ve stejném okamžiku jako ty.
+ Vygenerované mince musí čekat %1 bloků, než mohou být utraceny. Když jsi vygeneroval tenhle blok, tak byl rozposlán do sítě, aby byl přidán do blockchainu. Pokud se mu nepodaří dostat se do blockchainu, změní se na „neakceptovaný“ a nepůjde utratit. To se občas může stát, pokud jiný uzel vygeneruje blok zhruba ve stejném okamžiku jako ty.
Debug information
@@ -3060,6 +3112,21 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
Jednotka pro částky. Klikni pro výběr nějaké jiné.
+
+ WalletController
+
+ Close wallet
+ Zavřít peněženku
+
+
+ Are you sure you wish to close wallet <i>%1</i>?
+ Ste si jist že chete zavřít peněženku <i>%1</i>
+
+
+ Closing the wallet for too long can result in having to resync the entire chain if pruning is enabled.
+ 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í.
+
+
WalletFrame
@@ -3109,6 +3176,10 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
Could not commit transaction
Nemohl jsem uložit transakci do peněženky
+
+ default wallet
+ výchozí peněženka
+
WalletView
@@ -3161,11 +3232,11 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node)
- Prořezávání: poslední synchronizace peněženky proběhla před už prořezanými daty. Je třeba provést -reindex (tedy v případě prořezávacího režimu stáhnout znovu celou bločenku)
+ Prořezávání: poslední synchronizace peněženky proběhla před už prořezanými daty. Je třeba provést -reindex (tedy v případě prořezávacího režimu stáhnout znovu celý blockchain)
Rescans are not possible in pruned mode. You will need to use -reindex which will download the whole blockchain again.
- V prořezávacím režimu není možné bločenku přeskenovávat. Musíš provést -reindex, což ji znovu celou stáhne.
+ V prořezávacím režimu není možné blockchain přeskenovávat. Musíš provést -reindex, což jej znovu celý stáhne.
Error: A fatal internal error occurred, see debug.log for details
@@ -3187,6 +3258,10 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
The %s developers
Vývojáři %s
+
+ Can't generate a change-address key. No keys in the internal keypool and can't generate any keys.
+ Nelze vygenerovat klíč pro změnu adresy. Nejsou žádní klíče v key-poolu a tedy nemůžeme žádné klíče vygenerovat.
+
Cannot obtain a lock on data directory %s. %s is probably already running.
Nedaří se mi získat zámek na datový adresář %s. %s pravděpodobně už jednou běží.
@@ -3199,10 +3274,6 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect.
Nastala chyba při čtení souboru %s! Všechny klíče se přečetly správně, ale data o transakcích nebo záznamy v adresáři mohou chybět či být nesprávné.
-
- Group outputs by address, selecting all or none, instead of selecting on a per-output basis. Privacy is improved as an address is only used once (unless someone sends to it after spending from it), but may result in slightly higher fees as suboptimal coin selection may result due to the added limitation (default: %u)
- Seskupení výstupů podle adresy, při výběru všech nebo žádných, namísto výběru báze za výstup. Zvýšena ochrana soukromí, protože je adresa použita pouze jednou (pokud nikdo na tuto adresu již nic po minutě nepošle). Může být spojeno s vyššími poplatky, jelikož neoptimalizovaný výběr mincí může vyústit v přidané omezení (předvolené: %u)
-
Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly.
Zkontroluj, že máš v počítači správně nastavený datum a čas! Pokud jsou nastaveny špatně, %s nebude fungovat správně.
@@ -3229,7 +3300,7 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
Unable to rewind the database to a pre-fork state. You will need to redownload the blockchain
- Nedaří se mi vrátit databázi do stavu před štěpem. Budeš muset znovu stáhnout celou bločenku
+ Nedaří se mi vrátit databázi do stavu před štěpem. Budeš muset znovu stáhnout celý blockchain
Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues.
@@ -3259,6 +3330,10 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
Change index out of range
Index drobných je mimo platný rozsah
+
+ Config setting for %s only applied on %s network when in [%s] section.
+ Nastavení pro %s je nastaveno pouze na síťi %s pokud jste v sekci [%s]
+
Copyright (C) %i-%i
Copyright (C) %i–%i
@@ -3271,10 +3346,6 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
Do you want to rebuild the block database now?
Chceš přestavět databázi bloků hned teď?
-
- Error creating %s: You can't create non-HD wallets with this version.
- Chyba při vytváření %s: v této verzi nemůžeš vytvářeš ne-HD peněženky.
-
Error initializing block database
Chyba při zakládání databáze bloků
@@ -3347,6 +3418,10 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
Specified blocks directory "%s" does not exist.
Zadaný adresář bloků "%s" neexistuje.
+
+ Unable to create the PID file '%s': %s
+ Nebylo možné vytvořit soubor PID '%s': %s
+
Upgrading txindex database
Aktualizuje se txindex databáze
@@ -3395,18 +3470,6 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
Unable to generate keys
Nepodařilo se vygenerovat klíče
-
- Unsupported argument -benchmark ignored, use -debug=bench.
- Nepodporovaný argument -benchmark se ignoruje, použij -debug=bench.
-
-
- Unsupported argument -debugnet ignored, use -debug=net.
- Nepodporovaný argument -debugnet se ignoruje, použij -debug=net.
-
-
- Unsupported argument -tor found, use -onion.
- Argument -tor již není podporovaný, použij -onion.
-
Unsupported logging category %s=%s.
Nepodporovaná logovací kategorie %s=%s.
@@ -3441,11 +3504,7 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain
- K návratu k neprořezávacímu režimu je potřeba přestavět databázi použitím -reindex. Také se znovu stáhne celá bločenka
-
-
- Error loading %s: You can't disable HD on an already existing HD wallet
- Chyba při načítání %s: nemůžeš vypnout HD u existující HD peněženky
+ K návratu k neprořezávacímu režimu je potřeba přestavět databázi použitím -reindex. Také se znovu stáhne celý blockchain
Error reading from database, shutting down.
@@ -3453,7 +3512,11 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
Error upgrading chainstate database
- Chyba při aktualizaci stavové databáze bločenky
+ Chyba při aktualizaci stavové databáze blockchainu
+
+
+ Error: Disk space is low for %s
+ Chyba: Málo místa na disku pro %s
Information
@@ -3483,6 +3546,10 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
Reducing -maxconnections from %d to %d, because of system limitations.
Omezuji -maxconnections z %d na %d kvůli systémovým omezením.
+
+ Section [%s] is not recognized.
+ Sekce [%s] nebyla rozpoznána.
+
Signing transaction failed
Nepodařilo se podepsat transakci
@@ -3499,6 +3566,12 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
Specified -walletdir "%s" is not a directory
Uvedená -walletdir "%s" není složkou
+
+ The specified config file %s does not exist
+
+ Uvedený konfigurační soubor %s neexistuje
+
+
The transaction amount is too small to pay the fee
Částka v transakci je příliš malá na pokrytí poplatku
@@ -3551,10 +3624,6 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
-maxtxfee is set very high! Fees this large could be paid on a single transaction.
-maxtxfee je nastaveno velmi vysoko! Takto vysoký poplatek může být zaplacen v jednotlivé transakci.
-
- Error loading %s: You can't enable HD on an already existing non-HD wallet
- Chyba při načítání %s: nemůžeš zapnout HD u existující ne-HD peněženky
-
This is the transaction fee you may pay when fee estimates are not available.
Toto je transakční poplatek, který se platí, pokud náhodou není k dispozici odhad poplatků.
@@ -3567,18 +3636,6 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments.
Celková délka síťového identifikačního řetězce (%i) překročila svůj horní limit (%i). Omez počet nebo velikost voleb uacomment.
-
- Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported.
- Byl použit nepodporovaný argument -socks. Nastavení verze SOCKS už není možné, podporovány jsou pouze SOCKS5 proxy.
-
-
- Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay.
- Nepodporovaný argument -whitelistalwaysrelay se ignoruje, použij -whitelistrelay a/nebo -whitelistforcerelay.
-
-
- Warning: Unknown block versions being mined! It's possible unknown rules are in effect
- Upozornění: Síť těží neznámé verze bloků! Je možné, že jsou v platnosti neznámá pravidla
-
Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup.
Upozornění: soubor s peněženkou je poškozený, data jsou však zachráněna! Původní soubor %s je uložený jako %s v %s. Pokud nejsou stav tvého účtu nebo transakce v pořádku, zřejmě bys měl obnovit zálohu.
@@ -3631,10 +3688,6 @@ Poznámka: Jelikož je poplatek počítaný za bajt, poplatek o hodnotě "100 sa
Insufficient funds
Nedostatek prostředků
-
- Can't generate a change-address key. Private keys are disabled for this wallet.
- Není možné vygenerovat klíč na změnu adresy. Soukromé klíče jsou pro tuto peněženku zakázané.
-
Cannot upgrade a non HD split wallet without upgrading to support pre split keypool. Please use -upgradewallet=169900 or -upgradewallet with no version specified.
Není možné vylepšit peněženku bez HD bez aktualizace, která podporuje dělení keypoolu. Použijte prosím -upgradewallet=169900 nebo -upgradewallet bez specifikované verze.
diff --git a/src/qt/locale/bitcoin_cy.ts b/src/qt/locale/bitcoin_cy.ts
index ecc21332e3..bb17bc147e 100644
--- a/src/qt/locale/bitcoin_cy.ts
+++ b/src/qt/locale/bitcoin_cy.ts
@@ -175,10 +175,6 @@
Wallet encrypted
Waled Wedi Amgryptio
-
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- Bydd %1 nawr yn gorffen y broses amgryptio. Cofiwch nad ydy amgryptio eich waled yn llawn amddiffyn eich bitcoins rhag cael eu dwyn gan afiechyd yn heintio eich cyfrifiadur.
-
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.
PWYSIG: Mi ddylai unrhyw back ups blaenorol rydych wedi ei wneud o ffeil eich waled gael ei ddiweddaru efo'r ffeil amgryptiedig newydd ei chreu. Am resymau diogelwch, bydd back ups blaenorol o ffeil y walet heb amgryptio yn ddiwerth mor fuan ac yr ydych yn dechrau defnyddio'r waled amgryptiedig newydd.
@@ -241,10 +237,6 @@
&Overview
&Trosolwg
-
- Node
- Nod
-
Show general overview of wallet
Dangos trosolwg cyffredinol y waled
@@ -301,14 +293,6 @@
&Change Passphrase...
&Newid cyfrinymadrodd...
-
- &Sending addresses...
- &Cyfeiriadau anfon...
-
-
- &Receiving addresses...
- &Cyfeiriadau derbyn...
-
Open &URI...
Agor &URI...
@@ -357,10 +341,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Waled
-
&Send
&Anfon
@@ -461,6 +441,10 @@
Up to date
Cyfamserol
+
+ &Window
+ &Ffenestr
+
Connecting to peers...
Cysylltu efo cyfoedion...
@@ -1006,6 +990,9 @@
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
diff --git a/src/qt/locale/bitcoin_da.ts b/src/qt/locale/bitcoin_da.ts
index 49125eaa6a..d7935532d8 100644
--- a/src/qt/locale/bitcoin_da.ts
+++ b/src/qt/locale/bitcoin_da.ts
@@ -188,8 +188,8 @@
Tegnebog krypteret
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- %1 vil nu lukke for at færdiggøre krypteringsprocessen. Husk at kryptering af din tegnebog kan ikke beskytte dine bitcoin fuldt ud mod at blive stjålet af eventuel malware, der måtte have inficeret din computer.
+ Your wallet is now encrypted. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
+ Din tegnebog er nu krypteret. Husk at kryptering af din tegnebog ikke kan fuldt ud beskytte dine bitcoins imod tyveri fra malware der inficerer din computer.
IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.
@@ -253,10 +253,6 @@
&Overview
&Oversigt
-
- Node
- Knude
-
Show general overview of wallet
Vis generel oversigt over tegnebog
@@ -313,14 +309,6 @@
&Change Passphrase...
&Skift adgangskode…
-
- &Sending addresses...
- &Afsendelsesadresser…
-
-
- &Receiving addresses...
- &Modtagelsesadresser…
-
Open &URI...
&Åbn URI…
@@ -329,10 +317,6 @@
Wallet:
Tegnebog:
-
- default wallet
- Standard tegnebog
-
Click to disable network activity.
Klik for at deaktivere netværksaktivitet.
@@ -385,10 +369,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Tegnebog
-
&Send
&Send
@@ -497,10 +477,42 @@
Up to date
Opdateret
+
+ &Sending addresses
+ &Afsenderadresser
+
+
+ &Receiving addresses
+ &Modtageradresser
+
Show the %1 help message to get a list with possible Bitcoin command-line options
Vis %1 hjælpebesked for at få en liste over mulige tilvalg for Bitcoin kommandolinje
+
+ default wallet
+ Standard tegnebog
+
+
+ &Window
+ &Vindue
+
+
+ Minimize
+ Minimér
+
+
+ Zoom
+ Zoom
+
+
+ Restore
+ Gendan
+
+
+ Main Window
+ Hoved Vindue
+
%1 client
%1-klient
@@ -565,6 +577,10 @@
HD key generation is <b>disabled</b>
Generering af HD-nøgler er <b>deaktiveret</b>
+
+ Private key <b>disabled</b>
+ Private nøgle <b>deaktiveret</b>
+
Wallet is <b>encrypted</b> and currently <b>unlocked</b>
Tegnebog er <b>krypteret</b> og i øjeblikket <b>ulåst</b>
@@ -943,11 +959,7 @@
Hide
Skjul
-
- Unknown. Syncing Headers (%1)...
- Ukendt. Synkroniserer hoveder (%1)…
-
-
+
OpenURIDialog
@@ -993,10 +1005,6 @@
Size of &database cache
Størrelsen på &databasens cache
-
- MB
- MB
-
Number of script &verification threads
Antallet af script&verificeringstråde
@@ -1029,10 +1037,6 @@
Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.
Tredjeparts-URL'er (fx et blokhåndteringsværktøj), der vises i transaktionsfanen som genvejsmenupunkter. %s i URL'en erstattes med transaktionens hash. Flere URL'er separeres med en lodret streg |.
-
- Active command-line options that override above options:
- Aktuelle tilvalg for kommandolinjen, der tilsidesætter ovenstående tilvalg:
-
Open the %1 configuration file from the working directory.
Åbn konfigurationsfilen for %1 fra arbejdsmappen.
@@ -1069,6 +1073,10 @@
Reverting this setting requires re-downloading the entire blockchain.
Tilbagevending af denne indstilling kræver afhentning af hele blokkæden igen.
+
+ MiB
+ MiB
+
(0 = auto, <0 = leave that many cores free)
(0 = auto, <0 = efterlad så mange kerner fri)
@@ -1193,6 +1201,10 @@
&Third party transaction URLs
&Tredjeparts-transaktions-URL'er
+
+ Options set in this dialog are overridden by the command line or in the configuration file:
+ Valgmuligheder sat i denne dialog er overskrevet af kommandolinjen eller i konfigurationsfilen:
+
&OK
&Ok
@@ -1339,10 +1351,18 @@
'bitcoin://' is not a valid URI. Use 'bitcoin:' instead.
'bitcoin://' er ikke et gyldigt URI. Brug 'bitcoin:' istedet.
+
+ You are using a BIP70 URL which will be unsupported in the future.
+ Du anvender et BIP70 URL hvilket ikke vil være understøttet i fremtiden.
+
Payment request fetch URL is invalid: %1
Hentnings-URL for betalingsanmodning er ugyldig: %1
+
+ Cannot process payment request because BIP70 support was not compiled in.
+ Kan ikke behandle betalingsanmodningen, da BIP70-understøttelse ikke er medtaget under programkodeoversættelsen.
+
Invalid payment address %1
Ugyldig betalingsadresse %1
@@ -1602,6 +1622,18 @@
Datadir
Datamappe
+
+ To specify a non-default location of the data directory use the '%1' option.
+ For at angive en alternativ placering af mappen med data, skal du bruge tilvalget ‘%1’.
+
+
+ Blocksdir
+ Blokmappe
+
+
+ To specify a non-default location of the blocks directory use the '%1' option.
+ For at angive en alternativ placering af mappen med blokke, skal du bruge tilvalget ‘%1’.
+
Startup time
Opstartstidspunkt
@@ -1814,10 +1846,6 @@
&Unban
&Fjern bandlysning
-
- default wallet
- Standard tegnebog
-
Welcome to the %1 RPC console.
Velkommen til %1s RPC-konsol.
@@ -2150,14 +2178,6 @@ Note: Siden gebyret er kalkuleret på en per-byte basis, et gebyr på "100 satos
Hide
Skjul
-
- Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.
- Det er helt fint kun at betale det minimale gebyr, så længe den totale transaktionsvolumen er mindre end den plads, der er tilgængelig i blokkene. Men vær opmærksom på, at dette kan ende ud i transaktioner, der aldrig bliver bekræftet, når der bliver større forespørgsel efter bitcoin-transaktioner, end hvad netværket kan bearbejde.
-
-
- (read the tooltip)
- (læs værktøjstippet)
-
Recommended:
Anbefalet:
@@ -2186,6 +2206,14 @@ Note: Siden gebyret er kalkuleret på en per-byte basis, et gebyr på "100 satos
Dust:
Støv:
+
+ 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.
+ På tidspunkter, hvor der er færre transaktioner, end der er plads til i nye blokke, kan minere og videresendende knuder gennemtvinge et minimumsgebyr. Du kan vælge kun at betale dette minimumsgebyr, men vær opmærksom på, at det kan resultere i en transaktion, der aldrig bliver bekræftet, hvis mængden af nye bitcoin-transaktioner stiger til mere, end hvad netværket kan behandle ad gangen.
+
+
+ A too low fee might result in a never confirming transaction (read the tooltip)
+ Et for lavt gebyr kan resultere i en transaktion, der aldrig bekræftes (læs værktøjstippet)
+
Confirmation time target:
Mål for bekræftelsestid:
@@ -2322,10 +2350,6 @@ Note: Siden gebyret er kalkuleret på en per-byte basis, et gebyr på "100 satos
Payment request expired.
Betalingsanmodning er udløbet.
-
- Pay only the required fee of %1
- Betal kun det påkrævede gebyr på %1
-
Estimated to begin confirmation within %n block(s).
Bekræftelse estimeret til at begynde om %n blok.Bekræftelse estimeret til at begynde om %n blokke.
@@ -3060,6 +3084,9 @@ Note: Siden gebyret er kalkuleret på en per-byte basis, et gebyr på "100 satos
Enhed, som beløb vises i. Klik for at vælge en anden enhed.
+
+ WalletController
+
WalletFrame
@@ -3109,6 +3136,10 @@ Note: Siden gebyret er kalkuleret på en per-byte basis, et gebyr på "100 satos
Could not commit transaction
Kunne ikke gennemføre transaktionen
+
+ default wallet
+ Standard tegnebog
+
WalletView
@@ -3199,10 +3230,6 @@ Note: Siden gebyret er kalkuleret på en per-byte basis, et gebyr på "100 satos
Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect.
Fejl under læsning af %s! Alle nøgler blev læst korrekt, men transaktionsdata eller indgange i adressebogen kan mangle eller være ukorrekte.
-
- Group outputs by address, selecting all or none, instead of selecting on a per-output basis. Privacy is improved as an address is only used once (unless someone sends to it after spending from it), but may result in slightly higher fees as suboptimal coin selection may result due to the added limitation (default: %u)
- Gruppér output efter adresse og vælg alle eller ingen, i stedet for at vælge på per-output-basis. Højere sikring af privatliv, da en adresse kun bruges én gang (med mindre nogen sender til en adresse efter den er brugt), men kan resultere i en anelse højere gebyrer, da ikke-optimal valg af output-adresser kan forekomme på grund af den tilføjede begrænsning (standard: %u)
-
Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly.
Undersøg venligst at din computers dato og klokkeslet er korrekt indstillet! Hvis der er fejl i disse, vil %s ikke fungere korrekt.
@@ -3259,6 +3286,10 @@ Note: Siden gebyret er kalkuleret på en per-byte basis, et gebyr på "100 satos
Change index out of range
Ændr indeks uden for interval
+
+ Config setting for %s only applied on %s network when in [%s] section.
+ Opsætningen af %s bliver kun udført på %s-netværk under [%s]-sektionen.
+
Copyright (C) %i-%i
Ophavsret © %i-%i
@@ -3271,10 +3302,6 @@ Note: Siden gebyret er kalkuleret på en per-byte basis, et gebyr på "100 satos
Do you want to rebuild the block database now?
Ønsker du at genopbygge blokdatabasen nu?
-
- Error creating %s: You can't create non-HD wallets with this version.
- Fejl under oprettelse af %s: Du kan ikke oprette ikke-HD-tegnebøger med denne version.
-
Error initializing block database
Klargøring af blokdatabase mislykkedes
@@ -3395,18 +3422,6 @@ Note: Siden gebyret er kalkuleret på en per-byte basis, et gebyr på "100 satos
Unable to generate keys
U-istand til at generere nøgler
-
- Unsupported argument -benchmark ignored, use -debug=bench.
- Argument -benchmark understøttes ikke og ignoreres; brug -debug=bench.
-
-
- Unsupported argument -debugnet ignored, use -debug=net.
- Argument -debugnet understøttes ikke og ignoreres; brug -debug=net.
-
-
- Unsupported argument -tor found, use -onion.
- Argument -tor understøttes ikke; brug -onion.
-
Unsupported logging category %s=%s.
Ikke understøttet logningskategori %s=%s.
@@ -3443,10 +3458,6 @@ Note: Siden gebyret er kalkuleret på en per-byte basis, et gebyr på "100 satos
You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain
Du er nødt til at genopbygge databasen ved hjælp af -reindex for at gå tilbage til ikke-beskåret tilstand. Dette vil downloade hele blokkæden igen
-
- Error loading %s: You can't disable HD on an already existing HD wallet
- Fejl under indlæsning af %s: Du kan ikke slå HD fra på en allerede eksisterende HD-tegnebog
-
Error reading from database, shutting down.
Fejl under læsning fra database; lukker ned.
@@ -3455,6 +3466,10 @@ Note: Siden gebyret er kalkuleret på en per-byte basis, et gebyr på "100 satos
Error upgrading chainstate database
Fejl under opgradering af kædetilstandsdatabase
+
+ Error: Disk space is low for %s
+ Fejl: Disk plads er lavt for %s
+
Information
Information
@@ -3483,10 +3498,20 @@ Note: Siden gebyret er kalkuleret på en per-byte basis, et gebyr på "100 satos
Reducing -maxconnections from %d to %d, because of system limitations.
Reducerer -maxconnections fra %d til %d på grund af systembegrænsninger.
+
+ Section [%s] is not recognized.
+ Sektion [%s] er ikke genkendt.
+
Signing transaction failed
Signering af transaktion mislykkedes
+
+ The specified config file %s does not exist
+
+ Den specificerede konfigurationsfil %s eksisterer ikke.
+
+
The transaction amount is too small to pay the fee
Transaktionsbeløbet er for lille til at betale gebyret
@@ -3539,10 +3564,6 @@ Note: Siden gebyret er kalkuleret på en per-byte basis, et gebyr på "100 satos
-maxtxfee is set very high! Fees this large could be paid on a single transaction.
-maxtxfee er sat meget højt! Gebyrer så store risikeres betalt på en enkelt transaktion.
-
- Error loading %s: You can't enable HD on an already existing non-HD wallet
- Fejl under indlæsning af %s: Du kan ikke aktivere HD på en allerede eksisterende ikke-HD-tegnebog
-
This is the transaction fee you may pay when fee estimates are not available.
Dette er transaktionsgebyret, du kan betale, når gebyrestimeringer ikke er tilgængelige.
@@ -3555,18 +3576,6 @@ Note: Siden gebyret er kalkuleret på en per-byte basis, et gebyr på "100 satos
Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments.
Den totale længde på netværksversionsstrengen (%i) overstiger maksimallængden (%i). Reducér antaller af eller størrelsen på uacomments.
-
- Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported.
- Argument -socks understøttes ikke. Det er ikke længere muligt at sætte SOCKS-version; kun SOCKS5-proxier understøttes.
-
-
- Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay.
- Argument -whitelistalwaysrelay understøttes ikke og ignoreres; brug -whitelistrelay og/eller -whitelistforcerelay.
-
-
- Warning: Unknown block versions being mined! It's possible unknown rules are in effect
- Advarsel: Ukendte blokversioner bliver minet! Det er muligt, at ukendte regler er i brug
-
Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup.
Advarsel: Tegnebogsfil ødelagt, data reddet! Oprindelig %s gemt som %s i %s; hvis din saldo eller dine transaktioner er forkert, bør du genskabe fra en sikkerhedskopi.
@@ -3619,10 +3628,6 @@ Note: Siden gebyret er kalkuleret på en per-byte basis, et gebyr på "100 satos
Insufficient funds
Manglende dækning
-
- Can't generate a change-address key. Private keys are disabled for this wallet.
- Kan ikke generere en bytte-adresse nøgle. Private nøgler er deaktiveret for denne tegnebog.
-
Cannot upgrade a non HD split wallet without upgrading to support pre split keypool. Please use -upgradewallet=169900 or -upgradewallet with no version specified.
Kan ikke opgradere en ikke HD dele tegnebog uden opgradering til at støtte før split nøglepool. Venligst brug -upgradewallet=169900 eller -upgradewallet med ingen version specificeret.
diff --git a/src/qt/locale/bitcoin_de.ts b/src/qt/locale/bitcoin_de.ts
index 41a4bd8470..ee90bdea42 100644
--- a/src/qt/locale/bitcoin_de.ts
+++ b/src/qt/locale/bitcoin_de.ts
@@ -188,8 +188,8 @@
Brieftasche verschlüsselt
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- %1 wird jetzt beendet, um den Verschlüsselungsprozess abzuschließen. Bitte beachten Sie, dass die Brieftaschen-Verschlüsselung nicht vollständig vor Diebstahl Ihrer Bitcoins durch Schadprogramme schützt, die Ihren Computer befällt.
+ Your wallet is now encrypted. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
+ Ihre Brieftasche ist jetzt verschlüsselt. Denken Sie daran, dass auch eine Verschlüsselung ihre Bitcoins nicht vollkommen vor Diebstahl schützen kann, sollte ihr PC mit Malware infiziert sein.
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.
@@ -253,10 +253,6 @@
&Overview
&Übersicht
-
- Node
- Knoten
-
Show general overview of wallet
Allgemeine Wallet-Übersicht anzeigen
@@ -313,14 +309,6 @@
&Change Passphrase...
Passphrase &ändern...
-
- &Sending addresses...
- &Zahlungsadressen...
-
-
- &Receiving addresses...
- &Empfangsadressen...
-
Open &URI...
&URI öffnen...
@@ -329,10 +317,6 @@
Wallet:
Brieftasche:
-
- default wallet
- Standard Brieftasche
-
Click to disable network activity.
Klicken zum Deaktivieren der Netzwerkaktivität.
@@ -385,10 +369,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Wallet
-
&Send
&Überweisen
@@ -497,10 +477,66 @@
Up to date
Auf aktuellem Stand
+
+ &Sending addresses
+ &Versandadressen
+
+
+ &Receiving addresses
+ &Empfangsadressen
+
+
+ Open Wallet
+ Wallet öffnen
+
+
+ Open a wallet
+ Eine Wallet öffnen
+
+
+ Close Wallet...
+ Wallet schließen...
+
+
+ Close wallet
+ Wallet schließen
+
Show the %1 help message to get a list with possible Bitcoin command-line options
Zeige den "%1"-Hilfetext, um eine Liste mit möglichen Kommandozeilenoptionen zu erhalten
+
+ default wallet
+ Standard Brieftasche
+
+
+ Opening Wallet <b>%1</b>...
+ Öffne Wallet<b>%1</b> ...
+
+
+ Open Wallet Failed
+ Wallet öffnen fehlgeschlagen
+
+
+ &Window
+ &Programmfenster
+
+
+ Minimize
+ Minimieren
+
+
+ Zoom
+ Vergrößern
+
+
+ Restore
+ Wiederherstellen
+
+
+ Main Window
+ Hauptfenster
+
%1 client
%1 Client
@@ -565,6 +601,10 @@
HD key generation is <b>disabled</b>
HD Schlüssel Generierung ist <b>deaktiviert</b>
+
+ Private key <b>disabled</b>
+ Privater Schlüssel <b>deaktiviert</b>
+
Wallet is <b>encrypted</b> and currently <b>unlocked</b>
Wallet ist <b>verschlüsselt</b> und aktuell <b>entsperrt</b>
@@ -944,8 +984,8 @@
Ausblenden
- Unknown. Syncing Headers (%1)...
- Unbekannt. Synchronisiere Headers (%1)...
+ Unknown. Syncing Headers (%1, %2%)...
+ Unbekannt. Synchronisiere Headers (%1, %2%)...
@@ -993,10 +1033,6 @@
Size of &database cache
Größe des &Datenbankcaches
-
- MB
- MB
-
Number of script &verification threads
Anzahl an Skript-&Verifizierungs-Threads
@@ -1029,10 +1065,6 @@
Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.
Externe URLs (z.B. ein Block-Explorer), die im Kontextmenü des Transaktionsverlaufs eingefügt werden. In der URL wird %s durch den Transaktionshash ersetzt. Bei Angabe mehrerer URLs müssen diese durch "|" voneinander getrennt werden.
-
- Active command-line options that override above options:
- Aktive Kommandozeilenoptionen, die obige Konfiguration überschreiben:
-
Open Configuration File
Konfigurationsdatei öffnen
@@ -1065,6 +1097,10 @@
Reverting this setting requires re-downloading the entire blockchain.
Wenn diese Einstellung rückgängig gemacht wird, muss die komplette Blockkette erneut heruntergeladen werden.
+
+ MiB
+ MiB
+
(0 = auto, <0 = leave that many cores free)
(0 = automatisch, <0 = so viele Kerne frei lassen)
@@ -1189,6 +1225,10 @@
&Third party transaction URLs
&Externe Transaktions-URLs
+
+ Options set in this dialog are overridden by the command line or in the configuration file:
+ Einstellungen in diesem Dialog werden von der Kommandozeile oder in der Konfigurationsdatei überschrieben:
+
&OK
&OK
@@ -1335,10 +1375,18 @@
'bitcoin://' is not a valid URI. Use 'bitcoin:' instead.
'bitcoin://' ist kein gültiger URL. Bitte 'bitcoin:' nutzen.
+
+ You are using a BIP70 URL which will be unsupported in the future.
+ Sie verwenden eine BIP70 URL, die in Zukunft nicht mehr untersützt wird.
+
Payment request fetch URL is invalid: %1
Abruf-URL der Zahlungsanforderung ist ungültig: %1
+
+ Cannot process payment request because BIP70 support was not compiled in.
+ Zahlungsanfrage kann nicht verarbeitet werden, da die Unterstützung für BIP70 nicht mitkompiliert wurde.
+
Invalid payment address %1
Ungültige Zahlungsadresse %1
@@ -1598,6 +1646,18 @@
Datadir
Datenverzeichnis
+
+ To specify a non-default location of the data directory use the '%1' option.
+ Verwenden Sie die Option '%1' um einen anderen, nicht standardmäßigen Speicherort für das Datenverzeichnis festzulegen.
+
+
+ Blocksdir
+ Blockverzeichnis
+
+
+ To specify a non-default location of the blocks directory use the '%1' option.
+ Verwenden Sie die Option '%1' um einen anderen, nicht standardmäßigen Speicherort für das Blöckeverzeichnis festzulegen.
+
Startup time
Startzeit
@@ -1810,10 +1870,6 @@
&Unban
K¬en entsperren
-
- default wallet
- Standard Brieftasche
-
Welcome to the %1 RPC console.
Willkommen in der %1 RPC Konsole.
@@ -2146,14 +2202,6 @@ Hinweis: Eine Gebühr von "100 Satoshis pro kB" bei einer Größe der Transaktio
Hide
Ausblenden
-
- Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.
- Nur die minimale Gebühr zu bezahlen ist so lange in Ordnung, wie weniger Transaktionsvolumen als Platz in den Blöcken vorhanden ist. Aber Vorsicht, diese Option kann dazu führen, dass Transaktionen nicht bestätigt werden, wenn mehr Bedarf an Bitcoin-Transaktionen besteht als das Netzwerk verarbeiten kann.
-
-
- (read the tooltip)
- (den Hinweistext lesen)
-
Recommended:
Empfehlungen:
@@ -2182,6 +2230,14 @@ Hinweis: Eine Gebühr von "100 Satoshis pro kB" bei einer Größe der Transaktio
Dust:
"Dust":
+
+ 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.
+ Nur die minimale Gebühr zu bezahlen ist so lange in Ordnung, wie weniger Transaktionsvolumen als Platz in den Blöcken vorhanden ist. Aber Vorsicht, diese Option kann dazu führen, dass Transaktionen nicht bestätigt werden, wenn mehr Bedarf an Bitcoin-Transaktionen besteht als das Netzwerk verarbeiten kann.
+
+
+ A too low fee might result in a never confirming transaction (read the tooltip)
+ Eine niedrige Gebühr kann dazu führen das eine Transaktion niemals bestätigt wird (Lesen sie die Anmerkung).
+
Confirmation time target:
Bestätigungsziel:
@@ -2318,10 +2374,6 @@ Hinweis: Eine Gebühr von "100 Satoshis pro kB" bei einer Größe der Transaktio
Payment request expired.
Zahlungsanforderung abgelaufen.
-
- Pay only the required fee of %1
- Nur die notwendige Gebühr in Höhe von %1 zahlen
-
Estimated to begin confirmation within %n block(s).
Voraussichtlicher Beginn der Bestätigung innerhalb von %n BlockVoraussichtlicher Beginn der Bestätigung innerhalb von %n Blöcken.
@@ -3056,6 +3108,21 @@ Hinweis: Eine Gebühr von "100 Satoshis pro kB" bei einer Größe der Transaktio
Die Einheit in der Beträge angezeigt werden. Klicken, um eine andere Einheit auszuwählen.
+
+ WalletController
+
+ Close wallet
+ Wallet schließen
+
+
+ Are you sure you wish to close wallet <i>%1</i>?
+ Sind Sie sich sicher, dass Sie Ihre Brieftasche <i>%1</i> schließen möchten?
+
+
+ Closing the wallet for too long can result in having to resync the entire chain if pruning is enabled.
+ Wenn Sie die Wallet zu lange schließen, kann es dazu kommen, dass Sie die gesamte Chain neu synchronisieren müssen, wenn Pruning aktiviert ist.
+
+
WalletFrame
@@ -3105,6 +3172,10 @@ Hinweis: Eine Gebühr von "100 Satoshis pro kB" bei einer Größe der Transaktio
Could not commit transaction
Konnte Transaktion nicht übergeben
+
+ default wallet
+ Standard Brieftasche
+
WalletView
@@ -3183,6 +3254,10 @@ Hinweis: Eine Gebühr von "100 Satoshis pro kB" bei einer Größe der Transaktio
The %s developers
Die %s-Entwickler
+
+ Can't generate a change-address key. No keys in the internal keypool and can't generate any keys.
+ Kann kein Schlüssel für die Wechselgeld-Adresse generieren. Keine Schlüssel im internen Keypool und kann keine Schlüssel generieren.
+
Cannot obtain a lock on data directory %s. %s is probably already running.
Datenverzeichnis %s kann nicht gesperrt werden. Evtl. wurde %s bereits gestartet.
@@ -3195,10 +3270,6 @@ Hinweis: Eine Gebühr von "100 Satoshis pro kB" bei einer Größe der Transaktio
Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect.
Lesen von %s fehlgeschlagen! Alle Schlüssel wurden korrekt gelesen, Transaktionsdaten bzw. Adressbucheinträge fehlen aber möglicherweise oder sind inkorrekt.
-
- Group outputs by address, selecting all or none, instead of selecting on a per-output basis. Privacy is improved as an address is only used once (unless someone sends to it after spending from it), but may result in slightly higher fees as suboptimal coin selection may result due to the added limitation (default: %u)
- Gruppiere Outputs mit der Auswahl von allen oder keinen Adressen, anstatt alle pro Output auszuwählen. Die Privatsphäre wurde verbessert, da eine Adresse nur einmal verwendet wird (ausser jemand sendet Coins nachdem von der Adresse ausgegeben wurde). Durch diese hinzugefügte Limitierung kann es allerdings zu leicht erhöhten Transaktionskosten kommen, da eine suboptimale Coinselektierung bei Transaktionen stattfinden kann. (Standardeinstellung: %u)
-
Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly.
Bitte korrigieren Sie die Datums- und Uhrzeiteinstellungen Ihres Computers, da %s ansonsten nicht ordnungsgemäß funktionieren wird.
@@ -3255,6 +3326,10 @@ Hinweis: Eine Gebühr von "100 Satoshis pro kB" bei einer Größe der Transaktio
Change index out of range
Position des Wechselgelds außerhalb des Bereichs
+
+ Config setting for %s only applied on %s network when in [%s] section.
+ Konfigurationseinstellungen für %s sind nur auf %s network gültig, wenn in Sektion [%s]
+
Copyright (C) %i-%i
Copyright (C) %i-%i
@@ -3267,10 +3342,6 @@ Hinweis: Eine Gebühr von "100 Satoshis pro kB" bei einer Größe der Transaktio
Do you want to rebuild the block database now?
Möchten Sie die Blockdatenbank jetzt neu aufbauen?
-
- Error creating %s: You can't create non-HD wallets with this version.
- Fehler beim Laden von %s: Sie können HD nicht aktivieren da sie derzeit eine nicht HD Brieftasche besitzen.
-
Error initializing block database
Fehler beim Initialisieren der Blockdatenbank
@@ -3344,6 +3415,10 @@ Hinweis: Eine Gebühr von "100 Satoshis pro kB" bei einer Größe der Transaktio
Specified blocks directory "%s" does not exist.
Angegebener Blöcke-Ordner "%s" existiert nicht.
+
+ Unable to create the PID file '%s': %s
+ Erstellung der PID-Datei '%s': %s ist nicht möglich
+
Upgrading txindex database
Erneuern der txindex Datenbank
@@ -3392,18 +3467,6 @@ Hinweis: Eine Gebühr von "100 Satoshis pro kB" bei einer Größe der Transaktio
Unable to generate keys
Schlüssel können nicht generiert werden
-
- Unsupported argument -benchmark ignored, use -debug=bench.
- Nicht unterstütztes Argument -benchmark wurde ignoriert, bitte -debug=bench verwenden.
-
-
- Unsupported argument -debugnet ignored, use -debug=net.
- Nicht unterstütztes Argument -debugnet wurde ignoriert, bitte -debug=net verwenden.
-
-
- Unsupported argument -tor found, use -onion.
- Nicht unterstütztes Argument -tor gefunden, bitte -onion verwenden.
-
Upgrading UTXO database
Aktualisierung der UTXO-Datenbank
@@ -3436,10 +3499,6 @@ Hinweis: Eine Gebühr von "100 Satoshis pro kB" bei einer Größe der Transaktio
You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain
Sie müssen die Datenbank mit Hilfe von -reindex neu aufbauen, um zum ungekürzten Modus zurückzukehren. Dies erfordert, dass die gesamte Blockkette erneut heruntergeladen wird.
-
- Error loading %s: You can't disable HD on an already existing HD wallet
- Fehler beim Laden von %s: Sie können die hierarchisch deterministische Schlüsselgeneration (HD) für eine bereits existierende HD-Brieftasche nicht deaktivieren
-
Error reading from database, shutting down.
Fehler beim lesen der Datenbank, Ausführung wird beendet.
@@ -3448,6 +3507,10 @@ Hinweis: Eine Gebühr von "100 Satoshis pro kB" bei einer Größe der Transaktio
Error upgrading chainstate database
Fehler bei der Aktualisierung einer Kettenstatus-Datenbank
+
+ Error: Disk space is low for %s
+ Fehler: Zu wenig Speicherplatz auf der Festplatte %s
+
Information
Hinweis
@@ -3476,6 +3539,10 @@ Hinweis: Eine Gebühr von "100 Satoshis pro kB" bei einer Größe der Transaktio
Reducing -maxconnections from %d to %d, because of system limitations.
Reduziere -maxconnections von %d zu %d, aufgrund von Systemlimitierungen.
+
+ Section [%s] is not recognized.
+ Sektion [%s] ist nicht delegiert.
+
Signing transaction failed
Signierung der Transaktion fehlgeschlagen
@@ -3492,6 +3559,12 @@ Hinweis: Eine Gebühr von "100 Satoshis pro kB" bei einer Größe der Transaktio
Specified -walletdir "%s" is not a directory
Angegebenes Verzeichniss "%s" ist kein Verzeichniss
+
+ The specified config file %s does not exist
+
+ Die spezifische Konfigurationsdatei %s existiert nicht.
+
+
The transaction amount is too small to pay the fee
Der Transaktionsbetrag ist zu niedrig, um die Gebühr zu bezahlen.
@@ -3544,10 +3617,6 @@ Hinweis: Eine Gebühr von "100 Satoshis pro kB" bei einer Größe der Transaktio
-maxtxfee is set very high! Fees this large could be paid on a single transaction.
-maxtxfee ist auf einen sehr hohen Wert festgelegt! Gebühren dieser Höhe könnten für eine einzelne Transaktion bezahlt werden.
-
- Error loading %s: You can't enable HD on an already existing non-HD wallet
- Fehler beim Herunterladen von %s: Sie können keine hierarchisch deterministische Schlüsselgeneration (HD) auf eine bereits existierende nicht-HD Brieftasche (Wallet) aktivieren.
-
This is the transaction fee you may pay when fee estimates are not available.
Das ist die Transaktionsgebühr, welche du zahlen müsstest, wenn die Gebührenschätzungen nicht verfügbar sind.
@@ -3560,18 +3629,6 @@ Hinweis: Eine Gebühr von "100 Satoshis pro kB" bei einer Größe der Transaktio
Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments.
Gesamtlänge des Netzwerkversionstrings (%i) erreicht die maximale Länge (%i). Reduzieren Sie die Nummer oder die Größe von uacomments.
-
- Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported.
- Nicht unterstützter Parameter -socks gefunden. Das Festlegen der SOCKS-Version ist nicht mehr möglich, nur noch SOCKS5-Proxies werden unterstützt.
-
-
- Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay.
- Das Argument -whitelistalwaysrelay wird nicht unterstützt und deswegen ignoriert. Benutze -whitelistrelay und/oder -whitelistforcerelay.
-
-
- Warning: Unknown block versions being mined! It's possible unknown rules are in effect
- Warnung: Unbekannte Blockversion wird durch Mining erzeugt! Es ist möglich, dass unbekannte Regeln in Kraft sind.
-
%s is set very high!
%s wurde sehr hoch eingestellt!
@@ -3620,10 +3677,6 @@ Hinweis: Eine Gebühr von "100 Satoshis pro kB" bei einer Größe der Transaktio
Insufficient funds
Unzureichender Kontostand
-
- Can't generate a change-address key. Private keys are disabled for this wallet.
- Es kann keinen privater Schlüssel für eine Wechselgeldaddresse generiert werden. Private Schlüssel sind für diese Brieftasche deaktiviert.
-
Cannot upgrade a non HD split wallet without upgrading to support pre split keypool. Please use -upgradewallet=169900 or -upgradewallet with no version specified.
Ein Wallet das kein geteiltes HD-Wallet ist, kann kein Upgrade erfahren, wenn nicht auch der Schlüsselpool vor der Teilung ein Upgrade erfahren hat. Bitte benutzen Sie upgradewallet=169900 oder -upgradewallet ohne Angabe einer Version.
diff --git a/src/qt/locale/bitcoin_el.ts b/src/qt/locale/bitcoin_el.ts
index ee89afa6ad..0aff98c0f7 100644
--- a/src/qt/locale/bitcoin_el.ts
+++ b/src/qt/locale/bitcoin_el.ts
@@ -37,10 +37,6 @@
Quit application
Κλείσιμο εφαρμογής
-
- Wallet
- Πορτοφόλι
-
Error
Σφάλμα
@@ -192,6 +188,9 @@
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
diff --git a/src/qt/locale/bitcoin_el_GR.ts b/src/qt/locale/bitcoin_el_GR.ts
index 1d444bd8f4..c26807f2ce 100644
--- a/src/qt/locale/bitcoin_el_GR.ts
+++ b/src/qt/locale/bitcoin_el_GR.ts
@@ -187,10 +187,6 @@
Wallet encrypted
Πορτοφόλι κρυπτογραφήθηκε
-
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- %1 θα κλείσει τώρα για να τελειώσει η διαδικασία κρυπτογράφησης. Να θυμάστε ότι κρυπτογραφόντας το πορτοφόλι σας δεν μπορείτε να προστατεύσετε πλήρως τα bitcoin σας απο κλοπή μέσω malware που μπορεί να προσβάλει τον υπολογιστή σας.
-
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.
ΣΗΜΑΝΤΙΚΟ: Τα προηγούμενα αντίγραφα ασφαλείας που έχετε κάνει από το αρχείο του πορτοφόλιου σας θα πρέπει να αντικατασταθουν με το νέο που δημιουργείται, κρυπτογραφημένο αρχείο πορτοφόλιου. Για λόγους ασφαλείας, τα προηγούμενα αντίγραφα ασφαλείας του μη κρυπτογραφημένου αρχείου πορτοφόλιου θα καταστουν άχρηστα μόλις αρχίσετε να χρησιμοποιείτε το νέο κρυπτογραφημένο πορτοφόλι.
@@ -253,10 +249,6 @@
&Overview
&Επισκόπηση
-
- Node
- Κόμβος
-
Show general overview of wallet
Εμφάνισε τη γενική εικόνα του πορτοφολιού
@@ -313,14 +305,6 @@
&Change Passphrase...
&Άλλαξε Φράση Πρόσβασης
-
- &Sending addresses...
- Διευθύνσεις αποστολής
-
-
- &Receiving addresses...
- Διευθύνσεις λήψης
-
Open &URI...
'Ανοιγμα &URI
@@ -329,10 +313,6 @@
Wallet:
Πορτοφόλι
-
- default wallet
- Προεπιλεγμένο πορτοφόλι
-
Click to disable network activity.
Κάντε κλικ για να απενεργοποιήσετε το δίκτυο.
@@ -381,10 +361,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Πορτοφόλι
-
&Send
&Αποστολή
@@ -485,6 +461,18 @@
Up to date
Ενημερωμένο
+
+ default wallet
+ Προεπιλεγμένο πορτοφόλι
+
+
+ &Window
+ &Παράθυρο
+
+
+ Minimize
+ Ελαχιστοποίηση
+
Catching up...
Ενημέρωση...
@@ -837,10 +825,6 @@
Size of &database cache
Μέγεθος κρυφής μνήμης βάσης δεδομένων.
-
- MB
- MB
-
Number of script &verification threads
Αριθμός script και γραμμές επαλήθευσης
@@ -857,10 +841,6 @@
Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.
URLs από τρίτους (π.χ. ένας εξερευνητής μπλοκ) τα οποία εμφανίζονται στην καρτέλα συναλλαγών ως στοιχεία μενού. Το %s στα URL αντικαθίσταται από την τιμή της κατατεμαχισμένης συναλλαγής.
-
- Active command-line options that override above options:
- Ενεργές επιλογές γραμμής-εντολών που παρακάμπτουν τις παραπάνω επιλογές:
-
Open Configuration File
Άνοιγμα Αρχείου Ρυθμίσεων
@@ -1354,10 +1334,6 @@
1 &year
1 &χρόνος
-
- default wallet
- Προεπιλεγμένο πορτοφόλι
-
via %1
μέσω %1
@@ -1960,16 +1936,27 @@
Μονάδα μέτρησης προβολής ποσών. Κάντε κλικ για επιλογή άλλης μονάδας.
+
+ WalletController
+
WalletFrame
WalletModel
+
+ Send Coins
+ Αποστολή νομισμάτων
+
Increase:
Αύξηση:
-
+
+ default wallet
+ Προεπιλεγμένο πορτοφόλι
+
+
WalletView
diff --git a/src/qt/locale/bitcoin_en.ts b/src/qt/locale/bitcoin_en.ts
index a770a6fad8..2126c16eba 100644
--- a/src/qt/locale/bitcoin_en.ts
+++ b/src/qt/locale/bitcoin_en.ts
@@ -315,12 +315,12 @@
Sign &message...
-
+
Synchronizing with network...
Synchronizing with network...
-
+
&Overview
&Overview
@@ -400,12 +400,12 @@
-
+
Wallet:
-
+
Click to disable network activity.
@@ -435,7 +435,7 @@
-
+
Send coins to a Bitcoin address
Send coins to a Bitcoin address
@@ -465,12 +465,12 @@
&Verify message...
-
+
Bitcoin
Bitcoin
-
+
&Send
&Send
@@ -505,12 +505,12 @@
Verify messages to ensure they were signed with specified Bitcoin addresses
-
+
&File
&File
-
+
&Settings
&Settings
@@ -525,7 +525,7 @@
Tabs toolbar
-
+
Request payments (generates QR codes and bitcoin: URIs)
@@ -545,12 +545,12 @@
-
+
&Command-line options
-
+
%n active connection(s) to Bitcoin network
%n active connection to Bitcoin network
@@ -611,7 +611,7 @@
Up to date
-
+
&Sending addresses
@@ -621,12 +621,47 @@
-
+
+ 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
+
+
+
+
+ Opening Wallet <b>%1</b>...
+
+
+
+
+ Open Wallet Failed
+
+
+
+
&Window
&Window
@@ -651,7 +686,7 @@
-
+
%1 client
@@ -737,7 +772,7 @@
Wallet is <b>encrypted</b> and currently <b>locked</b>
-
+
A fatal error occurred. Bitcoin can no longer continue safely and will quit.
@@ -1171,7 +1206,7 @@
-
+
Unknown...
@@ -1207,8 +1242,8 @@
-
- Unknown. Syncing Headers (%1)...
+
+ Unknown. Syncing Headers (%1, %2%)...
@@ -1540,12 +1575,12 @@
default
-
+
none
-
+
Confirm options reset
Confirm options reset
@@ -1689,7 +1724,7 @@
PaymentServer
-
+
@@ -1698,7 +1733,7 @@
-
+
Cannot start bitcoin: click-to-pay handler
@@ -1706,14 +1741,14 @@
+
-
URI handling
-
+
'bitcoin://' is not a valid URI. Use 'bitcoin:' instead.
@@ -1728,12 +1763,13 @@
-
+
+
Cannot process payment request because BIP70 support was not compiled in.
-
+
Invalid payment address %1
@@ -1744,16 +1780,17 @@
+
Payment request file handling
-
+
Payment request file cannot be read! This can be caused by an invalid payment request file.
-
+
@@ -1870,7 +1907,7 @@
Amount
-
+
Enter a Liquid address (e.g. %1)
@@ -1990,7 +2027,7 @@
-
+
unknown
@@ -3980,6 +4017,24 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
+
+ WalletController
+
+
+ Close wallet
+
+
+
+
+ Are you sure you wish to close wallet <i>%1</i>?
+
+
+
+
+ Closing the wallet for too long can result in having to resync the entire chain if pruning is enabled.
+
+
+
WalletFrame
@@ -4043,7 +4098,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
-
+
default wallet
@@ -4119,7 +4174,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
-
+
Error: A fatal internal error occurred, see debug.log for details
@@ -4129,12 +4184,12 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
-
+
Unable to start HTTP server. See debug log for details.
-
+
Bitcoin Core
Bitcoin Core
@@ -4144,7 +4199,12 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
-
+
+ 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.
@@ -4199,7 +4259,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
-
+
Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade.
@@ -4339,12 +4399,17 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
-
+
+ Unable to create the PID file '%s': %s
+
+
+
+
Upgrading txindex database
-
+
Loading P2P addresses...
@@ -4394,7 +4459,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
-
+
Unable to generate keys
@@ -4424,7 +4489,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
-
+
Error: Listening for incoming connections failed (listen returned error %s)
@@ -4439,7 +4504,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
-
+
You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain
@@ -4555,7 +4620,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
-
+
Unable to generate initial keys
@@ -4585,7 +4650,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
-
+
-maxtxfee is set very high! Fees this large could be paid on a single transaction.
@@ -4606,11 +4671,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
- Warning: Unknown block versions being mined! It's possible unknown rules are in effect
-
-
-
-
Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup.
@@ -4665,22 +4725,17 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
-
+
Unknown network specified in -onlynet: '%s'
Unknown network specified in -onlynet: '%s'
-
+
Insufficient funds
Insufficient funds
-
- Can't generate a change-address key. Private keys are disabled for this wallet.
-
-
-
-
+
Cannot upgrade a non HD split wallet without upgrading to support pre split keypool. Please use -upgradewallet=169900 or -upgradewallet with no version specified.
@@ -4695,7 +4750,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satos
-
+
Cannot write to data directory '%s'; check permissions.
diff --git a/src/qt/locale/bitcoin_en_GB.ts b/src/qt/locale/bitcoin_en_GB.ts
index 9e193ae0e6..97971310a4 100644
--- a/src/qt/locale/bitcoin_en_GB.ts
+++ b/src/qt/locale/bitcoin_en_GB.ts
@@ -188,8 +188,8 @@
Wallet encrypted
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
+ Your wallet is now encrypted. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
+ Your wallet is now encrypted. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.
@@ -253,10 +253,6 @@
&Overview
&Overview
-
- Node
- Node
-
Show general overview of wallet
Show general overview of wallet
@@ -313,14 +309,6 @@
&Change Passphrase...
&Change Passphrase...
-
- &Sending addresses...
- &Sending addresses...
-
-
- &Receiving addresses...
- &Receiving addresses...
-
Open &URI...
Open &URI...
@@ -329,10 +317,6 @@
Wallet:
Wallet:
-
- default wallet
- default wallet
-
Click to disable network activity.
Click to disable network activity.
@@ -385,10 +369,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Wallet
-
&Send
&Send
@@ -497,10 +477,42 @@
Up to date
Up to date
+
+ &Sending addresses
+ &Sending addresses
+
+
+ &Receiving addresses
+ &Receiving addresses
+
Show the %1 help message to get a list with possible Bitcoin command-line options
Show the %1 help message to get a list with possible Bitcoin command-line options
+
+ default wallet
+ default wallet
+
+
+ &Window
+ &Window
+
+
+ Minimize
+ Minimise
+
+
+ Zoom
+ Zoom
+
+
+ Restore
+ Restore
+
+
+ Main Window
+ Main Window
+
%1 client
%1 client
@@ -565,6 +577,10 @@
HD key generation is <b>disabled</b>
HD key generation is <b>disabled</b>
+
+ Private key <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>unlocked</b>
@@ -943,11 +959,7 @@
Hide
Hide
-
- Unknown. Syncing Headers (%1)...
- Unknown. Syncing Headers (%1)...
-
-
+
OpenURIDialog
@@ -993,10 +1005,6 @@
Size of &database cache
Size of &database cache
-
- MB
- MB
-
Number of script &verification threads
Number of script &verification threads
@@ -1029,10 +1037,6 @@
Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.
Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.
-
- Active command-line options that override above options:
- Active command-line options that override above options:
-
Open the %1 configuration file from the working directory.
Open the %1 configuration file from the working directory.
@@ -1069,6 +1073,10 @@
Reverting this setting requires re-downloading the entire blockchain.
Reverting this setting requires re-downloading the entire blockchain.
+
+ MiB
+ MiB
+
(0 = auto, <0 = leave that many cores free)
(0 = auto, <0 = leave that many cores free)
@@ -1193,6 +1201,10 @@
&Third party transaction URLs
&Third party transaction URLs
+
+ Options set in this dialog are overridden by the command line or in the configuration file:
+ Options set in this dialog are overridden by the command line or in the configuration file:
+
&OK
&OK
@@ -1339,10 +1351,18 @@
'bitcoin://' is not a valid URI. Use 'bitcoin:' instead.
'bitcoin://' is not a valid URI. Use 'bitcoin:' instead.
+
+ You are using a BIP70 URL which will be unsupported in the future.
+ You are using a BIP70 URL which will be unsupported in the future.
+
Payment request fetch URL is invalid: %1
Payment request fetch URL is invalid: %1
+
+ Cannot process payment request because BIP70 support was not compiled in.
+ Cannot process payment request because BIP70 support was not compiled in.
+
Invalid payment address %1
Invalid payment address %1
@@ -1602,6 +1622,18 @@
Datadir
Datadir
+
+ To specify a non-default location of the data directory use the '%1' option.
+ To specify a non-default location of the data directory use the '%1' option.
+
+
+ Blocksdir
+ Blocksdir
+
+
+ To specify a non-default location of the blocks directory use the '%1' option.
+ To specify a non-default location of the blocks directory use the '%1' option.
+
Startup time
Start up time
@@ -1814,10 +1846,6 @@
&Unban
&Unban
-
- default wallet
- default wallet
-
Welcome to the %1 RPC console.
Welcome to the %1 RPC console.
@@ -2150,14 +2178,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Hide
Hide
-
- Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.
- Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.
-
-
- (read the tooltip)
- (read the tooltip)
-
Recommended:
Recommended:
@@ -2186,6 +2206,14 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Dust:
Dust:
+
+ 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.
+ 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)
+ A too low fee might result in a never-confirming transaction (read the tooltip)
+
Confirmation time target:
Confirmation time target:
@@ -2322,10 +2350,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Payment request expired.
Payment request expired.
-
- Pay only the required fee of %1
- Pay only the required fee of %1
-
Estimated to begin confirmation within %n block(s).
Estimated to begin confirmation within %n block.Estimated to begin confirmation within %n blocks.
@@ -3060,6 +3084,9 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Unit to show amounts in. Click to select another unit.
+
+ WalletController
+
WalletFrame
@@ -3109,6 +3136,10 @@ 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.
+
+ default wallet
+ default wallet
+
WalletView
@@ -3199,10 +3230,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect.
Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect.
-
- Group outputs by address, selecting all or none, instead of selecting on a per-output basis. Privacy is improved as an address is only used once (unless someone sends to it after spending from it), but may result in slightly higher fees as suboptimal coin selection may result due to the added limitation (default: %u)
- Group outputs by address, selecting all or none, instead of selecting on a per-output basis. Privacy is improved as an address is only used once (unless someone sends to it after spending from it), but may result in slightly higher fees as suboptimal coin selection may result due to the added limitation (default: %u)
-
Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly.
Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly.
@@ -3259,6 +3286,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Change index out of range
Change index out of range
+
+ Config setting for %s only applied on %s network when in [%s] section.
+ Config setting for %s only applied on %s network when in [%s] section.
+
Copyright (C) %i-%i
Copyright (C) %i-%i
@@ -3271,10 +3302,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Do you want to rebuild the block database now?
Do you want to rebuild the block database now?
-
- Error creating %s: You can't create non-HD wallets with this version.
- Error creating %s: You can't create non-HD wallets with this version.
-
Error initializing block database
Error initialising block database
@@ -3395,18 +3422,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Unable to generate keys
Unable to generate keys
-
- Unsupported argument -benchmark ignored, use -debug=bench.
- Unsupported argument -benchmark ignored, use -debug=bench.
-
-
- Unsupported argument -debugnet ignored, use -debug=net.
- Unsupported argument -debugnet ignored, use -debug=net.
-
-
- Unsupported argument -tor found, use -onion.
- Unsupported argument -tor found, use -onion.
-
Unsupported logging category %s=%s.
Unsupported logging category %s=%s.
@@ -3443,10 +3458,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain
You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain
-
- Error loading %s: You can't disable HD on an already existing HD wallet
- Error loading %s: you can't disable HD on an already existing HD wallet.
-
Error reading from database, shutting down.
Error reading from database, shutting down.
@@ -3455,6 +3466,10 @@ 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.
+
+ Error: Disk space is low for %s
+ Error: Disk space is low for %s
+
Information
Information
@@ -3483,6 +3498,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Reducing -maxconnections from %d to %d, because of system limitations.
Reducing -maxconnections from %d to %d, because of system limitations.
+
+ Section [%s] is not recognized.
+ Section [%s] is not recognized.
+
Signing transaction failed
Signing transaction failed
@@ -3499,6 +3518,12 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Specified -walletdir "%s" is not a directory
Specified -walletdir "%s" is not a directory.
+
+ The specified config file %s does not exist
+
+ The specified config file %s does not exist
+
+
The transaction amount is too small to pay the fee
The transaction amount is too small to pay the fee
@@ -3551,10 +3576,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
-maxtxfee is set very high! Fees this large could be paid on a single transaction.
-maxtxfee is set very high! Fees this large could be paid on a single transaction.
-
- Error loading %s: You can't enable HD on an already existing non-HD wallet
- Error loading %s: you can't enable HD on an already existing non-HD wallet.
-
This is the transaction fee you may pay when fee estimates are not available.
This is the transaction fee you may pay when fee estimates are not available.
@@ -3567,18 +3588,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments.
Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments.
-
- Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported.
- Unsupported argument -socks found. Setting SOCKS version isn't possible any more, only SOCKS5 proxies are supported.
-
-
- Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay.
- Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay.
-
-
- Warning: Unknown block versions being mined! It's possible unknown rules are in effect
- Warning: Unknown block versions being mined! It's possible unknown rules are in effect
-
Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup.
Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup.
@@ -3631,10 +3640,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Insufficient funds
Insufficient funds
-
- Can't generate a change-address key. Private keys are disabled for this wallet.
- Can't generate a change-address key. Private keys are disabled for this wallet.
-
Cannot upgrade a non HD split wallet without upgrading to support pre split keypool. Please use -upgradewallet=169900 or -upgradewallet with no version specified.
Cannot upgrade a non HD split wallet without upgrading to support pre split keypool. Please use -upgradewallet=169900 or -upgradewallet with no version specified.
diff --git a/src/qt/locale/bitcoin_eo.ts b/src/qt/locale/bitcoin_eo.ts
index 550ca2a82a..2ae99b11c8 100644
--- a/src/qt/locale/bitcoin_eo.ts
+++ b/src/qt/locale/bitcoin_eo.ts
@@ -135,6 +135,10 @@
Repeat new passphrase
Ripetu la novan pasfrazon
+
+ Show password
+ Montru pasvorton
+
Enter the new passphrase to the wallet.<br/>Please use a passphrase of <b>ten or more random characters</b>, or <b>eight or more words</b>.
Enigu novan pasfrazon por la monujo.<br/>Bonvolu uzi pasfrazon kun <b>almenaŭ 10 hazardaj signoj</b>, aŭ <b>almenaŭ ok aŭ pli vortoj</b>.
@@ -167,6 +171,10 @@
Enter the old passphrase and new passphrase to the wallet.
Tajpu la malnovan pasvorton kaj la novan pasvorton por la monujo.
+
+ Confirm wallet encryption
+ Konfirmo de ĉifrado de la monujo
+
Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>!
Atentu! Se vi ĉifras vian monujon kaj perdas la pasfrazon, vi <b>PERDOS LA TUTON DE VIA BITMONO<b>!
@@ -179,10 +187,6 @@
Wallet encrypted
La monujo estas ĉifrita
-
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- %1 nun fermiĝos por fini la ĉifradon. Memoru, ke eĉ ĉifrado ne protektas kontraŭ ĉiu atako, ekz. se viruso infektus vian komputilon.
-
IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.
GRAVE: antaŭaj sekur-kopioj de via monujo-dosiero estas forigindaj kiam vi havas nove kreitan ĉifritan monujo-dosieron. Pro sekureco, antaŭaj kopioj de la neĉifrita dosiero ne plu funkcios tuj kiam vi ekuzos la novan ĉifritan dosieron.
@@ -191,7 +195,35 @@
Wallet encryption failed
Ĉifrado de la monujo fiaskis
-
+
+ Wallet encryption failed due to an internal error. Your wallet was not encrypted.
+ Ĉifrado de monujo fiaskis pro interna eraro. Via monujo ne estas ĉifrita.
+
+
+ The supplied passphrases do not match.
+ La pasfrazoj entajpitaj ne samas.
+
+
+ Wallet unlock failed
+ Malŝloso de la monujo fiaskis
+
+
+ The passphrase entered for the wallet decryption was incorrect.
+ La pasfrazo enigita por ĉifrado de monujo ne ĝustas.
+
+
+ Wallet decryption failed
+ Malĉifrado de la monujo fiaskis
+
+
+ Wallet passphrase was successfully changed.
+ Vi sukcese ŝanĝis la pasfrazon de la monujo.
+
+
+ Warning: The Caps Lock key is on!
+ Atentu: la majuskla baskulo estas ŝaltita!
+
+
BanTableModel
@@ -209,10 +241,6 @@
&Overview
&Superrigardo
-
- Node
- Nodo
-
Show general overview of wallet
Vidigi ĝeneralan superrigardon de la monujo
@@ -233,6 +261,10 @@
Quit application
Eliri la aplikaĵon
+
+ &About %1
+ &Pri %1
+
About &Qt
Pri &Qt
@@ -257,14 +289,6 @@
&Change Passphrase...
Ŝanĝi &Pasfrazon...
-
- &Sending addresses...
- &Sendaj adresoj...
-
-
- &Receiving addresses...
- &Ricevaj adresoj...
-
Open &URI...
Malfermi &URI-on...
@@ -301,10 +325,6 @@
Bitcoin
Bitmono
-
- Wallet
- Monujo
-
&Send
&Sendi
@@ -397,6 +417,10 @@
Up to date
Ĝisdata
+
+ &Window
+ &Fenestro
+
Catching up...
Ĝisdatigante...
@@ -647,10 +671,6 @@
Size of &database cache
Dosiergrando de &datumbasa kaŝmemoro
-
- MB
- MB
-
Reset all client options to default.
Reagordi ĉion al defaŭlataj valoroj.
@@ -1802,6 +1822,9 @@
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
diff --git a/src/qt/locale/bitcoin_es.ts b/src/qt/locale/bitcoin_es.ts
index 70261ddd95..6bdb3bc953 100644
--- a/src/qt/locale/bitcoin_es.ts
+++ b/src/qt/locale/bitcoin_es.ts
@@ -187,10 +187,6 @@
Wallet encrypted
Monedero cifrado
-
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- %1 se cerrará ahora para terminar el proceso de cifrado. Recuerde que cifrar su monedero no puede proteger completamente su monedero de ser robado por malware que infecte su ordenador.
-
IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.
IMPORTANTE: Cualquier copia de seguridad anterior que haya hecho en su archivo de monedero debería ser reemplazada con el archivo de monedero cifrado generado recientemente. Por razones de seguridad, las copias de seguridad anteriores del archivo de monedero descifrado serán inútiles en cuanto empiece a utilizar el nuevo monedero cifrado.
@@ -253,10 +249,6 @@
&Overview
&Vista general
-
- Node
- Nodo
-
Show general overview of wallet
Mostrar vista general del monedero
@@ -313,14 +305,6 @@
&Change Passphrase...
&Cambiar la contraseña…
-
- &Sending addresses...
- Direcciones de &envío...
-
-
- &Receiving addresses...
- Direcciones de &recepción...
-
Open &URI...
Abrir &URI...
@@ -329,10 +313,6 @@
Wallet:
Monedero
-
- default wallet
- monedero predeterminado
-
Click to disable network activity.
Pulsar para deshabilitar la actividad de red.
@@ -385,10 +365,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Monedero
-
&Send
&Enviar
@@ -497,10 +473,62 @@
Up to date
Actualizado
+
+ &Sending addresses
+ Direcciones de &envío
+
+
+ &Receiving addresses
+ Direcciones de &recepción
+
+
+ Open Wallet
+ Abrir Monedero
+
+
+ Open a wallet
+ Abrir un monedero
+
+
+ Close Wallet...
+ Cerrar Monedero...
+
+
+ Close wallet
+ Cerrar monedero
+
Show the %1 help message to get a list with possible Bitcoin command-line options
Mostrar el mensaje de ayuda %1 para obtener una lista de los posibles comandos de linea de comandos de Bitcoin
+
+ default wallet
+ Monedero predeterminado
+
+
+ Opening Wallet <b>%1</b>...
+ Abriendo monedero <b>%1</b>...
+
+
+ &Window
+ &Ventana
+
+
+ Minimize
+ Minimizar
+
+
+ Zoom
+ Acercar
+
+
+ Restore
+ Restaurar
+
+
+ Main Window
+ Ventana principal
+
%1 client
%1 cliente
@@ -564,6 +592,10 @@
HD key generation is <b>disabled</b>
La generación de clave HD está <b>deshabilitada</b>
+
+ Private key <b>disabled</b>
+ Clave privada <b>deshabilitado</b>
+
Wallet is <b>encrypted</b> and currently <b>unlocked</b>
El monedero está <b>cifrado</b> y actualmente <b>desbloqueado</b>
@@ -942,11 +974,7 @@
Hide
Ocultar
-
- Unknown. Syncing Headers (%1)...
- Desconocido. Sincronizando cabeceras (%1)...
-
-
+
OpenURIDialog
@@ -992,10 +1020,6 @@
Size of &database cache
Tamaño del cache de la &base de datos
-
- MB
- MB
-
Number of script &verification threads
Número de hilos de &verificación de scripts
@@ -1028,10 +1052,6 @@
Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.
Identificadores URL de terceros (por ejemplo, un explorador de bloques) que aparecen en la pestaña de transacciones como elementos del menú contextual. El %s en la URL es reemplazado por el valor hash de la transacción. Se pueden separar URL múltiples por una barra vertical |.
-
- Active command-line options that override above options:
- Opciones activas de consola de comandos que tienen preferencia sobre las opciones anteriores:
-
Open the %1 configuration file from the working directory.
Abre el fichero de configuración %1 en el directorio de trabajo.
@@ -1338,10 +1358,18 @@
'bitcoin://' is not a valid URI. Use 'bitcoin:' instead.
'bitcoin: //' no es un URI válido. Use 'bitcoin:' en su lugar.
+
+ You are using a BIP70 URL which will be unsupported in the future.
+ Está utilizando una URL BIP70 la cual dejará de tener soporte en el futuro.
+
Payment request fetch URL is invalid: %1
La búsqueda de solicitud de pago URL es válida: %1
+
+ Cannot process payment request because BIP70 support was not compiled in.
+ No se puede procesar la petición de pago debido a que no se ha incluido el soporte de BIP70.
+
Invalid payment address %1
Dirección de pago inválida %1
@@ -1813,10 +1841,6 @@
&Unban
&Unban
-
- default wallet
- Monedero predeterminado
-
Welcome to the %1 RPC console.
Bienvenido a la consola RPC %1.
@@ -2149,14 +2173,6 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
Hide
Ocultar
-
- Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.
- Pagar solamente la comisión mínima es correcto, siempre y cuando haya menos volumen de transacciones que el espacio en los bloques. Pero tenga en cuenta que esto puede terminar en una transacción nunca confirmada, una vez que haya más demanda para transacciones Bitcoin que la red pueda procesar.
-
-
- (read the tooltip)
- (leer la sugerencia)
-
Recommended:
Recomendada:
@@ -2321,10 +2337,6 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
Payment request expired.
Solicitud de pago caducada.
-
- Pay only the required fee of %1
- Pagar únicamente la comisión solicitada de %1
-
Estimated to begin confirmation within %n block(s).
Estimado para empezar la confirmación dentro de %n bloque.Estimado para empezar la confirmación dentro de %n bloques.
@@ -3059,6 +3071,17 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
Unidad en la que se muestran las cantidades. Haga clic para seleccionar otra unidad.
+
+ WalletController
+
+ Close wallet
+ Cerrar monedero
+
+
+ Are you sure you wish to close wallet <i>%1</i>?
+ ¿Está seguro que desea cerra el monedero <i>%1</i>?
+
+
WalletFrame
@@ -3108,6 +3131,10 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
Could not commit transaction
No se pudo confirmar la transacción
+
+ default wallet
+ Monedero predeterminado
+
WalletView
@@ -3198,10 +3225,6 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect.
Error leyendo %s!. Todas las claves se han leido correctamente, pero los datos de transacciones o la libreta de direcciones pueden faltar o ser incorrectos.
-
- Group outputs by address, selecting all or none, instead of selecting on a per-output basis. Privacy is improved as an address is only used once (unless someone sends to it after spending from it), but may result in slightly higher fees as suboptimal coin selection may result due to the added limitation (default: %u)
- Grupo de salida por dirección, seleccionando todo o nada, en lugar de seleccionar en una base para salida. La privacidad se mejora como una dirección utilizada una sola vez (a menos que alguien lo envíe después de gastarlo), a menos que alguien envíe una solicitud, pero puede resultar en tarifas ligeramente más altas ya que la selección de la moneda puede ser inferior a la óptima debido a la limitación adicional después de gastarla. (por defecto, predeterminado %u)
-
Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly.
Por favor, compruebe si la fecha y hora en su computadora son correctas! Si su reloj esta mal, %s no trabajara correctamente.
@@ -3270,10 +3293,6 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
Do you want to rebuild the block database now?
¿Quieres reconstruir la base de datos de bloques ahora?
-
- Error creating %s: You can't create non-HD wallets with this version.
- Error generando %s: Con esta versin no puede crear monederos no-HD.
-
Error initializing block database
Error al inicializar la base de datos de bloques
@@ -3394,18 +3413,6 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
Unable to generate keys
Incapaz de generar claves
-
- Unsupported argument -benchmark ignored, use -debug=bench.
- El argumento -benchmark no es soportado y ha sido ignorado, utiliza -debug=bench
-
-
- Unsupported argument -debugnet ignored, use -debug=net.
- Parámetros no compatibles -debugnet ignorados , use -debug = red.
-
-
- Unsupported argument -tor found, use -onion.
- Parámetros no compatibles -tor encontrados, use -onion .
-
Unsupported logging category %s=%s.
Categoría de registro no soportada %s=%s.
@@ -3442,10 +3449,6 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain
Necesitas reconstruir la base de datos utilizando -reindex para volver al modo sin recorte. Esto volverá a descargar toda la cadena de bloques
-
- Error loading %s: You can't disable HD on an already existing HD wallet
- Error cargando %s: No puedes deshabilitar HD en un monedero HD ya existente
-
Error reading from database, shutting down.
Error al leer la base de datos, cerrando.
@@ -3482,6 +3485,10 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
Reducing -maxconnections from %d to %d, because of system limitations.
Reduciendo -maxconnections de %d a %d, debido a limitaciones del sistema.
+
+ Section [%s] is not recognized.
+ La sección [%s] no se ha reconocido.
+
Signing transaction failed
Transacción falló
@@ -3550,10 +3557,6 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
-maxtxfee is set very high! Fees this large could be paid on a single transaction.
-maxtxfee tiene un ajuste muy elevado! Comisiones muy grandes podrían ser pagadas en una única transaccion.
-
- Error loading %s: You can't enable HD on an already existing non-HD wallet
- Error cargando %s: No puedes habilitar HD en un monedero no HD ya existente
-
This is the transaction fee you may pay when fee estimates are not available.
Esta es la comisión de transacción que debe pagar cuando las estimaciones de comisión no estén disponibles.
@@ -3566,18 +3569,6 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments.
La longitud total de la cadena de versión de red ( %i ) supera la longitud máxima ( %i ) . Reducir el número o tamaño de uacomments .
-
- Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported.
- Error: argumento -socks encontrado. El ajuste de la versión SOCKS ya no es posible, sólo proxies SOCKS5 son compatibles.
-
-
- Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay.
- El argumento no soportado -whitelistalwaysrelay ha sido ignorado, utiliza -whitelistrelay y/o -whitelistforcerelay.
-
-
- Warning: Unknown block versions being mined! It's possible unknown rules are in effect
- Advertencia: Se están minando versiones de bloques desconocidas! Es posible que normas desconocidas estén activas
-
Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup.
Aviso: fichero de monedero corrupto, datos recuperados! Original %s guardado como %s en %s; si su balance de transacciones es incorrecto, debe restaurar desde una copia de seguridad.
@@ -3630,10 +3621,6 @@ Nota: Dado que la comisión se calcula por byte, una comisión de "100 satoshis
Insufficient funds
Fondos insuficientes
-
- Can't generate a change-address key. Private keys are disabled for this wallet.
- No se puede generar una clave de cambio de dirección. Las claves privadas están deshabilitadas para este monedero.
-
Cannot upgrade a non HD split wallet without upgrading to support pre split keypool. Please use -upgradewallet=169900 or -upgradewallet with no version specified.
No se puede actualizar un monedero dividido sin HD sin actualizar para admitir el keypool pre dividido. Utilice -upgradewallet = 169900 o -upgradewallet sin una versión especificada.
diff --git a/src/qt/locale/bitcoin_es_AR.ts b/src/qt/locale/bitcoin_es_AR.ts
index e10bbef50a..d9e31ba1a5 100644
--- a/src/qt/locale/bitcoin_es_AR.ts
+++ b/src/qt/locale/bitcoin_es_AR.ts
@@ -121,10 +121,22 @@
Repeat new passphrase
Repetí la nueva Frase de Contraseña
+
+ Show password
+ Mostrar contraseña
+
+
+ Enter the new passphrase to the wallet.<br/>Please use a passphrase of <b>ten or more random characters</b>, or <b>eight or more words</b>.
+ Ingrese la nueva Frase de Contraseña de la billetera.<br/>Por favor use una Frase de Contraseña de <b>diez o más caracteres aleatorios </b>, u<b> ocho o más palabras.
+
Encrypt wallet
Encriptar billetera
+
+ This operation needs your wallet passphrase to unlock the wallet.
+ Esta operación necesita su Frase de Contraseña de la billetera para desbloquearla.
+
Unlock wallet
Desbloquear la billetera
@@ -133,6 +145,26 @@
Decrypt wallet
Desencriptar la billetera
+
+ Change passphrase
+ Cambiar Frase de Contraseña
+
+
+ Enter the old passphrase and new passphrase to the wallet.
+ Ingrese la anterior contraseña y la nueva contraseña de la billetera
+
+
+ Confirm wallet encryption
+ Confirmar cifrado de la billetera
+
+
+ Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>!
+ Advertencia: si usted cifra su billetera y olvida su Frase de Contraseña, usted <b> PERDERÁ TODOS SUS BITCOINS</b>!
+
+
+ Are you sure you wish to encrypt your wallet?
+ ¿Está usted seguro que desea cifrar su billetera?
+
BanTableModel
@@ -276,6 +308,9 @@
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
diff --git a/src/qt/locale/bitcoin_es_CL.ts b/src/qt/locale/bitcoin_es_CL.ts
index 3a26d5fde2..727d46bd4e 100644
--- a/src/qt/locale/bitcoin_es_CL.ts
+++ b/src/qt/locale/bitcoin_es_CL.ts
@@ -187,10 +187,6 @@
Wallet encrypted
Billetera codificada
-
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- %1 se cerrará para finalizar el proceso de encriptación. Recuerda que encriptar tu billetera no protege completamente a tus bitcoins de ser robados por virus y malwares en tu computadora.
-
IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.
IMPORTANTE: Cualquier respaldo anterior que hayas hecho del archivo de tu billetera debe ser reemplazado por el nuevo archivo encriptado que has generado. Por razones de seguridad, todos los respaldos realizados anteriormente serán inutilizables al momento de que utilices tu nueva billetera encriptada.
@@ -253,10 +249,6 @@
&Overview
&Vista general
-
- Node
- Nodo
-
Show general overview of wallet
Muestra una vista general de la billetera
@@ -313,14 +305,6 @@
&Change Passphrase...
&Cambiar la contraseña...
-
- &Sending addresses...
- Mandando direcciones
-
-
- &Receiving addresses...
- Recibiendo direcciones
-
Open &URI...
Abrir y url...
@@ -373,10 +357,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Cartera
-
&Send
&Envía
@@ -489,6 +469,11 @@
Show the %1 help message to get a list with possible Bitcoin command-line options
Mostrar el mensaje de ayuda %1 para obtener una lista de los posibles comandos de Bitcoin
+
+ &Window
+ y windows
+
+
%1 client
%1 cliente
@@ -914,11 +899,7 @@
Hide
Ocultar
-
- Unknown. Syncing Headers (%1)...
- Desconocido. Sincronizando cabeceras (%1)...
-
-
+
OpenURIDialog
@@ -964,10 +945,6 @@
Size of &database cache
Tamaño del caché de la base de &datos
-
- MB
- MB
-
Number of script &verification threads
Número de hilos de &verificación de scripts
@@ -988,10 +965,6 @@
Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.
URLs de terceros (por ejemplo, un explorador de bloques) que aparecen en la pestaña de transacciones como elementos del menú contextual. El %s en la URL es reemplazado por el valor hash de la transacción. Se pueden separar múltiples URLs por una barra vertical |.
-
- Active command-line options that override above options:
- Opciones activas de la terminal que tienen preferencia sobre las opciones anteriores:
-
Open the %1 configuration file from the working directory.
Abrir el archivo de configuración %1 en el directorio de trabajo.
@@ -1928,10 +1901,6 @@
Hide
Ocultar
-
- (read the tooltip)
- (leer la sugerencia)
-
Recommended:
Recomendado:
@@ -2060,10 +2029,6 @@
Payment request expired.
Solicitud de pago expirada
-
- Pay only the required fee of %1
- Pagar únicamente la comisión requerida de %1
-
Warning: Invalid Bitcoin address
Peligro: Dirección de Bitcoin inválida
@@ -2738,6 +2703,9 @@
Unidad en la que se muestran las cantidades. Haga clic para seleccionar otra unidad.
+
+ WalletController
+
WalletFrame
@@ -2787,7 +2755,7 @@
Could not commit transaction
No se pudo confirmar la transacción
-
+
WalletView
@@ -2977,18 +2945,6 @@
Transaction fee and change calculation failed
El cálculo de la comisión de transacción y del cambio han fallado
-
- Unsupported argument -benchmark ignored, use -debug=bench.
- El argumento -benchmark no es soportado y ha sido ignorado, usa -debug=bench
-
-
- Unsupported argument -debugnet ignored, use -debug=net.
- El argumento -debugnet no es soportado, usa -debug=ned.
-
-
- Unsupported argument -tor found, use -onion.
- El argumento -tor no es soportado, usa -onion.
-
Upgrading UTXO database
Actualizando la base de datos UTXO
@@ -2997,10 +2953,6 @@
Verifying blocks...
Verificando bloques...
-
- Error loading %s: You can't disable HD on an already existing HD wallet
- Error cargando %s: No puedes deshabilitar HD en un monedero HD ya existente
-
Error reading from database, shutting down.
Error al leer la base de datos, cerrando aplicación.
@@ -3077,10 +3029,6 @@
-maxtxfee is set very high! Fees this large could be paid on a single transaction.
-maxtxfee tiene un valor muy elevado! Comisiones muy grandes podrían ser pagadas en una única transacción.
-
- Error loading %s: You can't enable HD on an already existing non-HD wallet
- Error cargando %s: No puedes habilitar HD en un monedero no HD ya existente
-
This is the transaction fee you may pay when fee estimates are not available.
Impuesto por transacción que pagarás cuando la estimación de impuesto no esté disponible.
@@ -3089,18 +3037,6 @@
Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments.
La longitud total de la cadena de versión de red ( %i ) supera la longitud máxima ( %i ) . Reducir el número o tamaño de uacomments .
-
- Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported.
- Argumento -socks no soportado. La configuración de la versión SOCKS ya no es posible, sólo los proxies SOCKS5 son compatibles.
-
-
- Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay.
- Argumento -whitelistalwaysrelay no soportado ha sido ignorado, utiliza -whitelistrelay y/o -whitelistforcerelay
-
-
- Warning: Unknown block versions being mined! It's possible unknown rules are in effect
- Advertencia: Se están minando versiones de bloques desconocidas! Es posible que reglas desconocidas estén activas
-
Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup.
Advertencia: Archivo de monedero corrupto, datos recuperados! Original %s guardado como %s en %s; si su balance de transacciones es incorrecto, debe restaurar desde una copia de seguridad.
diff --git a/src/qt/locale/bitcoin_es_CO.ts b/src/qt/locale/bitcoin_es_CO.ts
index 812d5ac70f..4001af8422 100644
--- a/src/qt/locale/bitcoin_es_CO.ts
+++ b/src/qt/locale/bitcoin_es_CO.ts
@@ -242,10 +242,6 @@ Exportar los datos en la pestaña actual a un archivo
&Overview
&Visión de conjunto
-
- Node
- Nodo
-
Show general overview of wallet
Mostrar vista general de la billetera
@@ -290,14 +286,6 @@ Exportar los datos en la pestaña actual a un archivo
&Change Passphrase...
&Cambiar contraseña...
-
- &Sending addresses...
- &Enviando Direcciones...
-
-
- &Receiving addresses...
- &Recibiendo Direcciones...
-
Open &URI...
Abrir &URL...
@@ -346,10 +334,6 @@ Exportar los datos en la pestaña actual a un archivo
Bitcoin
Bitcoin
-
- Wallet
- Billetera
-
&Send
&Enviar
@@ -442,6 +426,10 @@ Exportar los datos en la pestaña actual a un archivo
Up to date
A hoy
+
+ &Window
+ Ventana
+
Connecting to peers...
Conectando con sus pares ...
@@ -818,10 +806,6 @@ Exportar los datos en la pestaña actual a un archivo
Size of &database cache
Tamaño de la memoria caché de la base de datos
-
- MB
- MB
-
Number of script &verification threads
Cantidad de secuencias de comandos y verificación
@@ -850,10 +834,6 @@ Exportar los datos en la pestaña actual a un archivo
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.
Minimice en lugar de salir de la aplicación cuando la ventana esté cerrada. Cuando esta opción está habilitada, la aplicación se cerrará solo después de seleccionar Salir en el menú.
-
- Active command-line options that override above options:
- Opciones de línea de comando activas que anulan las opciones anteriores:
-
Open Configuration File
Abrir archivo de configuración
@@ -1878,6 +1858,9 @@ Tarifa de copia
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
diff --git a/src/qt/locale/bitcoin_es_DO.ts b/src/qt/locale/bitcoin_es_DO.ts
index 387a3ef540..af5553e229 100644
--- a/src/qt/locale/bitcoin_es_DO.ts
+++ b/src/qt/locale/bitcoin_es_DO.ts
@@ -163,10 +163,6 @@
Wallet encrypted
Monedero cifrado
-
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- %1 se cerrará ahora para finalizar el proceso de cifrado. Recuerde que el cifrado de su monedero no puede proteger de manera completa su Bitcoin de robo por malware que esté infectando su sistema.
-
BanTableModel
@@ -185,10 +181,6 @@
&Overview
&Vista general
-
- Node
- Nodo
-
Show general overview of wallet
Mostrar vista general del monedero
@@ -233,14 +225,6 @@
&Change Passphrase...
&Cambiar la contraseña…
-
- &Sending addresses...
- $Enviando dirección...
-
-
- &Receiving addresses...
- &Recibiendo dirección
-
Open &URI...
Abrir URI...
@@ -277,10 +261,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Monedero
-
&Send
&Enviar
@@ -373,6 +353,10 @@
Up to date
Actualizado
+
+ &Window
+ &Ventana
+
Catching up...
Actualizando...
@@ -569,10 +553,6 @@
&Main
&Principal
-
- MB
- MB
-
IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1)
Dirección IP del proxy (ej. IPv4: 127.0.0.1 / IPv6: ::1)
@@ -1216,6 +1196,9 @@
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
diff --git a/src/qt/locale/bitcoin_es_ES.ts b/src/qt/locale/bitcoin_es_ES.ts
index 00dadf2be8..dd783992a8 100644
--- a/src/qt/locale/bitcoin_es_ES.ts
+++ b/src/qt/locale/bitcoin_es_ES.ts
@@ -135,6 +135,10 @@
Repeat new passphrase
Repita la nueva contraseña
+
+ Show password
+ Mostrar contraseña
+
Enter the new passphrase to the wallet.<br/>Please use a passphrase of <b>ten or more random characters</b>, or <b>eight or more words</b>.
Introduzca la nueva frase clave del monedero. <br/>Por favor utilice una frase clave de <b>diez o más carácteres aleatorios</b>, o <b>ocho o más palabras</b>.
@@ -183,10 +187,6 @@
Wallet encrypted
Monedero encriptado
-
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- %1 se cerrará ahora para terminar el proceso de encriptación. Recuerde que encriptar su monedero no puede proteger completamente su monedero de ser robado por malware que infecte su ordenador.
-
IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.
IMPORTANTE: Cualquier copia de seguridad anterior que haya hecho en su archivo de monedero debería ser reemplazada con el archivo de monedero encriptado generado recientemente. Por razones de seguridad, las copias de seguridad anteriores del archivo de monedero desencriptado serán inútiles en cuanto empiece a utilizar el nuevo monedero encriptado.
@@ -249,10 +249,6 @@
&Overview
&Vista general
-
- Node
- Nodo
-
Show general overview of wallet
Mostrar vista general del monedero
@@ -309,18 +305,14 @@
&Change Passphrase...
&Cambiar la contraseña…
-
- &Sending addresses...
- Direcciones de &envío...
-
-
- &Receiving addresses...
- Direcciones de &recepción...
-
Open &URI...
Abrir &URI...
+
+ Wallet:
+ Monedero
+
Click to disable network activity.
Haz click para desactivar la actividad de red.
@@ -369,10 +361,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Monedero
-
&Send
&Enviar
@@ -485,6 +473,26 @@
Show the %1 help message to get a list with possible Bitcoin command-line options
Mostrar el mensaje de ayuda %1 para obtener una lista de los posibles comandos de linea de comandos de Bitcoin
+
+ &Window
+ &Ventana
+
+
+ Minimize
+ Minimizar
+
+
+ Zoom
+ Zoom
+
+
+ Restore
+ Restaurar
+
+
+ Main Window
+ Ventana Principal
+
%1 client
%1 cliente
@@ -507,6 +515,12 @@
Amount: %1
Amount: %1
+
+
+
+ Wallet: %1
+
+ Monedero: %1
@@ -543,6 +557,10 @@
HD key generation is <b>disabled</b>
La generación de claves HD está <b>desactivada</b>
+
+ Private key <b>disabled</b>
+ Clave privada <b>Deshabilitada</b>
+
Wallet is <b>encrypted</b> and currently <b>unlocked</b>
El monedero está <b>cifrado</b> y actualmente <b>desbloqueado</b>
@@ -745,6 +763,14 @@
The entered address "%1" is not a valid Bitcoin address.
La dirección introducida "%1" no es una dirección Bitcoin válida.
+
+ Address "%1" already exists as a receiving address with label "%2" and so cannot be added as a sending address.
+ La dirección "%1" ya existe como dirección receptora con la etiqueta "%2" y no puede añadirse como dirección emisora.
+
+
+ The entered address "%1" is already in the address book with label "%2".
+ La dirección introducida "%1" ya existe en la agenda con la etiqueta "%2".
+
Could not unlock wallet.
Podría no desbloquear el monedero.
@@ -881,11 +907,7 @@
Hide
Ocultar
-
- Unknown. Syncing Headers (%1)...
- Desconocido. Sincronizando cabeceras (%1)...
-
-
+
OpenURIDialog
@@ -931,10 +953,6 @@
Size of &database cache
Tamaño de cache de la &base de datos
-
- MB
- MB
-
Number of script &verification threads
Número de hilos de &verificación de scripts
@@ -951,10 +969,6 @@
Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.
Identificadores URL de terceros (por ejemplo, un explorador de bloques) que aparecen en la pestaña de transacciones como elementos del menú contextual. El %s en la URL es reemplazado por el valor hash de la transacción. Se pueden separar URL múltiples por una barra vertical |.
-
- Active command-line options that override above options:
- Opciones activas de consola de comandos que tienen preferencia sobre las opciones anteriores:
-
Reset all client options to default.
Restablecer todas las opciones predeterminadas del cliente.
@@ -1928,14 +1942,6 @@
Hide
Ocultar
-
- Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.
- Pagando solamente la cuota mínima es correcto, siempre y cuando haya menos volumen de transacciones que el espacio en los bloques. Pero tenga en cuenta que esto puede terminar en una transacción nunca confirmada, una vez que haya más demanda para transacciones Bitcoin que la red pueda procesar.
-
-
- (read the tooltip)
- (leer la sugerencia)
-
Recommended:
Recomendado:
@@ -2068,10 +2074,6 @@
Payment request expired.
Solicitud de pago caducada.
-
- Pay only the required fee of %1
- Pagar únicamente la cuota solicitada de %1
-
Warning: Invalid Bitcoin address
Alerta: dirección Bitcoin inválida
@@ -2774,6 +2776,9 @@
Unidad en la que se muestran las cantidades. Haga clic para seleccionar otra unidad.
+
+ WalletController
+
WalletFrame
@@ -2993,18 +2998,6 @@
Unable to bind to %s on this computer. %s is probably already running.
No se ha podido conectar con %s en este equipo. %s es posible que este todavia en ejecución.
-
- Unsupported argument -benchmark ignored, use -debug=bench.
- El argumento -benchmark no es soportado y ha sido ignorado, utiliza -debug=bench
-
-
- Unsupported argument -debugnet ignored, use -debug=net.
- Parámetros no compatibles -debugnet ignorados , use -debug = red.
-
-
- Unsupported argument -tor found, use -onion.
- Parámetros no compatibles -tor encontrados, use -onion .
-
User Agent comment (%s) contains unsafe characters.
El comentario del Agente de Usuario (%s) contiene caracteres inseguros.
@@ -3109,18 +3102,6 @@
Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments.
La longitud total de la cadena de versión de red ( %i ) supera la longitud máxima ( %i ) . Reducir el número o tamaño de uacomments .
-
- Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported.
- Error: argumento -socks encontrado. El ajuste de la versión SOCKS ya no es posible, sólo proxies SOCKS5 son compatibles.
-
-
- Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay.
- El argumento no soportado -whitelistalwaysrelay ha sido ignorado, utiliza -whitelistrelay y/o -whitelistforcerelay.
-
-
- Warning: Unknown block versions being mined! It's possible unknown rules are in effect
- Advertencia: Se están minando versiones de bloques desconocidas! Es posible que normas desconocidas estén activas
-
Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup.
Aviso: fichero de monedero corrupto, datos recuperados! Original %s guardado como %s en %s; si su balance de transacciones es incorrecto, debe restaurar desde una copia de seguridad.
diff --git a/src/qt/locale/bitcoin_es_MX.ts b/src/qt/locale/bitcoin_es_MX.ts
index e1f79c5056..d3e9dde09c 100644
--- a/src/qt/locale/bitcoin_es_MX.ts
+++ b/src/qt/locale/bitcoin_es_MX.ts
@@ -133,10 +133,6 @@
&Overview
&Vista previa
-
- Node
- Nodo
-
Show general overview of wallet
Mostrar la vista previa general de la cartera
@@ -181,14 +177,6 @@
&Change Passphrase...
&Cambiar contraseña...
-
- &Sending addresses...
- Direcciones de &envío...
-
-
- &Receiving addresses...
- Direcciones de &recepción...
-
Open &URI...
Abrir &URL...
@@ -225,10 +213,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Cartera
-
&Send
&Enviar
@@ -401,10 +385,6 @@
Options
Opciones
-
- Active command-line options that override above options:
- Activar las opciones de linea de comando que sobre escriben las siguientes opciones:
-
W&allet
Cartera
@@ -636,6 +616,9 @@
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
diff --git a/src/qt/locale/bitcoin_es_UY.ts b/src/qt/locale/bitcoin_es_UY.ts
index 32524b45e7..4fe7d7d751 100644
--- a/src/qt/locale/bitcoin_es_UY.ts
+++ b/src/qt/locale/bitcoin_es_UY.ts
@@ -45,12 +45,84 @@
&Delete
&Borrar
-
+
+ Choose the address to send coins to
+ Elige la dirección a donde enviar monedas
+
+
+ Choose the address to receive coins with
+ Elige la dirección donde recibir monedas
+
+
+ C&hoose
+ Elegir
+
+
+ Sending addresses
+ Direcciones de envío
+
+
+ Receiving addresses
+ Direcciones de recepción
+
+
+ These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins.
+ Estás son tus direcciones de Bitcoin para enviar pagos. Verifica siempre el monto y la dirección de recepción antes de enviar monedas.
+
+
+ These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction.
+ Estas son tus direcciones de Bitcoin para recibir pagos. Es recomendable usar una nueva dirección de recepción para cada transacción.
+
+
+ &Copy Address
+ &Copiar Dirección
+
+
+ Copy &Label
+ Copiar Etiqueta
+
+
+ &Edit
+ &Editar
+
+
+ Export Address List
+ Exportar Lista de Direcciones
+
+
+ Comma separated file (*.csv)
+ Archivo con valores separados por coma (*.csv)
+
+
+ Exporting Failed
+ La Exportación Falló
+
+
+ There was an error trying to save the address list to %1. Please try again.
+ Hubo un error al intentar guardar la lista de direcciones en %1. Por favor, intenta nuevamente.
+
+
AddressTableModel
-
+
+ Label
+ Etiqueta
+
+
+ Address
+ Dirección
+
+
+ (no label)
+ (sin etiqueta)
+
+
AskPassphraseDialog
+
+ Passphrase Dialog
+ Contraseña
+
Enter passphrase
Escriba la contraseña
@@ -63,6 +135,70 @@
Repeat new passphrase
Repetir nueva contraseña
+
+ Show password
+ Mostrar contraseña
+
+
+ Enter the new passphrase to the wallet.<br/>Please use a passphrase of <b>ten or more random characters</b>, or <b>eight or more words</b>.
+ Ingresa la nueva contraseña para la billetera.<br/>Por favor, usa una contraseña de <b>diez o más caracteres aleatorios</b>, u <b>ocho o más palabras</b>.
+
+
+ Encrypt wallet
+ Encriptar billetera
+
+
+ This operation needs your wallet passphrase to unlock the wallet.
+ Esta operación requiere la contraseña de tu billetera para desbloquear la billetera.
+
+
+ Unlock wallet
+ Desbloquear billetera
+
+
+ This operation needs your wallet passphrase to decrypt the wallet.
+ Esta operación requiere la contraseña de tu billetera para desencriptar la billetera.
+
+
+ Decrypt wallet
+ Desencriptar billetera
+
+
+ Change passphrase
+ Cambiar contraseña
+
+
+ Enter the old passphrase and new passphrase to the wallet.
+ Ingresa la antigua y la nueva contraseña de la billetera.
+
+
+ Confirm wallet encryption
+ Confirmar encriptación de billetera
+
+
+ Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>!
+ Atención: Si encriptas tu billetera y pierdes tu contraseña, vas a <b>PERDER TODOS TUS BITCOINS</b>!
+
+
+ Are you sure you wish to encrypt your wallet?
+ ¿Estás seguro que querés encriptar tu billetera?
+
+
+ Wallet encrypted
+ Billetera encriptada
+
+
+ Your wallet is now encrypted. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
+ Tu billetera quedó encriptada. Recuerda que encriptar tu billetera no protege totalmente tus bitcoins de ser robados por malware que infecte tu computadora.
+
+
+ Wallet encryption failed
+ La encriptación de la billetera falló
+
+
+ Wallet unlock failed
+ El desbloqueo de la billetera falló
+
BanTableModel
@@ -113,14 +249,6 @@
&Change Passphrase...
Cambiar contraseña
-
- &Sending addresses...
- Enviando direcciones
-
-
- &Receiving addresses...
- Recibiendo direcciones
-
Send coins to a Bitcoin address
Enviar monedas a una dirección Bitcoin
@@ -133,10 +261,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Billetera
-
&Show / Hide
Mostrar / Ocultar
@@ -231,6 +355,10 @@
Confirmed
Confirmado
+
+ (no label)
+ (sin etiqueta)
+
EditAddressDialog
@@ -339,6 +467,14 @@
Copy &Address
Copiar Dirección
+
+ Address
+ Dirección
+
+
+ Label
+ Etiqueta
+
Wallet
Billetera
@@ -346,6 +482,14 @@
RecentRequestsTableModel
+
+ Label
+ Etiqueta
+
+
+ (no label)
+ (sin etiqueta)
+
SendCoinsDialog
@@ -381,7 +525,11 @@
Confirm the send action
Confirmar el envío
-
+
+ (no label)
+ (sin etiqueta)
+
+
SendCoinsEntry
@@ -452,13 +600,40 @@
TransactionTableModel
+
+ Label
+ Etiqueta
+
+
+ (no label)
+ (sin etiqueta)
+
TransactionView
+
+ Comma separated file (*.csv)
+ Archivo con valores separados por coma (*.csv)
+
+
+ Label
+ Etiqueta
+
+
+ Address
+ Dirección
+
+
+ Exporting Failed
+ La Exportación Falló
+
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
diff --git a/src/qt/locale/bitcoin_es_VE.ts b/src/qt/locale/bitcoin_es_VE.ts
index b500c16352..f864353842 100644
--- a/src/qt/locale/bitcoin_es_VE.ts
+++ b/src/qt/locale/bitcoin_es_VE.ts
@@ -179,10 +179,6 @@
Synchronizing with network...
Sincronizando con la red...
-
- Node
- Nodo
-
Show general overview of wallet
Mostrar visión general de la billetera
@@ -207,10 +203,6 @@
&Options...
&Opciones...
-
- &Receiving addresses...
- Recepción de direcciones
-
Reindexing blocks on disk...
Reindexando bloques en el disco...
@@ -235,10 +227,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Billetera
-
&Send
&Enviar
@@ -774,6 +762,9 @@
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
diff --git a/src/qt/locale/bitcoin_et.ts b/src/qt/locale/bitcoin_et.ts
index 8291a50b1c..9ca03ddc95 100644
--- a/src/qt/locale/bitcoin_et.ts
+++ b/src/qt/locale/bitcoin_et.ts
@@ -321,10 +321,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Rahakott
-
&Send
&Saada
@@ -425,6 +421,10 @@
Up to date
Ajakohane
+
+ &Window
+ &Aken
+
%1 client
%1 klient
@@ -715,10 +715,6 @@
&Main
&Peamine
-
- MB
- MB
-
Reset all client options to default.
Taasta kõik klientprogrammi seadete vaikeväärtused.
@@ -1878,6 +1874,9 @@
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
diff --git a/src/qt/locale/bitcoin_et_EE.ts b/src/qt/locale/bitcoin_et_EE.ts
index 4778e9492b..3962f30aa6 100644
--- a/src/qt/locale/bitcoin_et_EE.ts
+++ b/src/qt/locale/bitcoin_et_EE.ts
@@ -133,10 +133,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Rahakott
-
&Send
&Saada
@@ -285,10 +281,6 @@
Options
Valikud
-
- MB
- MB
-
&Network
&Võrk
@@ -736,6 +728,9 @@
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
diff --git a/src/qt/locale/bitcoin_eu_ES.ts b/src/qt/locale/bitcoin_eu_ES.ts
index e266621d16..3e5db5a33c 100644
--- a/src/qt/locale/bitcoin_eu_ES.ts
+++ b/src/qt/locale/bitcoin_eu_ES.ts
@@ -257,10 +257,6 @@
&Options...
&Aukerak...
-
- &Receiving addresses...
- &Helbideak jasotzen...
-
Change the passphrase used for wallet encryption
Diruzorroa enkriptatzeko erabilitako pasahitza aldatu
@@ -804,6 +800,9 @@
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
diff --git a/src/qt/locale/bitcoin_fa.ts b/src/qt/locale/bitcoin_fa.ts
index 6d61d8a18d..8f5e42edd6 100644
--- a/src/qt/locale/bitcoin_fa.ts
+++ b/src/qt/locale/bitcoin_fa.ts
@@ -139,6 +139,10 @@
Show password
نمایش گذرواژه
+
+ Enter the new passphrase to the wallet.<br/>Please use a passphrase of <b>ten or more random characters</b>, or <b>eight or more words</b>.
+ کلمه رمز جدید را وارد کنید. <br/>لطفا کلمه رمزی که انتخاب میکنید <b>۱۰ یا بیشتر حرف تصادفی باشد <b> یا ۸ کلمه یا بیشتر باشد.
+
Encrypt wallet
رمزنگاری کیف پول
@@ -179,6 +183,10 @@
Wallet encrypted
کیف پول رمزنگاری شد
+
+ Your wallet is now encrypted. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
+ کیف بیت کوین رمزنگاری شد. به یاد داشته باشید رمزنگار کردن کیف بیت کوین نمیتواند به صورت کامل بیت کوین شما را در مقابل سرقت آنها توسط بدافزارهایی که ممکن است بر روی کامپیوتر شما نصب شوند، محافظت نماید.
+
Wallet encryption failed
رمزنگاری کیف پول با شکست مواجه شد
@@ -229,10 +237,6 @@
&Overview
&بررسی اجمالی
-
- Node
- گره
-
Show general overview of wallet
نمایش بررسی اجمالی کیف پول
@@ -289,18 +293,14 @@
&Change Passphrase...
&تغییر گذرواژه...
-
- &Sending addresses...
- &در حال ارسال آدرس ها...
-
-
- &Receiving addresses...
- &در حال دریافت آدرس ها...
-
Open &URI...
باز کردن &آدرس
+
+ Wallet:
+ کیف:
+
Click to disable network activity.
برای غیر فعال کردن فعالیت شبکه کلیک کنید.
@@ -345,10 +345,6 @@
Bitcoin
بیتکوین
-
- Wallet
- کیف پول
-
&Send
&ارسال
@@ -453,6 +449,14 @@
Up to date
وضعیت بهروز
+
+ &Window
+ &پنجره
+
+
+ Connecting to peers...
+ در حال اتصال به همتایان
+
Catching up...
بهروز رسانی...
@@ -811,10 +815,6 @@
Automatically start %1 after logging in to the system.
اجرای خودکار %1 بعد زمان ورود به سیستم.
-
- MB
- مگابایت
-
Reset all client options to default.
بازنشانی تمام تنظیمات به پیشفرض.
@@ -1810,6 +1810,9 @@
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
diff --git a/src/qt/locale/bitcoin_fa_IR.ts b/src/qt/locale/bitcoin_fa_IR.ts
index be00b00656..50fa7936da 100644
--- a/src/qt/locale/bitcoin_fa_IR.ts
+++ b/src/qt/locale/bitcoin_fa_IR.ts
@@ -187,10 +187,6 @@
Wallet encrypted
کیف پول رمزگذاری شده است
-
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- %1 برای اتمام فرایند رمزگذاری بسته خواهد شد. به خاطر داشته باشید که رمزگذاری WALLET شما، کامپیوتر شما را از آلودگی به بدافزارها مصون نمی دارد.
-
IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.
مهم: هر بکآپ قبلی که از کیفپول خود گرفتهاید، با نسخهی جدید رمزنگاریشده جایگزین خواهد شد. به دلایل امنیتی، پس از رمزنگاری کیفپول، بکآپهای قدیمی شما بلااستفاده خواهد شد.
@@ -253,10 +249,6 @@
&Overview
بازبینی
-
- Node
- گره
-
Show general overview of wallet
نمای کلی از wallet را نشان بده
@@ -313,14 +305,6 @@
&Change Passphrase...
تغییر رمز/پَس فرِیز
-
- &Sending addresses...
- درحال ارسال آدرسها…
-
-
- &Receiving addresses...
- دریافت آدرس ها
-
Open &URI...
بازکردن آدرس...
@@ -329,10 +313,6 @@
Wallet:
کیف پول:
-
- default wallet
- کیف پول پیشفرض
-
Click to disable network activity.
برای غیرفعالکردن فعالیت شبکه کلیک کنید.
@@ -381,10 +361,6 @@
Bitcoin
بیت کوین
-
- Wallet
- کیف پول
-
&Send
ارسال
@@ -489,6 +465,42 @@
Up to date
به روز
+
+ &Sending addresses
+ ادرس ارسال
+
+
+ &Receiving addresses
+ ادرس درسافت
+
+
+ Open Wallet
+ باز کردن حساب
+
+
+ Open a wallet
+ باز کردن یک حساب
+
+
+ default wallet
+ کیف پول پیشفرض
+
+
+ &Window
+ پنجره
+
+
+ Zoom
+ بزرگنمایی
+
+
+ Restore
+ بازگرداندن
+
+
+ Main Window
+ پنجره اصلی
+
Connecting to peers...
در حال اتصال به همتاهای شبکه...
@@ -826,8 +838,9 @@
اندازه کش پایگاه داده.
- MB
- مگابایت
+ &Hide tray icon
+ مخفی کردن ایکون
+
Open Configuration File
@@ -1031,6 +1044,10 @@
Payment request error
درخواست پرداخت با خطا مواجه شد
+
+ Payment request file handling
+ درحال پردازش درخواست پرداخت
+
Payment request rejected
درخواست پرداخت رد شد
@@ -1306,10 +1323,6 @@
&Unban
&خارج کردن از بن
-
- default wallet
- کیف پول پیشفرض
-
Network activity disabled
فعالیت شبکه غیر فعال شد
@@ -2180,6 +2193,9 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
@@ -2213,7 +2229,11 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Can't sign transaction.
نمیتوان تراکنش را ثبت کرد
-
+
+ default wallet
+ کیف پول پیشفرض
+
+
WalletView
@@ -2287,6 +2307,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Loading banlist...
در حال بارگذاری لیست بن...
+
+ Not enough file descriptors available.
+ توصیفگرهای فایل به اندازه کافی در دسترس نیست
+
Unable to generate keys
نمیتوان کلید ها را تولید کرد
@@ -2351,10 +2375,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
This is the transaction fee you may pay when fee estimates are not available.
این هزینه تراکنشی است که در صورت عدم وجود هزینه تخمینی، پرداخت می کنید.
-
- Warning: Unknown block versions being mined! It's possible unknown rules are in effect
- هشدار:یک بلاک از یک نسخه ناشناس در حال ماین شدن است.در این اتفاق ممکن است قوانین ناشناسی اثرات نامعلوم بگذارند.
-
%s is set very high!
%s بسیار بزرگ انتخاب شده است.
@@ -2375,6 +2395,11 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Transaction amounts must not be negative
مقدار تراکنش نمیتواند منفی باشد.
+
+ Transaction has too long of a mempool chain
+ تراکنش بیش از حد طولانی از یک زنجیر مهر و موم شده است
+
+
Transaction must have at least one recipient
تراکنش باید حداقل یک دریافت کننده داشته باشد
@@ -2383,10 +2408,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Insufficient funds
وجوه ناکافی
-
- Can't generate a change-address key. Private keys are disabled for this wallet.
- نمیتوان تغییر-آدرس کلید را تولید کرد.کلید های خصوصی در این کیف پول غیر فعال شده اند.
-
Loading block index...
لود شدن نمایه بلاکها..
diff --git a/src/qt/locale/bitcoin_fi.ts b/src/qt/locale/bitcoin_fi.ts
index f971ab2df5..b4e694cdc4 100644
--- a/src/qt/locale/bitcoin_fi.ts
+++ b/src/qt/locale/bitcoin_fi.ts
@@ -188,8 +188,8 @@
Lompakko salattiin
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- %1 sulkeutuu lopettaakseen salausprosessin. Muista, että salattukaan lompakko ei täysin suojaa sitä haittaohjelmien aiheuttamilta varkauksilta.
+ Your wallet is now encrypted. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
+ Lompakkosi on nyt salattu. Muistathan, että lompakon salaus ei riitä suojaamaan bitcoinejasi viruksen tai muun haittaohjelman tekemältä varkaudelta.
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.
@@ -253,10 +253,6 @@
&Overview
&Yleisnäkymä
-
- Node
- Solmu
-
Show general overview of wallet
Lompakon tilanteen yleiskatsaus
@@ -313,14 +309,6 @@
&Change Passphrase...
&Vaihda Tunnuslause...
-
- &Sending addresses...
- &Lähetysosoitteet...
-
-
- &Receiving addresses...
- &Vastaanotto-osoitteet...
-
Open &URI...
Avaa &URI...
@@ -329,10 +317,6 @@
Wallet:
Lompakko:
-
- default wallet
- oletuslompakko
-
Click to disable network activity.
Paina poistaaksesi verkkoyhteysilmaisin käytöstä.
@@ -385,10 +369,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Lompakko
-
&Send
&Lähetä
@@ -501,6 +481,26 @@
Show the %1 help message to get a list with possible Bitcoin command-line options
Näytä %1 ohjeet saadaksesi listan mahdollisista Bitcoinin komentorivivalinnoista
+
+ default wallet
+ oletuslompakko
+
+
+ &Window
+ &Ikkuna
+
+
+ Minimize
+ Pienennä
+
+
+ Restore
+ Palauta
+
+
+ Main Window
+ Pääikkuna
+
%1 client
%1-asiakas
@@ -523,6 +523,12 @@
Amount: %1
Määrä: %1
+
+
+
+ Wallet: %1
+
+ Lompakko: %1
@@ -559,6 +565,10 @@
HD key generation is <b>disabled</b>
HD avaimen generointi on </b>pois päältä</b>
+
+ Private key <b>disabled</b>
+ Yksityisavain <b>ei käytössä</b>
+
Wallet is <b>encrypted</b> and currently <b>unlocked</b>
Lompakko on <b>salattu</b> ja tällä hetkellä <b>avoinna</b>
@@ -937,11 +947,7 @@
Hide
Piilota
-
- Unknown. Syncing Headers (%1)...
- Tuntematon. Synkronoidaan tunnisteita (%1)...
-
-
+
OpenURIDialog
@@ -987,10 +993,6 @@
Size of &database cache
&Tietokannan välimuistin koko
-
- MB
- MB
-
Number of script &verification threads
Säikeiden määrä skriptien &varmistuksessa
@@ -1023,10 +1025,6 @@
Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.
Ulkopuoliset URL-osoitteet (esim. block explorer,) jotka esiintyvät siirrot-välilehdellä valikossa. %s URL-osoitteessa korvataan siirtotunnuksella. Useampi URL-osoite on eroteltu pystyviivalla |.
-
- Active command-line options that override above options:
- Aktiiviset komentorivivalinnat jotka ohittavat ylläolevat valinnat:
-
Open the %1 configuration file from the working directory.
Avaa %1 asetustiedosto työhakemistosta.
@@ -1055,6 +1053,10 @@
Prune &block storage to
Karsi lohkovaraston kooksi
+
+ GB
+ Gt
+
Reverting this setting requires re-downloading the entire blockchain.
Tämän asetuksen muuttaminen vaatii koko lohkoketjun uudelleenlataamista.
@@ -1471,10 +1473,34 @@
%1 ms
%1 ms
+
+ %n second(s)
+ %n sekunti%n sekuntia
+
+
+ %n minute(s)
+ %n minuutti%n minuuttia
+
+
+ %n hour(s)
+ %n tunti%n tuntia
+
+
+ %n day(s)
+ %n päivä%n päivää
+
+
+ %n week(s)
+ %n viikko%n viikkoa
+
%1 and %2
%1 ja %2
+
+ %n year(s)
+ %n vuosi%n vuotta
+
%1 B
%1 B
@@ -1604,6 +1630,10 @@
Memory usage
Muistin käyttö
+
+ Wallet:
+ Lompakko:
+
&Reset
&Nollaa
@@ -1772,10 +1802,6 @@
&Unban
&Poista esto
-
- default wallet
- oletuslompakko
-
Welcome to the %1 RPC console.
Tervetuloa %1 RPC-konsoliin.
@@ -1784,6 +1810,10 @@
Use up and down arrows to navigate history, and %1 to clear screen.
Käytä nuolia ylös ja alas selataksesi historiaa, sekä %1 tyhjentääkseksi ruudun.
+
+ Type %1 for an overview of available commands.
+ Kirjoita %1 nähdäksesi yleiskatsauksen käytettävissä olevista komennoista.
+
For more information on using this console type %1.
Lisätietoja konsolin käytöstä saat kirjoittamalla %1.
@@ -1867,6 +1897,10 @@
Clear
Tyhjennä
+
+ 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.
+ Natiivi segwit osoite (nk. Bech32 tai BIP173) rajoittaa siirtomaksuja myöhemmin ja tarjoaa paremman suojan kirjoitusvihreitä vastaan, mutta vanhat lompakot eivät tue ominaisuutta. Jos tätä ei valita, luodaan vanhojen lompakoiden kanssa yhteensopivia osoitteita.
+
Generate native segwit (Bech32) address
Luo natiivi segwit (Bech32) -osoite
@@ -2084,14 +2118,6 @@
Hide
Piilota
-
- Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.
- Vähimmäispalkkion maksaminen käy hyvin, kunhan verkossa on vähemmän siirtotapahtumia kuin lohkoissa on tilaa. Huomaa, että tämä saattaa johtaa ei-koskaan-vahvistuvaan siirtoon, jos verkon käsittelykyky ylittyy.
-
-
- (read the tooltip)
- (lue työkaluvinkki)
-
Recommended:
Suositeltu:
@@ -2204,6 +2230,10 @@
Transaction fee
Siirtokulu
+
+ Total Amount
+ Yhteensä
+
Confirm send coins
Vahvista kolikoiden lähetys
@@ -2244,10 +2274,6 @@
Payment request expired.
Maksupyyntö vanhentui.
-
- Pay only the required fee of %1
- Maksa vain vaadittu kulu %1
-
Estimated to begin confirmation within %n block(s).
Vahvistuminen alkaa arviolta %n lohkon sisällä.Vahvistuminen alkaa arviolta %n lohkon sisällä.
@@ -2613,6 +2639,10 @@
Credit
Krediitti
+
+ matures in %n more block(s)
+ kypsyy %n lohkon kuluttuakypsyy %n lohkon kuluttua
+
not accepted
ei hyväksytty
@@ -2970,6 +3000,9 @@
Yksikkö jossa määrät näytetään. Klikkaa valitaksesi toisen yksikön.
+
+ WalletController
+
WalletFrame
@@ -3019,6 +3052,10 @@
Could not commit transaction
Siirtoa ei voitu tehdä
+
+ default wallet
+ oletuslompakko
+
WalletView
@@ -3165,10 +3202,6 @@
Do you want to rebuild the block database now?
Haluatko uudelleenrakentaa lohkotietokannan nyt?
-
- Error creating %s: You can't create non-HD wallets with this version.
- Virhe luodessa %s: Et voi luoda ei-HD lompakkoja tällä versiolla.
-
Error initializing block database
Virhe alustaessa lohkotietokantaa
@@ -3281,18 +3314,6 @@
Unable to generate keys
Avaimia ei voitu luoda
-
- Unsupported argument -benchmark ignored, use -debug=bench.
- Argumenttia -benchmark ei tueta, käytä -debug=bench.
-
-
- Unsupported argument -debugnet ignored, use -debug=net.
- Argumenttia -debugnet ei tueta, käytä -debug=net.
-
-
- Unsupported argument -tor found, use -onion.
- Argumenttia -tor ei tueta, käytä -onion.
-
Unsupported logging category %s=%s.
Lokikategoriaa %s=%s ei tueta.
@@ -3321,10 +3342,6 @@
You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain
Palataksesi karsimattomaan tilaan joudut uudelleenrakentamaan tietokannan -reindex -valinnalla. Tämä lataa koko lohkoketjun uudestaan.
-
- Error loading %s: You can't disable HD on an already existing HD wallet
- Virhe ladattaessa %s: Et voi poistaa HD-ominaisuutta jo olemassa olevasta HD-lompakosta.
-
Error reading from database, shutting down.
Virheitä tietokantaa luettaessa, ohjelma pysäytetään.
@@ -3421,26 +3438,10 @@
-maxtxfee is set very high! Fees this large could be paid on a single transaction.
-maxtxfee on asetettu erittäin suureksi! Tämänkokoisia kuluja saatetaan maksaa yhdessä rahansiirrossa.
-
- Error loading %s: You can't enable HD on an already existing non-HD wallet
- Virhe ladattaessa %s: Et voi ottaa HD:ta käyttöön jo olemassa olevalle ei-HD -lompakolle.
-
This is the transaction fee you may pay when fee estimates are not available.
Tämän siirtomaksun maksat, kun siirtomaksun arviointi ei ole käytettävissä.
-
- Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported.
- Ei tuettu argumentti -socks löytynyt. SOCKS -version asetusta ei enää tueta, ainoastaan SOCKS5 -välityspalvelimet on tuettu.
-
-
- Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay.
- Argumenttia -whitelistalwaysrelay ei tueta ja se ohitettiin. Käytä -whitelistrelay ja/tai -whitelistforcerelay.
-
-
- Warning: Unknown block versions being mined! It's possible unknown rules are in effect
- Varoitus: Tuntemattomia lohkoversioita louhitaan! Tuntemattomia sääntöjä saattaa olla voimassa
-
%s is set very high!
%s on asetettu todella korkeaksi!
@@ -3489,14 +3490,14 @@
Insufficient funds
Lompakon saldo ei riitä
-
- Can't generate a change-address key. Private keys are disabled for this wallet.
- Vaihtorahaosoitetteen avainta ei voitu luoda. Yksityisavaimet on poistettu käytöstä tässä lompakossa.
-
Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable -fallbackfee.
Siirtomaksun arviointi epäonnistui. Odota muutama lohko tai käytä -fallbackfee -valintaa..
+
+ Cannot write to data directory '%s'; check permissions.
+ Hakemistoon '%s' ei voida kirjoittaa. Tarkista käyttöoikeudet.
+
Loading block index...
Ladataan lohkoindeksiä...
diff --git a/src/qt/locale/bitcoin_fr.ts b/src/qt/locale/bitcoin_fr.ts
index 75faa990b6..fc1c226ace 100644
--- a/src/qt/locale/bitcoin_fr.ts
+++ b/src/qt/locale/bitcoin_fr.ts
@@ -177,7 +177,7 @@
Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>!
- Avertissement : si vous chiffrez votre porte-monnaie et perdez votre phrase de passe, vous <b>PERDREZ TOUS VOS BITCOINS</b> !
+ Avertissement : Si vous chiffrez votre porte-monnaie et perdez votre phrase de passe, vous <b>PERDREZ TOUS VOS BITCOINS</b> !
Are you sure you wish to encrypt your wallet?
@@ -188,12 +188,12 @@
Le porte-monnaie est chiffré
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- %1 va maintenant se fermer pour terminer le processus de chiffrement. Souvenez-vous que le chiffrement de votre porte-monnaie ne peut pas protéger entièrement vos bitcoins contre le vol par des logiciels malveillants qui infecteraient votre ordinateur.
+ Your wallet is now encrypted. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
+ Votre porte-monnaie est désormais chiffré. N’oubliez pas que le chiffrement de votre porte-monnaie ne peut pas protéger entièrement vos bitcoins contre le vol par des programmes malveillants qui infecteraient votre ordinateur.
IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.
- IMPORTANT : toutes les sauvegardes précédentes du fichier de votre porte-monnaie devraient être remplacées par le fichier du porte-monnaie chiffré nouvellement généré. Pour des raisons de sécurité, les sauvegardes précédentes de votre fichier de porte-monnaie non chiffré deviendront inutilisables dès que vous commencerez à utiliser le nouveau porte-monnaie chiffré.
+ IMPORTANT : Toutes les sauvegardes précédentes du fichier de votre porte-monnaie devraient être remplacées par le fichier du porte-monnaie chiffré nouvellement généré. Pour des raisons de sécurité, les sauvegardes précédentes de votre fichier de porte-monnaie non chiffré deviendront inutilisables dès que vous commencerez à utiliser le nouveau porte-monnaie chiffré.
Wallet encryption failed
@@ -225,7 +225,7 @@
Warning: The Caps Lock key is on!
- Avertissement : la touche Verr. Maj. est activée !
+ Avertissement : La touche Verr. Maj. est activée !
@@ -253,10 +253,6 @@
&Overview
&Vue d’ensemble
-
- Node
- Nœud
-
Show general overview of wallet
Afficher une vue d’ensemble du porte-monnaie
@@ -313,14 +309,6 @@
&Change Passphrase...
&Changer la phrase de passe...
-
- &Sending addresses...
- Adresses d’&envoi...
-
-
- &Receiving addresses...
- Adresses de &réception...
-
Open &URI...
Ouvrir une &URI...
@@ -329,10 +317,6 @@
Wallet:
Porte-monnaie :
-
- default wallet
- porte-monnaie par défaut
-
Click to disable network activity.
Cliquer pour désactiver l’activité réseau.
@@ -385,10 +369,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Porte-monnaie
-
&Send
&Envoyer
@@ -491,16 +471,72 @@
Information
- Information
+ Informations
Up to date
À jour
+
+ &Sending addresses
+ &Adresses d’envoi
+
+
+ &Receiving addresses
+ &Adresses de réception
+
+
+ Open Wallet
+ Ouvrir le porte-monnaie
+
+
+ Open a wallet
+ Ouvrir un porte-monnaie
+
+
+ Close Wallet...
+ Fermer le porte-monnaie…
+
+
+ Close wallet
+ Fermer le porte-monnaie
+
Show the %1 help message to get a list with possible Bitcoin command-line options
Afficher le message d’aide de %1 pour obtenir la liste des options de ligne de commande Bitcoin possibles.
+
+ default wallet
+ porte-monnaie par défaut
+
+
+ Opening Wallet <b>%1</b>...
+ Ouverture du porte-monnaie <b>%1</b>…
+
+
+ Open Wallet Failed
+ Échec d’ouverture du porte-monnaie
+
+
+ &Window
+ &Fenêtre
+
+
+ Minimize
+ Réduire
+
+
+ Zoom
+ Zoomer
+
+
+ Restore
+ Restaurer
+
+
+ Main Window
+ Fenêtre principale
+
%1 client
Client %1
@@ -516,13 +552,13 @@
Date: %1
- Date : %1
+ Date : %1
Amount: %1
- Montant : %1
+ Montant : %1
@@ -534,19 +570,19 @@
Type: %1
- Type : %1
+ Type : %1
Label: %1
- Étiquette : %1
+ Étiquette : %1
Address: %1
- Adresse : %1
+ Adresse : %1
@@ -565,6 +601,10 @@
HD key generation is <b>disabled</b>
La génération de clé HD est <b>désactivée</b>
+
+ Private key <b>disabled</b>
+ La clé privée est <b>désactivée</b>
+
Wallet is <b>encrypted</b> and currently <b>unlocked</b>
Le porte-monnaie est <b>chiffré</b> et est actuellement <b>déverrouillé</b>
@@ -586,11 +626,11 @@
Quantity:
- Quantité :
+ Quantité :
Bytes:
- Octets :
+ Octets :
Amount:
@@ -598,19 +638,19 @@
Fee:
- Frais :
+ Frais :
Dust:
- Poussière :
+ Poussière :
After Fee:
- Après les frais :
+ Après les frais :
Change:
- Monnaie :
+ Monnaie :
(un)select all
@@ -858,7 +898,7 @@
Use a custom data directory:
- Utiliser un répertoire de données personnalisé :
+ Utiliser un répertoire de données personnalisé :
Bitcoin
@@ -905,7 +945,7 @@
Recent transactions may not yet be visible, and therefore your wallet's balance might be incorrect. This information will be correct once your wallet has finished synchronizing with the bitcoin network, as detailed below.
- Les transactions récentes ne sont peut-être pas encore visibles et par conséquent le solde de votre porte-monnaie est peut-être erroné. Cette information sera juste quand votre porte-monnaie aura fini de se synchroniser avec le réseau Bitcoin, comme décrit ci-dessous.
+ Les transactions récentes ne sont peut-être pas encore visibles et par conséquent le solde de votre porte-monnaie est peut-être erroné. Ces informations seront justes quand votre porte-monnaie aura fini de se synchroniser avec le réseau Bitcoin, comme décrit ci-dessous.
Attempting to spend bitcoins that are affected by not-yet-displayed transactions will not be accepted by the network.
@@ -944,8 +984,8 @@
Cacher
- Unknown. Syncing Headers (%1)...
- Inconnu. Synchronisation des en-têtes (%1)...
+ Unknown. Syncing Headers (%1, %2%)...
+ Inconnu. Synchronisation des en-têtes (%1, %2)…
@@ -960,7 +1000,7 @@
URI:
- URI :
+ URI :
Select payment request file
@@ -979,7 +1019,7 @@
&Main
- &Principaux
+ &Principales
Automatically start %1 after logging in to the system.
@@ -993,17 +1033,13 @@
Size of &database cache
Taille du cache de la base de &données
-
- MB
- Mo
-
Number of script &verification threads
Nombre de fils de &vérification de script
IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1)
- Adresse IP du mandataire (p. ex. IPv4 : 127.0.0.1 / IPv6 : ::1)
+ Adresse IP du mandataire (p. ex. IPv4 : 127.0.0.1 / IPv6 : ::1)
Shows if the supplied default SOCKS5 proxy is used to reach peers via this network type.
@@ -1023,15 +1059,11 @@
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.
- Quand la fenêtre est fermée, réduire au lieu de quitter l’application. Si cette option est activée, l’application ne sera fermée qu’en sélectionnant Quitter dans le menu.
+ Quand la fenêtre est fermée, la réduire au lieu de quitter l’application. Si cette option est activée, l’application ne sera fermée qu’en sélectionnant Quitter dans le 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 |.
- URL de tiers (p. ex. un explorateur de blocs) apparaissant dans l’onglet des transactions comme éléments du menu contextuel. %s dans l’URL est remplacé par le hachage de la transaction. Les URL multiples sont séparées par une barre verticale |.
-
-
- Active command-line options that override above options:
- Options de ligne de commande actives qui remplacent les options ci-dessus :
+ URL tierces (p. ex. un explorateur de blocs) qui apparaissant dans l’onglet des transactions comme des éléments du menu contextuel. %s dans l’URL est remplacé par le hachage de la transaction. Les URL multiples sont séparées par une barre verticale |.
Open the %1 configuration file from the working directory.
@@ -1069,6 +1101,10 @@
Reverting this setting requires re-downloading the entire blockchain.
Changer ce paramètre à sa valeur antérieure exige de retélécharger la chaîne de blocs dans son intégralité.
+
+ MiB
+ Mio
+
(0 = auto, <0 = leave that many cores free)
(0 = auto, < 0 = laisser ce nombre de cœurs inutilisés)
@@ -1115,7 +1151,7 @@
&Connect through SOCKS5 proxy (default proxy):
- Se &connecter par un mandataire SOCKS5 (mandataire par défaut) :
+ Se &connecter par un mandataire SOCKS5 (mandataire par défaut) :
Proxy &IP:
@@ -1131,7 +1167,7 @@
Used for reaching peers via:
- Utilisé pour rejoindre les pairs par :
+ Utilisé pour rejoindre les pairs par :
IPv4
@@ -1191,7 +1227,11 @@
&Third party transaction URLs
- URL de transaction de &tiers
+ URL de transaction &tierces
+
+
+ Options set in this dialog are overridden by the command line or in the configuration file:
+ Les options définies dans cette boîte de dialogue sont remplacées par la ligne de commande ou par le fichier de configuration :
&OK
@@ -1227,7 +1267,7 @@
The configuration file is used to specify advanced user options which override GUI settings. Additionally, any command-line options will override this configuration file.
- Le fichier de configuration est utilisé pour indiquer aux utilisateurs experts quelles options remplacent les paramètres de l’IUG. De plus, toute option de ligne de commande modifiera ce fichier de configuration.
+ Le fichier de configuration est utilisé pour indiquer aux utilisateurs experts quelles options remplacent les paramètres de l’IUG. De plus, toute option de ligne de commande remplacera ce fichier de configuration.
Error
@@ -1258,11 +1298,11 @@
Watch-only:
- Juste-regarder :
+ Juste-regarder :
Available:
- Disponible :
+ Disponible :
Your current spendable balance
@@ -1270,7 +1310,7 @@
Pending:
- En attente :
+ En attente :
Total of transactions that have yet to be confirmed, and do not yet count toward the spendable balance
@@ -1278,7 +1318,7 @@
Immature:
- Immature :
+ Immature :
Mined balance that has not yet matured
@@ -1290,7 +1330,7 @@
Total:
- Total :
+ Total :
Your current total balance
@@ -1302,7 +1342,7 @@
Spendable:
- Disponible :
+ Disponible :
Recent transactions
@@ -1339,9 +1379,17 @@
'bitcoin://' is not a valid URI. Use 'bitcoin:' instead.
'bitcoin://' n’est pas une URI valide. Utilisez plutôt 'bitcoin:'.
+
+ You are using a BIP70 URL which will be unsupported in the future.
+ Vous utilisez une URL BIP70 qui ne sera plus prise en charge à l’avenir
+
Payment request fetch URL is invalid: %1
- L’URL de récupération de la demande de paiement est invalide : %1
+ L’URL de récupération de la demande de paiement est invalide : %1
+
+
+ Cannot process payment request because BIP70 support was not compiled in.
+ Il est impossible de traiter la demande de paiement, car la prise en charge de BIP70 n’a pas été compilée dans le logiciel.
Invalid payment address %1
@@ -1592,7 +1640,7 @@
General
- Général
+ Générales
Using BerkeleyDB version
@@ -1600,7 +1648,19 @@
Datadir
- Datadir
+ Répertoire des données
+
+
+ To specify a non-default location of the data directory use the '%1' option.
+ Pour indiquer un emplacement du répertoire des données différent de celui par défaut, utiliser l’option ’%1’.
+
+
+ Blocksdir
+ Répertoire des blocs
+
+
+ To specify a non-default location of the blocks directory use the '%1' option.
+ Pour indiquer un emplacement du répertoire des blocs différent de celui par défaut, utiliser l’option ’%1’.
Startup time
@@ -1652,11 +1712,11 @@
Received
- Reçu
+ Reçus
Sent
- Envoyé
+ Envoyés
&Peers
@@ -1668,7 +1728,7 @@
Select a peer to view detailed information.
- Choisir un pair pour voir l’information détaillée.
+ Choisir un pair pour voir des informations détaillées.
Whitelisted
@@ -1814,29 +1874,25 @@
&Unban
&Réhabiliter
-
- default wallet
- porte-monnaie par défaut
-
Welcome to the %1 RPC console.
Bienvenue sur la console RPC de %1.
Use up and down arrows to navigate history, and %1 to clear screen.
- Utiliser les touches de déplacement pour naviguer dans l’historique et %1 pour effacer l’écran.
+ Utilisez les touches de déplacement pour naviguer dans l’historique et %1 pour effacer l’écran.
Type %1 for an overview of available commands.
- Taper %1 pour afficher un aperçu des commandes proposées.
+ Tapez %1 pour afficher un aperçu des commandes proposées.
For more information on using this console type %1.
- Pour plus d’informations sur l’utilisation de cette console, taper %1.
+ Pour de plus amples renseignements sur l’utilisation de cette console, tapez %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.
- AVERTISSEMENT : des fraudeurs sont réputés être à l’oeuvre, demandant aux utilisateurs de taper des commandes ici, dérobant ainsi le contenu de leurs porte-monnaie. Ne pas utiliser cette console sans une compréhension parfaite des conséquences d’une commande.
+ AVERTISSEMENT : Des fraudeurs se sont montrés actifs, demandant aux utilisateurs de taper des commandes ici, dérobant ainsi le contenu de leurs porte-monnaie. N’utilisez pas cette console sans une compréhension parfaite des conséquences d’une commande.
Network activity disabled
@@ -1899,7 +1955,7 @@
An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Bitcoin network.
- Un message facultatif à joindre à la demande de paiement et qui sera affiché à l’ouverture de celle-ci. Note : le message ne sera pas envoyé avec le paiement par le réseau Bitcoin.
+ Un message facultatif à joindre à la demande de paiement et qui sera affiché à l’ouverture de celle-ci. Note : Le message ne sera pas envoyé avec le paiement par le réseau Bitcoin.
An optional label to associate with the new receiving address.
@@ -2080,7 +2136,7 @@
Insufficient funds!
- Fonds insuffisants !
+ Les fonds sont insuffisants !
Quantity:
@@ -2128,7 +2184,7 @@
Warning: Fee estimation is currently not possible.
- Avertissement : l’estimation des frais n’est actuellement pas possible.
+ Avertissement : L’estimation des frais n’est actuellement pas possible.
collapse fee-settings
@@ -2150,14 +2206,6 @@ Note : Les frais étant calculés par octet, des frais de « 100 satoshis par
Hide
Cacher
-
- Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.
- Il est correct de payer les frais minimum tant que le volume transactionnel est inférieur à l’espace dans les blocs. Mais soyez conscient que cela pourrait résulter en une transaction n’étant jamais confirmée une fois qu’il y aura plus de transactions que le réseau ne pourra en traiter.
-
-
- (read the tooltip)
- (lire l’infobulle)
-
Recommended:
Recommandés :
@@ -2186,6 +2234,14 @@ Note : Les frais étant calculés par octet, des frais de « 100 satoshis par
Dust:
Poussière :
+
+ 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.
+ Quand le volume des transactions est inférieur à l’espace dans les blocs, les mineurs et les nœuds de relais peuvent imposer des frais minimaux. Il est correct de payer ces frais minimaux, mais soyez conscient que cette transaction pourrait n’être jamais confirmée si la demande en transactions de bitcoins dépassait la capacité de traitement du réseau.
+
+
+ A too low fee might result in a never confirming transaction (read the tooltip)
+ Si les frais sont trop bas, cette transaction pourrait n’être jamais confirmée (lire l’infobulle)
+
Confirmation time target:
Estimation du délai de confirmation :
@@ -2322,21 +2378,17 @@ Note : Les frais étant calculés par octet, des frais de « 100 satoshis par
Payment request expired.
La demande de paiement a expiré
-
- Pay only the required fee of %1
- Payer seulement les frais exigés de %1
-
Estimated to begin confirmation within %n block(s).
Il est estimé que la confirmation commencera dans %n bloc.Il est estimé que la confirmation commencera dans %n blocs.
Warning: Invalid Bitcoin address
- Avertissement : adresse Bitcoin invalide
+ Avertissement : L’adresse Bitcoin est invalide
Warning: Unknown change address
- Avertissement : adresse de monnaie inconnue
+ Avertissement : L’adresse de monnaie est inconnue
Confirm custom change address
@@ -2423,7 +2475,7 @@ Note : Les frais étant calculés par octet, des frais de « 100 satoshis par
A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcoin network.
- Un message qui était joint à l’URI bitcoin: et qui sera stocké avec la transaction pour référence. Note : ce message ne sera pas envoyé par le réseau Bitcoin.
+ Un message qui était joint à l’URI bitcoin: et qui sera stocké avec la transaction pour référence. Note : Ce message ne sera pas envoyé par le réseau Bitcoin.
Pay To:
@@ -3060,6 +3112,21 @@ Note : Les frais étant calculés par octet, des frais de « 100 satoshis par
Unité d’affichage des montants. Cliquer pour choisir une autre unité.
+
+ WalletController
+
+ Close wallet
+ Fermer le porte-monnaie
+
+
+ Are you sure you wish to close wallet <i>%1</i>?
+ Voulez-vous vraiment fermer le porte-monnaie <i>%1</i> ?
+
+
+ Closing the wallet for too long can result in having to resync the entire chain if pruning is enabled.
+ Fermer le porte-monnaie trop longtemps peut impliquer de devoir resynchroniser la chaîne entière si l’élagage est activé.
+
+
WalletFrame
@@ -3109,6 +3176,10 @@ Note : Les frais étant calculés par octet, des frais de « 100 satoshis par
Could not commit transaction
Impossible de valider la transaction
+
+ default wallet
+ porte-monnaie par défaut
+
WalletView
@@ -3165,7 +3236,7 @@ Note : Les frais étant calculés par octet, des frais de « 100 satoshis par
Rescans are not possible in pruned mode. You will need to use -reindex which will download the whole blockchain again.
- Les rebalayages sont impossibles en mode élagage. Vous devrez utiliser -reindex, ce qui téléchargera de nouveau la chaîne de blocs en entier.
+ Les réanalyses sont impossibles en mode élagué. Vous devrez utiliser -reindex, ce qui téléchargera de nouveau la chaîne de blocs en entier.
Error: A fatal internal error occurred, see debug.log for details
@@ -3187,6 +3258,10 @@ Note : Les frais étant calculés par octet, des frais de « 100 satoshis par
The %s developers
Les développeurs de %s
+
+ Can't generate a change-address key. No keys in the internal keypool and can't generate any keys.
+ Impossible de générer une clé d’adresse de monnaie. Il n’y a pas de clés dans la réserve de clés et il est impossible d’en générer.
+
Cannot obtain a lock on data directory %s. %s is probably already running.
Impossible d’obtenir un verrou sur le répertoire de données %s. %s fonctionne probablement déjà.
@@ -3197,11 +3272,7 @@ Note : Les frais étant calculés par octet, des frais de « 100 satoshis par
Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect.
- Erreur de lecture de %s ! Toutes les clés ont été lues correctement, mais les données transactionnelles ou les entrées du carnet d’adresses sont peut-être manquantes ou incorrectes.
-
-
- Group outputs by address, selecting all or none, instead of selecting on a per-output basis. Privacy is improved as an address is only used once (unless someone sends to it after spending from it), but may result in slightly higher fees as suboptimal coin selection may result due to the added limitation (default: %u)
- Grouper les sorties par adresse, les sélectionnant toutes ou n’en sélectionnant aucune, au lieu d’une sélection par sortie. La confidentialité est améliorée dans la mesure où une adresse n’est utilisée qu’une fois (à moins que quelqu’un envoie à adresse après l’avoir utilisée pour une dépense). Cela pourrait entraîner des frais légèrement plus élevés, car une sélection sous-optimale des pièces pourrait en résulter en raison de la restriction supplémentaire (par défaut : %u)
+ Erreur de lecture de %s ! Toutes les clés ont été lues correctement, mais les données transactionnelles ou les entrées du carnet d’adresses sont peut-être manquantes ou incorrectes.
Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly.
@@ -3209,7 +3280,7 @@ Note : Les frais étant calculés par octet, des frais de « 100 satoshis par
Please contribute if you find %s useful. Visit %s for further information about the software.
- Si vous trouvez %s utile, vous pouvez y contribuer. Vous trouverez davantage d’informations à propos du logiciel sur %s.
+ Si vous trouvez %s utile, vous pouvez y contribuer. Vous trouverez plus de renseignements au sujet du logiciel sur %s.
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
@@ -3233,11 +3304,11 @@ Note : Les frais étant calculés par octet, des frais de « 100 satoshis par
Warning: The network does not appear to fully agree! Some miners appear to be experiencing issues.
- Avertissement : le réseau ne semble pas totalement d’accord ! Certains mineurs semblent éprouver des problèmes.
+ Avertissement : Le réseau ne semble pas totalement d’accord ! Certains mineurs semblent éprouver des problèmes.
Warning: We do not appear to fully agree with our peers! You may need to upgrade, or other nodes may need to upgrade.
- Avertissement : nous ne semblons pas être en accord complet avec nos pairs ! Une mise à niveau pourrait être nécessaire pour vous ou pour d’autres nœuds du réseau.
+ Avertissement : Nous ne semblons pas être en accord complet avec nos pairs ! Une mise à niveau pourrait être nécessaire pour vous ou pour d’autres nœuds du réseau.
%d of last 100 blocks have unexpected version
@@ -3259,6 +3330,10 @@ Note : Les frais étant calculés par octet, des frais de « 100 satoshis par
Change index out of range
L’index de changement est hors échelle
+
+ Config setting for %s only applied on %s network when in [%s] section.
+ Paramètre de configuration pour %s qui est seulement appliqué sur le réseau %s si situé dans la section [%s].
+
Copyright (C) %i-%i
Tous droits réservés (C) %i-%i
@@ -3271,17 +3346,13 @@ Note : Les frais étant calculés par octet, des frais de « 100 satoshis par
Do you want to rebuild the block database now?
Voulez-vous reconstruire la base de données de blocs maintenant ?
-
- Error creating %s: You can't create non-HD wallets with this version.
- Erreur de création de %s : vous ne pouvez pas créer de porte-monnaie non HD avec cette version.
-
Error initializing block database
Erreur d’initialisation de la base de données de blocs
Error initializing wallet database environment %s!
- Erreur d’initialisation de l’environnement de la base de données du porte-monnaie %s !
+ Erreur d’initialisation de l’environnement de la base de données du porte-monnaie %s !
Error loading %s
@@ -3347,6 +3418,10 @@ Note : Les frais étant calculés par octet, des frais de « 100 satoshis par
Specified blocks directory "%s" does not exist.
Le répertoire des blocs indiqué « %s » n’existe pas.
+
+ Unable to create the PID file '%s': %s
+ Impossible de créer le fichier PID '%s' : %s
+
Upgrading txindex database
Mise à niveau de la base de données txindex
@@ -3395,18 +3470,6 @@ Note : Les frais étant calculés par octet, des frais de « 100 satoshis par
Unable to generate keys
Impossible de générer les clés
-
- Unsupported argument -benchmark ignored, use -debug=bench.
- Argument non pris en charge -benchmark ignoré, utiliser -debug=bench.
-
-
- Unsupported argument -debugnet ignored, use -debug=net.
- Argument non pris en charge -debugnet ignoré, utiliser -debug=net.
-
-
- Unsupported argument -tor found, use -onion.
- Argument non pris en charge -tor trouvé, utiliser -onion
-
Unsupported logging category %s=%s.
Catégorie de journalisation non prise en charge %s=%s.
@@ -3443,10 +3506,6 @@ Note : Les frais étant calculés par octet, des frais de « 100 satoshis par
You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain
Vous devez reconstruire la base de données en utilisant -reindex afin de revenir au mode sans élagage. Cela retéléchargera complètement la chaîne de blocs.
-
- Error loading %s: You can't disable HD on an already existing HD wallet
- Erreur de chargement de %s : vous ne pouvez pas désactiver HD sur un porte-monnaie HD existant
-
Error reading from database, shutting down.
Erreur de lecture de la base de données, fermeture en cours.
@@ -3455,6 +3514,10 @@ Note : Les frais étant calculés par octet, des frais de « 100 satoshis par
Error upgrading chainstate database
Erreur de mise à niveau de la base de données d’état de la chaîne
+
+ Error: Disk space is low for %s
+ Erreur : Il reste peu d’espace disque sur %s
+
Information
Informations
@@ -3483,17 +3546,27 @@ Note : Les frais étant calculés par octet, des frais de « 100 satoshis par
Reducing -maxconnections from %d to %d, because of system limitations.
Réduction de -maxconnections de %d à %d, due aux restrictions du système
+
+ Section [%s] is not recognized.
+ La section [%s] n’est pas reconnue.
+
Signing transaction failed
Échec de signature de la transaction
+
+ The specified config file %s does not exist
+
+ Le fichier de configuration indiqué %s n’existe pas
+
+
The transaction amount is too small to pay the fee
Le montant de la transaction est trop bas pour que les frais soient payés
This is experimental software.
- Ceci est un logiciel expérimental.
+ Ce logiciel est expérimental.
Transaction amount too small
@@ -3529,7 +3602,7 @@ Note : Les frais étant calculés par octet, des frais de « 100 satoshis par
Warning: unknown new rules activated (versionbit %i)
- Avertissement : nouvelles règles inconnues activées (bit de version %i)
+ Avertissement : De nouvelles règles inconnues ont été activées (bit de version %i).
Zapping all transactions from wallet...
@@ -3539,37 +3612,21 @@ Note : Les frais étant calculés par octet, des frais de « 100 satoshis par
-maxtxfee is set very high! Fees this large could be paid on a single transaction.
La valeur -maxtxfee est très élevée ! Des frais aussi élevés pourraient être payés en une seule transaction.
-
- Error loading %s: You can't enable HD on an already existing non-HD wallet
- Erreur de chargement de %s : vous ne pouvez pas activer HD sur un porte-monnaie non HD existant
-
This is the transaction fee you may pay when fee estimates are not available.
Il s’agit des frais de transaction que vous pourriez payer si aucune estimation de frais n’est proposée.
This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit %s and cryptographic software written by Eric Young and UPnP software written by Thomas Bernard.
- Ce produit comprend des logiciels développés par le Projet OpenSSL pour être utilisés dans la boîte à outils OpenSSL %s, et un logiciel cryptographique écrit par Eric Young, ainsi qu’un logiciel UPnP écrit par Thomas Bernard.
+ Ce produit comprend des programmes développés par le Projet OpenSSL pour être utilisés dans la boîte à outils OpenSSL %s, et un programme cryptographique écrit par Eric Young, ainsi qu’un programme UPnP écrit par Thomas Bernard.
Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments.
La taille totale de la chaîne de version de réseau (%i) dépasse la longueur maximale (%i). Réduire le nombre ou la taille des commentaires uacomments.
-
- Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported.
- L’argument non pris en charge -socks a été trouvé. Il n’est plus possible de définir la version de SOCKS, seuls les mandataires SOCKS5 sont pris en charge.
-
-
- Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay.
- Argument non pris charge -whitelistalwaysrelay ignoré, utiliser -whitelistrelay et/ou -whitelistforcerelay.
-
-
- Warning: Unknown block versions being mined! It's possible unknown rules are in effect
- Avertissement : des versions de blocs inconnues sont minées ! Il est possible que des règles inconnues soient en vigueur
-
Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup.
- Avertissement : le fichier du porte-monnaie est corrompu, les données ont été récupérées ! Le fichier %s original a été enregistré en tant que %s dans %s ; si votre solde ou vos transactions sont incorrects, vous devriez restaurer une sauvegarde.
+ Avertissement : Le fichier du porte-monnaie est corrompu, les données ont été récupérées ! Le fichier %s original a été enregistré en tant que %s dans %s ; si votre solde ou vos transactions sont incorrects, vous devriez restaurer une sauvegarde.
%s is set very high!
@@ -3619,10 +3676,6 @@ Note : Les frais étant calculés par octet, des frais de « 100 satoshis par
Insufficient funds
Fonds insuffisants
-
- Can't generate a change-address key. Private keys are disabled for this wallet.
- Impossible de générer une clé d’adresse de monnaie. Les clés privées sont désactivées pour ce porte-monnaie.
-
Cannot upgrade a non HD split wallet without upgrading to support pre split keypool. Please use -upgradewallet=169900 or -upgradewallet with no version specified.
Impossible de mettre à niveau un porte-monnaie divisé non-HD sans mettre à niveau pour prendre en charge la réserve de clés antérieure à la division. Veuillez utiliser -upgradewallet=169900 ou -upgradewallet sans indiquer de version.
@@ -3653,7 +3706,7 @@ Note : Les frais étant calculés par octet, des frais de « 100 satoshis par
Rescanning...
- Nouvelle analyse…
+ Réanalyse…
Done loading
diff --git a/src/qt/locale/bitcoin_fr_CA.ts b/src/qt/locale/bitcoin_fr_CA.ts
index 235af7b3ae..8dd7dc557c 100644
--- a/src/qt/locale/bitcoin_fr_CA.ts
+++ b/src/qt/locale/bitcoin_fr_CA.ts
@@ -168,6 +168,9 @@
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
diff --git a/src/qt/locale/bitcoin_fr_FR.ts b/src/qt/locale/bitcoin_fr_FR.ts
index 610421da31..286c93b90e 100644
--- a/src/qt/locale/bitcoin_fr_FR.ts
+++ b/src/qt/locale/bitcoin_fr_FR.ts
@@ -3,7 +3,7 @@
AddressBookPage
Right-click to edit address or label
- Faîtes un clique droit afin de modifier l'adresse ou l'étiquette
+ Faîtes un clic droit afin de modifier l'adresse ou l'étiquette
Create a new address
@@ -187,10 +187,6 @@
Wallet encrypted
Portefeuille chiffré
-
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- %1 va à présent se fermer pour terminer la procédure de cryptage. N'oubliez pas que le chiffrement de votre porte-monnaie ne peut pas fournir une protection totale contre le vol par des logiciels malveillants qui infecteraient votre ordinateur.
-
IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.
IMPORTANT: Toute sauvegarde préalable de votre porte-monnais devrait être emplacée par le fichier nouvellement généré et encrypté.
@@ -253,10 +249,6 @@
&Overview
&Vue d'ensemble
-
- Node
- Nœud
-
Show general overview of wallet
Affiche une vue d'ensemble du porte-monnaie
@@ -313,18 +305,14 @@
&Change Passphrase...
&Modifier le mot de passe
-
- &Sending addresses...
- &Adresses d'envoi
-
-
- &Receiving addresses...
- &Adresses de réception
-
Open &URI...
Ouvrir &URI
+
+ Wallet:
+ Portefeuille :
+
Click to disable network activity.
Cliquez pour désactiver l'activité du réseau.
@@ -345,6 +333,10 @@
Reindexing blocks on disk...
Réindexer les blocs sur le disque...
+
+ Proxy is <b>enabled</b>: %1
+ Le proxy est <b>activé</b> : %1
+
Send coins to a Bitcoin address
Envoyer des pièces à une adresse Bitcoin
@@ -373,10 +365,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Portefeuille
-
&Send
&Envoyer
@@ -485,6 +473,14 @@
Show the %1 help message to get a list with possible Bitcoin command-line options
Afficher le %1 message d'aide pour récupérer une liste des options de ligne de commande Bitcoin
+
+ default wallet
+ portefeuille par défaut
+
+
+ &Window
+ &Fenêtre
+
%1 client
%1 client
@@ -507,6 +503,12 @@
Amount: %1
Montant:%1
+
+
+
+ Wallet: %1
+
+ Portefeuille : %1
@@ -887,10 +889,6 @@
Size of &database cache
Taille du cache de la base de données.
-
- MB
- MO
-
IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1)
Adresse IP du proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1)
@@ -1672,10 +1670,6 @@
Payment request expired.
Demande de paiement expirée.
-
- Pay only the required fee of %1
- Payer seulement les frais obligatoire de %1
-
Warning: Invalid Bitcoin address
Attention: Adresse Bitcoin Invalide
@@ -2186,6 +2180,9 @@
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
@@ -2199,7 +2196,11 @@
Send Coins
Envoyer des pièces
-
+
+ default wallet
+ portefeuille par défaut
+
+
WalletView
@@ -2242,6 +2243,10 @@
Importation ...
+
+ Upgrading UTXO database
+ Mise à jour de la base de données des UTXO
+
Verifying blocks...
Vérifications des blocs...
@@ -2278,6 +2283,10 @@ Importation ...
Transaction too large
Transaction trop grande
+
+ Unable to generate initial keys
+ Impossible de générer la clé initiale
+
Warning
Attention
diff --git a/src/qt/locale/bitcoin_gl.ts b/src/qt/locale/bitcoin_gl.ts
index b1a5cd7b64..cfdfe79a61 100644
--- a/src/qt/locale/bitcoin_gl.ts
+++ b/src/qt/locale/bitcoin_gl.ts
@@ -125,10 +125,6 @@
&Change Passphrase...
&Cambiar contrasinal...
-
- &Receiving addresses...
- Direccións para recibir
-
Reindexing blocks on disk...
Reindexando bloques no disco...
@@ -161,10 +157,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Moedeiro
-
&Send
&Enviar
@@ -257,6 +249,10 @@
Up to date
Actualizado
+
+ &Window
+ &Xanela
+
Catching up...
Poñendo ao día...
@@ -988,6 +984,9 @@
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
diff --git a/src/qt/locale/bitcoin_he.ts b/src/qt/locale/bitcoin_he.ts
index b9989d5c53..60c31e3e36 100644
--- a/src/qt/locale/bitcoin_he.ts
+++ b/src/qt/locale/bitcoin_he.ts
@@ -187,10 +187,6 @@
Wallet encrypted
הארנק מוצפן
-
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- %1 ייסגר כעת כדי לסיים את תהליך ההצפנה. נא לשים לב כי הצפנת הארנק שלך לא יכול להגן על הביטקוינים שלך מפני גניבה או נוזקה שתוקפת את מחשבך.
-
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.
חשוב: כל הגיבויים הקודמים שערכת לארנק שלך אמורים להתחלף עם קובץ הארנק המוצפן שנוצר כרגע. מטעמי אבטחה, הגיבויים הקודמים של קובץ הארנק שאינו מוגן הופכים לחסרי תועלת ברגע התחלת השימוש בארנק החדש והמוצפן.
@@ -253,10 +249,6 @@
&Overview
&סקירה
-
- Node
- מפרק
-
Show general overview of wallet
הצגת סקירה כללית של הארנק
@@ -313,14 +305,6 @@
&Change Passphrase...
ה&חלפת מילת הצופן…
-
- &Sending addresses...
- כתובת ה&שליחה…
-
-
- &Receiving addresses...
- כתובות ה&קבלה…
-
Open &URI...
פתיחת &כתובת משאב…
@@ -329,10 +313,6 @@
Wallet:
ארנק:
-
- default wallet
- ארנק בררת מחדל
-
Click to disable network activity.
יש ללחוץ כדי לנטרל פעילות רשת.
@@ -385,10 +365,6 @@
Bitcoin
ביטקוין
-
- Wallet
- ארנק
-
&Send
&שליחה
@@ -497,6 +473,14 @@
Show the %1 help message to get a list with possible Bitcoin command-line options
יש להציג את הודעת העזרה של %1 כדי להציג רשימה עם אפשרויות שורת פקודה לביטקוין
+
+ default wallet
+ ארנק בררת מחדל
+
+
+ &Window
+ &חלון
+
%1 client
לקוח %1
@@ -939,11 +923,7 @@
Hide
הסתר
-
- Unknown. Syncing Headers (%1)...
- לא ידוע. הכותרות מתעדכנות (%1)…
-
-
+
OpenURIDialog
@@ -989,10 +969,6 @@
Size of &database cache
גודל מ&טמון מסד הנתונים
-
- MB
- מ״ב
-
Number of script &verification threads
מספר תהליכי ה&אימות של הסקריפט
@@ -1021,10 +997,6 @@
Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.
כתובות צד־שלישי (כגון: סייר מקטעים) שמופיעים בלשונית ההעברות בתור פריטים בתפריט ההקשר. %s בכתובת מוחלף בגיבוב ההעברה. מספר כתובות יופרדו בפס אנכי |.
-
- Active command-line options that override above options:
- אפשרויות פעילות בשורת הפקודה שדורסות את האפשרויות שלהלן:
-
Open the %1 configuration file from the working directory.
פתיחת קובץ התצורה של %1 מתיקיית העבודה.
@@ -1794,10 +1766,6 @@
&Unban
&שחרור חסימה
-
- default wallet
- ארנק בררת מחדל
-
Welcome to the %1 RPC console.
ברוך בואך למסוף ה־RPC של %1.
@@ -2126,10 +2094,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Hide
הסתר
-
- Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.
- זה בסדר לשלם את העמלה המינימלית כל עוד נפח הטרנזקציות קטן מנפח הבלוקים. אבל יש להיזהר כיוון שבמידה והעומס ברשת גדל, העיסקה עלולה לא להיות מאושרת לעולם.
-
Recommended:
מומלץ:
@@ -2282,10 +2246,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Payment request expired.
בקשת התשלום פגה.
-
- Pay only the required fee of %1
- תשלום של העמלה הנדרשת בלבד על סך %1
-
Warning: Invalid Bitcoin address
אזהרה: כתובת ביטקיון שגויה
@@ -2996,6 +2956,9 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
יחידת המידה להצגת הסכומים. יש ללחוץ כדי לבחור ביחידת מידה אחרת.
+
+ WalletController
+
WalletFrame
@@ -3037,7 +3000,11 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Can't sign transaction.
אי אפשר לחתום על ההעברה.
-
+
+ default wallet
+ ארנק בררת מחדל
+
+
WalletView
@@ -3143,10 +3110,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Do you want to rebuild the block database now?
האם לבנות מחדש את מסד נתוני המקטעים?
-
- Error creating %s: You can't create non-HD wallets with this version.
- שגיאה ביצירת %s: אין אפשרות ליצור ארנקים שאינם HD בגרסה זו.
-
Error initializing block database
שגיאה באתחול מסד נתוני המקטעים
@@ -3287,10 +3250,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Warning
אזהרה
-
- Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported.
- המשתנה -socks נמצא אך אין בו תמיכה עוד. הגדרת גרסת SOCKS אינה אפשרית עוד, קיימת תמיכה רק ב־SOCKS5.
-
Starting network threads...
תהליכי הרשת מופעלים…
diff --git a/src/qt/locale/bitcoin_hi_IN.ts b/src/qt/locale/bitcoin_hi_IN.ts
index cf969b67db..4da7af156a 100644
--- a/src/qt/locale/bitcoin_hi_IN.ts
+++ b/src/qt/locale/bitcoin_hi_IN.ts
@@ -186,10 +186,6 @@
Bitcoin
बीटकोइन
-
- Wallet
- वॉलेट
-
&File
&फाइल
@@ -559,6 +555,9 @@
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
diff --git a/src/qt/locale/bitcoin_hr.ts b/src/qt/locale/bitcoin_hr.ts
index 381c99946b..2444f081d8 100644
--- a/src/qt/locale/bitcoin_hr.ts
+++ b/src/qt/locale/bitcoin_hr.ts
@@ -187,10 +187,6 @@
Wallet encrypted
Novčanik šifriran
-
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- %1 će se sada zatvoriti kako bi dovršio postupak šifriranja. Zapamtite da šifriranje vašeg novčanika ne može u potpunosti zaštititi vaše bitcoine od krađe preko zloćudnog softvera koji bi bio na vašem računalu.
-
IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.
VAŽNO: Sve prethodne pričuve vašeg novčanika trebale bi biti zamijenjene novo stvorenom, šifriranom datotekom novčanika. Zbog sigurnosnih razloga, prethodne pričuve nešifriranog novčanika će postati beskorisne čim počnete koristiti novi, šifrirani novčanik.
@@ -253,10 +249,6 @@
&Overview
&Pregled
-
- Node
- Čvor
-
Show general overview of wallet
Prikaži opći pregled novčanika
@@ -313,14 +305,6 @@
&Change Passphrase...
Promijenite &lozinku...
-
- &Sending addresses...
- Adrese za &slanje
-
-
- &Receiving addresses...
- Adrese za &primanje
-
Open &URI...
Otvorite &URI...
@@ -329,10 +313,6 @@
Wallet:
Novčanik:
-
- default wallet
- uobičajeni novčanik
-
Click to disable network activity.
Kliknite da isključite mrežnu aktivnost.
@@ -385,10 +365,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Novčanik
-
&Send
&Pošaljite
@@ -501,6 +477,14 @@
Show the %1 help message to get a list with possible Bitcoin command-line options
Prikažite pomoć programa %1 kako biste ispisali moguće opcije preko terminala
+
+ default wallet
+ uobičajeni novčanik
+
+
+ &Window
+ &Prozor
+
%1 client
%1 klijent
@@ -938,11 +922,7 @@
Hide
Sakrijte
-
- Unknown. Syncing Headers (%1)...
- Nepoznato. Sinkroniziraju se zaglavlja (%1)...
-
-
+
OpenURIDialog
@@ -988,10 +968,6 @@
Size of &database cache
Veličina predmemorije baze podataka
-
- MB
- MB
-
Number of script &verification threads
Broj CPU niti za verifikaciju transakcija
@@ -1024,10 +1000,6 @@
Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.
URL-ovi treće stranke (npr. preglednik blokova) koji se javljaju u kartici transakcija kao elementi kontekstnog izbornika. %s u URL-u zamijenjen je hashom transakcije. Višestruki URL-ovi su odvojeni vertikalnom crtom |.
-
- Active command-line options that override above options:
- Aktivne terminalne opcije koje poništavaju navedene opcije:
-
Open the %1 configuration file from the working directory.
Otvorite konfiguracijsku datoteku programa %1 s radne mape.
@@ -1805,10 +1777,6 @@
&Unban
&Ukinite zabranu
-
- default wallet
- uobičajeni novčanik
-
Welcome to the %1 RPC console.
Dobrodošli u %1 RPC konzolu.
@@ -2141,14 +2109,6 @@ Napomena: Budući da se naknada računa po bajtu, naknada od "100 satošija po k
Hide
Sakrijte
-
- Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.
- Plaćanje minimalnu naknadu je dovoljno ukoliko je volumen transakcija manja od prostora u blokovima. Budite svjesni da ovo može završiti tako da se transakcija nikad ne potvrdi ako je potražnja za Bitcoin transakcijama veća nego što mreža može procesirati.
-
-
- (read the tooltip)
- (pročitajte opis alata)
-
Recommended:
Preporučeno:
@@ -2313,10 +2273,6 @@ Napomena: Budući da se naknada računa po bajtu, naknada od "100 satošija po k
Payment request expired.
Zahtjev za plaćanje istekao.
-
- Pay only the required fee of %1
- Platite samo potrebnu naknadu u iznosu od %1
-
Estimated to begin confirmation within %n block(s).
Procijenjeno je da će početi potvrđivanje unutar %n bloka.Procijenjeno je da će početi potvrđivanje unutar %n bloka.Procijenjeno je da će početi potvrđivanje unutar %n blokova.
@@ -3051,6 +3007,9 @@ Napomena: Budući da se naknada računa po bajtu, naknada od "100 satošija po k
Jedinica u kojoj ćete prikazati iznose. Kliknite da izabrate drugu jedinicu.
+
+ WalletController
+
WalletFrame
@@ -3100,6 +3059,10 @@ Napomena: Budući da se naknada računa po bajtu, naknada od "100 satošija po k
Could not commit transaction
Transakcija ne može biti izvršena.
+
+ default wallet
+ uobičajeni novčanik
+
WalletView
@@ -3190,10 +3153,6 @@ Napomena: Budući da se naknada računa po bajtu, naknada od "100 satošija po k
Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect.
Greška kod iščitanja %s! Svi ključevi su ispravno učitani, ali transakcijski podaci ili zapisi u adresaru mogu biti nepotpuni ili netočni.
-
- Group outputs by address, selecting all or none, instead of selecting on a per-output basis. Privacy is improved as an address is only used once (unless someone sends to it after spending from it), but may result in slightly higher fees as suboptimal coin selection may result due to the added limitation (default: %u)
- Grupirajte outpute po adresi, birajući sve ili ništa umjesto biranja po outputu. Privatnost je povećana jer je adresa korištena samo jedanput (osim ako netko šalje na tu adresu nakon trošenja iz nje), ali može rezultirati neznatno većim naknadama jer suboptimalno biranje novčića može nastati zbog dodanog ograničenja (uobičajeno: %u)
-
Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly.
Molimo provjerite jesu li datum i vrijeme na vašem računalu točni. Ako je vaš sat krivo namješten, %s neće raditi ispravno.
@@ -3262,10 +3221,6 @@ Napomena: Budući da se naknada računa po bajtu, naknada od "100 satošija po k
Do you want to rebuild the block database now?
Želite li sada obnoviti bazu blokova?
-
- Error creating %s: You can't create non-HD wallets with this version.
- Greška kod stvaranja %s. S ovom verzijom ne možete stvoriti novčanike koji nisu HD.
-
Error initializing block database
Greška kod inicijaliziranja baze blokova
@@ -3386,18 +3341,6 @@ Napomena: Budući da se naknada računa po bajtu, naknada od "100 satošija po k
Unable to generate keys
Ne mogu se generirati ključevi
-
- Unsupported argument -benchmark ignored, use -debug=bench.
- Nepodržan argument -benchmark ignoriran. Koristite -debug=bench.
-
-
- Unsupported argument -debugnet ignored, use -debug=net.
- Nepodržan argument -debugnet ignoriran. Koristite -debug=net.
-
-
- Unsupported argument -tor found, use -onion.
- Nepodržan argument -tor pronađen. Koristite -onion.
-
Unsupported logging category %s=%s.
Nepodržana kategorija zapisa %s=%s.
@@ -3434,10 +3377,6 @@ Napomena: Budući da se naknada računa po bajtu, naknada od "100 satošija po k
You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain
Morat ćete ponovno složiti bazu koristeći -reindex kako biste se vratili na neobrezivan način (unpruned mode). Ovo će ponovno preuzeti cijeli lanac blokova.
-
- Error loading %s: You can't disable HD on an already existing HD wallet
- Greška kod učitavanja %s: Ne možete isključiti HD na već postojećem HD novčaniku
-
Error reading from database, shutting down.
Greška kod iščitanja baze. Zatvara se klijent.
@@ -3542,10 +3481,6 @@ Napomena: Budući da se naknada računa po bajtu, naknada od "100 satošija po k
-maxtxfee is set very high! Fees this large could be paid on a single transaction.
-maxtxfee je postavljen preveliko. Naknade ove veličine će biti plaćene na individualnoj transakciji.
-
- Error loading %s: You can't enable HD on an already existing non-HD wallet
- Greška kod učitavanja %s: Ne možete uključiti HD na već postojećem novčaniku koji nije HD
-
This is the transaction fee you may pay when fee estimates are not available.
Ovo je transakcijska naknada koju ćete možda platiti kada su nedostupne procjene naknada.
@@ -3558,18 +3493,6 @@ Napomena: Budući da se naknada računa po bajtu, naknada od "100 satošija po k
Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments.
Ukupna duljina stringa verzije mreže (%i) prelazi maksimalnu duljinu (%i). Smanjite broj ili veličinu komentara o korisničkom agentu (uacomments).
-
- Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported.
- Nepodržan argument -socks pronađen. Postavljanje verziju SOCKS-a nije više moguće. Samo su SOCKS5 proxyji podržani.
-
-
- Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay.
- Nepodržan argument -whitelistalwaysrelay ignoriran. Koristite -whitelistelay i/ili -whitelistforcerelay.
-
-
- Warning: Unknown block versions being mined! It's possible unknown rules are in effect
- Upozorenje: Zbiva se rudarenje blokova nepoznatih verzija! Moguće je da su nepoznata pravila na snazi
-
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.
Upozorenje: Datoteka novčanika je pokvarena, ali su podaci spašeni! Original %s snimljen je kao %s u %s; ako su transakcije ili stanje neispravni, onda biste trebali restorirati sa sigurnosne kopije (backupa).
@@ -3622,10 +3545,6 @@ Napomena: Budući da se naknada računa po bajtu, naknada od "100 satošija po k
Insufficient funds
Nedovoljna sredstva
-
- Can't generate a change-address key. Private keys are disabled for this wallet.
- Ne može se generirati ključ adrese na koju će se poslati ostatak. Privatni ključevi su isključeni kod ovog novčanika.
-
Cannot upgrade a non HD split wallet without upgrading to support pre split keypool. Please use -upgradewallet=169900 or -upgradewallet with no version specified.
Ne može se ažurirati novčanik koji nije HD bez ažuriranja radi podrške za bazen ključeva prije raskola. Molim koristite -upgradewallet=169900 ili -upgradewallet bez zadane verzije.
diff --git a/src/qt/locale/bitcoin_hu.ts b/src/qt/locale/bitcoin_hu.ts
index 60ebc60d69..4312391e90 100644
--- a/src/qt/locale/bitcoin_hu.ts
+++ b/src/qt/locale/bitcoin_hu.ts
@@ -184,10 +184,6 @@ Kérem a kulcsmondatban használjon <b> tíz vagy több véletlenszerű ka
Wallet encrypted
Tárca titkosítva
-
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- A %1 most bezár, hogy befejezze a titkosítást. Ne feledje, hogy a tárca titkosítása nem nyújt teljes védelmet azzal szemben, hogy kártékony programok megfertőzzék a számítógépét és ellopják a bitcoinjait.
-
IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.
FONTOS: A tárca-fájl minden korábbi biztonsági mentését cserélje le ezzel az újonnan generált, titkosított tárca-fájllal. Biztonsági okokból a tárca-fájl korábbi, titkosítás nélküli mentései használhatatlanná válnak, amint elkezdi használni az új, titkosított tárcát.
@@ -250,10 +246,6 @@ Kérem a kulcsmondatban használjon <b> tíz vagy több véletlenszerű ka
&Overview
&Áttekintés
-
- Node
- Csomópont
-
Show general overview of wallet
Tárca általános áttekintése
@@ -310,14 +302,6 @@ Kérem a kulcsmondatban használjon <b> tíz vagy több véletlenszerű ka
&Change Passphrase...
Jelszó &megváltoztatása...
-
- &Sending addresses...
- &Küldési címek...
-
-
- &Receiving addresses...
- &Fogadó címek...
-
Open &URI...
&URI azonosító megnyitása...
@@ -370,10 +354,6 @@ Kérem a kulcsmondatban használjon <b> tíz vagy több véletlenszerű ka
Bitcoin
Bitcoin
-
- Wallet
- Tárca
-
&Send
&Küldés
@@ -486,6 +466,14 @@ Kérem a kulcsmondatban használjon <b> tíz vagy több véletlenszerű ka
Show the %1 help message to get a list with possible Bitcoin command-line options
A %1 súgó megjelenítése a Bitcoin lehetséges parancssori kapcsolóinak listájával
+
+ &Window
+ &Ablak
+
+
+ Minimize
+ Kicsinyítés
+
%1 client
%1 kliens
@@ -906,11 +894,7 @@ Kérem a kulcsmondatban használjon <b> tíz vagy több véletlenszerű ka
Hide
Elrejtés
-
- Unknown. Syncing Headers (%1)...
- Ismeretlen. Fejlécek szinkronizálása (%1)...
-
-
+
OpenURIDialog
@@ -956,10 +940,6 @@ Kérem a kulcsmondatban használjon <b> tíz vagy több véletlenszerű ka
Size of &database cache
A&datbázis gyorsítótár mérete
-
- MB
- MB
-
Number of script &verification threads
A szkript &igazolási szálak száma
@@ -984,10 +964,6 @@ Kérem a kulcsmondatban használjon <b> tíz vagy több véletlenszerű ka
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 |.
Harmadik féltől származó URL-ek (pl. egy blokk felfedező) amelyek a tranzakciós fülön jelennek meg mint a környezetérzékeny menü tételei. %s az URL-ben helyettesítve a tranzakciós hash-el. Több URL esetén, függőleges vonal választja el őket.
-
- Active command-line options that override above options:
- Aktív parancssori beállítások, melyek felülírják a fenti beállításokat:
-
Open the %1 configuration file from the working directory.
A %1 konfigurációs fájl megnyitása a munkakönyvtárból.
@@ -2033,14 +2009,6 @@ Kérem a kulcsmondatban használjon <b> tíz vagy több véletlenszerű ka
Hide
Elrejtés
-
- Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.
- Alacsony díj is megfelelő, ha nincs több tranzakció mint amennyi hely a blokkokban. Figyelem! Ha a hálózat túlterhelt, lehetséges, hogy a tranzakció nem lesz megerősítve.
-
-
- (read the tooltip)
- (olvasd el a gyorstippet)
-
Recommended:
Ajánlott:
@@ -2173,10 +2141,6 @@ Kérem a kulcsmondatban használjon <b> tíz vagy több véletlenszerű ka
Payment request expired.
A fizetési kérelem lejárt.
-
- Pay only the required fee of %1
- Csak a szükséges %1 díj fizetése
-
Warning: Invalid Bitcoin address
Figyelmeztetés: Érvénytelen Bitcoin cím
@@ -2815,6 +2779,9 @@ Kérem a kulcsmondatban használjon <b> tíz vagy több véletlenszerű ka
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
@@ -2856,7 +2823,7 @@ Kérem a kulcsmondatban használjon <b> tíz vagy több véletlenszerű ka
Could not commit transaction
A tranzakciót nem lehet elküldeni
-
+
WalletView
@@ -3058,10 +3025,6 @@ Kérem a kulcsmondatban használjon <b> tíz vagy több véletlenszerű ka
Warning
Figyelem
-
- Warning: Unknown block versions being mined! It's possible unknown rules are in effect
- Figyelem: Ismeretlen blokkokat bányásznak! Lehetséges, hogy ismeretlen szabályok érvényesek.
-
%s is set very high!
%s étéke nagyon magas!
diff --git a/src/qt/locale/bitcoin_id.ts b/src/qt/locale/bitcoin_id.ts
index 1a4c7236d1..21ff5de154 100644
--- a/src/qt/locale/bitcoin_id.ts
+++ b/src/qt/locale/bitcoin_id.ts
@@ -188,8 +188,8 @@
Wallet terenkripsi
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- %1 akan ditutup sekarang untuk menyelesaikan proses enkripsi. Ingat bahwa mengenkripsi dompet Anda tidak dapat sepenuhnya melindungi bitcoin Anda dari pencurian oleh malware yang menginfeksi komputer Anda.
+ Your wallet is now encrypted. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
+ Wallet anda sekarang sudah terenkripsi. Perlu diingat bahwa enkripsi wallet anda tidak dapat sepenuhnya melindungi bitcoin dari pencurian melalui malware yang menginfeksi komputer anda.
IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.
@@ -253,10 +253,6 @@
&Overview
&Overview
-
- Node
- Node
-
Show general overview of wallet
Tampilkan gambaran umum dompet
@@ -313,14 +309,6 @@
&Change Passphrase...
&Ganti Passphrase...
-
- &Sending addresses...
- &Mengirim alamat
-
-
- &Receiving addresses...
- &Menerima alamat...
-
Open &URI...
Buka &URI...
@@ -341,6 +329,18 @@
Click to enable network activity again.
Klik untuk mengaktifkan kembali network
+
+ Syncing Headers (%1%)...
+ Singkronisasi Header (%1%)...
+
+
+ Reindexing blocks on disk...
+ Reindex block pada disk...
+
+
+ Proxy is <b>enabled</b>: %1
+ Proxy <b>aktif</b>: %1
+
Send coins to a Bitcoin address
Kirim koin ke alamat Bitcoin
@@ -369,10 +369,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Wallet
-
&Send
&Kirim
@@ -417,10 +413,54 @@
Tabs toolbar
Toolbar Tabs
+
+ Request payments (generates QR codes and bitcoin: URIs)
+ Meminta pembayaran (generate kode QR dan bitcoin: URIs)
+
Show the list of used sending addresses and labels
Tampilkan daftar alamat kirim yg telah digunakan dan label
+
+ Show the list of used receiving addresses and labels
+ Perlihatkan daftar address penerima dan labelnya
+
+
+ Open a bitcoin: URI or payment request
+ Buka bitcoin: URI atau permintaan pembayaran
+
+
+ &Command-line options
+ opsi &Command-line
+
+
+ %n active connection(s) to Bitcoin network
+ %n koneksi aktif pada jaringan Bitcoin
+
+
+ Indexing blocks on disk...
+ Proses index block pada disk...
+
+
+ Processing blocks on disk...
+ Memproses block pada disk...
+
+
+ Processed %n block(s) of transaction history.
+ Memproses %n block dari riwayat transaksi.
+
+
+ %1 behind
+ %1 kebelakang
+
+
+ Last received block was generated %1 ago.
+ Block terakhir yang diterima telah digenerate %1 lalu.
+
+
+ Transactions after this will not yet be visible.
+ Transaksi setelah ini msih belum terlihat.
+
Error
Error
@@ -437,6 +477,38 @@
Up to date
Terkini
+
+ &Sending addresses
+ Address &Pengirim
+
+
+ &Receiving addresses
+ Address &Penerima
+
+
+ Show the %1 help message to get a list with possible Bitcoin command-line options
+ Perlihatkan %1 pesan yang didapat dari daftar dengan opsi command-line Bitcoin yang memungkinkan
+
+
+ &Window
+ &Jendela
+
+
+ Minimize
+ Minimalkan
+
+
+ Zoom
+ Zoom
+
+
+ Restore
+ Pulihkan
+
+
+ Main Window
+ Jendela Utama
+
%1 client
%1 client
@@ -459,6 +531,12 @@
Amount: %1
Jumlah: %1
+
+
+
+ Wallet: %1
+
+ Wallet: %1
@@ -495,6 +573,14 @@
HD key generation is <b>disabled</b>
Pembuatan kunci HD <b>dinonaktifkan</b>
+
+ Private key <b>disabled</b>
+ Private key <b>non aktif</b>
+
+
+ Wallet is <b>encrypted</b> and currently <b>unlocked</b>
+ Wallet <b>terenkripsi</b> dan saat ini <b>tidak terkunci</b>
+
CoinControlDialog
@@ -701,19 +787,39 @@
ModalOverlay
+
+ Form
+ Formulir
+
OpenURIDialog
OptionsDialog
+
+ &Window
+ &Jendela
+
+
+ Configuration options
+ opsi konfigurasi
+
Error
Error
+
+ The configuration file could not be opened.
+ file konfigurasi tidak dapan dibuka
+
OverviewPage
+
+ Form
+ Formulir
+
PaymentServer
@@ -843,6 +949,14 @@
SendCoinsEntry
+
+ Alt+A
+ Alt+A
+
+
+ Alt+P
+ Alt+P
+
SendConfirmationDialog
@@ -852,6 +966,18 @@
SignVerifyMessageDialog
+
+ Alt+A
+ Alt+A
+
+
+ Alt+P
+ Alt+P
+
+
+ Signature
+ Tanda Tangan
+
SplashScreen
@@ -934,6 +1060,9 @@
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
diff --git a/src/qt/locale/bitcoin_id_ID.ts b/src/qt/locale/bitcoin_id_ID.ts
index d1c4e82676..ba824c479e 100644
--- a/src/qt/locale/bitcoin_id_ID.ts
+++ b/src/qt/locale/bitcoin_id_ID.ts
@@ -19,7 +19,7 @@
&Copy
- &Menyalin
+ &Salin
C&lose
@@ -188,8 +188,8 @@
Dompet terenkripsi
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- %1 sekarang akan ditutup untuk menyelesaikan proses enkripsi. Ingatlah bahwa mengenkripsi dompet Anda tidak dapat sepenuhnya melindungi komputer Anda dari pencurian malware yang menginfeksi komputer Anda.
+ Your wallet is now encrypted. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
+ Wallet anda sekarang telah terenkripsi. Ingat bahwa enkripsi wallet anda tersebut tidak dapat sepenuhnya melindungi dari pencurian atau malware yang menyerang komputer anda.
IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.
@@ -253,10 +253,6 @@
&Overview
&Kilasan
-
- Node
- Node
-
Show general overview of wallet
Tampilkan gambaran umum dompet Anda
@@ -313,14 +309,6 @@
&Change Passphrase...
&Ubah Kata Kunci...
-
- &Sending addresses...
- &Alamat-alamat untuk mengirim...
-
-
- &Receiving addresses...
- &Alamat-alamat untuk menerima...
-
Open &URI...
Buka &URI
@@ -329,10 +317,6 @@
Wallet:
Wallet:
-
- default wallet
- wallet default
-
Click to disable network activity.
Klik untuk menonaktifkan aktivitas jaringan.
@@ -385,10 +369,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Dompet
-
&Send
&Kirim
@@ -497,10 +477,42 @@
Up to date
Terbaru
+
+ &Sending addresses
+ &Address pengiriman
+
+
+ &Receiving addresses
+ &Address penerima
+
Show the %1 help message to get a list with possible Bitcoin command-line options
Tampilkan %1 pesan bantuan untuk mendapatkan daftar opsi baris perintah Bitcoin yang memungkinkan
+
+ default wallet
+ wallet default
+
+
+ &Window
+ &Jendela
+
+
+ Minimize
+ Minimalkan
+
+
+ Zoom
+ Zoom
+
+
+ Restore
+ Pulihkan
+
+
+ Main Window
+ Jendela Utama
+
%1 client
%1 klien
@@ -565,6 +577,10 @@
HD key generation is <b>disabled</b>
Pembuatan kunci HD <b>dinonaktifkan</b>
+
+ Private key <b>disabled</b>
+ Private key <b>non aktif</b>
+
Wallet is <b>encrypted</b> and currently <b>unlocked</b>
Dompet saat ini <b>terenkripsi</b> dan <b>terbuka</b>
@@ -939,11 +955,7 @@
Hide
Sembunyikan
-
- Unknown. Syncing Headers (%1)...
- Tidak diketahui. Menyinkronisasikan Headers (%1)...
-
-
+
OpenURIDialog
@@ -989,10 +1001,6 @@
Size of &database cache
Ukuran cache &database
-
- MB
- MB
-
Number of script &verification threads
Jumlah script &verification threads
@@ -1025,10 +1033,6 @@
Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.
URL pihak ketika (misalnya sebuah block explorer) yang mumcul dalam tab transaksi sebagai konteks menu. %s dalam URL diganti dengan kode transaksi. URL dipisahkan dengan tanda vertikal |.
-
- Active command-line options that override above options:
- Pilihan command-line yang aktif menimpa diatas opsi:
-
Open the %1 configuration file from the working directory.
Buka file konfigurasi %1 dari direktori kerja.
@@ -1053,6 +1057,10 @@
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.
Menonaktifkan beberapa fitur canggih akan tetapi semua block akan tetap divalidasi seutuhnya. Mengembalikan pengaturan ini memerlukan untuk mengunduh seluruh blockchain. Penggunaan disk mungkin akan lebih tinggi.
+
+ Prune &block storage to
+ Prune &ruang penyimpan block ke
+
GB
GB
@@ -1061,6 +1069,10 @@
Reverting this setting requires re-downloading the entire blockchain.
Mengembalikan pengaturan ini membutuhkan pengunduhan seluruh blockchain lagi.
+
+ MiB
+ MiB
+
(0 = auto, <0 = leave that many cores free)
(0 = auto, <0 = leave that many cores free)
@@ -1540,10 +1552,6 @@
1 &year
1 &tahun
-
- default wallet
- wallet default
-
Yes
Ya
@@ -2018,12 +2026,19 @@
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
WalletModel
-
+
+ default wallet
+ wallet default
+
+
WalletView
diff --git a/src/qt/locale/bitcoin_is.ts b/src/qt/locale/bitcoin_is.ts
index 6a4e26ac22..06b9beb4b4 100644
--- a/src/qt/locale/bitcoin_is.ts
+++ b/src/qt/locale/bitcoin_is.ts
@@ -179,10 +179,6 @@
Wallet encrypted
Veski dulkóðað
-
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- %1 lokast núna til að dulkóðun klárist. Mundu að dulkóðun veskis kemur ekki að fullu í veg fyrir að mynt verði stolið úr tölvunni þinni með aðstoð smitforrita.
-
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.
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ð.
@@ -245,10 +241,6 @@
&Overview
&Yfirlit
-
- Node
- Hnútur
-
Show general overview of wallet
Sýna almennt yfirlit af veski
@@ -305,14 +297,6 @@
&Change Passphrase...
&Breyta lykilsetningu
-
- &Sending addresses...
- &Sendi færslugildi...
-
-
- &Receiving addresses...
- &Tek við færslugildum...
-
Open &URI...
Opna &URL...
@@ -365,10 +349,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Veski
-
&Send
&Senda
@@ -848,10 +828,6 @@
Change:
Skiptimynt:
-
- Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.
- Það er í lagi að greiða einungis lágmarksupphæðina svo framarlega sem færslurúmtakið er minna en plássið í blokkunum. En gætið þess að þegar það er meiri eftirspurn eftir bitcoin færslum en netið getur unnið úr þá gæti svo farið að færslurnar verða aldrei samþykktar.
-
(Smart fee not initialized yet. This usually takes a few blocks...)
(Smart gjald er ekki gangsett ennþá. Þetta tekur venjulega nokkrar blokkir...)
@@ -950,6 +926,9 @@
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
@@ -985,10 +964,6 @@
Warning
Viðvörun
-
- Warning: Unknown block versions being mined! It's possible unknown rules are in effect
- Viðvörun: Óþekkt blokkarútgáfa í námavinnslu! Það er mögulegt að óþekktum reglum sé fylgt
-
Error
Villa
diff --git a/src/qt/locale/bitcoin_it.ts b/src/qt/locale/bitcoin_it.ts
index d769fbd0e5..0a89e015af 100644
--- a/src/qt/locale/bitcoin_it.ts
+++ b/src/qt/locale/bitcoin_it.ts
@@ -177,7 +177,7 @@
Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>!
- Attenzione: perdendo la passphrase di un portamonete cifrato <b>TUTTI I PROPRI BITCOIN ANDRANNO PERSI</b>!
+ Attenzione: Se si cifra il portamonete e si perde la passphrase <b>TUTTI I PROPRI BITCOIN ANDRANNO PERSI</b>!
Are you sure you wish to encrypt your wallet?
@@ -188,12 +188,12 @@
Portafoglio cifrato
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- %1 verrà chiuso per completare il processo di cifratura. Ricorda che cifrare il tuo portafoglio non può proteggerlo contro potenziali furti di malware che potrebbero aver infettato il tuo computer.
+ Your wallet is now encrypted. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
+ Adesso il tuo portafoglio è criptato. Ricorda che un portafoglio criptato non protegge pienamente contro il furto di bitcoin se il tuo computer viene infetto da malware.
IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.
- IMPORTANTE: qualsiasi backup del portafoglio effettuato in precedenza dovrà essere sostituito con il file del portamonete cifrato appena generato. Per ragioni di sicurezza, i precedenti backup del file del portafoglio non cifrato diventeranno inservibili non appena si inizierà ad utilizzare il nuovo portafoglio cifrato.
+ IMPORTANTE: qualsiasi backup del portafoglio effettuato in precedenza dovrà essere sostituito con il file del portafoglio cifrato appena generato. Per ragioni di sicurezza, i precedenti backup del file del portafoglio non cifrato diventeranno inservibili non appena si inizierà ad utilizzare il nuovo portafoglio cifrato.
Wallet encryption failed
@@ -253,10 +253,6 @@
&Overview
&Sintesi
-
- Node
- Nodo
-
Show general overview of wallet
Mostra lo stato generale del portamonete
@@ -313,14 +309,6 @@
&Change Passphrase...
&Cambia passphrase...
-
- &Sending addresses...
- &Indirizzi di invio...
-
-
- &Receiving addresses...
- Indirizzi di &ricezione...
-
Open &URI...
Apri &URI...
@@ -329,10 +317,6 @@
Wallet:
Portafoglio:
-
- default wallet
- Portafoglio predefinito:
-
Click to disable network activity.
Clicca per disattivare la rete.
@@ -355,7 +339,7 @@
Proxy is <b>enabled</b>: %1
- Il Proxy è <b>enabled</b>:%1
+ Il Proxy è <b>abilitato</b>:%1
Send coins to a Bitcoin address
@@ -363,11 +347,11 @@
Backup wallet to another location
- Effettua il backup del portamonete
+ Effettua il backup del portafoglio
Change the passphrase used for wallet encryption
- Cambia la passphrase utilizzata per la cifratura del portamonete
+ Cambia la passphrase utilizzata per la cifratura del portafoglio
&Debug window
@@ -385,10 +369,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Portafoglio
-
&Send
&Invia
@@ -497,10 +477,66 @@
Up to date
Aggiornato
+
+ &Sending addresses
+ Indirizzi di &spedizione
+
+
+ &Receiving addresses
+ Indirizzi di &ricezione
+
+
+ Open Wallet
+ Apri il Portafoglio
+
+
+ Open a wallet
+ Apri un portafoglio
+
+
+ Close Wallet...
+ Chiudi il Portafoglio...
+
+
+ Close wallet
+ Chiudi il portafoglio
+
Show the %1 help message to get a list with possible Bitcoin command-line options
Mostra il messaggio di aiuto di %1 per ottenere una lista di opzioni di comando per Bitcoin
+
+ default wallet
+ Portafoglio predefinito:
+
+
+ Opening Wallet <b>%1</b>...
+ Aprendo il Portafoglio<b>%1</b>...
+
+
+ Open Wallet Failed
+ Apertura Portafoglio Fallita
+
+
+ &Window
+ &Finestra
+
+
+ Minimize
+ Minimizza
+
+
+ Zoom
+ Zoom
+
+
+ Restore
+ Ripristina
+
+
+ Main Window
+ Finestra principale
+
%1 client
%1 client
@@ -565,6 +601,10 @@
HD key generation is <b>disabled</b>
La creazione della chiave HD è <b>disabilitata</b>
+
+ Private key <b>disabled</b>
+ Chiava privata <b> disabilitata </b>
+
Wallet is <b>encrypted</b> and currently <b>unlocked</b>
Il portamonete è <b>cifrato</b> ed attualmente <b>sbloccato</b>
@@ -767,9 +807,17 @@
The entered address "%1" is not a valid Bitcoin address.
L'indirizzo inserito "%1" non è un indirizzo bitcoin valido.
+
+ Address "%1" already exists as a receiving address with label "%2" and so cannot be added as a sending address.
+ L'indirizzo "%1" esiste già come indirizzo di ricezione con l'etichetta "%2" e quindi non può essere aggiunto come indirizzo di invio.
+
+
+ The entered address "%1" is already in the address book with label "%2".
+ L'indirizzo inserito "%1" è già nella rubrica con l'etichetta "%2".
+
Could not unlock wallet.
- Impossibile sbloccare il portamonete.
+ Impossibile sbloccare il portafoglio.
New key generation failed.
@@ -936,8 +984,8 @@
Nascondi
- Unknown. Syncing Headers (%1)...
- Sconosciuto. Sincronizzazione Headers (%1)...
+ Unknown. Syncing Headers (%1, %2%)...
+ Sconosciuto. Sincronizzando Headers (%1, %2%)...
@@ -985,10 +1033,6 @@
Size of &database cache
Dimensione della cache del &database.
-
- MB
- MB
-
Number of script &verification threads
Numero di thread di &verifica degli script
@@ -1022,10 +1066,6 @@
URL di terze parti (ad es. un block explorer) che appaiono nella tabella delle transazioni come voci nel menu contestuale. "%s" nell'URL è sostituito dall'hash della transazione.
Per specificare più URL separarli con una barra verticale "|".
-
- Active command-line options that override above options:
- Opzioni della riga di comando attive che sostituiscono i settaggi sopra elencati:
-
Open the %1 configuration file from the working directory.
Apri il %1 file di configurazione dalla cartella attiva.
@@ -1062,6 +1102,10 @@ Per specificare più URL separarli con una barra verticale "|".
Reverting this setting requires re-downloading the entire blockchain.
Per ripristinare questa impostazione è necessario rieseguire il download dell'intera blockchain.
+
+ MiB
+ MiB
+
(0 = auto, <0 = leave that many cores free)
(0 = automatico, <0 = lascia questo numero di core liberi)
@@ -1186,6 +1230,10 @@ Per specificare più URL separarli con una barra verticale "|".
&Third party transaction URLs
&URLs per transazioni terzi
+
+ Options set in this dialog are overridden by the command line or in the configuration file:
+ Le impostazioni sulla riga di comando o nell'archivio di configurazione hanno precedenza su quelle impostate in questo pannello:
+
&OK
&OK
@@ -1247,7 +1295,7 @@ Per specificare più URL separarli con una barra verticale "|".
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.
- Le informazioni visualizzate potrebbero non essere aggiornate. Il portamonete si sincronizza automaticamente con la rete Bitcoin una volta stabilita una connessione, ma questo processo non è ancora stato completato.
+ Le informazioni visualizzate potrebbero non essere aggiornate. Il portafoglio si sincronizza automaticamente con la rete Bitcoin una volta stabilita una connessione, ma questo processo non è ancora stato completato.
Watch-only:
@@ -1330,12 +1378,20 @@ Per specificare più URL separarli con una barra verticale "|".
'bitcoin://' is not a valid URI. Use 'bitcoin:' instead.
- 'bitcoin: //' non è un URI valido. Usa invece "bitcoin:".
+ 'bitcoin://' non è un URI valido. Usa invece 'bitcoin:'.
+
+
+ You are using a BIP70 URL which will be unsupported in the future.
+ Stai usando un URL BIP70 che, in futuro, non sarà piú supportato.
Payment request fetch URL is invalid: %1
URL di recupero della Richiesta di pagamento non valido: %1
+
+ Cannot process payment request because BIP70 support was not compiled in.
+ Non posso completare la richiesta di pagamento perché il supporto per BIP70 non è stato incluso in fase di compilazione.
+
Invalid payment address %1
Indirizzo di pagamento non valido %1
@@ -1529,10 +1585,18 @@ Per specificare più URL separarli con una barra verticale "|".
QObject::QObject
+
+ Error parsing command line arguments: %1.
+ Errore durante l'analisi degli argomenti della riga di comando: %1.
+
Error: Specified data directory "%1" does not exist.
Errore: La cartella dati "%1" specificata non esiste.
+
+ Error: Cannot parse configuration file: %1.
+ Errore: impossibile analizzare il file di configurazione: %1.
+
Error: %1
Errore: %1
@@ -1587,6 +1651,18 @@ Per specificare più URL separarli con una barra verticale "|".
Datadir
Datadir
+
+ To specify a non-default location of the data directory use the '%1' option.
+ Per specificare una posizione non di default della directory dei dati, usa l'opzione '%1'
+
+
+ Blocksdir
+ Blocksdir
+
+
+ To specify a non-default location of the blocks directory use the '%1' option.
+ Per specificare una posizione non di default della directory dei blocchi, usa l'opzione '%1'
+
Startup time
Ora di avvio
@@ -1799,17 +1875,13 @@ Per specificare più URL separarli con una barra verticale "|".
&Unban
&Elimina Ban
-
- default wallet
- Portafoglio predefinito:
-
Welcome to the %1 RPC console.
Benvenuto nella console RPC di %1.
Use up and down arrows to navigate history, and %1 to clear screen.
- Usa le flecce su e giú per navigare nella storia, e %1 per pulire lo schermo
+ Usa le frecce su e giú per navigare nella storia, e %1 per pulire lo schermo
Type %1 for an overview of available commands.
@@ -1817,11 +1889,11 @@ Per specificare più URL separarli con una barra verticale "|".
For more information on using this console type %1.
- Per maggiori informazioni su come usare questa console digita %1
+ Per maggiori informazioni su come usare questa console digita %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.
- ATTENZIONE: I truffatori sono stati attivi in quest'area, cercando di convincere gli utenti a digitare linee di comando e rubando i contenuti dei loro portafogli. Non usare questa console senza la piena consapevolezza delle ramificazioni di un comando.
+ ATTENZIONE: I truffatori sono stati attivi in quest'area, cercando di convincere gli utenti a digitare linee di comando e rubando i contenuti dei loro portafogli. Non usare questa console senza la piena consapevolezza delle conseguenze di un comando.
Network activity disabled
@@ -1831,6 +1903,10 @@ Per specificare più URL separarli con una barra verticale "|".
Executing command without any wallet
Esecuzione del comando senza alcun portafoglio
+
+ Executing command using "%1" wallet
+ Esecuzione del comando usando il wallet "%1"
+
(node id: %1)
(id nodo: %1)
@@ -2131,14 +2207,6 @@ Nota: poiché la commissione è calcolata su base per byte, una commissione di "
Hide
Nascondi
-
- Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.
- Non vi è alcuna controindicazione a pagare la commissione minima, a patto che il volume delle transazioni sia inferiore allo spazio disponibile nei blocchi. Occorre comunque essere consapevoli che ciò potrebbe impedire la conferma delle transazioni nel caso in cui la rete risultasse satura.
-
-
- (read the tooltip)
- (leggi il suggerimento)
-
Recommended:
Raccomandata:
@@ -2167,6 +2235,14 @@ Nota: poiché la commissione è calcolata su base per byte, una commissione di "
Dust:
Trascurabile:
+
+ 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.
+ Quando il volume delle transazioni è minore dello spazio nei blocchi, i minatori e in nodi di relay potrebbero imporre una commissione minima. Va benissimo pagare solo questa commissione minima, ma tieni presente che questo potrebbe risultare in una transazione che, se la richiesta di transazioni bitcoin dovesse superare la velocità con cui la rete riesce ad elaborarle, non viene mai confermata.
+
+
+ A too low fee might result in a never confirming transaction (read the tooltip)
+ Una commissione troppo bassa potrebbe risultare in una transazione che non si conferma mai (vedi il tooltip)
+
Confirmation time target:
Obiettivo del tempo di conferma:
@@ -2177,7 +2253,7 @@ Nota: poiché la commissione è calcolata su base per byte, una commissione di "
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.
- Con Replace-By-Fee (BIP-125) si puo' aumentare la commissione sulla transazione dopo averla inviata. Senza questa, una commissione piu' alta e' consigliabile per compensare l'aumento del rischio dovuto al ritardo della transazione.
+ Con Replace-By-Fee (BIP-125) si puó aumentare la commissione sulla transazione dopo averla inviata. Senza questa, una commissione piú alta è consigliabile per compensare l'aumento del rischio dovuto al ritardo della transazione.
Clear &All
@@ -2241,7 +2317,11 @@ Nota: poiché la commissione è calcolata su base per byte, una commissione di "
You can increase the fee later (signals Replace-By-Fee, BIP-125).
- Si puo' aumentare la commissione successivamente (segnalando Replace-By-Fee, BIP-125).
+ Si puó aumentare la commissione successivamente (segnalando Replace-By-Fee, BIP-125).
+
+
+ from wallet %1
+ dal portafoglio %1
Please, review your transaction.
@@ -2299,10 +2379,6 @@ Nota: poiché la commissione è calcolata su base per byte, una commissione di "
Payment request expired.
Richiesta di pagamento scaduta.
-
- Pay only the required fee of %1
- Paga solamente la commissione richiesta di %1
-
Estimated to begin confirmation within %n block(s).
Inizio delle conferme stimato entro %n blocchi.Inizio delle conferme stimato entro %n blocchi.
@@ -2321,7 +2397,7 @@ Nota: poiché la commissione è calcolata su base per byte, una commissione di "
The address you selected for change is not part of this wallet. Any or all funds in your wallet may be sent to this address. Are you sure?
- L'indirizzo selezionato per il cambio non fa parte di questo portafoglio. Alcuni o tutti i fondi nel tuo portafoglio potrebbero essere inviati a questo indirizzo. Sei sicuro?
+ L'indirizzo selezionato per il resto non fa parte di questo portafoglio. Alcuni o tutti i fondi nel tuo portafoglio potrebbero essere inviati a questo indirizzo. Sei sicuro?
(no label)
@@ -2400,7 +2476,7 @@ Nota: poiché la commissione è calcolata su base per byte, una commissione di "
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.
- Messaggio incluso nel bitcoin URI e che sarà memorizzato con la transazione per vostro riferimento. Nota: Questo messaggio non sarà inviato attraverso la rete Bitcoin.
+ Messaggio incluso nel bitcoin URI e che sarà memorizzato con la transazione per tuo riferimento. Nota: Questo messaggio non sarà inviato attraverso la rete Bitcoin.
Pay To:
@@ -2445,11 +2521,11 @@ Nota: poiché la commissione è calcolata su base per byte, una commissione di "
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.
- È possibile firmare messaggi/accordi con i propri indirizzi in modo da dimostrare di poter ricevere bitcoin attraverso di essi. Si consiglia di prestare attenzione a non firmare dichiarazioni vaghe o casuali, attacchi di phishing potrebbero cercare di indurre ad apporre la firma su di esse. Si raccomanda di firmare esclusivamente dichiarazioni completamente dettagliate e delle quali si condivide in pieno il contenuto.
+ È possibile firmare messaggi/accordi con i propri indirizzi in modo da dimostrare di poter ricevere bitcoin attraverso di essi. Presta attenzione a non firmare dichiarazioni vaghe o casuali, perché attacchi di phishing potrebbero cercare di indurti ad apporre la firma su di esse. Firma esclusivamente dichiarazioni completamente dettagliate e delle quali condividi in pieno il contenuto.
The Bitcoin address to sign the message with
- L'indirizzo Bitcoin da utilizzare per firmare il messaggio
+ Indirizzo Bitcoin da utilizzare per firmare il messaggio
Choose previously used address
@@ -2537,7 +2613,7 @@ Nota: poiché la commissione è calcolata su base per byte, una commissione di "
Wallet unlock was cancelled.
- Sblocco del portamonete annullato.
+ Sblocco del portafoglio annullato.
Private key for the entered address is not available.
@@ -3029,11 +3105,26 @@ Nota: poiché la commissione è calcolata su base per byte, una commissione di "
Unità con cui visualizzare gli importi. Clicca per selezionare un'altra unità.
+
+ WalletController
+
+ Close wallet
+ Chiudi il portafoglio
+
+
+ Are you sure you wish to close wallet <i>%1</i>?
+ Sei sicuro di voler chiudere il portafoglio <i>%1</i>?
+
+
+ Closing the wallet for too long can result in having to resync the entire chain if pruning is enabled.
+ Chiudere il portafoglio per troppo tempo può causare la resincronizzazione dell'intera catena se la modalità "pruning" è attiva.
+
+
WalletFrame
No wallet has been loaded.
- Non è stato caricato alcun portamonete.
+ Non è stato caricato alcun portafoglio.
@@ -3078,6 +3169,10 @@ Nota: poiché la commissione è calcolata su base per byte, una commissione di "
Could not commit transaction
Non è stato possibile completare la transazione
+
+ default wallet
+ Portafoglio predefinito:
+
WalletView
@@ -3091,11 +3186,11 @@ Nota: poiché la commissione è calcolata su base per byte, una commissione di "
Backup Wallet
- Backup Portamonete
+ Backup Portafoglio
Wallet Data (*.dat)
- Dati Portamonete (*.dat)
+ Dati Portafoglio (*.dat)
Backup Failed
@@ -3103,7 +3198,7 @@ Nota: poiché la commissione è calcolata su base per byte, una commissione di "
There was an error trying to save the wallet data to %1.
- Si è verificato un errore durante il salvataggio dei dati del portamonete in %1.
+ Si è verificato un errore durante il salvataggio dei dati del portafoglio in %1.
Backup Successful
@@ -3111,7 +3206,7 @@ Nota: poiché la commissione è calcolata su base per byte, una commissione di "
The wallet data was successfully saved to %1.
- Il portamonete è stato correttamente salvato in %1.
+ Il portafoglio è stato correttamente salvato in %1.
Cancel
@@ -3126,15 +3221,15 @@ Nota: poiché la commissione è calcolata su base per byte, una commissione di "
Prune configured below the minimum of %d MiB. Please use a higher number.
- La modalità prune è configurata al di sotto del minimo di %d MB. Si prega di utilizzare un valore più elevato.
+ La modalità "prune" è configurata al di sotto del minimo di %d MB. Si prega di utilizzare un valore più elevato.
Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node)
- Prune: l'ultima sincronizzazione del wallet risulta essere oltre la riduzione dei dati. È necessario eseguire un -reindex (scaricare nuovamente la blockchain in caso di nodo pruned)
+ Prune: l'ultima sincronizzazione del portafoglio risulta essere precedente alla eliminazione dei dati per via della modalità "pruning". È necessario eseguire un -reindex (scaricare nuovamente la blockchain in caso di nodo pruned).
Rescans are not possible in pruned mode. You will need to use -reindex which will download the whole blockchain again.
- Non è possibile un Rescan in modalità pruned. Sarà necessario utilizzare -reindex che farà scaricare nuovamente tutta la blockchain.
+ Non è possibile un rescan in modalità pruned. Sarà necessario utilizzare -reindex che farà scaricare nuovamente tutta la blockchain.
Error: A fatal internal error occurred, see debug.log for details
@@ -3156,22 +3251,22 @@ Nota: poiché la commissione è calcolata su base per byte, una commissione di "
The %s developers
Sviluppatori di %s
+
+ Can't generate a change-address key. No keys in the internal keypool and can't generate any keys.
+ Impossibile generare una chiave per il resto. Non c'è nessuna chiave nel keypool interno ed è impossibile generare altre chiavi.
+
Cannot obtain a lock on data directory %s. %s is probably already running.
Non è possibile ottenere i dati sulla cartella %s. Probabilmente %s è già in esecuzione.
Cannot provide specific connections and have addrman find outgoing connections at the same.
- Non e' possibile fornire connessioni specifiche e contemporaneamente usare addrman per trovare connessioni uscenti.
+ Non è possibile fornire connessioni specifiche e contemporaneamente usare addrman per trovare connessioni uscenti.
Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect.
Errore lettura %s! Tutte le chiavi sono state lette correttamente, ma i dati delle transazioni o della rubrica potrebbero essere mancanti o non corretti.
-
- Group outputs by address, selecting all or none, instead of selecting on a per-output basis. Privacy is improved as an address is only used once (unless someone sends to it after spending from it), but may result in slightly higher fees as suboptimal coin selection may result due to the added limitation (default: %u)
- Raggruppa gli output per indirizzo, selezionando tutti o nessuno, invece di selezionarli in base all'output. La privacy è migliorata in quanto un indirizzo viene usato una sola volta (a meno che qualcuno vi invii denaro dopo che avevate già speso da quell'indirizzo), ma può comportare commissioni leggermente più alte visto che le limitazioni aggiunte possono condurre a una selezione subottimale degli input da spendere (default: %u)
-
Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly.
Per favore controllate che la data del computer e l'ora siano corrette! Se il vostro orologio è sbagliato %s non funzionerà correttamente.
@@ -3228,6 +3323,10 @@ Nota: poiché la commissione è calcolata su base per byte, una commissione di "
Change index out of range
Cambio indice fuori paramentro
+
+ Config setting for %s only applied on %s network when in [%s] section.
+ La configurazione di %s si applica alla rete %s soltanto nella sezione [%s]
+
Copyright (C) %i-%i
Copyright (C) %i-%i
@@ -3240,17 +3339,13 @@ Nota: poiché la commissione è calcolata su base per byte, una commissione di "
Do you want to rebuild the block database now?
Vuoi ricostruire ora il database dei blocchi?
-
- Error creating %s: You can't create non-HD wallets with this version.
- Errore durante la creazione %s: non e' possibile creare portafogli non-HD con questa versione.
-
Error initializing block database
Errore durante l'inizializzazione del database dei blocchi
Error initializing wallet database environment %s!
- Errore durante l'inizializzazione dell'ambiente del database del portamonete %s!
+ Errore durante l'inizializzazione dell'ambiente del database del portafoglio %s!
Error loading %s
@@ -3258,11 +3353,11 @@ Nota: poiché la commissione è calcolata su base per byte, una commissione di "
Error loading %s: Wallet corrupted
- Errore caricamento %s: Portafoglio corrotto
+ Errore caricamento %s: portafoglio corrotto
Error loading %s: Wallet requires newer version of %s
- Errore caricamento %s: il Portafoglio richiede una versione aggiornata di %s
+ Errore caricamento %s: il portafoglio richiede una versione aggiornata di %s
Error loading block database
@@ -3312,6 +3407,10 @@ Nota: poiché la commissione è calcolata su base per byte, una commissione di "
Specified blocks directory "%s" does not exist.
La cartella specificata "%s" non esiste.
+
+ Unable to create the PID file '%s': %s
+ Impossibile creare il PID file '%s': %s
+
Upgrading txindex database
Aggiornamento del database txindex
@@ -3360,18 +3459,6 @@ Nota: poiché la commissione è calcolata su base per byte, una commissione di "
Unable to generate keys
Impossibile generare le chiavi
-
- Unsupported argument -benchmark ignored, use -debug=bench.
- Ignorata opzione -benchmark non supportata, utilizzare -debug=bench.
-
-
- Unsupported argument -debugnet ignored, use -debug=net.
- Argomento -debugnet ignorato in quanto non supportato, usare -debug=net.
-
-
- Unsupported argument -tor found, use -onion.
- Rilevato argomento -tor non supportato, utilizzare -onion.
-
Unsupported logging category %s=%s.
Categoria di registrazione non supportata %s=%s.
@@ -3390,7 +3477,7 @@ Nota: poiché la commissione è calcolata su base per byte, una commissione di "
Wallet needed to be rewritten: restart %s to complete
- Il portamonete necessita di essere riscritto: riavviare %s per completare
+ Il portafoglio necessita di essere riscritto: riavviare %s per completare
Error: Listening for incoming connections failed (listen returned error %s)
@@ -3408,18 +3495,18 @@ Nota: poiché la commissione è calcolata su base per byte, una commissione di "
You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain
Per ritornare alla modalità unpruned sarà necessario ricostruire il database utilizzando l'opzione -reindex. L'intera blockchain sarà riscaricata.
-
- Error loading %s: You can't disable HD on an already existing HD wallet
- Errore caricamento %s: Non puoi disabilitare HD in un portafoglio HD già esistente
-
Error reading from database, shutting down.
- Errore durante lalettura del database. Arresto in corso.
+ Errore durante la lettura del database. Arresto in corso.
Error upgrading chainstate database
Errore durante l'aggiornamento del database chainstate
+
+ Error: Disk space is low for %s
+ Errore: lo spazio sul disco è troppo poco per %s
+
Information
Informazioni
@@ -3448,6 +3535,10 @@ Nota: poiché la commissione è calcolata su base per byte, una commissione di "
Reducing -maxconnections from %d to %d, because of system limitations.
Riduzione -maxconnections da %d a %d a causa di limitazioni di sistema.
+
+ Section [%s] is not recognized.
+ La sezione [%s] non è riconosciuta
+
Signing transaction failed
Firma transazione fallita
@@ -3458,12 +3549,18 @@ Nota: poiché la commissione è calcolata su base per byte, una commissione di "
Specified -walletdir "%s" is a relative path
- -walletdir "%s" specificata e' un path relativo
+ -walletdir "%s" specificata è un path relativo
Specified -walletdir "%s" is not a directory
-walletdir "%s" specificata non e' una directory
+
+ The specified config file %s does not exist
+
+ Lo specificato archivio di configurazione %s non esiste
+
+
The transaction amount is too small to pay the fee
L'importo della transazione è troppo basso per pagare la commissione
@@ -3498,7 +3595,7 @@ Nota: poiché la commissione è calcolata su base per byte, una commissione di "
Wallet %s resides outside wallet directory %s
- Il portafoglio %s e' situato fuori dalla directory del portafoglio %s
+ Il portafoglio %s è situato fuori dalla directory del portafoglio %s
Warning
@@ -3510,16 +3607,12 @@ Nota: poiché la commissione è calcolata su base per byte, una commissione di "
Zapping all transactions from wallet...
- Eliminazione dal portamonete di tutte le transazioni...
+ Eliminazione dal portafoglio di tutte le transazioni...
-maxtxfee is set very high! Fees this large could be paid on a single transaction.
-maxtxfee è impostato molto alto! Commissioni così alte possono venir pagate anche su una singola transazione.
-
- Error loading %s: You can't enable HD on an already existing non-HD wallet
- Errore caricamento %s: Non puoi abilitare HD in un portafoglio non-HD già esistente
-
This is the transaction fee you may pay when fee estimates are not available.
Questo è il costo di transazione che potresti pagare quando le stime della tariffa non sono disponibili.
@@ -3532,18 +3625,6 @@ Nota: poiché la commissione è calcolata su base per byte, una commissione di "
Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments.
La lunghezza totale della stringa di network version (%i) eccede la lunghezza massima (%i). Ridurre il numero o la dimensione di uacomments.
-
- Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported.
- Argomento -socks non supportato. Non è più possibile impostare la versione SOCKS, solamente i proxy SOCKS5 sono supportati.
-
-
- Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay.
- Argomento non supportato -whitelistalwaysrelay è stato ignorato, utilizzare -whitelistrelay e/o -whitelistforcerelay.
-
-
- Warning: Unknown block versions being mined! It's possible unknown rules are in effect
- Attenzione: si stanno minando versioni sconocsiute di blocchi! E' possibile che siano attive regole sconosciute
-
Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup.
Attenzione: file del Portafoglio corrotto, dati recuperati! %s originale salvato come %s in %s; se il saldo o le transazioni non sono corrette effettua un ripristino da un backup.
@@ -3596,10 +3677,6 @@ Nota: poiché la commissione è calcolata su base per byte, una commissione di "
Insufficient funds
Fondi insufficienti
-
- Can't generate a change-address key. Private keys are disabled for this wallet.
- Impossibile generare una chiave di indirizzo di modifica. Le chiavi private sono disabilitate per questo portafoglio.
-
Cannot upgrade a non HD split wallet without upgrading to support pre split keypool. Please use -upgradewallet=169900 or -upgradewallet with no version specified.
Impossibile aggiornare un portafoglio diviso non HD senza aggiornamento per supportare il keypool pre-split. Si prega di utilizzare -upgradewallet = 169900 o -upgradewallet senza specificare la versione.
@@ -3614,11 +3691,11 @@ Nota: poiché la commissione è calcolata su base per byte, una commissione di "
Loading wallet...
- Caricamento portamonete...
+ Caricamento portafoglio...
Cannot downgrade wallet
- Non è possibile effettuare il downgrade del portamonete
+ Non è possibile effettuare il downgrade del portafoglio
Rescanning...
diff --git a/src/qt/locale/bitcoin_it_IT.ts b/src/qt/locale/bitcoin_it_IT.ts
index d97d888f23..e1d89a50c9 100644
--- a/src/qt/locale/bitcoin_it_IT.ts
+++ b/src/qt/locale/bitcoin_it_IT.ts
@@ -183,10 +183,6 @@
Wallet encrypted
Portafoglio criptato
-
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- %1 ora si chiuderà per concludere il processo di criptaggio. Ricorda che criptare il tuo portafoglio non può definitivamente proteggere i tuoi bitcoin da furti tramite malware che infetta il tuo computer.
-
IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.
IMPORTANTE: Qualsiasi backup precedentemente effettuato del tuo portafoglio dovrebbe essere sostituito con il nuovo file criptato generato. Per questioni di sicurezza, backup precedenti del portafoglio non criptati diverranno inutili non appena inizi ad usare il nuovo portafoglio criptato.
@@ -249,10 +245,6 @@
&Overview
&Panoramica
-
- Node
- Nodo
-
Show general overview of wallet
Mostra panoramica generale del portafoglio
@@ -309,14 +301,6 @@
&Change Passphrase...
Cambia Password...
-
- &Sending addresses...
- Indirizzi di invio...
-
-
- &Receiving addresses...
- Indirizzi di ricezione...
-
Open &URI...
Apri &URI...
@@ -325,10 +309,6 @@
Wallet:
Portafoglio
-
- default wallet
- Portafoglio predefinito
-
Click to disable network activity.
Clicca per disabilitare attività di rete.
@@ -377,10 +357,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Portafoglio
-
&Send
Invia
@@ -485,6 +461,10 @@
Show the %1 help message to get a list with possible Bitcoin command-line options
Mostra il %1 messaggio d'aiuto per ottenere una lista con le possibili opzioni per la riga di comando di Bitcoin
+
+ default wallet
+ Portafoglio predefinito
+
Date: %1
@@ -523,6 +503,14 @@
Incoming transaction
Transazione in arrivo
+
+ HD key generation is <b>enabled</b>
+ Generazione di chiavi HD <b>abilitata</b>
+
+
+ HD key generation is <b>disabled</b>
+ Generazione di chiavi HD <b>disabilitata</b>
+
A fatal error occurred. Bitcoin can no longer continue safely and will quit.
Si è verificato un errore fatale. Bitcoin non può continuare in maniera sicura e sarà chiuso.
@@ -814,21 +802,61 @@
Your current spendable balance
Saldo disponibile
+
+ Total:
+ Totale:
+
+
+ Your current total balance
+ Bilancio totale attuale
+
+
+ Spendable:
+ Spendibile:
+
Recent transactions
Transazioni recenti
-
+
+ Current total balance in watch-only addresses
+ Bilancio totale attuale su indirizzi watch-only
+
+
PaymentServer
+
+ URI handling
+ Gestione URI
+
+
+ 'bitcoin://' is not a valid URI. Use 'bitcoin:' instead.
+ 'bitcoin://' non è un URI valido. Usa invece 'bitcoin:'.
+
+
+ Invalid payment address %1
+ Indirizzo di pagamento non valido %1
+
Payment request rejected
Richiesta di pagamento rifiutata
+
+ Payment request expired.
+ Richiesta di pagamento scaduta.
+
+
+ Invalid payment request.
+ Richiesta di pagamento non valida.
+
Refund from %1
Rimborso da %1
+
+ Error communicating with %1: %2
+ Errore nella comunicazione con %1: %2
+
PeerTableModel
@@ -856,10 +884,6 @@
Sent
Inviato
-
- default wallet
- Portafoglio predefinito
-
ReceiveCoinsDialog
@@ -956,6 +980,10 @@
Copy change
Copia cambio
+
+ Payment request expired.
+ Richiesta di pagamento scaduta.
+
(no label)
(nessuna etichetta)
@@ -1054,12 +1082,19 @@
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
WalletModel
-
+
+ default wallet
+ Portafoglio predefinito
+
+
WalletView
diff --git a/src/qt/locale/bitcoin_ja.ts b/src/qt/locale/bitcoin_ja.ts
index 1a016a0dcb..20d0503757 100644
--- a/src/qt/locale/bitcoin_ja.ts
+++ b/src/qt/locale/bitcoin_ja.ts
@@ -55,7 +55,7 @@
C&hoose
- 選択 (&C)
+ 選択(&C)
Sending addresses
@@ -75,15 +75,15 @@
&Copy Address
- アドレスをコピー (&C)
+ アドレスをコピー(&C)
Copy &Label
- ラベルをコピー (&L)
+ ラベルをコピー(&L)
&Edit
- 編集 (&E)
+ 編集(&E)
Export Address List
@@ -145,23 +145,23 @@
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
@@ -173,11 +173,11 @@
Confirm wallet encryption
- ウォレットの暗号化を確認する
+ ウォレットの暗号化の承諾
Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>!
- 警告: もしもあなたのウォレットを暗号化してパスフレーズを忘れてしまったら、<b>あなたの Bitcoin はすべて失われます</b>!
+ 警告: もしもあなたのウォレットを暗号化してパスフレーズを忘れてしまったら、<b>あなたの Bitcoin はすべて失われます</b>!
Are you sure you wish to encrypt your wallet?
@@ -185,11 +185,11 @@
Wallet encrypted
- ウォレットは暗号化されました
+ ウォレットの暗号化の完了
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- 暗号化処理を完了させるため %1 をいますぐ終了します。ウォレットを暗号化しても、コンピュータに感染したマルウェアなどによる Bitcoin の盗難を完全に防ぐことはできないことにご注意ください。
+ Your wallet is now encrypted. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
+ ウォレットの暗号化処理が完了しました。ウォレットを暗号化しても、コンピュータに感染したマルウェアなどによる Bitcoin の盗難を完全に防ぐことはできないことにご注意ください。
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.
@@ -197,19 +197,19 @@
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.
@@ -217,11 +217,11 @@
Wallet decryption failed
- ウォレットの暗号化解除に失敗しました
+ ウォレットの暗号化解除に失敗
Wallet passphrase was successfully changed.
- ウォレットのパスフレーズの変更が成功しました。
+ ウォレットのパスフレーズが正常に変更されました。
Warning: The Caps Lock key is on!
@@ -236,27 +236,23 @@
Banned Until
- 以下の時間までbanする:
+ Ban 解除予定時刻
BitcoinGUI
Sign &message...
- メッセージの署名... (&m)
+ メッセージの署名...(&m)
Synchronizing with network...
- ネットワークと同期しています……
+ ネットワークに同期中...
&Overview
概要(&O)
-
- Node
- ノード
-
Show general overview of wallet
ウォレットの概要を見る
@@ -267,7 +263,7 @@
Browse transaction history
- 取引履歴を閲覧
+ 取引履歴を見る
E&xit
@@ -275,15 +271,15 @@
Quit application
- アプリケーションを終了
+ アプリケーションを終了する
&About %1
- %1 について (&A)
+ %1 について(&A)
Show information about %1
- %1 の情報を表示
+ %1 の情報を表示する
About &Qt
@@ -291,11 +287,11 @@
Show information about Qt
- Qt の情報を表示
+ Qt の情報を表示する
&Options...
- オプション... (&O)
+ オプション...(&O)
Modify configuration options for %1
@@ -303,36 +299,24 @@
&Encrypt Wallet...
- ウォレットの暗号化... (&E)
+ ウォレットの暗号化(&E)...
&Backup Wallet...
- ウォレットのバックアップ... (&B)
+ ウォレットのバックアップ(&B)...
&Change Passphrase...
- パスフレーズの変更... (&C)
-
-
- &Sending addresses...
- 送金先アドレス一覧 (&S)...
-
-
- &Receiving addresses...
- 受け取り用アドレス一覧 (&R)...
+ パスフレーズの変更(&C)...
Open &URI...
- URI を開く (&U)...
+ URI を開く(&U)...
Wallet:
ウォレット:
-
- default wallet
- デフォルトウォレット
-
Click to disable network activity.
クリックするとネットワーク活動を無効化します。
@@ -347,15 +331,15 @@
Syncing Headers (%1%)...
- ヘッダーを同期しています (%1%)...
+ ヘッダを同期中 (%1%)...
Reindexing blocks on disk...
- ディスク上のブロックのインデックスを再作成しています...
+ ディスク上のブロックを再インデックス中...
Proxy is <b>enabled</b>: %1
- プロキシは <b>有効</b>です: %1
+ プロキシは<b>有効</b>: %1
Send coins to a Bitcoin address
@@ -363,59 +347,55 @@
Backup wallet to another location
- ウォレットを他の場所にバックアップ
+ ウォレットを他の場所にバックアップする
Change the passphrase used for wallet encryption
- ウォレット暗号化用パスフレーズの変更
+ ウォレット暗号化用パスフレーズを変更する
&Debug window
- デバッグ ウインドウ (&D)
+ デバッグ ウインドウ(&D)
Open debugging and diagnostic console
- デバッグと診断コンソールを開く
+ デバッグ・診断コンソールを開く
&Verify message...
- メッセージの検証... (&V)
+ メッセージの検証(&V)...
Bitcoin
Bitcoin
-
- Wallet
- ウォレット
-
&Send
- 送金 (&S)
+ 送金(&S)
&Receive
- 受取 (&R)
+ 受取(&R)
&Show / Hide
- 見る/隠す (&S)
+ 表示 / 非表示(&S)
Show or hide the main Window
- メイン ウインドウを表示または非表示
+ メイン ウインドウを表示または非表示する
Encrypt the private keys that belong to your wallet
- あなたのウォレットの秘密鍵を暗号化します
+ ウォレットの秘密鍵を暗号化する
Sign messages with your Bitcoin addresses to prove you own them
- Bitcoin アドレスをあなたが所有していることを証明するために、そのアドレスでメッセージに署名してください
+ Bitcoin アドレスでメッセージに署名して、アドレスを所有していることを証明する
Verify messages to ensure they were signed with specified Bitcoin addresses
- 指定された Bitcoin アドレスで署名されたことを確認するために、メッセージを検証してください
+ メッセージを検証して、指定された Bitcoin アドレスで署名されたことを確認する
&File
@@ -435,23 +415,23 @@
Request payments (generates QR codes and bitcoin: URIs)
- 支払いをリクエストする (QRコードとbitcoin:ではじまるURIを生成する)
+ 支払いをリクエストする (QRコードと bitcoin: URIを生成する)<
Show the list of used sending addresses and labels
- 使用したことのある送金用アドレスとラベルの一覧を表示する
+ 送金したことがあるアドレスとラベルの一覧を表示する
Show the list of used receiving addresses and labels
- 使用したことのある受け取り用アドレスとラベルの一覧を表示する
+ 受け取ったことがあるアドレスとラベルの一覧を表示する
Open a bitcoin: URI or payment request
- bitcoin: URIまたは支払いリクエストを開く
+ bitcoin: URIや支払いリクエストを開く
&Command-line options
- コマンドラインオプション (&C)
+ コマンドラインオプション(&C)
%n active connection(s) to Bitcoin network
@@ -459,15 +439,15 @@
Indexing blocks on disk...
- ディスク上のブロックのインデックスを作成しています...
+ ディスク上のブロックをインデックス中...
Processing blocks on disk...
- ディスク上のブロックを処理しています...
+ ディスク上のブロックを処理中...
Processed %n block(s) of transaction history.
- トランザクション履歴の %n ブロックを処理しました。
+ %n ブロックの取引履歴を処理済み。
%1 behind
@@ -475,11 +455,11 @@
Last received block was generated %1 ago.
- 最後に受信されたブロックは %1 前に生成されました。
+ 最後に受信したブロックは %1 前に生成。
Transactions after this will not yet be visible.
- この後の取引はまだ表示されていません。
+ これより後の取引はまだ表示されていません。
Error
@@ -495,11 +475,67 @@
Up to date
- バージョンは最新です
+ ブロックは最新
+
+
+ &Sending addresses
+ 送金先アドレス一覧(&S)...
+
+
+ &Receiving addresses
+ 受取用アドレス一覧(&R)...
+
+
+ Open Wallet
+ ウォレットを開く
+
+
+ Open a wallet
+ ウォレットを開く
+
+
+ Close Wallet...
+ ウォレットを閉じる
+
+
+ Close wallet
+ ウォレットを閉じる
Show the %1 help message to get a list with possible Bitcoin command-line options
- 有効な Bitcoin のコマンドライン オプションを見るために %1 のヘルプメッセージを表示します。
+ %1 のヘルプ メッセージを表示して、使用可能な XPChain のコマンドライン オプションの一覧を見る。
+
+
+ default wallet
+ デフォルトウォレット
+
+
+ Opening Wallet <b>%1</b>...
+ ウォレット <b>%1</b>を開いています...
+
+
+ Open Wallet Failed
+ ウォレットを開くことに失敗しました
+
+
+ &Window
+ ウインドウ (&W)
+
+
+ Minimize
+ 最小化
+
+
+ Zoom
+ 拡大/縮小
+
+
+ Restore
+ 元に戻す
+
+
+ Main Window
+ メインウィンドウ
%1 client
@@ -507,11 +543,11 @@
Connecting to peers...
- ピアに接続しています...
+ ピアに接続中...
Catching up...
- 追跡中...
+ 遅延取戻し中...
Date: %1
@@ -522,7 +558,7 @@
Amount: %1
- 総額: %1
+ 金額: %1
@@ -534,7 +570,7 @@
Type: %1
- タイプ: %1
+ 種別: %1
@@ -555,23 +591,27 @@
Incoming transaction
- 着金取引
+ 入金取引
HD key generation is <b>enabled</b>
- HD鍵生成は<b>有効化</b>されています
+ HD鍵生成は<b>有効</b>
HD key generation is <b>disabled</b>
- HD鍵生成は<b>無効化</b>されています
+ HD鍵生成は<b>無効</b>
+
+
+ Private key <b>disabled</b>
+ 秘密鍵は<b>無効</b>
Wallet is <b>encrypted</b> and currently <b>unlocked</b>
- ウォレットは<b>暗号化されて、アンロックされています</b>
+ ウォレットは<b>暗号化済み</b>・<b>アンロック状態</b>
Wallet is <b>encrypted</b> and currently <b>locked</b>
- ウォレットは<b>暗号化されて、ロックされています</b>
+ ウォレットは<b>暗号化済み</b>・<b>ロック状態</b>
A fatal error occurred. Bitcoin can no longer continue safely and will quit.
@@ -582,19 +622,19 @@
CoinControlDialog
Coin Selection
- コイン選択
+ コインの選択
Quantity:
- 数量:
+ 選択数:
Bytes:
- バイト:
+ バイト数:
Amount:
- 総額:
+ 金額:
Fee:
@@ -606,15 +646,15 @@
After Fee:
- 手数料差引後:
+ 手数料差引後金額:
Change:
- 釣り銭:
+ お釣り:
(un)select all
- すべて選択/選択解除
+ 全て選択/選択解除
Tree mode
@@ -626,19 +666,19 @@
Amount
- 総額
+ 金額
Received with label
- ラベルに対する入金一覧
+ 対応するラベル
Received with address
- アドレスに対する入金一覧
+ 対応するアドレス
Date
- 日付
+ 日時
Confirmations
@@ -650,15 +690,15 @@
Copy address
- アドレスをコピーする
+ アドレスをコピー
Copy label
- ラベルをコピーする
+ ラベルをコピー
Copy amount
- 総額のコピー
+ 金額をコピー
Copy transaction ID
@@ -666,39 +706,39 @@
Lock unspent
- 未使用トランザクションをロックする
+ 未使用トランザクションをロック
Unlock unspent
- 未使用トランザクションをアンロックする
+ 未使用トランザクションのロックを解除
Copy quantity
- 数量をコピーする
+ 選択数をコピー
Copy fee
- 手数料をコピーする
+ 手数料をコピーす
Copy after fee
- 手数料差引後の値をコピーする
+ 手数料差引後金額をコピー
Copy bytes
- バイト数をコピーする
+ バイト数をコピー
Copy dust
- ダストをコピーする
+ ダストをコピー
Copy change
- 釣り銭をコピー
+ お釣りをコピー
(%1 locked)
- (%1 がロック済み)
+ (ロック済み %1個)
yes
@@ -710,7 +750,7 @@
This label turns red if any recipient receives an amount smaller than the current dust threshold.
- 少なくともひとつの受取額が現在のダスト閾値を下回る場合に、このラベルは赤くなります。
+ 受取額が現在のダスト閾値を下回るアドレスがひとつでもあると、このラベルが赤くなります。
Can vary +/- %1 satoshi(s) per input.
@@ -718,7 +758,7 @@
(no label)
- (ラベル無し)
+ (ラベル無し)
change from %1 (%2)
@@ -733,7 +773,7 @@
EditAddressDialog
Edit Address
- アドレスの編集
+ アドレスを編集
&Label
@@ -741,27 +781,27 @@
The label associated with this address list entry
- このアドレス帳項目に結びつけられているラベル
+ このアドレス帳項目のラベル
The address associated with this address list entry. This can only be modified for sending addresses.
- このアドレス帳項目に結びつけられているアドレス。この項目は送金用アドレスの場合のみ編集することができます。
+ このアドレス帳項目のアドレス。アドレスは送金先アドレスの場合のみ編集することができます。
&Address
- アドレス帳 (&A)
+ アドレス(&A)
New sending address
- 新しい送金用アドレス
+ 新しい送金先アドレス
Edit receiving address
- 受け取り用アドレスを編集
+ 受取用アドレスを編集
Edit sending address
- 送金用アドレスを編集
+ 送金先アドレスを編集
The entered address "%1" is not a valid Bitcoin address.
@@ -769,11 +809,11 @@
Address "%1" already exists as a receiving address with label "%2" and so cannot be added as a sending address.
- アドレス "%1" は、既に受け取り用アドレスにラベル "%2" として存在するので、送金用アドレスとしては追加できません。
+ アドレス "%1" は既に受取用アドレスにラベル "%2" として存在するので、送金先アドレスとしては追加できません。
The entered address "%1" is already in the address book with label "%2".
- 入力されたアドレス"%1"は、既にアドレス帳にラベル "%2" として存在します。
+ 入力されたアドレス "%1" は既にラベル "%2" としてアドレス帳に存在します。
Could not unlock wallet.
@@ -781,7 +821,7 @@
New key generation failed.
- 新しいキーの生成に失敗しました。
+ 新しい鍵の生成に失敗しました。
@@ -792,11 +832,11 @@
name
- name
+ ディレクトリ名
Directory already exists. Add %1 if you intend to create a new directory here.
- ディレクトリが既に存在します。 新しいディレクトリを作成したい場合は %1 を追加してください。
+ ディレクトリが既に存在します。新しいディレクトリを作りたい場合は %1 と追記してください。
Path already exists, and is not a directory.
@@ -815,7 +855,7 @@
(%1-bit)
- (%1ビット)
+ (%1 ビット)
About %1
@@ -838,27 +878,27 @@
As this is the first time the program is launched, you can choose where %1 will store its data.
- これはプログラム最初の起動です。%1 がデータを保存する場所を選択して下さい。
+ これはプログラムの最初の起動です。%1 がデータを保存する場所を選択してください。
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.
- OKをクリックすると、%1は完全な%4ブロックチェーン (%2GB) のダウンロードおよび処理を%4が開始された時点の%3から開始します。
+ OKをクリックすると、%1 は %4 がリリースされた%3年最初の取引からの完全な %4 ブロックチェーン(%2GB)のダウンロードおよび処理を開始します。
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.
- この初期同期には多大なリソースを消費し、あなたのコンピュータでこれまで見つからなかったハードウェア上の問題が発生する場合があります。%1 を実行する度に、中断された時点からダウンロードを再開します。
+ この初回同期には多大なリソースを消費し、あなたのコンピュータでこれまで見つからなかったハードウェア上の問題が発生する場合があります。%1 を実行する度に、中断された時点からダウンロードを再開します。
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
@@ -866,15 +906,15 @@
At least %1 GB of data will be stored in this directory, and it will grow over time.
- 少なくとも%1GBのデータをこのディレクトリに保存する必要があります。またこのデータは時間とともに増加していきます。
+ 最低でも%1 GBのデータをこのディレクトリに保存する必要があります。またこのデータは時間とともに増加していきます。
Approximately %1 GB of data will be stored in this directory.
- おおむね%1GBのデータがこのディレクトリに保存されます。
+ 約%1 GBのデータがこのディレクトリに保存されます。
%1 will download and store a copy of the Bitcoin block chain.
- %1はBitcoinのブロックチェーンの複製をダウンロードし保存します。
+ %1 は Bitcoin ブロックチェーンのコピーをダウンロードし保存します。
The wallet will also be stored in this directory.
@@ -890,7 +930,7 @@
%n GB of free space available
- %n GBの空き容量が利用可能
+ 利用可能な空き容量 %n GB
(of %n GB needed)
@@ -905,11 +945,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 synchronizing with the bitcoin network, as detailed below.
- 最近のトランザクションがまだ表示されていない可能性があります。そのため、ウォレットの残高が正しく表示されていないかもしれません。この情報は、ウォレットが Bitcoin ネットワークへの同期が完了すると正確なものとなります。詳細は下記を参照してください。
+ 最近の取引がまだ表示されていない可能性があります。そのため、ウォレットの残高が正しく表示されていないかもしれません。この情報は、ウォレットが Bitcoin ネットワークへの同期が完了すると正確なものとなります。詳細は下記を参照してください。
Attempting to spend bitcoins that are affected by not-yet-displayed transactions will not be accepted by the network.
- まだ表示されていないトランザクションが影響する Bitcoin を使用しようとすると、ネットワークから認証を受けられません。
+ まだ表示されていない取引が関係する Bitcoin を使用しようとすると、ネットワークから認証を受けられません。
Number of blocks left
@@ -917,7 +957,7 @@
Unknown...
- 未知...
+ 不明...
Last block time
@@ -933,7 +973,7 @@
calculating...
- 計算しています...
+ 計算中...
Estimated time left until synced
@@ -943,20 +983,16 @@
Hide
隠す
-
- Unknown. Syncing Headers (%1)...
- 未知。ヘッダを同期しています (%1)...
-
-
+
OpenURIDialog
Open URI
- URI を開く
+ URIを開く
Open payment request from URI or file
- URI またはファイルから支払いリクエストを開く
+ URIまたはファイルから支払いリクエストを開く
URI:
@@ -964,11 +1000,11 @@
Select payment request file
- 支払いリクエストファイルを選択してください
+ 支払いリクエストファイルを選択
Select payment request file to open
- 開きたい支払いリクエストファイルを選択してください
+ 支払いリクエストファイルを選択
@@ -979,7 +1015,7 @@
&Main
- メイン (&M)
+ メイン(&M)
Automatically start %1 after logging in to the system.
@@ -987,31 +1023,27 @@
&Start %1 on system login
- システムにログインした時に %1 を起動 (&S)
+ システムのログイン時に %1 を起動(&S)
Size of &database cache
- データベースキャッシュのサイズ (&D)
-
-
- MB
- MB
+ データベースキャッシュのサイズ(&D)
Number of script &verification threads
- スクリプト検証用スレッド数 (&V)
+ スクリプト検証用スレッド数(&V)
IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1)
- プロキシのIPアドレス (例えば IPv4: 127.0.0.1 / IPv6: ::1)
+ プロキシのIPアドレス (例 IPv4: 127.0.0.1 / IPv6: ::1)
Shows if the supplied default SOCKS5 proxy is used to reach peers via this network type.
- このネットワークタイプ経由で、与えられたデフォルトのSOCKS5プロキシを使用してピアに到達した場合に表示する。
+ 指定されたデフォルト SOCKS5 プロキシが、このネットワークタイプ経由でピアに接続しているかどうか。
Use separate SOCKS&5 proxy to reach peers via Tor hidden services:
- Tor秘匿サービス経由でピアに接続するために専用のSOCKS5プロキシを利用する:
+ Tor秘匿サービス経由でピアに接続するために専用の SOCKS5 プロキシを利用する(&5):
Hide the icon from the system tray.
@@ -1023,19 +1055,15 @@
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 |.
- トランザクションタブのコンテキストメニュー項目に表示する、サードパーティURL (例えばブロックエクスプローラ)。URL中の%sはトランザクションのハッシュ値に置き換えられます。垂直バー | で区切ることで、複数のURLを指定できます。
-
-
- Active command-line options that override above options:
- 上のオプションを置き換えることのできる、有効なコマンドラインオプションの一覧:
+ 取引タブのコンテキストメニュー項目に表示する、サードパーティURL(例: ブロックエクスプローラ)。URL中の %s は取引のハッシュ値に置き換えられます。半角垂直バー | で区切ることで、複数のURLを指定できます。
Open the %1 configuration file from the working directory.
- %1の設定ファイルをワーキングディレクトリから開く。
+ 作業ディレクトリ内の %1 の設定ファイルを開く。
Open Configuration File
@@ -1043,23 +1071,23 @@
Reset all client options to default.
- すべてのオプションを初期値に戻します。
+ 全ての設定を初期値に戻す。
&Reset Options
- オプションをリセット (&R)
+ オプションをリセット(&R)
&Network
- ネットワーク (&N)
+ ネットワーク(&N)
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
- 剪定 / ブロックの保存容量
+ ブロックの保存容量を次の値までに剪定する(&B):
GB
@@ -1069,69 +1097,73 @@
Reverting this setting requires re-downloading the entire blockchain.
この設定を元に戻すには、ブロック チェーン全体を再ダウンロードする必要があります。
+
+ MiB
+ MiB
+
(0 = auto, <0 = leave that many cores free)
- (0 = 自動、0以上 = 指定した数のコアをフリーにする)
+ (0 = 自動、0以上 = 指定した数のコアを解放する)
W&allet
- ウォレット (&A)
+ ウォレット(&A)
Expert
- エクスポート
+ 上級者向け機能
Enable coin &control features
- コインコントロール機能を有効化する (&C)
+ コインコントロール機能を有効化する(&C)
If you disable the spending of unconfirmed change, the change from a transaction cannot be used until that transaction has at least one confirmation. This also affects how your balance is computed.
- 未検証のおつりの使用を無効化すると、トランザクションが少なくとも1検証を獲得するまではそのトランザクションのおつりは利用できなくなります。これは残高の計算方法にも影響します。
+ 未承認のお釣りを使用しない場合、取引が最低1回検証されるまではその取引のお釣りは利用できなくなります。これは残高の計算方法にも影響します。
&Spend unconfirmed change
- 未検証のおつりを使用する (&S)
+ 未検証のお釣りを使用する(&S)
Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled.
- 自動的にルーター上の Bitcoin クライアントのポートを開きます。あなたのルーターが UPnP に対応していて、それが有効になっている場合に作動します。
+ 自動的にルーター上の Bitcoin クライアントのポートを開放します。あなたのルーターが UPnP に対応していて、それが有効になっている場合のみ動作します。
Map port using &UPnP
- UPnP を使ってポートを割り当てる (&U)
+ UPnP を使ってポートを割り当てる(&U)
Accept connections from outside.
- 外部からの接続を許可する
+ 外部からの接続を許可する。
Allow incomin&g connections
- 外部からの接続を許可する (&G)
+ 外部からの接続を許可する(&G)
Connect to the Bitcoin network through a SOCKS5 proxy.
- SOCKS5 プロキシ経由でBitcoinネットワークに接続する
+ SOCKS5 プロキシ経由で Bitcoin ネットワークに接続する。
&Connect through SOCKS5 proxy (default proxy):
- SOCKS5 プロキシ経由で接続する (デフォルトプロキシ): (&C)
+ SOCKS5 プロキシ経由で接続する(デフォルトプロキシ)(&C):
Proxy &IP:
- プロキシの IP (&I) :
+ プロキシ IP(&I):
&Port:
- ポート (&P) :
+ ポート(&P):
Port of the proxy (e.g. 9050)
- プロキシのポート番号 (例 9050)
+ プロキシのポート番号(例: 9050)
Used for reaching peers via:
- ピアへ到達するために使われた方法:
+ ピアへの接続手段:
IPv4
@@ -1147,43 +1179,43 @@
Connect to the Bitcoin network through a separate SOCKS5 proxy for Tor hidden services.
- Tor秘匿サービスを利用するため、独立なSOCKS5プロキシ経由でBitcoinネットワークに接続する
+ Tor秘匿サービスを利用するため、専用の SOCKS5 プロキシ経由で Bitcoin ネットワークに接続する。
&Window
- ウインドウ (&W)
+ ウインドウ(&W)
Show only a tray icon after minimizing the window.
- ウインドウを最小化したあとトレイ アイコンだけを表示する。
+ ウインドウを最小化したあとトレイ アイコンのみ表示する。
&Minimize to the tray instead of the taskbar
- タスクバーの代わりにトレイに最小化 (&M)
+ タスクバーではなくトレイに最小化(&M)
M&inimize on close
- 閉じる時に最小化 (&i)
+ 閉じるときに最小化(&I)
&Display
- 表示 (&D)
+ 表示(&D)
User Interface &language:
- ユーザインターフェースの言語 (&l) :
+ ユーザインターフェースの言語(&L):
The user interface language can be set here. This setting will take effect after restarting %1.
- ここでユーザインターフェースの言語を設定できます。設定を反映するには %1 を再起動します。
+ ユーザーインターフェイスの言語を設定できます。設定を反映するには %1 の再起動が必要です。
&Unit to show amounts in:
- 額を表示する単位 (&U) :
+ 金額の表示単位(&U):
Choose the default subdivision unit to show in the interface and when sending coins.
- インターフェース上の表示とコインの送信で使用する単位を選択します。
+ インターフェイスや送金時に使用する単位を選択する。
Whether to show coin control features or not.
@@ -1191,7 +1223,11 @@
&Third party transaction URLs
- サードパーティのトランザクションURL (&T)
+ サードパーティの取引確認URL(&T)
+
+
+ Options set in this dialog are overridden by the command line or in the configuration file:
+ このダイアログで指定したオプションは、コマンドラインや設定ファイルの内容でオーバーライドされます:
&OK
@@ -1199,7 +1235,7 @@
&Cancel
- キャンセル (&C)
+ キャンセル(&C)
default
@@ -1211,7 +1247,7 @@
Confirm options reset
- オプションのリセットの確認
+ 設定リセットの確認
Client restart required to activate changes.
@@ -1219,7 +1255,7 @@
Client will be shut down. Do you want to proceed?
- クライアントを終了します。続行してもよろしいですか?
+ クライアントを終了します。よろしいですか?
Configuration options
@@ -1227,7 +1263,7 @@
The configuration file is used to specify advanced user options which override GUI settings. Additionally, any command-line options will override this configuration file.
- 設定ファイルは高度なユーザオプションを指定するために利用され、GUI での設定をオーバーライドします。また、コマンドラインオプションはこの設定ファイルの内容をオーバーライドします
+ 設定ファイルは、GUIでの設定を上書きする高度なユーザーオプションを指定するためのものです。また、コマンドラインオプションはこの設定ファイルの内容も上書きします
Error
@@ -1254,11 +1290,11 @@
The displayed information may be out of date. Your wallet automatically synchronizes with the Bitcoin network after a connection is established, but this process has not completed yet.
- 表示された情報は古いかもしれません。接続が確立されると、あなたのウォレットは Bitcoin ネットワークと自動的に同期しますが、このプロセスはまだ完了していません。
+ 表示されている情報は古い可能性があります。ウォレットは接続確立後に Bitcoin ネットワークと自動的に同期しますが、同期処理はまだ完了していません。
Watch-only:
- 監視限定:
+ ウォッチ限定:
Available:
@@ -1266,7 +1302,7 @@
Your current spendable balance
- あなたの利用可能残高
+ 送金可能な残高
Pending:
@@ -1274,15 +1310,15 @@
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
@@ -1294,38 +1330,38 @@
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
@@ -1333,98 +1369,106 @@
URI handling
- URI の操作
+ URIの処理
'bitcoin://' is not a valid URI. Use 'bitcoin:' instead.
- 'bitcoin://' は正しいURIではありません。 'bitcoin:'を利用してください。
+ 'bitcoin://' は正しいURIではありません。 'bitcoin:'を使用してください。
+
+
+ You are using a BIP70 URL which will be unsupported in the future.
+ 将来サポートされなくなる予定のBIP70形式のURLをお使いです。
Payment request fetch URL is invalid: %1
- 支払い要求の取得先URLが無効です: %1
+ 支払いリクエストの取得先URLが無効です: %1
+
+
+ Cannot process payment request because BIP70 support was not compiled in.
+ BIP70のサポートが組み込まれていないため、支払いリクエストを処理することができません。
Invalid payment address %1
- 支払いのアドレス「%1」は無効です
+ 支払い先アドレス「 %1 」は無効です
URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters.
- URI を解析できません! これは無効な Bitcoin アドレスあるいは不正な形式の URI パラメーターによって引き起こされる場合があります。
+ URIを解析できませんでした! Bitcoin アドレスが無効であるか、URIパラメーターが不正な形式である可能性があります。
Payment request file handling
- 支払いリクエストファイルを処理しています
+ 支払いリクエストファイルの処理
Payment request file cannot be read! This can be caused by an invalid payment request file.
- 支払いリクエストファイルを読み込めませんでした!無効な支払いリクエストファイルにより引き起こされた可能性があります。
+ 支払いリクエストファイルを読み込めませんでした! 無効な支払いリクエストファイルである可能性があります。
Payment request rejected
- 支払い要求は拒否されました
+ 支払いリクエストの拒否
Payment request network doesn't match client network.
- 支払いリクエストのネットワークは現在のクライアントのネットワークに一致しません。
+ 支払いリクエストのネットワークが現在のクライアントのネットワークと一致しません。
Payment request expired.
- 支払いリクエストの期限が切れました。
+ 支払いリクエストが期限切れです。
Payment request is not initialized.
- 支払いリクエストは開始されていません。
+ 支払いリクエストが初期化されていません。
Unverified payment requests to custom payment scripts are unsupported.
- カスタム支払いスクリプトに対する、検証されていない支払いリクエストはサポートされていません。
+ カスタム支払いスクリプトに対する、未検証支払いリクエストはサポートされていません。
Invalid payment request.
- 無効な支払いリクエスト。
+ 無効な支払いリクエストです。
Requested payment amount of %1 is too small (considered dust).
- 要求された支払額 %1 は少なすぎます (ダストとみなされてしまいます)。
+ リクエストされた支払い額 %1 は小さすぎます(ダストとみなされてしまいます)。
Refund from %1
- %1 からの返金
+ %1 からのお釣り
Payment request %1 is too large (%2 bytes, allowed %3 bytes).
- 支払リクエスト %1 は大きすぎます(%2バイトですが、%3バイトまでが許されています)。
+ 支払いリクエスト %1 は大きすぎます(サイズ: %2バイト / 最大処理可能サイズ: %3バイト)。
Error communicating with %1: %2
- %1: %2とコミュニケーション・エラーです
+ %1 との通信時にエラーが発生しました: %2
Payment request cannot be parsed!
- 支払リクエストを読み込めませんでした!
+ 支払いリクエストを解析できませんでした!
Bad response from server %1
- サーバーの返事は無効 %1
+ %1 サーバーの応答が無効でした
Network request error
- ネットワーク・リクエストのエラーです
+ ネットワーク リクエストエラー
Payment acknowledged
- 支払いは確認しました
+ 支払いは承認されました
PeerTableModel
User Agent
- ユーザエージェント
+ ユーザーエージェント
Node/Service
- ノード・サービス
+ ノード/サービス
NodeId
@@ -1447,11 +1491,11 @@
QObject
Amount
- 総額
+ 金額
Enter a Liquid address (e.g. %1)
- Bitcoinアドレスを入力してください (例 %1)
+ Bitcoin アドレスを入力してください (例: %1)
%1 d
@@ -1459,11 +1503,11 @@
%1 h
- %1 h
+ %1時間
%1 m
- %1 m
+ %1分
%1 s
@@ -1487,27 +1531,27 @@
%n minute(s)
- %n 分
+ %n分
%n hour(s)
- %n 時間
+ %n時間
%n day(s)
- %n 日
+ %n日
%n week(s)
- %n 週間
+ %n週間
%1 and %2
- %1 と %2
+ %1 %2
%n year(s)
- %n 年
+ %n年
%1 B
@@ -1531,18 +1575,18 @@
unknown
- 未確認
+ 不明
QObject::QObject
Error parsing command line arguments: %1.
- エラー: コマンドライン引数のパース: %1.
+ コマンドライン引数の解析時にエラーが発生しました: %1
Error: Specified data directory "%1" does not exist.
- エラー: 指定のデータ ディレクトリ "%1" は存在しません。
+ エラー: 指定されたデータ ディレクトリ "%1" は存在しません。
Error: Cannot parse configuration file: %1.
@@ -1565,11 +1609,11 @@
Save QR Code
- QR コードの保存
+ QRコードの保存
PNG Image (*.png)
- PNG画像ファイル(*.png)
+ PNG画像 (*.png)
@@ -1584,7 +1628,7 @@
&Information
- 情報 (&I)
+ 情報(&I)
Debug window
@@ -1592,19 +1636,31 @@
General
- 一般
+ 全般
Using BerkeleyDB version
- 使用中のBerkleyDBバージョン
+ 使用している BerkleyDB のバージョン
Datadir
- データディレクトリ
+ データ ディレクトリ
+
+
+ To specify a non-default location of the data directory use the '%1' option.
+ データディレクトリを初期値以外にするには '%1' オプションを使用します。
+
+
+ Blocksdir
+ ブロックディレクトリ
+
+
+ To specify a non-default location of the blocks directory use the '%1' option.
+ ブロックディレクトリを初期値以外にするには '%1' オプションを使用します。
Startup time
- 起動した日時
+ 起動日時
Network
@@ -1628,11 +1684,11 @@
Memory Pool
- メモリ・プール
+ メモリ プール
Current number of transactions
- 現在のトランザクション数
+ 現在の取引数
Memory usage
@@ -1648,7 +1704,7 @@
&Reset
- リセット (&R)
+ リセット(&R)
Received
@@ -1660,7 +1716,7 @@
&Peers
- ピア (&P)
+ ピア(&P)
Banned peers
@@ -1672,7 +1728,7 @@
Whitelisted
- ホワイトリスト
+ ホワイトリスト登録済み
Direction
@@ -1696,7 +1752,7 @@
User Agent
- ユーザエージェント
+ ユーザーエージェント
Open the %1 debug log file from the current data directory. This can take a few seconds for large log files.
@@ -1736,7 +1792,7 @@
The duration of a currently outstanding ping.
- 現在実行中のpingにかかっている時間。
+ 現在実行中の ping にかかっている時間。
Ping Wait
@@ -1756,15 +1812,15 @@
&Open
- 開く (&O)
+ 開く(&O)
&Console
- コンソール (&C)
+ コンソール(&C)
&Network Traffic
- ネットワーク (&N)
+ ネットワークトラフィック(&N)
Totals
@@ -1788,23 +1844,23 @@
1 &hour
- 1時間 (&H)
+ 1時間(&H)
1 &day
- 1日 (&D)
+ 1日(&D)
1 &week
- 1週間 (&W)
+ 1週間(&W)
1 &year
- 1年 (&Y)
+ 1年(&Y)
&Disconnect
- 切断 (&D)
+ 切断(&D)
Ban for
@@ -1812,19 +1868,15 @@
&Unban
- Banを解除する (&U)
-
-
- default wallet
- デフォルトウォレット
+ Banを解除する(&U)
Welcome to the %1 RPC console.
- %1 のRPCコンソールへようこそ。
+ %1 の RPC コンソールへようこそ。
Use up and down arrows to navigate history, and %1 to clear screen.
- 上下の矢印で履歴をたどれます。%1でスクリーンを消去できます。
+ 上下の矢印で履歴をたどれます。%1 でスクリーンを消去できます。
Type %1 for an overview of available commands.
@@ -1832,23 +1884,23 @@
For more information on using this console type %1.
- さらに情報を得たい方は、コンソールで %1 を入力してください。
+ 詳しくは、コンソールで %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
- "%1"のウォレットを使ってコマンドを実行する
+ "%1" ウォレットを使ってコマンドを実行します
(node id: %1)
@@ -1856,11 +1908,11 @@
via %1
- %1経由
+ %1 経由
never
- 一度もなし
+ まだ無し
Inbound
@@ -1880,14 +1932,14 @@
Unknown
- 未知
+ 不明
ReceiveCoinsDialog
&Amount:
- 総額:(&A)
+ 金額:(&A)
&Label:
@@ -1899,23 +1951,23 @@
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.
- 支払リクエストが開始された時に表示される、支払リクエストに添える任意のメッセージです。注意:メッセージはBitcoinネットワークを通じて、支払と共に送られるわけではありません。
+ 支払いリクエストに添付するメッセージ(任意)。支払リクエスト開始時に表示されます。注意: メッセージは Bitcoin ネットワーク上へ送信されません。
An optional label to associate with the new receiving address.
- 受取用アドレスに紐づく任意のラベル。
+ 新規受取用アドレスに紐づけるラベル(任意)。
Use this form to request payments. All fields are <b>optional</b>.
- このフォームを使用して支払のリクエストを行いましょう。すべての項目は<b>任意入力</b>です。
+ このフォームで支払いをリクエストしましょう。全ての入力欄は<b>任意入力</b>です。
An optional amount to request. Leave this empty or zero to not request a specific amount.
- リクエストする任意の金額。特定の金額をリクエストするのでない場合には、この欄は空白のままかゼロにしてください。
+ リクエストする金額(任意)。特定の金額をリクエストしない場合は、この欄は空白のままかゼロにしてください。
Clear all fields of the form.
- 全ての入力項目をクリア
+ 全ての入力欄をクリア
Clear
@@ -1923,23 +1975,23 @@
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.
- Segwitアドレス(Bech32もしくはBIP-173アドレス)を利用すると手数料が安くなり、また誤入力防止機能も強化されますが、Segwitアドレスをサポートしない古いウォレットとの互換性は失われます。チェックを外すと、古いウォレットとの互換性を保った古いアドレスが代わりに生成されます。
+ ネイティブ Segwit アドレス(別名: Bech32 アドレス・ BIP-173 アドレス)を利用することで、取引手数料が安くなり、誤入力防止機能も強化されますが、Segwit アドレスをサポートしない古いウォレットとは取引できません。チェックを外すと、古いウォレットとの互換性を保ったアドレスが代わりに生成されます。
Generate blinded native segwit (Blech32) address
- Segwitアドレス(Bech32アドレス)を生成する
+ Segwit アドレス(Bech32 アドレス)を生成
Requested payments history
- 支払リクエスト履歴
+ 支払いリクエスト履歴
&Request payment
- 支払をリクエストする (&R)
+ 支払いをリクエスト(&R)
Show the selected request (does the same as double clicking an entry)
- 選択されたリクエストを表示する(項目をダブルクリックすることでも表示できます)
+ 選択されたリクエストを表示(項目をダブルクリックすることでも表示できます)
Show
@@ -1947,7 +1999,7 @@
Remove the selected entries from the list
- リストから選択項目を削除
+ 選択項目をリストから削除
Remove
@@ -1955,42 +2007,42 @@
Copy URI
- URI をコピーする
+ URIをコピー
Copy label
- ラベルをコピーする
+ ラベルをコピー
Copy message
- メッセージをコピーする
+ メッセージをコピー
Copy amount
- 総額のコピー
+ 金額をコピー
ReceiveRequestDialog
QR Code
- QR コード
+ QRコード
Copy &URI
- URI をコピーする (&U)
+ URIをコピーする(&U)
Copy &Address
- アドレスをコピーする (&A)
+ アドレスをコピー(&A)
&Save Image...
- 画像を保存(&S)
+ 画像を保存(&S)...
Request payment to %1
- %1 への支払いリクエストを行う
+ %1 への支払いリクエスト
Payment information
@@ -2006,7 +2058,7 @@
Amount
- 総額
+ 金額
Label
@@ -2022,18 +2074,18 @@
Resulting URI too long, try to reduce the text for label / message.
- URI が長くなり過ぎます。ラベルやメッセージのテキストを短くしてください。
+ 生成されたURIが長すぎです。ラベルやメッセージのテキストを短くしてください。
Error encoding URI into QR Code.
- QR コード用の URI エンコードでエラー。
+ URIをQRコードへ変換している際にエラーが発生しました。
RecentRequestsTableModel
Date
- 日付
+ 日時
Label
@@ -2045,26 +2097,26 @@
(no label)
- (ラベル無し)
+ (ラベル無し)
(no message)
- (メッセージなし)
+ (メッセージ無し)
(no amount requested)
- (金額指定なし)
+ (指定無し)
Requested
- 要求
+ リクエストされた金額
SendCoinsDialog
Send Coins
- コインを送る
+ コインの送金
Coin Control Features
@@ -2072,7 +2124,7 @@
Inputs...
- 入力...
+ インプット...
automatically selected
@@ -2084,15 +2136,15 @@
Quantity:
- 数量:
+ 選択数:
Bytes:
- バイト:
+ バイト数:
Amount:
- 総額:
+ 金額:
Fee:
@@ -2100,19 +2152,19 @@
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:
@@ -2120,7 +2172,7 @@
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.
@@ -2138,69 +2190,69 @@
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.
- トランザクションの仮想サイズの kB (1,000 バイト) あたりのカスタム手数料を指定します。
+ トランザクションの仮想サイズの1 kB(1,000 バイト)あたりのカスタム手数料を指定する。
-注: 手数料はバイト単位で計算されるので、500 バイト (1 kBの半分) のトランザクションサイズに対する "kB あたり 100 satoshi" の手数料は、最終的にわずか 50 satoshiとなります。
+注: 手数料はバイト単位で計算されるので、500 バイト(1 kBの半分)のトランザクションサイズに対する「1 kBあたり 100 satoshi」の手数料は、最終的にはわずか 50 satoshi となります。
per kilobyte
- 1キロバイトあたり手数料
+ 1キロバイトあたり
Hide
隠す
-
- Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.
- ブロックの容量に比べてトランザクション流量が少ないうちは最小手数料のみの支払で十分です。しかしながらネットワークが処理しきれないほどbitcoinトランザクションの需要がひとたび生まれてしまった場合には、永遠に検証がされないトランザクションになってしまう可能性があることに注意してください。
-
-
- (read the tooltip)
- (ツールチップをお読みください)
-
Recommended:
- 推奨:
+ 推奨:
Custom:
- カスタム:
+ カスタム:
(Smart fee not initialized yet. This usually takes a few blocks...)
- (スマート手数料はまだ初期化されていません。これにはおおよそ数ブロックほどかかります……)
+ (スマート手数料はまだ初期化されていません。これにはおおよそ数ブロックほどかかります...)
Send to multiple recipients at once
- 一度に複数の人に送る
+ 一度に複数の送金先に送る
Add &Recipient
- 受取人を追加 (&R)
+ 送金先を追加(&R)
Clear all fields of the form.
- 全ての入力項目をクリア
+ 全ての入力欄をクリア
Dust:
- ダスト:
+ ダスト:
+
+
+ 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
- Replace-By-Fee を有効
+ 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.
- 手数料の上乗せ(Replace-By-Fee: BIP-125を参照)によってトランザクションを送信した後でも手数料を上乗せすることができます。この機能を利用しない場合、予め手数料を多めに見積もっておかないと送金が遅れる可能性があります。
+ Replace-By-Fee(手数料の上乗せ: BIP-125)機能を有効にすることで、トランザクション送信後でも手数料を上乗せすることができます。この機能を利用しない場合、予め手数料を多めに見積もっておかないと取引が遅れる可能性があります。
Clear &All
- すべてクリア (&A)
+ 全てクリア(&A)
Balance:
@@ -2208,39 +2260,39 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Confirm the send action
- 送る操作を確認する
+ 送金内容を確認
S&end
- 送金 (&E)
+ 送金(&E)
Copy quantity
- 数量をコピーする
+ 選択数をコピー
Copy amount
- 総額のコピー
+ 金額をコピー
Copy fee
- 手数料をコピーする
+ 手数料をコピー
Copy after fee
- 手数料差引後の値をコピーする
+ 手数料差引後金額をコピー
Copy bytes
- バイト数をコピーする
+ バイト数をコピーす
Copy dust
- ダストをコピーする
+ ダストをコピー
Copy change
- 釣り銭をコピー
+ お釣りをコピー
%1 (%2 blocks)
@@ -2248,11 +2300,11 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
%1 to %2
- %1 から %2
+ %1 送金先: %2
Are you sure you want to send?
- 送ってよろしいですか?
+ 送金してもよろしいですか?
or
@@ -2260,15 +2312,15 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
You can increase the fee later (signals Replace-By-Fee, BIP-125).
- 手数料は後から上乗せすることができます(Replace-By-Feeのシグナル: BIP-125を参照)。
+ 手数料は後から上乗せ可能です(Replace-By-Fee(手数料の上乗せ: BIP-125)機能が有効)。
from wallet %1
- ウォレット %1 から
+ %1 ウォレット から
Please, review your transaction.
- トランザクションを見直してください。
+ 取引内容の最終確認をしてください。
Transaction fee
@@ -2276,7 +2328,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Not signalling Replace-By-Fee, BIP-125.
- BIP-125による手数料上乗せ機能を利用していません。
+ Replace-By-Fee(手数料の上乗せ: BIP-125)機能は有効になっていません。
Total Amount
@@ -2284,23 +2336,23 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Confirm send coins
- コインを送る確認
+ 送金の確認
The recipient address is not valid. Please recheck.
- 受取アドレスが不正です。再チェックしてください。
+ 送金先アドレスが不正です。再確認してください。
The amount to pay must be larger than 0.
- 支払額は0より大きくないといけません。
+ 支払い総額は0より大きい必要があります。
The amount exceeds your balance.
- 額が残高を超えています。
+ 支払い総額が残高を超えています。
The total exceeds your balance when the %1 transaction fee is included.
- %1 の取引手数料を含めると額が残高を超えています。
+ 取引手数料 %1 を含めた総額が残高を超えています。
Duplicate address found: addresses should only be used once each.
@@ -2308,47 +2360,43 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Transaction creation failed!
- トラザクションの作成に失敗しました!
+ 取引の作成に失敗しました!
The transaction was rejected with the following reason: %1
- トランザクションは以下の理由により拒絶されました: %1
+ 取引は次の理由により拒否されました: %1
A fee higher than %1 is considered an absurdly high fee.
- %1 よりも高い手数料の場合、手数料が高すぎると判断されます。
+ %1 よりも高い手数料は、異常に高すぎです。
Payment request expired.
- 支払いリクエストの期限が切れました。
-
-
- Pay only the required fee of %1
- 要求手数料 %1 のみを支払う
+ 支払いリクエストが期限切れです。
Estimated to begin confirmation within %n block(s).
- %n ブロック以内に検証が開始されると予想されます。
+ 予想される承認開始ブロック: %n ブロック以内
Warning: Invalid Bitcoin address
- 警告:無効なBitcoinアドレスです
+ 警告: 無効な Bitcoin アドレス
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)
- (ラベル無し)
+ (ラベル無し)
@@ -2359,7 +2407,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Pay &To:
- 送り先(&T):
+ 送金先(&T):
&Label:
@@ -2367,15 +2415,15 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Choose previously used address
- 前に使用したアドレスを選ぶ
+ これまでに送金したことがあるアドレスから選択
This is a normal payment.
- これは通常の支払です。
+ これは通常の支払いです。
The Bitcoin address to send the payment to
- 支払の送金先Bitcoinアドレス
+ 支払い先 Bitcoin アドレス
Alt+A
@@ -2383,7 +2431,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Paste address from clipboard
- クリップボードからアドレスを貼付ける
+ クリップボードからアドレスを貼り付け
Alt+P
@@ -2391,15 +2439,15 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Remove this entry
- この項目を削除する
+ この項目を削除
The fee will be deducted from the amount being sent. The recipient will receive less bitcoins than you enter in the amount field. If multiple recipients are selected, the fee is split equally.
- 送金する金額から手数料が差し引かれます。受取人は数量フィールドで指定した量よりも少ないビットコインを受け取ります。受取人が複数いる場合には、手数料は均等割されます。
+ 手数料は送金する金額から差し引かれます。送金先には金額欄で指定した額よりも少ない Bitcoin が送られます。送金先が複数ある場合は、手数料は均等に分けられます。
S&ubtract fee from amount
- 送金額から手数料を差し引く (&U)
+ 送金額から手数料を差し引く(&U)
Use available balance
@@ -2419,19 +2467,19 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
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.
- bitcoin: URIに添付されていたメッセージです。これは参照用としてトランザクションとともに保存されます。注意:このメッセージはBitcoinネットワークを通して送信されるわけではありません。
+ bitcoin: URIに添付されていたメッセージです。これは参照用として取引とともに保存されます。注意: メッセージは Bitcoin ネットワーク上へ送信されません。
Pay To:
- 支払先:
+ 送金先:
Memo:
- メモ:
+ メモ:
Enter a label for this address to add it to your address book
@@ -2453,30 +2501,30 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Do not shut down the computer until this window disappears.
- このウィンドウが消えるまでコンピュータをシャットダウンしないで下さい。
+ このウィンドウが消えるまでコンピュータをシャットダウンしないでください。
SignVerifyMessageDialog
Signatures - Sign / Verify a Message
- 署名 - メッセージの署名/検証
+ 署名 - メッセージの署名・検証
&Sign Message
- メッセージの署名 (&S)
+ メッセージの署名(&S)
You can sign messages/agreements with your addresses to prove you can receive bitcoins sent to them. Be careful not to sign anything vague or random, as phishing attacks may try to trick you into signing your identity over to them. Only sign fully-detailed statements you agree to.
- あなたの所有しているアドレスによりメッセージや合意書に署名をすることで、それらアドレスに対して送られたビットコインを受け取ることができることを証明できます。フィッシング攻撃により不正にあなたの識別情報を署名させられてしまうことを防ぐために、不明確なものやランダムなものに対して署名しないよう注意してください。あなたが同意した、よく詳細の記された文言にのみ署名するようにしてください。
+ あなたが所有しているアドレスでメッセージや契約書に署名をすることで、それらのアドレスへ送られた Bitcoin を受け取ることができることを証明できます。フィッシング攻撃者があなたを騙して、あなたの身分情報に署名させようとしている可能性があるため、よくわからないものやランダムな文字列に対して署名しないでください。あなたが同意した、よく詳細の記された文言にのみ署名するようにしてください。
The Bitcoin address to sign the message with
- メッセージを署名するBitcoinアドレス
+ メッセージの署名に使用する Bitcoin アドレス
Choose previously used address
- 前に使用したアドレスを選ぶ
+ これまでに使用したことがあるアドレスから選択
Alt+A
@@ -2484,7 +2532,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Paste address from clipboard
- クリップボードからアドレスを貼付ける
+ クリップボードからアドレスを貼り付け
Alt+P
@@ -2492,7 +2540,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Enter the message you want to sign here
- ここにあなたが署名するメッセージを入力します
+ 署名するメッセージを入力
Signature
@@ -2500,51 +2548,51 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Copy the current signature to the system clipboard
- 現在の署名をシステムのクリップボードにコピーする
+ この署名をシステムのクリップボードにコピー
Sign the message to prove you own this Bitcoin address
- この Bitcoin アドレスを所有していることを証明するためにメッセージに署名
+ メッセージに署名してこの Bitcoin アドレスを所有していることを証明
Sign &Message
- メッセージの署名 (&M)
+ メッセージを署名(&M)
Reset all sign message fields
- 入力項目の内容をすべて消去します
+ 入力欄の内容を全て消去
Clear &All
- すべてクリア (&A)
+ 全てクリア(&A)
&Verify Message
- メッセージの検証 (&V)
+ メッセージの検証(&V)
Enter the receiver's address, message (ensure you copy line breaks, spaces, tabs, etc. exactly) and signature below to verify the message. Be careful not to read more into the signature than what is in the signed message itself, to avoid being tricked by a man-in-the-middle attack. Note that this only proves the signing party receives with the address, it cannot prove sendership of any transaction!
- 受取人のアドレスとメッセージ(改行やスペース、タブなども完全に一致するよう注意してください)および署名を以下に入力し、メッセージの署名を検証してください。中間者攻撃により騙されるのを防ぐため、署名対象のメッセージに書かれていること以上の意味を署名から読み取ろうとしないよう注意してください。これは署名作成者がこのアドレスで受け取ったことを証明するだけであり、トランザクションの送信権限を証明するものではないことに注意してください!
+ 送金先のアドレスと、メッセージ(改行やスペース、タブなども完全に一致させること)および署名を以下に入力し、メッセージを検証します。中間者攻撃により騙されるのを防ぐため、署名対象のメッセージから書かれていること以上の意味を読み取ろうとしないでください。また、これは署名作成者がこのアドレスで受け取れることを証明するだけであり、取引の送信権限を証明するものではありません!
The Bitcoin address the message was signed with
- メッセージの署名に使われたBitcoinアドレス
+ メッセージの署名に使われた Bitcoin アドレス
Verify the message to ensure it was signed with the specified Bitcoin address
- 指定された Bitcoin アドレスで署名されたことを保証するメッセージを検証
+ メッセージを検証して指定された Bitcoin アドレスで署名されたことを確認
Verify &Message
- メッセージの検証 (&M)
+ メッセージを検証(&M)
Reset all verify message fields
- 入力項目の内容をすべて消去します
+ 入力欄の内容を全て消去
Click "Sign Message" to generate signature
- 署名を作成するには"メッセージの署名"をクリック
+ 「メッセージを署名」をクリックして署名を生成
The entered address is invalid.
@@ -2552,11 +2600,11 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Please check the address and try again.
- アドレスを確かめてからもう一度試してください。
+ アドレスが正しいか確かめてから、もう一度試してください。
The entered address does not refer to a key.
- 入力されたアドレスに関連するキーがありません。
+ 入力されたアドレスに紐づく鍵がありません。
Wallet unlock was cancelled.
@@ -2564,7 +2612,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Private key for the entered address is not available.
- 入力されたアドレスのプライベート キーが無効です。
+ 入力されたアドレスの秘密鍵は利用できません。
Message signing failed.
@@ -2576,15 +2624,15 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
The signature could not be decoded.
- 署名がデコードできません。
+ 署名が復号できませんでした。
Please check the signature and try again.
- 署名を確認してからもう一度試してください。
+ 署名が正しいか確認してから、もう一度試してください。
The signature did not match the message digest.
- 署名はメッセージ ダイジェストと一致しませんでした。
+ 署名がメッセージダイジェストと一致しませんでした。
Message verification failed.
@@ -2606,26 +2654,26 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
TrafficGraphWidget
KB/s
- KB/s
+ KB/秒
TransactionDesc
Open for %n more block(s)
- %n 以上のブロックを開く
+ あと %n ブロックは未承認の予定
Open until %1
- ユニット %1 を開く
+ %1 まで未承認の予定
conflicted with a transaction with %1 confirmations
- %1 検証のトランザクションと衝突
+ %1 承認の取引と衝突
0/unconfirmed, %1
- 0/未検証, %1
+ 0/未承認, %1
in memory pool
@@ -2637,19 +2685,19 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
abandoned
- 中止
+ 送信中止
%1/unconfirmed
- %1/未検証
+ %1/未承認
%1 confirmations
- %1 確認
+ %1 承認
Status
- ステータス
+ 状態
Date
@@ -2661,19 +2709,19 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Generated
- 生成された
+ 生成
From
- 送信
+ 送金元
unknown
- 未確認
+ 不明
To
- 受信
+ 送金先
own address
@@ -2681,7 +2729,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
watch-only
- 監視限定
+ ウォッチ限定
label
@@ -2689,27 +2737,27 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Credit
- クレジット
+ 貸方
matures in %n more block(s)
- あと %n ブロックで成熟します
+ あと %n ブロックで成熟
not accepted
- 承認されなかった
+ 承認されていない
Debit
- 引き落とし額
+ 借方
Total debit
- 総出金額
+ 借方総計
Total credit
- 総入金額
+ 貸方総計
Transaction fee
@@ -2729,7 +2777,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Transaction ID
- 取引 ID
+ 取引ID
Transaction total size
@@ -2741,15 +2789,15 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Output index
- 出力インデックス
+ アウトプット インデックス数
Merchant
- 商人
+ リクエスト元
Generated coins must mature %1 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, its state will change to "not accepted" and it won't be spendable. This may occasionally happen if another node generates a block within a few seconds of yours.
- 生成されたコインは使う前に%1のブロックを完成させる必要があります。あなたが生成した時、このブロックはブロック チェーンに追加されるネットワークにブロードキャストされました。チェーンに追加されるのが失敗した場合、状態が"不承認"に変更されて使えなくなるでしょう。これは、別のノードがあなたの数秒前にブロックを生成する場合に時々起こるかもしれません。
+ 生成されたコインは、%1 ブロックの間成熟させたあとに使用可能になります。このブロックは生成された際、ブロックチェーンに取り込まれるためにネットワークに放流されました。ブロックチェーンに取り込まれられなかった場合、取引状態が「承認されていない」に変更され、コインは使用不能になります。これは、別のノードがあなたの数秒前にブロックを生成した場合に時々起こる場合があります。
Debug information
@@ -2757,30 +2805,30 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Transaction
- 取引
+ トランザクション
Inputs
- 入力
+ インプット
Amount
- 総額
+ 金額
true
- 正しい
+ はい
false
- 正しくない
+ いいえ
TransactionDescDialog
This pane shows a detailed description of the transaction
- ここでは取引の詳細を表示しています
+ 取引の詳細
Details for %1
@@ -2791,11 +2839,11 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
TransactionTableModel
Date
- 日付
+ 日時
Type
- タイプ
+ 種別
Label
@@ -2803,27 +2851,27 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Open for %n more block(s)
- %n 以上のブロックを開く
+ あと %n ブロックは未承認の予定
Open until %1
- ユニット %1 を開く
+ %1 まで未承認の予定
Unconfirmed
- 未検証
+ 未承認
Abandoned
- 中止
+ 送信中止
Confirming (%1 of %2 recommended confirmations)
- 検証中(%2の推奨検証数のうち、%1検証が完了)
+ 承認中(推奨承認数 %2 のうち %1 承認が完了)
Confirmed (%1 confirmations)
- 検証されました (%1 検証済み)
+ 承認されました(%1 承認)
Conflicted
@@ -2831,7 +2879,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Immature (%1 confirmations, will be available after %2)
- 未成熟(%1検証。%2検証完了後に使用可能となります)
+ 未成熟(%1 承認。%2 承認完了後に使用可能)
Generated but not accepted
@@ -2839,27 +2887,27 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Received with
- 送り主
+ 受取(通常)
Received from
- 送り主
+ 受取(その他)
Sent to
- 送り先
+ 送金
Payment to yourself
- 自分自身への支払い
+ 自分への送金
Mined
- 発掘した
+ 発掘
watch-only
- 監視限定
+ ウォッチ限定
(n/a)
@@ -2867,11 +2915,11 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
(no label)
- (ラベル無し)
+ (ラベル無し)
Transaction status. Hover over this field to show number of confirmations.
- 取引の状況。このフィールドの上にカーソルを置くと検証の数を表示します。
+ 取引の状況。このフィールドの上にカーソルを置くと承認数が表示されます。
Date and time that the transaction was received.
@@ -2883,15 +2931,15 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
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.
- 残高に追加または削除された総額。
+ 残高から増えた又は減った総額。
@@ -2922,23 +2970,23 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Range...
- 期間...
+ 期間指定...
Received with
- 送り主
+ 受取
Sent to
- 送り先
+ 送金
To yourself
- 自分自身
+ 自己送金
Mined
- 発掘した
+ 発掘
Other
@@ -2946,35 +2994,35 @@ 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
- 検索するアドレス、トランザクションID、またはラベルを入力してください
+ 検索したいアドレスや取引ID、ラベルを入力
Min amount
- 最小の額
+ 表示最小金額
Abandon transaction
- 取引の中止
+ 取引の送信を中止
Increase transaction fee
- トランザクション手数料を増額する
+ 取引手数料を上乗せ
Copy address
- アドレスをコピーする
+ アドレスをコピー
Copy label
- ラベルをコピーする
+ ラベルをコピー
Copy amount
- 総額のコピー
+ 金額をコピー
Copy transaction ID
- 取引 ID をコピー
+ 取引IDをコピー
Copy raw transaction
@@ -2982,11 +3030,11 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Copy full transaction details
- トランザクションの詳細すべてをコピー
+ 取引の詳細すべてをコピー
Edit label
- ラベルの編集
+ ラベルを編集
Show transaction details
@@ -2994,7 +3042,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Export Transaction History
- トランザクション履歴をエクスポートする
+ 取引履歴をエクスポート
Comma separated file (*.csv)
@@ -3002,19 +3050,19 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Confirmed
- 検証済み
+ 承認済み
Watch-only
- 監視限定
+ ウォッチ限定
Date
- 日付
+ 日時
Type
- タイプ
+ 種別
Label
@@ -3034,7 +3082,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
There was an error trying to save the transaction history to %1.
- トランザクション履歴を %1 へ保存する際にエラーが発生しました。
+ 取引履歴を %1 に保存する際にエラーが発生しました。
Exporting Successful
@@ -3042,7 +3090,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
The transaction history was successfully saved to %1.
- トランザクション履歴は正常に%1に保存されました。
+ 取引履歴は正常に %1 に保存されました。
Range:
@@ -3050,40 +3098,55 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
to
- から
+ 〜
UnitDisplayStatusBarControl
Unit to show amounts in. Click to select another unit.
- 金額を表示する際の単位。クリックすることで他の単位を選択します。
+ 金額を表示する際の単位。クリックすると他の単位を選択できます。
+
+
+
+ WalletController
+
+ Close wallet
+ ウォレットを閉じる
+
+
+ Are you sure you wish to close wallet <i>%1</i>?
+ 本当にウォレット<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?
- 手数料を増額してもよろしいですか?
+ 手数料を上乗せしてもよろしいですか?
Current fee:
@@ -3091,7 +3154,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Increase:
- 増加:
+ 上乗せ額:
New fee:
@@ -3099,7 +3162,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Confirm fee bump
- 手数料の引き上げ確認
+ 手数料上乗せの確認
Can't sign transaction.
@@ -3109,16 +3172,20 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Could not commit transaction
トランザクションのコミットに失敗しました
+
+ default wallet
+ デフォルトウォレット
+
WalletView
&Export
- エクスポート (&E)
+ エクスポート(&E)
Export the data in the current tab to a file
- ファイルに現在のタブのデータをエクスポート
+ 現在のタブのデータをファイルにエクスポート
Backup Wallet
@@ -3130,11 +3197,11 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Backup Failed
- バックアップに失敗しました
+ バックアップ失敗
There was an error trying to save the wallet data to %1.
- ウォレットデータを%1へ保存する際にエラーが発生しました。
+ ウォレットデータを %1 へ保存する際にエラーが発生しました。
Backup Successful
@@ -3142,7 +3209,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
The wallet data was successfully saved to %1.
- ウォレット データは正常に%1に保存されました。
+ ウォレット データは正常に %1 に保存されました。
Cancel
@@ -3153,59 +3220,59 @@ 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
- MITソフトウェアライセンスのもとで配布されています。付属のファイル %s または %s を参照してください
+ MIT ソフトウェアライセンスのもとで配布されています。付属の %s ファイルか、 %s を参照してください
Prune configured below the minimum of %d MiB. Please use a higher number.
- 剪定が最小値の %d MiB以下に設定されています。もっと大きな値を使用してください。
+ 剪定設定が、設定可能最小値の %d MiBより低く設定されています。より大きい値を使用してください。
Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node)
- 剪定: 最後のウォレット同期ポイントは、選定されたデータよりも過去のものとなっています。-reindexをする必要があります (剪定されたノードの場合、ブロックチェイン全体をダウンロードします)
+ 剪定: 最後のウォレット同期ポイントが、剪定されたデータを越えています。-reindex を実行する必要があります (剪定されたノードの場合、ブロックチェーン全体を再ダウンロードします)
Rescans are not possible in pruned mode. You will need to use -reindex which will download the whole blockchain again.
- 剪定モードでは再スキャンを行うことはできません。-reindexを指定し、ブロックチェイン全体を再ダウンロードする必要があります。
+ 剪定モードでは再スキャンを行うことはできません。-reindex オプションを指定し、ブロックチェーン全体を再ダウンロードする必要があります。
Error: A fatal internal error occurred, see debug.log for details
- エラー:致命的な内部エラーが発生しました。詳細はdebug.logを参照してください
+ エラー: 致命的な内部エラーが発生しました。詳細は debug.log を参照してください
Pruning blockstore...
- ブロックデータを剪定しています……
+ ブロック保存容量を剪定中...
Unable to start HTTP server. See debug log for details.
- HTTPサーバを開始できませんでした。詳細はデバッグログをご確認ください。
+ HTTPサーバを開始できませんでした。詳細は debug.log を参照してください。
Bitcoin Core
- Bitcoin のコア
+ Bitcoin コア
The %s developers
%s の開発者
+
+ 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.
- データ ディレクトリ %s のロックを取得することができません。おそらく %s は実行中です。
+ データ ディレクトリ %s のロックを取得することができません。%s がおそらく既に実行中です。
Cannot provide specific connections and have addrman find outgoing connections at the same.
- 特定の接続が利用できず、またaddrmanは外向き接続を見つけられませんでした。
+ 指定された接続が利用できず、また addrman は外向き接続を見つけられませんでした。
Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect.
- %s の読み込みエラー! すべてのキーは正しく読み取れますが、取引データやアドレス帳のエントリが失われたか、正しくない可能性があります。
-
-
- Group outputs by address, selecting all or none, instead of selecting on a per-output basis. Privacy is improved as an address is only used once (unless someone sends to it after spending from it), but may result in slightly higher fees as suboptimal coin selection may result due to the added limitation (default: %u)
- 出力ごとではなく、アドレス単位に出力をまとめて選択します。(後からまたそのアドレスに支払われない限り)アドレスが一度しか使用されないためプライバシーが向上します。ただし追加の制限により最適ではないコイン選択が発生した場合に、わずかに高い手数料となる可能性があります。(初期値: %u)
+ %s の読み込み中にエラーが発生しました! 全ての鍵は正しく読み込めましたが、取引データやアドレス帳の項目が失われたか、正しくない可能性があります。
Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly.
- あなたのPCの日付と時刻が正しいことを確認して下さい! もしあなたの時計が正しくなければ %s が正確に動作しません。
+ お使いのコンピューターの日付と時刻が正しいことを確認してください! PCの時計が正しくない場合 %s は正確に動作しません。
Please contribute if you find %s useful. Visit %s for further information about the software.
@@ -3213,19 +3280,19 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
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.
- ブロックのリプレイができませんでした。-reindex-chainstate を用いてデータベースを再構築する必要があります。
+ ブロックのリプレイができませんでした。-reindex-chainstate オプションを指定してデータベースを再構築する必要があります。
Unable to rewind the database to a pre-fork state. You will need to redownload the blockchain
@@ -3233,15 +3300,15 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
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
- 直近の100ブロックの内%dが予期しないバージョンを含んでいます
+ 直近の100ブロックの内、%d ブロックが予期しないバージョンを含んでいます
%s corrupt, salvage failed
@@ -3257,7 +3324,11 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Change index out of range
- おつりのインデックスが範囲外です
+ お釣りのインデックスが範囲外です
+
+
+ Config setting for %s only applied on %s network when in [%s] section.
+ %s の設定は、 [%s] セクションに書かれた場合のみ %s ネットワークへ適用されます。
Copyright (C) %i-%i
@@ -3265,100 +3336,99 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Corrupted block database detected
- 破損したブロック データベースが見つかりました
-
+ 破損したブロック データベースが見つかりました
Do you want to rebuild the block database now?
- ブロック データベースを今すぐ再構築しますか?
-
-
- Error creating %s: You can't create non-HD wallets with this version.
- %sの作成に失敗しました。このバージョンではHDウォレット以外を作成することはできません。
+ ブロック データベースを今すぐ再構築しますか?
Error initializing block database
- ブロック データベースの初期化中にエラー
+ ブロックデータベースの初期化時にエラーが発生しました
Error initializing wallet database environment %s!
- ウォレットのデータベース環境 %s 初期化エラー!
+ ウォレットデータベース環境 %s の初期化時にエラーが発生しました!
Error loading %s
- %s 読み込みエラー
+ %s の読み込みエラー
Error loading %s: Private keys can only be disabled during creation
- %s の読み込みエラー: 秘密鍵の無効化はウォレットの生成時のみ可能です。
+ %s の読み込みエラー: 秘密鍵の無効化はウォレットの生成時のみ可能です
Error loading %s: Wallet corrupted
- %s 読み込みエラー: ウォレットが壊れました
+ %s の読み込みエラー: ウォレットが壊れています
Error loading %s: Wallet requires newer version of %s
- %s の読み込みに失敗しました: ウォレットの読み込みにはより新しいバージョンの %s が必要です
+ %s の読み込みエラー: より新しいバージョンの %s が必要です
Error loading block database
- ブロック データベースの読み込みエラー
+ ブロックデータベースの読み込み時にエラーが発生しました
Error opening block database
- ブロック データベースの開始エラー
+ ブロックデータベースのオープン時にエラーが発生しました
Error: Disk space is low!
- エラー: ディスク容量不足!
+ エラー: ディスク容量が不足しています!
Failed to listen on any port. Use -listen=0 if you want this.
- ポートのリッスンに失敗しました。必要であれば -listen=0 を使用してください。
+ ポートのリッスンに失敗しました。必要であれば -listen=0 を指定してください。
Failed to rescan the wallet during initialization
- 初期化の途中でウォレットの再スキャンに失敗しました
+ 初期化中にウォレットの再スキャンに失敗しました
Importing...
- インポートしています……
+ インポート中...
Incorrect or no genesis block found. Wrong datadir for network?
- 不正なブロックあるいは、生成されていないブロックが見つかりました。ネットワークの datadir が間違っていませんか?
+ ジェネシスブロックが不正であるか、見つかりません。ネットワークの datadir が間違っていませんか?
Initialization sanity check failed. %s is shutting down.
- 初期化時の健全性チェックに失敗しました。%s を終了します。
+ 初期化時の健全性検査に失敗しました。%s を終了します。
Invalid amount for -%s=<amount>: '%s'
- -%s=<数量> に対する不正な額: '%s'
+ -%s=<amount> オプションに対する不正な amount: '%s'
Invalid amount for -discardfee=<amount>: '%s'
- -discardfee=<amount> に対する不正な数量: '%s'
+ -discardfee=<amount> オプションに対する不正な amount: '%s'
Invalid amount for -fallbackfee=<amount>: '%s'
- 不正な額 -fallbackfee=<amount>: '%s'
+ -fallbackfee=<amount> オプションに対する不正な amount: '%s'
Specified blocks directory "%s" does not exist.
- 指定のブロックディレクトリ"%s"は存在しません。
+ 指定されたブロックディレクトリ "%s" は存在しません。
+
+
+ Unable to create the PID file '%s': %s
+ PIDファイルの作成に失敗しました ('%s': %s)
Upgrading txindex database
- txindex データベースを更新しています
+ txindex データベースの更新中
Loading P2P addresses...
- P2Pアドレスを読み込んでいます...
+ P2Pアドレスの読み込み中...
Loading banlist...
- banリストを読み込んでいます...
+ banリストの読み込み中...
Not enough file descriptors available.
@@ -3366,59 +3436,47 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Prune cannot be configured with a negative value.
- 剪定値は負の値に設定できません。
+ 剪定モードの設定値は負の値にはできません。
Prune mode is incompatible with -txindex.
- 剪定モードは-txindexと互換性がありません。
+ 剪定モードは -txindex オプションと互換性がありません。
Replaying blocks...
- ブロックをリプレイしています...
+ ブロックのリプレイ中...
Rewinding blocks...
- ブロックを巻き戻しています...
+ ブロックの巻き戻し中...
The source code is available from %s.
- ソースコードは %s より入手可能です。
+ ソースコードは %s から入手できます。
Transaction fee and change calculation failed
- トランザクション手数料およびおつりの計算に失敗しました
+ トランザクション手数料およびお釣りの計算に失敗しました
Unable to bind to %s on this computer. %s is probably already running.
- このコンピュータの %s にバインドすることができません。おそらく %s は既に実行されています。
+ このコンピュータの %s にバインドすることができません。%s がおそらく既に実行中です。
Unable to generate keys
鍵を生成できません
-
- Unsupported argument -benchmark ignored, use -debug=bench.
- サポートされていない引数 -benchmark は無視されました。-debug=bench を使用してください。
-
-
- Unsupported argument -debugnet ignored, use -debug=net.
- サポートされていない引数 -debugnet は無視されました。-debug=net を使用してください。
-
-
- Unsupported argument -tor found, use -onion.
- サポートされていない引数 -tor が見つかりました。-onion を使用してください。
-
Unsupported logging category %s=%s.
- サポートされていないログカテゴリ %s=%s.
+ サポートされていないログカテゴリ %s=%s 。
Upgrading UTXO database
- UTXOデータベースを更新しています
+ UTXOデータベースの更新中
User Agent comment (%s) contains unsafe characters.
- ユーザエージェントのコメント (%s) には安全でない文字が含まれています。
+ ユーザエージェントのコメント ( %s ) に安全でない文字が含まれています。
Verifying blocks...
@@ -3426,27 +3484,23 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Wallet needed to be rewritten: restart %s to complete
- ウォレットが書き直される必要がありました: 完了するために %s を再起動します
+ ウォレットの書き直しが必要です: 完了するために %s を再起動します
Error: Listening for incoming connections failed (listen returned error %s)
- エラー: 内向きの接続をリッスンするのに失敗しました (エラー %s が返却されました)
+ エラー: 内向きの接続をリッスンするのに失敗しました(%s エラーが返却されました)
Invalid amount for -maxtxfee=<amount>: '%s' (must be at least the minrelay fee of %s to prevent stuck transactions)
- -maxtxfee=<amount> の数量の指定が不正です: '%s' (トランザクションが詰まってしまうのを防ぐため、少なくとも %s の最小中継手数料を指定しなければいけません)
+ -maxtxfee=<amount> オプションに対する不正な amount: '%s'(トランザクション詰まり防止のため、最小中継手数料の %s より大きくする必要があります)
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
- 非剪定モードに戻るためには-reindexオプションを使用してデータベースを再構築する必要があります。これによりブロックチェイン全体の再ダウンロードが行われます。
-
-
- Error loading %s: You can't disable HD on an already existing HD wallet
- %s の読み込みエラー: HDウォレットが既に存在するため、HDウォレットを無効化できません
+ 非剪定モードに戻るためには -reindex オプションを指定してデータベースを再構築する必要があります。 ブロックチェーン全体の再ダウンロードが必要となります。
Error reading from database, shutting down.
@@ -3454,7 +3508,11 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Error upgrading chainstate database
- チェインステートデータベースの更新エラー
+ chainstate データベースの更新時にエラーが発生しました
+
+
+ Error: Disk space is low for %s
+ エラー: %s 用のディスク容量が不足しています
Information
@@ -3462,43 +3520,53 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Invalid -onion address or hostname: '%s'
- 無効な -onion アドレスまたはホスト名: '%s'
+ -onion オプションに対する不正なアドレスまたはホスト名: '%s'
Invalid -proxy address or hostname: '%s'
- 無効な -proxy アドレスまたはホスト名: '%s'
+ -proxy オプションに対する不正なアドレスまたはホスト名: '%s'
Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s)
- -paytxfee=<amount> に対する無効な数量です: '%s' (少なくとも %s でなければいけません)
+ -paytxfee=<amount> オプションにに対する不正な amount: '%s'(最低でも %s である必要があります)
Invalid netmask specified in -whitelist: '%s'
- -whitelist に対する無効なネットマスクです: '%s'
+ -whitelist オプションに対する不正なネットマスク: '%s'
Need to specify a port with -whitebind: '%s'
- -whitebind を用いてポートを指定する必要があります: '%s'
+ -whitebind オプションでポートを指定する必要があります: '%s'
Reducing -maxconnections from %d to %d, because of system limitations.
システム上の制約から、-maxconnections を %d から %d に削減しました。
+
+ Section [%s] is not recognized.
+ セクション名 [%s] は認識されません。
+
Signing transaction failed
取引の署名に失敗しました
+
+ The specified config file %s does not exist
+
+ 指定された設定ファイル %s が存在しません。
+
+
The transaction amount is too small to pay the fee
- トランザクションの金額が小さすぎて手数料を支払えません
+ 取引の手数料差引後金額が小さすぎるため、送金できません。
This is experimental software.
- これは実験的なソフトウェアです。
+ これは実験用のソフトウェアです。
Transaction amount too small
- 取引の額が小さ過ぎます
+ 取引の金額が小さすぎます
Transaction too large for fee policy
@@ -3506,15 +3574,15 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Transaction too large
- 取引が大き過ぎます
+ トランザクションが大きすぎます
Unable to bind to %s on this computer (bind returned error %s)
- このコンピュータの %s にバインドすることができません (バインドが返したエラーは %s)
+ このコンピュータの %s にバインドすることができません(%s エラーが返却されました)
Unable to generate initial keys
- 初期化キーを生成できません
+ イニシャル鍵を生成できません
Verifying wallet(s)...
@@ -3534,79 +3602,63 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Zapping all transactions from wallet...
- ウォレットからすべてのトランザクションを消去しています...
+ ウォレットから全取引を消去中...
-maxtxfee is set very high! Fees this large could be paid on a single transaction.
- -maxtxfee が非常に高く設定されています!ひとつのトランザクションでこの量の手数料が支払われてしまうことがあります。
-
-
- Error loading %s: You can't enable HD on an already existing non-HD wallet
- %s の読み込みエラー: 非HDウォレットが既に存在するため、HDウォレットを有効化できません
+ -maxtxfee が非常に高く設定されています! ひとつの取引でこの金額の手数料が支払われてしまうことがあります。
This is the transaction fee you may pay when fee estimates are not available.
- これは手数料の推定機能が利用できない場合に支払うトランザクション手数料です。
+ これは、手数料推定機能が利用できない場合に支払う取引手数料です。
This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit %s and cryptographic software written by Eric Young and UPnP software written by Thomas Bernard.
- この製品はOpenSSLプロジェクトにより開発されたソフトウェアをOpenSSLツールキット %s として利用しています <https://www.openssl.org/>。また、Eric Young氏により開発された暗号ソフトウェア、Thomas Bernard氏により書かれたUPnPソフトウェアを用いています。
+ この製品は、OpenSSLツールキット %s で使用するためにOpenSSLプロジェクトにより開発されたソフトウェアと、Eric Young氏により開発された暗号ソフトウェア、Thomas Bernard氏により開発されたUPnPソフトウェアを使用しています。
Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments.
- ネットワークバージョン文字 (%i) の長さが最大の長さ (%i) を超えています。UAコメントの数や長さを削減してください。
-
-
- Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported.
- サポートされていない引数 -socks が見つかりました。SOCKSバージョンの設定はできないようになりました。SOCKS5プロキシのみがサポートされています。
-
-
- Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay.
- サポートされていない引数 -whitelistalwaysrelay は無視されました。-whitelistrelay または -whitelistforcerelay を利用してください
-
-
- Warning: Unknown block versions being mined! It's possible unknown rules are in effect
- 警告: 未知のバージョンのブロックが採掘されました。未知のルールが導入された可能性があります
+ ネットワークバージョン文字列の長さ(%i)が、最大の長さ(%i) を超えています。UAコメントの数や長さを削減してください。
Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup.
- 警告: ウォレットファイルが破損していましたのでデータを復旧しました!元の %s は %s として %s に保存されました; 残高やトランザクションが正しくない場合にはバックアップから復元してください。
+ 警告: ウォレットファイルが破損していたため、データを復旧しました! 復旧前の %s は %s として %s に保存されました。残高や取引が正しくない場合にはバックアップから復元してください。
%s is set very high!
- %s の設定値は高すぎます
+ %s の設定値が高すぎです!
Error loading wallet %s. Duplicate -wallet filename specified.
- ウォレット %s の読み込みエラー。重複する -wallet ファイル名が指定されました。
+ ウォレット %s の読み込み時にエラーが発生しました。重複する -wallet ファイル名が指定されました。
Keypool ran out, please call keypoolrefill first
- 鍵プールが枯渇しました。まずはじめに keypoolrefill を呼び出してください
+ キープールが枯渇しました。まずはじめに keypoolrefill を呼び出してください
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
- トランザクションのmempoolチェインが長過ぎます
+ トランザクションのmempoolチェーンが長すぎます
Transaction must have at least one recipient
@@ -3614,23 +3666,19 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Unknown network specified in -onlynet: '%s'
- -onlynet で指定された '%s' は未知のネットワークです
+ -onlynet オプションに対する不明なネットワーク: '%s'
Insufficient funds
残高不足
-
- Can't generate a change-address key. Private keys are disabled for this wallet.
- おつりアドレスの鍵を生成することができません。このウォレットでは秘密鍵が無効です。
-
Cannot upgrade a non HD split wallet without upgrading to support pre split keypool. Please use -upgradewallet=169900 or -upgradewallet with no version specified.
- 事前分割キープールをサポートするようにアップグレードせずに、非HD分割ウォレットをアップグレードすることはできません。 -upgradewallet=169900 または、バージョンを指定しない -upgradewallet を使用してください。
+ 分割済みキープールをサポートするようにアップグレードしないと、非HD分割ウォレットをアップグレードすることはできません。 -upgradewallet=169900 オプションか、バージョン指定無しで -upgradewallet オプションを指定してください。
Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable -fallbackfee.
- 手数料の見積りに失敗しました。代替手数料は無効です。数ブロック待つか、-fallbackfee を有効にしてください。
+ 手数料推定に失敗しました。代替手数料が無効です。数ブロック待つか、-fallbackfee オプションを有効にしてください。
Warning: Private keys detected in wallet {%s} with disabled private keys
@@ -3642,11 +3690,11 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Loading block index...
- ブロック インデックスを読み込んでいます...
+ ブロックインデックスの読み込み中...
Loading wallet...
- ウォレットを読み込んでいます...
+ ウォレットの読み込み中...
Cannot downgrade wallet
diff --git a/src/qt/locale/bitcoin_ka.ts b/src/qt/locale/bitcoin_ka.ts
index 57053ac62d..e3655e3657 100644
--- a/src/qt/locale/bitcoin_ka.ts
+++ b/src/qt/locale/bitcoin_ka.ts
@@ -187,10 +187,6 @@
Wallet encrypted
საფულე დაშიფრულია
-
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- %1 ახლა დაიხურება დაშიფრვის პროცესის დასასრულებლად. გახსოვდეთ, რომ თქვენი საფული დაშიფრვა სრულად არ იცავს თქვენს ბიტკოინებს მოპარვისგან მავნე პროგრამების მიერ თქვენი კომპიუტერის ინფიცირების საშუალებით.
-
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.
მნიშვნელოვანი: ნებისმიერი საფულის წინა სარეზერვო კოპია, რომელიც თქვენ შექმენით, უნდა იყოს ჩანაცვლებული ახლად გენერირებული, დაშიფრული საფულის ფაილით. უსაფრთხოების მიზნებისთვის, დაუშიფრავი საფულის ფაილის წინა სარეზევო კოპიები გახდება გამოუყენებული იმ წამსვე, როდესაც დაიწყებთ ახალი, დაშიფრული საფულის გამოყენებას.
@@ -237,10 +233,6 @@
&Overview
მიმ&ოხილვა
-
- Node
- კვანძი
-
Show general overview of wallet
საფულის ზოგადი მიმოხილვა
@@ -297,14 +289,6 @@
&Change Passphrase...
ფრაზა-პაროლის შე&ცვლა
-
- &Sending addresses...
- გაგზავნის მი&სამართი
-
-
- &Receiving addresses...
- მიღების მისამა&რთი
-
Open &URI...
&URI-ის გახსნა...
@@ -313,10 +297,6 @@
Wallet:
საფულე:
-
- default wallet
- ნაგულისხმევი საფულე
-
Click to disable network activity.
დააწკაპეთ ქსელური აქტივობის გასათიშად.
@@ -357,10 +337,6 @@
Bitcoin
Bitcoin
-
- Wallet
- საფულე
-
&Send
&გაგზავნა
@@ -453,6 +429,14 @@
Up to date
განახლებულია
+
+ default wallet
+ ნაგულისხმევი საფულე
+
+
+ &Window
+ &ფანჯარა
+
%1 client
%1 კლიენტი
@@ -761,10 +745,6 @@
Size of &database cache
მონაცემთა ბაზის კეშის სი&დიდე
-
- MB
- MB
-
Number of script &verification threads
სკრიპტის &ვერიფიცირების ნაკადების რაოდენობა
@@ -773,10 +753,6 @@
IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1)
პროქსის IP-მისამართი (მაგ.: IPv4: 127.0.0.1 / IPv6: ::1)
-
- Active command-line options that override above options:
- საკომანდო სტრიქონის აქტიური ოპციები, რომლებიც გადაფარავენ ზემოთნაჩვენებს:
-
Reset all client options to default.
კლიენტის ყველა პარამეტრის დაბრუნება ნაგულისხმევ მნიშვნელობებზე.
@@ -1086,10 +1062,6 @@
Clear console
კონსოლის გასუფთავება
-
- default wallet
- ნაგულისხმევი საფულე
-
ReceiveCoinsDialog
@@ -1520,12 +1492,19 @@
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
WalletModel
-
+
+ default wallet
+ ნაგულისხმევი საფულე
+
+
WalletView
diff --git a/src/qt/locale/bitcoin_kk_KZ.ts b/src/qt/locale/bitcoin_kk_KZ.ts
index 95df921686..0ba02518b7 100644
--- a/src/qt/locale/bitcoin_kk_KZ.ts
+++ b/src/qt/locale/bitcoin_kk_KZ.ts
@@ -73,10 +73,6 @@
Bitcoin
Биткоин
-
- Wallet
- Әмиян
-
&Send
Жіберу
@@ -300,6 +296,9 @@
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
diff --git a/src/qt/locale/bitcoin_ko.ts b/src/qt/locale/bitcoin_ko.ts
index aa05383a83..7c31e15347 100644
--- a/src/qt/locale/bitcoin_ko.ts
+++ b/src/qt/locale/bitcoin_ko.ts
@@ -167,10 +167,6 @@
Wallet encrypted
지갑 암호화
-
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- %1 이(가) 암호화 작업을 위해 종료됩니다. 이 암호화 작업이 바이러스로부터 비트코인을 완전히 지키지 못한다는 점을 기억하십시요.
-
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.
중요: 예전에 만들었던 모든 백업 파일은 새로 만들어진 암호화된 지갑 파일으로 교체됩니다. 보안을 위해서 예전에 만들었던 암호화 되지 않은 백업 파일은 당신이 새로 암호화된 지갑을 사용하고 사용할 수 없게 됩니다.
@@ -233,10 +229,6 @@
&Overview
&개요
-
- Node
- 노드
-
Show general overview of wallet
지갑의 일반적인 개요 표시
@@ -293,14 +285,6 @@
&Change Passphrase...
&암호문 변경...
-
- &Sending addresses...
- &보낼 주소...
-
-
- &Receiving addresses...
- &받을 주소...
-
Open &URI...
&URL 열기
@@ -309,10 +293,6 @@
Wallet:
지갑:
-
- default wallet
- 기본 지갑
-
Click to disable network activity.
클릭해서 네트워크 활동 중지
@@ -345,6 +325,10 @@
Change the passphrase used for wallet encryption
지갑 암호화에 사용될 암호문 바꾸기
+
+ default wallet
+ 기본 지갑
+
CoinControlDialog
@@ -390,10 +374,6 @@
RPCConsole
-
- default wallet
- 기본 지갑
-
ReceiveCoinsDialog
@@ -444,12 +424,19 @@
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
WalletModel
-
+
+ default wallet
+ 기본 지갑
+
+
WalletView
diff --git a/src/qt/locale/bitcoin_ko_KR.ts b/src/qt/locale/bitcoin_ko_KR.ts
index 931415a27d..73c2ea1df8 100644
--- a/src/qt/locale/bitcoin_ko_KR.ts
+++ b/src/qt/locale/bitcoin_ko_KR.ts
@@ -3,11 +3,11 @@
AddressBookPage
Right-click to edit address or label
- 지갑 주소나 라벨을 수정하시려면 우클릭하세요.
+ 지갑 주소나 라벨을 수정/변경하려면 우클릭을 하십시오.
Create a new address
- 새 주소 만들기
+ 새로운 지갑 주소 생성하기.
&New
@@ -31,7 +31,7 @@
Enter address or label to search
- 검색하기 위한 주소 또는 표 입력
+ 검색하려는 주소 또는 라벨 입력
Export the data in the current tab to a file
@@ -67,7 +67,7 @@
These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins.
- 비트코인을 보내는 계좌 주소입니다. 코인을 보내기 전에 잔고와 받는 주소를 항상 확인하세요.
+ 비트코인을 보내는 계좌 주소입니다. 코인을 보내기 전에 금액과 받는 주소를 항상 확인하세요.
These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction.
@@ -75,7 +75,7 @@
&Copy Address
- 계좌 복사(&C)
+ 주소 복사(&C)
Copy &Label
@@ -133,15 +133,15 @@
Repeat new passphrase
- 새로운 암호 재확인
+ 새로운 암호 재입력
Show password
- 비밀번호를 입력하세요
+ 암호 보이기
Enter the new passphrase to the wallet.<br/>Please use a passphrase of <b>ten or more random characters</b>, or <b>eight or more words</b>.
- 지갑에 새로운 비밀문구를 입력하세요.<br/>비밀문구를 <b>열 개 이상의 무작위 글자</b> 혹은 <b>여덟개 이상의 단어로<b> 정하세요.
+ 지갑에 새로운 암호를 입력하세요.<br/>암호를 <b>열 개 이상의 무작위 글자</b> 혹은 <b>여덟개 이상의 단어로<b> 정하세요.
Encrypt wallet
@@ -149,7 +149,7 @@
This operation needs your wallet passphrase to unlock the wallet.
- 이 작업을 실행하려면 사용자 지갑의 암호가 필요합니다.
+ 이 작업은 지갑 잠금해제를 위해 사용자 지갑의 암호가 필요합니다.
Unlock wallet
@@ -157,7 +157,7 @@
This operation needs your wallet passphrase to decrypt the wallet.
- 이 작업은 지갑을 해독하기 위해 사용자 지갑의 암호가 필요합니다.
+ 이 작업은 지갑을 복호화하기 위해 사용자 지갑의 암호가 필요합니다.
Decrypt wallet
@@ -188,12 +188,12 @@
지갑 암호화 완료
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- 암호화 처리 과정을 끝내기 위해 %1을 종료합니다. 지갑 암호화는 컴퓨터로의 멀웨어 감염으로 인한 비트코인 도난을 완전히 방지할 수 없음을 기억하세요.
+ Your wallet is now encrypted. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
+ 이제 지갑이 암호화되었습니다. 지갑을 암호화한다고 해서 당신의 컴퓨터를 감염시키는 멀웨어로부터 비트코인을 완전히 보호할 수는 없다는 점을 유념하세요.
IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.
- 중요: 본인 지갑 파일에서 만든 예전 백업들은 새로 생성한 암호화된 지갑 파일로 교체됩니다. 보안상 이유로 이전에 암호화하지 않은 지갑 파일 백업은 사용할 수 없게 되니 이른 시일 내로 새로 암호화된 지갑을 사용하시기 바랍니다.
+ 중요: 본인 지갑 파일에서 만든 예전 백업들은 새로 생성한 암호화된 지갑 파일로 교체해야 합니다. 보안상 이유로, 새 암호화된 지갑을 사용하게 되면 이전에 암호화하지 않은 지갑 파일의 백업은 사용할 수 없게 됩니다.
Wallet encryption failed
@@ -201,7 +201,7 @@
Wallet encryption failed due to an internal error. Your wallet was not encrypted.
- 지갑 암호화는 내부 에러로 인해 실패했습니다. 당신의 지갑은 암호화 되지 않았습니다.
+ 지갑 암호화가 내부 오류로 인해 실패했습니다. 당신의 지갑은 암호화 되지 않았습니다.
The supplied passphrases do not match.
@@ -213,7 +213,7 @@
The passphrase entered for the wallet decryption was incorrect.
- 지갑 해독을 위한 암호가 틀렸습니다.
+ 지갑 복호화를 위한 암호가 틀렸습니다.
Wallet decryption failed
@@ -221,7 +221,7 @@
Wallet passphrase was successfully changed.
- 지갑 비밀번호가 성공적으로 변경되었습니다.
+ 지갑 암호가 성공적으로 변경되었습니다.
Warning: The Caps Lock key is on!
@@ -236,7 +236,7 @@
Banned Until
- 다음과 같은 상황이 될 때까지 계정 정지됩니다.
+ 해당 일정까지 밴됨.
@@ -253,13 +253,9 @@
&Overview
개요(&O)
-
- Node
- 노드
-
Show general overview of wallet
- 지갑의 일반적 개요를 보여줍니다.
+ 지갑의 일반적 개요를 보여줍니다
&Transactions
@@ -267,7 +263,7 @@
Browse transaction history
- 거래내역을 검색합니다.
+ 거래내역을 검색합니다
E&xit
@@ -295,7 +291,7 @@
&Options...
- 옵션(&O)
+ 옵션(&O)...
Modify configuration options for %1
@@ -311,15 +307,7 @@
&Change Passphrase...
- 암호문 변경(&C)...
-
-
- &Sending addresses...
- 보내는 주소(&S)
-
-
- &Receiving addresses...
- 받는 주소(&R)
+ 암호 변경(&C)...
Open &URI...
@@ -327,15 +315,11 @@
Wallet:
- 지갑:<br>
-
-
- default wallet
- <br>기본 지갑
+ 지갑:
Click to disable network activity.
- 네트워크 활동을 중지하려면 클릭.
+ 네트워크 활동을 중지하려면 클릭하세요.
Network activity disabled.
@@ -343,7 +327,7 @@
Click to enable network activity again.
- 네트워크 활동을 다시 시작하려면 클릭.
+ 네트워크 활동을 다시 시작하려면 클릭하세요.
Syncing Headers (%1%)...
@@ -359,11 +343,11 @@
Send coins to a Bitcoin address
- 비트코인 주소로 코인 전송
+ 비트코인 주소로 코인을 전송합니다
Backup wallet to another location
- 지갑을 다른장소에 백업
+ 지갑을 다른장소에 백업합니다
Change the passphrase used for wallet encryption
@@ -379,16 +363,12 @@
&Verify message...
- 메시지 확인(&V)...
+ 메시지 검증(&V)...
Bitcoin
비트코인
-
- Wallet
- 지갑
-
&Send
보내기(&S)
@@ -411,11 +391,11 @@
Sign messages with your Bitcoin addresses to prove you own them
- 지갑 주소가 본인 소유인지 증명하기 위해 비트코인 주소에 서명할 수 있습니다.
+ 지갑 주소가 본인 소유인지 증명하기 위해 메시지를 서명합니다
Verify messages to ensure they were signed with specified Bitcoin addresses
- 비트코인 주소의 전자 서명 확인을 위해 첨부된 메시지가 있을 경우 이를 검증할 수 있습니다.
+ 해당 비트코인 주소로 서명되었는지 확인하기 위해 메시지를 검증합니다
&File
@@ -435,15 +415,15 @@
Request payments (generates QR codes and bitcoin: URIs)
- 지불 요청하기 (QR코드와 비트코인이 생성됩니다: URIs)
+ 지불 요청하기 (QR코드와 bitcoin: URI를 생성합니다)
Show the list of used sending addresses and labels
- 한번 이상 사용된 보내는 주소와 주소 제목의 목록을 보여줍니다.
+ 한번 이상 사용된 보내는 주소와 라벨의 목록을 보여줍니다
Show the list of used receiving addresses and labels
- 한번 이상 사용된 받는 주소와 주소 제목의 목록을 보여줍니다.
+ 한번 이상 사용된 받는 주소와 라벨의 목록을 보여줍니다
Open a bitcoin: URI or payment request
@@ -455,7 +435,7 @@
%n active connection(s) to Bitcoin network
- 비트코인 네트워크에 %n개의 연결이 활성화되어 있습니다.
+ 비트코인 네트워크에 %n개의 연결 활성화됨
Indexing blocks on disk...
@@ -471,7 +451,7 @@
%1 behind
- %1 뒤에
+ %1 뒷처짐
Last received block was generated %1 ago.
@@ -495,11 +475,67 @@
Up to date
- 현재까지
+ 최신의
+
+
+ &Sending addresses
+ 보내는 주소(&S)
+
+
+ &Receiving addresses
+ 받는 주소(&R)
+
+
+ Open Wallet
+ 지갑 열기
+
+
+ Open a wallet
+ 지갑 하나 열기
+
+
+ Close Wallet...
+ 지갑 닫기...
+
+
+ Close wallet
+ 지갑 닫기
Show the %1 help message to get a list with possible Bitcoin command-line options
- 사용할 수 있는 비트코인 명령줄 옵션 목록을 가져오기 위해 %1 도움말 메시지를 표시합니다.
+ 사용할 수 있는 비트코인 명령줄 옵션 목록을 가져오기 위해 %1 도움말 메시지를 표시합니다
+
+
+ default wallet
+ 기본 지갑
+
+
+ Opening Wallet <b>%1</b>...
+ 지갑 <b>%1</b> 여는중...
+
+
+ Open Wallet Failed
+ 지갑 열기 실패
+
+
+ &Window
+ 창(&W)
+
+
+ Minimize
+ 최소화
+
+
+ Zoom
+ 최대화
+
+
+ Restore
+ 복원
+
+
+ Main Window
+ 메인창
%1 client
@@ -551,7 +587,7 @@
Sent transaction
- 거래 보내기
+ 발송된 거래
Incoming transaction
@@ -565,6 +601,10 @@
HD key generation is <b>disabled</b>
HD 키 생성이 <b>비활성화되었습니다</b>
+
+ Private key <b>disabled</b>
+ 개인키 <b>비활성화됨</b>
+
Wallet is <b>encrypted</b> and currently <b>unlocked</b>
지갑이 <b>암호화</b> 되었고 현재 <b>잠금해제</b> 되었습니다
@@ -658,7 +698,7 @@
Copy amount
- 거래액 복사
+ 금액 복사
Copy transaction ID
@@ -714,7 +754,7 @@
Can vary +/- %1 satoshi(s) per input.
- 입력마다 +/- %1 사토시(s)가 변할 수 있습니다.
+ 입력마다 +/- %1 사토시가 변할 수 있습니다.
(no label)
@@ -769,11 +809,11 @@
Address "%1" already exists as a receiving address with label "%2" and so cannot be added as a sending address.
- 주소 "%1"은 이미 "%2"로 받는 주소로 존재하여 보내는 주소로 저장할 수 없습니다.
+ 주소 "%1"은 이미 라벨 "%2"로 받는 주소에 존재하여 보내는 주소로 추가될 수 없습니다.
The entered address "%1" is already in the address book with label "%2".
- 입력된 주소 "%1"은 "%2"로 이미 주소록에 있습니다.
+ 입력된 주소 "%1"은 라벨 "%2"로 이미 주소록에 있습니다.
Could not unlock wallet.
@@ -804,7 +844,7 @@
Cannot create data directory here.
- 데이터 폴더를 여기 생성할 수 없습니다.
+ 데이터 폴더를 여기에 생성할 수 없습니다.
@@ -819,7 +859,7 @@
About %1
- %1 정보(&A)
+ %1 정보
Command-line options
@@ -866,15 +906,15 @@
At least %1 GB of data will be stored in this directory, and it will grow over time.
- 최소 %1GB의 데이터가 이 디렉토리에 저장되며 시간이 지남에 따라 증가 할 것입니다.
+ 최소 %1 GB의 데이터가 이 디렉토리에 저장되며 시간이 지남에 따라 증가할 것입니다.
Approximately %1 GB of data will be stored in this directory.
- 약 %1GB의 데이터가 이 디렉토리에 저장됩니다.
+ 약 %1 GB의 데이터가 이 디렉토리에 저장됩니다.
%1 will download and store a copy of the Bitcoin block chain.
- %1은 Bitcoin 블록 체인의 사본을 다운로드하여 저장합니다.
+ %1은 비트코인 블록체인의 사본을 다운로드하여 저장합니다.
The wallet will also be stored in this directory.
@@ -882,7 +922,7 @@
Error: Specified data directory "%1" cannot be created.
- 오류: "%1" 지정한 데이터 디렉토리를 생성할 수 없습니다.
+ 오류: 지정한 데이터 디렉토리 "%1" 를 생성할 수 없습니다.
Error
@@ -944,8 +984,8 @@
숨기기
- Unknown. Syncing Headers (%1)...
- 알수없음. 헤더 동기화중 (%1)...
+ Unknown. Syncing Headers (%1, %2%)...
+ 알 수 없음. 헤더 동기화 중(%1,%2%)...
@@ -956,7 +996,7 @@
Open payment request from URI or file
- 지급 요청 URI 또는 파일 열기
+ 지불 요청 URI 또는 파일 열기
URI:
@@ -993,10 +1033,6 @@
Size of &database cache
데이터베이스 캐시 크기(&D)
-
- MB
- 메가바이트
-
Number of script &verification threads
스크립트 인증 쓰레드의 개수(&V)
@@ -1019,7 +1055,7 @@
&Hide tray icon
- &트레이 아이콘 숨기기
+ 트레이 아이콘 숨기기(&H)
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.
@@ -1029,13 +1065,9 @@
Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.
서드-파티 URLs (예. 블록 탐색기)는 거래 탭의 컨텍스트 메뉴에 나타납니다. URL의 %s는 거래 해시값으로 대체됩니다. 여러 URLs는 수직 바 | 에서 나누어 집니다.
-
- Active command-line options that override above options:
- 명령줄 옵션 활성화는 위의 옵션들을 대체합니다:
-
Open the %1 configuration file from the working directory.
- 작업 디렉토리에서 %1 구성 파일을 엽니다.
+ 작업 디렉토리에서 %1 설정 파일을 엽니다.
Open Configuration File
@@ -1043,7 +1075,7 @@
Reset all client options to default.
- 모든 클라이언트 옵션을 기본값으로 재설정
+ 모든 클라이언트 옵션을 기본값으로 재설정합니다.
&Reset Options
@@ -1059,7 +1091,7 @@
Prune &block storage to
- 블록 데이터 축소와 저장할 곳
+ 블록 데이터를 지정된 크기로 축소합니다:
GB
@@ -1069,6 +1101,10 @@
Reverting this setting requires re-downloading the entire blockchain.
이 설정을 되돌리려면 처음주터 블록체인을 다시 다운로드 받아야 합니다.
+
+ MiB
+ MiB
+
(0 = auto, <0 = leave that many cores free)
(0 = 자동, <0 = 지정된 코어 개수만큼 사용 안함)
@@ -1095,11 +1131,11 @@
Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled.
- 라우터에서 Bitcoin 클라이언트 포트를 자동적으로 엽니다. 라우터에서 UPnP를 지원하고 활성화 했을 경우에만 동작합니다.
+ 라우터에서 비트코인 클라이언트 포트를 자동적으로 엽니다. 라우터에서 UPnP를 지원하고 활성화 했을 경우에만 동작합니다.
Map port using &UPnP
- 사용중인 &UPnP 포트 매핑
+ &UPnP를 이용해 포트 매핑
Accept connections from outside.
@@ -1107,11 +1143,11 @@
Allow incomin&g connections
- 연결 요청을 허용합니다.
+ 연결 요청을 허용 (&G)
Connect to the Bitcoin network through a SOCKS5 proxy.
- SOCKS5 프록시를 통해 비트코인 네트워크 연결
+ SOCKS5 프록시를 통해 비트코인 네트워크에 연결합니다.
&Connect through SOCKS5 proxy (default proxy):
@@ -1127,7 +1163,7 @@
Port of the proxy (e.g. 9050)
- 프록시의 포트번호입니다 (예: 9050)
+ 프록시의 포트번호 (예: 9050)
Used for reaching peers via:
@@ -1147,7 +1183,7 @@
Connect to the Bitcoin network through a separate SOCKS5 proxy for Tor hidden services.
- Tor 서비스를 경유하여 비트코인 네트워크에 연결하기 위해 분리된 SOCKS5 프록시를 사용.
+ Tor 서비스를 경유하여 비트코인 네트워크에 연결하기 위해 분리된 SOCKS5 프록시를 사용합니다.
&Window
@@ -1179,7 +1215,7 @@
&Unit to show amounts in:
- 거래액을 표시할 단위(&U):
+ 금액을 표시할 단위(&U):
Choose the default subdivision unit to show in the interface and when sending coins.
@@ -1191,7 +1227,11 @@
&Third party transaction URLs
- &제 3자 거래 URL들
+ 제 3자 거래 URL들 (&T)
+
+
+ Options set in this dialog are overridden by the command line or in the configuration file:
+ 이 다이얼로그에서 설정한 옵션은 커맨드라인이나 설정파일에 의해 바뀔수 있습니다:
&OK
@@ -1227,7 +1267,7 @@
The configuration file is used to specify advanced user options which override GUI settings. Additionally, any command-line options will override this configuration file.
- 구성 파일은 GUI 설정을 무시하는 고급 사용자 옵션을 지정하는 데 사용됩니다. 또한 모든 명령 줄 옵션이 구성 파일보다 우선합니다.
+ 설정 파일은 GUI 설정을 우선하는 고급 사용자 옵션을 지정하는 데 사용됩니다. 또한 모든 명령 줄 옵션이 설정 파일보다 우선합니다.
Error
@@ -1235,7 +1275,7 @@
The configuration file could not be opened.
- 구성 파일을 열 수 없습니다.
+ 설정 파일을 열 수 없습니다.
This change would require a client restart.
@@ -1262,7 +1302,7 @@
Available:
- 사용 가능
+ 사용 가능:
Your current spendable balance
@@ -1270,11 +1310,11 @@
Pending:
- 미확정
+ 미확정:
Total of transactions that have yet to be confirmed, and do not yet count toward the spendable balance
- 전체 거래들은 아직 확인되지 않았고, 그리고 현재 잔액에 아직 반영되지 않았습니다.
+ 아직 확인되지 않아 사용가능한 잔액에 반영되지 않은 거래 총액
Immature:
@@ -1314,7 +1354,7 @@
Mined balance in watch-only addresses that has not yet matured
- 조회전용 주소의 채굴된 잔액 중 숙성되지 않은 것
+ 조회전용 주소의 채굴된 잔액 중 사용가능하지 않은 금액
Current total balance in watch-only addresses
@@ -1329,7 +1369,7 @@
Cannot start bitcoin: click-to-pay handler
- 비트코인을 시작할 수 없습니다: 지급제어기를 클릭하세요
+ bitcoin: 핸들러를 시작할 수 없음
URI handling
@@ -1339,13 +1379,21 @@
'bitcoin://' is not a valid URI. Use 'bitcoin:' instead.
'bitcoin://"은 잘못된 URI입니다. 'bitcoin:'을 사용하십시오.
+
+ You are using a BIP70 URL which will be unsupported in the future.
+ 지금 사용하고 있는 BIP70 URL은 나중에 지원되지 않을 수 있습니다.
+
Payment request fetch URL is invalid: %1
지불 요청의 URL이 올바르지 않습니다: %1
+
+ Cannot process payment request because BIP70 support was not compiled in.
+ BIP70 기능이 포함되지 않아서 지불 요청을 처리할 수 없습니다.
+
Invalid payment address %1
- 잘못된 지불 주소입니다 %1
+ 잘못된 지불 주소 %1
URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters.
@@ -1353,7 +1401,7 @@
Payment request file handling
- 지불이 파일 처리를 요청합니다
+ 지불 요청 파일 처리중
Payment request file cannot be read! This can be caused by an invalid payment request file.
@@ -1365,11 +1413,11 @@
Payment request network doesn't match client network.
- 지급 요청 네트워크가 클라이언트 네트워크와 일치되지 않습니다.
+ 지불 요청 네트워크가 클라이언트 네트워크와 일치하지 않습니다.
Payment request expired.
- 지불 요청이 만료됨.
+ 지불 요청이 만료되었습니다.
Payment request is not initialized.
@@ -1381,11 +1429,11 @@
Invalid payment request.
- 잘못된 지불 요청.
+ 잘못된 지불 요청입니다.
Requested payment amount of %1 is too small (considered dust).
- 요청한 금액 %1의 양이 너무 적습니다. (스팸성 거래로 간주)
+ 요청한 금액 %1의 양이 너무 적습니다. (더스트로 간주)
Refund from %1
@@ -1397,7 +1445,7 @@
Error communicating with %1: %2
- %1과 소통하는데 에러: %2
+ %1과의 통신 오류: %2
Payment request cannot be parsed!
@@ -1405,11 +1453,11 @@
Bad response from server %1
- 서버로 부터 잘못된 반응 %1
+ 서버 %1로 부터 잘못된 반응
Network request error
- 네트워크 요청 에러
+ 네트워크 요청 오류
Payment acknowledged
@@ -1447,11 +1495,11 @@
QObject
Amount
- 거래액
+ 금액
Enter a Liquid address (e.g. %1)
- 비트코인 주소를 입력하기 (예. %1)
+ 비트코인 주소를 입력하세요 (예. %1)
%1 d
@@ -1538,19 +1586,19 @@
QObject::QObject
Error parsing command line arguments: %1.
- %1 명령 파싱 실패
+ 명령줄 인자 파싱 오류: %1.
Error: Specified data directory "%1" does not exist.
- 에러: 지정한 데이터 폴더 "%1"은 존재하지 않습니다.
+ 오류: 지정한 데이터 폴더 "%1"은 존재하지 않습니다.
Error: Cannot parse configuration file: %1.
- 에러: 구성 파일 %1을 파싱할 수 없습니다
+ 오류: 설성 파일 %1을 파싱할 수 없습니다
Error: %1
- 에러: %1
+ 오류: %1
@@ -1576,7 +1624,7 @@
RPCConsole
N/A
- 없음
+ N/A
Client version
@@ -1602,6 +1650,18 @@
Datadir
데이터 폴더
+
+ To specify a non-default location of the data directory use the '%1' option.
+ 기본 위치가 아닌 곳으로 데이타 폴더를 지정하려면 '%1' 옵션을 사용하세요.
+
+
+ Blocksdir
+ Blocksdir
+
+
+ To specify a non-default location of the blocks directory use the '%1' option.
+ 기본 위치가 아닌 곳으로 블럭 폴더를 지정하려면 '%1' 옵션을 사용하세요.
+
Startup time
시작 시간
@@ -1808,19 +1868,15 @@
Ban for
- 추방
+ 차단사유:
&Unban
- 노드 추방 취소(&U)
-
-
- default wallet
- <br>기본 지갑
+ 노드 차단 취소(&U)
Welcome to the %1 RPC console.
- %1 RPC 콘솔에 오신걸 환영합니다
+ %1 RPC 콘솔에 오신걸 환영합니다.
Use up and down arrows to navigate history, and %1 to clear screen.
@@ -1903,7 +1959,7 @@
An optional label to associate with the new receiving address.
- 임의의 라벨이 새로운 받기 주소와 결합
+ 새로운 받기 주소와 결합될 부가적인 라벨.
Use this form to request payments. All fields are <b>optional</b>.
@@ -1915,7 +1971,7 @@
Clear all fields of the form.
- 양식의 모든 필드를 지웁니다
+ 양식의 모든 필드를 지웁니다.
Clear
@@ -1923,7 +1979,7 @@
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.
- Bech32 주소 (BIP-173)는 더 적은 수수료와 오입금으로부터 방지해 줍니다. Bech32가 비활성화 되어있으면 P2SH 기반의 세그윗 주소가 대신 생성됩니다.
+ 세그윗 주소(Bech32 또는 BIP-173)는 거래 수수료를 줄여주고 오입력을 방지하지만 구버전 지갑은 이를 지원하지 않습니다. 체크하지 않으면 구버전 지갑과 호환되는 주소가 생성됩니다.
Generate blinded native segwit (Blech32) address
@@ -1931,7 +1987,7 @@
Requested payments history
- 지출기록 확인
+ 지불 요청 이력
&Request payment
@@ -2022,7 +2078,7 @@
Resulting URI too long, try to reduce the text for label / message.
- URI 결과가 너무 길음, 라벨/메세지의 글을 줄이도록 하세요.
+ URI 결과가 너무 깁니다. 라벨 / 메세지를 줄이세요.
Error encoding URI into QR Code.
@@ -2064,7 +2120,7 @@
SendCoinsDialog
Send Coins
- 코인들 보내기
+ 코인 전송내기
Coin Control Features
@@ -2076,11 +2132,11 @@
automatically selected
- 자동 선택
+ 자동 선택됨
Insufficient funds!
- 자금이 부족합니다!
+ 잔액이 부족합니다!
Quantity:
@@ -2150,14 +2206,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Hide
숨기기
-
- Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.
- 블록의 용량보다 거래의 용량이 작은 경우에는 최소한의 수수료만으로도 충분합니다. 그러나 비트코인 네트워크의 처리량보다 더 많은 거래 요구는 영원히 검증이 안 될 수도 있습니다.
-
-
- (read the tooltip)
- (툴팁을 꼭 읽어보세요)
-
Recommended:
권장:
@@ -2180,12 +2228,20 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Clear all fields of the form.
- 양식의 모든 필드를 지웁니다
+ 양식의 모든 필드를 지웁니다.
Dust:
더스트:
+
+ 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:
승인 시간 목표:
@@ -2196,8 +2252,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
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.
- Replace-By-Fee (BIP-125) 옵션은 보낸 거래의 수수료 상향을 지원해 줍니다.
-이 옵션이 없을 경우 거래 지연을 방지하기 위해 더 높은 수수료가 요구됩니다.
+ Replace-By-Fee (BIP-125) 옵션은 보낸 거래의 수수료 상향을 지원해 줍니다. 이 옵션이 없을 경우 거래 지연을 방지하기 위해 더 높은 수수료가 권장됩니다.
Clear &All
@@ -2245,7 +2300,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
%1 (%2 blocks)
- %1(%2 블록스)
+ %1(%2 블록)
%1 to %2
@@ -2281,7 +2336,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Total Amount
- 총액<br>
+ 총액
Confirm send coins
@@ -2305,11 +2360,11 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Duplicate address found: addresses should only be used once each.
- 중복된 주소 발견: 한번에 하나의 주소에만 작업할 수 있습니다.
+ 중복된 주소 발견: 주소는 한번만 사용되어야 합니다.
Transaction creation failed!
- 거래를 생성하는 것을 실패하였습니다!
+ 거래 생성에 실패했습니다!
The transaction was rejected with the following reason: %1
@@ -2317,15 +2372,11 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
A fee higher than %1 is considered an absurdly high fee.
- %1 보다 높은 수수료는 너무 높은 수수료 입니다.
+ %1 보다 큰 수수료는 지나치게 높은 수수료 입니다.
Payment request expired.
- 지불 요청이 만료됨.
-
-
- Pay only the required fee of %1
- 오직 %1 만의 수수료를 지불하기
+ 지불 요청이 만료되었습니다.
Estimated to begin confirmation within %n block(s).
@@ -2345,7 +2396,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
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)
@@ -2368,7 +2419,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Choose previously used address
- 이전에 사용한 주소를 선택하십시오
+ 이전에 사용한 주소를 선택하기
This is a normal payment.
@@ -2392,7 +2443,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Remove this entry
- 항목을 지웁니다
+ 입력된 항목 삭제
The fee will be deducted from the amount being sent. The recipient will receive less bitcoins than you enter in the amount field. If multiple recipients are selected, the fee is split equally.
@@ -2404,7 +2455,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Use available balance
- 사용 가능한 잔고 사용
+ 잔액 전부 사용하기
Message:
@@ -2412,23 +2463,23 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
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.
- 비트코인에 첨부된 메시지: 참고용으로 거래와 함께 저장될 URI. 메모: 이 메시지는 비트코인 네트워크로 전송되지 않습니다.
+ bitcoin: URI에 추가된 메시지는 참고를 위해 거래내역과 함께 저장될 것입니다. Note: 이 메시지는 비트코인 네트워크로 전송되지 않습니다.
Pay To:
- 송금할 대상:
+ 보낼 주소:
Memo:
@@ -2461,7 +2512,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
SignVerifyMessageDialog
Signatures - Sign / Verify a Message
- 서명 - 싸인 / 메시지 확인
+ 서명 - 싸인 / 메시지 검증
&Sign Message
@@ -2469,15 +2520,15 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
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
@@ -2485,7 +2536,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Paste address from clipboard
- 클립보드로 부터 주소를 복사하기
+ 클립보드에서 주소 복사
Alt+P
@@ -2493,7 +2544,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Enter the message you want to sign here
- 여기에 서명하려는 메시지를 입력하십시오
+ 여기에 서명할 메시지를 입력하세요
Signature
@@ -2501,19 +2552,19 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Copy the current signature to the system clipboard
- 현재 서명을 시스템 클립보드에 복사
+ 이 서명을 시스템 클립보드로 복사
Sign the message to prove you own this Bitcoin address
- 여러분의 비트코인 주소를 증명하려면 메시지 서명하십시오
+ 당신이 이 비트코인 주소를 소유한다는 증명을 위해 메시지를 서명합니다
Sign &Message
- 메시지에 서명(&M)
+ 메시지 서명(&M)
Reset all sign message fields
- 메시지 필드의 모든 서명 재설정
+ 모든 입력항목을 초기화합니다
Clear &All
@@ -2525,7 +2576,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
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
@@ -2533,7 +2584,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Verify the message to ensure it was signed with the specified Bitcoin address
- 정확한 비트코인주소가 입력됬는지 메시지를 확인하시오
+ 입력된 비트코인 주소로 메시지가 서명되었는지 검증합니다
Verify &Message
@@ -2541,11 +2592,11 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Reset all verify message fields
- 모든 검증 메시지 필드 재설정
+ 모든 입력 항목을 초기화합니다
Click "Sign Message" to generate signature
- 서명을 만들려면 "메시지 서명"을 누르십시오
+ 서명을 만들려면 "메시지 서명"을 클릭하세요
The entered address is invalid.
@@ -2557,7 +2608,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
The entered address does not refer to a key.
- 입력한 주소는 키에서 참조하지 않습니다.
+ 입력한 주소는 지갑내 키를 참조하지 않습니다.
Wallet unlock was cancelled.
@@ -2593,7 +2644,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Message verified.
- 메시지를 검증했습니다.
+ 메시지가 검증됐습니다.
@@ -2622,7 +2673,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
conflicted with a transaction with %1 confirmations
- %1 승인이 있는 거래와 충돌 함
+ %1 승인이 있는 거래와 충돌함
0/unconfirmed, %1
@@ -2666,7 +2717,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
From
- 으로부터
+ 보낸 주소
unknown
@@ -2674,7 +2725,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
To
- 에게
+ 받는 주소
own address
@@ -2694,11 +2745,11 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
matures in %n more block(s)
- %n개의 더 많은 블록을 숙성
+ %n개의 블록검증이 더 필요함
not accepted
- 허용되지 않음
+ 승인되지 않음
Debit
@@ -2746,7 +2797,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
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.
@@ -2840,15 +2891,15 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Received with
- 받은 주소
+ 받음(받은 주소)
Received from
- 보낸 주소
+ 받음(보낸 주소)
Sent to
- 보낸 주소
+ 보냄(받는 주소)
Payment to yourself
@@ -2888,11 +2939,11 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
User-defined intent/purpose of the transaction.
- 거래에 대한 사용자 정의 intent/purpose
+ 거래에 대해 사용자가 정의한 의도나 목적.
Amount removed from or added to balance.
- 변경된 잔고.
+ 늘어나거나 줄어든 액수.
@@ -2979,7 +3030,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Copy raw transaction
- 원시 거래 복사
+ 거래 원본(raw transaction) 복사
Copy full transaction details
@@ -3061,6 +3112,21 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
거래액을 표시하는 단위. 클릭해서 다른 단위를 선택할 수 있습니다.
+
+ WalletController
+
+ Close wallet
+ 지갑 닫기
+
+
+ Are you sure you wish to close wallet <i>%1</i>?
+ 정말로 지갑 <i>%1</i>을 닫겠습니까?
+
+
+ Closing the wallet for too long can result in having to resync the entire chain if pruning is enabled.
+ 블록축소를 하고 지갑을 너무 오랫동안 닫으면 체인 전체를 다시 동기화해야 할 수도 있습니다.
+
+
WalletFrame
@@ -3110,6 +3176,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Could not commit transaction
거래를 커밋 할 수 없습니다.
+
+ default wallet
+ 기본 지갑
+
WalletView
@@ -3158,11 +3228,11 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Prune configured below the minimum of %d MiB. Please use a higher number.
- 블록 축소가 최소치의 %d MiB 밑으로 설정되어 있습니다. 더 높은 값을 사용해 보세요.
+ 블록 축소가 최소치인 %d MiB 밑으로 설정되어 있습니다. 더 높은 값을 사용해 주세요.
Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node)
- 블록 축소: 마지막 지갑 동기화 지점이 축소된 데이터보다 과거의 것 입니다. -reindex가 필요합니다 (정지된 노드의 경우 모든 블록체인을 재다운로드합니다)
+ 블록 축소: 마지막 지갑 동기화 지점이 축소된 데이터보다 과거의 것 입니다. -reindex가 필요합니다 (축소된 노드의 경우 모든 블록체인을 재다운로드합니다)
Rescans are not possible in pruned mode. You will need to use -reindex which will download the whole blockchain again.
@@ -3170,7 +3240,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Error: A fatal internal error occurred, see debug.log for details
- 에러: 치명적인 내부 오류가 발생했습니다, 자세한 내용은 debug.log 를 확인해주세요.
+ 오류: 치명적인 내부 오류가 발생했습니다, 자세한 내용은 debug.log 를 확인해주세요.
Pruning blockstore...
@@ -3188,6 +3258,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
The %s developers
%s 개발자
+
+ 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.
%s 데이터 디렉토리에 락을 걸 수 없었습니다. %s가 이미 실행 중인 것으로 보입니다.
@@ -3214,11 +3288,11 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
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.
@@ -3246,7 +3320,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
-maxmempool must be at least %d MB
- -maxmempool은 최소한 %d MB가 필요합니다
+ -maxmempool은 최소한 %d MB 이어야 합니다
Cannot resolve -%s address: '%s'
@@ -3256,6 +3330,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Change index out of range
범위 밖의 인덱스 변경
+
+ Config setting for %s only applied on %s network when in [%s] section.
+ %s의 설정은 [%s] 항목에 있을 때 %s 네트워크에만 적용됩니다.
+
Copyright (C) %i-%i
Copyright (C) %i-%i
@@ -3282,11 +3360,11 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Error loading %s: Private keys can only be disabled during creation
- %s 로딩 실패: 개인키는 생성할때만 불능하게 만들 수 있습니다
+ %s 로딩 실패: 개인키는 생성할때만 비활성화 할 수 있습니다
Error loading %s: Wallet corrupted
- %s 불러오기 오류: 지갑 오류
+ %s 불러오기 오류: 지갑이 손상됨
Error loading %s: Wallet requires newer version of %s
@@ -3306,7 +3384,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Failed to listen on any port. Use -listen=0 if you want this.
- 어떤 포트도 반응하지 않습니다. 사용자 반응=0 만약 원한다면
+ 어떤 포트도 열지 못했습니다. 필요하다면 -listen=0 옵션을 사용하세요.
Failed to rescan the wallet during initialization
@@ -3314,11 +3392,11 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Importing...
- 들여오기 중...
+ 불러오는 중...
Incorrect or no genesis block found. Wrong datadir for network?
- 올바르지 않거나 생성된 블록을 찾을 수 없습니다. 잘못된 네트워크 자료 디렉토리?
+ 제네시스 블록이 없거나 잘못됐습니다. 네트워크의 datadir이 잘못됐을수도 있습니다.
Initialization sanity check failed. %s is shutting down.
@@ -3330,7 +3408,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Invalid amount for -discardfee=<amount>: '%s'
- -discardfee=<amount>에 대한 양이 잘못되었습니다: '%s'
+ 유효하지 않은 금액 -discardfee=<amount>: '%s'
Invalid amount for -fallbackfee=<amount>: '%s'
@@ -3338,7 +3416,11 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Specified blocks directory "%s" does not exist.
- 디렉토리 "%s"에 지정한 블록들이 존재하지 않습니다.
+ 지정한 블록 디렉토리 "%s" 가 존재하지 않습니다.
+
+
+ Unable to create the PID file '%s': %s
+ PID 파일 생성 실패 '%s': %s
Upgrading txindex database
@@ -3354,7 +3436,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Not enough file descriptors available.
- 사용 가능한 파일 디스크립터-File Descriptor-가 부족합니다.
+ 파일 디스크립터가 부족합니다.
Prune cannot be configured with a negative value.
@@ -3386,19 +3468,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Unable to generate keys
- 키값 생성 불가
-
-
- Unsupported argument -benchmark ignored, use -debug=bench.
- 지원하지 않는 인수 -benchmark 은 무시됩니다, -debug=bench 형태로 사용하세요.
-
-
- Unsupported argument -debugnet ignored, use -debug=net.
- 지원하지 않는 인수 -debugnet 은 무시됩니다, -debug=net 형태로 사용하세요.
-
-
- Unsupported argument -tor found, use -onion.
- 지원하지 않는 인수 -tor를 찾았습니다. -onion를 사용해주세요.
+ 키 생성 불가
Unsupported logging category %s=%s.
@@ -3418,11 +3488,11 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Wallet needed to be rewritten: restart %s to complete
- 지갑을 새로 써야 합니다: 완성하기 위하여 %s을 다시 시작하십시오.
+ 지갑을 새로 써야 합니다: 진행을 위해 %s 를 다시 시작하세요.
Error: Listening for incoming connections failed (listen returned error %s)
- 오류: 들어오는 연결을 리슨(Listen)하는데 실패했습니다 (오류 리턴 %s)
+ 오류: 들어오는 연결을 허용하는데 실패했습니다 (listen returned error %s)
Invalid amount for -maxtxfee=<amount>: '%s' (must be at least the minrelay fee of %s to prevent stuck transactions)
@@ -3434,11 +3504,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain
- 축소 모드를 해제하고 데이터베이스를 재구성 하기 위해 -reindex를 사용해야 합니다. 이 명령은 모든 블록체인을 다시 다운로드 할 것 입니다.
-
-
- Error loading %s: You can't disable HD on an already existing HD wallet
- %s 불러오기 오류: 이미 HD 지갑이 존재하는 상태에서 HD 지갑을 비활성화 할 수 없습니다
+ 블록 축소 모드를 해제하려면 데이터베이스를 재구성하기 위해 -reindex를 사용해야 합니다. 이 명령은 전체 블록체인을 다시 다운로드합니다.
Error reading from database, shutting down.
@@ -3448,6 +3514,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Error upgrading chainstate database
체인 상태 데이터베이스 업그레이드 중 오류가 발생했습니다.
+
+ Error: Disk space is low for %s
+ 오류: %s 하기엔 저장공간이 부족합니다
+
Information
정보
@@ -3470,27 +3540,37 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Need to specify a port with -whitebind: '%s'
- -whitebind를 이용하여 포트를 지정해야 합니다: '%s"
+ -whitebind: '%s' 를 이용하여 포트를 지정해야 합니다
Reducing -maxconnections from %d to %d, because of system limitations.
시스템 한계로 인하여 -maxconnections를 %d 에서 %d로 줄였습니다.
+
+ Section [%s] is not recognized.
+ [%s] 항목은 인정되지 않습니다.
+
Signing transaction failed
- 거래를 서명하는것을 실패하였습니다.
+ 거래 서명에 실패했습니다
Specified -walletdir "%s" does not exist
- 애러: 지정한 지갑 폴더 "%s"은 존재하지 않습니다.
+ 지정한 -walletdir "%s"은 존재하지 않습니다
Specified -walletdir "%s" is a relative path
- 애러: 지정한 지갑 폴더 "%s"은 상대 경로입니다.
+ 지정한 -walletdir "%s"은 상대 경로입니다
Specified -walletdir "%s" is not a directory
- 애러: 지정한 지갑 폴더 "%s"은 디렉토리가 아닙니다.
+ 지정한 -walletdir "%s"은 디렉토리가 아닙니다
+
+
+ The specified config file %s does not exist
+
+ 지정한 설정 파일 "%s"는 존재하지 않습니다
+
The transaction amount is too small to pay the fee
@@ -3510,7 +3590,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Transaction too large
- 너무 큰 거래
+ 거래가 너무 큽니다
Unable to generate initial keys
@@ -3518,11 +3598,11 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Verifying wallet(s)...
- 지갑(들) 검증중...
+ 지갑 검증중...
Wallet %s resides outside wallet directory %s
- 지갑 %s는 데이터 디렉토리 %s 밖에 위치합니다.
+ 지갑 %s는 지갑 디렉토리 %s 밖에 위치합니다
Warning
@@ -3538,35 +3618,19 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
-maxtxfee is set very high! Fees this large could be paid on a single transaction.
- -maxtxfee값이 너무 큽니다! 하나의 거래에 너무 큰 수수료가 지불 됩니다.
-
-
- Error loading %s: You can't enable HD on an already existing non-HD wallet
- %s 불러오기 오류: 비-HD 지갑이 존재하는 상태에서 HD 지갑을 활성화 할 수 없습니다
+ -maxtxfee 값이 너무 큽니다! 하나의 거래에 너무 큰 수수료가 지불 됩니다.
This is the transaction fee you may pay when fee estimates are not available.
- 이것은 수수료 견적을 이용할 수 없을 때 지불 할 수 있는 거래 수수료입니다.
+ 이것은 수수료 추정을 이용할 수 없을 때 사용되는 거래 수수료입니다.
This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit %s and cryptographic software written by Eric Young and UPnP software written by Thomas Bernard.
- 이 제품에는 OpenSSL Project에서 OpenSSL Toolkit %s으로 사용하기 위해 개발 한 소프트웨어와 Eric Young이 작성한 암호화 소프트웨어 및 Thomas Bernard가 작성한 UPnP 소프트웨어가 포함되어 있습니다.
+ 이 제품에는 OpenSSL 프로젝트에서 OpenSSL Toolkit %s으로 사용하기 위해 개발 한 소프트웨어와 에릭 영이 작성한 암호화 소프트웨어 및 토머스 버나드가 작성한 UPnP 소프트웨어가 포함되어 있습니다.
Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments.
- 네트워크 버전 문자 (%i)의 길이가 최대길이 (%i)를 초과합니다. UA코멘트의 갯수나 길이를 줄이세요.
-
-
- Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported.
- 지원하지 않는 인수 -socks를 찾았습니다. 설정된 SOCKS의 버전은 더이상 사용할 수 없으며, SOCK5 프록시만을 지원합니다.
-
-
- Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay.
- 지원하지 않는 인수 -whitelistalwaysrelay 는 무시됩니다, -whitelistrelay 나 -whitelistforcerelay 를 사용해 주세요.
-
-
- Warning: Unknown block versions being mined! It's possible unknown rules are in effect
- 경고: 알려지지 않은 버전의 블록이 채굴되었습니다. 알려지지 않은 규칙이 적용되었을 가능성이 있습니다.
+ 네트워크 버전 문자 (%i)의 길이가 최대길이 (%i)를 초과합니다. 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.
@@ -3582,7 +3646,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Keypool ran out, please call keypoolrefill first
- Keypool이 종료되었습니다. 먼저 keypoolrefill을 호출하십시오.
+ Keypool 이 소진되었습니다. 먼저 keypoolrefill 을 호출하십시오.
Starting network threads...
@@ -3602,7 +3666,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Transaction amounts must not be negative
- 거래액은 반드시 정수여야합니다.
+ 거래액은 반드시 0보다 큰 값이어야 합니다.
Transaction has too long of a mempool chain
@@ -3614,15 +3678,11 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Unknown network specified in -onlynet: '%s'
- -onlynet에 지정한 네트워크를 알 수 없습니다: '%s'
+ -onlynet: '%s' 에 알수없는 네트워크가 지정되었습니다
Insufficient funds
- 자금이 부족합니다!
-
-
- Can't generate a change-address key. Private keys are disabled for this wallet.
- 거스름돈 주소 생성불가. 이 지갑에서는 개인키가 비활성화 되어 있습니다.
+ 잔액이 부족합니다
Cannot upgrade a non HD split wallet without upgrading to support pre split keypool. Please use -upgradewallet=169900 or -upgradewallet with no version specified.
@@ -3630,15 +3690,15 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable -fallbackfee.
- 수수료 견적 실패. Fallbackfee 비활성화 상태. 몇 블록을 기다리거나 -fallbackfee를 활성화 시키십시오.
+ 수수료 추정이 실패했습니다. Fallbackfee가 비활성화 상태입니다. 몇 블록을 기다리거나 -fallbackfee를 활성화 하세요.
Warning: Private keys detected in wallet {%s} with disabled private keys
- 주의: {%s}지갑에서 비활성화된 개인키 발견
+ 경고: 비활성화된 개인키 지갑 {%s} 에서 개인키들이 발견되었습니다
Cannot write to data directory '%s'; check permissions.
- "%s" 데이터 폴더에 쓰기 불가능. 권한을 확인하십시오.
+ "%s" 데이터 폴더에 기록하지 못했습니다. 접근권한을 확인하세요.
Loading block index...
@@ -3654,7 +3714,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Rescanning...
- 재검색 중...
+ 재스캔 중...
Done loading
diff --git a/src/qt/locale/bitcoin_ku_IQ.ts b/src/qt/locale/bitcoin_ku_IQ.ts
index 8041f5bcc1..b614822d39 100644
--- a/src/qt/locale/bitcoin_ku_IQ.ts
+++ b/src/qt/locale/bitcoin_ku_IQ.ts
@@ -360,6 +360,9 @@
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
diff --git a/src/qt/locale/bitcoin_ky.ts b/src/qt/locale/bitcoin_ky.ts
index c49160609d..040324c28d 100644
--- a/src/qt/locale/bitcoin_ky.ts
+++ b/src/qt/locale/bitcoin_ky.ts
@@ -41,10 +41,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Капчык
-
&File
&Файл
@@ -69,6 +65,10 @@
Up to date
Жаңыланган
+
+ &Window
+ &Терезе
+
CoinControlDialog
@@ -117,10 +117,6 @@
OptionsDialog
-
- MB
- МБ
-
&Network
&Тармак
@@ -332,6 +328,9 @@
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
diff --git a/src/qt/locale/bitcoin_la.ts b/src/qt/locale/bitcoin_la.ts
index c0ff1030f1..0949c478c7 100644
--- a/src/qt/locale/bitcoin_la.ts
+++ b/src/qt/locale/bitcoin_la.ts
@@ -145,10 +145,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Cassidile
-
&Send
&Mitte
@@ -225,6 +221,10 @@
Up to date
Recentissimo
+
+ &Window
+ &Fenestra
+
Catching up...
Persequens...
@@ -740,6 +740,9 @@
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
diff --git a/src/qt/locale/bitcoin_lt.ts b/src/qt/locale/bitcoin_lt.ts
index 26d89de8e9..ff0c6637ba 100644
--- a/src/qt/locale/bitcoin_lt.ts
+++ b/src/qt/locale/bitcoin_lt.ts
@@ -245,10 +245,6 @@
&Overview
&Apžvalga
-
- Node
- Taškas
-
Show general overview of wallet
Rodyti piniginės bendrą apžvalgą
@@ -305,14 +301,6 @@
&Change Passphrase...
&Keisti slaptafrazę...
-
- &Sending addresses...
- &Siunčiami adresai...
-
-
- &Receiving addresses...
- &Gaunami adresai...
-
Open &URI...
Atidaryti &URI...
@@ -321,10 +309,6 @@
Wallet:
Piniginė
-
- default wallet
- numatyta piniginė
-
Click to disable network activity.
Spauskite norėdami išjungti tinklo veiklą.
@@ -373,10 +357,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Piniginė
-
&Send
&Siųsti
@@ -453,6 +433,14 @@
Up to date
Atnaujinta
+
+ default wallet
+ numatyta piniginė
+
+
+ &Window
+ &Langas
+
%1 client
%1 klientas
@@ -693,10 +681,6 @@
&Main
&Pagrindinės
-
- MB
- MB
-
IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1)
Proxy IP adresas (Pvz. IPv4: 127.0.0.1 / IPv6: ::1)
@@ -978,10 +962,6 @@
Clear console
Išvalyti konsolę
-
- default wallet
- numatyta piniginė
-
never
Niekada
@@ -1308,12 +1288,19 @@
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
WalletModel
-
+
+ default wallet
+ numatyta piniginė
+
+
WalletView
diff --git a/src/qt/locale/bitcoin_lv_LV.ts b/src/qt/locale/bitcoin_lv_LV.ts
index fc74e787ed..573f5af3fa 100644
--- a/src/qt/locale/bitcoin_lv_LV.ts
+++ b/src/qt/locale/bitcoin_lv_LV.ts
@@ -149,10 +149,6 @@
&Overview
&Pārskats
-
- Node
- Node
-
Show general overview of wallet
Rādīt vispārēju maciņa pārskatu
@@ -197,14 +193,6 @@
&Change Passphrase...
Mainīt &Paroli...
-
- &Sending addresses...
- &Sūtīšanas adreses...
-
-
- &Receiving addresses...
- Saņemšanas &adreses...
-
Open &URI...
Atvērt &URI...
@@ -241,10 +229,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Maciņš
-
&Send
&Sūtīt
@@ -325,6 +309,10 @@
Up to date
Sinhronizēts
+
+ &Window
+ &Logs
+
Catching up...
Sinhronizējos...
@@ -521,10 +509,6 @@
Size of &database cache
&Datubāzes kešatmiņas izmērs
-
- MB
- MB
-
Number of script &verification threads
Skriptu &pārbaudes pavedienu skaits
@@ -537,10 +521,6 @@
Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu.
Minimizēt nevis aizvērt aplikāciju, kad logs tiek aizvērts. Kad šī iespēja ir ieslēgta, aplikācija tiks aizvērta, izvēloties Aizvērt izvēlnē.
-
- Active command-line options that override above options:
- Aktīvās komandrindas opcijas, kuras pārspēko šos iestatījumus:
-
Reset all client options to default.
Atiestatīt visus klienta iestatījumus uz noklusējumu.
@@ -1192,6 +1172,9 @@
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
diff --git a/src/qt/locale/bitcoin_mk_MK.ts b/src/qt/locale/bitcoin_mk_MK.ts
index 8bbf985d30..33fc52554f 100644
--- a/src/qt/locale/bitcoin_mk_MK.ts
+++ b/src/qt/locale/bitcoin_mk_MK.ts
@@ -77,10 +77,6 @@
&Overview
&Преглед
-
- Node
- Јазол
-
&Transactions
&Трансакции
@@ -121,14 +117,6 @@
&Change Passphrase...
&Измени Тајна Фраза...
-
- &Sending addresses...
- &Адреси за Испраќање...
-
-
- &Receiving addresses...
- &Адреси за Примање...
-
Open &URI...
Отвори &URI...
@@ -149,10 +137,6 @@
Bitcoin
Биткоин
-
- Wallet
- Паричник
-
&Send
&Испрати
@@ -197,6 +181,10 @@
Up to date
Во тек
+
+ &Window
+ &Прозорец
+
Date: %1
@@ -327,10 +315,6 @@
Options
Опции
-
- MB
- МБ
-
&Network
&Мрежа
@@ -578,6 +562,9 @@
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
diff --git a/src/qt/locale/bitcoin_ml.ts b/src/qt/locale/bitcoin_ml.ts
index fdd3bd74bd..3e34b8b368 100644
--- a/src/qt/locale/bitcoin_ml.ts
+++ b/src/qt/locale/bitcoin_ml.ts
@@ -313,6 +313,9 @@
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
diff --git a/src/qt/locale/bitcoin_mn.ts b/src/qt/locale/bitcoin_mn.ts
index b5224bce2b..04d941c339 100644
--- a/src/qt/locale/bitcoin_mn.ts
+++ b/src/qt/locale/bitcoin_mn.ts
@@ -73,10 +73,6 @@
Synchronizing with network...
Сүлжээтэй тааруулж байна...
-
- Node
- Нод
-
&Transactions
Гүйлгээнүүд
@@ -117,10 +113,6 @@
&Change Passphrase...
&Нууц Үгийг Солих...
-
- &Receiving addresses...
- Хүлээн авах хаяг
-
Change the passphrase used for wallet encryption
Түрүйвчийг цоожлох нууц үгийг солих
@@ -133,10 +125,6 @@
Bitcoin
Биткойн
-
- Wallet
- Түрүйвч
-
&Show / Hide
&Харуул / Нуу
@@ -257,10 +245,6 @@
Options
Сонголтууд
-
- MB
- МБ
-
IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1)
проксигийн IP хаяг (жишээ нь: IPv4: 127.0.0.1 / IPv6: ::1)
@@ -552,6 +536,9 @@
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
diff --git a/src/qt/locale/bitcoin_ms_MY.ts b/src/qt/locale/bitcoin_ms_MY.ts
index 075c44c75f..13cd10c02b 100644
--- a/src/qt/locale/bitcoin_ms_MY.ts
+++ b/src/qt/locale/bitcoin_ms_MY.ts
@@ -190,10 +190,6 @@ Alihkan fail data ke dalam tab semasa
Wallet encrypted
Dompet dienkripsi
-
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- %1 akan tutup untuk menyelesaikan proses enkripsi. Ingat bahawa enkripsi tidak boleh melidungi sepenuhnya bitcoins anda daripada dicuri oleh malware yang menjangkiti komputer anda.
-
IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.
PENTING: Apa-apa sandaran yang anda buat sebelum ini untuk fail dompet anda hendaklah digantikan dengan fail dompet enkripsi yang dijana baru. Untuk sebab-sebab keselamatan , sandaran fail dompet yang belum dibuat enkripsi sebelum ini akan menjadi tidak berguna secepat anda mula guna dompet enkripsi baru.
@@ -256,10 +252,6 @@ Alihkan fail data ke dalam tab semasa
&Overview
&Gambaran Keseluruhan
-
- Node
- Nod
-
Show general overview of wallet
Tunjuk gambaran keseluruhan umum dompet
@@ -316,14 +308,6 @@ Alihkan fail data ke dalam tab semasa
&Change Passphrase...
&Menukar frasa-laluan
-
- &Sending addresses...
- &Menghantar frasa-laluan
-
-
- &Receiving addresses...
- &Menerima frasa-laluan...
-
Open &URI...
Buka &URI...
@@ -332,11 +316,6 @@ Alihkan fail data ke dalam tab semasa
Wallet:
dompet
-
- default wallet
- dompet lalai
-
-
Click to disable network activity.
Tekan untuk lumpuhkan rangkaian
@@ -385,10 +364,6 @@ Alihkan fail data ke dalam tab semasa
Bitcoin
Bitcoin
-
- Wallet
- dompet
-
&Send
hantar
@@ -444,6 +419,43 @@ Alihkan fail data ke dalam tab semasa
Tunjukkan senarai alamat dan label yang digunakan
+
+ Error
+ Ralat
+
+
+ Warning
+ Amaran
+
+
+ Information
+ Notis
+
+
+ Up to date
+ Terkini
+
+
+ Open Wallet
+ Buka Wallet
+
+
+ Close Wallet...
+ Tutup Wallet...
+
+
+ Close wallet
+ Tutup Wallet
+
+
+ default wallet
+ dompet lalai
+
+
+
+ Opening Wallet <b>%1</b>...
+ Buka sedang Wallet <b>%1</b>...
+
CoinControlDialog
@@ -475,6 +487,10 @@ Alihkan fail data ke dalam tab semasa
Bitcoin
Bitcoin
+
+ Error
+ Ralat
+
ModalOverlay
@@ -484,6 +500,10 @@ Alihkan fail data ke dalam tab semasa
OptionsDialog
+
+ Error
+ Ralat
+
OverviewPage
@@ -505,11 +525,6 @@ Alihkan fail data ke dalam tab semasa
RPCConsole
-
- default wallet
- dompet lalai
-
-
ReceiveCoinsDialog
@@ -612,12 +627,24 @@ Alihkan fail data ke dalam tab semasa
UnitDisplayStatusBarControl
+
+ WalletController
+
+ Close wallet
+ Tutup Wallet
+
+
WalletFrame
WalletModel
-
+
+ default wallet
+ dompet lalai
+
+
+
WalletView
@@ -628,5 +655,25 @@ Alihkan fail data ke dalam tab semasa
bitcoin-core
-
+
+ Information
+ Notis
+
+
+ Warning
+ Amaran
+
+
+ Loading wallet...
+ Sedang baca wallet...
+
+
+ Done loading
+ Baca Selesai
+
+
+ Error
+ Ralat
+
+
\ No newline at end of file
diff --git a/src/qt/locale/bitcoin_nb.ts b/src/qt/locale/bitcoin_nb.ts
index 73adc5342d..d01561024f 100644
--- a/src/qt/locale/bitcoin_nb.ts
+++ b/src/qt/locale/bitcoin_nb.ts
@@ -187,10 +187,6 @@
Wallet encrypted
Lommebok kryptert
-
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- %1 vil nå lukkes for å fullføre krypteringsprosessen. Husk at kryptering av lommeboken ikke fullt ut kan beskytte dine bitcoins fra å bli stjålet om skadevare infiserer datamaskinen din.
-
IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.
VIKTIG: Tidligere sikkerhetskopier av din lommebokfil bør erstattes med den nylig genererte og krypterte filen, da de blir ugyldiggjort av sikkerhetshensyn så snart du begynner å bruke den nye krypterte lommeboken.
@@ -253,10 +249,6 @@
&Overview
&Oversikt
-
- Node
- Node
-
Show general overview of wallet
Vis generell oversikt over lommeboken
@@ -313,14 +305,6 @@
&Change Passphrase...
&Endre Adgangsfrase...
-
- &Sending addresses...
- &Utsendingsadresser...
-
-
- &Receiving addresses...
- &Mottaksadresser...
-
Open &URI...
Åpne &URI...
@@ -373,10 +357,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Lommebok
-
&Send
&Send
@@ -489,6 +469,14 @@
Show the %1 help message to get a list with possible Bitcoin command-line options
Vis %1 hjelpemeldingen for å få en liste med mulige Bitcoin kommandolinjevalg.
+
+ &Window
+ &Vindu
+
+
+ Minimize
+ Minimer
+
%1 client
%1 klient
@@ -917,11 +905,7 @@
Hide
Skjul
-
- Unknown. Syncing Headers (%1)...
- Ukjent. Synkroniserer hoder (%1)…
-
-
+
OpenURIDialog
@@ -967,10 +951,6 @@
Size of &database cache
Størrelse på &database hurtigbuffer
-
- MB
- MB
-
Number of script &verification threads
Antall script &verifikasjonstråder
@@ -1003,10 +983,6 @@
Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.
Tredjepart URLer (f. eks. en blokkutforsker) som dukker opp i transaksjonsfanen som kontekst meny elementer. %s i URLen er erstattet med transaksjonen sin hash. Flere URLer er separert av en vertikal linje |.
-
- Active command-line options that override above options:
- Aktive kommandolinjevalg som overstyrer valgene ovenfor:
-
Open the %1 configuration file from the working directory.
Åpne %1-oppsettsfila fra arbeidsmappen.
@@ -2060,14 +2036,6 @@
Hide
Skjul
-
- Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.
- Betaling av bare minimumsavgiften går helt fint så lenge det er mindre transaksjonsvolum enn plass i blokkene. Men vær klar over at dette kan ende opp i en transaksjon som aldri blir bekreftet når det er mer etterspørsel etter Bitcoin-transaksjoner enn nettverket kan behandle.
-
-
- (read the tooltip)
- (les verktøytipset)
-
Recommended:
Anbefalt:
@@ -2220,10 +2188,6 @@
Payment request expired.
Tidsavbrudd for betalingsforespørsel
-
- Pay only the required fee of %1
- Kun betal påkrevd gebyr på %1
-
Estimated to begin confirmation within %n block(s).
Antatt bekreftelsesbegynnelse innen %n blokk.Antatt bekreftelsesbegynnelse innen %n blokker.
@@ -2954,6 +2918,9 @@
Enhet å vise beløper i. Klikk for å velge en annen enhet.
+
+ WalletController
+
WalletFrame
@@ -3003,7 +2970,7 @@
Could not commit transaction
Kunne ikke sende inn transaksjon
-
+
WalletView
@@ -3157,10 +3124,6 @@
Do you want to rebuild the block database now?
Ønsker du å gjenopprette blokkdatabasen nå?
-
- Error creating %s: You can't create non-HD wallets with this version.
- Feil under oppretting av %s: Du kan ikke lage en lommebok uten HD med denne versjonen.
-
Error initializing block database
Feil under initialisering av blokkdatabase
@@ -3265,18 +3228,6 @@
Unable to bind to %s on this computer. %s is probably already running.
Kan ikke binde til %s på denne datamaskinen. Sannsynligvis kjører %s allerede.
-
- Unsupported argument -benchmark ignored, use -debug=bench.
- Ustøttet argument -benchmark ble ignorert, bruk -debug=bench.
-
-
- Unsupported argument -debugnet ignored, use -debug=net.
- Advarsel: Argumentet -debugnet er ikke støttet og ble ignorert, bruk -debug=net.
-
-
- Unsupported argument -tor found, use -onion.
- Feil: Argumentet -tor er ikke støttet, bruk -onion.
-
Unsupported logging category %s=%s.
Ustøttet loggingskategori %s=%s.
@@ -3313,10 +3264,6 @@
You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain
Du må gjenoppbygge databasen ved hjelp av -reindex for å gå tilbake til ubeskåret modus. Dette vil laste ned hele blokkjeden på nytt.
-
- Error loading %s: You can't disable HD on an already existing HD wallet
- Feil ved innlasting av %s: Du kan ikke skru av HD på ei HD-lommebok som allerede finnes
-
Error reading from database, shutting down.
Feil ved lesing fra database, stenger ned.
@@ -3421,10 +3368,6 @@
-maxtxfee is set very high! Fees this large could be paid on a single transaction.
-maxtxfee er satt veldig høyt! Så stort gebyr kan bli betalt ved en enkelt transaksjon.
-
- Error loading %s: You can't enable HD on an already existing non-HD wallet
- Feil ved innlasting av %s: Du kan ikke skru på HD på ei ikke-HD-lommebok som allerede finnes
-
This is the transaction fee you may pay when fee estimates are not available.
Dette er transaksjonsgebyret du kan betale når gebyranslag ikke er tilgjengelige.
@@ -3437,18 +3380,6 @@
Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments.
Total lengde av nettverks-versionstreng (%i) er over maks lengde (%i). Reduser tallet eller størrelsen av uacomments.
-
- Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported.
- Argumentet -socks er ikke støttet. Det er ikke lenger mulig å sette SOCKS-versjon; bare SOCKS5-proxyer er støttet.
-
-
- Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay.
- Argumentet -whitelistalwaysrelay støttes ikke, og blir ignorert, bruk -whitelistrelay og/eller -whitelistforcerelay.
-
-
- Warning: Unknown block versions being mined! It's possible unknown rules are in effect
- Advarsel: Ukjente blokkversjoner blir utvunnet! Det er mulig ukjente regler er i spill
-
Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup.
Advarsel: Lommeboksfil skadet, data berget! Original %s lagret som %s i %s; hvis din saldo eller transaksjoner er uriktige, bør du gjenopprette fra sikkerhetskopi.
diff --git a/src/qt/locale/bitcoin_ne.ts b/src/qt/locale/bitcoin_ne.ts
index aaf5ac5829..44aae85edb 100644
--- a/src/qt/locale/bitcoin_ne.ts
+++ b/src/qt/locale/bitcoin_ne.ts
@@ -106,10 +106,6 @@
&Overview
शारांश
-
- Node
- नोड
-
Show general overview of wallet
वालेटको साधारण शारांश देखाउनुहोस्
@@ -166,14 +162,6 @@
&Change Passphrase...
&पासफ्रेज परिवर्तन गर्नुहोस्...
-
- &Sending addresses...
- &पठाउने ठेगानाहरू...
-
-
- &Receiving addresses...
- &प्राप्त गर्ने ठेगानाहरू...
-
Open &URI...
URI &खोल्नुहोस्...
@@ -415,6 +403,9 @@
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
@@ -475,18 +466,6 @@
Unable to bind to %s on this computer. %s is probably already running.
यो कम्प्युटरको %s मा बाँध्न सकिएन । %s सम्भवित रूपमा पहिलैबाट चलिरहेको छ ।
-
- Unsupported argument -benchmark ignored, use -debug=bench.
- असमर्थित तर्क -बेन्चमार्कलाई बेवास्ता गरियो, -डिबग=बेन्च प्रयोग गर्नुहोस् ।
-
-
- Unsupported argument -debugnet ignored, use -debug=net.
- असमर्थित तर्क -डिबगनेटलाई बेवास्ता गरियो, -डिबग=नेट प्रयोग गर्नुहोस् ।
-
-
- Unsupported argument -tor found, use -onion.
- असमर्थित तर्क -टोर फेला पर्यो, -ओनियन प्रयोग गर्नुहोस् ।
-
Verifying blocks...
ब्लक प्रमाणित गरिँदै...
diff --git a/src/qt/locale/bitcoin_nl.ts b/src/qt/locale/bitcoin_nl.ts
index 9c9b94888d..e2699d323e 100644
--- a/src/qt/locale/bitcoin_nl.ts
+++ b/src/qt/locale/bitcoin_nl.ts
@@ -188,8 +188,8 @@
Portemonnee versleuteld
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- %1 zal nu afsluiten om het versleutelingsproces te voltooien. Onthoud dat het versleutelen van uw portemonnee u niet volledig kan beschermen: Malware kan uw computer infecteren en uw bitcoins stelen.
+ Your wallet is now encrypted. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
+ Uw portemonnee is nu versleuteld. Onthoud dat het versleutelen van uw portemonnee uw bitcoins niet volledig kan beschermen tegen diefstal, bijvoorbeeld door malware die uw computer infecteert.
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.
@@ -253,10 +253,6 @@
&Overview
&Overzicht
-
- Node
- Node
-
Show general overview of wallet
Toon algemeen overzicht van uw portemonnee
@@ -313,14 +309,6 @@
&Change Passphrase...
&Wijzig Wachtwoord
-
- &Sending addresses...
- &Verstuuradressen...
-
-
- &Receiving addresses...
- &Ontvangstadressen...
-
Open &URI...
Open &URI...
@@ -329,10 +317,6 @@
Wallet:
Portemonnee:
-
- default wallet
- standaard portemonnee
-
Click to disable network activity.
Klik om de netwerkactiviteit te stoppen.
@@ -385,10 +369,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Portemonnee
-
&Send
&Verstuur
@@ -497,10 +477,66 @@
Up to date
Bijgewerkt
+
+ &Sending addresses
+ Verzendadressen
+
+
+ &Receiving addresses
+ Ontvangstadressen
+
+
+ Open Wallet
+ Portemonnee Openen
+
+
+ Open a wallet
+ Open een portemonnee
+
+
+ Close Wallet...
+ Portemonnee Sluiten...
+
+
+ Close wallet
+ Portemonnee Sluiten
+
Show the %1 help message to get a list with possible Bitcoin command-line options
Toon het %1 hulpbericht om een lijst te krijgen met mogelijke Bitcoin commandoregelopties
+
+ default wallet
+ standaard portemonnee
+
+
+ Opening Wallet <b>%1</b>...
+ Open Portemonnee<b>%1</b>...
+
+
+ Open Wallet Failed
+ Portemonnee Openen Mislukt
+
+
+ &Window
+ &Scherm
+
+
+ Minimize
+ Minimaliseer
+
+
+ Zoom
+ Zoom
+
+
+ Restore
+ Terugplaatsen
+
+
+ Main Window
+ Hoofdscherm
+
%1 client
%1 client
@@ -565,6 +601,10 @@
HD key generation is <b>disabled</b>
HD-sleutel voortbrenging is <b>uitgeschakeld</b>
+
+ Private key <b>disabled</b>
+ Prive sleutel <b>uitgeschakeld</b>
+
Wallet is <b>encrypted</b> and currently <b>unlocked</b>
Portemonnee is <b>versleuteld</b> en momenteel <b>geopend</b>
@@ -944,8 +984,8 @@
Verbergen
- Unknown. Syncing Headers (%1)...
- Onbekend. Blokhoofden synchroniseren (%1%)...
+ Unknown. Syncing Headers (%1, %2%)...
+ Onbekend. Kopteksten synchroniseren (%1, %2%)...
@@ -993,10 +1033,6 @@
Size of &database cache
Grootte van de &databasecache
-
- MB
- MB
-
Number of script &verification threads
Aantal threads voor &scriptverificatie
@@ -1029,10 +1065,6 @@
Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.
URL's van derden (bijvoorbeeld blokexplorer) die in de transacties tab verschijnen als contextmenuelementen. %s in de URL is vervangen door transactiehash. Verscheidene URL's zijn gescheiden door een verticale streep |.
-
- Active command-line options that override above options:
- Actieve opdrachtregelopties die bovenstaande opties overschrijven:
-
Open the %1 configuration file from the working directory.
Open het %1 configuratiebestand van de werkmap.
@@ -1069,6 +1101,10 @@
Reverting this setting requires re-downloading the entire blockchain.
Deze instelling terugzetten vereist het opnieuw downloaden van de gehele blockchain.
+
+ MiB
+ MiB
+
(0 = auto, <0 = leave that many cores free)
(0 = auto, <0 = laat dit aantal kernen vrij)
@@ -1193,6 +1229,10 @@
&Third party transaction URLs
Transactie-URL's van &derden
+
+ Options set in this dialog are overridden by the command line or in the configuration file:
+ Gekozen opties in dit dialoogvenster worden overschreven door de command line of in het configuratiebestand:
+
&OK
&Oké
@@ -1339,10 +1379,18 @@
'bitcoin://' is not a valid URI. Use 'bitcoin:' instead.
'bitcoin://' is niet een geldige URI. Gebruik 'bitcoin:' in plaats daarvan.
+
+ You are using a BIP70 URL which will be unsupported in the future.
+ Je gebruikt een BIP70 URL wat in de toekomst niet langer ondersteund zal worden.
+
Payment request fetch URL is invalid: %1
URL om betalingsverzoek te verkrijgen is ongeldig: %1
+
+ Cannot process payment request because BIP70 support was not compiled in.
+ Kan het betalingsverzoek niet verwerken omdat BIP70 ondersteuning niet werd gecompileerd.
+
Invalid payment address %1
Ongeldig betalingsadres %1
@@ -1602,6 +1650,18 @@
Datadir
Gegevensmap
+
+ To specify a non-default location of the data directory use the '%1' option.
+ Om een niet-standaard locatie in te stellen voor de gegevensmap, gebruik de '%1' optie.
+
+
+ Blocksdir
+ Blocksdir
+
+
+ To specify a non-default location of the blocks directory use the '%1' option.
+ Om een niet-standaard locatie in te stellen voor de blocks directory, gebruik de '%1' optie.
+
Startup time
Opstarttijd
@@ -1814,10 +1874,6 @@
&Unban
&Maak ban voor node ongedaan
-
- default wallet
- standaard portemonnee
-
Welcome to the %1 RPC console.
Welkom bij de %1 RPC-console.
@@ -2150,14 +2206,6 @@ Notitie: Omdat de vergoeding per byte wordt gerekend, zal een vergoeding van "10
Hide
Verbergen
-
- Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.
- De minimale toeslag betalen is prima mits het transactievolume kleiner is dan de ruimte in de blokken. Let wel op dat dit tot gevolg kan hebben dat een transactie nooit wordt bevestigd als er meer vraag is naar bitcointransacties dan het netwerk kan verwerken.
-
-
- (read the tooltip)
- (lees de tooltip)
-
Recommended:
Aanbevolen:
@@ -2186,6 +2234,14 @@ Notitie: Omdat de vergoeding per byte wordt gerekend, zal een vergoeding van "10
Dust:
Stof:
+
+ 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.
+ De minimale toeslag betalen is prima mits het transactievolume kleiner is dan de ruimte in de blokken. Let wel op dat dit tot gevolg kan hebben dat een transactie nooit wordt bevestigd als er meer vraag is naar bitcointransacties dan het netwerk kan verwerken.
+
+
+ A too low fee might result in a never confirming transaction (read the tooltip)
+ Een te lage toeslag kan tot gevolg hebben dat de transactie nooit bevestigd wordt (lees de tooltip)
+
Confirmation time target:
Bevestigingstijddoel:
@@ -2322,10 +2378,6 @@ Notitie: Omdat de vergoeding per byte wordt gerekend, zal een vergoeding van "10
Payment request expired.
Betalingsverzoek verlopen.
-
- Pay only the required fee of %1
- Betaal alleen de verplichte transactie vergoeding van %1
-
Estimated to begin confirmation within %n block(s).
Schatting is dat bevestiging begint over %n blok.Schatting is dat bevestiging begint over %n blokken.
@@ -3060,6 +3112,21 @@ Notitie: Omdat de vergoeding per byte wordt gerekend, zal een vergoeding van "10
Eenheid om bedragen uit te drukken. Klik om een andere eenheid te selecteren.
+
+ WalletController
+
+ Close wallet
+ Portemonnee Sluiten
+
+
+ Are you sure you wish to close wallet <i>%1</i>?
+ Weet u zeker dat u portemonnee <i>%1</i> wilt sluiten?
+
+
+ Closing the wallet for too long can result in having to resync the entire chain if pruning is enabled.
+ De portemonee te lang gesloten houden kan leiden tot het moeten hersynchroniseren van de hele keten als snoeien aktief is.
+
+
WalletFrame
@@ -3109,6 +3176,10 @@ Notitie: Omdat de vergoeding per byte wordt gerekend, zal een vergoeding van "10
Could not commit transaction
Kon de transactie niet voltooien
+
+ default wallet
+ standaard portemonnee
+
WalletView
@@ -3187,6 +3258,10 @@ Notitie: Omdat de vergoeding per byte wordt gerekend, zal een vergoeding van "10
The %s developers
De %s ontwikkelaars
+
+ Can't generate a change-address key. No keys in the internal keypool and can't generate any keys.
+ Kan geen rest-adres sleutel genereren. Er zijn geen sleutels in de interne sleutelverzameling en ik kan geen sleutels genereren.
+
Cannot obtain a lock on data directory %s. %s is probably already running.
Kan geen lock verkrijgen op gegevensmap %s. %s draait waarschijnlijk al.
@@ -3199,10 +3274,6 @@ Notitie: Omdat de vergoeding per byte wordt gerekend, zal een vergoeding van "10
Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect.
Waarschuwing: Fout bij het lezen van %s! Alle sleutels zijn in goede orde uitgelezen, maar transactiedata of adresboeklemma's zouden kunnen ontbreken of fouten bevatten.
-
- Group outputs by address, selecting all or none, instead of selecting on a per-output basis. Privacy is improved as an address is only used once (unless someone sends to it after spending from it), but may result in slightly higher fees as suboptimal coin selection may result due to the added limitation (default: %u)
- Groepeer outputs per adres, alles of niets selecterend, in plaats van per output. Privacy wordt verbeterd omdat een adres slechts één keer wordt gebruikt (tenzij iemand ernaar stuurt na ermee te betalen), maar kan resulteren in iets hogere fees, als gevolg van suboptimale coin selectie ten gevolge van de toegevoegde beperking (standaard: %u)
-
Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly.
Waarschuwing: Controleer dat de datum en tijd van uw computer correct zijn ingesteld! Bij een onjuist ingestelde klok zal %s niet goed werken.
@@ -3259,6 +3330,10 @@ Notitie: Omdat de vergoeding per byte wordt gerekend, zal een vergoeding van "10
Change index out of range
Wijzigingsindex buiten bereik
+
+ Config setting for %s only applied on %s network when in [%s] section.
+ Configuratie-instellingen voor %s alleen toegepast op %s network wanneer in [%s] sectie.
+
Copyright (C) %i-%i
Auteursrecht (C) %i-%i
@@ -3271,10 +3346,6 @@ Notitie: Omdat de vergoeding per byte wordt gerekend, zal een vergoeding van "10
Do you want to rebuild the block database now?
Wilt u de blokkendatabase nu herbouwen?
-
- Error creating %s: You can't create non-HD wallets with this version.
- Fout bij het maken van %s: Je kunt geen niet-HD portemonnees maken met deze versie.
-
Error initializing block database
Fout bij intialisatie blokkendatabase
@@ -3347,6 +3418,10 @@ Notitie: Omdat de vergoeding per byte wordt gerekend, zal een vergoeding van "10
Specified blocks directory "%s" does not exist.
Opgegeven blocks map "%s" bestaat niet.
+
+ Unable to create the PID file '%s': %s
+ Kan de PID file niet creëren. '%s': %s
+
Upgrading txindex database
Upgraden txindex database
@@ -3395,18 +3470,6 @@ Notitie: Omdat de vergoeding per byte wordt gerekend, zal een vergoeding van "10
Unable to generate keys
Niet mogelijk sleutels te genereren
-
- Unsupported argument -benchmark ignored, use -debug=bench.
- Niet-ondersteund argument -benchmark genegeerd, gebruik -debug=bench.
-
-
- Unsupported argument -debugnet ignored, use -debug=net.
- Niet-ondersteund argument -debugnet genegeerd, gebruik -debug=net
-
-
- Unsupported argument -tor found, use -onion.
- Niet-ondersteund argument -tor gevonden, gebruik -onion.
-
Unsupported logging category %s=%s.
Niet-ondersteunde logcategorie %s=%s.
@@ -3443,10 +3506,6 @@ Notitie: Omdat de vergoeding per byte wordt gerekend, zal een vergoeding van "10
You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain
U moet de database herbouwen met -reindex om terug te gaan naar de niet-prune modus. Dit zal de gehele blokketen opnieuw downloaden.
-
- Error loading %s: You can't disable HD on an already existing HD wallet
- Fout bij het laden van %s: Je kan HD niet deactiveren voor een reeds bestaande niet-HD-portemonnee
-
Error reading from database, shutting down.
Fout bij het lezen van de database, afsluiten.
@@ -3455,6 +3514,10 @@ Notitie: Omdat de vergoeding per byte wordt gerekend, zal een vergoeding van "10
Error upgrading chainstate database
Fout bij het upgraden van de ketenstaat database
+
+ Error: Disk space is low for %s
+ Fout: Weinig schijfruimte voor %s
+
Information
Informatie
@@ -3483,6 +3546,10 @@ Notitie: Omdat de vergoeding per byte wordt gerekend, zal een vergoeding van "10
Reducing -maxconnections from %d to %d, because of system limitations.
Verminder -maxconnections van %d naar %d, vanwege systeembeperkingen.
+
+ Section [%s] is not recognized.
+ Sectie [%s] is niet herkend.
+
Signing transaction failed
Ondertekenen van transactie mislukt
@@ -3499,6 +3566,12 @@ Notitie: Omdat de vergoeding per byte wordt gerekend, zal een vergoeding van "10
Specified -walletdir "%s" is not a directory
Opgegeven -walletdir "%s" is geen map
+
+ The specified config file %s does not exist
+
+ Het opgegeven configuratiebestand %s bestaat niet
+
+
The transaction amount is too small to pay the fee
Het transactiebedrag is te klein om transactiekosten in rekening te brengen
@@ -3551,10 +3624,6 @@ Notitie: Omdat de vergoeding per byte wordt gerekend, zal een vergoeding van "10
-maxtxfee is set very high! Fees this large could be paid on a single transaction.
-maxtxfee staat zeer hoog! Transactiekosten van deze grootte kunnen worden gebruikt in een enkele transactie.
-
- Error loading %s: You can't enable HD on an already existing non-HD wallet
- Fout bij het laden van %s: Je kan HD niet activeren voor een reeds bestaande niet-HD-portemonnee
-
This is the transaction fee you may pay when fee estimates are not available.
Dit is de transactievergoeding die je mogelijk betaalt indien geschatte tarief niet beschikbaar is
@@ -3567,18 +3636,6 @@ Notitie: Omdat de vergoeding per byte wordt gerekend, zal een vergoeding van "10
Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments.
Totale lengte van netwerkversiestring (%i) overschrijdt maximale lengte (%i). Verminder het aantal of grootte van uacomments.
-
- Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported.
- Niet-ondersteund argument -socks gevonden. Instellen van SOCKS-versie is niet meer mogelijk, alleen SOCKS5-proxies worden ondersteund.
-
-
- Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay.
- Niet ondersteund argument -whitelistalwaysrelay genegeerd, gebruik -whitelistrelay en/of -whitelistforcerelay.
-
-
- Warning: Unknown block versions being mined! It's possible unknown rules are in effect
- Waarschuwing: Onbekende blok versies worden gemined! Er zijn mogelijk onbekende regels in werking getreden
-
Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup.
Waarschuwing: portemonnee bestand is corrupt, data is veiliggesteld! Originele %s is opgeslagen als %s in %s; als uw balans of transacties incorrect zijn dient u een backup terug te zetten.
@@ -3631,10 +3688,6 @@ Notitie: Omdat de vergoeding per byte wordt gerekend, zal een vergoeding van "10
Insufficient funds
Ontoereikend saldo
-
- Can't generate a change-address key. Private keys are disabled for this wallet.
- Kan geen sleutel genereren voor een wisselgeldadres. Geheime sleutels zijn uitgeschakeld voor deze portemonnee.
-
Cannot upgrade a non HD split wallet without upgrading to support pre split keypool. Please use -upgradewallet=169900 or -upgradewallet with no version specified.
Het is niet mogelijk een non HD split portemonnee te upgraden zonder pre split keypool te ondersteunen. Gebruik -upgradewallet=169900 of -upgradewallet zonder een specifiek versie nummer.
diff --git a/src/qt/locale/bitcoin_pam.ts b/src/qt/locale/bitcoin_pam.ts
index 16c48dad93..fb41bedebe 100644
--- a/src/qt/locale/bitcoin_pam.ts
+++ b/src/qt/locale/bitcoin_pam.ts
@@ -121,10 +121,6 @@
&Change Passphrase...
&Alilan ing Passphrase...
-
- &Receiving addresses...
- Address king pamag-Tanggap
-
Send coins to a Bitcoin address
Magpadalang barya king Bitcoin address
@@ -153,10 +149,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Wallet
-
&Show / Hide
&Ipalto / Isalikut
@@ -209,6 +201,10 @@
Up to date
Makatuki ya king aldo
+
+ &Window
+ &Awang
+
Catching up...
Catching up...
@@ -724,6 +720,9 @@
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
diff --git a/src/qt/locale/bitcoin_pl.ts b/src/qt/locale/bitcoin_pl.ts
index 20ea489b4c..e696b536fc 100644
--- a/src/qt/locale/bitcoin_pl.ts
+++ b/src/qt/locale/bitcoin_pl.ts
@@ -188,8 +188,8 @@
Portfel zaszyfrowany
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- %1 zamknie się aby dokończyć proces szyfrowania. Pamiętaj, że szyfrowanie portfela nie zabezpiecza w pełni Twoich bitcoinów przed kradzieżą przez wirusy lub trojany mogące zainfekować Twój komputer.
+ Your wallet is now encrypted. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
+ Twój portfel został zaszyfrowany. Pamiętaj, że szyfrowanie nie chroni przed kradzieżą w wyniku działania złośliwego oprogramowania infekującego twój komputer.
IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.
@@ -253,10 +253,6 @@
&Overview
P&odsumowanie
-
- Node
- Węzeł
-
Show general overview of wallet
Pokazuje ogólny widok portfela
@@ -313,14 +309,6 @@
&Change Passphrase...
&Zmień hasło...
-
- &Sending addresses...
- Adresy wysyłania...
-
-
- &Receiving addresses...
- Adresy odbioru...
-
Open &URI...
Otwórz URI...
@@ -329,10 +317,6 @@
Wallet:
Portfel:
-
- default wallet
- domyślny portfel
-
Click to disable network activity.
Kliknij aby wyłączyć aktywność sieciową.
@@ -385,10 +369,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Portfel
-
&Send
Wyślij
@@ -497,10 +477,42 @@
Up to date
Aktualny
+
+ Open Wallet
+ Otwórz Portfel
+
+
+ Close Wallet...
+ Zamknij Portfel...
+
Show the %1 help message to get a list with possible Bitcoin command-line options
Pokaż pomoc %1 aby zobaczyć listę wszystkich opcji lnii poleceń.
+
+ default wallet
+ domyślny portfel
+
+
+ Opening Wallet <b>%1</b>...
+ Otwieranie portfela <b>%1</b>...
+
+
+ &Window
+ &Okno
+
+
+ Minimize
+ Minimalizuj
+
+
+ Restore
+ Przywróć
+
+
+ Main Window
+ Okno główne
+
%1 client
%1 klient
@@ -565,6 +577,10 @@
HD key generation is <b>disabled</b>
Generowanie kluczy HD jest <b>wyłączone</b>
+
+ Private key <b>disabled</b>
+ Klucz prywatny<b>dezaktywowany</b>
+
Wallet is <b>encrypted</b> and currently <b>unlocked</b>
Portfel jest <b>zaszyfrowany</b> i obecnie <b>odblokowany</b>
@@ -943,11 +959,7 @@
Hide
Ukryj
-
- Unknown. Syncing Headers (%1)...
- Nieznane. Synchronizowanie nagłówków (%1)...
-
-
+
OpenURIDialog
@@ -993,10 +1005,6 @@
Size of &database cache
Wielkość bufora bazy &danych
-
- MB
- MB
-
Number of script &verification threads
Liczba wątków &weryfikacji skryptu
@@ -1029,10 +1037,6 @@
Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.
Zewnętrzne URL podglądu transakcji (np. eksplorator bloków), które będą wyświetlały się w menu kontekstowym, w zakładce transakcji. %s będzie zamieniany w adresie na hash transakcji. Oddziel wiele adresów pionową kreską |.
-
- Active command-line options that override above options:
- Aktywne opcje linii komend, które nadpisują powyższe opcje:
-
Open the %1 configuration file from the working directory.
Otwiera %1 plik konfiguracyjny z czynnego katalogu.
@@ -1814,10 +1818,6 @@
&Unban
&Odblokuj
-
- default wallet
- domyślny portfel
-
Welcome to the %1 RPC console.
Witaj w konsoli %1 RPC.
@@ -2151,14 +2151,6 @@ Uwaga: Ponieważ opłata jest naliczana za każdy bajt, opłata "100 satoshi za
Hide
Ukryj
-
- Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.
- Zapłacenie tylko minimalnej opłaty jest nadal wystarczające, dopóki jest mniejszy wolumen transakcji niż miejsca w blokach. Należy jednak mieć świadomość, że może skończyć się to niezatwierdzeniem nigdy transakcji, gdy jest większe zapotrzebowanie na transakcje bitcoina niż sieć może przetworzyć.
-
-
- (read the tooltip)
- (przeczytaj podpowiedź)
-
Recommended:
Zalecane:
@@ -2323,10 +2315,6 @@ Uwaga: Ponieważ opłata jest naliczana za każdy bajt, opłata "100 satoshi za
Payment request expired.
Żądanie płatności upłynęło.
-
- Pay only the required fee of %1
- Zapłać tylko wymaganą opłatę w wysokości %1
-
Estimated to begin confirmation within %n block(s).
Przybliżony czas rozpoczęcia zatwierdzenia: %n blok.Przybliżony czas rozpoczęcia zatwierdzenia: %n bloki.Przybliżony czas rozpoczęcia zatwierdzenia: %n bloków.Przybliżony czas rozpoczęcia zatwierdzenia: %n bloków.
@@ -3062,6 +3050,9 @@ Zwróć uwagę, że poprawnie zweryfikowana wiadomość potwierdza to, że nadaw
Jednostka w jakiej pokazywane są kwoty. Kliknij aby wybrać inną.
+
+ WalletController
+
WalletFrame
@@ -3111,6 +3102,10 @@ Zwróć uwagę, że poprawnie zweryfikowana wiadomość potwierdza to, że nadaw
Could not commit transaction
Nie można zatwierdzić transakcji
+
+ default wallet
+ domyślny portfel
+
WalletView
@@ -3269,10 +3264,6 @@ Zwróć uwagę, że poprawnie zweryfikowana wiadomość potwierdza to, że nadaw
Do you want to rebuild the block database now?
Czy chcesz teraz przebudować bazę bloków?
-
- Error creating %s: You can't create non-HD wallets with this version.
- Błąd podczas tworzenia %s: nie można założyć portfela nie-HD tą wersją.
-
Error initializing block database
Błąd inicjowania bazy danych bloków
@@ -3394,18 +3385,6 @@ Zwróć uwagę, że poprawnie zweryfikowana wiadomość potwierdza to, że nadaw
Unable to generate keys
Nie można wygenerować kluczy
-
- Unsupported argument -benchmark ignored, use -debug=bench.
- Niewspierany argument -benchmark zignorowany, użyj -debug=bench.
-
-
- Unsupported argument -debugnet ignored, use -debug=net.
- Niewspierany argument -debugnet zignorowany, użyj -debug=net.
-
-
- Unsupported argument -tor found, use -onion.
- Znaleziono nieprawidłowy argument -tor, użyj -onion.
-
Unsupported logging category %s=%s.
Nieobsługiwana kategoria rejestrowania %s=%s.
@@ -3442,10 +3421,6 @@ Zwróć uwagę, że poprawnie zweryfikowana wiadomość potwierdza to, że nadaw
You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain
Musisz przebudować bazę używając parametru -reindex aby wrócić do trybu pełnego. To spowoduje ponowne pobranie całego łańcucha bloków
-
- Error loading %s: You can't disable HD on an already existing HD wallet
- Błąd podczas ładowania %s: Nie można wyłączyć HD w już istniejącym portfelu HD
-
Error reading from database, shutting down.
Błąd odczytu z bazy danych, wyłączam się.
@@ -3482,6 +3457,10 @@ Zwróć uwagę, że poprawnie zweryfikowana wiadomość potwierdza to, że nadaw
Reducing -maxconnections from %d to %d, because of system limitations.
Zmniejszanie -maxconnections z %d do %d z powodu ograniczeń systemu.
+
+ Section [%s] is not recognized.
+ Sekcja [%s] jest nieznana.
+
Signing transaction failed
Podpisywanie transakcji nie powiodło się
@@ -3498,6 +3477,12 @@ Zwróć uwagę, że poprawnie zweryfikowana wiadomość potwierdza to, że nadaw
Specified -walletdir "%s" is not a directory
Podany -walletdir "%s" nie jest katalogiem
+
+ The specified config file %s does not exist
+
+ Podany plik konfiguracyjny %s nie istnieje
+
+
The transaction amount is too small to pay the fee
Zbyt niska kwota transakcji by zapłacić opłatę
@@ -3550,10 +3535,6 @@ Zwróć uwagę, że poprawnie zweryfikowana wiadomość potwierdza to, że nadaw
-maxtxfee is set very high! Fees this large could be paid on a single transaction.
-maxtxfee ma ustawioną badzo dużą wartość! Tak wysokie opłaty mogą być zapłacone w jednej transakcji.
-
- Error loading %s: You can't enable HD on an already existing non-HD wallet
- Błąd podczas ładowania %s: Nie można włączyć HD w już istniejącym portfelu nie-HD
-
This is the transaction fee you may pay when fee estimates are not available.
To jest opłata transakcyjna którą zapłacisz, gdy mechanizmy estymacji opłaty nie są dostępne.
@@ -3566,18 +3547,6 @@ Zwróć uwagę, że poprawnie zweryfikowana wiadomość potwierdza to, że nadaw
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.
-
- Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported.
- Znaleziono niewspierany argument -socks. Wybieranie wersji SOCKS nie jest już możliwe, wsparcie programu obejmuje tylko proxy SOCKS5
-
-
- Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay.
- Niewspierany argument -whitelistalwaysrelay zignorowany, użyj -whitelistrelay i/lub -whitelistforcerelay.
-
-
- Warning: Unknown block versions being mined! It's possible unknown rules are in effect
- Ostrzeżenie: wydobywane są nieznane wersje bloków! Możliwe, że obowiązują nieznane reguły.
-
Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup.
Ostrzeżenie: Odtworzono dane z uszkodzonego pliku portfela! Oryginalny %s został zapisany jako %s w %s; jeśli twoje saldo lub transakcje są niepoprawne powinieneś odtworzyć kopię zapasową.
@@ -3630,10 +3599,6 @@ Zwróć uwagę, że poprawnie zweryfikowana wiadomość potwierdza to, że nadaw
Insufficient funds
Niewystarczające środki
-
- Can't generate a change-address key. Private keys are disabled for this wallet.
- Nie można wygenerować adresu reszty. Klucze prywatne są wyłączone w tym portfelu.
-
Cannot upgrade a non HD split wallet without upgrading to support pre split keypool. Please use -upgradewallet=169900 or -upgradewallet with no version specified.
Nie można zaktualizować portfela rozdzielnego bez HD, bez aktualizacji obsługi podzielonej bazy kluczy. Użyj -upgradewallet = 169900 lub -upgradewallet bez określonej wersji.
diff --git a/src/qt/locale/bitcoin_pt_BR.ts b/src/qt/locale/bitcoin_pt_BR.ts
index 5dc182b13c..640113db76 100644
--- a/src/qt/locale/bitcoin_pt_BR.ts
+++ b/src/qt/locale/bitcoin_pt_BR.ts
@@ -23,7 +23,7 @@
C&lose
- Fe&char
+ &Fechar
Delete the currently selected address from the list
@@ -43,7 +43,7 @@
&Delete
- &Excluir
+ E&xcluir
Choose the address to send coins to
@@ -55,7 +55,7 @@
C&hoose
- E&scolha
+ E&scolher
Sending addresses
@@ -63,7 +63,7 @@
Receiving addresses
- Endereços de recebimento
+ Endereço de &recebimento
These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins.
@@ -141,7 +141,7 @@
Enter the new passphrase to the wallet.<br/>Please use a passphrase of <b>ten or more random characters</b>, or <b>eight or more words</b>.
- Insira a nova senha para a carteira.<br/>Favor usar uma senha com <b>dez ou mais caracteres aleatórios</b>, ou <b>oito ou mais palavras</b>.
+ Insira a nova frase de segurança para a carteira.<br/>Use uma frase de segurança com <b>dez ou mais caracteres aleatórios</b>, ou <b>oito ou mais palavras</b>.
Encrypt wallet
@@ -149,7 +149,7 @@
This operation needs your wallet passphrase to unlock the wallet.
- Esta operação precisa da sua senha para desbloquear a carteira.
+ Esta operação precisa da sua frase de segurança para desbloquear a carteira.
Unlock wallet
@@ -157,7 +157,7 @@
This operation needs your wallet passphrase to decrypt the wallet.
- Esta operação precisa da sua senha para descriptografar a carteira
+ Esta operação precisa da sua frase de segurança para descriptografar a carteira
Decrypt wallet
@@ -165,11 +165,11 @@
Change passphrase
- Alterar senha
+ Alterar frase de segurança
Enter the old passphrase and new passphrase to the wallet.
- Insira a senha antiga e a nova para a carteira.
+ Insira a frase de segurança antiga e a nova para a carteira.
Confirm wallet encryption
@@ -177,7 +177,7 @@
Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>!
- Aviso: Se você criptografar sua carteira e perder sua senha, você vai <b>PERDER TODOS OS SEUS BITCOINS</b>!
+ Aviso: Se você criptografar sua carteira e perder sua frase de segurança, você vai <b>PERDER TODOS OS SEUS BITCOINS</b>!
Are you sure you wish to encrypt your wallet?
@@ -187,6 +187,10 @@
Wallet encrypted
Carteira criptografada
+
+ Your wallet is now encrypted. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
+ Sua carteira está agora criptografada. Lembre-se que criptografar sua carteira não protege totalmente seus bitcoins de serem roubados por malwares infectando seu computador.
+
IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.
IMPORTANTE: Qualquer backup prévio que você tenha feito da sua carteira deve ser substituído pelo novo e encriptado arquivo gerado. Por razões de segurança, qualquer backup do arquivo não criptografado se tornará inútil assim que você começar a usar uma nova carteira criptografada.
@@ -201,7 +205,7 @@
The supplied passphrases do not match.
- As senhas não conferem.
+ As frases de segurança não conferem.
Wallet unlock failed
@@ -209,7 +213,7 @@
The passphrase entered for the wallet decryption was incorrect.
- A senha inserida para descriptografar a carteira está incorreta.
+ A frase de segurança inserida para descriptografar a carteira está incorreta.
Wallet decryption failed
@@ -217,7 +221,7 @@
Wallet passphrase was successfully changed.
- A senha da carteira foi alterada com êxito.
+ A frase de segurança da carteira foi alterada com êxito.
Warning: The Caps Lock key is on!
@@ -249,10 +253,6 @@
&Overview
&Visão geral
-
- Node
- Nó
-
Show general overview of wallet
Mostrar visão geral da carteira
@@ -309,14 +309,6 @@
&Change Passphrase...
&Mudar frase de segurança...
-
- &Sending addresses...
- Endereço&s de envio...
-
-
- &Receiving addresses...
- Endereços de &recebimento...
-
Open &URI...
Abrir &URI...
@@ -325,10 +317,6 @@
Wallet:
Carteira:
-
- default wallet
- carteira padrão
-
Click to disable network activity.
Clique para desativar a atividade de rede.
@@ -381,10 +369,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Carteira
-
&Send
&Enviar
@@ -493,13 +477,69 @@
Up to date
Atualizado
+
+ &Sending addresses
+ Endereços de &envio
+
+
+ &Receiving addresses
+ Endereço de &recebimento
+
+
+ Open Wallet
+ Abrir carteira
+
+
+ Open a wallet
+ Abrir uma carteira
+
+
+ Close Wallet...
+ Fechar carteira...
+
+
+ Close wallet
+ Fechar carteira
+
Show the %1 help message to get a list with possible Bitcoin command-line options
Mostrar a mensagem de ajuda do %1 para obter uma lista com possíveis opções de linha de comando Bitcoin
+
+ default wallet
+ carteira padrão
+
+
+ Opening Wallet <b>%1</b>...
+ Abrindo carteira <b>%1</b>...
+
+
+ Open Wallet Failed
+ Falha ao abrir a carteira
+
+
+ &Window
+ &Janelas
+
+
+ Minimize
+ Minimizar
+
+
+ Zoom
+ Ampliar
+
+
+ Restore
+ Restaurar
+
+
+ Main Window
+ Janela Principal
+
%1 client
- %1 cliente
+ Cliente %1
Connecting to peers...
@@ -561,6 +601,10 @@
HD key generation is <b>disabled</b>
Geração de chave HD está <b>desativada</b>
+
+ Private key <b>disabled</b>
+ Chave privada <b>desabilitada</b>
+
Wallet is <b>encrypted</b> and currently <b>unlocked</b>
Carteira está <b>criptografada</b> e atualmente <b>desbloqueada</b>
@@ -940,8 +984,8 @@
Ocultar
- Unknown. Syncing Headers (%1)...
- Desconhecido. Sincronizando cabeçalhos (%1)...
+ Unknown. Syncing Headers (%1, %2%)...
+ Desconhecido. Sincronizando cabeçalhos (%1, %2%)...
@@ -989,10 +1033,6 @@
Size of &database cache
Tamanho do banco de &dados do cache
-
- MB
- MB
-
Number of script &verification threads
Número de threads do script de &verificação
@@ -1025,10 +1065,6 @@
Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.
URLs de terceiros (exemplo: explorador de blocos) que aparecem na aba de transações como itens do menu de contexto. %s na URL é substituido pela hash da transação. Múltiplas URLs são separadas pela barra vertical |.
-
- Active command-line options that override above options:
- Opções de linha de comando ativas que sobrescrevem as opções acima:
-
Open the %1 configuration file from the working directory.
Abrir o arquivo de configuração %1 apartir do diretório trabalho.
@@ -1039,7 +1075,7 @@
Reset all client options to default.
- Redefinir todas as opções do cliente para opções padrão.
+ Redefinir todas as opções do cliente para a opções padrão.
&Reset Options
@@ -1065,6 +1101,10 @@
Reverting this setting requires re-downloading the entire blockchain.
Reverter esta configuração requer baixar de novo a blockchain inteira.
+
+ MiB
+ MiB
+
(0 = auto, <0 = leave that many cores free)
(0 = automático, <0 = número de núcleos deixados livres)
@@ -1091,7 +1131,7 @@
Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled.
- Abrir as portas do cliente Bitcoin automaticamente no roteador. Isto só funcionará se seu roteador suportar UPnP e esta função estiver habilitada.
+ Abrir automaticamente no roteador as portas do cliente Bitcoin. Isto só funcionará se seu roteador suportar UPnP e esta função estiver habilitada.
Map port using &UPnP
@@ -1189,6 +1229,10 @@
&Third party transaction URLs
&URLs de transação de terceiros
+
+ Options set in this dialog are overridden by the command line or in the configuration file:
+ Opções nesta tela foram sobreescritas por comandos ou no arquivo de configuração:
+
&OK
&OK
@@ -1335,10 +1379,18 @@
'bitcoin://' is not a valid URI. Use 'bitcoin:' instead.
'bitcoin://' não é um URI válido. Use 'bitcoin:'.
+
+ You are using a BIP70 URL which will be unsupported in the future.
+ Você está usando uma URL do BIP70 que será desativado no futuro.
+
Payment request fetch URL is invalid: %1
URL de cobrança é inválida: %1
+
+ Cannot process payment request because BIP70 support was not compiled in.
+ O pagamento não pode ser processado porque o suporte ao BIP70 foi desativado.
+
Invalid payment address %1
Endereço de pagamento %1 inválido
@@ -1361,7 +1413,7 @@
Payment request network doesn't match client network.
- Rede do pedido de pagamento não corresponde rede do cliente.
+ Rede do pedido de pagamento não corresponde à rede do cliente.
Payment request expired.
@@ -1598,6 +1650,18 @@
Datadir
Datadir
+
+ To specify a non-default location of the data directory use the '%1' option.
+ Para especificar um local não padrão do diretório de dados, use a opção '%1'.
+
+
+ Blocksdir
+ Blocksdir
+
+
+ To specify a non-default location of the blocks directory use the '%1' option.
+ Para especificar um local não padrão do diretório dos blocos, use a opção '%1'.
+
Startup time
Horário de inicialização
@@ -1810,10 +1874,6 @@
&Unban
&Desbanir
-
- default wallet
- carteira padrão
-
Welcome to the %1 RPC console.
Bem-vindo ao console RPC do %1.
@@ -1832,7 +1892,7 @@
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.
- ATENÇÃO: Fraudadores tem solicitado a usuários que digitem comandos aqui, e assim roubando 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 roubão o conteúdo de suas carteiras. Não utilize este console sem antes conhecer os comandos e seus efeitos.
Network activity disabled
@@ -2146,14 +2206,6 @@ Nota: Como a taxa é calculada por byte, uma taxa de "100 satoshis por kB" por
Hide
Ocultar
-
- Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.
- Pagando apenas a taxa mínima é bom, desde que haja pouco volume de transações. Mas esteja ciente de que isso pode acabar em uma transação nunca confirmanda uma vez que há mais demanda por transações do que a rede pode processar.
-
-
- (read the tooltip)
- (Leia o popup)
-
Recommended:
Recomendado:
@@ -2182,6 +2234,14 @@ Nota: Como a taxa é calculada por byte, uma taxa de "100 satoshis por kB" por
Dust:
Poeira:
+
+ 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.
+ Quando o volume de transações é maior que o espaço nos blocos, os mineradores, bem como os nós de retransmissão, podem impor uma taxa mínima. Pagando apenas esta taxa mínima é muito bom, mas esteja ciente de que isso pode resultar em uma transação nunca confirmada, uma vez que há mais demanda por transações do que a rede pode processar.
+
+
+ A too low fee might result in a never confirming transaction (read the tooltip)
+ Uma taxa muito pequena pode resultar em uma transação nunca confirmada (leia a dica)
+
Confirmation time target:
Tempo alvo de confirmação:
@@ -2318,10 +2378,6 @@ Nota: Como a taxa é calculada por byte, uma taxa de "100 satoshis por kB" por
Payment request expired.
Pedido de pagamento expirado.
-
- Pay only the required fee of %1
- Pagar somente a taxa requerida de %1
-
Estimated to begin confirmation within %n block(s).
Confirmação em %n bloco.Início estimado para confirmação em %n blocos.
@@ -3056,6 +3112,21 @@ Nota: Como a taxa é calculada por byte, uma taxa de "100 satoshis por kB" por
Unidade para mostrar quantidades. Clique para selecionar outra unidade.
+
+ WalletController
+
+ Close wallet
+ Fechar carteira
+
+
+ Are you sure you wish to close wallet <i>%1</i>?
+ Tem certeza que deseja fechar a carteira <i>%1</i>?
+
+
+ Closing the wallet for too long can result in having to resync the entire chain if pruning is enabled.
+ Manter a carteira fechada por muito tempo pode resultar na necessidade de ressincronizar a block chain se prune está ativado.
+
+
WalletFrame
@@ -3105,6 +3176,10 @@ Nota: Como a taxa é calculada por byte, uma taxa de "100 satoshis por kB" por
Could not commit transaction
Não foi possível mandar a transação
+
+ default wallet
+ carteira padrão
+
WalletView
@@ -3183,6 +3258,10 @@ Nota: Como a taxa é calculada por byte, uma taxa de "100 satoshis por kB" por
The %s developers
Desenvolvedores do %s
+
+ Can't generate a change-address key. No keys in the internal keypool and can't generate any keys.
+ Não é possível criar uma chave de endereço de troco. Nenhuma chave disponível na keypool interna e não é possível gerar novas chaves.
+
Cannot obtain a lock on data directory %s. %s is probably already running.
Não foi possível obter exclusividade de escrita no endereço %s. O %s provavelmente já está sendo executado.
@@ -3251,6 +3330,10 @@ Nota: Como a taxa é calculada por byte, uma taxa de "100 satoshis por kB" por
Change index out of range
Índice de mudança fora do intervalo
+
+ Config setting for %s only applied on %s network when in [%s] section.
+ A configuração %s somente é aplicada na rede %s quando na sessão [%s].
+
Copyright (C) %i-%i
Copyright (C) %i-%i
@@ -3263,10 +3346,6 @@ Nota: Como a taxa é calculada por byte, uma taxa de "100 satoshis por kB" por
Do you want to rebuild the block database now?
Você quer reconstruir o banco de dados de blocos agora?
-
- Error creating %s: You can't create non-HD wallets with this version.
- Erro ao criar %s: Você não pode criar carteiras não-HD com esta versão.
-
Error initializing block database
Erro ao inicializar banco de dados de blocos
@@ -3340,6 +3419,10 @@ Nota: Como a taxa é calculada por byte, uma taxa de "100 satoshis por kB" por
Diretório de blocos especificados "%s" não existe.
+
+ Unable to create the PID file '%s': %s
+ Não foi possível criar arquivo de PID '%s': %s
+
Upgrading txindex database
Atualizando banco de dados txindex
@@ -3388,18 +3471,6 @@ Diretório de blocos especificados "%s" não existe.
Unable to generate keys
Não foi possível gerar chaves
-
- Unsupported argument -benchmark ignored, use -debug=bench.
- Argumento não suportado -benchmark ignorado, use -debug=bench.
-
-
- Unsupported argument -debugnet ignored, use -debug=net.
- Argumento não suportado -debugnet ignorado, use -debug=net
-
-
- Unsupported argument -tor found, use -onion.
- Argumento não suportado encontrado: -tor. Use -onion.
-
Unsupported logging category %s=%s.
Categoria de log desconhecida %s=%s.
@@ -3436,10 +3507,6 @@ Diretório de blocos especificados "%s" não existe.
You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain
Você precisa reconstruir o banco de dados usando -reindex para sair do modo prune. Isso irá causar o download de todo o blockchain novamente.
-
- Error loading %s: You can't disable HD on an already existing HD wallet
- Erro carregando %s: Você não pode desabilitar o HD em uma carteira HD existente
-
Error reading from database, shutting down.
Erro ao ler o banco de dados. Encerrando.
@@ -3448,6 +3515,10 @@ Diretório de blocos especificados "%s" não existe.
Error upgrading chainstate database
Erro ao atualizar banco de dados do chainstate
+
+ Error: Disk space is low for %s
+ Erro: Espaço em disco menor que %s
+
Information
Informação
@@ -3476,6 +3547,10 @@ Diretório de blocos especificados "%s" não existe.
Reducing -maxconnections from %d to %d, because of system limitations.
Reduzindo -maxconnections de %d para %d, devido a limitações do sistema.
+
+ Section [%s] is not recognized.
+ Sessão [%s] não reconhecida.
+
Signing transaction failed
Assinatura de transação falhou
@@ -3492,6 +3567,12 @@ Diretório de blocos especificados "%s" não existe.
Specified -walletdir "%s" is not a directory
O -walletdir "%s" especificado não é um diretório
+
+ The specified config file %s does not exist
+
+ O Arquivo de configuração especificado %s não existe
+
+
The transaction amount is too small to pay the fee
A quantidade da transação é pequena demais para pagar a taxa
@@ -3544,10 +3625,6 @@ Diretório de blocos especificados "%s" não existe.
-maxtxfee is set very high! Fees this large could be paid on a single transaction.
A valor especificado de -maxtxfee está muito alto! Taxas grandes assim podem ser atribuidas numa transação única.
-
- Error loading %s: You can't enable HD on an already existing non-HD wallet
- Erro carregando %s: Não é permitido habilitar HD em uma carteira não-HD já existente
-
This is the transaction fee you may pay when fee estimates are not available.
Esta é a taxa que você deve pagar quando a taxa estimada não está disponível.
@@ -3560,18 +3637,6 @@ Diretório de blocos especificados "%s" não existe.
Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments.
O tamanho total da string de versão da rede (%i) excede o tamanho máximo (%i). Reduza o número ou tamanho de uacomments.
-
- Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported.
- Argumento inválido -socks encontrado. Definir a versão do SOCKS não é mais possível, somente proxys SOCK5 são suportados.
-
-
- Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay.
- Argumento não suportado -whitelistalwaysrelay foi ignorado, utilize -whitelistrelay e/ou -whitelistforcerelay.
-
-
- Warning: Unknown block versions being mined! It's possible unknown rules are in effect
- Aviso: Versões de bloco desconhecidas sendo mineradas! É possível que regras desconhecidas estejam ativas
-
Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup.
Atenção: Arquivo da carteira corrompido, dados recuperados! Original %s salvo como %s em %s; se seu saldo ou transações estiverem incorretos, você deve restaurar o backup.
@@ -3624,10 +3689,6 @@ Diretório de blocos especificados "%s" não existe.
Insufficient funds
Saldo insuficiente
-
- Can't generate a change-address key. Private keys are disabled for this wallet.
- Não é possível gerar um endereço de troco. Chaves privadas estão desabilitadas para essa carteira.
-
Cannot upgrade a non HD split wallet without upgrading to support pre split keypool. Please use -upgradewallet=169900 or -upgradewallet with no version specified.
Não é possível fazer upgrade de uma carteira dividida não HD sem fazer upgrade para ser compatível com a keypool antes da divisão. Use -upgradewallet=169900 ou -upgradewallet sem especificar nenhuma versão.
diff --git a/src/qt/locale/bitcoin_pt_PT.ts b/src/qt/locale/bitcoin_pt_PT.ts
index 4736680ba5..eae3ad8049 100644
--- a/src/qt/locale/bitcoin_pt_PT.ts
+++ b/src/qt/locale/bitcoin_pt_PT.ts
@@ -31,7 +31,7 @@
Enter address or label to search
- Digite o endereço ou o rótulo para pesquisar
+ Digite o endereço ou a etiqueta para pesquisar
Export the data in the current tab to a file
@@ -59,19 +59,19 @@
Sending addresses
- A enviar endereços
+ Endereços de envio
Receiving addresses
- A receber endereços
+ Endereços de receção
These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins.
- Estes são os seus endereços Bitcoin para enviar pagamentos. Verifique sempre o valor e o endereço de envio antes de enviar moedas.
+ Estes são os seus endereços Bitcoin para enviar pagamentos. Verifique sempre o valor e o endereço de receção antes de enviar moedas.
These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction.
- Estes são os seus endereços Bitcoin para receber pagamentos. É recomendado que utilize um endereço novo para cada transação.
+ Estes são os seus endereços Bitcoin para receber pagamentos. É recomendado que utilize um endereço de receção novo para cada transação.
&Copy Address
@@ -188,12 +188,12 @@
Carteira encriptada
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- %1 irá agora ser fechado para terminar o processo de encriptação. Recorde que a encriptação da sua carteira não protegerá totalmente os seus bitcoins de serem roubados por programas maliciosos que infetem o seu computador.
+ Your wallet is now encrypted. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
+ A sua carteira está agora encriptada. Lembre-se que pelo facto da sua carteira estar encriptada, isto não protege totalmente os seus bitcoins de serem roubados por programas maliciosos se estes existirem no seu computador.
IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.
- IMPORTANTE: Qualquer cópia de segurança da carteira anterior deverá ser substituída com o novo ficheiro de carteira, agora encriptado. Por razões de segurança, cópias de segurança não encriptadas tornar-se-ão inúteis assim que começar a usar a nova carteira encriptada.
+ IMPORTANTE: qualquer cópia de segurança da carteira anterior deverá ser substituída com o novo ficheiro de carteira, agora encriptado. Por razões de segurança, as cópias de segurança não encriptadas tornar-se-ão inúteis assim que começar a usar a nova carteira encriptada.
Wallet encryption failed
@@ -225,7 +225,7 @@
Warning: The Caps Lock key is on!
- Aviso: a tecla Caps Lock está ligada!
+ Aviso: a tecla Caps Lock está ativa!
@@ -253,10 +253,6 @@
&Overview
&Resumo
-
- Node
- Nó
-
Show general overview of wallet
Mostrar resumo geral da carteira
@@ -313,14 +309,6 @@
&Change Passphrase...
Alterar &Frase de Segurança...
-
- &Sending addresses...
- A &enviar os endereços...
-
-
- &Receiving addresses...
- A &receber os endereços...
-
Open &URI...
Abrir &URI...
@@ -329,10 +317,6 @@
Wallet:
Carteira:
-
- default wallet
- carteira predefinida
-
Click to disable network activity.
Clique para desativar a atividade de rede.
@@ -385,10 +369,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Carteira
-
&Send
&Enviar
@@ -439,11 +419,11 @@
Show the list of used sending addresses and labels
- Mostrar a lista de rótulos e endereços de envio usados
+ Mostrar a lista de etiquetas e endereços de envio usados
Show the list of used receiving addresses and labels
- Mostrar a lista de rótulos e endereços de receção usados
+ Mostrar a lista de etiquetas e endereços de receção usados
Open a bitcoin: URI or payment request
@@ -497,10 +477,66 @@
Up to date
Atualizado
+
+ &Sending addresses
+ &Endereço de envio
+
+
+ &Receiving addresses
+ &Endereços de receção
+
+
+ Open Wallet
+ Abrir Carteira
+
+
+ Open a wallet
+ Abrir uma carteira
+
+
+ Close Wallet...
+ Fechar Carteira...
+
+
+ Close wallet
+ Fechar a carteira
+
Show the %1 help message to get a list with possible Bitcoin command-line options
Mostrar a mensagem de ajuda %1 para obter uma lista com possíveis opções a usar na linha de comandos.
+
+ default wallet
+ carteira predefinida
+
+
+ Opening Wallet <b>%1</b>...
+ A abrir a carteira <b>%1</b>...
+
+
+ Open Wallet Failed
+ A abertura da carteira falhou
+
+
+ &Window
+ &Janela
+
+
+ Minimize
+ Minimizar
+
+
+ Zoom
+ Ampliar
+
+
+ Restore
+ Restaurar
+
+
+ Main Window
+ Janela principal
+
%1 client
Cliente %1
@@ -565,6 +601,10 @@
HD key generation is <b>disabled</b>
Criação de chave HD está <b>desativada</b>
+
+ Private key <b>disabled</b>
+ Chave privada <b>desativada</b>
+
Wallet is <b>encrypted</b> and currently <b>unlocked</b>
A carteira está <b>encriptada</b> e atualmente <b>desbloqueada</b>
@@ -745,7 +785,7 @@
The address associated with this address list entry. This can only be modified for sending addresses.
- O endereço associado com o esta entrada da lista de endereços. Isto só pode ser modificado para os endereços de envio.
+ O endereço associado com o esta entrada da lista de endereços. Isto só pode ser alterado para os endereços de envio.
&Address
@@ -757,7 +797,7 @@
Edit receiving address
- Editar o endereço de depósito
+ Editar endereço de receção
Edit sending address
@@ -767,6 +807,14 @@
The entered address "%1" is not a valid Bitcoin address.
O endereço introduzido "%1" não é um endereço bitcoin válido.
+
+ Address "%1" already exists as a receiving address with label "%2" and so cannot be added as a sending address.
+ O endereço "%1" já existe como endereço de receção com a etiqueta "%2" e não pode ser adicionado como endereço de envio.
+
+
+ The entered address "%1" is already in the address book with label "%2".
+ O endereço inserido "%1" já está no livro de endereços com a etiqueta "%2".
+
Could not unlock wallet.
Não foi possível desbloquear a carteira.
@@ -932,8 +980,8 @@
Ocultar
- Unknown. Syncing Headers (%1)...
- Desconhecido. Sincronização de Cabeçalhos (%1)...
+ Unknown. Syncing Headers (%1, %2%)...
+ Desconhecido. A sincronizar cabeçalhos (%1, %2%)...
@@ -981,10 +1029,6 @@
Size of &database cache
Tamanho da cache da base de &dados
-
- MB
- MB
-
Number of script &verification threads
Número de processos de &verificação de scripts
@@ -1011,17 +1055,13 @@
Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu.
- Minimize ao invés de sair da aplicação quando a janela é fechada. Com esta opção selecionada, a aplicação apenas será encerrada quando escolher Sair da aplicação no menú.
+ Minimize em vez de sair da aplicação quando a janela é fechada. Quando esta opção é ativada, a aplicação apenas será encerrada quando escolher Sair no menu.
Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.
URLs de outrem (ex. um explorador de blocos) que aparece no separador de transações como itens do menu de contexto.
%s do URL é substituído por hash de transação. Vários URLs são separados por barra vertical |.
-
- Active command-line options that override above options:
- Ativar as opções da linha de comando que se sobrepõem às opções acima:
-
Open the %1 configuration file from the working directory.
Abrir o ficheiro de configuração %1 da pasta aberta.
@@ -1042,10 +1082,26 @@
&Network
&Rede
+
+ 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.
+ Desativa alguns recursos avançados mas todos os blocos ainda serão totalmente validados. Reverter esta configuração requer descarregar de novo a cadeia de blocos inteira. Pode utilizar mais o disco.
+
+
+ Prune &block storage to
+ Reduzir o armazenamento de &bloco para
+
GB
PT
+
+ Reverting this setting requires re-downloading the entire blockchain.
+ Reverter esta configuração requer descarregar de novo a cadeia de blocos inteira.
+
+
+ MiB
+ MiB
+
(0 = auto, <0 = leave that many cores free)
(0 = automático, <0 = deixar essa quantidade de núcleos livre)
@@ -1170,6 +1226,10 @@
&Third party transaction URLs
URLs de transação de &terceiros
+
+ Options set in this dialog are overridden by the command line or in the configuration file:
+ As opções nesta janela são substituídas pela linha de comandos ou no ficheiro de configuração:
+
&OK
&OK
@@ -1316,10 +1376,18 @@
'bitcoin://' is not a valid URI. Use 'bitcoin:' instead.
'bitcoin://' não é um URI válido. Utilize 'bitcoin:'.
+
+ You are using a BIP70 URL which will be unsupported in the future.
+ Está a usar uma URL do BIP70 que será desativado no futuro.
+
Payment request fetch URL is invalid: %1
O URL do pedido de pagamento é inválido: %1
+
+ Cannot process payment request because BIP70 support was not compiled in.
+ O pagamento não pode ser processado porque o suporte ao BIP70 foi desativado.
+
Invalid payment address %1
Endereço de pagamento inválido %1
@@ -1397,7 +1465,7 @@
PeerTableModel
User Agent
- Agente Usuário
+ User Agent
Node/Service
@@ -1573,12 +1641,24 @@
Using BerkeleyDB version
- Versão BerkeleyDB em uso
+ A usar a versão BerkeleyDB
Datadir
Datadir
+
+ To specify a non-default location of the data directory use the '%1' option.
+ Para especificar um local não padrão da pasta de dados, use a opção '%1'.
+
+
+ Blocksdir
+ Blocksdir
+
+
+ To specify a non-default location of the blocks directory use the '%1' option.
+ Para especificar um local não padrão da pasta dos blocos, use a opção '%1'.
+
Startup time
Hora de Arranque
@@ -1673,7 +1753,7 @@
User Agent
- Agente Usuário
+ User Agent
Open the %1 debug log file from the current data directory. This can take a few seconds for large log files.
@@ -1693,7 +1773,7 @@
Ban Score
- Resultado da Suspensão
+ Pontuação de Banimento
Connection Time
@@ -1787,10 +1867,6 @@
&Unban
&Desbanir
-
- default wallet
- carteira predefinida
-
Welcome to the %1 RPC console.
Bem-vindo à consola RPC da %1.
@@ -1864,7 +1940,7 @@
&Label:
- &Rótulo:
+ &Etiqueta:
&Message:
@@ -1876,7 +1952,7 @@
An optional label to associate with the new receiving address.
- Um rótulo opcional a associar ao novo endereço de receção.
+ Uma etiqueta opcional a associar ao novo endereço de receção.
Use this form to request payments. All fields are <b>optional</b>.
@@ -1959,7 +2035,7 @@
&Save Image...
- &Salvar Imagem...
+ &Guardar Imagem...
Request payment to %1
@@ -1995,7 +2071,7 @@
Resulting URI too long, try to reduce the text for label / message.
- URI resultante muito longo. Tente reduzir o texto do rótulo / mensagem.
+ URI resultante muito longo. Tente reduzir o texto da etiqueta / mensagem.
Error encoding URI into QR Code.
@@ -2095,13 +2171,25 @@
Choose...
Escolher...
+
+ 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.
+ O uso da taxa alternativa de recurso pode resultar no envio de uma transação que levará várias horas ou dias (ou nunca) para confirmar. Considere escolher a sua taxa manualmente ou aguarde até que tenha validado a cadeia completa.
+
Warning: Fee estimation is currently not possible.
Aviso: atualmente, não é possível a estimativa da taxa.
collapse fee-settings
- ocultar definições de taxa
+ ocultar configurações de taxa
+
+
+ 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.
+ Especifique uma taxa personalizada por kB (1.000 bytes) do tamanho virtual da transação.
+
+Nota: como a taxa é calculada por byte, uma taxa de "100 satoshis por kB" por uma transação de 500 bytes (metade de 1 kB) teria uma taxa final de apenas 50 satoshis.
per kilobyte
@@ -2111,14 +2199,6 @@
Hide
Esconder
-
- Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.
- Pode pagar somente a taxa mínima desde que haja um volume de transações inferior ao espaço nos blocos. No entanto tenha em atenção que esta opção poderá acabar em uma transação nunca confirmada assim que os pedidos de transações excedam a capacidade de processamento da rede.
-
-
- (read the tooltip)
- (leia a dica)
-
Recommended:
Recomendado:
@@ -2147,10 +2227,26 @@
Dust:
Lixo:
+
+ 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.
+ Quando o volume de transações é maior que o espaço nos blocos, os mineradores, bem como os nós de retransmissão, podem impor uma taxa mínima. Pagar apenas esta taxa mínima é muito bom, mas esteja ciente que isso pode resultar numa transação nunca confirmada, uma vez que há mais pedidos para transações do que a rede pode processar.
+
+
+ A too low fee might result in a never confirming transaction (read the tooltip)
+ Uma taxa muito baixa pode resultar numa transação nunca confirmada (leia a dica)
+
Confirmation time target:
Tempo de confirmação:
+
+ Enable Replace-By-Fee
+ Ativar substituir-por-taxa
+
+
+ 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.
+ Com substituir-por-taxa (BIP-125) pode aumentar a taxa da transação após ela ser enviada. Sem isto, pode ser recomendável uma taxa maior para compensar o risco maior de atraso na transação.
+
Clear &All
Limpar &Tudo
@@ -2211,6 +2307,10 @@
or
ou
+
+ You can increase the fee later (signals Replace-By-Fee, BIP-125).
+ Pode aumentar a taxa depois (sinaliza substituir-por-taxa, BIP-125).
+
from wallet %1
da carteira %1
@@ -2223,6 +2323,10 @@
Transaction fee
Taxa de transação
+
+ Not signalling Replace-By-Fee, BIP-125.
+ Não sinalizar substituir-por-taxa, BIP-125.
+
Total Amount
Valor Total
@@ -2268,10 +2372,6 @@
Payment request expired.
Pedido de pagamento expirado.
-
- Pay only the required fee of %1
- Pague apenas a taxa obrigatória de %1
-
Warning: Invalid Bitcoin address
Aviso: endereço Bitcoin inválido
@@ -2286,7 +2386,7 @@
The address you selected for change is not part of this wallet. Any or all funds in your wallet may be sent to this address. Are you sure?
- O endereço que você selecionou para alterar não faz parte desta carteira. Qualquer ou todos os fundos em sua carteira podem ser enviados para este endereço. Você tem certeza?
+ O endereço que selecionou para alterar não faz parte desta carteira. Qualquer ou todos os fundos na sua carteira podem ser enviados para este endereço. Tem certeza?
(no label)
@@ -2305,7 +2405,7 @@
&Label:
- Rótu&lo:
+ &Etiqueta
Choose previously used address
@@ -2361,7 +2461,7 @@
Enter a label for this address to add it to the list of used addresses
- Introduza um rótulo para este endereço para o adicionar à sua lista de endereços usados
+ Introduza uma etiqueta para este endereço para o adicionar à sua lista de endereços usados
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.
@@ -2377,7 +2477,7 @@
Enter a label for this address to add it to your address book
- Digite um rótulo para este endereço para adicioná-lo ao seu catálogo de endereços
+ Digite uma etiqueta para este endereço para adicioná-lo ao seu livro de endereços.
@@ -2880,7 +2980,7 @@
Enter address, transaction id, or label to search
- Escreva endereço, identificação de transação ou rótulo para procurar
+ Escreva endereço, identificação de transação ou etiqueta para procurar
Min amount
@@ -2990,6 +3090,17 @@
Unidade de valores recebidos. Clique para selecionar outra unidade.
+
+ WalletController
+
+ Close wallet
+ Fechar a carteira
+
+
+ Are you sure you wish to close wallet <i>%1</i>?
+ Tem a certeza que quer fechar a carteira <i>%1</i>?
+
+
WalletFrame
@@ -3039,6 +3150,10 @@
Could not commit transaction
Não foi possível cometer a transação
+
+ default wallet
+ carteira predefinida
+
WalletView
@@ -3099,11 +3214,11 @@
Error: A fatal internal error occurred, see debug.log for details
- Erro: Um erro fatal interno ocorreu, verificar debug.log para mais informação
+ Erro: surgiu um erro fatal interno. Veja o ficheiro debug.log para mais informação
Pruning blockstore...
- A podar a blockstore...
+ A reduzir a blockstore...
Unable to start HTTP server. See debug log for details.
@@ -3125,6 +3240,10 @@
Cannot provide specific connections and have addrman find outgoing connections at the same.
Não é possível fornecer conexões específicas e ter o addrman a procurar conexões de saída ao mesmo tempo.
+
+ Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect.
+ Erro ao ler %s! Todas as chaves foram lidas corretamente, mas os dados de transação ou as entradas no livro de endereços podem não existir ou estarem incorretos.
+
Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly.
Por favor verifique que a data e hora do seu computador estão certos! Se o relógio não estiver certo, o %s não funcionará corretamente.
@@ -3137,10 +3256,18 @@
The block database contains a block which appears to be from the future. This may be due to your computer's date and time being set incorrectly. Only rebuild the block database if you are sure that your computer's date and time are correct
A base de dados de blocos contém um bloco que aparenta ser do futuro. Isto pode ser causado por uma data incorreta definida no seu computador. Reconstrua apenas a base de dados de blocos caso tenha a certeza de que a data e hora do seu computador estão corretos.
+
+ This is a pre-release test build - use at your own risk - do not use for mining or merchant applications
+ Isto é uma compilação de teste de pré-lançamento - use por sua conta e risco - não use para mineração ou comércio
+
This is the transaction fee you may discard if change is smaller than dust at this level
Esta é a taxa de transação que poderá descartar, se o troco for menor que o pó a este nível
+
+ Unable to replay blocks. You will need to rebuild the database using -reindex-chainstate.
+ Não é possível reproduzir os blocos. Terá de reconstruir a base de dados utilizando -reindex-chainstate.
+
Unable to rewind the database to a pre-fork state. You will need to redownload the blockchain
Não é possível rebobinar a base de dados para um estado antes da divisão da cadeia de blocos. Necessita descarregar novamente a cadeia de blocos
@@ -3157,6 +3284,10 @@
%d of last 100 blocks have unexpected version
%d dos últimos 100 blocos têm uma versão inesperada
+
+ %s corrupt, salvage failed
+ %s corrompido, a recuperação falhou
+
-maxmempool must be at least %d MB
- máximo do banco de memória deverá ser pelo menos %d MB
@@ -3165,6 +3296,14 @@
Cannot resolve -%s address: '%s'
Não é possível resolver -%s endereço '%s'
+
+ Change index out of range
+ Índice de mudança fora do intervalo
+
+
+ Config setting for %s only applied on %s network when in [%s] section.
+ A configuração %s apenas é aplicada na rede %s quando na secção [%s].
+
Copyright (C) %i-%i
Direitos de Autor (C) %i-%i
@@ -3189,6 +3328,10 @@
Error loading %s
Erro ao carregar %s
+
+ Error loading %s: Private keys can only be disabled during creation
+ Erro ao carregar %s: as chaves privadas só podem ser desativadas durante a criação
+
Error loading %s: Wallet corrupted
Erro ao carregar %s: carteira corrompida
@@ -3233,6 +3376,10 @@
Invalid amount for -%s=<amount>: '%s'
Valor inválido para -%s=<amount>: '%s'
+
+ Invalid amount for -discardfee=<amount>: '%s'
+ Quantidade inválida para -discardfee=<amount>: '%s'
+
Invalid amount for -fallbackfee=<amount>: '%s'
Valor inválido para -fallbackfee=<amount>: '%s'
@@ -3242,6 +3389,14 @@
A pasta de blocos especificados "%s" não existe.
+
+ Unable to create the PID file '%s': %s
+ Não foi possível criar o ficheiro PID '%s': %s
+
+
+ Upgrading txindex database
+ A atualizar a base de dados txindex
+
Loading P2P addresses...
A carregar endereços de P2P...
@@ -3256,11 +3411,11 @@ A pasta de blocos especificados "%s" não existe.
Prune cannot be configured with a negative value.
- Poda não pode ser configurada com um valor negativo.
+ A redução não pode ser configurada com um valor negativo.
Prune mode is incompatible with -txindex.
- Modo poda é incompatível com -txindex.
+ O modo de redução é incompatível com -txindex.
Replaying blocks...
@@ -3279,16 +3434,16 @@ A pasta de blocos especificados "%s" não existe.
Cálculo da taxa de transação e de troco falhou
- Unsupported argument -benchmark ignored, use -debug=bench.
- Argumento não suportado -benchmark ignorado, use -debug=bench.
+ Unable to bind to %s on this computer. %s is probably already running.
+ Impossível associar a %s neste computador. %s provavelmente já está em execução.
- Unsupported argument -debugnet ignored, use -debug=net.
- Argumento não suportado -debugnet ignorado, use -debug=net.
+ Unable to generate keys
+ Não foi possível gerar chaves
- Unsupported argument -tor found, use -onion.
- Argumento não suportado -tor encontrado, use -onion.
+ Unsupported logging category %s=%s.
+ Categoria de registos desconhecida %s=%s.
Upgrading UTXO database
@@ -3308,11 +3463,11 @@ A pasta de blocos especificados "%s" não existe.
Error: Listening for incoming connections failed (listen returned error %s)
- Erro: A escuta de ligações de entrada falhou (escuta devolveu erro %s)
+ Erro: a escuta de ligações de entrada falhou (escuta devolveu o erro %s)
Invalid amount for -maxtxfee=<amount>: '%s' (must be at least the minrelay fee of %s to prevent stuck transactions)
- Montante inválido para -maxtxfee=<amount>: '%s' (deverá ser, no mínimo , a taxa mínima de propagação de %s, de modo a evitar transações bloqueadas)
+ Montante inválido para -maxtxfee=<amount>: '%s' (deverá ser, no mínimo, a taxa mínima de propagação de %s, de modo a evitar transações bloqueadas)
The transaction amount is too small to send after the fee has been deducted
@@ -3324,7 +3479,15 @@ A pasta de blocos especificados "%s" não existe.
Error reading from database, shutting down.
- Erro ao ler da base de dados, encerrando.
+ Erro ao ler da base de dados. A encerrar.
+
+
+ Error upgrading chainstate database
+ Erro ao atualizar a base de dados do estado da cadeia (chainstate)
+
+
+ Error: Disk space is low for %s
+ Erro: espaço em disco demasiado baixo para %s
Information
@@ -3334,6 +3497,10 @@ A pasta de blocos especificados "%s" não existe.
Invalid -onion address or hostname: '%s'
Endereço -onion ou hostname inválido: '%s'
+
+ Invalid -proxy address or hostname: '%s'
+ Endereço -proxy ou nome do servidor inválido: '%s'
+
Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s)
Montante inválido para -paytxfee=<amount>: '%s' (deverá ser no mínimo %s)
@@ -3350,14 +3517,32 @@ A pasta de blocos especificados "%s" não existe.
Reducing -maxconnections from %d to %d, because of system limitations.
Reduzindo -maxconnections de %d para %d, devido a limitações no sistema.
+
+ Section [%s] is not recognized.
+ A secção [%s] não é reconhecida.
+
Signing transaction failed
Falhou assinatura da transação
+
+ Specified -walletdir "%s" does not exist
+ O -walletdir "%s" especificado não existe
+
+
+ Specified -walletdir "%s" is a relative path
+ O -walletdir "%s" especificado é um caminho relativo
+
Specified -walletdir "%s" is not a directory
O -walletdir "%s" especificado não é uma pasta
+
+ The specified config file %s does not exist
+
+ O ficheiro de configuração especificado %s não existe
+
+
The transaction amount is too small to pay the fee
O montante da transação é demasiado baixo para pagar a taxa
@@ -3423,21 +3608,25 @@ A pasta de blocos especificados "%s" não existe.
Comprimento total da entrada da versão de rede (%i) excede o comprimento máximo (%i). Reduzir o número ou o tamanho de uacomments.
- Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported.
- Encontrado um argumento não suportado -socks. Definir a versão do SOCKS já não é possível, apenas proxies SOCKS5 são suportados.
-
-
- Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay.
- Argumento não suportado -whitelistalwaysrelay ignorado, utilize -whitelistrelay e/ou -whitelistforcerelay.
-
-
- Warning: Unknown block versions being mined! It's possible unknown rules are in effect
- Atenção: Versões desconhecidas de blocos estão a ser mineradas! É possível que regras desconhecias estão a ser efetuadas
+ Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup.
+ Atenção: o ficheiro da carteira está corrompido, foram recuperados dados! Original %s guardado como %s em %s; se o seu saldo ou as transações estiverem incorretos, deve fazer o restauro de uma cópia de segurança.
%s is set very high!
%s está demasiado elevado!
+
+ Error loading wallet %s. Duplicate -wallet filename specified.
+ Erro ao carregar a carteira %s. Especificado nome de fichero -wallet em duplicado.
+
+
+ Keypool ran out, please call keypoolrefill first
+ A keypool esgotou-se, por favor execute primeiro keypoolrefill
+
+
+ Starting network threads...
+ A iniciar threads de rede...
+
The wallet will avoid paying less than the minimum relay fee.
A carteira evitará pagar menos que a taxa minima de propagação.
@@ -3470,6 +3659,18 @@ A pasta de blocos especificados "%s" não existe.
Insufficient funds
Fundos insuficientes
+
+ Cannot upgrade a non HD split wallet without upgrading to support pre split keypool. Please use -upgradewallet=169900 or -upgradewallet with no version specified.
+ Não é possível atualizar uma carteira dividida não-HD sem atualizar para ser compatível com a keypool antes da divisão. Use -upgradewallet=169900 ou -upgradewallet sem especificar nenhuma versão.
+
+
+ Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable -fallbackfee.
+ Falha na estimativa de taxa. A taxa alternativa de recurso está desativada. Espere alguns blocos ou ative -fallbackfee.
+
+
+ Warning: Private keys detected in wallet {%s} with disabled private keys
+ Aviso: chaves privadas detetadas na carteira {%s} com chaves privadas desativadas
+
Cannot write to data directory '%s'; check permissions.
Não foi possível escrever na pasta de dados '%s': verifique as permissões.
diff --git a/src/qt/locale/bitcoin_ro.ts b/src/qt/locale/bitcoin_ro.ts
index bef83e831a..6fe431494c 100644
--- a/src/qt/locale/bitcoin_ro.ts
+++ b/src/qt/locale/bitcoin_ro.ts
@@ -175,10 +175,6 @@
Wallet encrypted
Portofel criptat
-
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- %1 se va inchide pentru a termina procesul de criptare. Aduți aminte că prin criptarea portofelului tău virtual, nu îți poți proteja complet monedele virtuale de a fi furate când te-ai infectat cu un virus de tip malware pe calculatorul tau.
-
IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.
IMPORTANT: Fiecare backup anterior pe care l-ai facut portofelului tău virtual trebuie înlocuit cu cel nou. Din motive de securitate, backup-urile anteroiare făcute portofelului tău, care nu sunt criptate vor deveni inutilizabile și inutile când vei începe să utilizezi portofelul criptat.
@@ -241,10 +237,6 @@
&Overview
Vizualizare de ansamblu
-
- Node
- Nod
-
Show general overview of wallet
Arată o prezentare generală a portofelului.
@@ -297,14 +289,6 @@
&Change Passphrase...
&Schimbă parola...
-
- &Sending addresses...
- &Trimite adresele...
-
-
- &Receiving addresses...
- &Primește adresele...
-
Open &URI...
Deschide &URI...
@@ -341,10 +325,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Portofel
-
&Send
&Trimite
@@ -429,6 +409,10 @@
Up to date
Actual
+
+ &Window
+ &Fereastra
+
Date: %1
@@ -693,10 +677,6 @@
Options
Opțiuni
-
- MB
- MB
-
IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1)
Adresa IP a proxy-ului (ex. IPv4: 127.0.0.1 / IPv6: ::1)
@@ -1272,6 +1252,9 @@
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
diff --git a/src/qt/locale/bitcoin_ro_RO.ts b/src/qt/locale/bitcoin_ro_RO.ts
index 59a64f353d..78fbeaef22 100644
--- a/src/qt/locale/bitcoin_ro_RO.ts
+++ b/src/qt/locale/bitcoin_ro_RO.ts
@@ -187,10 +187,6 @@
Wallet encrypted
Portofel criptat
-
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- %1 se va închide acum pentru a termina procesul de criptare. Ţineţi minte că criptarea portofelului nu vă poate proteja în totalitate de furtul monedelor de către programe malware care vă infectează calculatorul.
-
IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.
IMPORTANT: Orice copie de siguranţă făcută anterior portofelului dumneavoastră ar trebui înlocuită cu cea generată cel mai recent, fişier criptat al portofelului. Pentru siguranţă, copiile de siguranţă vechi ale portofelului ne-criptat vor deveni inutile imediat ce veţi începe folosirea noului fişier criptat al portofelului.
@@ -253,10 +249,6 @@
&Overview
&Imagine de ansamblu
-
- Node
- Nod
-
Show general overview of wallet
Arată o stare generală de ansamblu a portofelului
@@ -313,14 +305,6 @@
&Change Passphrase...
S&chimbă parola...
-
- &Sending addresses...
- Adrese de trimitere...
-
-
- &Receiving addresses...
- Adrese de p&rimire...
-
Open &URI...
Deschide &URI...
@@ -329,10 +313,6 @@
Wallet:
Portofel:
-
- default wallet
- portofel implicit
-
Click to disable network activity.
Click pentru a opri activitatea retelei.
@@ -385,10 +365,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Portofel
-
&Send
Trimite
@@ -501,6 +477,18 @@
Show the %1 help message to get a list with possible Bitcoin command-line options
Arată mesajul de ajutor %1 pentru a obţine o listă cu opţiunile posibile de linii de comandă Bitcoin
+
+ default wallet
+ portofel implicit
+
+
+ &Window
+ &Fereastră
+
+
+ Minimize
+ Minimizare
+
%1 client
Client %1
@@ -939,11 +927,7 @@
Hide
Ascunde
-
- Unknown. Syncing Headers (%1)...
- Necunoscut. Se sincronizeaza headerele (%1)...
-
-
+
OpenURIDialog
@@ -989,10 +973,6 @@
Size of &database cache
Mărimea bazei de &date cache
-
- MB
- MB
-
Number of script &verification threads
Numărul de thread-uri de &verificare
@@ -1025,10 +1005,6 @@
Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.
URL-uri terţe părţi (de exemplu, un explorator de bloc), care apar în tab-ul tranzacţiilor ca elemente de meniu contextual. %s în URL este înlocuit cu hash de tranzacţie. URL-urile multiple sînt separate prin bară verticală |.
-
- Active command-line options that override above options:
- Opţiuni linie de comandă active care oprimă opţiunile de mai sus:
-
Open the %1 configuration file from the working directory.
Deschide fisierul de configurare %1 din directorul curent.
@@ -1810,10 +1786,6 @@
&Unban
&Unban
-
- default wallet
- portofel implicit
-
Welcome to the %1 RPC console.
Bun venit la consola %1 RPC.
@@ -2134,7 +2106,7 @@
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.
- Specificati o taxa anume pe kB (1000 byte) din marimea virtuala a tranzactiei.
+ Specificati o taxa anume pe kB (1000 byte) din marimea virtuala a tranzactiei.
Nota: Cum taxa este calculata per byte, o taxa de "100 satoshi per kB" pentru o tranzactie de 500 byte (jumatate de kB) va produce o taxa de doar 50 satoshi.
@@ -2146,14 +2118,6 @@ Nota: Cum taxa este calculata per byte, o taxa de "100 satoshi per kB" pentru o
Hide
Ascunde
-
- Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.
- Plata unei taxe minime de tranzactie este in regula atata timp cat exista mai mult spatiu in blocuri dacat sunt tranzactii. Insa trebuie sa fiti constienti ca acest lucru poate conduce la tranzactii care nu vor fi niciodata confirmate in cazul in care exista cerere de tranzactii mai mare decat poate procesa reteaua.
-
-
- (read the tooltip)
- (citeste tooltip)
-
Recommended:
Recomandat:
@@ -2318,10 +2282,6 @@ Nota: Cum taxa este calculata per byte, o taxa de "100 satoshi per kB" pentru o
Payment request expired.
Cerere de plată expirata
-
- Pay only the required fee of %1
- Plăteşte doar taxa solicitata de %1
-
Estimated to begin confirmation within %n block(s).
Se estimeaza inceperea confirmarii in %n bloc.Se estimeaza inceperea confirmarii in %n blocuri.Se estimeaza inceperea confirmarii in %n blocuri.
@@ -3052,6 +3012,9 @@ Nota: Cum taxa este calculata per byte, o taxa de "100 satoshi per kB" pentru o
Unitatea în care sînt arătate sumele. Faceţi clic pentru a selecta o altă unitate.
+
+ WalletController
+
WalletFrame
@@ -3101,6 +3064,10 @@ Nota: Cum taxa este calculata per byte, o taxa de "100 satoshi per kB" pentru o
Could not commit transaction
Tranzactia nu a putut fi consemnata.
+
+ default wallet
+ portofel implicit
+
WalletView
@@ -3191,10 +3158,6 @@ Nota: Cum taxa este calculata per byte, o taxa de "100 satoshi per kB" pentru o
Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect.
Eroare la citirea %s! Toate cheile sînt citite corect, dar datele tranzactiei sau anumite intrări din agenda sînt incorecte sau lipsesc.
-
- Group outputs by address, selecting all or none, instead of selecting on a per-output basis. Privacy is improved as an address is only used once (unless someone sends to it after spending from it), but may result in slightly higher fees as suboptimal coin selection may result due to the added limitation (default: %u)
- Gruparea a iesirilor pe adrese, selectand totul sau nimic, in loc de selectarea bazata per-iesire. Intimitatea este imbunatatita deoarece o adresa este folosita doar o singura data (cu exceptia cuiva care trimite catre aceiasi adresa dup ce cheltuie din ea), dar se pot genera taxe mai mari deoarece poate rezulta o selectare suboptimala a monedelor datorata limitarii impuse (implicit: %u)
-
Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly.
Vă rugăm verificaţi dacă data/timpul calculatorului dvs. sînt corecte! Dacă ceasul calcultorului este gresit, %s nu va funcţiona corect.
@@ -3263,10 +3226,6 @@ Nota: Cum taxa este calculata per byte, o taxa de "100 satoshi per kB" pentru o
Do you want to rebuild the block database now?
Doriţi să reconstruiţi baza de date blocuri acum?
-
- Error creating %s: You can't create non-HD wallets with this version.
- Eroare la crearea %s: Nu se pot crea portofele non-HD cu aceasta versiune.
-
Error initializing block database
Eroare la iniţializarea bazei de date de blocuri
@@ -3387,18 +3346,6 @@ Nota: Cum taxa este calculata per byte, o taxa de "100 satoshi per kB" pentru o
Unable to generate keys
Nu s-au putut genera cheile
-
- Unsupported argument -benchmark ignored, use -debug=bench.
- Argumentul nesuportat -benchmark este ignorat, folositi debug=bench.
-
-
- Unsupported argument -debugnet ignored, use -debug=net.
- Argument nesuportat -debugnet ignorat, folosiţi -debug=net.
-
-
- Unsupported argument -tor found, use -onion.
- Argument nesuportat -tor găsit, folosiţi -onion.
-
Unsupported logging category %s=%s.
Categoria de logging %s=%s nu este suportata.
@@ -3431,10 +3378,6 @@ Nota: Cum taxa este calculata per byte, o taxa de "100 satoshi per kB" pentru o
You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain
Trebuie reconstruita intreaga baza de date folosind -reindex pentru a va intoarce la modul non-redus. Aceasta va determina descarcarea din nou a intregului blockchain
-
- Error loading %s: You can't disable HD on an already existing HD wallet
- Eroare la incarcarea %s: Nu se poate dezactiva HD la un portofel care este deja HD.
-
Error reading from database, shutting down.
Eroare la citirea bazei de date. Oprire.
@@ -3535,10 +3478,6 @@ Nota: Cum taxa este calculata per byte, o taxa de "100 satoshi per kB" pentru o
-maxtxfee is set very high! Fees this large could be paid on a single transaction.
-maxtxfee este setata foarte sus! Se pot plati taxe de aceasta marime pe o singura tranzactie.
-
- Error loading %s: You can't enable HD on an already existing non-HD wallet
- Eroare la incarcarea %s: Nu se poate activa HD la un portofel care este deja non-HD.
-
This is the transaction fee you may pay when fee estimates are not available.
Aceasta este taxa de tranzactie pe care este posibil sa o platiti daca estimarile de taxe nu sunt disponibile.
@@ -3551,18 +3490,6 @@ Nota: Cum taxa este calculata per byte, o taxa de "100 satoshi per kB" pentru o
Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments.
Lungimea totala a sirului versiunii retelei (%i) depaseste lungimea maxima (%i). Reduceti numarul sa dimensiunea uacomments.
-
- Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported.
- S-a gasit un argument -socks nesuportat. Setarea versiunii SOCKS nu mai este posibila, sunt suportate doar proxiurile SOCKS5.
-
-
- Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay.
- Se ignora argumentul nesuportat -whitelistalwaysrelay, folositi -whitelistrelay si/sau -whitelistforcerelay.
-
-
- Warning: Unknown block versions being mined! It's possible unknown rules are in effect
- Atentie: se mineaza blocuri cu versiune necunoscuta! Este posibil sa fie in vigoare reguli necunoscute.
-
Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup.
Atenţie: fişierul portofelului este corupt, date salvate! Fişierul %s a fost salvat ca %s in %s; dacă balanta sau tranzactiile sunt incorecte ar trebui să restauraţi dintr-o copie de siguranţă.
@@ -3615,10 +3542,6 @@ Nota: Cum taxa este calculata per byte, o taxa de "100 satoshi per kB" pentru o
Insufficient funds
Fonduri insuficiente
-
- Can't generate a change-address key. Private keys are disabled for this wallet.
- Nu se poate genera o adresa pentru rest. Cheile private sunt dezactivate pentru acest portofel.
-
Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable -fallbackfee.
Estimarea taxei a esuat. Taxa implicita este dezactivata. Asteptati cateva blocuri, sau activati -fallbackfee.
@@ -3656,4 +3579,4 @@ Nota: Cum taxa este calculata per byte, o taxa de "100 satoshi per kB" pentru o
Eroare
-
+
\ No newline at end of file
diff --git a/src/qt/locale/bitcoin_ru.ts b/src/qt/locale/bitcoin_ru.ts
index 9c81fe9cdb..c43c20c0bc 100644
--- a/src/qt/locale/bitcoin_ru.ts
+++ b/src/qt/locale/bitcoin_ru.ts
@@ -187,10 +187,18 @@
Wallet encrypted
Кошелёк зашифрован
+
+ Your wallet is now encrypted. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
+ Бумажник зашифрован. Помните, что шифрование не способно полностью защитить Ваши биткоины, которые могут быть украдены вредоносным ПО
+
Wallet encryption failed
Не удалось зашифровать бумажник
+
+ Wallet encryption failed due to an internal error. Your wallet was not encrypted.
+ Сбой шифрования кошелька из-за внутренней ошибки. Ваш кошелёк не был зашифрован.
+
Wallet unlock failed
Разблокировка бумажника не удалась
@@ -225,10 +233,6 @@
&Overview
&Обзор
-
- Node
- Узел
-
&Transactions
&Транзакции
@@ -270,13 +274,29 @@
&Зашифровать кошелёк...
- Wallet
+ Wallet:
Кошелёк
+
+ Reindexing blocks on disk...
+ Переиндексация блоков на диске...
+
+
+ &Debug window
+ &Окно отладки
+
Error
Ошибка
+
+ &Window
+ &Окно
+
+
+ Minimize
+ Сворачивать
+
CoinControlDialog
@@ -436,6 +456,9 @@
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
@@ -461,7 +484,7 @@
The wallet will avoid paying less than the minimum relay fee.
- Кошелёк постарается не платить меньше, чем минимальная комиссия передачи.
+ Кошелёк будет избегать оплат меньших, нежели минимальная комиссия передачи.
Transaction amounts must not be negative
diff --git a/src/qt/locale/bitcoin_ru_RU.ts b/src/qt/locale/bitcoin_ru_RU.ts
index affbd5e865..86413e65d6 100644
--- a/src/qt/locale/bitcoin_ru_RU.ts
+++ b/src/qt/locale/bitcoin_ru_RU.ts
@@ -3,7 +3,7 @@
AddressBookPage
Right-click to edit address or label
- Кликните правой кнопкой мыши для редактирования адреса или метки
+ Кликните правой кнопкой для редактирования адреса или метки
Create a new address
@@ -11,7 +11,7 @@
&New
- Новый
+ &Новый
Copy the currently selected address to the system clipboard
@@ -19,7 +19,7 @@
&Copy
- Копировать
+ &Копировать
C&lose
@@ -39,11 +39,11 @@
&Export
- Экспортировать
+ &Экспортировать
&Delete
- Удалить
+ &Удалить
Choose the address to send coins to
@@ -89,6 +89,10 @@
Export Address List
Экспортировать список адресов
+
+ Comma separated file (*.csv)
+ Файл разделенный запятыми (*.csv)
+
Exporting Failed
Экспорт не удался
@@ -184,8 +188,8 @@
Кошелек зашифрован
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- %1 закроется сейчас для завершения процесса шифрования. Запомните что шифрование вашего кошелька не сможет полностью защитить ваши биткойны от кражи при помощи вредоносного ПО, заразившего ваш компьютер.
+ Your wallet is now encrypted. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
+ Ваш кошелек теперь зашифрован. Помните, что шифрование вашего кошелька не может полностью защитить ваши биткойны от кражи вредоносным ПО.
IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.
@@ -249,10 +253,6 @@
&Overview
&Обзор
-
- Node
- Узел
-
Show general overview of wallet
Отобразить главное окно кошелька
@@ -309,14 +309,6 @@
&Change Passphrase...
&Изменить пароль...
-
- &Sending addresses...
- &Адреса для отправки...
-
-
- &Receiving addresses...
- &Адреса для получения...
-
Open &URI...
Открыть &URI...
@@ -325,10 +317,6 @@
Wallet:
Кошелек:
-
- default wallet
- Кошелек по умолчанию
-
Click to disable network activity.
Нажмите для отключения взаимодействия с сетью.
@@ -381,10 +369,6 @@
Bitcoin
Bitcoin Core
-
- Wallet
- Кошелек
-
&Send
&Отправить
@@ -493,6 +477,70 @@
Up to date
Готов
+
+ &Sending addresses
+ &Адреса для отправлений
+
+
+ &Receiving addresses
+ &Адреса для получений
+
+
+ Open Wallet
+ Открыть Кошелек
+
+
+ Open a wallet
+ Открыть кошелек
+
+
+ Close Wallet...
+ Закрыть Кошелек...
+
+
+ Close wallet
+ Закрыть кошелек
+
+
+ Show the %1 help message to get a list with possible Bitcoin command-line options
+ Показать помощь по %1, чтобы получить список доступных параметров командной строки
+
+
+ default wallet
+ Кошелек по умолчанию
+
+
+ Opening Wallet <b>%1</b>...
+ Кошелек открывается <b>%1</b>...
+
+
+ Open Wallet Failed
+ Не удалось открыть кошелек
+
+
+ &Window
+ &Окно
+
+
+ Minimize
+ Свернуть
+
+
+ Zoom
+ Увеличение
+
+
+ Restore
+ Восстановить
+
+
+ Main Window
+ Главное Окно
+
+
+ %1 client
+ %1 клиент
+
Connecting to peers...
Подключение к пирам...
@@ -545,6 +593,18 @@
Incoming transaction
Входящая транзакция
+
+ HD key generation is <b>enabled</b>
+ Генерация HD ключа <b>включена</b>
+
+
+ HD key generation is <b>disabled</b>
+ Генерация HD ключа <b>выключена</b>
+
+
+ Private key <b>disabled</b>
+ Приватный ключ <b>отключен</b>
+
Wallet is <b>encrypted</b> and currently <b>unlocked</b>
Кошелек <b>зашифрован</b> и сейчас <b>разблокирован</b>
@@ -676,6 +736,10 @@
Copy change
Скопировать сдачу
+
+ (%1 locked)
+ (%1 заблокирован)
+
yes
да
@@ -684,10 +748,22 @@
no
нет
+
+ This label turns red if any recipient receives an amount smaller than the current dust threshold.
+ Эта метка становится красной, если получатель получит меньшую сумму, чем текущий порог пыли.
+
+
+ Can vary +/- %1 satoshi(s) per input.
+ Может меняться +/- %1 сатоши(ей) за вход.
+
(no label)
(нет метки)
+
+ change from %1 (%2)
+ изменить с %1 (%2)
+
(change)
(сдача)
@@ -703,6 +779,14 @@
&Label
&Метка
+
+ The label associated with this address list entry
+ Метка, связанная с этим списком адресов
+
+
+ The address associated with this address list entry. This can only be modified for sending addresses.
+ Адрес, связанный с этой записью списка адресов. Он может быть изменён только для адресов отправки.
+
&Address
&Адрес
@@ -719,6 +803,14 @@
Edit sending address
Изменить адрес отправки
+
+ The entered address "%1" is not a valid Bitcoin address.
+ Введенный адрес "%1" не является действительным адресом Bitcoin.
+
+
+ Address "%1" already exists as a receiving address with label "%2" and so cannot be added as a sending address.
+ Адрес "%1" уже существует в качестве адреса получения с меткой "%2" и поэтому не может быть добавлен в качестве адреса отправки.
+
The entered address "%1" is already in the address book with label "%2".
Введённый адрес "%1" уже существует в адресной книге с меткой "%2".
@@ -761,6 +853,10 @@
version
версия
+
+ (%1-bit)
+ (%1-бит)
+
About %1
Около %1
@@ -784,6 +880,14 @@
As this is the first time the program is launched, you can choose where %1 will store its data.
Поскольку программа запущена впервые, вы должны указать где %1 будет хранить данные.
+
+ 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.
+ Когда вы нажмете ОК, %1 начнет загружать и обрабатывать полную цепочку блоков %4 (%2ГБ), начиная с самых ранних транзакций в %3, когда %4 был первоначально запущен.
+
+
+ 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.
+ Первоначальная синхронизация очень сложна и может выявить проблемы с оборудованием вашего компьютера, которые ранее оставались незамеченными. Каждый раз, когда вы запускаете %1, будет продолжена загрузка с того места, где остановился.
+
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.
Если вы указали сокращать объём хранимого блокчейна (pruning), все исторические данные все равно должны быть скачаны и обработаны, но впоследствии они будут удалены для экономии места на диске.
@@ -808,6 +912,10 @@
Approximately %1 GB of data will be stored in this directory.
Приблизительно %1 ГБ данных будет сохранено в эту директорию.
+
+ %1 will download and store a copy of the Bitcoin block chain.
+ %1 скачает и сохранит копию цепи блоков.
+
The wallet will also be stored in this directory.
Кошелек также будет сохранен в эту директорию.
@@ -820,7 +928,15 @@
Error
Ошибка
-
+
+ %n GB of free space available
+ %n ГБ свободного места%n ГБ свободного места%n ГБ свободного места%n ГБ свободного места
+
+
+ (of %n GB needed)
+ (требуется %n ГБ)(%n ГБ требуется)(%n ГБ требуется)(%n ГБ требуется)
+
+
ModalOverlay
@@ -868,8 +984,8 @@
Спрятать
- Unknown. Syncing Headers (%1)...
- Не известно. Синхронизация заголовков (%1)...
+ Unknown. Syncing Headers (%1, %2%)...
+ Не известно. Синхронизация заголовков (%1, %2%)...
@@ -878,6 +994,10 @@
Open URI
Открыть URI
+
+ Open payment request from URI or file
+ Открыть запрос на оплату из URI или файла
+
URI:
URI:
@@ -897,22 +1017,34 @@
Options
Опции
+
+ &Main
+ &Главный
+
Automatically start %1 after logging in to the system.
Автоматически запускать %1 после входа в систему.
+
+ &Start %1 on system login
+ &Запустить %1 при входе в систему
+
Size of &database cache
Размер кеша &базы данных
- MB
- МБ
+ Number of script &verification threads
+ Количество потоков для проверки скрипта
IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1)
IP-адрес прокси-сервера (к примеру, IPv4: 127.0.0.1 / IPv6: ::1)
+
+ Shows if the supplied default SOCKS5 proxy is used to reach peers via this network type.
+ Показывает, используется ли прокси-сервер SOCKS5 по умолчанию, для доступа к узлам через этот тип сети.
+
Use separate SOCKS&5 proxy to reach peers via Tor hidden services:
Использовать отдельные SOCKS&5 прокси для подключения к пирам через Tor hidden services:
@@ -925,6 +1057,18 @@
&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 |.
+ Сторонние URL-адреса (например, обозреватель блоков) , которые отображаются на вкладке транзакции как элементы контекстного меню. %s в URL заменяется хэшем транзакции. Несколько URL-адресов разделены вертикальной чертой |.
+
+
+ Open the %1 configuration file from the working directory.
+ Откройте файл конфигурации %1 из рабочего каталога.
+
Open Configuration File
Открыть файл конфигурации
@@ -941,6 +1085,10 @@
&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
Сокращать объём хранимого блокчейна до
@@ -953,6 +1101,14 @@
Reverting this setting requires re-downloading the entire blockchain.
Отмена этой настройки требует повторного скачивания всего блокчейна.
+
+ MiB
+ МиБ
+
+
+ (0 = auto, <0 = leave that many cores free)
+ (0=авто, <0 = оставить столько ядер свободными)
+
W&allet
К&ошелёк
@@ -965,10 +1121,18 @@
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.
+ Автоматически открыть порт для Bitcoin-клиента на маршрутизаторе. Работает только если Ваш маршрутизатор поддерживает UPnP, и данная функция включена.
+
Map port using &UPnP
Пробросить порт через &UPnP
@@ -1029,10 +1193,18 @@
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:
Язык пользовательского интерфейса:
@@ -1041,10 +1213,26 @@
The user interface language can be set here. This setting will take effect after restarting %1.
Здесь можно выбрать язык пользовательского интерфейса. Параметры будут применены после перезапуска %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
&ОК
@@ -1057,6 +1245,10 @@
default
по умолчанию
+
+ none
+ ни один
+
Confirm options reset
Подтвердить сброс опций
@@ -1073,6 +1265,10 @@
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
Ошибка
@@ -1096,6 +1292,10 @@
Form
Форма
+
+ The displayed information may be out of date. Your wallet automatically synchronizes with the Bitcoin network after a connection is established, but this process has not completed yet.
+ Отображаемая информация может быть устаревшей. Ваш бумажник автоматически синхронизируется с сетью Bitcoin после подключения, но этот процесс пока не завершён.
+
Watch-only:
Только просмотр:
@@ -1112,10 +1312,18 @@
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
Балансы
@@ -1140,25 +1348,73 @@
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
+ Не удаётся запустить bitcoin: обработчик click-to-pay
+
+
+ URI handling
+ Обработка идентификатора
+
'bitcoin://' is not a valid URI. Use 'bitcoin:' instead.
'bitcoin://' не верный URI. Используйте 'bitcoin:' вместо этого.
+
+ You are using a BIP70 URL which will be unsupported in the future.
+ Вы используете URL BIP70, который не будет поддерживаться в будущем.
+
+
+ Payment request fetch URL is invalid: %1
+ Неверный URL запроса платежа: %1
+
+
+ Cannot process payment request because BIP70 support was not compiled in.
+ Не удалось обработать запрос на оплату, так как поддержка BIP70 не была имплементирована.
+
Invalid payment address %1
Неверный адрес %1
+
+ URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters.
+ Не удалось обработать идентификатор! Это может быть связано с неверным Bitcoin-адресом или неправильными параметрами идентификатора.
+
+
+ Payment request file handling
+ Обработка запроса платежа
+
+
+ Payment request file cannot be read! This can be caused by an invalid payment request file.
+ Файл запроса платежа не может быть прочитан! Обычно это происходит из-за неверного файла запроса платежа.
+
Payment request rejected
Запрос платежа отклонен
+
+ Payment request network doesn't match client network.
+ Сеть запроса платежа не совпадает с сетью клиента.
+
Payment request expired.
Истекло время ожидания запроса платежа
@@ -1167,18 +1423,42 @@
Payment request is not initialized.
Запрос платежа не инициализирован
+
+ Unverified payment requests to custom payment scripts are unsupported.
+ Непроверенные запросы платежей с нестандартными платёжными сценариями не поддерживаются.
+
Invalid payment request.
Неверный запрос платежа.
+
+ Requested payment amount of %1 is too small (considered dust).
+ Запрошенная сумма платежа %1 слишком мала (считается пылью).
+
+
+ Refund from %1
+ Возврат от %1
+
+
+ Payment request %1 is too large (%2 bytes, allowed %3 bytes).
+ Запрос платежа %1 слишком большой (%2 байтов, разрешено %3 байтов).
+
Error communicating with %1: %2
Ошибка связи с %1: %2
+
+ Payment request cannot be parsed!
+ Запрос платежа не понятен!
+
Bad response from server %1
Неправильный ответ от сервера %1
+
+ Network request error
+ Ошибка сетевого запроса
+
Payment acknowledged
Оплата подтверждена
@@ -1198,6 +1478,10 @@
NodeId
Идентификатор узла
+
+ Ping
+ Время отклика
+
Sent
Отправлено
@@ -1233,14 +1517,46 @@
%1 s
%1 с
+
+ None
+ Ни один
+
N/A
Н/Д
+
+ %1 ms
+ %1 мс
+
+
+ %n second(s)
+ %n секунда%n секунд%n секунд%n секунд
+
+
+ %n minute(s)
+ %n минута%n минут%n минут%n минут
+
+
+ %n hour(s)
+ %n час%n часа%n часов%n часов
+
+
+ %n day(s)
+ %n день%n дней%n дней%n дней
+
+
+ %n week(s)
+ %n недели%n недель%n недель%n недель
+
%1 and %2
%1 и %2
+
+ %n year(s)
+ %n год%n лет%n лет%n лет
+
%1 B
%1 Б
@@ -1257,6 +1573,10 @@
%1 GB
%1 ГБ
+
+ %1 didn't yet exit safely...
+ %1 ещё не завершился безопасно...
+
unknown
неизвестно
@@ -1264,10 +1584,18 @@
QObject::QObject
+
+ Error parsing command line arguments: %1.
+ Синтаксическая ошибка аргументов командной строки: %1
+
Error: Specified data directory "%1" does not exist.
Ошибка: указанная директория данных "%1" не существует.
+
+ Error: Cannot parse configuration file: %1.
+ Ошибка : Не возможно разобрать файл конфигурации: %1.
+
Error: %1
Ошибка: %1
@@ -1310,6 +1638,34 @@
Debug window
Окно отладки
+
+ General
+ Общий
+
+
+ Using BerkeleyDB version
+ Используется версия BerkeleyDB
+
+
+ Datadir
+ Директория данных
+
+
+ To specify a non-default location of the data directory use the '%1' option.
+ Чтобы указать нестандартное расположение каталога данных, используйте этот параметр '%1'.
+
+
+ Blocksdir
+ Директория блоков
+
+
+ To specify a non-default location of the blocks directory use the '%1' option.
+ Чтобы указать нестандартное расположение каталога данных с блоками, используйте этот параметр '%1'.
+
+
+ Startup time
+ Время запуска
+
Network
Сеть
@@ -1346,6 +1702,10 @@
Wallet:
Кошелек:
+
+ (none)
+ (ни один)
+
&Reset
&Сбросить
@@ -1370,10 +1730,22 @@
Select a peer to view detailed information.
Выберите пира для просмотра детальной информации.
+
+ Whitelisted
+ Белый список
+
+
+ Direction
+ Направление
+
Version
Версия
+
+ Starting Block
+ Начальный блок
+
Synced Headers
Синхронизировано заголовков
@@ -1386,6 +1758,10 @@
User Agent
Пользовательский агент
+
+ Open the %1 debug log file from the current data directory. This can take a few seconds for large log files.
+ Открыть отладочный лог-файл %1 с текущего каталога данных. Для больших лог-файлов это может занять несколько секунд.
+
Decrease font size
Уменьшить размер шрифта
@@ -1398,6 +1774,10 @@
Services
Сервисы
+
+ Ban Score
+ Запретить счёт
+
Connection Time
Время соединения
@@ -1414,10 +1794,22 @@
Ping Time
Время отклика Ping
+
+ The duration of a currently outstanding ping.
+ Продолжительность текущего времени отклика.
+
+
+ Ping Wait
+ Отклик Подождите
+
Min Ping
Минимальное время отклика Ping
+
+ Time Offset
+ Временный офсет
+
Last block time
Время последнего блока
@@ -1434,6 +1826,10 @@
&Network Traffic
&Сетевой трафик
+
+ Totals
+ Всего
+
In:
Вход:
@@ -1442,6 +1838,14 @@
Out:
Выход:
+
+ Debug log file
+ Файл журнала отладки
+
+
+ Clear console
+ Очистить консоль
+
1 &hour
1 &час
@@ -1459,17 +1863,65 @@
1 &год
- default wallet
- Кошелек по умолчанию
+ &Disconnect
+ &Отключится
+
+
+ Ban for
+ Забанить на
+
+
+ &Unban
+ Отменить запрет
+
+
+ Welcome to the %1 RPC console.
+ Добро пожаловать в %1 RPC консоль
Type %1 for an overview of available commands.
Ввести %1 для обзора доступных команд.
+
+ For more information on using this console type %1.
+ Для получения дополнительных сведений об использовании этой консоли, введите %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
+ Выполнение команды с помощью "%1" кошелька
+
+
+ (node id: %1)
+ (идентификатор узла: %1)
+
+
+ via %1
+ с помощью %1
+
never
никогда
+
+ Inbound
+ Входящий
+
+
+ Outbound
+ Исходящий
+
Yes
Да
@@ -1485,6 +1937,10 @@
ReceiveCoinsDialog
+
+ &Amount:
+ &Количество:
+
&Label:
&Метка:
@@ -1493,6 +1949,22 @@
&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.
+ Необязательное сообщение для запроса платежа, которое будет показано при открытии запроса. Заметьте: сообщение не будет отправлено вместе с платежом через сеть Bitcoin.
+
+
+ An optional label to associate with the new receiving address.
+ Необязательная метка для нового адреса получения.
+
+
+ Use this form to request payments. All fields are <b>optional</b>.
+ Заполните форму для запроса платежей. Все поля <b>необязательны</b>.
+
+
+ An optional amount to request. Leave this empty or zero to not request a specific amount.
+ Необязательная сумма для запроса. Оставьте пустым или укажите ноль, чтобы запросить неопределённую сумму.
+
Clear all fields of the form.
Очистить все поля формы.
@@ -1568,6 +2040,10 @@
&Save Image...
&Сохранить изображение...
+
+ Request payment to %1
+ Запросить платёж на %1
+
Payment information
Информация о платеже
@@ -1596,6 +2072,10 @@
Wallet
Кошелек
+
+ Resulting URI too long, try to reduce the text for label / message.
+ Получившийся URI слишком длинный, попробуйте сократить текст метки / сообщения.
+
Error encoding URI into QR Code.
Ошибка преобразования URI в QR-код.
@@ -1678,6 +2158,10 @@
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
Указать адрес для сдачи
@@ -1690,6 +2174,10 @@
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.
Предупреждение: оценка комиссии в данный момент невозможна.
@@ -1698,6 +2186,14 @@
collapse fee-settings
свернуть настройки комиссионных
+
+ 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.
+ Укажите пользовательскую плату за килобайт (1000 байт) виртуального размера транзакции.
+
+Примечание: Так как комиссия рассчитывается на основе каждого байта, комиссия "100 сатошей за КБ " для транзакции размером 500 байт (половина 1 КБ) в конечном счете, приведет к сбору только 50 сатошей.
+
per kilobyte
за килобайт
@@ -1714,6 +2210,10 @@
Custom:
Пользовательское значение:
+
+ (Smart fee not initialized yet. This usually takes a few blocks...)
+ (Умная комиссия пока не инициализирована. Обычно для этого требуется несколько блоков...)
+
Send to multiple recipients at once
Отправить нескольким получателям сразу
@@ -1730,6 +2230,14 @@
Dust:
Пыль:
+
+ 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:
Целевое время подтверждения
@@ -1738,6 +2246,14 @@
Enable Replace-By-Fee
Включить 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.
+ С помощью Replace-By-Fee (BIP-125) вы можете увеличить комиссию за транзакцию после ее отправки. Без этого может быть рекомендована более высокая комиссия для компенсации повышенного риска задержки транзакции.
+
+
+ Clear &All
+ Очистить &Всё
+
Balance:
Баланс:
@@ -1746,6 +2262,10 @@
Confirm the send action
Подтвердить отправку
+
+ S&end
+ &Отправить
+
Copy quantity
Копировать количество
@@ -1774,6 +2294,14 @@
Copy change
Скопировать сдачу
+
+ %1 (%2 blocks)
+ %1 (%2 блоков)
+
+
+ %1 to %2
+ С %1 на %2
+
Are you sure you want to send?
Вы действительно хотите выполнить отправку?
@@ -1782,14 +2310,38 @@
or
или
+
+ You can increase the fee later (signals Replace-By-Fee, BIP-125).
+ Вы можете увеличить комиссию позже (Replace-By-Fee, BIP-125).
+
+
+ from wallet %1
+ С кошелька %1
+
+
+ Please, review your transaction.
+ Пожалуйста, ознакомьтесь с вашей транзакцией.
+
Transaction fee
- Комиссия
+ Комиссия за транзакцию
+
+
+ Not signalling Replace-By-Fee, BIP-125.
+ Не сигнализирует Replace-By-Fee, BIP-125.
+
+
+ Total Amount
+ Общая сумма
Confirm send coins
Подтвердить отправку монет
+
+ The recipient address is not valid. Please recheck.
+ Адрес получателя неверный. Пожалуйста, перепроверьте.
+
The amount to pay must be larger than 0.
Сумма оплаты должна быть больше 0.
@@ -1798,6 +2350,14 @@
The amount exceeds your balance.
Количество превышает ваш баланс.
+
+ The total exceeds your balance when the %1 transaction fee is included.
+ Сумма с учётом комиссии %1 превышает ваш баланс.
+
+
+ Duplicate address found: addresses should only be used once each.
+ Обнаружен дублирующийся адрес: используйте каждый адрес однократно.
+
Transaction creation failed!
Создание транзакции завершилось неудачей!
@@ -1822,6 +2382,14 @@
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)
(нет метки)
@@ -1829,6 +2397,14 @@
SendCoinsEntry
+
+ A&mount:
+ &Количество:
+
+
+ Pay &To:
+ &Заплатить:
+
&Label:
&Метка:
@@ -1837,6 +2413,14 @@
Choose previously used address
Выбрать предыдущий использованный адрес
+
+ This is a normal payment.
+ Это нормальный платёж.
+
+
+ The Bitcoin address to send the payment to
+ Bitcoin-адрес, на который отправить платёж
+
Alt+A
Alt+A
@@ -1853,6 +2437,14 @@
Remove this entry
Удалить эту запись
+
+ The fee will be deducted from the amount being sent. The recipient will receive less bitcoins than you enter in the amount field. If multiple recipients are selected, the fee is split equally.
+ С отправляемой суммы будет удержана комиссия. Получателю придёт меньше биткоинов, чем вы вводите в поле количества. Если выбрано несколько получателей, комиссия распределяется поровну.
+
+
+ S&ubtract fee from amount
+ В&ычесть комиссию с суммы
+
Use available balance
Использовать доступный баланс
@@ -1861,11 +2453,35 @@
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.
+ Сообщение прикрепленное к bitcoin идентификатору будет сохранено вместе с транзакцией для вашего сведения. Заметьте: сообщение не будет отправлено через сеть Bitcoin.
+
Pay To:
Выполнить оплату в пользу:
-
+
+ Memo:
+ Примечание:
+
+
+ Enter a label for this address to add it to your address book
+ Введите метку для этого адреса, чтобы добавить его в свою адресную книгу
+
+
SendConfirmationDialog
@@ -1879,9 +2495,29 @@
%1 is shutting down...
%1 завершает работу...
-
+
+ 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
+ Bitcoin-адрес, которым подписать сообщение
+
Choose previously used address
Выбрать предыдущий использованный адрес
@@ -1898,6 +2534,10 @@
Alt+P
Alt+P
+
+ Enter the message you want to sign here
+ Введите сообщение для подписи
+
Signature
Подпись
@@ -1906,6 +2546,50 @@
Copy the current signature to the system clipboard
Скопировать текущую подпись в буфер обмена системы
+
+ Sign the message to prove you own this Bitcoin address
+ Подписать сообщение, чтобы доказать владение Bitcoin-адресом
+
+
+ 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!
+ Введите ниже адрес получателя, сообщение (убедитесь, что переводы строк, пробелы, табы и т.п. в точности скопированы) и подпись, чтобы проверить сообщение. Убедитесь, что не скопировали лишнего в подпись, по сравнению с самим подписываемым сообщением, чтобы не стать жертвой атаки "man-in-the-middle". Заметьте, что эта операция удостоверяет лишь авторство подписавшего, но не может удостоверить отправителя транзакции.
+
+
+ The Bitcoin address the message was signed with
+ Bitcoin-адрес, которым было подписано сообщение
+
+
+ Verify the message to ensure it was signed with the specified Bitcoin address
+ Проверить сообщение, чтобы убедиться, что оно было подписано указанным Bitcoin-адресом
+
+
+ Verify &Message
+ Проверить &Сообщение
+
+
+ Reset all verify message fields
+ Сбросить все поля проверки сообщения
+
+
+ Click "Sign Message" to generate signature
+ Нажмите "Подписать сообщение" для создания подписи
+
The entered address is invalid.
Введенный адрес недействителен.
@@ -1914,10 +2598,22 @@
Please check the address and try again.
Необходимо проверить адрес и выполнить повторную попытку.
+
+ The entered address does not refer to a key.
+ Введённый адрес не связан с ключом.
+
Wallet unlock was cancelled.
Разблокирование кошелька было отменено.
+
+ Private key for the entered address is not available.
+ Недоступен секретный ключ для введённого адреса.
+
+
+ Message signing failed.
+ Не удалось подписать сообщение.
+
Message signed.
Сообщение подписано.
@@ -1926,15 +2622,55 @@
The signature could not be decoded.
Невозможно расшифровать подпись.
-
+
+ Please check the signature and try again.
+ Пожалуйста, проверьте подпись и попробуйте ещё раз.
+
+
+ The signature did not match the message digest.
+ Подпись не соответствует отпечатку сообщения.
+
+
+ Message verification failed.
+ Сообщение не прошло проверку.
+
+
+ Message verified.
+ Сообщение проверено.
+
+
SplashScreen
-
+
+ [testnet]
+ [Тестовая сеть]
+
+
TrafficGraphWidget
-
+
+ KB/s
+ КБ/сек
+
+
TransactionDesc
+
+ Open for %n more block(s)
+ Открыть еще на %n блокОткрыть еще на %n блоковОткрыть еще на %n блоковОткрыть еще на %n блоков
+
+
+ Open until %1
+ Открыто до %1
+
+
+ conflicted with a transaction with %1 confirmations
+ конфликт с транзакцией с %1 подтверждений
+
+
+ 0/unconfirmed, %1
+ 0/не подтверждено, %1
+
in memory pool
в мемпуле
@@ -1943,6 +2679,18 @@
not in memory pool
не в мемпуле
+
+ abandoned
+ заброшено
+
+
+ %1/unconfirmed
+ %1/не подтверждено
+
+
+ %1 confirmations
+ %1 подтверждений
+
Status
Статус
@@ -1955,6 +2703,10 @@
Source
Источник
+
+ Generated
+ Создано автоматически
+
From
От
@@ -1963,13 +2715,53 @@
unknown
неизвестно
+
+ To
+ Для
+
+
+ own address
+ свой адрес
+
watch-only
только просмотр
+
+ label
+ метка
+
+
+ Credit
+ Кредит
+
+
+ matures in %n more block(s)
+ созревает еще в %n блокахсозревает еще в %n блокахсозревает еще в %n блокахсозревает еще в %n блоках
+
+
+ not accepted
+ не принято
+
+
+ Debit
+ Дебет
+
+
+ Total debit
+ Всего дебет
+
+
+ Total credit
+ Всего кредит
+
Transaction fee
- Комиссия
+ Комиссия за транзакцию
+
+
+ Net amount
+ Чистая сумма
Message
@@ -1983,17 +2775,57 @@
Transaction ID
ID транзакции
+
+ Transaction total size
+ Общий размер транзакции
+
+
+ Transaction virtual size
+ Виртуальный размер транзакции
+
+
+ Output index
+ Индекс выхода
+
+
+ Merchant
+ Мерчант
+
+
+ Generated coins must mature %1 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, its state will change to "not accepted" and it won't be spendable. This may occasionally happen if another node generates a block within a few seconds of yours.
+ Созданные автоматически монеты должны подождать %1 блоков, прежде чем они могут быть потрачены. Когда вы создали автоматически этот блок, он был отправлен в сеть для добавления в цепочку блоков. Если он не попадёт в цепь, его статус изменится на "не принят", и монеты будут недействительны. Это иногда происходит в случае, если другой узел создаст автоматически блок на несколько секунд раньше вас.
+
+
+ Debug information
+ Отладочная информация
+
Transaction
Транзакция
+
+ Inputs
+ Входы
+
Amount
Количество
-
+
+ true
+ истина
+
+
+ false
+ ложь
+
+
TransactionDescDialog
+
+ This pane shows a detailed description of the transaction
+ На этой панели показано подробное описание транзакции
+
Details for %1
Детальная информация по %1
@@ -2013,14 +2845,58 @@
Label
Метка
+
+ Open for %n more block(s)
+ Открыть еще на %n блокОткрыть еще на %n блоковОткрыть еще на %n блоковОткрыть еще на %n блоков
+
+
+ Open until %1
+ Открыто до %1
+
+
+ Unconfirmed
+ Неподтвержденный
+
+
+ Abandoned
+ Заброшено
+
+
+ Confirming (%1 of %2 recommended confirmations)
+ Подтверждается (%1 из %2 рекомендуемых подтверждений)
+
+
+ Confirmed (%1 confirmations)
+ Подтверждено (%1 подтверждений)
+
+
+ Conflicted
+ В противоречии
+
+
+ Immature (%1 confirmations, will be available after %2)
+ Незрелый (%1 подтверждений, будет доступно после %2)
+
+
+ Generated but not accepted
+ Создано автоматически, но не принято
+
Received with
Получено на
+
+ Received from
+ Получено от
+
Sent to
Отправить
+
+ Payment to yourself
+ Отправлено себе
+
Mined
Добыто
@@ -2029,6 +2905,10 @@
watch-only
только просмотр
+
+ (n/a)
+ (недоступно)
+
(no label)
(нет метки)
@@ -2045,7 +2925,19 @@
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
@@ -2092,6 +2984,10 @@
Mined
Добыто
+
+ Other
+ Другое
+
Enter address, transaction id, or label to search
Введите адрес, ID транзакции или метку для поиска
@@ -2140,10 +3036,22 @@
Show transaction details
Отобразить детали транзакции
+
+ Export Transaction History
+ Экспортировать историю транзакций
+
+
+ Comma separated file (*.csv)
+ Файл, разделенный запятыми
+
Confirmed
Подтвержденные
+
+ Watch-only
+ Только наблюдение
+
Date
Дата
@@ -2180,19 +3088,50 @@
The transaction history was successfully saved to %1.
Историю транзакций было успешно сохранено в %1.
-
+
+ Range:
+ Диапазон:
+
+
+ to
+ для
+
+
UnitDisplayStatusBarControl
+
+ Unit to show amounts in. Click to select another unit.
+ Единица измерения количества монет. Щёлкните для выбора другой единицы.
+
+
+
+ WalletController
+
+ Close wallet
+ Закрыть кошелек
+
+
+ Are you sure you wish to close wallet <i>%1</i>?
+ Вы уверены, что хотите закрыть кошелек <i>%1</i>?
+
WalletFrame
-
+
+ No wallet has been loaded.
+ Не был загружен ни один кошелёк.
+
+
WalletModel
Send Coins
Отправить монеты
+
+ Fee bump error
+ Ошибка оплаты
+
Increasing transaction fee failed
Увеличение комиссии за транзакцию завершилось неудачей
@@ -2203,7 +3142,7 @@
Current fee:
- Текущее значение комиссии
+ Текущая комиссия:
Increase:
@@ -2211,7 +3150,11 @@
New fee:
- Новое значение комиссии:
+ Новая комиссия:
+
+
+ Confirm fee bump
+ Подтвердите оплату
Can't sign transaction.
@@ -2221,6 +3164,10 @@
Could not commit transaction
Не удалось выполнить транзакцию
+
+ default wallet
+ Кошелек по умолчанию
+
WalletView
@@ -2256,13 +3203,37 @@
The wallet data was successfully saved to %1.
Данные кошелька были успешно сохранены в %1.
-
+
+ Cancel
+ Отмена
+
+
bitcoin-core
+
+ Distributed under the MIT software license, see the accompanying file %s or %s
+ Распространяется под лицензией MIT, см. приложенный файл %s или %s
+
+
+ Prune configured below the minimum of %d MiB. Please use a higher number.
+ Удаление блоков выставлено ниже, чем минимум в %d Мб. Пожалуйста, используйте большее значение.
+
+
+ Prune: last wallet synchronisation goes beyond pruned data. You need to -reindex (download the whole blockchain again in case of pruned node)
+ Удаление: последняя синхронизация кошелька вышла за рамки удаленных данных. Вам нужен -reindex (скачать всю цепь блоков в случае удаленного узла)
+
+
+ Rescans are not possible in pruned mode. You will need to use -reindex which will download the whole blockchain again.
+ Повторное сканирование не возможно в режиме удаления. Вам надо будет использовать -reindex, который загрузит заново всю цепь блоков.
+
Error: A fatal internal error occurred, see debug.log for details
Ошибка: произошла критическая внутренняя ошибка, для получения деталей см. debug.log
+
+ Pruning blockstore...
+ Очистка хранилища блоков...
+
Unable to start HTTP server. See debug log for details.
Невозможно запустить HTTP-сервер. Для получения более детальной информации необходимо обратиться к журналу отладки.
@@ -2275,18 +3246,106 @@
The %s developers
Разработчики %s
+
+ Cannot obtain a lock on data directory %s. %s is probably already running.
+ Невозможно заблокировать каталог данных %s. %s возможно уже работает.
+
+
+ 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.
+ Ошибка чтения %s! Все ключи прочитаны верно, но данные транзакций или записи адресной книги могут отсутствовать или быть неправильными.
+
+
+ Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly.
+ Пожалуйста убедитесь в корректности установки времени и даты на вашем компьютере! Если время установлено неверно, %s не будет работать правильно.
+
+
+ Please contribute if you find %s useful. Visit %s for further information about the software.
+ Пожалуйста, внесите свой вклад, если вы найдете %s полезными. Посетите %s для получения дополнительной информации о программном обеспечении.
+
+
+ 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.
+ Невозможно воспроизвести блоки. Вам нужно будет перестроить базу данных, используя -reindex-chaintate.
+
+
+ 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
%d из последних 100 блоков имеют неожиданную версию
+
+ %s corrupt, salvage failed
+ %s поврежден, восстановить не удалось
+
+
+ -maxmempool must be at least %d MB
+ -maxmempool должен быть как минимум %d Мб
+
+
+ Cannot resolve -%s address: '%s'
+ Не удается разрешить -%s адрес: '%s'
+
+
+ Change index out of range
+ Изменение индекса вне диапазона
+
+
+ Config setting for %s only applied on %s network when in [%s] section.
+ Настройка конфигурации для %s применяется только в %s сети во [%s] разделе.
+
Copyright (C) %i-%i
Авторское право (©) %i-%i
+
+ Corrupted block database detected
+ БД блоков повреждена
+
+
+ Do you want to rebuild the block database now?
+ Пересобрать БД блоков прямо сейчас?
+
+
+ Error initializing block database
+ Ошибка инициализации блоков БД
+
+
+ Error initializing wallet database environment %s!
+ Ошибка инициализации окружения БД кошелька %s!
+
Error loading %s
Ошибка загрузки %s
+
+ Error loading %s: Private keys can only be disabled during creation
+ Ошибка загрузки %s: Приватные ключи можно отключить только при создании
+
Error loading %s: Wallet corrupted
Ошибка загрузки %s: кошелек поврежден
@@ -2295,14 +3354,58 @@
Error loading %s: Wallet requires newer version of %s
Ошибка загрузки %s: кошелек требует более поздней версии %s
+
+ Error loading block database
+ Ошибка чтения БД блоков
+
+
+ Error opening block database
+ Не удалось открыть БД блоков
+
Error: Disk space is low!
Ошибка: место на диске заканчивается!
+
+ Failed to listen on any port. Use -listen=0 if you want this.
+ Не удалось начать прослушивание на порту. Используйте -listen=0 если вас это устраивает.
+
+
+ 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.
+ Начальная проверка исправности не удалась. %s завершает работу.
+
+
+ Invalid amount for -%s=<amount>: '%s'
+ Неверная сумма для -%s=<amount>: '%s'
+
+
+ Invalid amount for -discardfee=<amount>: '%s'
+ Недопустимая сумма для -discardfee=<amount>: '%s'
+
+
+ Invalid amount for -fallbackfee=<amount>: '%s'
+ Недопустимая сумма для -fallbackfee=<amount>: '%s'
+
+
+ Specified blocks directory "%s" does not exist.
+ Указанная директория с блоками "%s" не существует.
+
+
+ Upgrading txindex database
+ Обновление БД txindex
+
Loading P2P addresses...
Выполняется загрузка P2P-адресов...
@@ -2315,50 +3418,228 @@
Not enough file descriptors available.
Недоступно достаточного количества дескрипторов файла.
+
+ Prune cannot be configured with a negative value.
+ Удаление блоков не может использовать отрицательное значение.
+
+
+ Prune mode is incompatible with -txindex.
+ Режим удаления блоков несовместим с -txindex.
+
+
+ Replaying blocks...
+ Пересборка блоков...
+
+
+ Rewinding blocks...
+ Перемотка блоков...
+
+
+ The source code is available from %s.
+ Исходный код доступен в %s.
+
Transaction fee and change calculation failed
Не удалось рассчитать комиссию и сдачу для транзакции
- Unsupported argument -debugnet ignored, use -debug=net.
- Неподдерживаемый аргумент -debugnet пропущен, необходимо использовать -debug=net.
+ Unable to bind to %s on this computer. %s is probably already running.
+ Невозможно привязаться к %s на этом компьютере. Возможно, %s уже работает.
- Unsupported argument -tor found, use -onion.
- Обнаружен неподдерживаемый аргумент -tor, необходимо использовать -onion.
+ Unable to generate keys
+ Невозможно сгенерировать ключи
+
+
+ Unsupported logging category %s=%s.
+ Неподдерживаемая категория ведения журнала %s=%s.
+
+
+ Upgrading UTXO database
+ Обновление БД UTXO
+
+
+ User Agent comment (%s) contains unsafe characters.
+ Комментарий пользователя (%s) содержит небезопасные символы.
Verifying blocks...
Проверка блоков...
+
+ Wallet needed to be rewritten: restart %s to complete
+ Необходимо перезаписать бумажник, перезапустите %s для завершения операции.
+
+
+ Error: Listening for incoming connections failed (listen returned error %s)
+ Ошибка: Не удалось начать прослушивание входящих подключений (прослушивание вернуло ошибку %s)
+
+
+ Invalid amount for -maxtxfee=<amount>: '%s' (must be at least the minrelay fee of %s to prevent stuck transactions)
+ Неверное значение для -maxtxfee=<amount>: '%s' (минимальная комиссия трансляции %s для предотвращения зависания транзакций)
+
+
+ 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
+ Вам необходимо пересобрать базу данных с помощью -reindex, чтобы вернуться к полному режиму. Это приведёт к перезагрузке всей цепи блоков
+
Error reading from database, shutting down.
Ошибка чтения с базы данных, выполняется закрытие.
+
+ Error upgrading chainstate database
+ Ошибка обновления БД состояния цепи
+
+
+ Error: Disk space is low for %s
+ Ошибка: На диске недостаточно места для %s
+
Information
Информация
+
+ Invalid -onion address or hostname: '%s'
+ Неверный -onion адрес или имя хоста: '%s'
+
+
+ Invalid -proxy address or hostname: '%s'
+ Неверный адрес -proxy или имя хоста: '%s'
+
+
+ Invalid amount for -paytxfee=<amount>: '%s' (must be at least %s)
+ Неверное количество в параметре -paytxfee=<amount>: '%s' (должно быть как минимум %s)
+
+
+ Invalid netmask specified in -whitelist: '%s'
+ Указана неверная сетевая маска в -whitelist: '%s'
+
+
+ Need to specify a port with -whitebind: '%s'
+ Необходимо указать порт с -whitebind: '%s'
+
+
+ Reducing -maxconnections from %d to %d, because of system limitations.
+ Уменьшите -maxconnections с %d до %d, из-за ограничений системы.
+
+
+ Section [%s] is not recognized.
+ Раздел [%s] не распознан.
+
Signing transaction failed
Подписание транзакции завершилось неудачей
+
+ Specified -walletdir "%s" does not exist
+ Указанный -walletdir "%s" не существует
+
+
+ Specified -walletdir "%s" is a relative path
+ Указанный -walletdir "%s" является относительным путем
+
+
+ Specified -walletdir "%s" is not a directory
+ Указанный -walletdir "%s" не является каталогом
+
+
+ The specified config file %s does not exist
+
+ Указанный файл конфигурации %s не существует
+
+
+
+ The transaction amount is too small to pay the fee
+ Сумма транзакции слишком мала для уплаты комиссии
+
+
+ This is experimental software.
+ Это экспериментальное ПО.
+
Transaction amount too small
Размер транзакции слишком мал
+
+ Transaction too large for fee policy
+ Транзакция слишком большая для правил комиссии
+
Transaction too large
Транзакция слишком большая
+
+ Unable to bind to %s on this computer (bind returned error %s)
+ Невозможно привязаться к %s на этом компьютере (bind вернул ошибку %s)
+
+
+ Unable to generate initial keys
+ Невозможно сгенерировать начальные ключи
+
+
+ Verifying wallet(s)...
+ Проверка кошелька(ов)...
+
+
+ Wallet %s resides outside wallet directory %s
+ Бумажник %s располагается вне каталога данных %s
+
Warning
Предупреждение
+
+ Warning: unknown new rules activated (versionbit %i)
+ Внимание: Неизвестные правила вступили в силу (versionbit %i)
+
+
+ Zapping all transactions from wallet...
+ Стираем все транзакции из кошелька...
+
+
+ -maxtxfee is set very high! Fees this large could be paid on a single transaction.
+ Установлено очень большое значение -maxtxfee. Такие большие комиссии могут быть уплачены в отдельной транзакции.
+
+
+ This is the transaction fee you may pay when fee estimates are not available.
+ Это комиссия за транзакцию, которую вы можете заплатить, когда расчёт комиссии недоступен.
+
+
+ This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit %s and cryptographic software written by Eric Young and UPnP software written by Thomas Bernard.
+ Этот продукт включает ПО, разработанное OpenSSL Project для использования в OpenSSL Toolkit %s и криптографическое ПО, написанное Eric Young и ПО для работы с UPnP, написанное Thomas Bernard.
+
+
+ Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments.
+ Текущая длина строки версии сети (%i) превышает максимальную длину (%i). Уменьшите количество или размер uacomments.
+
+
+ Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup.
+ Внимание: Файл бумажника поврежден, данные восстановлены! Оригинальный %s сохранен как %s в %s; Если баланс или транзакции некорректны, вы должны восстановить файл из резервной копии.
+
+
+ %s is set very high!
+ %s задан слишком высоким!
+
+
+ Error loading wallet %s. Duplicate -wallet filename specified.
+ Ошибка загрузки кошелька %s. Задано повторяющееся имя файла.
+
+
+ Keypool ran out, please call keypoolrefill first
+ Пул ключей опустел, пожалуйста, выполните keypoolrefill
+
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.
Это минимальная комиссия, которую вы платите для любой транзакции
@@ -2371,14 +3652,38 @@
Transaction amounts must not be negative
Размер транзакции не может быть отрицательным
+
+ Transaction has too long of a mempool chain
+ В транзакции слишком длинная цепочка
+
Transaction must have at least one recipient
Транзакция должна иметь хотя бы одного получателя
+
+ Unknown network specified in -onlynet: '%s'
+ Неизвестная сеть, указанная в -onlynet: '%s'
+
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.
+ Невозможно обновить не разделенный HD кошелек без обновления для поддержки предварительно разделенного пула ключей. Пожалуйста, используйте -upgradewallet=169900 или -upgradeallet без указания версии.
+
+
+ Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable -fallbackfee.
+ Не удалось оценить комиссию. Резервная комиссия отключена. Подождите несколько блоков или включите -fallbackfee.
+
+
+ Warning: Private keys detected in wallet {%s} with disabled private keys
+ Предупреждение: Приватные ключи обнаружены в кошельке {%s} с отключенными приватными ключами
+
+
+ Cannot write to data directory '%s'; check permissions.
+ Не удается выполнить запись в каталог данных '%s'; проверьте разрешения.
+
Loading block index...
Загрузка индекса блоков...
diff --git a/src/qt/locale/bitcoin_sk.ts b/src/qt/locale/bitcoin_sk.ts
index 7a6dabb555..df21b619df 100644
--- a/src/qt/locale/bitcoin_sk.ts
+++ b/src/qt/locale/bitcoin_sk.ts
@@ -188,8 +188,8 @@
Peňaženka zašifrovaná
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- %1 sa teraz zavrie, aby sa ukončil proces šifrovania. Zašifrovanie peňaženky neochráni úplne pred krádežou bitcoinov škodlivými programami, ktoré prenikli do vášho počítača.
+ Your wallet is now encrypted. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
+ Vaša peňaženka je teraz zašifrovaná. Zašifrovanie peňaženky Vás plne nechráni pred krádežou bitcoinov škodlivými programami, ktoré prenikli do vášho počítača.
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.
@@ -253,10 +253,6 @@
&Overview
&Prehľad
-
- Node
- Uzol
-
Show general overview of wallet
Zobraziť celkový prehľad o peňaženke
@@ -313,14 +309,6 @@
&Change Passphrase...
&Zmena Hesla...
-
- &Sending addresses...
- &Odosielajúce adresy ...
-
-
- &Receiving addresses...
- &Prijímajúce adresy...
-
Open &URI...
Otvoriť &URI...
@@ -329,10 +317,6 @@
Wallet:
Peňaženka:
-
- default wallet
- predvolená peňaženka
-
Click to disable network activity.
Kliknite pre zakázanie sieťovej aktivity.
@@ -385,10 +369,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Peňaženka
-
&Send
&Odoslať
@@ -497,10 +477,66 @@
Up to date
Aktualizovaný
+
+ &Sending addresses
+ &Odosielajúce adresy
+
+
+ &Receiving addresses
+ &Prijímajúce adresy
+
+
+ Open Wallet
+ Otvoriť peňaženku
+
+
+ Open a wallet
+ Otvoriť peňaženku
+
+
+ Close Wallet...
+ Zatvoriť peňaženku...
+
+
+ Close wallet
+ Zatvoriť peňaženku
+
Show the %1 help message to get a list with possible Bitcoin command-line options
Ukáž %1 zoznam možných nastavení Bitcoinu pomocou príkazového riadku
+
+ default wallet
+ predvolená peňaženka
+
+
+ Opening Wallet <b>%1</b>...
+ Otvára sa peňaženka <b>%1</b>...
+
+
+ Open Wallet Failed
+ Otvorenie peňaženky zlyhalo
+
+
+ &Window
+ &Okno
+
+
+ Minimize
+ Minimalizovať
+
+
+ Zoom
+ Priblížiť
+
+
+ Restore
+ Obnoviť
+
+
+ Main Window
+ Hlavné okno
+
%1 client
%1 klient
@@ -565,6 +601,10 @@
HD key generation is <b>disabled</b>
Generovanie HD kľúčov je <b>vypnuté</b>
+
+ Private key <b>disabled</b>
+ Súkromný kľúč <b>vypnutý</b>
+
Wallet is <b>encrypted</b> and currently <b>unlocked</b>
Peňaženka je <b>zašifrovaná</b> a momentálne <b>odomknutá</b>
@@ -741,7 +781,7 @@
The label associated with this address list entry
- Popis tejto položký v zozname adries je prázdny
+ Popis spojený s týmto záznamom v adresári
The address associated with this address list entry. This can only be modified for sending addresses.
@@ -796,7 +836,7 @@
Directory already exists. Add %1 if you intend to create a new directory here.
- Priečinok už existuje. Pridajte "%1" ak chcete vytvoriť nový priečinok tu.
+ Priečinok už existuje. Pridajte "%1", ak tu chcete vytvoriť nový priečinok.
Path already exists, and is not a directory.
@@ -866,7 +906,7 @@
At least %1 GB of data will be stored in this directory, and it will grow over time.
- Aspoň %1 GB dát bude uložených v tejto zložke a postupom času bude narastať.
+ V tejto zložke bude uložených aspoň %1 GB dát a postupom času sa bude zväčšovať.
Approximately %1 GB of data will be stored in this directory.
@@ -901,7 +941,7 @@
ModalOverlay
Form
- Forma
+ Formulá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.
@@ -944,8 +984,8 @@
Skryť
- Unknown. Syncing Headers (%1)...
- Neznámy. Synchronizujú sa hlavičky (%1)...
+ Unknown. Syncing Headers (%1, %2%)...
+ Neznámy. Synchronizujú sa hlavičky (%1, %2%)...
@@ -993,10 +1033,6 @@
Size of &database cache
Veľkosť vyrovnávacej pamäti &databázy
-
- MB
- MB
-
Number of script &verification threads
Počet &vlákien overujúcich skript
@@ -1029,10 +1065,6 @@
Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.
URL tretích strán (napr. prehliadač blockchain) ktoré sa zobrazujú v záložke transakcií ako položky kontextového menu. %s v URL je nahradené hash-om transakcie. Viaceré URL sú oddelené zvislou čiarou |.
-
- Active command-line options that override above options:
- Aktívne možnosti príkazového riadku ktoré prepíšu možnosti vyššie:
-
Open the %1 configuration file from the working directory.
Otvorte konfiguračný súbor %1 s pracovného adresára.
@@ -1069,6 +1101,10 @@
Reverting this setting requires re-downloading the entire blockchain.
Obnovenie tohto nastavenia vyžaduje opätovné prevzatie celého blockchainu.
+
+ MiB
+ MiB
+
(0 = auto, <0 = leave that many cores free)
(0 = auto, <0 = nechať toľko jadier voľných)
@@ -1083,11 +1119,11 @@
Enable coin &control features
- Povoliť možnosti "&coin control"
+ Povoliť možnosti &kontroly minci
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.
- Ak vypnete míňanie nepotvrdeného výdavku tak výdavok z transakcie bude možné použiť až keď daná transakcia bude mať aspoň jedno potvrdenie. Toto má vplyv aj na výpočet vášho zostatku.
+ Ak vypnete míňanie nepotvrdeného výdavku, tak výdavok z transakcie bude možné použiť, až keď daná transakcia bude mať aspoň jedno potvrdenie. Toto má vplyv aj na výpočet vášho zostatku.
&Spend unconfirmed change
@@ -1187,12 +1223,16 @@
Whether to show coin control features or not.
- Či zobrazovať možnosti "Coin control" alebo nie.
+ Či zobrazovať možnosti kontroly minci alebo nie.
&Third party transaction URLs
URL transakcií tretích strán
+
+ Options set in this dialog are overridden by the command line or in the configuration file:
+ Voľby nastavené v tomto dialógovom okne sú prepísané príkazovým riadkom alebo v konfiguračným súborom:
+
&OK
&OK
@@ -1250,7 +1290,7 @@
OverviewPage
Form
- Forma
+ Formulár
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.
@@ -1339,10 +1379,18 @@
'bitcoin://' is not a valid URI. Use 'bitcoin:' instead.
'bitcoin://' je neplatná URI. Použite 'bitcoin:'
+
+ You are using a BIP70 URL which will be unsupported in the future.
+ Používate adresu URL typu BIP70, ktorá nebude v budúcnosti podporovaná.
+
Payment request fetch URL is invalid: %1
URL pre stiahnutie výzvy na zaplatenie je neplatné: %1
+
+ Cannot process payment request because BIP70 support was not compiled in.
+ Nemožno spracovať žiadosť o platbu, pretože podpora pre BIP70 nebola zahrnutá.
+
Invalid payment address %1
Neplatná adresa platby %1
@@ -1602,6 +1650,18 @@
Datadir
Priečinok s dátami
+
+ To specify a non-default location of the data directory use the '%1' option.
+ Ak chcete zadať miesto dátového adresára, ktoré nie je predvolené, použite voľbu '%1'.
+
+
+ Blocksdir
+ Blocksdir
+
+
+ To specify a non-default location of the blocks directory use the '%1' option.
+ Ak chcete zadať miesto adresára pre bloky, ktoré nie je predvolené, použite voľbu '%1'.
+
Startup time
Čas spustenia
@@ -1809,16 +1869,12 @@
Ban for
- Zakázať na
+ Zákaz pre
&Unban
&Zrušiť zákaz
-
- default wallet
- predvolená peňaženka
-
Welcome to the %1 RPC console.
Vitajte v %1 RPC konzole
@@ -2069,7 +2125,7 @@
Coin Control Features
- Možnosti "Coin Control"
+ Možnosti kontroly minci
Inputs...
@@ -2151,14 +2207,6 @@ Poznámka: Keďže poplatok je počítaný za bajt, poplatok o hodnote "100 sato
Hide
Skryť
-
- Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.
- Zaplatenie len minimálneho poplatku je v poriadku, pokiaľ existuje menej transakcií ako miesta v blokoch. Uvedomte si však, že ak bude vyšší dopyt po transakciách ako dokáže sieť spracovať, môže byť vaša transakcia odsúvaná a nepotvrdená donekonečna.
-
-
- (read the tooltip)
- (prečítajte si nápovedu pod kurzorom)
-
Recommended:
Odporúčaný:
@@ -2187,6 +2235,14 @@ Poznámka: Keďže poplatok je počítaný za bajt, poplatok o hodnote "100 sato
Dust:
Prach:
+
+ 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.
+ 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ť.
+
+
+ A too low fee might result in a never confirming transaction (read the tooltip)
+ Príliš nízky poplatok môže mať za následok nikdy nepotvrdenú transakciu (prečítajte si popis)
+
Confirmation time target:
Cieľový čas potvrdenia:
@@ -2323,10 +2379,6 @@ Poznámka: Keďže poplatok je počítaný za bajt, poplatok o hodnote "100 sato
Payment request expired.
Vypršala platnosť požiadavky na platbu.
-
- Pay only the required fee of %1
- Zaplatiť iba požadovaný poplatok %1
-
Estimated to begin confirmation within %n block(s).
Odhadovaný začiatok potvrdzovania po %n bloku.Odhadovaný začiatok potvrdzovania po %n blokoch.Odhadovaný začiatok potvrdzovania po %n blokoch.Odhadovaný začiatok potvrdzovania po %n blokoch.
@@ -2337,15 +2389,15 @@ Poznámka: Keďže poplatok je počítaný za bajt, poplatok o hodnote "100 sato
Warning: Unknown change address
- UPOZORNENIE: Neznáma zmena adresy
+ UPOZORNENIE: Neznáma výdavková adresa
Confirm custom change address
- Potvrďte zmenu adresy
+ Potvrďte vlastnú výdavkovú adresu
The address you selected for change is not part of this wallet. Any or all funds in your wallet may be sent to this address. Are you sure?
- Zadaná adresa nie je súčasťou tejto peňaženky. Časť alebo všetky peniaze z peňaženky môžu byť odoslané na túto adresu. Ste si istý?
+ Zadaná adresa pre výdavok nie je súčasťou tejto peňaženky. Časť alebo všetky peniaze z peňaženky môžu byť odoslané na túto adresu. Ste si istý?
(no label)
@@ -3061,6 +3113,21 @@ Poznámka: Keďže poplatok je počítaný za bajt, poplatok o hodnote "100 sato
Jednotka pre zobrazovanie súm. Kliknite pre zvolenie inej jednotky.
+
+ WalletController
+
+ Close wallet
+ Zatvoriť peňaženku
+
+
+ Are you sure you wish to close wallet <i>%1</i>?
+ Ste si istí, že si želáte zatvoriť peňaženku <i>%1</i>?
+
+
+ Closing the wallet for too long can result in having to resync the entire chain if pruning is enabled.
+ Zatvorenie peňaženky na príliš dlhú dobu môže mať za následok potrebu znova synchronizovať celý blockchain v prípade, že je aktivované redukovanie blockchainu.
+
+
WalletFrame
@@ -3110,6 +3177,10 @@ Poznámka: Keďže poplatok je počítaný za bajt, poplatok o hodnote "100 sato
Could not commit transaction
Nemôzeme uložiť transakciu do peňaženky
+
+ default wallet
+ predvolená peňaženka
+
WalletView
@@ -3188,6 +3259,10 @@ Poznámka: Keďže poplatok je počítaný za bajt, poplatok o hodnote "100 sato
The %s developers
Vývojári %s
+
+ Can't generate a change-address key. No keys in the internal keypool and can't generate any keys.
+ Nie je možné vygenerovať kľúč na zmenu adresy. Nie sú dostupné žiadne kľúče a nie je možné ich ani generovať.
+
Cannot obtain a lock on data directory %s. %s is probably already running.
Nemožné uzamknúť zložku %s. %s pravdepodobne už beží.
@@ -3200,10 +3275,6 @@ Poznámka: Keďže poplatok je počítaný za bajt, poplatok o hodnote "100 sato
Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect.
Nastala chyba pri čítaní súboru %s! Všetkz kľúče sa prečítali správne, ale dáta o transakcíách alebo záznamy v adresári môžu chýbať alebo byť nesprávne.
-
- Group outputs by address, selecting all or none, instead of selecting on a per-output basis. Privacy is improved as an address is only used once (unless someone sends to it after spending from it), but may result in slightly higher fees as suboptimal coin selection may result due to the added limitation (default: %u)
- Zoskupenie výstupov podľa adresy, pri vybratí všetkých alebo žiadnych, namiesto vybratia na báze za výstup. Zlepší sa súkromie, keďže adresa je použitá len raz (pokiaľ nikto na túto adresu už nič nepošle po minutí), ale môže vyústiť v trochu väčšie poplatky keďže ne-optimalizovaný výber mincí môže vyústiť v pridané obmedzenia (predvolené: %u)
-
Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly.
Prosím skontrolujte systémový čas a dátum. Keď je váš čas nesprávny, %s nebude fungovať správne.
@@ -3260,6 +3331,10 @@ Poznámka: Keďže poplatok je počítaný za bajt, poplatok o hodnote "100 sato
Change index out of range
Menný index mimo rozsah
+
+ Config setting for %s only applied on %s network when in [%s] section.
+ Nastavenie konfigurácie pre %s platí iba v sieti %s a v sekcii [%s].
+
Copyright (C) %i-%i
Copyright (C) %i-%i
@@ -3272,10 +3347,6 @@ Poznámka: Keďže poplatok je počítaný za bajt, poplatok o hodnote "100 sato
Do you want to rebuild the block database now?
Chcete znovu zostaviť databázu blokov?
-
- Error creating %s: You can't create non-HD wallets with this version.
- Chyba počas vytvárania %s: S touto verziou nemôžete vytvoriť ne-HD peňaženky.
-
Error initializing block database
Chyba inicializácie databázy blokov
@@ -3348,6 +3419,10 @@ Poznámka: Keďže poplatok je počítaný za bajt, poplatok o hodnote "100 sato
Specified blocks directory "%s" does not exist.
Zadaný adresár blokov "%s" neexistuje.
+
+ Unable to create the PID file '%s': %s
+ Nepodarilo sa vytvoriť súbor PID '%s': %s
+
Upgrading txindex database
Inovuje sa txindex databáza
@@ -3386,7 +3461,7 @@ Poznámka: Keďže poplatok je počítaný za bajt, poplatok o hodnote "100 sato
Transaction fee and change calculation failed
- Zlyhal výpočet transakčného poplatku a drobných
+ Zlyhal výpočet transakčného poplatku a výdavku
Unable to bind to %s on this computer. %s is probably already running.
@@ -3396,18 +3471,6 @@ Poznámka: Keďže poplatok je počítaný za bajt, poplatok o hodnote "100 sato
Unable to generate keys
Nepodarilo sa vygenerovať kľúče
-
- Unsupported argument -benchmark ignored, use -debug=bench.
- Nepodporovaný parameter -benchmark bol ignorovaný, použite -debug=bench.
-
-
- Unsupported argument -debugnet ignored, use -debug=net.
- Nepodporovaný argument -debugnet bol ignorovaný, použite -debug=net.
-
-
- Unsupported argument -tor found, use -onion.
- Nepodporovaný argument -tor, použite -onion.
-
Unsupported logging category %s=%s.
Nepodporovaná logovacia kategória %s=%s.
@@ -3444,10 +3507,6 @@ Poznámka: Keďže poplatok je počítaný za bajt, poplatok o hodnote "100 sato
You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain
K návratu k neprerezávaciemu režimu je treba prestavať databázu použitím -reindex. Tiež sa znova stiahne celý reťazec blokov
-
- Error loading %s: You can't disable HD on an already existing HD wallet
- Chyba pri načítání %s: nemôžeš vypnúť HD u existujúcej HD peňaženky
-
Error reading from database, shutting down.
Chyba pri načítaní z databázy, ukončuje sa.
@@ -3456,6 +3515,10 @@ Poznámka: Keďže poplatok je počítaný za bajt, poplatok o hodnote "100 sato
Error upgrading chainstate database
Chyba pri vylepšení databáze reťzcov blokov
+
+ Error: Disk space is low for %s
+ Chyba: Málo miesta na disku pre %s
+
Information
Informácia
@@ -3484,6 +3547,10 @@ Poznámka: Keďže poplatok je počítaný za bajt, poplatok o hodnote "100 sato
Reducing -maxconnections from %d to %d, because of system limitations.
Obmedzuje sa -maxconnections z %d na %d kvôli systémovým obmedzeniam.
+
+ Section [%s] is not recognized.
+ Sekcia [%s] nie je rozpoznaná.
+
Signing transaction failed
Podpísanie správy zlyhalo
@@ -3500,6 +3567,12 @@ Poznámka: Keďže poplatok je počítaný za bajt, poplatok o hodnote "100 sato
Specified -walletdir "%s" is not a directory
Uvedený -walletdir "%s" nie je priečinok
+
+ The specified config file %s does not exist
+
+ Zadaný konfiguračný súbor %s neexistuje
+
+
The transaction amount is too small to pay the fee
Suma transakcie je príliš malá na zaplatenie poplatku
@@ -3552,10 +3625,6 @@ Poznámka: Keďže poplatok je počítaný za bajt, poplatok o hodnote "100 sato
-maxtxfee is set very high! Fees this large could be paid on a single transaction.
-maxtxfee je nastavené veľmi vysoko! Takto vysoký poplatok môže byť zaplatebý v jednej transakcii.
-
- Error loading %s: You can't enable HD on an already existing non-HD wallet
- Chyba pri načítaní %s: nemôžeš zapnúť HD u existujúcej nie-HD peňaženky
-
This is the transaction fee you may pay when fee estimates are not available.
Toto je poplatok za transakciu keď odhad poplatkov ešte nie je k dispozícii.
@@ -3568,18 +3637,6 @@ Poznámka: Keďže poplatok je počítaný za bajt, poplatok o hodnote "100 sato
Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments.
Celková dĺžka verzie sieťového reťazca (%i) prekračuje maximálnu dĺžku (%i). Znížte počet a veľkosť komentárov.
-
- Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported.
- Nepodporovaný argument -socks nájdený. Nastavenie SOCKS verzie už nie je viac moźné, iba SOCKS5 proxies sú podporované.
-
-
- Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay.
- Nepodporovaný argument -whitelistalwaysrelay ignorovaný, použite -whitelistrelay a/alebo -whitelistforcerelay.
-
-
- Warning: Unknown block versions being mined! It's possible unknown rules are in effect
- Varovanie: Neznáma verzia blokov sa doluje! Je možné, že neznáme pravidlá majú efekt
-
Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup.
Varovanie: Peňaženka poškodená, dáta boli zachránené! Originálna %s ako %s v %s; ak váš zostatok alebo transakcie sú nesprávne, mali by ste obnoviť zálohu.
@@ -3632,10 +3689,6 @@ Poznámka: Keďže poplatok je počítaný za bajt, poplatok o hodnote "100 sato
Insufficient funds
Nedostatok prostriedkov
-
- Can't generate a change-address key. Private keys are disabled for this wallet.
- Nie je možné vygenerovať kľúč na zmenu adresy. Súkromné kľúče sú pre túto peňaženku zakázané.
-
Cannot upgrade a non HD split wallet without upgrading to support pre split keypool. Please use -upgradewallet=169900 or -upgradewallet with no version specified.
Nie je možné vylepšiť peňaženku bez HD bez aktualizácie, ktorá podporuje delenie keypoolu. Použite prosím -upgradewallet=169900 alebo -upgradewallet bez špecifikovania verzie.
diff --git a/src/qt/locale/bitcoin_sl_SI.ts b/src/qt/locale/bitcoin_sl_SI.ts
index a20b65a52e..21c025eafc 100644
--- a/src/qt/locale/bitcoin_sl_SI.ts
+++ b/src/qt/locale/bitcoin_sl_SI.ts
@@ -183,10 +183,6 @@
Wallet encrypted
Denarnica šifrirana
-
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- %1 se bo zaprl, da bi dokončal postopek šifriranja. Zapomnite si, da šifriranje vaše denarnice vaših ne more popolnoma zaščititi vaših bitcoinov pred krajami zlonamernih programov, ki bi lahko bili nameščeni na vašem računalniku.
-
IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.
POMEMBNO: Vse starejše varnostne kopije denarnice je potrebno zamenjati z novoizdelano, šifrirano, varnostno kopijo. Zaradi varnosti bodo stare varnostne kopije postale neuporabne takoj, ko začnete uporabljati novo, šifrirano denarnico.
@@ -249,10 +245,6 @@
&Overview
Pre&gled
-
- Node
- Vozlišče
-
Show general overview of wallet
Oglejte si splošne informacije o vaši denarnici
@@ -309,14 +301,6 @@
&Change Passphrase...
&Spremeni geslo ...
-
- &Sending addresses...
- Naslovi za po&šiljanje ...
-
-
- &Receiving addresses...
- Naslovi za &prejemanje...
-
Open &URI...
Odpri &URI ...
@@ -325,10 +309,6 @@
Wallet:
Denarnica:
-
- default wallet
- privzeta denarnica
-
Click to disable network activity.
Kliknite, da onemogočite omrežno aktivnosti.
@@ -381,10 +361,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Denarnica
-
&Send
&Pošlji
@@ -493,6 +469,14 @@
Up to date
Posodobljeno
+
+ default wallet
+ privzeta denarnica
+
+
+ &Window
+ O&kno
+
%1 client
%1 odjemalec
@@ -775,10 +759,6 @@
Size of &database cache
Velikost &predpomnilnika podatkovne baze
-
- MB
- MiB
-
Number of script &verification threads
Število programskih &niti za preverjanje
@@ -795,10 +775,6 @@
Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.
Naslovi URL tretjih oseb (npr. raziskovalec blokov), ki bodo navedeni v kontekstnem meniju seznama transakcij. Niz %s iz naslova URL je nadomeščen s hash vrednostjo transakcije. Več zaporednih naslovov URL je med seboj ločenih z znakom |.
-
- Active command-line options that override above options:
- Aktivne opcije iz ukazne vrstice, ki preglasijo zgornje opcije:
-
Reset all client options to default.
Ponastavi vse nastavitve programa na privzete vrednosti.
@@ -1248,10 +1224,6 @@
Clear console
Počisti konzolo
-
- default wallet
- privzeta denarnica
-
via %1
preko %1
@@ -1460,14 +1432,6 @@
Hide
Skrij
-
- Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.
- Dokler bo v blokih še dovolj prostora za vse nastajajoče transakcije, zadostuje, če plačate samo minimalno provizijo. Ko pa se bo količina vseh transakcij povečala do meja zmogljivosti omrežja, se lahko zgodi, da vaša transakcija brez večje provizije nikoli ne bo potrjena.
-
-
- (read the tooltip)
- (oglejte si namig)
-
Recommended:
Priporočena:
@@ -1758,12 +1722,19 @@
Merska enota za prikaz zneskov. Kliknite za izbiro druge enote.
+
+ WalletController
+
WalletFrame
WalletModel
-
+
+ default wallet
+ privzeta denarnica
+
+
WalletView
diff --git a/src/qt/locale/bitcoin_sn.ts b/src/qt/locale/bitcoin_sn.ts
index 895962cb45..f344e0e5e3 100644
--- a/src/qt/locale/bitcoin_sn.ts
+++ b/src/qt/locale/bitcoin_sn.ts
@@ -85,14 +85,6 @@
Show information about Qt
Taridza ruzivo rwe Qt
-
- &Sending addresses...
- &Makero ekutumira nawo
-
-
- &Receiving addresses...
- &Makero ekutambira nawo
-
Open &URI...
Vhura &URI
@@ -101,10 +93,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Chikwama
-
&Send
&Tumira
@@ -344,6 +332,9 @@
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
diff --git a/src/qt/locale/bitcoin_sq.ts b/src/qt/locale/bitcoin_sq.ts
index b550f20541..d839c8fc0f 100644
--- a/src/qt/locale/bitcoin_sq.ts
+++ b/src/qt/locale/bitcoin_sq.ts
@@ -221,10 +221,6 @@
&Options...
&Opsione
-
- &Receiving addresses...
- Duke marr adresen
-
Change the passphrase used for wallet encryption
Ndrysho frazkalimin e përdorur per enkriptimin e portofolit
@@ -233,10 +229,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Portofol
-
&Send
&Dergo
@@ -772,6 +764,9 @@
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
diff --git a/src/qt/locale/bitcoin_sr.ts b/src/qt/locale/bitcoin_sr.ts
index c6c6a07700..1355bc32db 100644
--- a/src/qt/locale/bitcoin_sr.ts
+++ b/src/qt/locale/bitcoin_sr.ts
@@ -187,10 +187,6 @@
Wallet encrypted
Новчаник шифриран
-
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- %1 ће се сада затворити како би се завршио процес шифрирања. Запамтите да шифрирањем свог новчаника не можете у потпуности заштити своје биткоине од крађе од стране злоћудних програма и компјутерских инфекција.
-
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.
ВАЖНО: Свакa претходнa резерва новчаника коју сте имали треба да се замени новим, шифрираним фајлом новчаника. Из сигурносних разлога, свака претходна резерва нешифрираног фајла новчаника постаће сувишна, чим почнете да користите нови, шифрирани новчаник.
@@ -253,10 +249,6 @@
&Overview
&Општи преглед
-
- Node
- Ноде
-
Show general overview of wallet
Погледајте општи преглед новчаника
@@ -313,14 +305,6 @@
&Change Passphrase...
Промени &лозинку...
-
- &Sending addresses...
- &Адресе за слање...
-
-
- &Receiving addresses...
- &Адресе за пријем
-
Open &URI...
Отвори &УРИ...
@@ -329,10 +313,6 @@
Wallet:
Новчаник
-
- default wallet
- подразумевани новчаник
-
Click to disable network activity.
Кликни да искључиш активност на мрежи.
@@ -385,10 +365,6 @@
Bitcoin
Биткоин
-
- Wallet
- Новчаник
-
&Send
&Пошаљи
@@ -501,6 +477,10 @@
Show the %1 help message to get a list with possible Bitcoin command-line options
Прикажи поруку помоћи %1 за листу са могућим опцијама Биткоин командне линије
+
+ default wallet
+ подразумевани новчаник
+
%1 client
%1 клијент
@@ -963,10 +943,6 @@
Last block time
Време последњег блока
-
- default wallet
- подразумевани новчаник
-
Yes
Da
@@ -1231,12 +1207,19 @@
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
WalletModel
-
+
+ default wallet
+ подразумевани новчаник
+
+
WalletView
diff --git a/src/qt/locale/bitcoin_sr@latin.ts b/src/qt/locale/bitcoin_sr@latin.ts
index 6e4e5933ea..57dab56c91 100644
--- a/src/qt/locale/bitcoin_sr@latin.ts
+++ b/src/qt/locale/bitcoin_sr@latin.ts
@@ -179,10 +179,6 @@
Wallet encrypted
Novčanik je šifrovan
-
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- %1 će se ugasiti da bi dovršio proces enkriptovanja. Imajte u vidu da enkripcija novčanika ne garantuje potpunu zaštitu bitcoina od krađe od strane nekog virusa koji bi zarazio vaš kompjuter.
-
IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.
VAŽNO: 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.
@@ -245,10 +241,6 @@
&Overview
&Pregled
-
- Node
- Čvor
-
Show general overview of wallet
Prikaži opšti pregled novčanika
@@ -305,14 +297,6 @@
&Change Passphrase...
&Izmeni pristupnu frazu...
-
- &Sending addresses...
- &Slanje adresa...
-
-
- &Receiving addresses...
- &Primanje adresa...
-
Open &URI...
Otvori &URI...
@@ -365,10 +349,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Novčanik
-
&Send
&Pošalji
@@ -682,6 +662,9 @@
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
diff --git a/src/qt/locale/bitcoin_sv.ts b/src/qt/locale/bitcoin_sv.ts
index 08ef9b0e59..588a3cd5b5 100644
--- a/src/qt/locale/bitcoin_sv.ts
+++ b/src/qt/locale/bitcoin_sv.ts
@@ -189,8 +189,8 @@ Var vänlig och försök igen.
Plånbok krypterad
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- %1 kommer nu att stänga ner för att slutföra krypteringen. Tänk på att en krypterad plånbok inte skyddar mot stöld om din dator är infekterad med en keylogger.
+ Your wallet is now encrypted. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
+ Din plånbok är nu krypterad. Kom ihåg att kryptering av plånboken inte helt skyddar dina bitcoin från att stjälas av skadlig kod som infekterat din dator.
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.
@@ -254,10 +254,6 @@ Var vänlig och försök igen.
&Overview
&Översikt
-
- Node
- Nod
-
Show general overview of wallet
Visa generell översikt av plånboken
@@ -314,14 +310,6 @@ Var vänlig och försök igen.
&Change Passphrase...
&Ändra lösenord...
-
- &Sending addresses...
- Av&sändaradresser...
-
-
- &Receiving addresses...
- Mottaga&radresser...
-
Open &URI...
Öppna &URI...
@@ -330,10 +318,6 @@ Var vänlig och försök igen.
Wallet:
Plånbok:
-
- default wallet
- Standardplånbok
-
Click to disable network activity.
Klicka för att inaktivera nätverksaktivitet.
@@ -386,10 +370,6 @@ Var vänlig och försök igen.
Bitcoin
Bitcoin
-
- Wallet
- Plånbok
-
&Send
&Skicka
@@ -498,10 +478,66 @@ Var vänlig och försök igen.
Up to date
Uppdaterad
+
+ &Sending addresses
+ Av&sändaradresser
+
+
+ &Receiving addresses
+ Mottaga&radresser
+
+
+ Open Wallet
+ Öppna plånbok
+
+
+ Open a wallet
+ Öppna en plånbok
+
+
+ Close Wallet...
+ Stäng plånbok
+
+
+ Close wallet
+ Stäng plånboken
+
Show the %1 help message to get a list with possible Bitcoin command-line options
Visa %1 hjälpmeddelande för att få en lista med möjliga Bitcoin kommandoradsalternativ.
+
+ default wallet
+ Standardplånbok
+
+
+ Opening Wallet <b>%1</b>...
+ Öppnar plånboken <b>%1</b>...
+
+
+ Open Wallet Failed
+ Det gick inte att öppna plånboken
+
+
+ &Window
+ &Fönster
+
+
+ Minimize
+ Minimera
+
+
+ Zoom
+ Zooma
+
+
+ Restore
+ Återställ
+
+
+ Main Window
+ Huvudfönster
+
%1 client
%1-klient
@@ -566,6 +602,10 @@ Var vänlig och försök igen.
HD key generation is <b>disabled</b>
HD-nyckelgenerering är <b>inaktiverad</b>
+
+ Private key <b>disabled</b>
+ Privat nyckel <b>inaktiverad</b>
+
Wallet is <b>encrypted</b> and currently <b>unlocked</b>
Denna plånbok är <b>krypterad</b> och för närvarande <b>olåst</b>
@@ -945,8 +985,8 @@ Var vänlig och försök igen.
Göm
- Unknown. Syncing Headers (%1)...
- Okänd. Synkar huvuden (%1)...
+ Unknown. Syncing Headers (%1, %2%)...
+ Okänd. Synkar huvuden (%1, %2%)...
@@ -994,10 +1034,6 @@ Var vänlig och försök igen.
Size of &database cache
Storleken på &databascache
-
- MB
- MB
-
Number of script &verification threads
Antalet skript&verifikationstrådar
@@ -1030,10 +1066,6 @@ Var vänlig och försök igen.
Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.
Tredjeparts URL:er (t.ex. en blockutforskare) som finns i transaktionstabben som ett menyval i sammanhanget. %s i URL:en ersätts med tansaktionshashen. Flera URL:er är separerade med vertikala streck |.
-
- Active command-line options that override above options:
- Aktiva kommandoradsalternativ som ersätter alternativen ovan:
-
Open the %1 configuration file from the working directory.
Öppna konfigurationsfilen %1 från arbetskatalogen.
@@ -1070,6 +1102,10 @@ Var vänlig och försök igen.
Reverting this setting requires re-downloading the entire blockchain.
Vid avstängning av denna inställning kommer den fullständiga blockkedjan behövas laddas ned igen.
+
+ MiB
+ MiB
+
(0 = auto, <0 = leave that many cores free)
(0 = auto, <0 = lämna så många kärnor lediga)
@@ -1194,6 +1230,10 @@ Var vänlig och försök igen.
&Third party transaction URLs
&URL:er för tredjepartstransaktioner
+
+ Options set in this dialog are overridden by the command line or in the configuration file:
+ Alternativ som anges i denna dialog åsidosätts av kommandoraden eller i konfigurationsfilen:
+
&OK
&OK
@@ -1815,10 +1855,6 @@ Var vänlig och försök igen.
&Unban
&Ta bort blockering
-
- default wallet
- Standardplånbok
-
Welcome to the %1 RPC console.
Välkommen till %1 RPC-konsolen.
@@ -2151,14 +2187,6 @@ Notera: Då avgiften beräknas per byte kommer en avgift på 50 satoshi tas ut f
Hide
Göm
-
- Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.
- Att bara betala den minsta avgiften är helt ok så länge transaktionsvolymen är mindre än ledigt utrymme i blocken. Men tänk på att det kan bli en en transaktion som aldrig bekräftas om efterfrågan på bitcoin-transaktioner är större än vad nätverket kan hantera.
-
-
- (read the tooltip)
- (läs verktygstips)
-
Recommended:
Rekommenderad:
@@ -2323,10 +2351,6 @@ Notera: Då avgiften beräknas per byte kommer en avgift på 50 satoshi tas ut f
Payment request expired.
Betalningsbegäran löpte ut.
-
- Pay only the required fee of %1
- Betala endast den nödvändiga avgiften på %1
-
Estimated to begin confirmation within %n block(s).
Uppskattas till att påbörja bekräftelse inom %n block.Uppskattas till att påbörja bekräftelse inom %n block.
@@ -3061,6 +3085,17 @@ Notera: Då avgiften beräknas per byte kommer en avgift på 50 satoshi tas ut f
&Enhet att visa belopp i. Klicka för att välja annan enhet.
+
+ WalletController
+
+ Close wallet
+ Stäng plånboken
+
+
+ Are you sure you wish to close wallet <i>%1</i>?
+ Är det säkert att du vill stänga plånboken <i>%1</i>?
+
+
WalletFrame
@@ -3110,6 +3145,10 @@ Notera: Då avgiften beräknas per byte kommer en avgift på 50 satoshi tas ut f
Could not commit transaction
Kunde inte skicka transaktion
+
+ default wallet
+ Standardplånbok
+
WalletView
@@ -3200,10 +3239,6 @@ Notera: Då avgiften beräknas per byte kommer en avgift på 50 satoshi tas ut f
Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect.
Fel vid läsning av %s! Alla nycklar lästes korrekt, men transaktionsdata eller poster i adressboken kanske saknas eller är felaktiga.
-
- Group outputs by address, selecting all or none, instead of selecting on a per-output basis. Privacy is improved as an address is only used once (unless someone sends to it after spending from it), but may result in slightly higher fees as suboptimal coin selection may result due to the added limitation (default: %u)
- Gruppera utgående transaktioner med adress, där samtliga eller inga används, istället för att välja vid varje utgående transaktion. Detta ökar din integritet genom att en adress enbart används en gång (om inte någon skickar till den efteråt), men kan öka dina utgifter då valet av ingående transaktioner görs suboptimalt (standardvärde: %u)
-
Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly.
Vänligen kolla så att din dators datum och tid är korrekt! Om din klocka går fel kommer %s inte att fungera korrekt.
@@ -3272,10 +3307,6 @@ Notera: Då avgiften beräknas per byte kommer en avgift på 50 satoshi tas ut f
Do you want to rebuild the block database now?
Vill du bygga om blockdatabasen nu?
-
- Error creating %s: You can't create non-HD wallets with this version.
- Fel vid skapande av %s: Det är inte möjligt att skapa icke-HD plånböcker med denna version.
-
Error initializing block database
Fel vid initiering av blockdatabasen
@@ -3348,6 +3379,10 @@ Notera: Då avgiften beräknas per byte kommer en avgift på 50 satoshi tas ut f
Specified blocks directory "%s" does not exist.
Den specificerade mappen för block "%s" existerar inte.
+
+ Unable to create the PID file '%s': %s
+ Det gick inte att skapa PID-filen '%s': %s
+
Upgrading txindex database
Uppgraderar databas för txindex
@@ -3396,18 +3431,6 @@ Notera: Då avgiften beräknas per byte kommer en avgift på 50 satoshi tas ut f
Unable to generate keys
Lyckas inte generera nycklar
-
- Unsupported argument -benchmark ignored, use -debug=bench.
- Argumentet -benchmark stöds inte och ignoreras, använd -debug=bench.
-
-
- Unsupported argument -debugnet ignored, use -debug=net.
- Argumentet -debugnet stöds inte och ignoreras, använd -debug=net.
-
-
- Unsupported argument -tor found, use -onion.
- Argumentet -tor hittades men stöds inte, använd -onion.
-
Unsupported logging category %s=%s.
Saknar stöd för loggningskategori %s=%s.
@@ -3444,10 +3467,6 @@ Notera: Då avgiften beräknas per byte kommer en avgift på 50 satoshi tas ut f
You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain
Du måste bygga om databasen genom att använda -reindex för att återgå till obeskärt läge. Detta kommer att ladda ner hela blockkedjan på nytt.
-
- Error loading %s: You can't disable HD on an already existing HD wallet
- Fel vid inläsning av %s: Du kan inte avaktivera HD på en redan existerande HD-plånbok
-
Error reading from database, shutting down.
Fel vid läsning från databas, avslutar.
@@ -3500,6 +3519,12 @@ Notera: Då avgiften beräknas per byte kommer en avgift på 50 satoshi tas ut f
Specified -walletdir "%s" is not a directory
Angiven -walletdir "%s" är inte en katalog
+
+ The specified config file %s does not exist
+
+ Angiven konfigurationsfil %s finns inte
+
+
The transaction amount is too small to pay the fee
Transaktionen är för liten för att betala avgiften
@@ -3552,10 +3577,6 @@ Notera: Då avgiften beräknas per byte kommer en avgift på 50 satoshi tas ut f
-maxtxfee is set very high! Fees this large could be paid on a single transaction.
-maxtxfee är väldigt högt satt! Så höga avgifter kan komma att betalas för en enstaka transaktion.
-
- Error loading %s: You can't enable HD on an already existing non-HD wallet
- Fel vid inläsning av %s: Du kan inte aktivera HD på en existerande icke-HD plånbok
-
This is the transaction fee you may pay when fee estimates are not available.
Detta är transaktionsavgiften du kan komma att betala om uppskattad avgift inte finns tillgänglig.
@@ -3568,18 +3589,6 @@ Notera: Då avgiften beräknas per byte kommer en avgift på 50 satoshi tas ut f
Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments.
Total längd på strängen för nätverksversion (%i) överskrider maxlängden (%i). Minska numret eller storleken på uacomments.
-
- Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported.
- Argumentet -socks hittades och stöds inte. Det är inte längre möjligt att sätta SOCKS-version längre, bara SOCKS5-proxy stöds.
-
-
- Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay.
- Argumentet -whitelistalwaysrelay stöds inte utan ignoreras, använd -whitelistrelay och/eller -whitelistforcerelay.
-
-
- Warning: Unknown block versions being mined! It's possible unknown rules are in effect
- Varning: Okända blockversioner bryts! Det är möjligt att okända regler används
-
Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup.
Varning: Plånboksfilen var korrupt, data har räddats! Den ursprungliga %s har sparas som %s i %s. Om ditt saldo eller transaktioner är felaktiga bör du återställa från en säkerhetskopia.
@@ -3632,10 +3641,6 @@ Notera: Då avgiften beräknas per byte kommer en avgift på 50 satoshi tas ut f
Insufficient funds
Otillräckligt med bitcoins
-
- Can't generate a change-address key. Private keys are disabled for this wallet.
- Kan inte generera en nyckel för växeladress. Privata nycklar är avstängda för denna plånboken.
-
Cannot upgrade a non HD split wallet without upgrading to support pre split keypool. Please use -upgradewallet=169900 or -upgradewallet with no version specified.
Kan inte uppgradera till en icke-HD delad plånbok utan att uppgradera till att stödja nyckelpoolen innan splittring. Var vänlig använd -upgradewallet=169900 eller -upgradewallet utan version specificerad.
diff --git a/src/qt/locale/bitcoin_szl.ts b/src/qt/locale/bitcoin_szl.ts
index 9559df2a7d..550b88b6bd 100644
--- a/src/qt/locale/bitcoin_szl.ts
+++ b/src/qt/locale/bitcoin_szl.ts
@@ -187,10 +187,6 @@
Wallet encrypted
Portmanyj zaszyfrowany
-
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- %1 zawrzi sie coby dokōńczyć proces szyfrowaniŏ. Pamiyntej, iże szyfrowanie portmanyja ganc niy zabezpieczŏ Twojich bitcoinów przed chabiyniym bez wirusy abo trojany mogōnce zakażać Twōj kōmputer.
-
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.
WŎŻNE: Wszyjske wykōnane wczaśnij kopije zbioru portmanyja winny być umiyniōne na nowe, szyfrowane zbiory. Z powodōw bezpiyczyństwa, piyrwyjsze kopije niyszyfrowanych zbiorōw portmanyja stōnõ sie bezużyteczne jak ino zaczniesz używać nowego, szyfrowanego portmanyja.
@@ -309,14 +305,6 @@
&Change Passphrase...
Pōmiyń &hasło
-
- &Sending addresses...
- &Adresy posyłaniŏ
-
-
- &Receiving addresses...
- Ad&resy ôdbiyraniŏ
-
Open &URI...
Ôdewrzij &URI...
@@ -325,10 +313,6 @@
Wallet:
Portmanyj:
-
- default wallet
- wychodny portmanyj
-
Click to disable network activity.
Kliknij coby zastawić aktywność necowõ.
@@ -381,10 +365,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Portmanyj
-
&Send
&Poślij
@@ -447,7 +427,7 @@
&Command-line options
- Ôp&cyje piski kōmynd
+ Ôp&cyje piski nakŏzań
%n active connection(s) to Bitcoin network
@@ -493,10 +473,22 @@
Up to date
Terŏźny
+
+ &Sending addresses
+ &Adresy posyłaniŏ
+
Show the %1 help message to get a list with possible Bitcoin command-line options
Pokŏż pōmoc %1 coby zobŏczyć wykŏz wszyjskich ôpcyji piski nakŏzań.
+
+ default wallet
+ wychodny portmanyj
+
+
+ &Window
+ Ô&kno
+
%1 client
%1 klijynt
@@ -811,7 +803,7 @@
Command-line options
- Ôpcyje piski kōmynd
+ Ôpcyje piski nakŏzań
@@ -931,11 +923,7 @@
Hide
Skryj
-
- Unknown. Syncing Headers (%1)...
- Niyznōme. Synchrōnizowanie nŏgōwkōw (%1)...
-
-
+
OpenURIDialog
@@ -981,10 +969,6 @@
Size of &database cache
Srogość bufōra bazy datōw
-
- MB
- MB
-
Number of script &verification threads
Wielość wōntkōw &weryfikacyje skryptu
@@ -997,10 +981,6 @@
Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu.
Minimalizuje zamiast zakōńczyć fungowanie aplikacyje przi zawiyraniu ôkna. Kej ta ôpcyjŏ je zapuszczonŏ, aplikacyjŏ zakōńczy fungowanie po ôbraniu Zawrzij w myni.
-
- Active command-line options that override above options:
- Aktywne ôpcyje piski kōmynd, kere nadpisujōm powyższe ôpcyje:
-
Open the %1 configuration file from the working directory.
Ôdewrzij %1 zbiōr kōnfiguracyje z czynnego katalogu.
@@ -1183,6 +1163,10 @@
PaymentServer
+
+ Payment request error
+ Feler żōndaniŏ płatu
+
URI handling
Bedynōng URI
@@ -1199,6 +1183,10 @@
Unverified payment requests to custom payment scripts are unsupported.
Niyzweryfikowane żōndaniŏ płatu do włŏsnych skryptōw płatu sōm niypodpiyrane.
+
+ Error communicating with %1: %2
+ Feler kōmunikacyje z %1: %2
+
Network request error
Feler żōndaniŏ necu
@@ -1410,10 +1398,6 @@
&Disconnect
Ô&dkupluj
-
- default wallet
- wychodny portmanyj
-
Welcome to the %1 RPC console.
Witej w %1 kōnsoli RPC.
@@ -1681,6 +1665,10 @@
This is a normal payment.
To je normalny płat.
+
+ The Bitcoin address to send the payment to
+ Adresa Bitcoin, na kerõ chcesz posłać płat
+
Alt+A
Alt+A
@@ -1928,6 +1916,9 @@
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
@@ -1941,7 +1932,11 @@
New fee:
Nowŏ ôpłŏcka:
-
+
+ default wallet
+ wychodny portmanyj
+
+
WalletView
@@ -2007,18 +2002,6 @@
Loading banlist...
Wgrŏwanie wykŏzu zaszperowanych...
-
- Unsupported argument -benchmark ignored, use -debug=bench.
- Niypodpiyrany argumynt -benchmark zignorowany, użyj -debug=bench.
-
-
- Unsupported argument -debugnet ignored, use -debug=net.
- Niypodpiyrany argumynt -debugnet zignorowany, użyj -debug=net.
-
-
- Unsupported argument -tor found, use -onion.
- Znŏdniynto było niypodpiyrany argumynt -tor, użyj -onion.
-
Unsupported logging category %s=%s.
Niypodpiyranŏ kategoryjŏ registrowaniŏ %s=%s.
@@ -2028,8 +2011,8 @@
Weryfikacyjŏ blokōw...
- Error loading %s: You can't disable HD on an already existing HD wallet
- Feler w czasie wgrŏwaniŏ %s: Niy idzie zastawić HD w już bydōncym portmanyju HD
+ Error: Disk space is low for %s
+ Feler: Za mało wolnego placu na dysku dlŏ %s
Information
@@ -2059,26 +2042,10 @@
Warning: unknown new rules activated (versionbit %i)
Pozōr: aktywowano było niyznōme nowe prawidła (versionbit %i)
-
- Error loading %s: You can't enable HD on an already existing non-HD wallet
- Feler w czasie wgrŏwaniŏ %s: Niy idzie zapuścić HD w już bydōncym portmanyju niy-HD
-
Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments.
Imyntnŏ dugość kety wersyje (%i) przekrŏczŏ maksymalnõ dopuszczalnõ dugość (%i). Zmyńsz wielość abo miara parametra uacomment.
-
- Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported.
- Znŏdniynto było niypodpiyrany argumynt -socks. Ôbiyranie wersyje SOCKS je już niymożebne, podpiyrane sōm ino proxy SOCKS5.
-
-
- Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay.
- Niypodpiyrany argumynt -whitelistalwaysrelay zignorowany, użyj -whitelistrelay i/abo -whitelistforcerelay.
-
-
- Warning: Unknown block versions being mined! It's possible unknown rules are in effect
- Pozōr: wydobywane sōm niyznōme wersyje blokōw! Możliwe, iże ôbowiōnzujōm niyznōme prawidła.
-
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.
Pozōr: Ôdtworzōno było dane z poprzniōnego zbioru portmanyja! Ôryginalny %s ôstoł zapisany za %s w %s; jeźli twoje saldo abo transakcyje sōm niynŏleżne winiyn żeś prziwrōcić kopijõ ibrycznõ.
diff --git a/src/qt/locale/bitcoin_ta.ts b/src/qt/locale/bitcoin_ta.ts
index 9e598c0483..7474be0770 100644
--- a/src/qt/locale/bitcoin_ta.ts
+++ b/src/qt/locale/bitcoin_ta.ts
@@ -9,6 +9,10 @@
&New
&புதிய
+
+ Copy the currently selected address to the system clipboard
+ தற்போது தேர்ந்தெடுக்கப்பட்ட முகவரியை கணினி கிளிப்போர்டுக்கு நகலெடுக்கவும்.
+
&Copy
&நகல்
@@ -17,6 +21,18 @@
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
&ஏற்றுமதி
@@ -25,6 +41,14 @@
&Delete
&அழி
+
+ Choose the address to send coins to
+ நாணயங்களை அனுப்புவதற்கு முகவரியைத் தேர்வு செய்க
+
+
+ Choose the address to receive coins with
+ நாணயங்களைப் பெற முகவரியைத் தேர்வுசெய்யவும்
+
Sending addresses
முகவரிகள் அனுப்பப்படுகின்றன
@@ -33,34 +57,202 @@
Receiving addresses
முகவரிகள் பெறப்படுகின்றன
+
+ These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins.
+ இவை பணம் அனுப்புவதற்கு உங்கள் பிட்கின் முகவரிகள். நாணயங்களை அனுப்புவதற்கு முன் எப்பொழுதும் தொகையும் பெறுதலையும் சரிபார்க்கவும்.
+
+
+ These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction.
+ இவை உங்கள் Bitcoin முகவரிகள் பணம் பெறுவதற்கு. ஒவ்வொரு பரிவர்த்தனைக்கும் புதிய பெறுதல் முகவரியைப் பயன்படுத்த பரிந்துரைக்கப்படுகிறது.
+
+
+ &Copy Address
+ & நகல் முகவரி
+
+
+ Copy &Label
+ & லேபிள் நகலெடு
+
+
+ &Edit
+ &தொகு
+
+
+ Export Address List
+ முகவரி பட்டியல் ஏற்றுமதி
+
+
+ Comma separated file (*.csv)
+ கமா பிரிக்கப்பட்ட கோப்பு (*.csv)
+
+
+ Exporting Failed
+ ஏற்றுமதி தோல்வியடைந்தது
+
AddressTableModel
+
+ Label
+ லேபிள்
+
Address
முகவரி
-
+
+ (no label)
+ (லேபிள் இல்லை)
+
+
AskPassphraseDialog
-
+
+ Passphrase Dialog
+ கடவுச்சொல் உரையாடல்
+
+
+ Enter passphrase
+ கடவுச்சொற்றொடரை உள்ளிடுக
+
+
+ New passphrase
+ புதிய கடவுச்சொல்
+
+
+ Repeat new passphrase
+ புதிய கடவுச்சொற்றொடரைக் கோருக
+
+
+ Show password
+ கடவுச்சொல்லை காட்டவும்
+
+
+ Enter the new passphrase to the wallet.<br/>Please use a passphrase of <b>ten or more random characters</b>, or <b>eight or more words</b>.
+ புதிய கடவுச்சொற்றொடரை வாலட்டில் சேர்க்கவும். பத்து அல்லது அதற்கு மேற்பட்ட சீரற்ற எழுத்துகள் அல்லது எட்டு அல்லது அதற்கு மேற்பட்ட சொற்களின் கடவுச்சொற்றொடரைப் பயன்படுத்தவும்.
+
+
+ Encrypt wallet
+ பணப்பையை குறியாக்கு
+
+
+ This operation needs your wallet passphrase to unlock the wallet.
+ பணப்பையை திறக்க, உங்கள் செயல்பாடு உங்கள் பணப்பை கடவுச்சொல்லை தேவை.
+
+
+ Unlock wallet
+ பணப்பை திறக்க
+
+
+ This operation needs your wallet passphrase to decrypt the wallet.
+ இந்தப் பணிக்கான பணப்பையை டிராப் செய்ய உங்கள் பணப்பை கடவுச்சொல் தேவை.
+
+
+ Decrypt wallet
+ குறியாக்க பணப்பை
+
+
+ Change passphrase
+ கடவுச்சொல்லை மாற்றுக
+
+
+ Enter the old passphrase and new passphrase to the wallet.
+ பழைய கடவுச்சொற்றொடரை மற்றும் புதிய கடவுச்சொற்றொடரை பணப்பைக்கு சேர்க்கவும்.
+
+
+ Confirm wallet encryption
+ பணப்பை குறியாக்கத்தை உறுதிப்படுத்துக
+
+
+ Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>!
+ எச்சரிக்கை: உங்கள் பணப்பையை குறியாக்கி உங்கள் கடவுச்சொற்றொடரை இழந்தால், நீங்கள் உங்கள் பைட்கோனை இழக்கலாம்!
+
+
+ Are you sure you wish to encrypt your wallet?
+ உங்கள் பணப்பை மறைக்க விரும்புகிறீர்களா?
+
+
+ Wallet encrypted
+ கைப்பை குறியாக்கம் செய்யப்பட்டது
+
+
+ Your wallet is now encrypted. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
+ உங்கள் பணப்பை இப்போது குறியாக்கப்பட்டுள்ளது. உங்கள் கணினியைப் பாதிக்கும் தீம்பொருளால் திருடப்பட்டதில் இருந்து உங்கள் பணப்பை முழுவதையும் பாதுகாக்க முடியாது என்பதை நினைவில் கொள்க.
+
+
+ IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.
+ முக்கியமானது: உங்கள் பணப்பரிமாற்றத்தை நீங்கள் உருவாக்கிய முந்தைய காப்புப்பிரதி புதிதாக உருவாக்கப்பட்ட, மறைகுறியாக்கப்பட்ட பணப்பரிமாற்றத்துடன் மாற்றப்பட வேண்டும். பாதுகாப்பு காரணங்களுக்காக, நீங்கள் புதிய, மறைகுறியாக்கப்பட்ட பணப்பையைப் பயன்படுத்த ஆரம்பித்தவுடன், மறைகுறியாக்கப்பட்ட பணப்பல் கோப்பின் முந்தைய காப்புப்பிரதிகள் பயனற்றதாகிவிடும்.
+
+
+ Wallet encryption failed
+ கைப்பை குறியாக்கம் தோல்வியடைந்தது
+
+
+ Wallet encryption failed due to an internal error. Your wallet was not encrypted.
+ உள்ளக பிழை காரணமாக வால்லெட் குறியாக்கம் தோல்வியடைந்தது. உங்கள் பணப்பை மறைகுறியாக்கப்படவில்லை.
+
+
+ The supplied passphrases do not match.
+ வழங்கப்பட்ட கடவுச்சொற்கள் பொருந்தவில்லை.
+
+
+ Wallet unlock failed
+ Wallet திறத்தல் தோல்வி
+
+
+ The passphrase entered for the wallet decryption was incorrect.
+ பணப்பைக் குறியாக்கத்திற்கு அனுப்பப்பட்ட கடவுச்சொல் தவறானது.
+
+
+ Wallet decryption failed
+ Wallet குறியாக்கம் தோல்வியடைந்தது
+
+
+ Wallet passphrase was successfully changed.
+ Wallet குறியாக்கம் தோல்வியடைந்தது
+
+
+ Warning: The Caps Lock key is on!
+ எச்சரிக்கை: Caps Lock விசை இயக்கத்தில் உள்ளது!
+
+
BanTableModel
IP/Netmask
IP/Netmask
-
+
+ Banned Until
+ வரை தடை செய்யப்பட்டது
+
+
BitcoinGUI
+
+ Sign &message...
+ கையொப்பம் & செய்தி ...
+
+
+ Synchronizing with network...
+ நெட்வொர்க்குடன் ஒத்திசை ...
+
&Overview
&கண்ணோட்டம்
+
+ Show general overview of wallet
+ பணப்பை பொது கண்ணோட்டத்தை காட்டு
+
&Transactions
&பரிவர்த்தனைகள்
+
+ Browse transaction history
+ பணப்பை பொது கண்ணோட்டத்தை காட்டு
+
E&xit
&வெளியேறு
@@ -73,6 +265,10 @@
About &Qt
&Qt-ஐ பற்றி
+
+ Show information about Qt
+ Qt பற்றி தகவலைக் காட்டு
+
&Options...
&விருப்பங்கள்...
@@ -81,10 +277,54 @@
&Encrypt Wallet...
&என்க்ரிப்ட் பணப்பை...
+
+ &Change Passphrase...
+ கடவுச்சொல்லை மாற்று & ...
+
Open &URI...
&URI-ஐ திற
+
+ Wallet:
+ கைப்பை:
+
+
+ Click to disable network activity.
+ பிணைய செயல்பாட்டை முடக்க கிளிக் செய்க.
+
+
+ Network activity disabled.
+ நெட்வொர்க் செயல்பாடு முடக்கப்பட்டது.
+
+
+ Click to enable network activity again.
+ நெட்வொர்க் செயல்பாட்டை மீண்டும் இயக்க கிளிக் செய்க.
+
+
+ Reindexing blocks on disk...
+ வட்டில் தொகுதிகளை மறுஇயக்குகிறது ...
+
+
+ Send coins to a Bitcoin address
+ ஒரு விக்கிபீடியா முகவரிக்கு நாணயங்களை அனுப்பவும்
+
+
+ Backup wallet to another location
+ வேறொரு இடத்திற்கு காப்புப் பெட்டகம்
+
+
+ Change the passphrase used for wallet encryption
+ பணப்பை குறியாக்கத்திற்காக பயன்படுத்தப்படும் கடவுச்சொற்றொடரை மாற்றவும்
+
+
+ &Debug window
+ & பிழைத்திருத்த சாளரம்
+
+
+ Open debugging and diagnostic console
+ பிழைத்திருத்த மற்றும் கண்டறிதல் பணியகம் திறக்க
+
&Verify message...
&செய்தியை சரிசெய்...
@@ -93,10 +333,6 @@
Bitcoin
Bitcoin
-
- Wallet
- பணப்பை
-
&Send
&அனுப்பு
@@ -109,6 +345,22 @@
&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
&கோப்பு
@@ -121,10 +373,46 @@
&Help
&உதவி
+
+ Tabs toolbar
+ தாவல்கள் கருவிப்பட்டி
+
+
+ Request payments (generates QR codes and bitcoin: URIs)
+ கொடுப்பனவுகளை கோருதல் (QR குறியீடுகள் மற்றும் bitcoin உருவாக்குகிறது: URI கள்)
+
+
+ Show the list of used sending addresses and labels
+ பயன்படுத்தப்பட்ட அனுப்புதல்கள் மற்றும் லேபிள்களின் பட்டியலைக் காட்டு
+
+
+ Show the list of used receiving addresses and labels
+ பயன்படுத்திய முகவரிகள் மற்றும் லேபிள்களின் பட்டியலைக் காட்டு
+
+
+ Open a bitcoin: URI or payment request
+ ஒரு Bitcoin திறக்க: URI அல்லது பணம் கோரிக்கை
+
+
+ &Command-line options
+ & கட்டளை வரி விருப்பங்கள்
+
+
+ Indexing blocks on disk...
+ வட்டில் தொகுதிகளை குறியாக்குகிறது ...
+
+
+ Processing blocks on disk...
+ வட்டில் தொகுதிகள் செயலாக்கப்படுகின்றன ...
+
%1 behind
%1 பின்னால்
+
+ Transactions after this will not yet be visible.
+ இதற்குப் பின் பரிமாற்றங்கள் இன்னும் காணப்படாது.
+
Error
தவறு
@@ -137,6 +425,46 @@
Information
தகவல்
+
+ Up to date
+ தேதி வரை
+
+
+ &Sending addresses
+ முகவரிகள் அனுப்புகிறது
+
+
+ &Receiving addresses
+ முகவரிகள் பெறுதல்
+
+
+ &Window
+ &சாளரம்
+
+
+ Minimize
+ குறைத்தல்
+
+
+ Zoom
+ பெரிதாக்கு
+
+
+ Restore
+ மீட்டமை
+
+
+ Main Window
+ முதன்மை சாளரம்
+
+
+ Connecting to peers...
+ சக இணைக்கும்...
+
+
+ Catching up...
+ பிடித்துகொள்...
+
Date: %1
@@ -165,13 +493,49 @@
Sent transaction
அனுப்பிய பரிவர்த்தனை
-
+
+ Incoming transaction
+ உள்வரும் பரிவர்த்தனை
+
+
+ HD key generation is <b>enabled</b>
+ HD முக்கிய தலைமுறை இயக்கப்பட்டது
+
+
+ HD key generation is <b>disabled</b>
+ HD முக்கிய தலைமுறை முடக்கப்பட்டுள்ளது
+
+
+ Private key <b>disabled</b>
+ தனிப்பட்ட விசை முடக்கப்பட்டது
+
+
+ Wallet is <b>encrypted</b> and currently <b>unlocked</b>
+ Wallet குறியாக்கப்பட்டு தற்போது திறக்கப்பட்டது
+
+
+ Wallet is <b>encrypted</b> and currently <b>locked</b>
+ Wallet குறியாக்கப்பட்டு தற்போது பூட்டப்பட்டுள்ளது
+
+
+ A fatal error occurred. Bitcoin can no longer continue safely and will quit.
+ Wallet குறியாக்கப்பட்டு தற்போது பூட்டப்பட்டுள்ளது
+
+
CoinControlDialog
+
+ Coin Selection
+ நாணயம் தேர்வு
+
Quantity:
அளவு
+
+ Bytes:
+ பைட்டுகள்
+
Amount:
விலை:
@@ -180,6 +544,10 @@
Fee:
கட்டணம்:
+
+ Dust:
+ டஸ்ட்
+
After Fee:
கட்டணத்திறகுப் பின்:
@@ -188,10 +556,30 @@
Change:
மாற்று:
+
+ (un)select all
+ (அனைத்தையும் தேர்வுநீக்கு)
+
+
+ Tree mode
+ மரம் பயன்முறை
+
+
+ List mode
+ பட்டியல் பயன்முறை
+
Amount
விலை
+
+ Received with label
+ லேபல் மூலம் பெறப்பட்டது
+
+
+ Received with address
+ முகவரி பெற்றார்
+
Date
தேதி
@@ -204,30 +592,174 @@
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
+ மாற்றத்தை நகலெடுக்கவும்
+
+
+ yes
+ ஆம்
+
+
+ no
+ இல்லை
+
+
+ This label turns red if any recipient receives an amount smaller than the current dust threshold.
+ நடப்பு தூசி நிலையை விட குறைவான அளவு பெறுநரை பெறுமானால் இந்த லேபிள் சிவப்பு நிறமாக மாறும்.
+
+
+ (no label)
+ (லேபிள் இல்லை)
+
+
+ (change)
+ (மாற்றம்)
+
+
EditAddressDialog
-
+
+ Edit Address
+ முகவரி திருத்த
+
+
+ &Label
+ & சிட்டை
+
+
+ The label associated with this address list entry
+ இந்த முகவரி பட்டியலுடன் தொடர்புடைய லேபிள்
+
+
+ The address associated with this address list entry. This can only be modified for sending addresses.
+ முகவரி முகவரியுடன் தொடர்புடைய முகவரி முகவரி. முகவரிகள் அனுப்புவதற்கு இது மாற்றியமைக்கப்படலாம்.
+
+
+ &Address
+ &முகவரி
+
+
+ New sending address
+ முகவரி அனுப்பும் புதியது
+
+
+ Edit receiving address
+ முகவரியைப் பெறுதல் திருத்து
+
+
+ Edit sending address
+ முகவரியை அனுப்புவதைத் திருத்து
+
+
+ Could not unlock wallet.
+ பணப்பை திறக்க முடியவில்லை.
+
+
+ New key generation failed.
+ புதிய முக்கிய தலைமுறை தோல்வியடைந்தது.
+
+
FreespaceChecker
+
+ A new data directory will be created.
+ புதிய தரவு அடைவு உருவாக்கப்படும்.
+
name
பெயர்
-
+
+ Path already exists, and is not a directory.
+ பாதை ஏற்கனவே உள்ளது, மற்றும் ஒரு அடைவு இல்லை.
+
+
+ Cannot create data directory here.
+ இங்கே தரவு அடைவு உருவாக்க முடியாது.
+
+
HelpMessageDialog
-
+
+ version
+ பதிப்பு
+
+
+ Command-line options
+ கட்டளை வரி விருப்பங்கள்
+
+
Intro
Welcome
நல்வரவு
+
+ 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
Bitcoin
+
+ The wallet will also be stored in this directory.
+ பணத்தாள் இந்த அடைவில் சேமிக்கப்படும்.
+
Error
தவறு
@@ -239,6 +771,42 @@
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
மறை
@@ -250,11 +818,23 @@
Open URI
URI-ஐ திற
+
+ Open payment request from URI or file
+ URI அல்லது கோப்பிலிருந்து பணம் செலுத்துவதற்கான கோரிக்கையைத் திறக்கவும்
+
URI:
URI:
-
+
+ Select payment request file
+ பணம் கோரிக்கை கோப்பைத் தேர்ந்தெடுக்கவும்
+
+
+ Select payment request file to open
+ திறக்க கட்டணம் கோரிக்கை கோப்பைத் தேர்ந்தெடுக்கவும்
+
+
OptionsDialog
@@ -266,13 +846,77 @@
&தலைமை
- MB
- MB
+ Size of &database cache
+ & தரவுத்தள தேக்ககத்தின் அளவு
+
+
+ Number of script &verification threads
+ ஸ்கிரிப்ட் & சரிபார்ப்பு நூல்கள் எண்ணிக்கை
+
+
+ IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1)
+ ப்ராக்ஸியின் IP முகவரி (எ.கா. IPv4: 127.0.0.1 / IPv6: :: 1)
+
+
+ Shows if the supplied default SOCKS5 proxy is used to reach peers via this network type.
+ வழங்கப்பட்ட முன்னிருப்பு SOCKS5 ப்ராக்ஸி இந்த நெட்வொர்க் வகையின் மூலம் சகலருக்கும் சென்றால் பயன்படுத்தப்படுகிறது.
+
+
+ Use separate SOCKS&5 proxy to reach peers via Tor hidden services:
+ Tor மறைக்கப்பட்ட சேவைகளை வழியாக சகலரையும் அணுக தனித்த SOCKS & 5 ப்ராக்ஸி பயன்படுத்தவும்
+
+
+ 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.
+ சாளரத்தை மூடும்போது பயன்பாட்டை வெளியேற்றுவதற்குப் பதிலாக சிறிதாக்கவும். இந்த விருப்பம் இயக்கப்பட்டால், மெனுவில் வெளியேறு தேர்வு செய்த பின் மட்டுமே பயன்பாடு மூடப்படும்.
+
+
+ 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.
+ சில மேம்பட்ட அம்சங்களை முடக்குகிறது ஆனால் அனைத்து தொகுதிகள் இன்னும் முழுமையாக சரிபார்க்கப்படும். இந்த அமைப்பை மறுபரிசீலனை செய்வது முழுமையான blockchain ஐ மீண்டும் பதிவிறக்க வேண்டும். உண்மையான வட்டு பயன்பாடு ஓரளவு அதிகமாக இருக்கலாம்.
+
+
+ Prune &block storage to
+ பிரவுன் & தடுப்பு சேமிப்பு
+
+
+ GB
+ ஜிபி
+
+
+ Reverting this setting requires re-downloading the entire blockchain.
+ இந்த அமைப்பை மறுபரிசீலனை செய்வது முழுமையான blockchain ஐ மீண்டும் பதிவிறக்க வேண்டும்.
+
+
+ MiB
+ மெபி.பை.
+
+
+ (0 = auto, <0 = leave that many cores free)
+ (0 = தானாக, <0 = பல கருக்கள் விடுபடுகின்றன)
+
W&allet
&பணப்பை
@@ -281,6 +925,58 @@
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.
+ ரூட்டரில் Bitcoin கிளையன்ட் போர்ட் தானாக திறக்க. இது உங்கள் திசைவி UPnP ஐ ஆதரிக்கும் போது மட்டுமே இயங்குகிறது.
+
+
+ Map port using &UPnP
+ & UPnP ஐப் பயன்படுத்தி வரைபடம் துறைமுகம்
+
+
+ Accept connections from outside.
+ வெளியே இருந்து இணைப்புகளை ஏற்கவும்.
+
+
+ Allow incomin&g connections
+ Incomin & g இணைப்புகளை அனுமதிக்கவும்
+
+
+ Connect to the Bitcoin network through a SOCKS5 proxy.
+ Bitcoin பிணையத்துடன் SOCKS5 ப்ராக்ஸி மூலம் இணைக்கவும்.
+
+
+ &Connect through SOCKS5 proxy (default proxy):
+ & SOCKS5 ப்ராக்ஸி மூலம் இணைக்கவும் (இயல்புநிலை ப்ராக்ஸி):
+
+
+ Proxy &IP:
+ ப்ராக்சி ஐ பி:
+
+
+ &Port:
+ & போர்ட்:
+
+
+ Port of the proxy (e.g. 9050)
+ ப்ராக்ஸியின் போர்ட் (எ.கா 9050)
+
+
+ Used for reaching peers via:
+ சகாக்கள் வழியாக வருவதற்குப் பயன்படுத்தப்பட்டது:
+
IPv4
IPv4
@@ -293,14 +989,54 @@
Tor
Tor
+
+ Connect to the Bitcoin network through a separate SOCKS5 proxy for Tor hidden services.
+ டார் மறைக்கப்பட்ட சேவைகளை தனித்த SOCKS5 ப்ராக்ஸி மூலம் பிட்கோடு நெட்வொர்க்குடன் இணைக்கவும்.
+
&Window
&சாளரம்
+
+ Show only a tray icon after minimizing the window.
+ சாளரத்தை குறைப்பதன் பின்னர் ஒரு தட்டு ஐகானை மட்டும் காண்பி.
+
+
+ &Minimize to the tray instead of the taskbar
+ & Taskbar க்கு பதிலாக தட்டில் குறைக்கவும்
+
+
+ M&inimize on close
+ எம் & நெருக்கமாக உள்ளமை
+
&Display
&காட்டு
+
+ User Interface &language:
+ பயனர் இடைமுகம் & மொழி:
+
+
+ &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
+ & மூன்றாம் தரப்பு பரிவர்த்தனை URL கள்
+
+
+ Options set in this dialog are overridden by the command line or in the configuration file:
+ இந்த உரையாடலில் அமைக்கப்பட்டுள்ள விருப்பங்கள் கட்டளை வரியில் அல்லது கட்டமைப்பு கோப்பில் மீளமைக்கப்படும்:
+
&OK
&சரி
@@ -317,29 +1053,81 @@
none
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.
+ GUI அமைப்புகளை மேலெழுதக்கூடிய மேம்பட்ட பயனர் விருப்பங்களைக் குறிப்பிட கட்டமைப்பு கோப்பு பயன்படுத்தப்படுகிறது. கூடுதலாக, எந்த கட்டளை வரி விருப்பங்கள் இந்த கட்டமைப்பு கோப்பு புறக்கணிக்க வேண்டும்.
+
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
மீதி
@@ -348,21 +1136,137 @@
Total:
மொத்தம்:
-
+
+ Your current total balance
+ உங்கள் தற்போதைய மொத்தச் சமநிலை
+
+
+ Your current balance in watch-only addresses
+ வாட்ச் மட்டும் முகவரிகள் உள்ள உங்கள் தற்போதைய இருப்பு
+
+
+ Spendable:
+ 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
+ Bitcoin தொடங்க முடியாது: கிளிக் க்கு ஊதியம் கையாளுதல்
+
+
+ URI handling
+ URI கையாளுதல்
+
+
+ 'bitcoin://' is not a valid URI. Use 'bitcoin:' instead.
+ 'bitcoin: //' சரியான URI அல்ல. அதற்கு பதிலாக 'பிட்கின்:' பயன்படுத்தவும்.
+
+
+ You are using a BIP70 URL which will be unsupported in the future.
+ நீங்கள் எதிர்காலத்தில் ஆதரிக்கப்படாத BIP70 URL ஐப் பயன்படுத்துகிறீர்கள்.
+
+
+ Cannot process payment request because BIP70 support was not compiled in.
+ கட்டண கோரிக்கையை செயல்படுத்த முடியவில்லை, ஏனெனில் BIP70 ஆதரவு தொகுக்கப்படவில்லை.
+
+
+ URI cannot be parsed! This can be caused by an invalid Bitcoin address or malformed URI parameters.
+ URI அலச முடியாது! தவறான பிட்கின் முகவரி அல்லது தவறான URI அளவுருக்கள் காரணமாக இது ஏற்படலாம்.
+
+
+ Payment request file handling
+ பணம் கோரிக்கை கோப்பு கையாளுதல்
+
+
+ Payment request file cannot be read! This can be caused by an invalid payment request file.
+ கட்டண கோரிக்கை கோப்பு படிக்க முடியாது! இது தவறான கட்டண கோரிக்கை கோப்பால் ஏற்படலாம்.
+
+
+ Payment request rejected
+ கட்டணம் கோரிக்கை நிராகரிக்கப்பட்டது
+
+
+ Payment request network doesn't match client network.
+ வாடிக்கையாளர் நெட்வொர்க்குடன் கட்டண கோரிக்கை பிணையம் பொருந்தவில்லை.
+
+
+ Payment request expired.
+ கட்டணம் கோரிக்கை காலாவதியானது.
+
+
+ Payment request is not initialized.
+ கட்டணம் கோரிக்கை ஆரம்பிக்கப்படவில்லை.
+
+
+ Unverified payment requests to custom payment scripts are unsupported.
+ தனிப்பயன் கட்டண ஸ்கிரிப்டுகளுக்கான சரிபார்க்கப்படாத கட்டண கோரிக்கைகள் ஆதரிக்கப்படவில்லை.
+
+
+ Invalid payment request.
+ தவறான கட்டண கோரிக்கை.
+
+
+ Payment request cannot be parsed!
+ கட்டண கோரிக்கையை பாகுபடுத்த முடியாது!
+
+
+ Network request error
+ நெட்வொர்க் கோரிக்கை பிழை
+
+
+ Payment acknowledged
+ கட்டணம் ஒப்புக் கொண்டது
+
+
PeerTableModel
User Agent
பயனர் முகவர்
+
+ Node/Service
+ கணு / சேவை
+
+
+ NodeId
+ NodeId
+
+
+ Ping
+ பிங்
+
Sent
அனுப்பிய
-
+
+ Received
+ பெறப்பட்டது
+
+
QObject
@@ -377,10 +1281,18 @@
%1 h
%1 h
+
+ %1 m
+ %1 m
+
%1 s
%1 s
+
+ None
+ யாரும்
+
N/A
N/A
@@ -409,13 +1321,33 @@
%1 GB
%1 GB
-
+
+ unknown
+ தெரியாத
+
+
QObject::QObject
QRImageWidget
-
+
+ &Save Image...
+ & படத்தை சேமி ...
+
+
+ &Copy Image
+ &படத்தை நகலெடு
+
+
+ Save QR Code
+ QR குறியீடு சேமிக்கவும்
+
+
+ PNG Image (*.png)
+ PNG படம் (* .png)
+
+
RPCConsole
@@ -430,6 +1362,30 @@
&Information
&தகவல்
+
+ Debug window
+ பிழைத்திருத்த சாளரம்
+
+
+ General
+ பொது
+
+
+ Using BerkeleyDB version
+ BerkeleyDB பதிப்பைப் பயன்படுத்துதல்
+
+
+ Datadir
+ Datadir
+
+
+ Blocksdir
+ Blocksdir
+
+
+ Startup time
+ தொடக்க நேரம்
+
Network
பிணையம்
@@ -438,18 +1394,66 @@
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
திசை
@@ -458,14 +1462,74 @@
Version
பதிப்பு
+
+ Starting Block
+ பிளாக் தொடங்குகிறது
+
+
+ Synced Headers
+ ஒத்திசைக்கப்பட்ட தலைப்புகள்
+
+
+ Synced Blocks
+ ஒத்திசைக்கப்பட்ட பிளாக்ஸ்
+
User Agent
பயனர் முகவர்
+
+ 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
&திற
@@ -474,6 +1538,10 @@
&Console
&பணியகம்
+
+ &Network Traffic
+ & நெட்வொர்க் ட்ராஃபிக்
+
Totals
மொத்தம்
@@ -486,6 +1554,14 @@
Out:
வெளியே:
+
+ Debug log file
+ பதிவுப் பதிவுக் கோப்பு
+
+
+ Clear console
+ பணியகத்தை அழிக்கவும்
+
1 &hour
1 &மணி
@@ -502,6 +1578,30 @@
1 &year
1 &ஆண்டு
+
+ &Disconnect
+ & துண்டி
+
+
+ Ban for
+ தடை செய்
+
+
+ &Unban
+ & நீக்கு
+
+
+ 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.
+ எச்சரிக்கை: Scammers செயலில் இருந்தன, பயனர்களுக்கு இங்கே கட்டளைகளை தட்டச்சு செய்ய, தங்கள் பணப்பை உள்ளடக்கங்களை திருடி. கட்டளையின் கிளைகளை முழுமையாக புரிந்துகொள்ளாமல் இந்த பணியகத்தை பயன்படுத்த வேண்டாம்.
+
+
+ Network activity disabled
+ நெட்வொர்க் செயல்பாடு முடக்கப்பட்டது
+
+
+ Executing command without any wallet
+ எந்த பணமும் இல்லாமல் கட்டளையை நிறைவேற்றும்
+
via %1
via %1
@@ -545,19 +1645,79 @@
&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.
+ கோரிக்கையை திறக்கும் போது காட்டப்படும் இது பணம் கோரிக்கை இணைக்க ஒரு விருப்ப செய்தி. குறிப்பு: Bitcoin நெட்வொர்க்கில் பணம் செலுத்தியவுடன் செய்தி அனுப்பப்படாது.
+
+
+ An optional label to associate with the new receiving address.
+ புதிய பெறுதல் முகவரியுடன் தொடர்பு கொள்ள ஒரு விருப்ப லேபிள்.
+
+
+ Use this form to request payments. All fields are <b>optional</b>.
+ பணம் செலுத்த வேண்டுமெனில் இந்த படிவத்தைப் பயன்படுத்தவும். அனைத்து துறைகள் விருப்பமானவை.
+
+
+ An optional amount to request. Leave this empty or zero to not request a specific amount.
+ கோரிக்கைக்கு விருப்பமான தொகை. ஒரு குறிப்பிட்ட தொகையை கோர வேண்டாம் இந்த வெற்று அல்லது பூஜ்ஜியத்தை விடு.
+
+
+ Clear all fields of the form.
+ படிவத்தின் அனைத்து துறையையும் அழி.
+
Clear
நீக்கு
+
+ 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.
+ நேட்டிவ் செக்யூரிட் முகவரிகள் (ach Bech32 அல்லது BIP-173) உங்கள் பரிவர்த்தனைக் கட்டணத்தை பின்னர் குறைக்க மற்றும் எழுத்துப்பிழைகள் எதிராக சிறந்த பாதுகாப்பு வழங்க, ஆனால் பழைய பணப்பைகள் அவர்களுக்கு ஆதரவு இல்லை. Unchecked போது, பழைய பணப்பைகள் இணக்கமான ஒரு முகவரியை பதிலாக உருவாக்கப்படும்.
+
+
+ Generate native segwit (Bech32) address
+ சொந்த segwit (Bech32) முகவரியை உருவாக்குங்கள்
+
+
+ Requested payments history
+ பணம் செலுத்திய வரலாறு
+
+
+ &Request payment
+ கட்டணம் மற்றும் கோரிக்கை கட்டணம்
+
+
+ Show the selected request (does the same as double clicking an entry)
+ தேர்ந்தெடுக்கப்பட்ட கோரிக்கையை காட்டு (இரட்டை இடுகையை இரட்டை கிளிக் செய்தால்)
+
Show
காண்பி
+
+ Remove the selected entries from the list
+ பட்டியலில் இருந்து தேர்ந்தெடுக்கப்பட்ட உள்ளீடுகளை நீக்கவும்
+
Remove
நீக்கு
-
+
+ Copy URI
+ URI ஐ நகலெடு
+
+
+ Copy label
+ லேபிளை நகலெடு
+
+
+ Copy message
+ செய்தியை நகலெடுக்கவும்
+
+
+ Copy amount
+ நகல் நகல்
+
+
ReceiveRequestDialog
@@ -576,24 +1736,104 @@
&Save Image...
&படத்தை சேமி...
+
+ Payment information
+ கொடுப்பனவு தகவல்
+
+
+ URI
+ URI
+
Address
முகவரி
+
+ Amount
+ தொகை
+
+
+ Label
+ லேபிள்
+
+
+ Message
+ செய்தி
+
Wallet
பணப்பை
-
+
+ Resulting URI too long, try to reduce the text for label / message.
+ யு.ஐ.ஐ. முடிவுக்கு நீண்ட காலம், லேபிள் / செய்திக்கு உரைகளை குறைக்க முயற்சிக்கவும்.
+
+
+ Error encoding URI into QR Code.
+ QR குறியீட்டில் யு.ஆர்.ஐ குறியாக்கப் பிழை.
+
+
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:
விலை
@@ -610,14 +1850,86 @@
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.
+ Fallbackfee பயன்படுத்தி ஒரு பரிவர்த்தனை அனுப்புவதன் மூலம் பல மணிநேரங்கள் அல்லது நாட்கள் (அல்லது ஒருபோதும்) உறுதிப்படுத்த முடியாது. உங்கள் கட்டணத்தை கைமுறையாக தேர்வு செய்யுங்கள் அல்லது முழு சங்கிலியை சரிபார்த்து வரும் வரை காத்திருக்கவும்.
+
+
+ Warning: Fee estimation is currently not possible.
+ எச்சரிக்கை: கட்டணம் மதிப்பீடு தற்போது சாத்தியமில்லை.
+
+
+ collapse fee-settings
+ கட்டண சரிவுகளை சரி செய்ய வேண்டும்
+
+
+ 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.
+ பரிமாற்றத்தின் மெய்நிகர் அளவுக்கு kB (1,000 பைட்டுகளுக்கு) ஒரு தனிபயன் கட்டணத்தை குறிப்பிடவும்.
+
+குறிப்பு: கட்டணம் ஒவ்வொரு பைட் அடிப்படையில் கணக்கிடப்பட்டதால், 500 பைட்டுகள் (1 kB இன் பாதி) பரிவர்த்தனை அளவுக்கு "kB க்காக 100 satoshis" என்ற கட்டணம் இறுதியில் 50 சாத்தோஷிகளுக்கு கட்டணம் மட்டுமே கிடைக்கும்.
+
+
+ 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:
+ டஸ்ட்
+
+
+ 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.
+ தொகுதிகள் உள்ள இடத்தை விட குறைவான பரிவர்த்தனை அளவு இருக்கும் போது, சுரங்க தொழிலாளர்கள் மற்றும் ரிலேடிங் முனைகள் குறைந்தபட்ச கட்டணத்தைச் செயல்படுத்தலாம். இந்த குறைந்தபட்ச கட்டணத்தை மட்டும் செலுத்துவது நன்றாக உள்ளது, ஆனால் நெட்வொர்க்கில் செயல்படுவதை விட bitcoin பரிவர்த்தனைகளுக்கு இன்னும் கோரிக்கை தேவைப்பட்டால் இது ஒருபோதும் உறுதிப்படுத்தாத பரிவர்த்தனைக்கு காரணமாக இருக்கலாம்.
+
+
+ A too low fee might result in a never confirming transaction (read the tooltip)
+ ஒரு மிக குறைந்த கட்டணம் ஒரு உறுதி பரிவர்த்தனை விளைவாக (உதவிக்குறிப்பு வாசிக்க)
+
Balance:
மீதி:
@@ -626,7 +1938,43 @@
S&end
&அனுப்பு
-
+
+ Copy quantity
+ அளவு அளவு
+
+
+ Copy amount
+ நகல் நகல்
+
+
+ Copy fee
+ நகல் கட்டணம்
+
+
+ Copy after fee
+ நகல் கட்டணம்
+
+
+ Copy bytes
+ நகல் கட்டணம்
+
+
+ Copy dust
+ தூசி நகலெடுக்கவும்
+
+
+ Copy change
+ மாற்றத்தை நகலெடுக்கவும்
+
+
+ Payment request expired.
+ கட்டணம் கோரிக்கை காலாவதியானது.
+
+
+ (no label)
+ (லேபிள் இல்லை)
+
+
SendCoinsEntry
@@ -683,31 +2031,102 @@
TransactionDesc
+
+ Date
+ தேதி
+
+
+ unknown
+ தெரியாத
+
+
+ Message
+ செய்தி
+
+
+ Amount
+ தொகை
+
TransactionDescDialog
TransactionTableModel
+
+ Date
+ தேதி
+
+
+ Label
+ லேபிள்
+
+
+ (no label)
+ (லேபிள் இல்லை)
+
TransactionView
+
+ Copy address
+ முகவரி முகவரியை நகலெடுக்கவும்
+
+
+ Copy label
+ லேபிளை நகலெடு
+
+
+ Copy amount
+ நகல் நகல்
+
+
+ Copy transaction ID
+ பரிவர்த்தனை ஐடியை நகலெடு
+
+
+ Comma separated file (*.csv)
+ கமா பிரிக்கப்பட்ட கோப்பு
+
+
+ Date
+ தேதி
+
+
+ Label
+ லேபிள்
+
Address
முகவரி
+
+ Exporting Failed
+ ஏற்றுமதி தோல்வியடைந்தது
+
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
WalletModel
+
+ Send Coins
+ நாணயங்களை அனுப்பவும்
+
WalletView
+
+ Export the data in the current tab to a file
+ தற்போதைய தாவலில் தரவை ஒரு கோப்பிற்கு ஏற்றுமதி செய்க
+
bitcoin-core
diff --git a/src/qt/locale/bitcoin_th_TH.ts b/src/qt/locale/bitcoin_th_TH.ts
index 81491c8ddc..05775ea50b 100644
--- a/src/qt/locale/bitcoin_th_TH.ts
+++ b/src/qt/locale/bitcoin_th_TH.ts
@@ -101,10 +101,6 @@
&Overview
&ภาพรวม
-
- Node
- Node/โหนด
-
Show general overview of wallet
แสดงภาพรวมทั่วไปของกระเป๋าเงิน
@@ -161,14 +157,6 @@
&Change Passphrase...
&เปลี่ยนรหัสผ่าน...
-
- &Sending addresses...
- &ที่เก็บเงิน ที่จะส่ง bitcoin
-
-
- &Receiving addresses...
- &ที่เก็บเงิน ที่จะรับ bitcoin
-
Open &URI...
เปิด &URI
@@ -205,10 +193,6 @@
Bitcoin
Bitcoin
-
- Wallet
- กระเป๋าเงิน
-
&Send
&ส่ง
@@ -321,6 +305,10 @@
Show the %1 help message to get a list with possible Bitcoin command-line options
แสดง %1 ข้อความช่วยเหลือ เพื่อแสดงรายการ ตัวเลือกที่เป็นไปได้สำหรับ Bitcoin command-line
+
+ &Window
+ &วันโดว์
+
%1 client
%1 ลูกค้า
@@ -603,10 +591,6 @@
Size of &database cache
ขนาดของ &database cache
-
- MB
- MB
-
Number of script &verification threads
จำนวนของสคริปท์ &verification threads
@@ -623,10 +607,6 @@
Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.
URL แบบอื่น (ยกตัวอย่าง เอ็กพลอเลอร์บล็อก) ที่อยู่ใน เมนูรายการ ลำดับ %s ใน URL จะถูกเปลี่ยนด้วย รายการแฮช URL ที่เป็นแบบหลายๆอัน จะถูกแยก โดย เครื่องหมายเส้นบาร์ตั้ง |
-
- Active command-line options that override above options:
- ตัวเลือก command-line แอกทีฟอยู่นี้ จะแทนที่ ตัวเลือกด้านบนนี้:
-
Reset all client options to default.
รีเซต ไคลเอ็นออพชั่น กลับไปเป็นค่าเริ่มต้น
@@ -850,6 +830,9 @@
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
diff --git a/src/qt/locale/bitcoin_tr.ts b/src/qt/locale/bitcoin_tr.ts
index 6463a04a86..31f636ebf1 100644
--- a/src/qt/locale/bitcoin_tr.ts
+++ b/src/qt/locale/bitcoin_tr.ts
@@ -187,10 +187,6 @@
Wallet encrypted
Cüzdan şifrelendi
-
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- Şifreleme işleminin bitirilmesi için %1 kapatılacak. Her ne kadar cüzdanınızı şifreleseniz de şifrelemenin bitcoinlerinizi bilgisayarınıza bulaşan zararlılardan tam olarak koruyamayacağını unutmayın.
-
IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.
ÖNEMLİ: Önceden yapmış olduğunuz cüzdan dosyası yedeklemelerinin yeni oluşturulan şifrelenmiş cüzdan dosyası ile değiştirilmeleri gerekir. Güvenlik nedenleriyle yeni, şifrelenmiş cüzdanı kullanmaya başladığınızda eski şifrelenmemiş cüzdan dosyaları işe yaramaz hale gelecektir.
@@ -253,10 +249,6 @@
&Overview
&Genel bakış
-
- Node
- Düğüm
-
Show general overview of wallet
Cüzdana genel bakışı göster
@@ -313,14 +305,6 @@
&Change Passphrase...
&Parolayı Değiştir...
-
- &Sending addresses...
- &Gönderme adresleri...
-
-
- &Receiving addresses...
- &Alma adresleri...
-
Open &URI...
&URI Aç...
@@ -329,10 +313,6 @@
Wallet:
Cüzdan:
-
- default wallet
- varsayılan cüzdan
-
Click to disable network activity.
Ağ etkinliğini devre dışı bırakmak için tıklayın.
@@ -385,10 +365,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Cüzdan
-
&Send
&Gönder
@@ -501,6 +477,18 @@
Show the %1 help message to get a list with possible Bitcoin command-line options
Olası Bitcoin komut satırı seçeneklerinin listesini görmek için %1 yardım mesajını göster
+
+ default wallet
+ varsayılan cüzdan
+
+
+ &Window
+ &Pencere
+
+
+ Minimize
+ Küçült
+
%1 client
%1 istemci
@@ -923,11 +911,7 @@
Hide
Gizle
-
- Unknown. Syncing Headers (%1)...
- Bilinmeyen. Üstbilgiler Senkronize Ediliyor (%1)...
-
-
+
OpenURIDialog
@@ -973,10 +957,6 @@
Size of &database cache
&Veritabanı önbelleğinin boyutu
-
- MB
- MB
-
Number of script &verification threads
İş parçacıklarını &denetleme betiği sayısı
@@ -1009,10 +989,6 @@
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 |.
İş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.
-
- Active command-line options that override above options:
- Yukarıdaki seçeneklerin yerine geçen etkin komut satırı seçenekleri:
-
Open the %1 configuration file from the working directory.
Çalışma dizininden %1 yapılandırma dosyasını aç.
@@ -1033,6 +1009,22 @@
&Network
&Ağ
+
+ 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.
+ 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.
+
+
+ Prune &block storage to
+ Temizle &block depolamasını
+
+
+ GB
+ GB
+
+
+ Reverting this setting requires re-downloading the entire blockchain.
+ Bu ayarları geri değiştirmek tüm blok zinciri'nin indirilmesini gerektirir.
+
(0 = auto, <0 = leave that many cores free)
(0 = otomatik, <0 = bu kadar çekirdeği kullanma)
@@ -1299,6 +1291,10 @@
URI handling
URI yönetimi
+
+ 'bitcoin://' is not a valid URI. Use 'bitcoin:' instead.
+ 'bitcoin://' geçerli bir protokol değil. Onun yerine 'bitcoin:' kullanınız.
+
Payment request fetch URL is invalid: %1
Ödeme talebini alma URL'i geçersiz: %1
@@ -1496,6 +1492,10 @@
QObject::QObject
+
+ Error parsing command line arguments: %1.
+ Komut satırı argümanlarında hatalı ayrıştırma: %1
+
Error: Specified data directory "%1" does not exist.
Hata: Belirtilen "%1" veri klasörü yoktur.
@@ -1770,10 +1770,6 @@
&Unban
&Yasaklamayı Kaldır
-
- default wallet
- varsayılan cüzdan
-
Welcome to the %1 RPC console.
%1 RPC konsoluna hoş geldiniz.
@@ -2090,14 +2086,6 @@
Hide
Gizle
-
- Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.
- Gerekli olan en az ücreti ödemek, bloklarda boşluktan daha az işlem hacmi olduğu sürece bir sorun çıkarmaz. Fakat ağın işleyecebileceğinden daha çok bitcoin işlemi talebi olduğunda bunun asla doğrulanmayan bir işlem olabileceğinin farkında olmalısınız.
-
-
- (read the tooltip)
- (bilgi balonunu oku)
-
Recommended:
Tavsiye edilen:
@@ -2246,10 +2234,6 @@
Payment request expired.
Ödeme talebinin geçerlilik süresi bitti.
-
- Pay only the required fee of %1
- Sadece asgari ücret olan %1 tutarını öde
-
Warning: Invalid Bitcoin address
Uyarı: geçersiz Bitcoin adresi
@@ -2976,6 +2960,9 @@
Tutarı göstermek için birim. Başka bir birim seçmek için tıklayınız.
+
+ WalletController
+
WalletFrame
@@ -3017,6 +3004,10 @@
Could not commit transaction
Alışveriş taahüt edilemedi.
+
+ default wallet
+ varsayılan cüzdan
+
WalletView
@@ -3275,18 +3266,6 @@
Unable to generate keys
Anahtar üretilemiyor
-
- Unsupported argument -benchmark ignored, use -debug=bench.
- Desteklenmeyen -benchmark argümanı görmezden gelindi, -debug=bench kullanınız.
-
-
- Unsupported argument -debugnet ignored, use -debug=net.
- Desteklenmeyen -debugnet argümanı görmezden gelindi, debug=net kullanınız.
-
-
- Unsupported argument -tor found, use -onion.
- Deskteklenmeyen -tor argümanı bulundu, -onion kullanınız.
-
Unsupported logging category %s=%s.
Desteklenmeyen günlük kategorisi %s=%s.
@@ -3323,10 +3302,6 @@
You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain
Budama olmayan kipe dönmek için veritabanını -reindex ile tekrar derlemeniz gerekir. Bu, tüm blok zincirini tekrar indirecektir
-
- Error loading %s: You can't disable HD on an already existing HD wallet
- %s yüklemesinde hata: Zaten HD olan bir cüzdanda HD devre dışı bırakılamaz
-
Error reading from database, shutting down.
Veritabanından okumada hata, kapatılıyor.
@@ -3431,10 +3406,6 @@
-maxtxfee is set very high! Fees this large could be paid on a single transaction.
-maxtxfee çok yüksek bir değere ayarlanmış! Bu denli yüksek ücretler tek bir işlemde ödenebilir.
-
- Error loading %s: You can't enable HD on an already existing non-HD wallet
- %s yüklenmesinde hata: zaten var olan ve HD olmayan bir cüzdanda HD etkinleştirilemez.
-
This is the transaction fee you may pay when fee estimates are not available.
İşlem ücret tahminleri mevcut olmadığında ödeyebileceğiniz işlem ücreti budur.
@@ -3447,18 +3418,6 @@
Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments.
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.
-
- Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported.
- Desteklenmeyen -socks argümanı bulundu. SOCKS sürümünün ayarlanması artık mümkün değildir, sadece SOCKS5 vekilleri desteklenmektedir.
-
-
- Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay.
- Desteklenmeyen argüman -whitelistalwaysrelay görmezden gelindi, -whitelistrelay ve/veya -whitelistforcerelay kullanın.
-
-
- Warning: Unknown block versions being mined! It's possible unknown rules are in effect
- Uyarı: Bilinmeyen blok sürümü oluşturulmaya çalışılıyor. Bilinmeyen kuralların işlemesi mümkündür.
-
Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup.
Uyarı: wallet.dat bozuk, veriler geri kazanıldı! Özgün %s, %s olarak %s klasörüne kaydedildi; bakiyeniz ya da işlemleriniz yanlışsa bir yedeklemeden tekrar yüklemeniz gerekir.
diff --git a/src/qt/locale/bitcoin_tr_TR.ts b/src/qt/locale/bitcoin_tr_TR.ts
index a1d6ad20b5..3bd5af2ca0 100644
--- a/src/qt/locale/bitcoin_tr_TR.ts
+++ b/src/qt/locale/bitcoin_tr_TR.ts
@@ -187,10 +187,6 @@
Wallet encrypted
Cüzdan Şifrelendi
-
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- %1 Şifreleme işlemini bitirmek için kapatılacak. Şunu unutmayın ki şampiyon galatasaray ve şifrelemek, bitcoinlerinizin bilgisayarınıza bulaşan malware yazılımları tarafından çalınmasını tamamen engelleyemez.
-
IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.
ÖNEMLİ: 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.
@@ -273,14 +269,6 @@
&Backup Wallet...
&Cüzdan Yedekleme
-
- &Sending addresses...
- Gönderme adresleri
-
-
- &Receiving addresses...
- Alış adresleri
-
Open &URI...
URI'yi aç
@@ -318,10 +306,6 @@
Bitcoin
-
- Wallet
- Cüzdan
-
&Send
Gönder
@@ -366,6 +350,10 @@
Information
Bilgi
+
+ &Window
+ Pencere
+
Date: %1
@@ -1363,6 +1351,9 @@
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
diff --git a/src/qt/locale/bitcoin_uk.ts b/src/qt/locale/bitcoin_uk.ts
index 60e5f6a5b5..9970c69445 100644
--- a/src/qt/locale/bitcoin_uk.ts
+++ b/src/qt/locale/bitcoin_uk.ts
@@ -188,8 +188,8 @@
Гаманець зашифровано
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- %1 буде закрито зараз, щоб завершити процес шифрування. Пам'ятайте, що шифрування гаманця не може повністю захистити ваші біткойни від крадіжки шкідливими програмами, у випадку якщо ваш комп'ютер буде інфіковано.
+ Your wallet is now encrypted. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
+ Ваш гаманець зашифровано. Пам'ятайте, шифрування гаманця не гарантує абсолютний захист біткоінів від крадіжки шкідливим програмним забезпеченням, яке вразило комп'ютер.
IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.
@@ -253,10 +253,6 @@
&Overview
&Огляд
-
- Node
- Вузол
-
Show general overview of wallet
Показати стан гаманця
@@ -313,14 +309,6 @@
&Change Passphrase...
Змінити парол&ь...
-
- &Sending addresses...
- Адреси для &відправлення...
-
-
- &Receiving addresses...
- Адреси для &отримання...
-
Open &URI...
Відкрити &URI
@@ -329,10 +317,6 @@
Wallet:
Гаманець:
-
- default wallet
- типовий гаманець
-
Click to disable network activity.
Натисніть, щоб вимкнути активність мережі.
@@ -385,10 +369,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Гаманець
-
&Send
&Відправити
@@ -497,10 +477,42 @@
Up to date
Синхронізовано
+
+ &Sending addresses
+ &Адреси для відправлення
+
+
+ &Receiving addresses
+ &Адреси для отримання
+
Show the %1 help message to get a list with possible Bitcoin command-line options
Показати довідку %1 для отримання переліку можливих параметрів командного рядка.
+
+ default wallet
+ гаманець за змовчуванням
+
+
+ &Window
+ &Вікно
+
+
+ Minimize
+ Мінімізувати
+
+
+ Zoom
+ Збільшення
+
+
+ Restore
+ Відновити
+
+
+ Main Window
+ Головне Вікно
+
%1 client
%1 клієнт
@@ -565,6 +577,10 @@
HD key generation is <b>disabled</b>
Генерація HD ключа<b>вимкнена</b>
+
+ Private key <b>disabled</b>
+ Закритого ключа <b>вимкнено</b>
+
Wallet is <b>encrypted</b> and currently <b>unlocked</b>
<b>Зашифрований</b> гаманець <b>розблоковано</b>
@@ -901,7 +917,7 @@
Attempting to spend bitcoins that are affected by not-yet-displayed transactions will not be accepted by the network.
- Спроба видправити біткойни, які ще не відображаються, не буде прийнята мережею.
+ Спроба відправити біткоїни, які ще не відображаються, не буде прийнята мережею.
Number of blocks left
@@ -935,11 +951,7 @@
Hide
Приховати
-
- Unknown. Syncing Headers (%1)...
- Невідомо. Синхронізація заголовків (%1%)...
-
-
+
OpenURIDialog
@@ -977,10 +989,6 @@
Size of &database cache
Розмір &кешу бази даних
-
- MB
- МБ
-
Number of script &verification threads
Кількість потоків &сценарію перевірки
@@ -1013,10 +1021,6 @@
Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.
Сторонні URL (наприклад, block explorer), що з'являться на вкладці транзакцій у вигляді пункту контекстного меню. %s в URL буде замінено на хеш транзакції. Для відокремлення URLів використовуйте вертикальну риску |.
-
- Active command-line options that override above options:
- Активовані параметри командного рядка, що перекривають вищевказані параметри:
-
Open the %1 configuration file from the working directory.
Відкрийте %1 файл конфігурації з робочого каталогу.
@@ -1053,6 +1057,10 @@
Reverting this setting requires re-downloading the entire blockchain.
Повернення цієї опції вимагає перезавантаження вього ланцюжка блоків.
+
+ MiB
+ MiB
+
(0 = auto, <0 = leave that many cores free)
(0 = автоматично, <0 = вказує кількість вільних ядер)
@@ -1177,6 +1185,10 @@
&Third party transaction URLs
&URL-адреси транзакцій сторонніх розробників
+
+ Options set in this dialog are overridden by the command line or in the configuration file:
+ Параметри, задані в цьому діалоговому вікні, буде перевизначено командним рядком або в конфігураційному файлі:
+
&OK
&Гаразд
@@ -1323,10 +1335,18 @@
'bitcoin://' is not a valid URI. Use 'bitcoin:' instead.
'bitcoin://' не вірний URI. Використовуйте 'bitcoin:'.
+
+ You are using a BIP70 URL which will be unsupported in the future.
+ Ви використовуєте BIP70 посилання, яке в майбутньому не буде підтримуватись.
+
Payment request fetch URL is invalid: %1
URL запиту платежу є некоректним: %1
+
+ Cannot process payment request because BIP70 support was not compiled in.
+ Неможливо обробити платіжний запит, оскільки вимкнено підтримку BIP70.
+
Invalid payment address %1
Помилка в адресі платежу %1
@@ -1588,6 +1608,18 @@
Datadir
Каталог даних
+
+ To specify a non-default location of the data directory use the '%1' option.
+ Для зазначення нестандартного шляху до каталогу даних, скористайтесь опцією '%1'.
+
+
+ Blocksdir
+ Каталог блоків
+
+
+ To specify a non-default location of the blocks directory use the '%1' option.
+ Для зазначення нестандартного шляху до каталогу блоків, скористайтесь опцією '%1'.
+
Startup time
Час запуску
@@ -1800,10 +1832,6 @@
&Unban
&Розблокувати
-
- default wallet
- гаманець за змовчуванням
-
Welcome to the %1 RPC console.
Ласкаво просимо до консолі RPC %1.
@@ -2136,14 +2164,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Hide
Приховати
-
- Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.
- Оплата тільки мінімальної комісії є прийнятною, допоки обсяг транзакцій є меншим простору в блоках. Але майте на увазі, що це може анулювати транзакцію, якщо попит на Bitcoin транзакції стане більшим, ніж мережа зможе обробити.
-
-
- (read the tooltip)
- (читати підказки)
-
Recommended:
Рекомендовано:
@@ -2172,6 +2192,14 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Dust:
Пил:
+
+ 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:
Час підтвердження:
@@ -2308,10 +2336,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Payment request expired.
Запит платежу прострочено.
-
- Pay only the required fee of %1
- Сплатіть лише обов'язкову комісію у розмірі %1
-
Estimated to begin confirmation within %n block(s).
Очікуваний початок підтвердження через %n блок.Очікуваний початок підтвердження протягом %n блоків.Очікуваний початок підтвердження протягом %n блоків.Очікуваний початок підтвердження протягом %n блоків.
@@ -3046,6 +3070,9 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Одиниця виміру монет. Натисніть для вибору іншої.
+
+ WalletController
+
WalletFrame
@@ -3095,6 +3122,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Could not commit transaction
Не вдалось виконати транзакцію
+
+ default wallet
+ гаманець за змовчуванням
+
WalletView
@@ -3241,6 +3272,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Change index out of range
Індекс решти за межами діапазону
+
+ Config setting for %s only applied on %s network when in [%s] section.
+ Налаштування конфігурації %s застосовується лише для мережі %s у розділі [%s].
+
Copyright (C) %i-%i
Всі права збережено. %i-%i
@@ -3253,10 +3288,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Do you want to rebuild the block database now?
Ви хочете перебудувати базу даних блоків зараз?
-
- Error creating %s: You can't create non-HD wallets with this version.
- Помилка створення %s: Ви не можете створювати не-HD гаманці з цією версією.
-
Error initializing block database
Помилка ініціалізації бази даних блоків
@@ -3325,6 +3356,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Invalid amount for -fallbackfee=<amount>: '%s'
Невірна сума для зарезервованої комісії -fallbackfee=<amount>: '%s'
+
+ Specified blocks directory "%s" does not exist.
+ Зазначений каталог блоків "%s" не існує.
+
Upgrading txindex database
Оновлення txindex бази
@@ -3373,18 +3408,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Unable to generate keys
Не вдається створити ключі
-
- Unsupported argument -benchmark ignored, use -debug=bench.
- Параметр -benchmark не підтримується та буде проігноровано; використовуйте -debug=bench.
-
-
- Unsupported argument -debugnet ignored, use -debug=net.
- Параметр -debugnet не підтримується та буде проігноровано; використовуйте -debug=net.
-
-
- Unsupported argument -tor found, use -onion.
- Параметр -tor не підтримується; використовуйте -onion.
-
Unsupported logging category %s=%s.
Непідтримувана категорія ведення журналу %s=%s.
@@ -3421,10 +3444,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain
Вам необхідно перебудувати базу даних з використанням -reindex для завантаження повного ланцюжка блоків.
-
- Error loading %s: You can't disable HD on an already existing HD wallet
- Помилка завантаження %s: Ви не можете відключити режим HD в існуючому HD-гаманці
-
Error reading from database, shutting down.
Помилка читання бази даних, припиняю роботу.
@@ -3433,6 +3452,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Error upgrading chainstate database
Помилка оновлення бази даних стану ланцюжка
+
+ Error: Disk space is low for %s
+ Помилка: для %s бракує місця на диску
+
Information
Інформація
@@ -3461,6 +3484,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Reducing -maxconnections from %d to %d, because of system limitations.
Зменшення значення -maxconnections з %d до %d із-за обмежень системи.
+
+ Section [%s] is not recognized.
+ Розділ [%s] не розпізнано.
+
Signing transaction failed
Підписання транзакції не вдалося
@@ -3477,6 +3504,11 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Specified -walletdir "%s" is not a directory
Вказаний шлях -walletdir "%s" не є каталогом
+
+ The specified config file %s does not exist
+
+ Зазначений файл конфігурації %s не існує
+
The transaction amount is too small to pay the fee
Неможливо сплатити комісію із-за малої суми транзакції
@@ -3529,10 +3561,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
-maxtxfee is set very high! Fees this large could be paid on a single transaction.
Встановлено дуже велике значення -maxtxfee! Такі великі комісії можуть бути сплачені окремою транзакцією.
-
- Error loading %s: You can't enable HD on an already existing non-HD wallet
- Помилка завантаження %s: Ви не можете ввімкнути режим HD в існуючому не-HD гаманці
-
This is the transaction fee you may pay when fee estimates are not available.
Це комісія за транзакцію, яку ви можете сплатити, коли кошторисна вартість недоступна.
@@ -3545,18 +3573,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments.
Загальна довжина рядку мережевої версії (%i) перевищує максимально допустиму (%i). Зменшіть число чи розмір коментарів клієнта користувача.
-
- Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported.
- Параметр -socks не підтримується. Можливість вказувати версію SOCKS було видалено, так як підтримується лише SOCKS5.
-
-
- Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay.
- Непідтримуваний аргумент -whitelistalwaysrelay ігнорується, використовуйте -whitelistrelay та/або -whitelistforcerelay.
-
-
- Warning: Unknown block versions being mined! It's possible unknown rules are in effect
- Попередження: видобуваються невідомі версії блоків! Можливо активовано невідомі правила
-
Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup.
Попередження: файл гаманця пошкоджено, дані врятовано! Оригінальний %s збережено як %s в %s; якщо ваш баланс або транзакції некорректно відображаються, ви повинні відновити його з резервної копії.
@@ -3609,10 +3625,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Insufficient funds
Недостатньо коштів
-
- Can't generate a change-address key. Private keys are disabled for this wallet.
- Неможливо створити ключ зміни адреси. Власні ключі вимкнено для цього гаманця.
-
Cannot upgrade a non HD split wallet without upgrading to support pre split keypool. Please use -upgradewallet=169900 or -upgradewallet with no version specified.
Неможливо оновити не-HD гаманець без оновлення підтримки пулу ключів. Будь-ласка використовуйте -upgradewallet=169900 чи -upgradewallet без вказівки версії.
diff --git a/src/qt/locale/bitcoin_ur_PK.ts b/src/qt/locale/bitcoin_ur_PK.ts
index 03502be8a8..3c57334325 100644
--- a/src/qt/locale/bitcoin_ur_PK.ts
+++ b/src/qt/locale/bitcoin_ur_PK.ts
@@ -292,6 +292,9 @@
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
diff --git a/src/qt/locale/bitcoin_uz@Cyrl.ts b/src/qt/locale/bitcoin_uz@Cyrl.ts
index fe44bea1f7..7b8944594a 100644
--- a/src/qt/locale/bitcoin_uz@Cyrl.ts
+++ b/src/qt/locale/bitcoin_uz@Cyrl.ts
@@ -85,10 +85,6 @@
&Overview
&Кўриб чиқиш
-
- Node
- Улам
-
Show general overview of wallet
Ҳамённинг умумий кўринишини кўрсатиш
@@ -133,14 +129,6 @@
&Change Passphrase...
Махфий сўзни &ўзгартириш...
-
- &Sending addresses...
- &Жўнатилувчи манзиллар...
-
-
- &Receiving addresses...
- &Қабул қилувчи манзиллар...
-
Open &URI...
Интернет манзилни очиш
@@ -177,10 +165,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Ҳамён
-
&Send
&Жўнатиш
@@ -277,6 +261,14 @@
Up to date
Янгиланган
+
+ &Window
+ &Ойна
+
+
+ Minimize
+ Камайтириш
+
Catching up...
Банд қилинмоқда...
@@ -489,10 +481,6 @@
Size of &database cache
&Маълумотлар базаси кеши
-
- MB
- МБ
-
Number of script &verification threads
Мавзуларни &тўғрилаш скрипти миқдори
@@ -1160,6 +1148,9 @@
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
diff --git a/src/qt/locale/bitcoin_vi.ts b/src/qt/locale/bitcoin_vi.ts
index ee0d1b3261..a633b049dd 100644
--- a/src/qt/locale/bitcoin_vi.ts
+++ b/src/qt/locale/bitcoin_vi.ts
@@ -131,6 +131,10 @@
Repeat new passphrase
Lặp lại cụm mật khẩu mới
+
+ Show password
+ Hiện mật khẩu
+
Enter the new passphrase to the wallet.<br/>Please use a passphrase of <b>ten or more random characters</b>, or <b>eight or more words</b>.
Gõ cụm mật khẩu mới cho ví.<br/>Vui lòng dùng cụm mật khẩu của<b>mười hoặc hơn ký tự ngẫu nhiên</b>, hoặc <b>tám hoặc nhiều từ hơn</b>.
@@ -180,8 +184,8 @@
Ví đã được mã hóa
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- %1 sẽ đóng lúc này để kết thúc quá trình mã hóa. Nhớ rằng việc mã hóa ví không thể bảo vệ hoàn toàn số bitcoins khỏi việc Malware lây nhiễm đến computer của bạn.
+ Your wallet is now encrypted. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
+ Ví bạn đã được mã hóa bây giờ. Hãy nhớ rằng việc mã hóa ví bạn không thể hoàn toàn bảo vệ bitcoin của bạn bị đánh cắp bới phần mềm độc hại dính vào máy tính bạn
IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.
@@ -245,10 +249,6 @@
&Overview
&Tổng quan
-
- Node
- Node
-
Show general overview of wallet
Hiển thị tổng quan ví
@@ -305,14 +305,6 @@
&Change Passphrase...
&Thay Đổi Cụm Mật Khẩu...
-
- &Sending addresses...
- &Địa chỉ đang gửi...
-
-
- &Receiving addresses...
- &Địa chỉ đang nhận...
-
Open &URI...
Mở &URI...
@@ -341,6 +333,10 @@
Reindexing blocks on disk...
Khôi phục các khối trên ổ đĩa...
+
+ Proxy is <b>enabled</b>: %1
+ Proxy là <b> cho phép </b>: %1
+
Send coins to a Bitcoin address
Gửi coin đến một địa chỉ Bitcoin
@@ -369,10 +365,6 @@
Bitcoin
Bitcoin
-
- Wallet
- Ví
-
&Send
&Gửi
@@ -481,10 +473,46 @@
Up to date
Đã cập nhật
+
+ &Sending addresses
+ &Các địa chỉ đang gửi
+
+
+ &Receiving addresses
+ &Các địa chỉ đang nhận
+
+
+ Open Wallet
+ Mớ ví
+
+
+ Open a wallet
+ Mở một ví
+
+
+ Close Wallet...
+ Đóng ví...
+
+
+ Close wallet
+ Đông ví
+
Show the %1 help message to get a list with possible Bitcoin command-line options
Hiển thị %1 tin nhắn hỗ trợ để nhận được danh sách Bitcoin command-line khả dụng
+
+ default wallet
+ ví mặc định
+
+
+ Opening Wallet <b>%1</b>...
+ Đang mở ví <b> %1</b>...
+
+
+ &Window
+ &Window
+
%1 client
%1 khách
@@ -913,11 +941,7 @@
Hide
Ẩn
-
- Unknown. Syncing Headers (%1)...
- Unknown. Đang đồng bộ Headers (%1)...
-
-
+
OpenURIDialog
@@ -963,10 +987,6 @@
Size of &database cache
Size of &database cache
-
- MB
- MB
-
Number of script &verification threads
Number of script &verification threads
@@ -987,10 +1007,6 @@
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 |.
Bên thứ ba URLs (e.g. a block explorer) xuất hiện trong thẻ giao dịch như context menu items. %s in the URL thì được thay thế bởi transaction hash. Multiple URLs are separated by vertical bar |.
-
- Active command-line options that override above options:
- Bật tùy chọn command-line ghi đè các tùy chọn ở trên:
-
Open the %1 configuration file from the working directory.
Mở %1 configuration file từ danh mục làm việc working directory.
@@ -2024,14 +2040,6 @@
Hide
Ẩn
-
- Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.
- Chi trả chỉ số nhỏ nhất fee thì ổn cho tới khi có ít transaction volume hơn khoảng trống trong blocks. Nhưng nhận ra rằng điều này kết thúc trong việc chẳng bao giờ xác nhận transaction trừ khi có nhiều nhu cầu cho giao dịch bitcoin hơn so với mạng có thể xử lý.
-
-
- (read the tooltip)
- (đọc cái tooltip)
-
Recommended:
Khuyên dùng:
@@ -2168,10 +2176,6 @@
Payment request expired.
Payment request hết hạn.
-
- Pay only the required fee of %1
- Pay chỉ yêu cầu fee of %1
-
Estimated to begin confirmation within %n block(s).
Dự kiến bắt đầu xác nhận trong vòng %n blocks.
@@ -2894,6 +2898,13 @@
Unit to show amounts in. Click to select another unit.
+
+ WalletController
+
+ Close wallet
+ Đông ví
+
+
WalletFrame
@@ -2943,6 +2954,10 @@
Could not commit transaction
Could not commit transaction
+
+ default wallet
+ ví mặc định
+
WalletView
@@ -3193,18 +3208,6 @@
Unable to bind to %s on this computer. %s is probably already running.
Unable to bind to %s on this computer. %s is probably already running.
-
- Unsupported argument -benchmark ignored, use -debug=bench.
- Unsupported argument -benchmark ignored, use -debug=bench.
-
-
- Unsupported argument -debugnet ignored, use -debug=net.
- Unsupported argument -debugnet ignored, use -debug=net.
-
-
- Unsupported argument -tor found, use -onion.
- Unsupported argument -tor found, use -onion.
-
Unsupported logging category %s=%s.
Unsupported logging category %s=%s.
@@ -3241,10 +3244,6 @@
You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain
You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain
-
- Error loading %s: You can't disable HD on an already existing HD wallet
- Error loading %s: You can't disable HD on an already existing HD wallet
-
Error reading from database, shutting down.
Error reading from database, shutting down.
@@ -3329,10 +3328,6 @@
-maxtxfee is set very high! Fees this large could be paid on a single transaction.
-maxtxfee is set very high! Fees this large could be paid on a single transaction.
-
- Error loading %s: You can't enable HD on an already existing non-HD wallet
- Error loading %s: You can't enable HD on an already existing non-HD wallet
-
This is the transaction fee you may pay when fee estimates are not available.
This is the transaction fee you may pay when fee estimates are not available.
@@ -3345,18 +3340,6 @@
Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments.
Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments.
-
- Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported.
- Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported.
-
-
- Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay.
- Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay.
-
-
- Warning: Unknown block versions being mined! It's possible unknown rules are in effect
- Warning: Unknown block versions being mined! It's possible unknown rules are in effect
-
Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup.
Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup.
diff --git a/src/qt/locale/bitcoin_vi_VN.ts b/src/qt/locale/bitcoin_vi_VN.ts
index c9f9ca2add..9c678fd5c1 100644
--- a/src/qt/locale/bitcoin_vi_VN.ts
+++ b/src/qt/locale/bitcoin_vi_VN.ts
@@ -238,10 +238,6 @@ Ví của bạn chưa được mã hóa.
&Overview
&Tổng quan
-
- Node
- Node
-
Show general overview of wallet
Hiện thỉ thông tin sơ lược chung về Ví
@@ -298,14 +294,6 @@ Ví của bạn chưa được mã hóa.
&Change Passphrase...
&Thay đổi mật khẩu...
-
- &Sending addresses...
- &Địa chỉ gửi
-
-
- &Receiving addresses...
- Địa chỉ nhận
-
Open &URI...
Mở &URI...
@@ -358,10 +346,6 @@ Ví của bạn chưa được mã hóa.
Bitcoin
Bitcoin
-
- Wallet
- Ví
-
&Send
&Gửi
@@ -676,10 +660,6 @@ Ví của bạn chưa được mã hóa.
&Main
&Chính
-
- MB
- MB
-
IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1)
Địa chỉ IP của proxy (ví dụ IPv4: 127.0.0.1 / IPv6: ::1)
@@ -1057,10 +1037,6 @@ Ví của bạn chưa được mã hóa.
Hide
Ẩn
-
- (read the tooltip)
- (Đọc hướng dẫn)
-
Send to multiple recipients at once
Gửi đến nhiều người nhận trong một lần
@@ -1183,6 +1159,9 @@ Ví của bạn chưa được mã hóa.
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
diff --git a/src/qt/locale/bitcoin_zh.ts b/src/qt/locale/bitcoin_zh.ts
index 7edb8e038d..53a7552bcc 100644
--- a/src/qt/locale/bitcoin_zh.ts
+++ b/src/qt/locale/bitcoin_zh.ts
@@ -9,6 +9,10 @@
Create a new address
创建一个新地址
+
+ &New
+ &新建
+
Copy the currently selected address to the system clipboard
复制当前已选地址到系统剪切板
@@ -17,6 +21,10 @@
Delete the currently selected address from the list
从列表中删除当前已选地址
+
+ Enter address or label to search
+ 输入要搜索的地址或标签
+
Export the data in the current tab to a file
将当前选项卡中的数据导出到文件
@@ -25,18 +33,334 @@
Choose the address to send coins to
选择想要发送币的地址
-
+
+ Sending addresses
+ 发送地址
+
+
+ Receiving addresses
+ 接收地址
+
+
+ These are your Bitcoin addresses for sending payments. Always check the amount and the receiving address before sending coins.
+ 这些是你的比特币支付地址。在发送之前,一定要核对金额和接收地址。
+
+
+ These are your Bitcoin addresses for receiving payments. It is recommended to use a new receiving address for each transaction.
+ 这些是您的比特币接收地址。建议每个交易使用一个新的接收地址。
+
+
+ Export Address List
+ 导出地址列表
+
+
+ Comma separated file (*.csv)
+ csv文件
+
+
+ Exporting Failed
+ 导出失败
+
+
+ There was an error trying to save the address list to %1. Please try again.
+ 试图将地址列表保存为%1时出错。请再试一次。
+
+
AddressTableModel
-
+
+ Label
+ 标签
+
+
+ Address
+ 地址
+
+
+ (no label)
+ (没有标签)
+
+
AskPassphraseDialog
-
+
+ Passphrase Dialog
+ 密码对话框
+
+
+ Enter passphrase
+ 输入密码
+
+
+ New passphrase
+ 新密码
+
+
+ Repeat new passphrase
+ 重复新密码
+
+
+ Show password
+ 显示密码
+
+
+ Enter the new passphrase to the wallet.<br/>Please use a passphrase of <b>ten or more random characters</b>, or <b>eight or more words</b>.
+ 输入钱包的新密码。<br/>请使用10个或更多随机字符,<b>或8个或更多的单词作为密码。
+
+
+ Encrypt wallet
+ 加密钱包
+
+
+ This operation needs your wallet passphrase to unlock the wallet.
+ 此操作需要您的钱包密码来解锁钱包
+
+
+ Unlock wallet
+ 解锁钱包
+
+
+ This operation needs your wallet passphrase to decrypt the wallet.
+ 此操作需要您的钱包密码来解密钱包。
+
+
+ Decrypt wallet
+ 解密钱包
+
+
+ Change passphrase
+ 修改密码
+
+
+ Enter the old passphrase and new passphrase to the wallet.
+ 在钱包中输入旧密码和新密码。
+
+
+ Confirm wallet encryption
+ 确认钱包密码
+
+
+ Warning: If you encrypt your wallet and lose your passphrase, you will <b>LOSE ALL OF YOUR BITCOINS</b>!
+ 注意:如果你加密了钱包,丢失了密码,您将<b>丢失所有的比特币。
+
+
+ Are you sure you wish to encrypt your wallet?
+ 确定要加密您的钱包吗?
+
+
+ Wallet encrypted
+ 加密钱包
+
+
+ Your wallet is now encrypted. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
+ 您的钱包现在加密了。记住,加密您的钱包并不能完全保护您的比特币不被恶意软件窃取。
+
+
+ IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.
+ 重要提示:您以前对钱包文件所做的任何备份都应该替换为新的加密钱包文件。出于安全原因,一旦您开始使用新的加密钱包,以前未加密钱包文件备份将变得无用。
+
+
+ Wallet encryption failed
+ 钱包加密失败
+
+
+ Wallet encryption failed 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
+ IP/子网掩码
+
BitcoinGUI
+
+ Sign &message...
+ 签名 &消息...
+
+
+ Synchronizing with network...
+ 与网络同步...
+
+
+ &Transactions
+ &交易
+
+
+ Browse transaction history
+ 浏览交易历史
+
+
+ Quit application
+ 退出应用
+
+
+ &Encrypt Wallet...
+ &加密钱包...
+
+
+ &Backup Wallet...
+ &备份钱包...
+
+
+ &Change Passphrase...
+ &修改密码...
+
+
+ Wallet:
+ 钱包:
+
+
+ Click to disable network activity.
+ 单击禁用网络活动。
+
+
+ Network activity disabled.
+ 禁用网络活动。
+
+
+ Click to enable network activity again.
+ 单击再次启用网络活动。
+
+
+ Syncing Headers (%1%)...
+ 正在同步Headers (%1%)...
+
+
+ Proxy is <b>enabled</b>: %1
+ 启用代理:%1
+
+
+ Send coins to a Bitcoin address
+ 发送比特币到一个比特币地址
+
+
+ Backup wallet to another location
+ 备份钱包到另一个位置
+
+
+ Change the passphrase used for wallet encryption
+ 更改钱包密码
+
+
+ &Debug window
+ &Debug 窗口
+
+
+ Open debugging and diagnostic console
+ 打开调试和诊断控制台
+
+
+ &Verify message...
+ &验证消息...
+
+
+ Bitcoin
+ 比特币
+
+
+ &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(s) to Bitcoin network
+ %n 活动的比特币网络连接
+
+
+ %1 behind
+ %1 落后
+
+
+ Last received block was generated %1 ago.
+ 上次接收到的块是在%1之前生成的。
+
+
+ Transactions after this will not yet be visible.
+ 之后的交易还不可见。
+
Error
错误
@@ -45,16 +369,156 @@
Warning
警告
-
+
+ Information
+ 消息
+
+
+ Up to date
+ 最新的
+
+
+ &Sending addresses
+ &发送地址
+
+
+ &Receiving addresses
+ &接受地址
+
+
+ Show the %1 help message to get a list with possible Bitcoin command-line options
+ 显示%1帮助消息以获得可能包含Bitcoin命令行选项的列表
+
+
+ &Window
+ &窗口
+
+
+ Minimize
+ 最小化
+
+
+ Zoom
+ 缩放
+
+
+ Restore
+ 恢复
+
+
+ Main Window
+ 主窗口
+
+
+ Connecting to peers...
+ 连接到节点...
+
+
+ Sent transaction
+ 发送交易
+
+
+ Incoming transaction
+ 入账交易
+
+
+ HD key generation is <b>enabled</b>
+ HD密钥生成 <b>被允许</b>
+
+
+ HD key generation is <b>disabled</b>
+ HD密钥生成 <b>被禁止</b>
+
+
+ Private key <b>disabled</b>
+ 私钥<b>被禁止</b>
+
+
+ Wallet is <b>encrypted</b> and currently <b>unlocked</b>
+ 钱包是<b>加密的</b>,目前<b>已解锁</b>
+
+
+ Wallet is <b>encrypted</b> and currently <b>locked</b>
+ 钱包是<b>加密的</b>,目前<b>已锁定</b>
+
+
+ A fatal error occurred. Bitcoin can no longer continue safely and will quit.
+ 发生了致命错误。比特币无法继续安全运行,将退出。
+
+
CoinControlDialog
+
+ Coin Selection
+ 币种选择
+
+
+ Quantity:
+ 数量:
+
+
+ Bytes:
+ 字节:
+
+
+ Amount:
+ 总计:
+
+
+ Fee:
+ 手续费:
+
+
+ Dust:
+ 粉尘:
+
Date
日期
+
+ Confirmations
+ 确认数
+
+
+ Confirmed
+ 确认
+
+
+ Lock unspent
+ 锁定未消费的
+
+
+ This label turns red if any recipient receives an amount smaller than the current dust threshold.
+ 如果任何接收方接收到的金额小于当前粉尘交易的阈值,则此标签将变为红色。
+
+
+ Can vary +/- %1 satoshi(s) per input.
+ 每个输入可以改变+/- %1 satoshi(s)。
+
+
+ (no label)
+ (没有标签)
+
EditAddressDialog
+
+ The label associated with this address list entry
+ 与此地址列表关联的标签
+
+
+ The address associated with this address list entry. This can only be modified for sending addresses.
+ 与此地址列表项关联的地址。只能修改为发送地址。
+
+
+ The entered address "%1" is not a valid Bitcoin address.
+ 输入的地址"%1"不是有效的比特币地址。
+
+
+ Could not unlock wallet.
+ 不能解锁钱包
+
FreespaceChecker
@@ -64,6 +528,10 @@
Intro
+
+ Bitcoin
+ 比特币
+
Error
错误
@@ -77,6 +545,10 @@
OptionsDialog
+
+ &Window
+ &窗口
+
Error
错误
@@ -87,6 +559,10 @@
PaymentServer
+
+ Payment request expired.
+ 支付请求已过期。
+
PeerTableModel
@@ -108,6 +584,14 @@
ReceiveRequestDialog
+
+ Address
+ 地址
+
+
+ Label
+ 标签
+
RecentRequestsTableModel
@@ -115,6 +599,14 @@
Date
日期
+
+ Label
+ 标签
+
+
+ (no label)
+ (没有标签)
+
SendCoinsDialog
@@ -122,26 +614,165 @@
Insufficient funds!
余额不足
+
+ Quantity:
+ 数量:
+
+
+ Bytes:
+ 字节:
+
+
+ Amount:
+ 总计:
+
+
+ Fee:
+ 手续费:
+
Choose...
选择...
+
+ 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.
+ 指定交易虚拟大小的每kB(1,000字节)的自定义费用。
+注意:由于费用是按字节计算的,对于大小为500字节(1 kB的一半)的交易,“每kB 100 satoshis”的费用最终只会产生50 satoshis的费用。
+
+
+ Send to multiple recipients at once
+ 一次发送到多个接收
+
+
+ Dust:
+ 粉尘:
+
+
+ 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:
+ 目标确认时间:
+
+
+ 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.
+ 通过 Replace-By-Fee (BIP-125) 您可以在交易发送后增加交易费用。没有这个,可能会建议收取更高的费用,以补偿交易延迟风险的增加。
+
+
+ Are you sure you want to send?
+ 确定发送么?
+
+
+ You can increase the fee later (signals Replace-By-Fee, BIP-125).
+ 稍后您可以增加费用( 信号 Replace-By-Fee,BIP-125)。
+
+
+ Please, review your transaction.
+ 请检查您的交易。
+
+
+ Transaction fee
+ 手续费
+
The recipient address is not valid. Please recheck.
收款人地址无效,请再次确认。
- Pay only the required fee of %1
- 仅支付全额的%1
+ The amount to pay must be larger than 0.
+ 支付的总额必须大于0。
+
+
+ The amount exceeds your balance.
+ 总额超过你的余额。
+
+
+ The total exceeds your balance when the %1 transaction fee is included.
+ 当包含%1交易费用时,总额超过你的余额。
+
+
+ Duplicate address found: addresses should only be used once each.
+ 发现重复地址:每个地址只能使用一次。
+
+
+ Transaction creation failed!
+ 交易创建失败!
+
+
+ The transaction was rejected with the following reason: %1
+ 交易被拒绝的原因如下:%1
+
+
+ A fee higher than %1 is considered an absurdly high fee.
+ 高于%1的手续费被认为非常高的手续费。
+
+
+ Payment request expired.
+ 支付请求已过期。
+
+
+ Estimated to begin confirmation within %n block(s).
+ 估计在%n块内确认。
Warning: Invalid Bitcoin 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
-
+
+ Choose previously used address
+ 选择以前使用的地址
+
+
+ This is a normal payment.
+ 这是一个标准的付款方式。
+
+
+ The Bitcoin address to send the payment to
+ 支付到的比特币地址
+
+
+ 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.
+ 手续费将从发出的总额中扣除。接受者收到的比特币将少于你输入的金额字段。如果选择了多个接受者,手续费将平均分配。
+
+
+ This is an unauthenticated payment request.
+ 这是一个未经身份验证的付款请求。
+
+
+ Enter a label for this address to add it to the list of used addresses
+ 输入此地址的标签,将其添加到使用的地址列表中
+
+
+ A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcoin network.
+ 附在比特币上的消息:URI将与交易一起存储,供参考。注意:此信息不会通过比特币网络发送。
+
+
+ Enter a label for this address to add it to your address book
+ 输入此地址的标签,将其添加到地址簿中
+
+
SendConfirmationDialog
@@ -150,6 +781,10 @@
SignVerifyMessageDialog
+
+ Choose previously used address
+ 选择以前使用的地址
+
SplashScreen
@@ -163,6 +798,10 @@
Date
日期
+
+ Transaction fee
+ 手续费
+
TransactionDescDialog
@@ -173,17 +812,48 @@
Date
日期
+
+ Label
+ 标签
+
+
+ (no label)
+ (没有标签)
+
TransactionView
+
+ Comma separated file (*.csv)
+ csv文件
+
+
+ Confirmed
+ 确认
+
Date
日期
+
+ Label
+ 标签
+
+
+ Address
+ 地址
+
+
+ Exporting Failed
+ 导出失败
+
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
@@ -199,6 +869,10 @@
bitcoin-core
+
+ Information
+ 消息
+
Transaction too large for fee policy
根据费率标准,本次转账超额
diff --git a/src/qt/locale/bitcoin_zh_CN.ts b/src/qt/locale/bitcoin_zh_CN.ts
index b763298985..3203adc613 100644
--- a/src/qt/locale/bitcoin_zh_CN.ts
+++ b/src/qt/locale/bitcoin_zh_CN.ts
@@ -188,12 +188,12 @@
钱包已加密
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- %1 现在要关闭,以完成加密过程。请注意,加密钱包不能完全防止入侵您电脑的恶意程序偷取您的比特币。
+ Your wallet is now encrypted. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
+ 你的钱包现在已被加密。请记住,对钱包进行加密仍然不能完全防止感染电脑的恶意软件偷取你的比特币。
IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.
- 重要: 请改用新产生的有加密的钱包文件,来取代旧钱包文件的备份。为了安全性,当你开始使用新的有加密的钱包后,旧钱包文件的备份就不能再使用了。
+ 重要: 请用新生成的、已加密的钱包备份文件取代你之前留的钱包文件备份。出于安全方面的原因,一旦你开始使用新的已加密钱包,旧钱包文件的备份就失效了。
Wallet encryption failed
@@ -253,10 +253,6 @@
&Overview
概况(&O)
-
- Node
- 节点
-
Show general overview of wallet
显示钱包概况
@@ -313,14 +309,6 @@
&Change Passphrase...
更改密码(&C)...
-
- &Sending addresses...
- 付款地址(&S)...
-
-
- &Receiving addresses...
- 收款地址(&R)...
-
Open &URI...
打开 &URI...
@@ -329,10 +317,6 @@
Wallet:
钱包:
-
- default wallet
- 默认钱包
-
Click to disable network activity.
点击禁用网络活动。
@@ -385,10 +369,6 @@
Bitcoin
比特币
-
- Wallet
- 钱包
-
&Send
发送(&S)
@@ -455,7 +435,7 @@
%n active connection(s) to Bitcoin network
- %n 个有效连接至比特币网络
+ %n 条到比特币网络的活动连接
Indexing blocks on disk...
@@ -497,13 +477,69 @@
Up to date
已是最新
+
+ &Sending addresses
+ 付款地址(&S)
+
+
+ &Receiving addresses
+ 收款地址(&R)
+
+
+ Open Wallet
+ 打开钱包
+
+
+ Open a wallet
+ 打开一个钱包
+
+
+ Close Wallet...
+ 关闭钱包...
+
+
+ Close wallet
+ 关闭钱包
+
Show the %1 help message to get a list with possible Bitcoin command-line options
显示 %1 帮助信息,获取可用命令行选项列表
+
+ default wallet
+ 默认钱包
+
+
+ Opening Wallet <b>%1</b>...
+ 正在打开钱包<b>%1</b>...
+
+
+ Open Wallet Failed
+ 打开钱包失败
+
+
+ &Window
+ 窗口(&W)
+
+
+ Minimize
+ 最小化
+
+
+ Zoom
+ 缩放
+
+
+ Restore
+ 还原
+
+
+ Main Window
+ 主窗口
+
%1 client
- %1 客戶
+ %1 客户端
Connecting to peers...
@@ -564,6 +600,10 @@
HD key generation is <b>disabled</b>
HD密钥生成<b>禁用</b>
+
+ Private key <b>disabled</b>
+ 私钥<b>禁用</b>
+
Wallet is <b>encrypted</b> and currently <b>unlocked</b>
钱包已被<b>加密</b>,当前为<b>解锁</b>状态
@@ -661,7 +701,7 @@
Copy transaction ID
- 复制交易识别码
+ 复制交易ID
Lock unspent
@@ -885,11 +925,11 @@
%n GB of free space available
- %n GB 可用空闲空间
+ 有 %n GB 空闲空间可用
(of %n GB needed)
- (%n GB 需要)
+ (需要 %n GB的空间)
@@ -939,8 +979,8 @@
隐藏
- Unknown. Syncing Headers (%1)...
- 未知状态。同步区块头(%1)...
+ Unknown. Syncing Headers (%1, %2%)...
+ 未知。正在同步区块头 (%1, %2%)...
@@ -988,10 +1028,6 @@
Size of &database cache
数据库缓存大小(&D)
-
- MB
- MB
-
Number of script &verification threads
脚本验证线程数(&V)
@@ -1018,15 +1054,11 @@
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 |.
- 出现在交易的选项卡的上下文菜单项的第三方网址 (例如:区块浏览器) 。 %s的URL被替换为交易哈希。多个的URL需要竖线 | 分隔。
-
-
- Active command-line options that override above options:
- 有效的命令行参数覆盖上述选项:
+ 这个第三方网址(比如区块浏览器)会出现在交易选项卡的右键菜单中。 网址中的%s代表交易哈希。多个网址需要用竖线 | 相互分隔。
Open the %1 configuration file from the working directory.
@@ -1064,6 +1096,10 @@
Reverting this setting requires re-downloading the entire blockchain.
警告:还原此设置需要重新下载整个区块链。
+
+ MiB
+ MiB
+
(0 = auto, <0 = leave that many cores free)
(0 = 自动, <0 = 保持指定数量的CPU核心空闲)
@@ -1188,6 +1224,10 @@
&Third party transaction URLs
第三方交易网址(&T)
+
+ Options set in this dialog are overridden by the command line or in the configuration file:
+ 这个对话框中的设置已被如下命令行选项或配置文件项覆盖:
+
&OK
确定(&O)
@@ -1335,10 +1375,18 @@
'bitcoin://' is not a valid URI. Use 'bitcoin:' instead.
‘bitcoin://’不是合法的URI。请使用'bitcoin:'作为替代。
+
+ You are using a BIP70 URL which will be unsupported in the future.
+ 你正在使用BIP70 URL,它在未来会被终止支持。
+
Payment request fetch URL is invalid: %1
取得付款请求的 URL 无效: %1
+
+ Cannot process payment request because BIP70 support was not compiled in.
+ 无法处理支付请求,因为编译时没有启用BIP70支持。
+
Invalid payment address %1
无效的付款地址 %1
@@ -1479,11 +1527,11 @@
%n minute(s)
- %n 分
+ %n 分钟
%n hour(s)
- %n 时
+ %n 小时
%n day(s)
@@ -1594,6 +1642,18 @@
Datadir
数据目录
+
+ To specify a non-default location of the data directory use the '%1' option.
+ 如果不想用默认的数据目录位置,请用 '%1' 这个选项来指定新的位置。
+
+
+ Blocksdir
+ 区块存储目录
+
+
+ To specify a non-default location of the blocks directory use the '%1' option.
+ 如果要自定义区块存储目录的位置,请用 '%1' 这个选项来指定新的位置。
+
Startup time
启动时间
@@ -1680,7 +1740,7 @@
Synced Headers
- 同步区块头
+ 已同步区块头
Synced Blocks
@@ -1704,7 +1764,7 @@
Ban Score
- 禁止得分
+ 封禁记分
Connection Time
@@ -1796,16 +1856,12 @@
Ban for
- 禁止
+ 封禁时长
&Unban
重新允许
-
- default wallet
- 默认钱包
-
Welcome to the %1 RPC console.
欢迎使用 %1 的 RPC 控制台。
@@ -2138,14 +2194,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Hide
隐藏
-
- Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.
- 交易量小时允许只支付最小交易费。但是请注意,当交易量大到超出网络可处理时您的交易可能永远无法确认。
-
-
- (read the tooltip)
- (请注意提示信息)
-
Recommended:
推荐:
@@ -2172,7 +2220,15 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Dust:
- 小额:
+ 粉尘:
+
+
+ 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:
@@ -2224,7 +2280,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Copy dust
- 复制零散金额
+ 复制粉尘金额
Copy change
@@ -2310,13 +2366,9 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Payment request expired.
付款请求已过期。
-
- Pay only the required fee of %1
- 只支付必要费用 %1
-
Estimated to begin confirmation within %n block(s).
- 预计 %n 个区块后开始被确认。
+ 预计在等待 %n 个区块后会有第一个确认。
Warning: Invalid Bitcoin address
@@ -2934,7 +2986,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
- 输入地址、交易识别码或标签进行搜索
+ 输入地址、交易ID或标签进行搜索
Min amount
@@ -2962,7 +3014,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Copy transaction ID
- 复制交易识别码
+ 复制交易ID
Copy raw transaction
@@ -3048,6 +3100,21 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
金额单位。单击选择别的单位。
+
+ WalletController
+
+ Close wallet
+ 关闭钱包
+
+
+ Are you sure you wish to close wallet <i>%1</i>?
+ 你确定要关闭钱包<i>%1</i>吗?
+
+
+ Closing the wallet for too long can result in having to resync the entire chain if pruning is enabled.
+ 如果启用了修剪,关闭钱包太久后可能就必须再次同步整条区块链。
+
+
WalletFrame
@@ -3097,6 +3164,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Could not commit transaction
无法提交交易
+
+ default wallet
+ 默认钱包
+
WalletView
@@ -3175,6 +3246,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
The %s developers
%s 开发人员
+
+ 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.
无法锁定数据目录 %s。%s 可能已经在运行。
@@ -3205,7 +3280,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
- 如果找零金额低于粉尘水平,你或许可以忽略这笔手续费。
+ 如果找零金额低于粉尘水平,你或许可以把它作为手续费忽略掉。
Unable to replay blocks. You will need to rebuild the database using -reindex-chainstate.
@@ -3243,6 +3318,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Change index out of range
找零超过索引范围
+
+ Config setting for %s only applied on %s network when in [%s] section.
+ 对 %s 的配置设置只对 %s 网络生效,如果它位于配置的 [%s] 章节的话
+
Copyright (C) %i-%i
版权所有 (C) %i-%i
@@ -3255,10 +3334,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Do you want to rebuild the block database now?
你想现在就重建区块数据库吗?
-
- Error creating %s: You can't create non-HD wallets with this version.
- 生成%s发生错误:这个版本不能用来产生非HD钱包。
-
Error initializing block database
初始化区块数据库出错
@@ -3271,6 +3346,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Error loading %s
载入 %s 时发生错误
+
+ Error loading %s: Private keys can only be disabled during creation
+ 加载 %s 时出错:只能在创建钱包时禁用私钥。
+
Error loading %s: Wallet corrupted
%s 加载出错:钱包损坏
@@ -3323,6 +3402,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Specified blocks directory "%s" does not exist.
指定的区块目录"%s"不存在。
+
+ Unable to create the PID file '%s': %s
+ 无法创建PID文件'%s': %s
+
Upgrading txindex database
正在升级交易索引数据库
@@ -3371,18 +3454,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Unable to generate keys
无法生成密钥
-
- Unsupported argument -benchmark ignored, use -debug=bench.
- 忽略不支持的选项 -benchmark,使用 -debug=bench
-
-
- Unsupported argument -debugnet ignored, use -debug=net.
- 忽略不支持的选项 -debugnet,使用 -debug=net。
-
-
- Unsupported argument -tor found, use -onion.
- 忽略不支持的选项 -tor,使用 -oinon
-
Unsupported logging category %s=%s.
不支持的日志分类 %s=%s.
@@ -3419,10 +3490,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain
您需要使用 -reindex 重新构建数据库以返回未修剪的模式。这将重新下载整个区块链
-
- Error loading %s: You can't disable HD on an already existing HD wallet
- 加载%s发生错误:不能对已存在的HD钱包停用HD功能。
-
Error reading from database, shutting down.
读取数据库出错,关闭中。
@@ -3431,6 +3498,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Error upgrading chainstate database
升级链状态数据库出错
+
+ Error: Disk space is low for %s
+ 错误: %s 所在的磁盘空间低。
+
Information
信息
@@ -3459,6 +3530,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Reducing -maxconnections from %d to %d, because of system limitations.
因为系统的限制,将 -maxconnections 参数从 %d 降到了 %d
+
+ Section [%s] is not recognized.
+ 无法识别配置章节 [%s]。
+
Signing transaction failed
签署交易失败
@@ -3475,6 +3550,12 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Specified -walletdir "%s" is not a directory
以-walletdir指定的路径“%s”不是个目录
+
+ The specified config file %s does not exist
+
+ 指定的配置文件 %s 不存在
+
+
The transaction amount is too small to pay the fee
交易金额太小,不足以支付交易费
@@ -3527,10 +3608,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
-maxtxfee is set very high! Fees this large could be paid on a single transaction.
参数 -maxtxfee 设定了很高的金额!这是你一次交易就有可能付出的最高手续费。
-
- Error loading %s: You can't enable HD on an already existing non-HD wallet
- 加载%s发生错误:不能对已存在的非HD钱包启用HD功能
-
This is the transaction fee you may pay when fee estimates are not available.
这是在费用估计不可用时你可能会支付的交易费。
@@ -3543,18 +3620,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments.
网络版本字符串的总长度 (%i) 超过最大长度 (%i) 了。请减少 uacomment 参数的数目或长度。
-
- Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported.
- 找到不再支持的 -socks 参数。现在只支持 SOCKS5 协议的代理服务器,因此不可以指定 SOCKS 协议版本。
-
-
- Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay.
- 一个不被支持的参数 -whitelistalwaysrelay 被忽略了。请使用 -whitelistrelay 或者 -whitelistforcerelay.
-
-
- Warning: Unknown block versions being mined! It's possible unknown rules are in effect
- 警告: 未知的区块版本被挖掘!未知规则可能已生效
-
Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup.
警告:钱包文件损坏,但数据被救回!原始的钱包文件%s已经重命名为%s并存储到%s目录下 。如果您的账户余额或者交易记录不正确,请使用您的钱包备份文件恢复。
@@ -3593,7 +3658,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Transaction has too long of a mempool chain
- 此交易在内存池中的交易链太长
+ 此交易在内存池中串接了太多其他交易
Transaction must have at least one recipient
@@ -3608,8 +3673,16 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
金额不足
- Can't generate a change-address key. Private keys are disabled for this wallet.
- 无法生成一个找零地址密钥。对于此钱包,私钥已被禁用。
+ Cannot upgrade a non HD split wallet without upgrading to support pre split keypool. Please use -upgradewallet=169900 or -upgradewallet with no version specified.
+ 如果要对“未进行分割的HD钱包”(non HD split wallet)进行升级,就必须先把它升级到支持“未进行分割的密钥池(pre split keypool)”的版本,否则无法进行升级。请使用指定了具体版本号的 -upgradewallet=169900 参数,或者直接使用不指定具体版本号的 -upgradewallet 参数重启钱包。
+
+
+ Fee estimation failed. Fallbackfee is disabled. Wait a few blocks or enable -fallbackfee.
+ 手续费估计失败。而且备用手续费估计(fallbackfee)已被禁用。请再等一些区块,或者通过-fallbackfee参数启用备用手续费估计。
+
+
+ Warning: Private keys detected in wallet {%s} with disabled private keys
+ 警告:在已经禁用私钥的钱包 {%s} 中仍然检测到私钥
Cannot write to data directory '%s'; check permissions.
diff --git a/src/qt/locale/bitcoin_zh_HK.ts b/src/qt/locale/bitcoin_zh_HK.ts
index 80b0611282..b99acdc1c9 100644
--- a/src/qt/locale/bitcoin_zh_HK.ts
+++ b/src/qt/locale/bitcoin_zh_HK.ts
@@ -179,10 +179,6 @@
Wallet encrypted
錢包已加密
-
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- %1 現在要關閉來完成加密程序。請記得將錢包加密不能完全防止你的 Bitcoins 經被入侵電腦的惡意程式偷取。
-
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.
重要: 請改用新產生的加密錢包檔,來取代所以舊錢包檔的備份。為安全計,當你開始使用新的加密錢包檔後,舊錢包檔的備份就不能再使用了。
@@ -245,10 +241,6 @@
&Overview
總覽 &O
-
- Node
- 節點
-
Show general overview of wallet
顯示錢包一般總覽
@@ -305,14 +297,6 @@
&Change Passphrase...
改變密碼... &C
-
- &Sending addresses...
- 付款位址... &S
-
-
- &Receiving addresses...
- 收款位址... &R
-
Open &URI...
開啓網址... &U
@@ -349,10 +333,6 @@
Bitcoin
Bitcoin
-
- Wallet
- 錢包
-
&Send
付款 &S
@@ -674,6 +654,9 @@
UnitDisplayStatusBarControl
+
+ WalletController
+
WalletFrame
diff --git a/src/qt/locale/bitcoin_zh_TW.ts b/src/qt/locale/bitcoin_zh_TW.ts
index 919af7ac48..90f40c8c68 100644
--- a/src/qt/locale/bitcoin_zh_TW.ts
+++ b/src/qt/locale/bitcoin_zh_TW.ts
@@ -188,8 +188,8 @@
錢包已加密
- %1 will close now to finish the encryption process. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
- %1 現在要關閉,好完成加密程序。請注意,加密錢包不能完全防止入侵你的電腦的惡意程式偷取錢幣。
+ Your wallet is now encrypted. Remember that encrypting your wallet cannot fully protect your bitcoins from being stolen by malware infecting your computer.
+ 錢包已經加密了。請注意,加密錢包不能完全防止入侵你的電腦的惡意程式偷取錢幣。
IMPORTANT: Any previous backups you have made of your wallet file should be replaced with the newly generated, encrypted wallet file. For security reasons, previous backups of the unencrypted wallet file will become useless as soon as you start using the new, encrypted wallet.
@@ -253,10 +253,6 @@
&Overview
總覽(&O)
-
- Node
- 節點
-
Show general overview of wallet
顯示錢包一般總覽
@@ -313,14 +309,6 @@
&Change Passphrase...
改變密碼(&C)...
-
- &Sending addresses...
- 付款位址(&S)...
-
-
- &Receiving addresses...
- 收款位址(&R)...
-
Open &URI...
開啓 &URI...
@@ -329,10 +317,6 @@
Wallet:
錢包:
-
- default wallet
- 預設錢包
-
Click to disable network activity.
按一下就會不使用網路。
@@ -385,10 +369,6 @@
Bitcoin
Bitcoin
-
- Wallet
- 錢包
-
&Send
付款(&S)
@@ -497,10 +477,54 @@
Up to date
最新狀態
+
+ &Sending addresses
+ 付款位址(&S)
+
+
+ &Receiving addresses
+ 收款位址(&R)
+
+
+ Open Wallet
+ 打開錢包
+
+
+ Open a wallet
+ 打開一個錢包檔
+
+
+ Close Wallet...
+ 關上錢包...
+
+
+ Close wallet
+ 關上錢包
+
Show the %1 help message to get a list with possible Bitcoin command-line options
顯示 %1 的說明訊息,來取得可用命令列選項的列表
+
+ default wallet
+ 預設錢包
+
+
+ Opening Wallet <b>%1</b>...
+ 正在開啟錢包檔<b>%1</b>中...
+
+
+ Open Wallet Failed
+ 打開錢包失敗了
+
+
+ &Window
+ 視窗(&W)
+
+
+ Minimize
+ 縮小
+
%1 client
%1 客戶端軟體
@@ -944,8 +968,8 @@
隱藏
- Unknown. Syncing Headers (%1)...
- 不明。正在同步前導資料(%1)中...
+ Unknown. Syncing Headers (%1, %2%)...
+ 不明。正在同步前導資料中(%1, %2%)...
@@ -993,10 +1017,6 @@
Size of &database cache
資料庫快取大小(&D)
-
- MB
- MB (百萬位元組)
-
Number of script &verification threads
指令碼驗證執行緒數目(&V)
@@ -1029,10 +1049,6 @@
Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.
在交易頁籤的情境選單出現的第三方網址連結(URL),比如說區塊探索網站。網址中的 %s 會被取代為交易的雜湊值。可以用直線符號 | 來分隔多個連結。
-
- Active command-line options that override above options:
- 從命令列取代掉以上設定的選項有:
-
Open the %1 configuration file from the working directory.
從工作目錄開啟設定檔 %1。
@@ -1814,10 +1830,6 @@
&Unban
連線解禁(&U)
-
- default wallet
- 預設錢包
-
Welcome to the %1 RPC console.
歡迎使用 %1 的 RPC 主控台。
@@ -2150,14 +2162,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Hide
隱藏
-
- Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.
- 當交易量少於區塊可容納的空間時,只付最低手續費不會有什麽問題。但是當交易量的需求成長到超過整體網路可以處理的量時,可能會造成一筆一直不會被確認的交易。
-
-
- (read the tooltip)
- (請看提示)
-
Recommended:
建議值:
@@ -2186,6 +2190,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Dust:
零散錢:
+
+ A too low fee might result in a never confirming transaction (read the tooltip)
+ 手續費太低的話可能會造成永遠無法確認的交易(請參考提示)
+
Confirmation time target:
目標確認時間:
@@ -2322,10 +2330,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Payment request expired.
付款的要求過期了。
-
- Pay only the required fee of %1
- 只付必要的手續費 %1
-
Warning: Invalid Bitcoin address
警告: Bitcoin 位址無效
@@ -3056,6 +3060,21 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
金額顯示單位。可以點選其他單位。
+
+ WalletController
+
+ Close wallet
+ 關閉錢包
+
+
+ Are you sure you wish to close wallet <i>%1</i>?
+ 確定要關上錢包<i>%1</i>嗎?
+
+
+ Closing the wallet for too long can result in having to resync the entire chain if pruning is enabled.
+ 關上錢包太久的話且修剪模式又有開啟的話,可能會造成日後需要重新同步整個區塊鏈。
+
+
WalletFrame
@@ -3105,6 +3124,10 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Could not commit transaction
沒辦法提交交易
+
+ default wallet
+ 預設錢包
+
WalletView
@@ -3263,10 +3286,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Do you want to rebuild the block database now?
你想要現在重建區塊資料庫嗎?
-
- Error creating %s: You can't create non-HD wallets with this version.
- 產生 %s 發生錯誤:這個版本不能用來產生非 HD 錢包。
-
Error initializing block database
初始化區塊資料庫時發生錯誤
@@ -3387,18 +3406,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Unable to generate keys
沒辦法產生密鑰
-
- Unsupported argument -benchmark ignored, use -debug=bench.
- 忽略了不再支援的 -benchmark 參數,請改用 -debug=bench
-
-
- Unsupported argument -debugnet ignored, use -debug=net.
- 忽略了不再支援的 -debugnet 參數,請改用 -debug=net
-
-
- Unsupported argument -tor found, use -onion.
- 找到不再支援的 -tor 參數,請改用 -onion 參數。
-
Unsupported logging category %s=%s.
不支援的紀錄類別 %s=%s。
@@ -3435,10 +3442,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain
回到非修剪的模式需要用 -reindex 參數來重建資料庫。這會導致重新下載整個區塊鏈。
-
- Error loading %s: You can't disable HD on an already existing HD wallet
- 載入 %s 發生錯誤:不能對已存在的 HD 錢包停用 HD 功能。
-
Error reading from database, shutting down.
讀取資料庫時發生錯誤,要關閉了。
@@ -3543,10 +3546,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
-maxtxfee is set very high! Fees this large could be paid on a single transaction.
參數 -maxtxfee 設定了很高的金額!這可是你一次交易就有可能付出的最高手續費。
-
- Error loading %s: You can't enable HD on an already existing non-HD wallet
- 載入 %s 發生錯誤:不能對已存在的非 HD 錢包啟用 HD 功能。
-
This is the transaction fee you may pay when fee estimates are not available.
這是當預估手續費還沒計算出來時,付款交易預設會付的手續費。
@@ -3559,18 +3558,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Total length of network version string (%i) exceeds maximum length (%i). Reduce the number or size of uacomments.
網路版本字串的總長度(%i)超過最大長度(%i)了。請減少 uacomment 參數的數目或長度。
-
- Unsupported argument -socks found. Setting SOCKS version isn't possible anymore, only SOCKS5 proxies are supported.
- 找到不再支援的 -socks 參數。現在只支援 SOCKS5 協定的代理伺服器,因此不可以指定 SOCKS 協定版本了。
-
-
- Unsupported argument -whitelistalwaysrelay ignored, use -whitelistrelay and/or -whitelistforcerelay.
- 忽略不支援的參數 -whitelistalwaysrelay,請改用 -whitelistrelay 和 -whitelistforcerelay 的組合。
-
-
- Warning: Unknown block versions being mined! It's possible unknown rules are in effect
- 警告: 有礦工正在開採不明版本的區塊!這表示有不明的交易規則正在作用中
-
Warning: Wallet file corrupt, data salvaged! Original %s saved as %s in %s; if your balance or transactions are incorrect you should restore from a backup.
警告: 錢包檔壞掉,但資料被救回來了!原來的檔案 %s 改儲存為 %s,在目錄 %s 下。 如果餘額或交易資料有誤的話,你應該要從備份資料復原回來。
@@ -3623,10 +3610,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
Insufficient funds
累積金額不足
-
- Can't generate a change-address key. Private keys are disabled for this wallet.
- 沒辦法造出密鑰給找零位址使用,因為目前這個錢包不允許有私鑰。
-
Cannot upgrade a non HD split wallet without upgrading to support pre split keypool. Please use -upgradewallet=169900 or -upgradewallet with no version specified.
無法將一個非 HD 分支錢包升級成不支援預先分支密鑰池的 HD 分支錢包版本。請用 -upgradewallet=169900 參數或是不指定版本的 -upgradewallet 參數來升級錢包。
diff --git a/src/qt/optionsdialog.cpp b/src/qt/optionsdialog.cpp
index 62ed735a88..b797421f58 100644
--- a/src/qt/optionsdialog.cpp
+++ b/src/qt/optionsdialog.cpp
@@ -156,6 +156,10 @@ void OptionsDialog::setModel(OptionsModel *_model)
if (_model->isRestartRequired())
showRestartWarning(true);
+ // Prune values are in GB to be consistent with intro.cpp
+ static constexpr uint64_t nMinDiskSpace = (MIN_DISK_SPACE_FOR_BLOCK_FILES / GB_BYTES) + (MIN_DISK_SPACE_FOR_BLOCK_FILES % GB_BYTES) ? 1 : 0;
+ ui->pruneSize->setRange(nMinDiskSpace, std::numeric_limits::max());
+
QString strLabel = _model->getOverriddenByCommandLine();
if (strLabel.isEmpty())
strLabel = tr("none");
@@ -166,10 +170,6 @@ void OptionsDialog::setModel(OptionsModel *_model)
mapper->toFirst();
updateDefaultProxyNets();
-
- // Prune values are in GB to be consistent with intro.cpp
- static constexpr uint64_t nMinDiskSpace = (MIN_DISK_SPACE_FOR_BLOCK_FILES / GB_BYTES) + (MIN_DISK_SPACE_FOR_BLOCK_FILES % GB_BYTES) ? 1 : 0;
- ui->pruneSize->setRange(nMinDiskSpace, _model->node().getAssumedBlockchainSize());
}
/* warn when one of the following settings changes by user action (placed here so init via mapper doesn't trigger them) */
diff --git a/src/qt/walletcontroller.cpp b/src/qt/walletcontroller.cpp
index ffceaf6a2b..5892ff7d2a 100644
--- a/src/qt/walletcontroller.cpp
+++ b/src/qt/walletcontroller.cpp
@@ -9,9 +9,11 @@
#include
+#include
#include
#include
#include
+#include
WalletController::WalletController(interfaces::Node& node, const PlatformStyle* platform_style, OptionsModel* options_model, QObject* parent)
: QObject(parent)
@@ -59,7 +61,6 @@ OpenWalletActivity* WalletController::openWallet(const std::string& name, QWidge
{
OpenWalletActivity* activity = new OpenWalletActivity(this, name);
activity->moveToThread(&m_activity_thread);
- QMetaObject::invokeMethod(activity, "open", Qt::QueuedConnection);
return activity;
}
@@ -98,7 +99,17 @@ WalletModel* WalletController::getOrCreateWallet(std::unique_ptr 4) {
- throw std::runtime_error(
- RPCHelpMan{"getblockstats",
+ const RPCHelpMan help{"getblockstats",
"\nCompute per block statistics for a given window. All amounts are in satoshis.\n"
"It won't work for some heights with pruning.\n"
"It won't work without -txindex for utxo_size_inc, *fee or *feerate stats.\n",
@@ -1881,7 +1879,9 @@ static UniValue getblockstats(const JSONRPCRequest& request)
HelpExampleCli("getblockstats", "1000 '[\"minfeerate\",\"avgfeerate\"]'")
+ HelpExampleRpc("getblockstats", "1000 '[\"minfeerate\",\"avgfeerate\"]'")
},
- }.ToString());
+ };
+ if (request.fHelp || !help.IsValidNumArgs(request.params.size())) {
+ throw std::runtime_error(help.ToString());
}
LOCK(cs_main);
@@ -2225,7 +2225,7 @@ UniValue scantxoutset(const JSONRPCRequest& request)
{"", RPCArg::Type::OBJ, RPCArg::Optional::OMITTED, "An object with output descriptor and metadata",
{
{"desc", RPCArg::Type::STR, RPCArg::Optional::NO, "An output descriptor"},
- {"range", RPCArg::Type::NUM, /* default */ "1000", "Up to what child index HD chains should be explored"},
+ {"range", RPCArg::Type::RANGE, /* default */ "1000", "The range of HD chain indexes to explore (either end or [begin,end])"},
},
},
},
@@ -2283,7 +2283,7 @@ UniValue scantxoutset(const JSONRPCRequest& request)
// loop through the scan objects
for (const UniValue& scanobject : request.params[1].get_array().getValues()) {
std::string desc_str;
- int range = 1000;
+ std::pair range = {0, 1000};
if (scanobject.isStr()) {
desc_str = scanobject.get_str();
} else if (scanobject.isObject()) {
@@ -2292,8 +2292,8 @@ UniValue scantxoutset(const JSONRPCRequest& request)
desc_str = desc_uni.get_str();
UniValue range_uni = find_value(scanobject, "range");
if (!range_uni.isNull()) {
- range = range_uni.get_int();
- if (range < 0 || range > 1000000) throw JSONRPCError(RPC_INVALID_PARAMETER, "range out of range");
+ range = ParseRange(range_uni);
+ if (range.first < 0 || (range.second >> 31) != 0 || range.second >= range.first + 1000000) throw JSONRPCError(RPC_INVALID_PARAMETER, "range out of range");
}
} else {
throw JSONRPCError(RPC_INVALID_PARAMETER, "Scan object needs to be either a string or an object");
@@ -2304,8 +2304,11 @@ UniValue scantxoutset(const JSONRPCRequest& request)
if (!desc) {
throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, strprintf("Invalid descriptor '%s'", desc_str));
}
- if (!desc->IsRange()) range = 0;
- for (int i = 0; i <= range; ++i) {
+ if (!desc->IsRange()) {
+ range.first = 0;
+ range.second = 0;
+ }
+ for (int i = range.first; i <= range.second; ++i) {
std::vector scripts;
if (!desc->Expand(i, provider, scripts, provider)) {
throw JSONRPCError(RPC_INVALID_ADDRESS_OR_KEY, strprintf("Cannot derive script without private keys: '%s'", desc_str));
diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp
index c92a130a8f..5179a2f4ec 100644
--- a/src/rpc/client.cpp
+++ b/src/rpc/client.cpp
@@ -68,8 +68,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "sendmany", 4, "subtractfeefrom" },
{ "sendmany", 5 , "replaceable" },
{ "sendmany", 6 , "conf_target" },
- { "deriveaddresses", 1, "begin" },
- { "deriveaddresses", 2, "end" },
+ { "deriveaddresses", 1, "range" },
{ "scantxoutset", 1, "scanobjects" },
{ "addmultisigaddress", 0, "nrequired" },
{ "addmultisigaddress", 1, "keys" },
diff --git a/src/rpc/misc.cpp b/src/rpc/misc.cpp
index 0e9a5694b0..98524dd267 100644
--- a/src/rpc/misc.cpp
+++ b/src/rpc/misc.cpp
@@ -38,11 +38,7 @@ static UniValue validateaddress(const JSONRPCRequest& request)
if (request.fHelp || request.params.size() != 1)
throw std::runtime_error(
RPCHelpMan{"validateaddress",
- "\nReturn information about the given bitcoin address.\n"
- "DEPRECATION WARNING: Parts of this command have been deprecated and moved to getaddressinfo. Clients must\n"
- "transition to using getaddressinfo to access this information before upgrading to v0.18. The following deprecated\n"
- "fields have moved to getaddressinfo and will only be shown here with -deprecatedrpc=validateaddress: ismine, iswatchonly,\n"
- "script, hex, pubkeys, sigsrequired, pubkey, addresses, embedded, iscompressed, account, timestamp, hdkeypath, kdmasterkeyid.\n",
+ "\nReturn information about the given bitcoin address.\n",
{
{"address", RPCArg::Type::STR, RPCArg::Optional::NO, "The bitcoin address to validate"},
},
@@ -216,7 +212,7 @@ UniValue getdescriptorinfo(const JSONRPCRequest& request)
UniValue deriveaddresses(const JSONRPCRequest& request)
{
- if (request.fHelp || request.params.empty() || request.params.size() > 3) {
+ if (request.fHelp || request.params.empty() || request.params.size() > 2) {
throw std::runtime_error(
RPCHelpMan{"deriveaddresses",
{"\nDerives one or more addresses corresponding to an output descriptor.\n"
@@ -230,37 +226,37 @@ UniValue deriveaddresses(const JSONRPCRequest& request)
"For more information on output descriptors, see the documentation in the doc/descriptors.md file.\n"},
{
{"descriptor", RPCArg::Type::STR, RPCArg::Optional::NO, "The descriptor."},
- {"begin", RPCArg::Type::NUM, RPCArg::Optional::OMITTED_NAMED_ARG, "If a ranged descriptor is used, this specifies the beginning of the range to import."},
- {"end", RPCArg::Type::NUM, RPCArg::Optional::OMITTED_NAMED_ARG, "If a ranged descriptor is used, this specifies the end of the range to import."}
+ {"range", RPCArg::Type::RANGE, RPCArg::Optional::OMITTED_NAMED_ARG, "If a ranged descriptor is used, this specifies the end or the range (in [begin,end] notation) to derive."},
},
RPCResult{
"[ address ] (array) the derived addresses\n"
},
RPCExamples{
"First three native segwit receive addresses\n" +
- HelpExampleCli("deriveaddresses", "\"wpkh([d34db33f/84h/0h/0h]xpub6DJ2dNUysrn5Vt36jH2KLBT2i1auw1tTSSomg8PhqNiUtx8QX2SvC9nrHu81fT41fvDUnhMjEzQgXnQjKEu3oaqMSzhSrHMxyyoEAmUHQbY/0/*)#trd0mf0l\" 0 2")
+ HelpExampleCli("deriveaddresses", "\"wpkh([d34db33f/84h/0h/0h]xpub6DJ2dNUysrn5Vt36jH2KLBT2i1auw1tTSSomg8PhqNiUtx8QX2SvC9nrHu81fT41fvDUnhMjEzQgXnQjKEu3oaqMSzhSrHMxyyoEAmUHQbY/0/*)#trd0mf0l\" \"[0,2]\"")
}}.ToString()
);
}
- RPCTypeCheck(request.params, {UniValue::VSTR, UniValue::VNUM, UniValue::VNUM});
+ RPCTypeCheck(request.params, {UniValue::VSTR, UniValueType()}); // Range argument is checked later
const std::string desc_str = request.params[0].get_str();
- int range_begin = 0;
- int range_end = 0;
+ int64_t range_begin = 0;
+ int64_t range_end = 0;
- if (request.params.size() >= 2) {
- if (request.params.size() == 2) {
- throw JSONRPCError(RPC_INVALID_PARAMETER, "Missing range end parameter");
- }
- range_begin = request.params[1].get_int();
- range_end = request.params[2].get_int();
- if (range_begin < 0) {
+ if (request.params.size() >= 2 && !request.params[1].isNull()) {
+ auto range = ParseRange(request.params[1]);
+ if (range.first < 0) {
throw JSONRPCError(RPC_INVALID_PARAMETER, "Range should be greater or equal than 0");
}
- if (range_begin > range_end) {
- throw JSONRPCError(RPC_INVALID_PARAMETER, "Range end should be equal to or greater than begin");
+ if ((range.second >> 31) != 0) {
+ throw JSONRPCError(RPC_INVALID_PARAMETER, "End of range is too high");
}
+ if (range.second >= range.first + 1000000) {
+ throw JSONRPCError(RPC_INVALID_PARAMETER, "Range is too large");
+ }
+ range_begin = range.first;
+ range_end = range.second;
}
FlatSigningProvider provider;
@@ -844,7 +840,7 @@ static const CRPCCommand commands[] =
{ "control", "logging", &logging, {"include", "exclude"}},
{ "util", "validateaddress", &validateaddress, {"address"} },
{ "util", "createmultisig", &createmultisig, {"nrequired","keys","address_type"} },
- { "util", "deriveaddresses", &deriveaddresses, {"descriptor", "begin", "end"} },
+ { "util", "deriveaddresses", &deriveaddresses, {"descriptor", "range"} },
{ "util", "getdescriptorinfo", &getdescriptorinfo, {"descriptor"} },
{ "util", "verifymessage", &verifymessage, {"address","signature","message"} },
{ "util", "signmessagewithprivkey", &signmessagewithprivkey, {"privkey","message"} },
diff --git a/src/rpc/net.cpp b/src/rpc/net.cpp
index 6bbbbc9876..c7b3478f44 100644
--- a/src/rpc/net.cpp
+++ b/src/rpc/net.cpp
@@ -523,13 +523,7 @@ static UniValue getnetworkinfo(const JSONRPCRequest& request)
static UniValue setban(const JSONRPCRequest& request)
{
- std::string strCommand;
- if (!request.params[1].isNull())
- strCommand = request.params[1].get_str();
- if (request.fHelp || request.params.size() < 2 ||
- (strCommand != "add" && strCommand != "remove"))
- throw std::runtime_error(
- RPCHelpMan{"setban",
+ const RPCHelpMan help{"setban",
"\nAttempts to add or remove an IP/Subnet from the banned list.\n",
{
{"subnet", RPCArg::Type::STR, RPCArg::Optional::NO, "The IP/Subnet (see getpeerinfo for nodes IP) with an optional netmask (default is /32 = single IP)"},
@@ -543,7 +537,13 @@ static UniValue setban(const JSONRPCRequest& request)
+ HelpExampleCli("setban", "\"192.168.0.0/24\" \"add\"")
+ HelpExampleRpc("setban", "\"192.168.0.6\", \"add\", 86400")
},
- }.ToString());
+ };
+ std::string strCommand;
+ if (!request.params[1].isNull())
+ strCommand = request.params[1].get_str();
+ if (request.fHelp || !help.IsValidNumArgs(request.params.size()) || (strCommand != "add" && strCommand != "remove")) {
+ throw std::runtime_error(help.ToString());
+ }
if (!g_banman) {
throw JSONRPCError(RPC_DATABASE_ERROR, "Error: Ban database not loaded");
}
diff --git a/src/rpc/rawtransaction.cpp b/src/rpc/rawtransaction.cpp
index 684217eca4..455f6390a6 100644
--- a/src/rpc/rawtransaction.cpp
+++ b/src/rpc/rawtransaction.cpp
@@ -7,8 +7,8 @@
#include
#include
#include
-#include
#include
+#include
#include
#include
#include
@@ -73,9 +73,7 @@ static void TxToJSON(const CTransaction& tx, const uint256 hashBlock, UniValue&
static UniValue getrawtransaction(const JSONRPCRequest& request)
{
- if (request.fHelp || request.params.size() < 1 || request.params.size() > 3)
- throw std::runtime_error(
- RPCHelpMan{
+ const RPCHelpMan help{
"getrawtransaction",
"\nReturn the raw transaction data.\n"
@@ -85,8 +83,7 @@ static UniValue getrawtransaction(const JSONRPCRequest& request)
"will return the transaction if it is in the mempool, or if -txindex is enabled and the transaction\n"
"is in a block in the blockchain.\n"
- "\nHint: use getmempoolentry to fetch a specific transaction from the mempool.\n"
- "Or use gettransaction for wallet transactions.\n"
+ "\nHint: Use gettransaction for wallet transactions.\n"
"\nIf verbose is 'true', returns an Object with information about 'txid'.\n"
"If verbose is 'false' or omitted, returns a string that is serialized, hex-encoded data for 'txid'.\n",
@@ -159,7 +156,11 @@ static UniValue getrawtransaction(const JSONRPCRequest& request)
+ HelpExampleCli("getrawtransaction", "\"mytxid\" false \"myblockhash\"")
+ HelpExampleCli("getrawtransaction", "\"mytxid\" true \"myblockhash\"")
},
- }.ToString());
+ };
+
+ if (request.fHelp || !help.IsValidNumArgs(request.params.size())) {
+ throw std::runtime_error(help.ToString());
+ }
bool in_active_chain = true;
uint256 hash = ParseHashV(request.params[0], "parameter 1");
@@ -1975,21 +1976,21 @@ UniValue analyzepsbt(const JSONRPCRequest& request)
" \"has_utxo\" : true|false (boolean) Whether a UTXO is provided\n"
" \"is_final\" : true|false (boolean) Whether the input is finalized\n"
" \"missing\" : { (json object, optional) Things that are missing that are required to complete this input\n"
- " \"pubkeys\" : [ (array)\n"
+ " \"pubkeys\" : [ (array, optional)\n"
" \"keyid\" (string) Public key ID, hash160 of the public key, of a public key whose BIP 32 derivation path is missing\n"
" ]\n"
- " \"signatures\" : [ (array)\n"
+ " \"signatures\" : [ (array, optional)\n"
" \"keyid\" (string) Public key ID, hash160 of the public key, of a public key whose signature is missing\n"
" ]\n"
- " \"redeemscript\" : \"hash\" (string) Hash160 of the redeemScript that is missing\n"
- " \"witnessscript\" : \"hash\" (string) SHA256 of the witnessScript that is missing\n"
+ " \"redeemscript\" : \"hash\" (string, optional) Hash160 of the redeemScript that is missing\n"
+ " \"witnessscript\" : \"hash\" (string, optional) SHA256 of the witnessScript that is missing\n"
" }\n"
- " \"next\" : \"role\" (string) Role of the next person that this input needs to go to\n"
+ " \"next\" : \"role\" (string, optional) Role of the next person that this input needs to go to\n"
" }\n"
" ,...\n"
" ]\n"
- " \"estimated_vsize\" : vsize (numeric) Estimated vsize of the final signed transaction\n"
- " \"estimated_feerate\" : feerate (numeric, optional) Estimated feerate of the final signed transaction. Shown only if all UTXO slots in the PSBT have been filled.\n"
+ " \"estimated_vsize\" : vsize (numeric, optional) Estimated vsize of the final signed transaction\n"
+ " \"estimated_feerate\" : feerate (numeric, optional) Estimated feerate of the final signed transaction in " + CURRENCY_UNIT + "/kB. Shown only if all UTXO slots in the PSBT have been filled.\n"
" \"fee\" : fee (numeric, optional) The transaction fee paid. Shown only if all UTXO slots in the PSBT have been filled.\n"
" \"next\" : \"role\" (string) Role of the next person that this psbt needs to go to\n"
"}\n"
@@ -2136,7 +2137,7 @@ UniValue analyzepsbt(const JSONRPCRequest& request)
result.pushKV("estimated_vsize", (int)size);
// Estimate fee rate
CFeeRate feerate(fee[::policyAsset], size);
- result.pushKV("estimated_feerate", feerate.ToString());
+ result.pushKV("estimated_feerate", ValueFromAmount(feerate.GetFeePerK()));
}
result.pushKV("fee", AmountMapToUniv(fee, ""));
diff --git a/src/rpc/server.cpp b/src/rpc/server.cpp
index 0ef54f5a03..0d73a57d52 100644
--- a/src/rpc/server.cpp
+++ b/src/rpc/server.cpp
@@ -296,8 +296,20 @@ static UniValue getrpcinfo(const JSONRPCRequest& request)
RPCHelpMan{"getrpcinfo",
"\nReturns details of the RPC server.\n",
{},
- RPCResults{},
- RPCExamples{""},
+ RPCResult{
+ "{\n"
+ " \"active_commands\" (array) All active commands\n"
+ " [\n"
+ " { (object) Information about an active command\n"
+ " \"method\" (string) The name of the RPC command \n"
+ " \"duration\" (numeric) The running time in microseconds\n"
+ " },...\n"
+ " ]\n"
+ "}\n"
+ },
+ RPCExamples{
+ HelpExampleCli("getrpcinfo", "")
+ + HelpExampleRpc("getrpcinfo", "")},
}.ToString()
);
}
diff --git a/src/rpc/util.cpp b/src/rpc/util.cpp
index e3fe6e9b1f..528c1534f4 100644
--- a/src/rpc/util.cpp
+++ b/src/rpc/util.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2017-2018 The Bitcoin Core developers
+// Copyright (c) 2017-2019 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
@@ -211,6 +211,7 @@ struct Sections {
case RPCArg::Type::STR:
case RPCArg::Type::NUM:
case RPCArg::Type::AMOUNT:
+ case RPCArg::Type::RANGE:
case RPCArg::Type::BOOL: {
if (outer_type == OuterType::NAMED_ARG) return; // Nothing more to do for non-recursive types on first recursion
auto left = indent;
@@ -325,6 +326,17 @@ std::string RPCExamples::ToDescriptionString() const
return m_examples.empty() ? m_examples : "\nExamples:\n" + m_examples;
}
+bool RPCHelpMan::IsValidNumArgs(size_t num_args) const
+{
+ size_t num_required_args = 0;
+ for (size_t n = m_args.size(); n > 0; --n) {
+ if (!m_args.at(n - 1).IsOptional()) {
+ num_required_args = n;
+ break;
+ }
+ }
+ return num_required_args <= num_args && num_args <= m_args.size();
+}
std::string RPCHelpMan::ToString() const
{
std::string ret;
@@ -333,12 +345,7 @@ std::string RPCHelpMan::ToString() const
ret += m_name;
bool was_optional{false};
for (const auto& arg : m_args) {
- bool optional;
- if (arg.m_fallback.which() == 1) {
- optional = true;
- } else {
- optional = RPCArg::Optional::NO != boost::get(arg.m_fallback);
- }
+ const bool optional = arg.IsOptional();
ret += " ";
if (optional) {
if (!was_optional) ret += "( ";
@@ -380,6 +387,15 @@ std::string RPCHelpMan::ToString() const
return ret;
}
+bool RPCArg::IsOptional() const
+{
+ if (m_fallback.which() == 1) {
+ return true;
+ } else {
+ return RPCArg::Optional::NO != boost::get(m_fallback);
+ }
+}
+
std::string RPCArg::ToDescriptionString() const
{
std::string ret;
@@ -401,6 +417,10 @@ std::string RPCArg::ToDescriptionString() const
ret += "numeric or string";
break;
}
+ case Type::RANGE: {
+ ret += "numeric or array";
+ break;
+ }
case Type::BOOL: {
ret += "boolean";
break;
@@ -460,6 +480,8 @@ std::string RPCArg::ToStringObj(const bool oneline) const
return res + "\"hex\"";
case Type::NUM:
return res + "n";
+ case Type::RANGE:
+ return res + "n or [n,n]";
case Type::AMOUNT:
return res + "amount";
case Type::BOOL:
@@ -490,6 +512,7 @@ std::string RPCArg::ToString(const bool oneline) const
return "\"" + m_name + "\"";
}
case Type::NUM:
+ case Type::RANGE:
case Type::AMOUNT:
case Type::BOOL: {
return m_name;
@@ -520,6 +543,20 @@ std::string RPCArg::ToString(const bool oneline) const
assert(false);
}
+std::pair ParseRange(const UniValue& value)
+{
+ if (value.isNum()) {
+ return {0, value.get_int64()};
+ }
+ if (value.isArray() && value.size() == 2 && value[0].isNum() && value[1].isNum()) {
+ int64_t low = value[0].get_int64();
+ int64_t high = value[1].get_int64();
+ if (low > high) throw JSONRPCError(RPC_INVALID_PARAMETER, "Range specified as [begin,end] must not have begin after end");
+ return {low, high};
+ }
+ throw JSONRPCError(RPC_INVALID_PARAMETER, "Range must be specified as end or as [begin,end]");
+}
+
//
// ELEMENTS
diff --git a/src/rpc/util.h b/src/rpc/util.h
index f507e05733..dbb3803f5f 100644
--- a/src/rpc/util.h
+++ b/src/rpc/util.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2017-2018 The Bitcoin Core developers
+// Copyright (c) 2017-2019 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
@@ -43,6 +43,9 @@ unsigned int ParseConfirmTarget(const UniValue& value);
RPCErrorCode RPCErrorFromTransactionError(TransactionError terr);
UniValue JSONRPCTransactionError(TransactionError terr, const std::string& err_string = "");
+//! Parse a JSON range specified as int64, or [int64, int64]
+std::pair ParseRange(const UniValue& value);
+
struct RPCArg {
enum class Type {
OBJ,
@@ -53,6 +56,7 @@ struct RPCArg {
OBJ_USER_KEYS, //!< Special type where the user must set the keys e.g. to define multiple addresses; as opposed to e.g. an options object where the keys are predefined
AMOUNT, //!< Special type representing a floating point amount (can be either NUM or STR)
STR_HEX, //!< Special type that is a STR with only hex chars
+ RANGE, //!< Special type that is a NUM or [NUM,NUM]
};
enum class Optional {
@@ -116,6 +120,8 @@ struct RPCArg {
assert(type == Type::ARR || type == Type::OBJ);
}
+ bool IsOptional() const;
+
/**
* Return the type string of the argument.
* Set oneline to allow it to be overridden by a custom oneline type string (m_oneline_description).
@@ -191,6 +197,8 @@ public:
RPCHelpMan(std::string name, std::string description, std::vector args, RPCResults results, RPCExamples examples);
std::string ToString() const;
+ /** If the supplied number of args is neither too small nor too high */
+ bool IsValidNumArgs(size_t num_args) const;
private:
const std::string m_name;
diff --git a/src/script/descriptor.cpp b/src/script/descriptor.cpp
index 076be670ad..e379bf6357 100644
--- a/src/script/descriptor.cpp
+++ b/src/script/descriptor.cpp
@@ -436,7 +436,7 @@ public:
pubkeys.reserve(entries.size());
for (auto& entry : entries) {
pubkeys.push_back(entry.first);
- out.origins.emplace(entry.first.GetID(), std::move(entry.second));
+ out.origins.emplace(entry.first.GetID(), std::make_pair(CPubKey(entry.first), std::move(entry.second)));
}
if (m_script_arg) {
for (const auto& subscript : subscripts) {
diff --git a/src/script/sign.cpp b/src/script/sign.cpp
index 6d7af801bc..c8755733ea 100644
--- a/src/script/sign.cpp
+++ b/src/script/sign.cpp
@@ -492,7 +492,13 @@ bool HidingSigningProvider::GetKeyOrigin(const CKeyID& keyid, KeyOriginInfo& inf
bool FlatSigningProvider::GetCScript(const CScriptID& scriptid, CScript& script) const { return LookupHelper(scripts, scriptid, script); }
bool FlatSigningProvider::GetPubKey(const CKeyID& keyid, CPubKey& pubkey) const { return LookupHelper(pubkeys, keyid, pubkey); }
-bool FlatSigningProvider::GetKeyOrigin(const CKeyID& keyid, KeyOriginInfo& info) const { return LookupHelper(origins, keyid, info); }
+bool FlatSigningProvider::GetKeyOrigin(const CKeyID& keyid, KeyOriginInfo& info) const
+{
+ std::pair out;
+ bool ret = LookupHelper(origins, keyid, out);
+ if (ret) info = std::move(out.second);
+ return ret;
+}
bool FlatSigningProvider::GetKey(const CKeyID& keyid, CKey& key) const { return LookupHelper(keys, keyid, key); }
FlatSigningProvider Merge(const FlatSigningProvider& a, const FlatSigningProvider& b)
diff --git a/src/script/sign.h b/src/script/sign.h
index a97e7ec5df..d47ffa03ee 100644
--- a/src/script/sign.h
+++ b/src/script/sign.h
@@ -77,7 +77,7 @@ struct FlatSigningProvider final : public SigningProvider
{
std::map scripts;
std::map pubkeys;
- std::map origins;
+ std::map> origins;
std::map keys;
bool GetCScript(const CScriptID& scriptid, CScript& script) const override;
diff --git a/src/test/descriptor_tests.cpp b/src/test/descriptor_tests.cpp
index ff2b8d4fc9..826615cb51 100644
--- a/src/test/descriptor_tests.cpp
+++ b/src/test/descriptor_tests.cpp
@@ -154,8 +154,8 @@ void Check(const std::string& prv, const std::string& pub, int flags, const std:
// Test whether the observed key path is present in the 'paths' variable (which contains expected, unobserved paths),
// and then remove it from that set.
for (const auto& origin : script_provider.origins) {
- BOOST_CHECK_MESSAGE(paths.count(origin.second.path), "Unexpected key path: " + prv);
- left_paths.erase(origin.second.path);
+ BOOST_CHECK_MESSAGE(paths.count(origin.second.second.path), "Unexpected key path: " + prv);
+ left_paths.erase(origin.second.second.path);
}
}
}
diff --git a/src/test/util_tests.cpp b/src/test/util_tests.cpp
index c18391f492..56b00ce682 100644
--- a/src/test/util_tests.cpp
+++ b/src/test/util_tests.cpp
@@ -169,6 +169,11 @@ BOOST_AUTO_TEST_CASE(util_FormatISO8601Date)
BOOST_CHECK_EQUAL(FormatISO8601Date(1317425777), "2011-09-30");
}
+BOOST_AUTO_TEST_CASE(util_FormatISO8601Time)
+{
+ BOOST_CHECK_EQUAL(FormatISO8601Time(1317425777), "23:36:17Z");
+}
+
struct TestArgsManager : public ArgsManager
{
TestArgsManager() { m_network_only_args.clear(); }
diff --git a/src/util/time.cpp b/src/util/time.cpp
index c0ede98701..83a7937d8f 100644
--- a/src/util/time.cpp
+++ b/src/util/time.cpp
@@ -97,3 +97,14 @@ std::string FormatISO8601Date(int64_t nTime) {
#endif
return strprintf("%04i-%02i-%02i", ts.tm_year + 1900, ts.tm_mon + 1, ts.tm_mday);
}
+
+std::string FormatISO8601Time(int64_t nTime) {
+ struct tm ts;
+ time_t time_val = nTime;
+#ifdef _MSC_VER
+ gmtime_s(&ts, &time_val);
+#else
+ gmtime_r(&time_val, &ts);
+#endif
+ return strprintf("%02i:%02i:%02iZ", ts.tm_hour, ts.tm_min, ts.tm_sec);
+}
diff --git a/src/util/time.h b/src/util/time.h
index 68de1c156e..f2e2747434 100644
--- a/src/util/time.h
+++ b/src/util/time.h
@@ -33,5 +33,6 @@ void MilliSleep(int64_t n);
*/
std::string FormatISO8601DateTime(int64_t nTime);
std::string FormatISO8601Date(int64_t nTime);
+std::string FormatISO8601Time(int64_t nTime);
#endif // BITCOIN_UTIL_TIME_H
diff --git a/src/validation.cpp b/src/validation.cpp
index 52bedeead2..71b3c84ba4 100644
--- a/src/validation.cpp
+++ b/src/validation.cpp
@@ -2411,12 +2411,6 @@ void static UpdateTip(const CBlockIndex *pindexNew, const CChainParams& chainPar
}
if (nUpgraded > 0)
AppendWarning(warningMessages, strprintf(_("%d of last 100 blocks have unexpected version"), nUpgraded));
- if (nUpgraded > 100/2)
- {
- std::string strWarning = _("Warning: Unknown block versions being mined! It's possible unknown rules are in effect");
- // notify GetWarnings(), called by Qt and the JSON-RPC code to warn the user:
- DoWarning(strWarning);
- }
}
LogPrintf("%s: new best=%s height=%d version=0x%08x tx=%lu date='%s' progress=%f cache=%.1fMiB(%utxo)", __func__, /* Continued */
pindexNew->GetBlockHash().ToString(), pindexNew->nHeight, pindexNew->nVersion,
diff --git a/src/wallet/rpcdump.cpp b/src/wallet/rpcdump.cpp
index b8dbb1a1a7..fd5bc3b3a0 100644
--- a/src/wallet/rpcdump.cpp
+++ b/src/wallet/rpcdump.cpp
@@ -349,7 +349,11 @@ UniValue importaddress(const JSONRPCRequest& request)
if (fRescan)
{
RescanWallet(*pwallet, reserver);
- pwallet->ReacceptWalletTransactions();
+ {
+ auto locked_chain = pwallet->chain().lock();
+ LOCK(pwallet->cs_wallet);
+ pwallet->ReacceptWalletTransactions(*locked_chain);
+ }
}
return NullUniValue;
@@ -532,7 +536,11 @@ UniValue importpubkey(const JSONRPCRequest& request)
if (fRescan)
{
RescanWallet(*pwallet, reserver);
- pwallet->ReacceptWalletTransactions();
+ {
+ auto locked_chain = pwallet->chain().lock();
+ LOCK(pwallet->cs_wallet);
+ pwallet->ReacceptWalletTransactions(*locked_chain);
+ }
}
return NullUniValue;
@@ -895,7 +903,7 @@ struct ImportData
// Output data
std::set import_scripts;
std::map used_keys; //!< Import these private keys if available (the value indicates whether if the key is required for solvability)
- std::map key_origins;
+ std::map> key_origins;
};
enum class ScriptContext
@@ -1140,13 +1148,10 @@ static UniValue ProcessImportDescriptor(ImportData& import_data, std::map> 31) != 0 || range_end - range_start >= 1000000) {
throw JSONRPCError(RPC_INVALID_PARAMETER, "Invalid descriptor range specified");
}
}
@@ -1196,6 +1201,9 @@ static UniValue ProcessImportDescriptor(ImportData& import_data, std::map& used_key) {
return privkey_map.count(used_key.first) > 0;
+ }) && std::all_of(import_data.key_origins.begin(), import_data.key_origins.end(),
+ [&](const std::pair>& entry) {
+ return privkey_map.count(entry.first) > 0;
});
if (!watch_only && !spendable) {
warnings.push_back("Some private keys are missing, outputs will be considered watchonly. If this is intentional, specify the watchonly flag.");
@@ -1289,7 +1297,10 @@ static UniValue ProcessImport(CWallet * const pwallet, const UniValue& data, con
throw JSONRPCError(RPC_WALLET_ERROR, "Error adding key to wallet");
}
pwallet->UpdateTimeFirstKey(timestamp);
- }
+ }
+ for (const auto& entry : import_data.key_origins) {
+ pwallet->AddKeyOrigin(entry.second.first, entry.second.second);
+ }
for (const CKeyID& id : ordered_pubkeys) {
auto entry = pubkey_map.find(id);
if (entry == pubkey_map.end()) {
@@ -1300,10 +1311,6 @@ static UniValue ProcessImport(CWallet * const pwallet, const UniValue& data, con
if (!pwallet->GetPubKey(id, temp) && !pwallet->AddWatchOnly(GetScriptForRawPubKey(pubkey), timestamp)) {
throw JSONRPCError(RPC_WALLET_ERROR, "Error adding address to wallet");
}
- const auto& key_orig_it = import_data.key_origins.find(id);
- if (key_orig_it != import_data.key_origins.end()) {
- pwallet->AddKeyOrigin(pubkey, key_orig_it->second);
- }
pwallet->mapKeyMetadata[id].nCreateTime = timestamp;
// Add to keypool only works with pubkeys
@@ -1404,12 +1411,7 @@ UniValue importmulti(const JSONRPCRequest& mainRequest)
{"key", RPCArg::Type::STR, RPCArg::Optional::OMITTED, ""},
}
},
- {"range", RPCArg::Type::OBJ, RPCArg::Optional::OMITTED, "If a ranged descriptor is used, this specifies the start and end of the range to import",
- {
- {"start", RPCArg::Type::NUM, /* default */ "0", "Start of the range to import"},
- {"end", RPCArg::Type::NUM, RPCArg::Optional::NO, "End of the range to import (inclusive)"},
- }
- },
+ {"range", RPCArg::Type::RANGE, RPCArg::Optional::OMITTED, "If a ranged descriptor is used, this specifies the end or the range (in the form [begin,end]) to import"},
{"internal", RPCArg::Type::BOOL, /* default */ "false", "Stating whether matching outputs should be treated as not incoming payments (also known as change)"},
{"watchonly", RPCArg::Type::BOOL, /* default */ "false", "Stating whether matching outputs should be considered watchonly."},
{"label", RPCArg::Type::STR, /* default */ "''", "Label to assign to the address, only allowed with internal=false"},
@@ -1503,7 +1505,11 @@ UniValue importmulti(const JSONRPCRequest& mainRequest)
}
if (fRescan && fRunScan && requests.size()) {
int64_t scannedTime = pwallet->RescanFromTime(nLowestTimestamp, reserver, true /* update */);
- pwallet->ReacceptWalletTransactions();
+ {
+ auto locked_chain = pwallet->chain().lock();
+ LOCK(pwallet->cs_wallet);
+ pwallet->ReacceptWalletTransactions(*locked_chain);
+ }
if (pwallet->IsAbortingRescan()) {
throw JSONRPCError(RPC_MISC_ERROR, "Rescan aborted by user.");
diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp
index c99f44fb9b..63bf3036a9 100644
--- a/src/wallet/rpcwallet.cpp
+++ b/src/wallet/rpcwallet.cpp
@@ -3832,7 +3832,7 @@ class DescribeWalletAddressVisitor : public boost::static_visitor
public:
CWallet * const pwallet;
- void ProcessSubScript(const CScript& subscript, UniValue& obj, bool include_addresses = false) const
+ void ProcessSubScript(const CScript& subscript, UniValue& obj) const
{
// Always present: script type and redeemscript
std::vector> solutions_data;
@@ -3841,7 +3841,6 @@ public:
obj.pushKV("hex", HexStr(subscript.begin(), subscript.end()));
CTxDestination embedded;
- UniValue a(UniValue::VARR);
if (ExtractDestination(subscript, embedded)) {
// Only when the script corresponds to an address.
UniValue subobj(UniValue::VOBJ);
@@ -3854,7 +3853,6 @@ public:
// Always report the pubkey at the top level, so that `getnewaddress()['pubkey']` always works.
if (subobj.exists("pubkey")) obj.pushKV("pubkey", subobj["pubkey"]);
obj.pushKV("embedded", std::move(subobj));
- if (include_addresses) a.push_back(EncodeDestination(embedded));
} else if (which_type == TX_MULTISIG) {
// Also report some information on multisig scripts (which do not have a corresponding address).
// TODO: abstract out the common functionality between this logic and ExtractDestinations.
@@ -3862,17 +3860,10 @@ public:
UniValue pubkeys(UniValue::VARR);
for (size_t i = 1; i < solutions_data.size() - 1; ++i) {
CPubKey key(solutions_data[i].begin(), solutions_data[i].end());
- if (include_addresses) a.push_back(EncodeDestination(PKHash(key)));
pubkeys.push_back(HexStr(key.begin(), key.end()));
}
obj.pushKV("pubkeys", std::move(pubkeys));
}
-
- // The "addresses" field is confusing because it refers to public keys using their P2PKH address.
- // For that reason, only add the 'addresses' field when needed for backward compatibility. New applications
- // can use the 'embedded'->'address' field for P2SH or P2WSH wrapped addresses, and 'pubkeys' for
- // inspecting multisig participants.
- if (include_addresses) obj.pushKV("addresses", std::move(a));
}
explicit DescribeWalletAddressVisitor(CWallet* _pwallet) : pwallet(_pwallet) {}
@@ -3897,7 +3888,7 @@ public:
UniValue obj(UniValue::VOBJ);
CScript subscript;
if (pwallet && pwallet->GetCScript(scriptID, subscript)) {
- ProcessSubScript(subscript, obj, IsDeprecatedRPCEnabled("validateaddress"));
+ ProcessSubScript(subscript, obj);
}
return obj;
}
diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp
index 2b801c4c8d..41ec48b964 100644
--- a/src/wallet/wallet.cpp
+++ b/src/wallet/wallet.cpp
@@ -1907,13 +1907,11 @@ CWallet::ScanResult CWallet::ScanForWalletTransactions(const uint256& start_bloc
return result;
}
-void CWallet::ReacceptWalletTransactions()
+void CWallet::ReacceptWalletTransactions(interfaces::Chain::Lock& locked_chain)
{
// If transactions aren't being broadcasted, don't let them into local mempool either
if (!fBroadcastTransactions)
return;
- auto locked_chain = chain().lock();
- LOCK(cs_wallet);
std::map mapSorted;
// Sort pending wallet transactions based on their initial wallet insertion order
@@ -1923,7 +1921,7 @@ void CWallet::ReacceptWalletTransactions()
CWalletTx& wtx = item.second;
assert(wtx.GetHash() == wtxid);
- int nDepth = wtx.GetDepthInMainChain(*locked_chain);
+ int nDepth = wtx.GetDepthInMainChain(locked_chain);
if (!wtx.IsCoinBase() && (nDepth == 0 && !wtx.isAbandoned())) {
mapSorted.insert(std::make_pair(wtx.nOrderPos, &wtx));
@@ -1934,7 +1932,7 @@ void CWallet::ReacceptWalletTransactions()
for (const std::pair& item : mapSorted) {
CWalletTx& wtx = *(item.second);
CValidationState state;
- wtx.AcceptToMemoryPool(*locked_chain, maxTxFee, state);
+ wtx.AcceptToMemoryPool(locked_chain, maxTxFee, state);
}
}
@@ -5090,9 +5088,15 @@ std::shared_ptr CWallet::CreateWalletFromFile(interfaces::Chain& chain,
void CWallet::postInitProcess()
{
+ auto locked_chain = chain().lock();
+ LOCK(cs_wallet);
+
// Add wallet transactions that aren't already in a block to mempool
// Do this here as mempool requires genesis block to be loaded
- ReacceptWalletTransactions();
+ ReacceptWalletTransactions(*locked_chain);
+
+ // Update wallet transactions with current mempool transactions.
+ chain().requestMempoolTransactions([this](const CTransactionRef& tx) { TransactionAddedToMempool(tx); });
}
bool CWallet::BackupWallet(const std::string& strDest)
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h
index 7fa912b20d..ad8448f724 100644
--- a/src/wallet/wallet.h
+++ b/src/wallet/wallet.h
@@ -1051,7 +1051,7 @@ public:
};
ScanResult ScanForWalletTransactions(const uint256& first_block, const uint256& last_block, const WalletRescanReserver& reserver, bool fUpdate);
void TransactionRemovedFromMempool(const CTransactionRef &ptx) override;
- void ReacceptWalletTransactions();
+ void ReacceptWalletTransactions(interfaces::Chain::Lock& locked_chain) EXCLUSIVE_LOCKS_REQUIRED(cs_wallet);
void ResendWalletTransactions(int64_t nBestBlockTime, CConnman* connman) override EXCLUSIVE_LOCKS_REQUIRED(cs_main);
// ResendWalletTransactionsBefore may only be called if fBroadcastTransactions!
std::vector ResendWalletTransactionsBefore(interfaces::Chain::Lock& locked_chain, int64_t nTime, CConnman* connman);
diff --git a/src/wallet/walletutil.cpp b/src/wallet/walletutil.cpp
index 6db4c63acb..2d8adf8ba6 100644
--- a/src/wallet/walletutil.cpp
+++ b/src/wallet/walletutil.cpp
@@ -4,6 +4,7 @@
#include
+#include
#include
fs::path GetWalletDir()
@@ -33,9 +34,11 @@ static bool IsBerkeleyBtree(const fs::path& path)
// A Berkeley DB Btree file has at least 4K.
// This check also prevents opening lock files.
boost::system::error_code ec;
- if (fs::file_size(path, ec) < 4096) return false;
+ auto size = fs::file_size(path, ec);
+ if (ec) LogPrintf("%s: %s %s\n", __func__, ec.message(), path.string());
+ if (size < 4096) return false;
- fs::ifstream file(path.string(), std::ios::binary);
+ fsbridge::ifstream file(path, std::ios::binary);
if (!file.is_open()) return false;
file.seekg(12, std::ios::beg); // Magic bytes start at offset 12
@@ -54,8 +57,14 @@ std::vector ListWalletDir()
const fs::path wallet_dir = GetWalletDir();
const size_t offset = wallet_dir.string().size() + 1;
std::vector paths;
+ boost::system::error_code ec;
+
+ for (auto it = fs::recursive_directory_iterator(wallet_dir, ec); it != fs::recursive_directory_iterator(); it.increment(ec)) {
+ if (ec) {
+ LogPrintf("%s: %s %s\n", __func__, ec.message(), it->path().string());
+ continue;
+ }
- for (auto it = fs::recursive_directory_iterator(wallet_dir); it != fs::recursive_directory_iterator(); ++it) {
// Get wallet path relative to walletdir by removing walletdir from the wallet path.
// This can be replaced by boost::filesystem::lexically_relative once boost is bumped to 1.60.
const fs::path path = it->path().string().substr(offset);
diff --git a/test/functional/feature_assumevalid.py b/test/functional/feature_assumevalid.py
index 57f58ab65f..1fc118f1f5 100755
--- a/test/functional/feature_assumevalid.py
+++ b/test/functional/feature_assumevalid.py
@@ -180,7 +180,7 @@ class AssumeValidTest(BitcoinTestFramework):
for i in range(2202):
p2p1.send_message(msg_block(self.blocks[i]))
# Syncing 2200 blocks can take a while on slow systems. Give it plenty of time to sync.
- p2p1.sync_with_ping(150)
+ p2p1.sync_with_ping(200)
assert_equal(self.nodes[1].getblock(self.nodes[1].getbestblockhash())['height'], 2202)
# Send blocks to node2. Block 102 will be rejected.
diff --git a/test/functional/feature_cltv.py b/test/functional/feature_cltv.py
index a547f8271d..d7630a8511 100755
--- a/test/functional/feature_cltv.py
+++ b/test/functional/feature_cltv.py
@@ -60,6 +60,7 @@ class BIP65Test(BitcoinTestFramework):
self.num_nodes = 1
self.extra_args = [['-whitelist=127.0.0.1', '-par=1', "-con_bip65height="+str(CLTV_HEIGHT)]] # Use only one script thread to get the exact reject reason for testing
self.setup_clean_chain = True
+ self.rpc_timeout = 120
def skip_test_if_missing_module(self):
self.skip_if_no_wallet()
diff --git a/test/functional/feature_dersig.py b/test/functional/feature_dersig.py
index f63c0875b1..ecca9bd5ef 100755
--- a/test/functional/feature_dersig.py
+++ b/test/functional/feature_dersig.py
@@ -47,6 +47,7 @@ class BIP66Test(BitcoinTestFramework):
self.num_nodes = 1
self.extra_args = [['-whitelist=127.0.0.1', '-par=1', '-enablebip61']] # Use only one script thread to get the exact reject reason for testing
self.setup_clean_chain = True
+ self.rpc_timeout = 120
def skip_test_if_missing_module(self):
self.skip_if_no_wallet()
diff --git a/test/functional/feature_notifications.py b/test/functional/feature_notifications.py
index d8083b2840..b98dd6d26c 100755
--- a/test/functional/feature_notifications.py
+++ b/test/functional/feature_notifications.py
@@ -66,23 +66,7 @@ class NotificationsTest(BitcoinTestFramework):
txids_rpc = list(map(lambda t: t['txid'], self.nodes[1].listtransactions("*", block_count)))
assert_equal(sorted(txids_rpc), sorted(os.listdir(self.walletnotify_dir)))
- # Mine another 41 up-version blocks. -alertnotify should trigger on the 51st.
- self.log.info("test -alertnotify")
- self.nodes[1].generatetoaddress(41, ADDRESS_BCRT1_UNSPENDABLE)
- self.sync_all()
-
- # Give bitcoind 10 seconds to write the alert notification
- wait_until(lambda: len(os.listdir(self.alertnotify_dir)), timeout=10)
-
- for notify_file in os.listdir(self.alertnotify_dir):
- os.remove(os.path.join(self.alertnotify_dir, notify_file))
-
- # Mine more up-version blocks, should not get more alerts:
- self.nodes[1].generatetoaddress(2, ADDRESS_BCRT1_UNSPENDABLE)
- self.sync_all()
-
- self.log.info("-alertnotify should not continue notifying for more unknown version blocks")
- assert_equal(len(os.listdir(self.alertnotify_dir)), 0)
+ # TODO: add test for `-alertnotify` large fork notifications
if __name__ == '__main__':
NotificationsTest().main()
diff --git a/test/functional/feature_proxy.py b/test/functional/feature_proxy.py
index 31d2ee8e13..f042adb7aa 100755
--- a/test/functional/feature_proxy.py
+++ b/test/functional/feature_proxy.py
@@ -44,6 +44,7 @@ RANGE_BEGIN = PORT_MIN + 2 * PORT_RANGE # Start after p2p and rpc ports
class ProxyTest(BitcoinTestFramework):
def set_test_params(self):
self.num_nodes = 4
+ self.setup_clean_chain = True
def setup_nodes(self):
self.have_ipv6 = test_ipv6_local()
@@ -198,4 +199,3 @@ class ProxyTest(BitcoinTestFramework):
if __name__ == '__main__':
ProxyTest().main()
-
diff --git a/test/functional/feature_versionbits_warning.py b/test/functional/feature_versionbits_warning.py
index 88df61cabc..1ced618d47 100755
--- a/test/functional/feature_versionbits_warning.py
+++ b/test/functional/feature_versionbits_warning.py
@@ -22,7 +22,6 @@ VB_TOP_BITS = 0x20000000
VB_UNKNOWN_BIT = 27 # Choose a bit unassigned to any deployment
VB_UNKNOWN_VERSION = VB_TOP_BITS | (1 << VB_UNKNOWN_BIT)
-WARN_UNKNOWN_RULES_MINED = "Unknown block versions being mined! It's possible unknown rules are in effect"
WARN_UNKNOWN_RULES_ACTIVE = "unknown new rules activated (versionbit {})".format(VB_UNKNOWN_BIT)
VB_PATTERN = re.compile("Warning: unknown new rules activated.*versionbit")
@@ -78,15 +77,10 @@ class VersionBitsWarningTest(BitcoinTestFramework):
assert(not VB_PATTERN.match(node.getmininginfo()["warnings"]))
assert(not VB_PATTERN.match(node.getnetworkinfo()["warnings"]))
- self.log.info("Check that there is a warning if >50 blocks in the last 100 were an unknown version")
# Build one period of blocks with VB_THRESHOLD blocks signaling some unknown bit
self.send_blocks_with_version(node.p2p, VB_THRESHOLD, VB_UNKNOWN_VERSION)
node.generatetoaddress(VB_PERIOD - VB_THRESHOLD, node_deterministic_address)
- # Check that get*info() shows the 51/100 unknown block version error.
- assert(WARN_UNKNOWN_RULES_MINED in node.getmininginfo()["warnings"])
- assert(WARN_UNKNOWN_RULES_MINED in node.getnetworkinfo()["warnings"])
-
self.log.info("Check that there is a warning if previous VB_BLOCKS have >=VB_THRESHOLD blocks with unknown versionbits version.")
# Mine a period worth of expected blocks so the generic block-version warning
# is cleared. This will move the versionbit state to ACTIVE.
diff --git a/test/functional/mempool_accept.py b/test/functional/mempool_accept.py
index 7769b68407..c3bbdeb3e4 100755
--- a/test/functional/mempool_accept.py
+++ b/test/functional/mempool_accept.py
@@ -31,7 +31,6 @@ from test_framework.util import (
assert_raises_rpc_error,
bytes_to_hex_str,
hex_str_to_bytes,
- wait_until,
)
@@ -40,7 +39,6 @@ class MempoolAcceptanceTest(BitcoinTestFramework):
self.num_nodes = 1
self.extra_args = [[
'-txindex',
- '-reindex', # Need reindex for txindex
'-acceptnonstdtxn=0', # Try to mimic main-net
]] * self.num_nodes
@@ -58,7 +56,7 @@ class MempoolAcceptanceTest(BitcoinTestFramework):
self.log.info('Start with empty mempool, and 200 blocks')
self.mempool_size = 0
- wait_until(lambda: node.getblockcount() == 200)
+ assert_equal(node.getblockcount(), 200)
assert_equal(node.getmempoolinfo()['size'], self.mempool_size)
coins = node.listunspent()
diff --git a/test/functional/rpc_blockchain.py b/test/functional/rpc_blockchain.py
index 13b9eb2543..e138ded428 100755
--- a/test/functional/rpc_blockchain.py
+++ b/test/functional/rpc_blockchain.py
@@ -31,6 +31,7 @@ from test_framework.util import (
from test_framework.blocktools import (
create_block,
create_coinbase,
+ TIME_GENESIS_BLOCK,
)
from test_framework.messages import (
msg_block,
@@ -42,9 +43,11 @@ from test_framework.mininode import (
class BlockchainTest(BitcoinTestFramework):
def set_test_params(self):
+ self.setup_clean_chain = True
self.num_nodes = 1
def run_test(self):
+ self.mine_chain()
self.restart_node(0, extra_args=['-stopatheight=207', '-prune=1']) # Set extra args with pruning after rescan is complete
self._test_getblockchaininfo()
@@ -55,6 +58,15 @@ class BlockchainTest(BitcoinTestFramework):
self._test_waitforblockheight()
assert self.nodes[0].verifychain(4, 0)
+ def mine_chain(self):
+ self.log.info('Create some old blocks')
+ address = self.nodes[0].get_deterministic_priv_key().address
+ for t in range(TIME_GENESIS_BLOCK, TIME_GENESIS_BLOCK + 200 * 600, 600):
+ # ten-minute steps from genesis block time
+ self.nodes[0].setmocktime(t)
+ self.nodes[0].generatetoaddress(1, address)
+ assert_equal(self.nodes[0].getblockchaininfo()['blocks'], 200)
+
def _test_getblockchaininfo(self):
self.log.info("Test getblockchaininfo")
diff --git a/test/functional/rpc_deriveaddresses.py b/test/functional/rpc_deriveaddresses.py
index c879dd6067..c1c6dd6c6f 100755
--- a/test/functional/rpc_deriveaddresses.py
+++ b/test/functional/rpc_deriveaddresses.py
@@ -27,17 +27,20 @@ class DeriveaddressesTest(BitcoinTestFramework):
assert_equal(self.nodes[0].deriveaddresses(descriptor_pubkey), [address])
ranged_descriptor = "wpkh(tprv8ZgxMBicQKsPd7Uf69XL1XwhmjHopUGep8GuEiJDZmbQz6o58LninorQAfcKZWARbtRtfnLcJ5MQ2AtHcQJCCRUcMRvmDUjyEmNUWwx8UbK/1/1/*)#kft60nuy"
- assert_equal(self.nodes[0].deriveaddresses(ranged_descriptor, 0, 2), [address, "ert1qhku5rq7jz8ulufe2y6fkcpnlvpsta7rqdpq5ny", "ert1qpgptk2gvshyl0s9lqshsmx932l9ccsv2zq7jrq"])
+ assert_equal(self.nodes[0].deriveaddresses(ranged_descriptor, [1, 2]), ["bcrt1qhku5rq7jz8ulufe2y6fkcpnlvpsta7rq4442dy", "bcrt1qpgptk2gvshyl0s9lqshsmx932l9ccsv265tvaq"])
+ assert_equal(self.nodes[0].deriveaddresses(ranged_descriptor, 2), [address, "bcrt1qhku5rq7jz8ulufe2y6fkcpnlvpsta7rq4442dy", "bcrt1qpgptk2gvshyl0s9lqshsmx932l9ccsv265tvaq"])
- assert_raises_rpc_error(-8, "Range should not be specified for an un-ranged descriptor", self.nodes[0].deriveaddresses, descsum_create("wpkh(tprv8ZgxMBicQKsPd7Uf69XL1XwhmjHopUGep8GuEiJDZmbQz6o58LninorQAfcKZWARbtRtfnLcJ5MQ2AtHcQJCCRUcMRvmDUjyEmNUWwx8UbK/1/1/0)"), 0, 2)
+ assert_raises_rpc_error(-8, "Range should not be specified for an un-ranged descriptor", self.nodes[0].deriveaddresses, descsum_create("wpkh(tprv8ZgxMBicQKsPd7Uf69XL1XwhmjHopUGep8GuEiJDZmbQz6o58LninorQAfcKZWARbtRtfnLcJ5MQ2AtHcQJCCRUcMRvmDUjyEmNUWwx8UbK/1/1/0)"), [0, 2])
assert_raises_rpc_error(-8, "Range must be specified for a ranged descriptor", self.nodes[0].deriveaddresses, descsum_create("wpkh(tprv8ZgxMBicQKsPd7Uf69XL1XwhmjHopUGep8GuEiJDZmbQz6o58LninorQAfcKZWARbtRtfnLcJ5MQ2AtHcQJCCRUcMRvmDUjyEmNUWwx8UbK/1/1/*)"))
- assert_raises_rpc_error(-8, "Missing range end parameter", self.nodes[0].deriveaddresses, descsum_create("wpkh(tprv8ZgxMBicQKsPd7Uf69XL1XwhmjHopUGep8GuEiJDZmbQz6o58LninorQAfcKZWARbtRtfnLcJ5MQ2AtHcQJCCRUcMRvmDUjyEmNUWwx8UbK/1/1/*)"), 0)
+ assert_raises_rpc_error(-8, "End of range is too high", self.nodes[0].deriveaddresses, descsum_create("wpkh(tprv8ZgxMBicQKsPd7Uf69XL1XwhmjHopUGep8GuEiJDZmbQz6o58LninorQAfcKZWARbtRtfnLcJ5MQ2AtHcQJCCRUcMRvmDUjyEmNUWwx8UbK/1/1/*)"), 10000000000)
- assert_raises_rpc_error(-8, "Range end should be equal to or greater than begin", self.nodes[0].deriveaddresses, descsum_create("wpkh(tprv8ZgxMBicQKsPd7Uf69XL1XwhmjHopUGep8GuEiJDZmbQz6o58LninorQAfcKZWARbtRtfnLcJ5MQ2AtHcQJCCRUcMRvmDUjyEmNUWwx8UbK/1/1/*)"), 2, 0)
+ assert_raises_rpc_error(-8, "Range is too large", self.nodes[0].deriveaddresses, descsum_create("wpkh(tprv8ZgxMBicQKsPd7Uf69XL1XwhmjHopUGep8GuEiJDZmbQz6o58LninorQAfcKZWARbtRtfnLcJ5MQ2AtHcQJCCRUcMRvmDUjyEmNUWwx8UbK/1/1/*)"), [1000000000, 2000000000])
- assert_raises_rpc_error(-8, "Range should be greater or equal than 0", self.nodes[0].deriveaddresses, descsum_create("wpkh(tprv8ZgxMBicQKsPd7Uf69XL1XwhmjHopUGep8GuEiJDZmbQz6o58LninorQAfcKZWARbtRtfnLcJ5MQ2AtHcQJCCRUcMRvmDUjyEmNUWwx8UbK/1/1/*)"), -1, 0)
+ assert_raises_rpc_error(-8, "Range specified as [begin,end] must not have begin after end", self.nodes[0].deriveaddresses, descsum_create("wpkh(tprv8ZgxMBicQKsPd7Uf69XL1XwhmjHopUGep8GuEiJDZmbQz6o58LninorQAfcKZWARbtRtfnLcJ5MQ2AtHcQJCCRUcMRvmDUjyEmNUWwx8UbK/1/1/*)"), [2, 0])
+
+ assert_raises_rpc_error(-8, "Range should be greater or equal than 0", self.nodes[0].deriveaddresses, descsum_create("wpkh(tprv8ZgxMBicQKsPd7Uf69XL1XwhmjHopUGep8GuEiJDZmbQz6o58LninorQAfcKZWARbtRtfnLcJ5MQ2AtHcQJCCRUcMRvmDUjyEmNUWwx8UbK/1/1/*)"), [-1, 0])
combo_descriptor = descsum_create("combo(tprv8ZgxMBicQKsPd7Uf69XL1XwhmjHopUGep8GuEiJDZmbQz6o58LninorQAfcKZWARbtRtfnLcJ5MQ2AtHcQJCCRUcMRvmDUjyEmNUWwx8UbK/1/1/0)")
assert_equal(self.nodes[0].deriveaddresses(combo_descriptor), ["2dnaGtwYgBhXYQGTArxKKapi52Mkf3KTQhb", "2dnaGtwYgBhXYQGTArxKKapi52Mkf3KTQhb", address, "XY2Fo8bxL1EViXjWrZ5iZrb5thmfPvWJxw"])
diff --git a/test/functional/rpc_getblockstats.py b/test/functional/rpc_getblockstats.py
index ca9e24367a..feba16f1b3 100755
--- a/test/functional/rpc_getblockstats.py
+++ b/test/functional/rpc_getblockstats.py
@@ -178,5 +178,10 @@ class GetblockstatsTest(BitcoinTestFramework):
assert_raises_rpc_error(-5, 'Block not found', self.nodes[0].getblockstats,
hash_or_height='000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f')
+ # Invalid number of args
+ assert_raises_rpc_error(-1, 'getblockstats hash_or_height ( stats )', self.nodes[0].getblockstats, '00', 1, 2)
+ assert_raises_rpc_error(-1, 'getblockstats hash_or_height ( stats )', self.nodes[0].getblockstats)
+
+
if __name__ == '__main__':
GetblockstatsTest().main()
diff --git a/test/functional/rpc_misc.py b/test/functional/rpc_misc.py
new file mode 100755
index 0000000000..7bf8e68176
--- /dev/null
+++ b/test/functional/rpc_misc.py
@@ -0,0 +1,50 @@
+#!/usr/bin/env python3
+# Copyright (c) 2019 The Bitcoin Core developers
+# Distributed under the MIT software license, see the accompanying
+# file COPYING or http://www.opensource.org/licenses/mit-license.php.
+"""Test RPC misc output."""
+import xml.etree.ElementTree as ET
+
+from test_framework.test_framework import BitcoinTestFramework
+from test_framework.util import (
+ assert_raises_rpc_error,
+ assert_equal,
+ assert_greater_than,
+ assert_greater_than_or_equal,
+)
+
+from test_framework.authproxy import JSONRPCException
+
+
+class RpcMiscTest(BitcoinTestFramework):
+ def set_test_params(self):
+ self.num_nodes = 1
+
+ def run_test(self):
+ node = self.nodes[0]
+
+ self.log.info("test getmemoryinfo")
+ memory = node.getmemoryinfo()['locked']
+ assert_greater_than(memory['used'], 0)
+ assert_greater_than(memory['free'], 0)
+ assert_greater_than(memory['total'], 0)
+ # assert_greater_than_or_equal() for locked in case locking pages failed at some point
+ assert_greater_than_or_equal(memory['locked'], 0)
+ assert_greater_than(memory['chunks_used'], 0)
+ assert_greater_than(memory['chunks_free'], 0)
+ assert_equal(memory['used'] + memory['free'], memory['total'])
+
+ self.log.info("test mallocinfo")
+ try:
+ mallocinfo = node.getmemoryinfo(mode="mallocinfo")
+ self.log.info('getmemoryinfo(mode="mallocinfo") call succeeded')
+ tree = ET.fromstring(mallocinfo)
+ assert_equal(tree.tag, 'malloc')
+ except JSONRPCException:
+ self.log.info('getmemoryinfo(mode="mallocinfo") not available')
+ assert_raises_rpc_error(-8, 'mallocinfo is only available when compiled with glibc 2.10+', node.getmemoryinfo, mode="mallocinfo")
+
+ assert_raises_rpc_error(-8, "unknown mode foobar", node.getmemoryinfo, mode="foobar")
+
+if __name__ == '__main__':
+ RpcMiscTest().main()
diff --git a/test/functional/rpc_psbt.py b/test/functional/rpc_psbt.py
index 7d7d874714..5cc5fdafb9 100755
--- a/test/functional/rpc_psbt.py
+++ b/test/functional/rpc_psbt.py
@@ -357,7 +357,7 @@ class PSBTTest(BitcoinTestFramework):
assert analyzed['inputs'][0]['has_utxo'] and not analyzed['inputs'][0]['is_final'] and analyzed['inputs'][0]['next'] == 'signer' and analyzed['next'] == 'signer' and analyzed['inputs'][0]['missing']['signatures'][0] == addrinfo['embedded']['witness_program']
# Check fee and size things
- assert analyzed['fee'] == Decimal('0.001') and analyzed['estimated_vsize'] == 134 and analyzed['estimated_feerate'] == '0.00746268 BTC/kB'
+ assert analyzed['fee'] == Decimal('0.001') and analyzed['estimated_vsize'] == 134 and analyzed['estimated_feerate'] == Decimal('0.00746268')
# After signing and finalizing, needs extracting
signed = self.nodes[1].walletprocesspsbt(updated)['psbt']
diff --git a/test/functional/rpc_scantxoutset.py b/test/functional/rpc_scantxoutset.py
index 353e458e6d..87713e72a3 100755
--- a/test/functional/rpc_scantxoutset.py
+++ b/test/functional/rpc_scantxoutset.py
@@ -97,6 +97,7 @@ class ScantxoutsetTest(BitcoinTestFramework):
assert_equal(self.nodes[0].scantxoutset("start", [ {"desc": "combo(tprv8ZgxMBicQKsPd7Uf69XL1XwhmjHopUGep8GuEiJDZmbQz6o58LninorQAfcKZWARbtRtfnLcJ5MQ2AtHcQJCCRUcMRvmDUjyEmNUWwx8UbK/1/1/*)", "range": 1500}])['total_unblinded_bitcoin_amount'], Decimal("28.672"))
assert_equal(self.nodes[0].scantxoutset("start", [ {"desc": "combo(tpubD6NzVbkrYhZ4WaWSyoBvQwbpLkojyoTZPRsgXELWz3Popb3qkjcJyJUGLnL4qHHoQvao8ESaAstxYSnhyswJ76uZPStJRJCTKvosUCJZL5B/1/1/*)", "range": 1499}])['total_unblinded_bitcoin_amount'], Decimal("12.288"))
assert_equal(self.nodes[0].scantxoutset("start", [ {"desc": "combo(tpubD6NzVbkrYhZ4WaWSyoBvQwbpLkojyoTZPRsgXELWz3Popb3qkjcJyJUGLnL4qHHoQvao8ESaAstxYSnhyswJ76uZPStJRJCTKvosUCJZL5B/1/1/*)", "range": 1500}])['total_unblinded_bitcoin_amount'], Decimal("28.672"))
+ assert_equal(self.nodes[0].scantxoutset("start", [ {"desc": "combo(tpubD6NzVbkrYhZ4WaWSyoBvQwbpLkojyoTZPRsgXELWz3Popb3qkjcJyJUGLnL4qHHoQvao8ESaAstxYSnhyswJ76uZPStJRJCTKvosUCJZL5B/1/1/*)", "range": [1500,1500]}])['total_amount'], Decimal("16.384"))
# Test the reported descriptors for a few matches
assert_equal(descriptors(self.nodes[0].scantxoutset("start", [ {"desc": "combo(tprv8ZgxMBicQKsPd7Uf69XL1XwhmjHopUGep8GuEiJDZmbQz6o58LninorQAfcKZWARbtRtfnLcJ5MQ2AtHcQJCCRUcMRvmDUjyEmNUWwx8UbK/0h/0'/*)", "range": 1499}])), ["pkh([0c5f9a1e/0'/0'/0]026dbd8b2315f296d36e6b6920b1579ca75569464875c7ebe869b536a7d9503c8c)#dzxw429x", "pkh([0c5f9a1e/0'/0'/1]033e6f25d76c00bedb3a8993c7d5739ee806397f0529b1b31dda31ef890f19a60c)#43rvceed"])
diff --git a/test/functional/test_framework/test_framework.py b/test/functional/test_framework/test_framework.py
index eb20b948b0..d092ffd5c6 100755
--- a/test/functional/test_framework/test_framework.py
+++ b/test/functional/test_framework/test_framework.py
@@ -29,11 +29,11 @@ from .util import (
get_datadir_path,
initialize_datadir,
p2p_port,
- set_node_times,
sync_blocks,
sync_mempools,
)
+
class TestStatus(Enum):
PASSED = 1
FAILED = 2
@@ -95,7 +95,6 @@ class BitcoinTestFramework(metaclass=BitcoinTestMetaClass):
self.setup_clean_chain = False
self.nodes = []
self.network_thread = None
- self.mocktime = 0
self.rpc_timeout = 60 # Wait for up to 60 seconds for the RPC server to respond
self.supports_cli = False
self.bind_to_localhost_only = True
@@ -276,6 +275,19 @@ class BitcoinTestFramework(metaclass=BitcoinTestMetaClass):
self.add_nodes(self.num_nodes, extra_args)
self.start_nodes()
self.import_deterministic_coinbase_privkeys()
+ if not self.setup_clean_chain:
+ for n in self.nodes:
+ assert_equal(n.getblockchaininfo()["blocks"], 199)
+ # To ensure that all nodes are out of IBD, the most recent block
+ # must have a timestamp not too old (see IsInitialBlockDownload()).
+ self.log.debug('Generate a block with current time')
+ block_hash = self.nodes[0].generate(1)[0]
+ block = self.nodes[0].getblock(blockhash=block_hash, verbosity=0)
+ for n in self.nodes:
+ n.submitblock(block)
+ chain_info = n.getblockchaininfo()
+ assert_equal(chain_info["blocks"], 200)
+ assert_equal(chain_info["initialblockdownload"], False)
def import_deterministic_coinbase_privkeys(self):
for n in self.nodes:
@@ -324,7 +336,6 @@ class BitcoinTestFramework(metaclass=BitcoinTestMetaClass):
timewait=self.rpc_timeout,
bitcoind=binary[i],
bitcoin_cli=self.options.bitcoincli,
- mocktime=self.mocktime,
coverage_dir=self.options.coveragedir,
cwd=self.options.tmpdir,
extra_conf=extra_confs[i],
@@ -444,7 +455,7 @@ class BitcoinTestFramework(metaclass=BitcoinTestMetaClass):
def _initialize_chain(self):
"""Initialize a pre-mined blockchain for use by the test.
- Create a cache of a 200-block-long chain (with wallet) for MAX_NODES
+ Create a cache of a 199-block-long chain (with wallet) for MAX_NODES
Afterward, create num_nodes copies from the cache."""
assert self.num_nodes <= MAX_NODES
@@ -478,7 +489,6 @@ class BitcoinTestFramework(metaclass=BitcoinTestMetaClass):
timewait=self.rpc_timeout,
bitcoind=self.options.bitcoind,
bitcoin_cli=self.options.bitcoincli,
- mocktime=self.mocktime,
coverage_dir=None,
cwd=self.options.tmpdir,
))
@@ -489,32 +499,22 @@ class BitcoinTestFramework(metaclass=BitcoinTestMetaClass):
for node in self.nodes:
node.wait_for_rpc_connection()
- # For backward compatibility of the python scripts with previous
- # versions of the cache, set mocktime to Jan 1,
- # 2014 + (201 * 10 * 60)"""
- self.mocktime = 1388534400 + (201 * 10 * 60)
-
- # Create a 200-block-long chain; each of the 4 first nodes
+ # Create a 199-block-long chain; each of the 4 first nodes
# gets 25 mature blocks and 25 immature.
- # Note: To preserve compatibility with older versions of
- # initialize_chain, only 4 nodes will generate coins.
- #
- # blocks are created with timestamps 10 minutes apart
- # starting from 2010 minutes in the past
- block_time = self.mocktime - (201 * 10 * 60)
- for i in range(2):
- for peer in range(4):
- for j in range(25):
- set_node_times(self.nodes, block_time)
- self.nodes[peer].generatetoaddress(1, self.nodes[peer].get_deterministic_priv_key().address)
- block_time += 10 * 60
- # Must sync before next peer starts generating blocks
- sync_blocks(self.nodes)
+ # The 4th node gets only 24 immature blocks so that the very last
+ # block in the cache does not age too much (have an old tip age).
+ # This is needed so that we are out of IBD when the test starts,
+ # see the tip age check in IsInitialBlockDownload().
+ for i in range(8):
+ self.nodes[0].generatetoaddress(25 if i != 7 else 24, self.nodes[i % 4].get_deterministic_priv_key().address)
+ sync_blocks(self.nodes)
+
+ for n in self.nodes:
+ assert_equal(n.getblockchaininfo()["blocks"], 199)
# Shut them down, and clean up cache directories:
self.stop_nodes()
self.nodes = []
- self.mocktime = 0
def cache_path(n, *paths):
return os.path.join(get_datadir_path(self.options.cachedir, n), self.chain, *paths)
diff --git a/test/functional/test_framework/test_node.py b/test/functional/test_framework/test_node.py
index 06206b6ccc..387f7ccdd7 100755
--- a/test/functional/test_framework/test_node.py
+++ b/test/functional/test_framework/test_node.py
@@ -61,7 +61,7 @@ class TestNode():
To make things easier for the test writer, any unrecognised messages will
be dispatched to the RPC connection."""
- def __init__(self, i, datadir, chain, *, rpchost, timewait, bitcoind, bitcoin_cli, mocktime, coverage_dir, cwd, extra_conf=None, extra_args=None, use_cli=False, start_perf=False, chain_in_args=True):
+ def __init__(self, i, datadir, chain, *, rpchost, timewait, bitcoind, bitcoin_cli, coverage_dir, cwd, extra_conf=None, extra_args=None, use_cli=False, start_perf=False, chain_in_args=True):
"""
Kwargs:
start_perf (bool): If True, begin profiling the node with `perf` as soon as
@@ -91,8 +91,7 @@ class TestNode():
"-debug",
"-debugexclude=libevent",
"-debugexclude=leveldb",
- "-mocktime=" + str(mocktime),
- "-uacomment=testnode%d" % i
+ "-uacomment=testnode%d" % i,
]
if chain_in_args:
self.args += ["-chain=" + self.chain]
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py
index e31926a943..5cec19d722 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -128,6 +128,7 @@ BASE_SCRIPTS = [
'wallet_txn_clone.py',
'wallet_txn_clone.py --segwit',
'rpc_getchaintips.py',
+ 'rpc_misc.py',
'interface_rest.py',
'mempool_spend_coinbase.py',
'mempool_reorg.py',
diff --git a/test/functional/wallet_balance.py b/test/functional/wallet_balance.py
index 7cab103b06..863b4ee1d7 100755
--- a/test/functional/wallet_balance.py
+++ b/test/functional/wallet_balance.py
@@ -138,5 +138,17 @@ class WalletTest(BitcoinTestFramework):
# getbalance with minconf=2 will show the new balance.
assert_equal(self.nodes[1].getbalance(minconf=2)['bitcoin'], Decimal('0'))
+ # check mempool transactions count for wallet unconfirmed balance after
+ # dynamically loading the wallet.
+ before = self.nodes[1].getunconfirmedbalance()
+ dst = self.nodes[1].getnewaddress()
+ self.nodes[1].unloadwallet('')
+ self.nodes[0].sendtoaddress(dst, 0.1)
+ self.sync_all()
+ self.nodes[1].loadwallet('')
+ after = self.nodes[1].getunconfirmedbalance()
+ assert_equal(before + Decimal('0.1'), after)
+
+
if __name__ == '__main__':
WalletTest().main()
diff --git a/test/functional/wallet_basic.py b/test/functional/wallet_basic.py
index 87229d8fbb..c9b9095052 100755
--- a/test/functional/wallet_basic.py
+++ b/test/functional/wallet_basic.py
@@ -11,7 +11,6 @@ from test_framework.util import (
assert_array_result,
assert_equal,
assert_fee_amount,
- assert_greater_than,
assert_raises_rpc_error,
connect_nodes_bi,
sync_blocks,
@@ -84,13 +83,8 @@ class WalletTest(BitcoinTestFramework):
assert_equal(txout['value'], 50)
# Send 21 BTC from 0 to 2 using sendtoaddress call.
- # Locked memory should increase to sign transactions
- self.log.info("test getmemoryinfo")
- memory_before = self.nodes[0].getmemoryinfo()
self.nodes[0].sendtoaddress(self.nodes[2].getnewaddress(), 11)
mempool_txid = self.nodes[0].sendtoaddress(self.nodes[2].getnewaddress(), 10)
- memory_after = self.nodes[0].getmemoryinfo()
- assert_greater_than(memory_after['locked']['used'], memory_before['locked']['used'])
self.log.info("test gettxout (second part)")
# utxo spent in mempool should be visible if you exclude mempool
diff --git a/test/functional/wallet_create_tx.py b/test/functional/wallet_create_tx.py
index 27dc0fb279..7b749235e2 100755
--- a/test/functional/wallet_create_tx.py
+++ b/test/functional/wallet_create_tx.py
@@ -7,17 +7,25 @@ from test_framework.test_framework import BitcoinTestFramework
from test_framework.util import (
assert_equal,
)
+from test_framework.blocktools import (
+ TIME_GENESIS_BLOCK,
+)
class CreateTxWalletTest(BitcoinTestFramework):
def set_test_params(self):
- self.setup_clean_chain = False
+ self.setup_clean_chain = True
self.num_nodes = 1
def skip_test_if_missing_module(self):
self.skip_if_no_wallet()
def run_test(self):
+ self.log.info('Create some old blocks')
+ self.nodes[0].setmocktime(TIME_GENESIS_BLOCK)
+ self.nodes[0].generate(200)
+ self.nodes[0].setmocktime(0)
+
self.log.info('Check that we have some (old) blocks and that anti-fee-sniping is disabled')
assert_equal(self.nodes[0].getblockchaininfo()['blocks'], 200)
txid = self.nodes[0].sendtoaddress(self.nodes[0].getnewaddress(), 1)
diff --git a/test/functional/wallet_importmulti.py b/test/functional/wallet_importmulti.py
index ca96cde3eb..b248d20b41 100755
--- a/test/functional/wallet_importmulti.py
+++ b/test/functional/wallet_importmulti.py
@@ -604,7 +604,7 @@ class ImportMultiTest(BitcoinTestFramework):
self.log.info("Should import the ranged descriptor with specified range as solvable")
self.test_importmulti({"desc": descsum_create(desc),
"timestamp": "now",
- "range": {"end": 1}},
+ "range": 1},
success=True,
warnings=["Some private keys are missing, outputs will be considered watchonly. If this is intentional, specify the watchonly flag."])
for address in addresses:
@@ -650,7 +650,8 @@ class ImportMultiTest(BitcoinTestFramework):
self.log.info("Should import a 1-of-2 bare multisig from descriptor")
self.test_importmulti({"desc": descsum_create("multi(1," + key1.pubkey + "," + key2.pubkey + ")"),
"timestamp": "now"},
- success=True)
+ success=True,
+ warnings=["Some private keys are missing, outputs will be considered watchonly. If this is intentional, specify the watchonly flag."])
self.log.info("Should not treat individual keys from the imported bare multisig as watchonly")
test_address(self.nodes[1],
key1.p2pkh_addr,
@@ -827,7 +828,7 @@ class ImportMultiTest(BitcoinTestFramework):
'desc': descsum_create('wpkh([80002067/0h/0h]' + xpub + '/*)'),
'keypool': True,
'timestamp': 'now',
- 'range' : {'start': 0, 'end': 4}
+ 'range' : [0, 4],
}]
)
for i in range(0, 5):
diff --git a/test/functional/wallet_resendwallettransactions.py b/test/functional/wallet_resendwallettransactions.py
index 00bf58d709..8aafa94c2e 100755
--- a/test/functional/wallet_resendwallettransactions.py
+++ b/test/functional/wallet_resendwallettransactions.py
@@ -2,31 +2,70 @@
# Copyright (c) 2017-2018 The Bitcoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
-"""Test resendwallettransactions RPC."""
+"""Test that the wallet resends transactions periodically."""
+from collections import defaultdict
+import time
+from test_framework.blocktools import create_block, create_coinbase
+from test_framework.messages import ToHex
+from test_framework.mininode import P2PInterface, mininode_lock
from test_framework.test_framework import BitcoinTestFramework
-from test_framework.util import assert_equal, assert_raises_rpc_error
+from test_framework.util import assert_equal, wait_until
+
+class P2PStoreTxInvs(P2PInterface):
+ def __init__(self):
+ super().__init__()
+ self.tx_invs_received = defaultdict(int)
+
+ def on_inv(self, message):
+ # Store how many times invs have been received for each tx.
+ for i in message.inv:
+ if i.type == 1:
+ # save txid
+ self.tx_invs_received[i.hash] += 1
class ResendWalletTransactionsTest(BitcoinTestFramework):
def set_test_params(self):
self.num_nodes = 1
- self.extra_args = [['--walletbroadcast=false']]
def skip_test_if_missing_module(self):
self.skip_if_no_wallet()
def run_test(self):
- # Should raise RPC_WALLET_ERROR (-4) if walletbroadcast is disabled.
- assert_raises_rpc_error(-4, "Error: Wallet transaction broadcasting is disabled with -walletbroadcast", self.nodes[0].resendwallettransactions)
+ node = self.nodes[0] # alias
- # Should return an empty array if there aren't unconfirmed wallet transactions.
- self.stop_node(0)
- self.start_node(0, extra_args=[])
- assert_equal(self.nodes[0].resendwallettransactions(), [])
+ node.add_p2p_connection(P2PStoreTxInvs())
- # Should return an array with the unconfirmed wallet transaction.
- txid = self.nodes[0].sendtoaddress(self.nodes[0].getnewaddress(), 1)
- assert_equal(self.nodes[0].resendwallettransactions(), [txid])
+ self.log.info("Create a new transaction and wait until it's broadcast")
+ txid = int(node.sendtoaddress(node.getnewaddress(), 1), 16)
+
+ # Can take a few seconds due to transaction trickling
+ wait_until(lambda: node.p2p.tx_invs_received[txid] >= 1, lock=mininode_lock)
+
+ # Add a second peer since txs aren't rebroadcast to the same peer (see filterInventoryKnown)
+ node.add_p2p_connection(P2PStoreTxInvs())
+
+ self.log.info("Create a block")
+ # Create and submit a block without the transaction.
+ # Transactions are only rebroadcast if there has been a block at least five minutes
+ # after the last time we tried to broadcast. Use mocktime and give an extra minute to be sure.
+ block_time = int(time.time()) + 6 * 60
+ node.setmocktime(block_time)
+ block = create_block(int(node.getbestblockhash(), 16), create_coinbase(node.getblockchaininfo()['blocks']), block_time)
+ block.nVersion = 3
+ block.rehash()
+ block.solve()
+ node.submitblock(ToHex(block))
+
+ # Transaction should not be rebroadcast
+ node.p2ps[1].sync_with_ping()
+ assert_equal(node.p2ps[1].tx_invs_received[txid], 0)
+
+ self.log.info("Transaction should be rebroadcast after 30 minutes")
+ # Use mocktime and give an extra 5 minutes to be sure.
+ rebroadcast_time = int(time.time()) + 41 * 60
+ node.setmocktime(rebroadcast_time)
+ wait_until(lambda: node.p2ps[1].tx_invs_received[txid] >= 1, lock=mininode_lock)
if __name__ == '__main__':
ResendWalletTransactionsTest().main()
diff --git a/test/functional/wallet_txn_doublespend.py b/test/functional/wallet_txn_doublespend.py
index 941bc849bd..e6931507b5 100755
--- a/test/functional/wallet_txn_doublespend.py
+++ b/test/functional/wallet_txn_doublespend.py
@@ -34,6 +34,14 @@ class TxnMallTest(BitcoinTestFramework):
def run_test(self):
# All nodes should start with 1,250 BTC:
starting_balance = 1250
+
+ # All nodes should be out of IBD.
+ # If the nodes are not all out of IBD, that can interfere with
+ # blockchain sync later in the test when nodes are connected, due to
+ # timing issues.
+ for n in self.nodes:
+ assert n.getblockchaininfo()["initialblockdownload"] == False
+
for i in range(4):
assert_equal(self.nodes[i].getbalance(), {"bitcoin": starting_balance})
self.nodes[i].getnewaddress("") # bug workaround, coins generated assigned to first getnewaddress!