mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-04 13:55:23 -05:00
qt: Update translation source file
The diff is generated by executing `make -C src translate`.
This commit is contained in:
parent
19520bff09
commit
162ce4e5dd
3 changed files with 2052 additions and 2098 deletions
|
@ -21,8 +21,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
|
|||
"resetting the chain height from %d to %d. On the next restart, the node will "
|
||||
"resume syncing from %d without using any snapshot data. Please report this "
|
||||
"incident to %s, including how you obtained the snapshot. The invalid "
|
||||
"snapshot chainstate has been left on disk in case it is helpful in "
|
||||
"diagnosing the issue that caused this error."),
|
||||
"snapshot chainstate will be left on disk in case it is helpful in diagnosing "
|
||||
"the issue that caused this error."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"%s is set very high! Fees this large could be paid on a single transaction."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
|
@ -30,18 +30,6 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
|
|||
"is unlikely that any peer will connect to it. See doc/p2p-bad-ports.md for "
|
||||
"details and a full list."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"-reindex-chainstate option is not compatible with -blockfilterindex. Please "
|
||||
"temporarily disable blockfilterindex while using -reindex-chainstate, or "
|
||||
"replace -reindex-chainstate with -reindex to fully rebuild all indexes."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"-reindex-chainstate option is not compatible with -coinstatsindex. Please "
|
||||
"temporarily disable coinstatsindex while using -reindex-chainstate, or "
|
||||
"replace -reindex-chainstate with -reindex to fully rebuild all indexes."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"-reindex-chainstate option is not compatible with -txindex. Please "
|
||||
"temporarily disable txindex while using -reindex-chainstate, or replace -"
|
||||
"reindex-chainstate with -reindex to fully rebuild all indexes."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Cannot downgrade wallet from version %i to version %i. Wallet version "
|
||||
"unchanged."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
|
@ -69,7 +57,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
|
|||
"successfully after node sync reaches height %s"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Error reading %s! All keys read correctly, but transaction data or address "
|
||||
"book entries might be missing or incorrect."),
|
||||
"metadata may be missing or incorrect."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Error reading %s! Transaction data may be missing or incorrect. Rescanning "
|
||||
"wallet."),
|
||||
|
@ -153,6 +141,10 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
|
|||
"Prune: last wallet synchronisation goes beyond pruned data. You need to -"
|
||||
"reindex (download the whole blockchain again in case of pruned node)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Rename of '%s' -> '%s' failed. You should resolve this by manually moving or "
|
||||
"deleting the invalid snapshot directory %s, otherwise you will encounter the "
|
||||
"same error again on the next startup."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"SQLiteDatabase: Unknown sqlite wallet schema version %d. Only version %d is "
|
||||
"supported"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
|
@ -219,8 +211,8 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
|
|||
"The wallet might had been created on a newer version.\n"
|
||||
"Please try running the latest software version.\n"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Unsupported category-specific logging level -loglevel=%s. Expected -"
|
||||
"loglevel=<category>:<loglevel>. Valid categories: %s. Valid loglevels: %s."),
|
||||
"Unsupported category-specific logging level %1$s=%2$s. Expected "
|
||||
"%1$s=<category>:<loglevel>. Valid categories: %3$s. Valid loglevels: %4$s."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Unsupported chainstate database format found. Please restart with -reindex-"
|
||||
"chainstate. This will rebuild the chainstate database."),
|
||||
|
@ -229,6 +221,11 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
|
|||
"support for creating and opening legacy wallets will be removed in the "
|
||||
"future."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Wallet loaded successfully. The legacy wallet type is being deprecated and "
|
||||
"support for creating and opening legacy wallets will be removed in the "
|
||||
"future. Legacy wallets can be migrated to a descriptor wallet with "
|
||||
"migratewallet."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Warning: Dumpfile wallet format \"%s\" does not match command line specified "
|
||||
"format \"%s\"."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
|
@ -300,6 +297,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to remove watchonly address boo
|
|||
QT_TRANSLATE_NOOP("bitcoin-core", "Error: Unable to write record to new wallet"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to listen on any port. Use -listen=0 if you want this."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to rescan the wallet during initialization"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to start indexes, shutting down.."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Failed to verify database"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Fee rate (%s) is lower than the minimum fee rate setting (%s)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Ignoring duplicate -wallet %s."),
|
||||
|
@ -381,10 +379,11 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Unknown address type '%s'"),
|
|||
QT_TRANSLATE_NOOP("bitcoin-core", "Unknown change type '%s'"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Unknown network specified in -onlynet: '%s'"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Unknown new rules activated (versionbit %i)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Unsupported global logging level -loglevel=%s. Valid values: %s."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Unsupported global logging level %s=%s. Valid values: %s."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Unsupported logging category %s=%s."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "User Agent comment (%s) contains unsafe characters."),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Verifying blocks…"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Verifying wallet(s)…"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "Wallet needed to be rewritten: restart %s to complete"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", "acceptstalefeeestimates is not supported on %s chain."),
|
||||
};
|
||||
|
|
|
@ -136,7 +136,7 @@ Signing is only possible with addresses of the type 'legacy'.</source>
|
|||
<context>
|
||||
<name>AddressTableModel</name>
|
||||
<message>
|
||||
<location filename="../addresstablemodel.cpp" line="+168"/>
|
||||
<location filename="../addresstablemodel.cpp" line="+167"/>
|
||||
<source>Label</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -329,12 +329,12 @@ Signing is only possible with addresses of the type 'legacy'.</source>
|
|||
<context>
|
||||
<name>BitcoinApplication</name>
|
||||
<message>
|
||||
<location filename="../bitcoin.cpp" line="+267"/>
|
||||
<location filename="../bitcoin.cpp" line="+275"/>
|
||||
<source>Settings file %1 might be corrupt or invalid.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+178"/>
|
||||
<location line="+179"/>
|
||||
<source>Runaway exception</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -357,7 +357,7 @@ Signing is only possible with addresses of the type 'legacy'.</source>
|
|||
<context>
|
||||
<name>BitcoinGUI</name>
|
||||
<message>
|
||||
<location filename="../bitcoingui.cpp" line="+253"/>
|
||||
<location filename="../bitcoingui.cpp" line="+254"/>
|
||||
<source>&Overview</source>
|
||||
<translation>&Overview</translation>
|
||||
</message>
|
||||
|
@ -417,7 +417,7 @@ Signing is only possible with addresses of the type 'legacy'.</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+161"/>
|
||||
<location line="+164"/>
|
||||
<source>&Minimize</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -438,7 +438,7 @@ Signing is only possible with addresses of the type 'legacy'.</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="-1172"/>
|
||||
<location line="-1175"/>
|
||||
<source>Send coins to a Bitcoin address</source>
|
||||
<translation>Send coins to a Bitcoin address</translation>
|
||||
</message>
|
||||
|
@ -533,7 +533,7 @@ Signing is only possible with addresses of the type 'legacy'.</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+120"/>
|
||||
<location line="+123"/>
|
||||
<source>&File</source>
|
||||
<translation>&File</translation>
|
||||
</message>
|
||||
|
@ -578,7 +578,7 @@ Signing is only possible with addresses of the type 'legacy'.</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="-845"/>
|
||||
<location line="-848"/>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -598,7 +598,7 @@ Signing is only possible with addresses of the type 'legacy'.</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message numerus="yes">
|
||||
<location line="+761"/>
|
||||
<location line="+764"/>
|
||||
<source>Processed %n block(s) of transaction history.</source>
|
||||
<translation>
|
||||
<numerusform>Processed %n block of transaction history.</numerusform>
|
||||
|
@ -646,7 +646,7 @@ Signing is only possible with addresses of the type 'legacy'.</source>
|
|||
<translation>Up to date</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="-830"/>
|
||||
<location line="-833"/>
|
||||
<source>Ctrl+Q</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -743,7 +743,7 @@ Signing is only possible with addresses of the type 'legacy'.</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+20"/>
|
||||
<location line="+21"/>
|
||||
<source>No wallets available</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -772,7 +772,7 @@ Signing is only possible with addresses of the type 'legacy'.</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+72"/>
|
||||
<location line="+74"/>
|
||||
<source>&Window</source>
|
||||
<translation type="unfinished">&Window</translation>
|
||||
</message>
|
||||
|
@ -939,7 +939,7 @@ Signing is only possible with addresses of the type 'legacy'.</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+34"/>
|
||||
<location line="+37"/>
|
||||
<source>Quantity:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -954,17 +954,12 @@ Signing is only possible with addresses of the type 'legacy'.</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+80"/>
|
||||
<location line="+45"/>
|
||||
<source>Fee:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="-48"/>
|
||||
<source>Dust:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+93"/>
|
||||
<location line="+48"/>
|
||||
<source>After Fee:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1073,43 +1068,23 @@ Signing is only possible with addresses of the type 'legacy'.</source>
|
|||
<source>Copy bytes</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Copy dust</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Copy change</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+306"/>
|
||||
<location line="+298"/>
|
||||
<source>(%1 locked)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+154"/>
|
||||
<source>yes</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+0"/>
|
||||
<source>no</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+14"/>
|
||||
<source>This label turns red if any recipient receives an amount smaller than the current dust threshold.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+5"/>
|
||||
<location line="+153"/>
|
||||
<source>Can vary +/- %1 satoshi(s) per input.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+47"/>
|
||||
<location line="+45"/>
|
||||
<location line="+54"/>
|
||||
<source>(no label)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
|
@ -1128,7 +1103,7 @@ Signing is only possible with addresses of the type 'legacy'.</source>
|
|||
<context>
|
||||
<name>CreateWalletActivity</name>
|
||||
<message>
|
||||
<location filename="../walletcontroller.cpp" line="+244"/>
|
||||
<location filename="../walletcontroller.cpp" line="+246"/>
|
||||
<source>Create Wallet</source>
|
||||
<extracomment>Title of window indicating the progress of creation of a new wallet.</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
|
@ -1277,7 +1252,7 @@ Signing is only possible with addresses of the type 'legacy'.</source>
|
|||
<translation>&Address</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../editaddressdialog.cpp" line="+27"/>
|
||||
<location filename="../editaddressdialog.cpp" line="+29"/>
|
||||
<source>New sending address</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1320,7 +1295,7 @@ Signing is only possible with addresses of the type 'legacy'.</source>
|
|||
<context>
|
||||
<name>FreespaceChecker</name>
|
||||
<message>
|
||||
<location filename="../intro.cpp" line="+73"/>
|
||||
<location filename="../intro.cpp" line="+75"/>
|
||||
<source>A new data directory will be created.</source>
|
||||
<translation>A new data directory will be created.</translation>
|
||||
</message>
|
||||
|
@ -2316,7 +2291,12 @@ Signing is only possible with addresses of the type 'legacy'.</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+10"/>
|
||||
<location line="+4"/>
|
||||
<source>own address</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+8"/>
|
||||
<source>Unable to calculate transaction fee or total transaction amount.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -2503,7 +2483,7 @@ If you are receiving this error you should request the merchant provide a BIP21
|
|||
<translation type="unfinished">Amount</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../guiutil.cpp" line="+130"/>
|
||||
<location filename="../guiutil.cpp" line="+133"/>
|
||||
<source>Enter a Bitcoin address (e.g. %1)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -2695,7 +2675,7 @@ If you are receiving this error you should request the merchant provide a BIP21
|
|||
</message>
|
||||
<message>
|
||||
<location line="+2"/>
|
||||
<location filename="../rpcconsole.cpp" line="+988"/>
|
||||
<location filename="../rpcconsole.cpp" line="+994"/>
|
||||
<source>%1 kB</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -2711,7 +2691,7 @@ If you are receiving this error you should request the merchant provide a BIP21
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../bitcoin.cpp" line="-281"/>
|
||||
<location filename="../bitcoin.cpp" line="-282"/>
|
||||
<source>Do you want to reset settings to default values, or to abort without making changes?</source>
|
||||
<extracomment>Explanatory text shown on startup when the settings file cannot be read. Prompts user to make a choice between resetting or aborting.</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
|
@ -2723,12 +2703,12 @@ If you are receiving this error you should request the merchant provide a BIP21
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+394"/>
|
||||
<location line="+395"/>
|
||||
<source>Error: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+71"/>
|
||||
<location line="+70"/>
|
||||
<source>%1 didn't yet exit safely…</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -2817,7 +2797,7 @@ If you are receiving this error you should request the merchant provide a BIP21
|
|||
<location line="+26"/>
|
||||
<location line="+26"/>
|
||||
<location line="+26"/>
|
||||
<location filename="../rpcconsole.h" line="+143"/>
|
||||
<location filename="../rpcconsole.h" line="+147"/>
|
||||
<source>N/A</source>
|
||||
<translation>N/A</translation>
|
||||
</message>
|
||||
|
@ -3219,7 +3199,7 @@ If you are receiving this error you should request the merchant provide a BIP21
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../rpcconsole.cpp" line="-458"/>
|
||||
<location filename="../rpcconsole.cpp" line="-464"/>
|
||||
<source>Inbound: initiated by peer</source>
|
||||
<extracomment>Explanatory text for an inbound peer connection.</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
|
@ -3336,7 +3316,7 @@ If you are receiving this error you should request the merchant provide a BIP21
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+224"/>
|
||||
<location line="+230"/>
|
||||
<source>Network activity disabled</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -3677,7 +3657,7 @@ For more information on using this console, type %6.
|
|||
<context>
|
||||
<name>RestoreWalletActivity</name>
|
||||
<message>
|
||||
<location filename="../walletcontroller.cpp" line="+49"/>
|
||||
<location filename="../walletcontroller.cpp" line="+50"/>
|
||||
<source>Restore Wallet</source>
|
||||
<extracomment>Title of progress window which is displayed when wallets are being restored.</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
|
@ -3711,7 +3691,7 @@ For more information on using this console, type %6.
|
|||
<name>SendCoinsDialog</name>
|
||||
<message>
|
||||
<location filename="../forms/sendcoinsdialog.ui" line="+14"/>
|
||||
<location filename="../sendcoinsdialog.cpp" line="+765"/>
|
||||
<location filename="../sendcoinsdialog.cpp" line="+762"/>
|
||||
<source>Send Coins</source>
|
||||
<translation>Send Coins</translation>
|
||||
</message>
|
||||
|
@ -3731,7 +3711,7 @@ For more information on using this console, type %6.
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+89"/>
|
||||
<location line="+92"/>
|
||||
<source>Quantity:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -3746,12 +3726,12 @@ For more information on using this console, type %6.
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+80"/>
|
||||
<location line="+51"/>
|
||||
<source>Fee:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+51"/>
|
||||
<location line="+54"/>
|
||||
<source>After Fee:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -3821,17 +3801,12 @@ For more information on using this console, type %6.
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="-1033"/>
|
||||
<location line="-1010"/>
|
||||
<source>Inputs…</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+233"/>
|
||||
<source>Dust:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+398"/>
|
||||
<location line="+608"/>
|
||||
<source>Choose…</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -3898,7 +3873,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100
|
|||
<translation>S&end</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../sendcoinsdialog.cpp" line="-670"/>
|
||||
<location filename="../sendcoinsdialog.cpp" line="-667"/>
|
||||
<source>Copy quantity</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -3922,18 +3897,13 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100
|
|||
<source>Copy bytes</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Copy dust</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Copy change</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+74"/>
|
||||
<location line="+72"/>
|
||||
<source>%1 (%2 blocks)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -4142,7 +4112,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+74"/>
|
||||
<location line="+79"/>
|
||||
<location line="+35"/>
|
||||
<source>%1/kvB</source>
|
||||
<translation type="unfinished"></translation>
|
||||
|
@ -4156,7 +4126,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100
|
|||
</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+101"/>
|
||||
<location line="+95"/>
|
||||
<source>Warning: Invalid Bitcoin address</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -4268,7 +4238,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100
|
|||
<context>
|
||||
<name>SendConfirmationDialog</name>
|
||||
<message>
|
||||
<location filename="../sendcoinsdialog.h" line="+144"/>
|
||||
<location filename="../sendcoinsdialog.h" line="+146"/>
|
||||
<source>Send</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -4515,7 +4485,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100
|
|||
<context>
|
||||
<name>TransactionDesc</name>
|
||||
<message>
|
||||
<location filename="../transactiondesc.cpp" line="+43"/>
|
||||
<location filename="../transactiondesc.cpp" line="+44"/>
|
||||
<source>conflicted with a transaction with %1 confirmations</source>
|
||||
<extracomment>Text explaining the current status of a transaction, shown in the status field of the details window for this transaction. This status represents an unconfirmed transaction that conflicts with a confirmed transaction.</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
|
@ -5088,7 +5058,7 @@ Note: Since the fee is calculated on a per-byte basis, a fee rate of "100
|
|||
<context>
|
||||
<name>WalletController</name>
|
||||
<message>
|
||||
<location filename="../walletcontroller.cpp" line="-344"/>
|
||||
<location filename="../walletcontroller.cpp" line="-347"/>
|
||||
<source>Close wallet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -5169,7 +5139,7 @@ Go to File > Open Wallet to load a wallet.
|
|||
<translation type="unfinished">Send Coins</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+248"/>
|
||||
<location line="+247"/>
|
||||
<location line="+55"/>
|
||||
<location line="+15"/>
|
||||
<location line="+5"/>
|
||||
|
@ -5311,12 +5281,17 @@ Go to File > Open Wallet to load a wallet.
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+15"/>
|
||||
<location line="+3"/>
|
||||
<source>%s failed to validate the -assumeutxo snapshot state. This indicates a hardware problem, or a bug in the software, or a bad software modification that allowed an invalid snapshot to be loaded. As a result of this, the node will shut down and stop using any state that was built on the snapshot, resetting the chain height from %d to %d. On the next restart, the node will resume syncing from %d without using any snapshot data. Please report this incident to %s, including how you obtained the snapshot. The invalid snapshot chainstate will be left on disk in case it is helpful in diagnosing the issue that caused this error.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+12"/>
|
||||
<source>%s request to listen on port %u. This port is considered "bad" and thus it is unlikely that any peer will connect to it. See doc/p2p-bad-ports.md for details and a full list.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+16"/>
|
||||
<location line="+4"/>
|
||||
<source>Cannot downgrade wallet from version %i to version %i. Wallet version unchanged.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -5346,12 +5321,7 @@ Go to File > Open Wallet to load a wallet.
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+5"/>
|
||||
<source>Error reading %s! All keys read correctly, but transaction data or address book entries might be missing or incorrect.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+3"/>
|
||||
<location line="+8"/>
|
||||
<source>Error reading %s! Transaction data may be missing or incorrect. Rescanning wallet.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -5437,6 +5407,11 @@ Go to File > Open Wallet to load a wallet.
|
|||
</message>
|
||||
<message>
|
||||
<location line="+3"/>
|
||||
<source>Rename of '%s' -> '%s' failed. You should resolve this by manually moving or deleting the invalid snapshot directory %s, otherwise you will encounter the same error again on the next startup.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+4"/>
|
||||
<source>SQLiteDatabase: Unknown sqlite wallet schema version %d. Only version %d is supported</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -5496,7 +5471,12 @@ Go to File > Open Wallet to load a wallet.
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+11"/>
|
||||
<location line="+8"/>
|
||||
<source>Unsupported category-specific logging level %1$s=%2$s. Expected %1$s=<category>:<loglevel>. Valid categories: %3$s. Valid loglevels: %4$s.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+3"/>
|
||||
<source>Unsupported chainstate database format found. Please restart with -reindex-chainstate. This will rebuild the chainstate database.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -5507,6 +5487,11 @@ Go to File > Open Wallet to load a wallet.
|
|||
</message>
|
||||
<message>
|
||||
<location line="+4"/>
|
||||
<source>Wallet loaded successfully. The legacy wallet type is being deprecated and support for creating and opening legacy wallets will be removed in the future. Legacy wallets can be migrated to a descriptor wallet with migratewallet.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+5"/>
|
||||
<source>Warning: Dumpfile wallet format "%s" does not match command line specified format "%s".</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -5566,37 +5551,17 @@ Go to File > Open Wallet to load a wallet.
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="-100"/>
|
||||
<location line="-105"/>
|
||||
<source>The -txindex upgrade started by a previous version cannot be completed. Restart with the previous version or run a full -reindex.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="-142"/>
|
||||
<source>%s failed to validate the -assumeutxo snapshot state. This indicates a hardware problem, or a bug in the software, or a bad software modification that allowed an invalid snapshot to be loaded. As a result of this, the node will shut down and stop using any state that was built on the snapshot, resetting the chain height from %d to %d. On the next restart, the node will resume syncing from %d without using any snapshot data. Please report this incident to %s, including how you obtained the snapshot. The invalid snapshot chainstate has been left on disk in case it is helpful in diagnosing the issue that caused this error.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+10"/>
|
||||
<location line="-124"/>
|
||||
<source>%s is set very high! Fees this large could be paid on a single transaction.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+6"/>
|
||||
<source>-reindex-chainstate option is not compatible with -blockfilterindex. Please temporarily disable blockfilterindex while using -reindex-chainstate, or replace -reindex-chainstate with -reindex to fully rebuild all indexes.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+4"/>
|
||||
<source>-reindex-chainstate option is not compatible with -coinstatsindex. Please temporarily disable coinstatsindex while using -reindex-chainstate, or replace -reindex-chainstate with -reindex to fully rebuild all indexes.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+4"/>
|
||||
<source>-reindex-chainstate option is not compatible with -txindex. Please temporarily disable txindex while using -reindex-chainstate, or replace -reindex-chainstate with -reindex to fully rebuild all indexes.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+9"/>
|
||||
<location line="+11"/>
|
||||
<source>Cannot provide specific connections and have addrman find outgoing connections at the same time.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -5606,7 +5571,12 @@ Go to File > Open Wallet to load a wallet.
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+14"/>
|
||||
<location line="+8"/>
|
||||
<source>Error reading %s! All keys read correctly, but transaction data or address metadata may be missing or incorrect.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+6"/>
|
||||
<source>Error: Address book data in wallet cannot be identified to belong to migrated wallets</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -5661,7 +5631,7 @@ Go to File > Open Wallet to load a wallet.
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+32"/>
|
||||
<location line="+36"/>
|
||||
<source>The inputs size exceeds the maximum weight. Please try sending a smaller amount or manually consolidating your wallet's UTXOs</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -5703,12 +5673,7 @@ Please try running the latest software version.
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+5"/>
|
||||
<source>Unsupported category-specific logging level -loglevel=%s. Expected -loglevel=<category>:<loglevel>. Valid categories: %s. Valid loglevels: %s.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+24"/>
|
||||
<location line="+34"/>
|
||||
<source>
|
||||
Unable to cleanup failed migration</source>
|
||||
<translation type="unfinished"></translation>
|
||||
|
@ -5944,6 +5909,11 @@ Unable to restore backup of wallet.</source>
|
|||
<source>Failed to rescan the wallet during initialization</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Failed to start indexes, shutting down..</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Failed to verify database</source>
|
||||
|
@ -6341,11 +6311,16 @@ Unable to restore backup of wallet.</source>
|
|||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Unsupported global logging level -loglevel=%s. Valid values: %s.</source>
|
||||
<source>Unsupported global logging level %s=%s. Valid values: %s.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<location line="+6"/>
|
||||
<source>acceptstalefeeestimates is not supported on %s chain.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="-5"/>
|
||||
<source>Unsupported logging category %s=%s.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue