mirror of
https://github.com/GOSTSec/gostcoin
synced 2025-01-30 08:24:20 +00:00
update russian translation, command-line help, ui
This commit is contained in:
parent
403104b42e
commit
745a463eb5
16
src/init.cpp
16
src/init.cpp
@ -344,7 +344,7 @@ std::string HelpMessage()
|
||||
" -connect=<ip> " + _("Connect only to the specified node(s)") + "\n" +
|
||||
" -seednode=<ip> " + _("Connect to a node to retrieve peer addresses, and disconnect") + "\n" +
|
||||
" -externalip=<ip> " + _("Specify your own public address") + "\n" +
|
||||
" -onlynet=<net> " + _("Only connect to nodes in network <net> (IPv4, IPv6 or I2P") + "\n" +
|
||||
" -onlynet=<net> " + _("Only connect to nodes in network <net> (IPv4, IPv6 or I2P)") + "\n" +
|
||||
" -discover " + _("Discover own IP address (default: 1 when listening and no -externalip)") + "\n" +
|
||||
" -checkpoints " + _("Only accept block chain matching built-in checkpoints (default: 1)") + "\n" +
|
||||
" -listen " + _("Accept connections from outside (default: 1 if no -proxy or -connect)") + "\n" +
|
||||
@ -406,13 +406,13 @@ std::string HelpMessage()
|
||||
" -rpcsslciphers=<ciphers> " + _("Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH)") + "\n"+
|
||||
|
||||
"\n"+ _("I2P Options:") + "\n" +
|
||||
" -generatei2pdestination " + _("Generate an I2P destination, print it and exit.")+ "\n" +
|
||||
" -i2p=1 " + _("Enable I2P.") + "\n" +
|
||||
" -onlynet=i2p " + _("Enable I2P only mode.") + "\n" +
|
||||
" -i2psessionname=<session name> " + _("Name of an I2P session. If it is not specified, value will be \"Gostcoin-client\"") + "\n" +
|
||||
" -samhost=<ip or host name> " + _("Address of the SAM bridge host. If it is not specified, value will be \"127.0.0.1\".") + "\n" +
|
||||
" -samport=<port> " + _("Port number of the SAM bridge host. If it is not specified, value will be \"7656\".") + "\n" +
|
||||
" -mydestination=<pub+priv i2p-keys> " + _("Your full destination (public+private keys). If it is not specified, the client will geneterate a random destination for you. See below (Starting wallet with a permanent i2p-address) more details about this option.") +
|
||||
" -generatei2pdestination " + _("Generate an I2P destination, print it and exit")+ "\n" +
|
||||
" -i2p " + _("Enable I2P (default: 1)") + "\n" +
|
||||
" -onlynet=i2p " + _("Enable I2P-only mode") + "\n" +
|
||||
" -i2psessionname=<name> " + _("Set I2P session name to <name> (default: Gostcoin-client)") + "\n" +
|
||||
" -samhost=<ip> " + _("Set host where SAM bridge is listening (default: 127.0.0.1)") + "\n" +
|
||||
" -samport=<port> " + _("Set port number where SAM bridge is listening (default: 7656)") + "\n" +
|
||||
" -mydestination=<keys> " + _("Your full destination (public+private keys) (if it is not specified, the client will geneterate a random destination for you)") +
|
||||
"\n";
|
||||
|
||||
return strUsage;
|
||||
|
@ -76,8 +76,8 @@ BitcoinGUI::BitcoinGUI(QWidget *parent) :
|
||||
restoreWindowGeometry();
|
||||
setWindowTitle(tr("Gostcoin") + " - " + tr("Wallet"));
|
||||
#ifndef Q_OS_MAC
|
||||
QApplication::setWindowIcon(QIcon(":icons/bitcoin"));
|
||||
setWindowIcon(QIcon(":icons/bitcoin"));
|
||||
QApplication::setWindowIcon(QIcon(":icons/gostcoin"));
|
||||
setWindowIcon(QIcon(":icons/gostcoin"));
|
||||
#else
|
||||
setUnifiedTitleAndToolBarOnMac(true);
|
||||
QApplication::setAttribute(Qt::AA_DontShowIconsInMenus);
|
||||
@ -221,16 +221,16 @@ void BitcoinGUI::createActions()
|
||||
quitAction->setStatusTip(tr("Quit application"));
|
||||
quitAction->setShortcut(QKeySequence(Qt::CTRL + Qt::Key_Q));
|
||||
quitAction->setMenuRole(QAction::QuitRole);
|
||||
aboutAction = new QAction(QIcon(":/icons/bitcoin"), tr("&About Gostcoin"), this);
|
||||
aboutAction = new QAction(QIcon(":/icons/gostcoin"), tr("&About Gostcoin"), this);
|
||||
aboutAction->setStatusTip(tr("Show information about Gostcoin"));
|
||||
aboutAction->setMenuRole(QAction::AboutRole);
|
||||
aboutQtAction = new QAction(QIcon(":/trolltech/qmessagebox/images/qtlogo-64.png"), tr("About &Qt"), this);
|
||||
aboutQtAction = new QAction(QIcon(":/icons/qtlogo"), tr("About &Qt"), this);
|
||||
aboutQtAction->setStatusTip(tr("Show information about Qt"));
|
||||
aboutQtAction->setMenuRole(QAction::AboutQtRole);
|
||||
optionsAction = new QAction(QIcon(":/icons/options"), tr("&Options..."), this);
|
||||
optionsAction->setStatusTip(tr("Modify configuration options for Gostcoin"));
|
||||
optionsAction->setMenuRole(QAction::PreferencesRole);
|
||||
toggleHideAction = new QAction(QIcon(":/icons/bitcoin"), tr("&Show / Hide"), this);
|
||||
toggleHideAction = new QAction(QIcon(":/icons/gostcoin"), tr("&Show / Hide"), this);
|
||||
toggleHideAction->setStatusTip(tr("Show or hide the main Window"));
|
||||
|
||||
encryptWalletAction = new QAction(QIcon(":/icons/lock_closed"), tr("&Encrypt Wallet..."), this);
|
||||
|
@ -49,7 +49,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Execute command when the best block changes (%s in cmd is replaced by block "
|
||||
"hash)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Listen for JSON-RPC connections on <port> (default: 9377 or testnet: 19377)"),
|
||||
"Listen for JSON-RPC connections on <port> (default: 9376 or testnet: 19376)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Number of seconds to keep misbehaving peers from reconnecting (default: "
|
||||
"86400)"),
|
||||
@ -90,6 +90,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Accept connections from outside (default: 1 i
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Add a node to connect to and attempt to keep the connection open"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Allow DNS lookups for -addnode, -seednode and -connect"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Allow JSON-RPC connections from specified IP address"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Allow peers to set bloom filters (default: 1)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Attempt to recover private keys from a corrupt wallet.dat"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Block creation options:"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Cannot downgrade wallet"),
|
||||
@ -104,6 +105,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Creating SAM session..."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Discover own IP address (default: 1 when listening and no -externalip)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Do you want to rebuild the block database now?"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Done loading"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Enable I2P (default: 1)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Enable I2P-only mode"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error initializing block database"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error initializing wallet database environment %s!"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Error loading block database"),
|
||||
@ -128,11 +131,13 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Failed to write transaction index"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to write undo data"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Fee per KB to add to transactions you send"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Find peers using DNS lookup (default: 1 unless -connect)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Generate an I2P destination, print it and exit"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Generate coins (default: 0)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Get help for a command"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Gostcoin version"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "How many blocks to check at startup (default: 288, 0 = all)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "How thorough the block verification is (0-4, default: 3)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "I2P Options:"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Imports blocks from external blk000??.dat file"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Information"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Insufficient funds"),
|
||||
@ -147,17 +152,18 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Loading addresses..."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Loading block index..."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Loading wallet..."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Maintain a full transaction index (default: 0)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Maintain at most <n> connections to peers (default: 125)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Maintain at most <n> connections to peers (default: 200)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Maximum per-connection receive buffer, <n>*1000 bytes (default: 5000)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Maximum per-connection send buffer, <n>*1000 bytes (default: 1000)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Name of an I2P session (default: Gostcoin-client)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Not enough file descriptors available."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Only accept block chain matching built-in checkpoints (default: 1)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Only connect to nodes in network <net> (IPv4, IPv6 or Tor)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Only connect to nodes in network <net> (IPv4, IPv6 or I2P)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Options:"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Output extra debugging information. Implies all other -debug* options"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Output extra network debugging information"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Password for JSON-RPC connections"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Prepend debug output with timestamp"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Prepend debug output with timestamp (default: 1)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Rebuild block chain index from current blk000??.dat files"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Rescan the block chain for missing wallet transactions"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Rescanning..."),
|
||||
@ -173,9 +179,12 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Send trace/debug info to debugger"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Server certificate file (default: server.cert)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Server private key (default: server.pem)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Set database cache size in megabytes (default: 25)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Set host where SAM bridge is listening (default: 127.0.0.1)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Set I2P session name to <name> (default: Gostcoin-client)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Set key pool size to <n> (default: 100)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Set maximum block size in bytes (default: 250000)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Set minimum block size in bytes (default: 0)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Set port number where SAM bridge is listening (default: 7656)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Set the number of threads to service RPC calls (default: 4)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Shrink debug.log file on client startup (default: 1 when no -debug)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Signing transaction failed"),
|
||||
@ -208,5 +217,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Wallet needed to be rewritten: restart Gostco
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "wallet.dat corrupt, salvage failed"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Warning"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Warning: This version is obsolete, upgrade required!"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "When creating transactions, ignore inputs with value less than this (default: 0.0001)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "You need to rebuild the database using -reindex to change -txindex"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Your full destination (public+private keys) (if it is not specified, the client will geneterate a random destination for you)"),
|
||||
};
|
||||
|
@ -63,7 +63,7 @@
|
||||
<cursorShape>IBeamCursor</cursorShape>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string notr="true">0.3.666-beta</string>
|
||||
<string notr="true">v0.8.5.10</string>
|
||||
</property>
|
||||
<property name="textInteractionFlags">
|
||||
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
|
||||
@ -108,15 +108,16 @@
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>
|
||||
This is experimental software.
|
||||
|
||||
Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com).</string>
|
||||
<p>This is experimental software.</p>
|
||||
<p>Distributed under the MIT/X11 software license, see the accompanying file COPYING or <a href="http://www.opensource.org/licenses/mit-license.php">http://www.opensource.org/licenses/mit-license.php</a>.</p>
|
||||
<p>This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (<a href="http://www.openssl.org/">http://www.openssl.org/</a>) and cryptographic software written by Eric Young (eay@cryptsoft.com).</p></string>
|
||||
</property>
|
||||
<property name="wordWrap">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="textFormat">
|
||||
<enum>Qt::RichText</enum>
|
||||
</property>
|
||||
<property name="textInteractionFlags">
|
||||
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
|
||||
</property>
|
||||
|
@ -1,6 +1,7 @@
|
||||
<!DOCTYPE RCC><RCC version="1.0">
|
||||
<qresource prefix="/icons">
|
||||
<file alias="bitcoin">res/icons/gostcoin.png</file>
|
||||
<file alias="gostcoin">res/icons/gostcoin.png</file>
|
||||
<file alias="qtlogo">res/icons/qtlogo.png</file>
|
||||
<file alias="address-book">res/icons/address-book.png</file>
|
||||
<file alias="quit">res/icons/quit.png</file>
|
||||
<file alias="send">res/icons/send.png</file>
|
||||
|
@ -16,17 +16,13 @@
|
||||
<message>
|
||||
<location line="+57"/>
|
||||
<source>
|
||||
This is experimental software.
|
||||
|
||||
Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard.</source>
|
||||
<p>This is experimental software.</p>
|
||||
<p>Distributed under the MIT/X11 software license, see the accompanying file COPYING or <a href="http://www.opensource.org/licenses/mit-license.php">http://www.opensource.org/licenses/mit-license.php</a>.</p>
|
||||
<p>This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (<a href="http://www.openssl.org/">http://www.openssl.org/</a>) and cryptographic software written by Eric Young (eay@cryptsoft.com).</p></source>
|
||||
<translation>
|
||||
Это экспериментальная программа.
|
||||
|
||||
Распространяется на правах лицензии MIT/X11, см. файл COPYING или http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
Этот продукт включает ПО, разработанное OpenSSL Project для использования в OpenSSL Toolkit (http://www.openssl.org/) и криптографическое ПО, написанное Eric Young (eay@cryptsoft.com) и ПО для работы с UPnP, написанное Thomas Bernard.</translation>
|
||||
<p>Это экспериментальная программа.</p>
|
||||
<p>Распространяется на правах лицензии MIT/X11, см. файл COPYING или <a href="http://www.opensource.org/licenses/mit-license.php">http://www.opensource.org/licenses/mit-license.php</a>.</p>
|
||||
<p>Этот продукт включает ПО, разработанное OpenSSL Project для использования в OpenSSL Toolkit (<a href="http://www.openssl.org/">http://www.openssl.org/</a>) и криптографическое ПО, написанное Eric Young (eay@cryptsoft.com).</p></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../aboutdialog.cpp" line="+14"/>
|
||||
@ -1445,6 +1441,57 @@ Address: %4
|
||||
</message>
|
||||
</context>
|
||||
|
||||
<!-- Show I2P address window -->
|
||||
<context>
|
||||
<name>ShowI2PAddresses</name>
|
||||
<message>
|
||||
<location filename="../forms/showi2paddresses.ui" line="+40"/>
|
||||
<source>Dialog</source>
|
||||
<translation>Диалог</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+6"/>
|
||||
<source>If you want to use a permanent I2P-address you have to set a 'mydestination' option in the configuration file:</source>
|
||||
<translation>Если вы хотите использовать постоянный I2P адрес, добавьте параметр 'mydestination' в конфигурационный файл:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+10"/>
|
||||
<source>Ready to save parameter (If you want to use this address save this text in the configuration file and keep it secret):</source>
|
||||
<translation>Сохраните этот параметр (если вы хотите использовать данный адрес, сохраните этот текст в конфигурационный файл и держите его в сектрете):</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+23"/>
|
||||
<source>Address (you can publish it):</source>
|
||||
<translation>Адрес (вы можете публиковать его):</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+20"/>
|
||||
<source>Short base32-address:</source>
|
||||
<translation>Короткий base32 адрес:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+22"/>
|
||||
<source>Copy "mydestination" parameter
|
||||
to the clipboard</source>
|
||||
<translation>Скопировать параметр "mydestination"
|
||||
в буфер обмена</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+8"/>
|
||||
<source>Copy public address
|
||||
to the clipboard</source>
|
||||
<translation>Скопировать публичный адрес
|
||||
в буфер обмена</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+8"/>
|
||||
<source>Copy b32-address
|
||||
to the clipboard</source>
|
||||
<translation>Скопировать b32 адрес
|
||||
в буфер обмена</translation>
|
||||
</message>
|
||||
</context>
|
||||
|
||||
<!-- Overview page -->
|
||||
<context>
|
||||
<name>OverviewPage</name>
|
||||
@ -2856,8 +2903,8 @@ rpcpassword=%s
|
||||
</message>
|
||||
<message>
|
||||
<location line="+3"/>
|
||||
<source>Listen for JSON-RPC connections on <port> (default: 9332 or testnet: 19332)</source>
|
||||
<translation>Прослушивать подключения JSON-RPC на <порту> (по умолчанию: 9332 или для testnet: 19332)</translation>
|
||||
<source>Listen for JSON-RPC connections on <port> (default: 9376 or testnet: 19376)</source>
|
||||
<translation>Прослушивать подключения JSON-RPC на <порту> (по умолчанию: 9376 или для testnet: 19376)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+2"/>
|
||||
@ -2943,6 +2990,11 @@ If the file does not exist, create it with owner-readable-only file permissions.
|
||||
<source>Allow JSON-RPC connections from specified IP address</source>
|
||||
<translation>Разрешить подключения JSON-RPC с указанного IP</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Allow peers to set bloom filters (default: 1)</source>
|
||||
<translation>Разрешить пирам устанавливать bloom-фильтры (по умолчанию: 1)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Attempt to recover private keys from a corrupt wallet.dat</source>
|
||||
@ -3013,6 +3065,16 @@ If the file does not exist, create it with owner-readable-only file permissions.
|
||||
<source>Done loading</source>
|
||||
<translation>Загрузка завершена</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Enable I2P (default: 1)</source>
|
||||
<translation>Включить работу в I2P (по умолчанию: 1)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Enable I2P-only mode</source>
|
||||
<translation>Включить режим работы "только в I2P"</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Error initializing block database</source>
|
||||
@ -3133,6 +3195,11 @@ If the file does not exist, create it with owner-readable-only file permissions.
|
||||
<source>Find peers using DNS lookup (default: 1 unless -connect)</source>
|
||||
<translation>Искать узлы с помощью DNS (по умолчанию: 1, если не указан -connect)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Generate an I2P destination, print it and exit</source>
|
||||
<translation>Сгенерировать I2P адрес, напечатать его и выйти</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Generate coins (default: 0)</source>
|
||||
@ -3158,6 +3225,11 @@ If the file does not exist, create it with owner-readable-only file permissions.
|
||||
<source>How thorough the block verification is (0-4, default: 3)</source>
|
||||
<translation>Насколько тщательно проверять блок (0-4, по умолчанию: 3)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>I2P Options:</source>
|
||||
<translation>Настройки I2P:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Imports blocks from external blk000??.dat file</source>
|
||||
@ -3205,8 +3277,8 @@ If the file does not exist, create it with owner-readable-only file permissions.
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Listen for connections on <port> (default: 9333 or testnet: 19333)</source>
|
||||
<translation>Принимать входящие подключения на <port> (по умолчанию: 9333 или 19333 в тестовой сети)</translation>
|
||||
<source>Listen for connections on <port> (default: 9377 or testnet: 19377)</source>
|
||||
<translation>Принимать входящие подключения на <port> (по умолчанию: 9377 или 19377 в тестовой сети)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
@ -3230,8 +3302,8 @@ If the file does not exist, create it with owner-readable-only file permissions.
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Maintain at most <n> connections to peers (default: 125)</source>
|
||||
<translation>Поддерживать не более <n> подключений к узлам (по умолчанию: 125)</translation>
|
||||
<source>Maintain at most <n> connections to peers (default: 200)</source>
|
||||
<translation>Поддерживать не более <n> подключений к узлам (по умолчанию: 200)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
@ -3243,6 +3315,11 @@ If the file does not exist, create it with owner-readable-only file permissions.
|
||||
<source>Maximum per-connection send buffer, <n>*1000 bytes (default: 1000)</source>
|
||||
<translation>Максимальный размер буфера отправки на соединение, <n>*1000 байт (по умолчанию: 1000)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Name of an I2P session (default: Gostcoin-client)</source>
|
||||
<translation>Имя I2P сессии (по умолчанию: Gostcoin-client)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Not enough file descriptors available.</source>
|
||||
@ -3255,8 +3332,8 @@ If the file does not exist, create it with owner-readable-only file permissions.
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Only connect to nodes in network <net> (IPv4, IPv6 or Tor)</source>
|
||||
<translation>Подключаться только к узлам из сети <net> (IPv4, IPv6 или Tor)</translation>
|
||||
<source>Only connect to nodes in network <net> (IPv4, IPv6 or I2P)</source>
|
||||
<translation>Подключаться только к узлам из сети <net> (IPv4, IPv6 или I2P)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
@ -3280,8 +3357,8 @@ If the file does not exist, create it with owner-readable-only file permissions.
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Prepend debug output with timestamp</source>
|
||||
<translation>Дописывать отметки времени к отладочному выводу</translation>
|
||||
<source>Prepend debug output with timestamp (default: 1)</source>
|
||||
<translation>Дописывать отметки времени к отладочному выводу (по умолчанию: 1)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
@ -3358,6 +3435,16 @@ If the file does not exist, create it with owner-readable-only file permissions.
|
||||
<source>Set database cache size in megabytes (default: 25)</source>
|
||||
<translation>Установить размер кэша базы данных в мегабайтах (по умолчанию: 25)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Set host where SAM bridge is listening (default: 127.0.0.1)</source>
|
||||
<translation>Указать адрес, на котором слушает SAM мост (по умолчанию: 127.0.0.1)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Set I2P session name to <name> (default: Gostcoin-client)</source>
|
||||
<translation>Установить имя I2P сессии на <name> (по умолчанию: Gostcoin-client)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Set key pool size to <n> (default: 100)</source>
|
||||
@ -3373,6 +3460,11 @@ If the file does not exist, create it with owner-readable-only file permissions.
|
||||
<source>Set minimum block size in bytes (default: 0)</source>
|
||||
<translation>Минимальный размер блока в байтах (по умолчанию: 0)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Set port number where SAM bridge is listening (default: 7656)</source>
|
||||
<translation>Указать порт, на котором слушает SAM мост (по умолчанию: 7656)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Set the number of threads to service RPC calls (default: 4)</source>
|
||||
@ -3533,10 +3625,20 @@ If the file does not exist, create it with owner-readable-only file permissions.
|
||||
<source>Warning: This version is obsolete, upgrade required!</source>
|
||||
<translation>Внимание: эта версия устарела, требуется обновление!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>When creating transactions, ignore inputs with value less than this (default: 0.0001)</source>
|
||||
<translation>Когда создается транзакция, игнорировать ввод с значением ниже указанного (по умолчанию: 0.0001)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>You need to rebuild the databases using -reindex to change -txindex</source>
|
||||
<translation>Вам необходимо пересобрать базы данных с помощью -reindex, чтобы изменить -txindex</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Your full destination (public+private keys) (if it is not specified, the client will geneterate a random destination for you)</source>
|
||||
<translation>Ваш полный ключ I2P назначения (публичный+приватный ключи) (если данный параметр не указан, то будут сгенерированы случайные ключи)</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
BIN
src/qt/res/icons/qtlogo.png
Normal file
BIN
src/qt/res/icons/qtlogo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
Loading…
x
Reference in New Issue
Block a user