mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-08 10:31:50 -05:00
Merge bitcoin-core/gui#660: Update translation source file for string freeze
b2544d1ee3
qt: Update translation source file for string freeze (Hennadii Stepanov) Pull request description: This PR updates the `src/qt/locale/bitcoin_en.xlf` translation source file according to [Release schedule for 24.0](https://github.com/bitcoin/bitcoin/issues/24987). There were some new strings added since the [recent](https://github.com/bitcoin-core/gui/pull/654) update: - "Unable to find UTXO for external input" in bitcoin/bitcoin#25679 - "Pre-syncing Headers (%1%)…" in bitcoin/bitcoin#25717 - "Unknown. Pre-syncing Headers (%1, %2%)…" in bitcoin/bitcoin#25717 ACKs for top commit: jarolrod: ACKb2544d1ee3
Tree-SHA512: cc3785a3279b2fae8cd477cd3a5b07f5321b25e963f4e03429538a6d43a858f6636e118eccfa64c77dc6279624937ddb6b7dd5d52021193ed93392a98662f25a
This commit is contained in:
commit
f79d612fba
3 changed files with 1158 additions and 1130 deletions
|
@ -277,6 +277,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Unable to allocate memory for -maxsigcachesiz
|
|||
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 find UTXO for external input"),
|
||||
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 open %s for writing"),
|
||||
|
|
|
@ -313,7 +313,7 @@ Signing is only possible with addresses of the type 'legacy'.</source>
|
|||
<context>
|
||||
<name>BitcoinApplication</name>
|
||||
<message>
|
||||
<location filename="../bitcoin.cpp" line="+286"/>
|
||||
<location filename="../bitcoin.cpp" line="+288"/>
|
||||
<source>Settings file %1 might be corrupt or invalid.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -417,12 +417,12 @@ Signing is only possible with addresses of the type 'legacy'.</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+429"/>
|
||||
<location line="+439"/>
|
||||
<source>Proxy is <b>enabled</b>: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="-1150"/>
|
||||
<location line="-1160"/>
|
||||
<source>Send coins to a Bitcoin address</source>
|
||||
<translation>Send coins to a Bitcoin address</translation>
|
||||
</message>
|
||||
|
@ -542,7 +542,7 @@ Signing is only possible with addresses of the type 'legacy'.</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+48"/>
|
||||
<location line="+58"/>
|
||||
<source>Synchronizing with network…</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -567,7 +567,7 @@ Signing is only possible with addresses of the type 'legacy'.</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="-823"/>
|
||||
<location line="-833"/>
|
||||
<source>Request payments (generates QR codes and bitcoin: URIs)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -587,7 +587,7 @@ Signing is only possible with addresses of the type 'legacy'.</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message numerus="yes">
|
||||
<location line="+739"/>
|
||||
<location line="+749"/>
|
||||
<source>Processed %n block(s) of transaction history.</source>
|
||||
<translation>
|
||||
<numerusform>Processed %n block of transaction history.</numerusform>
|
||||
|
@ -635,7 +635,7 @@ Signing is only possible with addresses of the type 'legacy'.</source>
|
|||
<translation>Up to date</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="-808"/>
|
||||
<location line="-818"/>
|
||||
<source>Ctrl+Q</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -829,7 +829,12 @@ Signing is only possible with addresses of the type 'legacy'.</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+159"/>
|
||||
<location line="+17"/>
|
||||
<source>Pre-syncing Headers (%1%)…</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+152"/>
|
||||
<source>Error: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1513,7 +1518,7 @@ Signing is only possible with addresses of the type 'legacy'.</source>
|
|||
<message>
|
||||
<location line="+7"/>
|
||||
<location line="+26"/>
|
||||
<location filename="../modaloverlay.cpp" line="+152"/>
|
||||
<location filename="../modaloverlay.cpp" line="+155"/>
|
||||
<source>Unknown…</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1554,15 +1559,20 @@ Signing is only possible with addresses of the type 'legacy'.</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../modaloverlay.cpp" line="-118"/>
|
||||
<location filename="../modaloverlay.cpp" line="-121"/>
|
||||
<source>%1 is currently syncing. It will download headers and blocks from peers and validate them until reaching the tip of the block chain.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+124"/>
|
||||
<location line="+127"/>
|
||||
<source>Unknown. Syncing Headers (%1, %2%)…</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+5"/>
|
||||
<source>Unknown. Pre-syncing Headers (%1, %2%)…</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>OpenURIDialog</name>
|
||||
|
@ -2181,7 +2191,7 @@ Signing is only possible with addresses of the type 'legacy'.</source>
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../overviewpage.cpp" line="+186"/>
|
||||
<location filename="../overviewpage.cpp" line="+185"/>
|
||||
<source>Privacy mode activated for the Overview tab. To unmask the values, uncheck Settings->Mask values.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -2685,7 +2695,7 @@ If you are receiving this error you should request the merchant provide a BIP21
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../modaloverlay.cpp" line="-35"/>
|
||||
<location filename="../modaloverlay.cpp" line="-40"/>
|
||||
<source>unknown</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -3623,7 +3633,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="+759"/>
|
||||
<location filename="../sendcoinsdialog.cpp" line="+757"/>
|
||||
<source>Send Coins</source>
|
||||
<translation>Send Coins</translation>
|
||||
</message>
|
||||
|
@ -3810,7 +3820,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="-660"/>
|
||||
<location filename="../sendcoinsdialog.cpp" line="-658"/>
|
||||
<source>Copy quantity</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -3845,7 +3855,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="+76"/>
|
||||
<location line="+74"/>
|
||||
<source>%1 (%2 blocks)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -5042,7 +5052,7 @@ Go to File > Open Wallet to load a wallet.
|
|||
<context>
|
||||
<name>WalletModel</name>
|
||||
<message>
|
||||
<location filename="../walletmodel.cpp" line="+221"/>
|
||||
<location filename="../walletmodel.cpp" line="+232"/>
|
||||
<source>Send Coins</source>
|
||||
<translation type="unfinished">Send Coins</translation>
|
||||
</message>
|
||||
|
@ -5952,6 +5962,11 @@ Go to File > Open Wallet to load a wallet.
|
|||
<source>Unable to create the PID file '%s': %s</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Unable to find UTXO for external input</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+1"/>
|
||||
<source>Unable to generate initial keys</source>
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue