mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 23:07:59 +01:00
Merge bitcoin-core/gui#854: qt: Update src/qt/locale/bitcoin_en.xlf
after string freeze
7267ed0518
qt: Update `src/qt/locale/bitcoin_en.xlf` after string freeze (Hennadii Stepanov) Pull request description: This PR follows our [Release Process](864386a744/doc/release-process.md
) and implements the ["Translation string freeze"](https://github.com/bitcoin/bitcoin/issues/31029) step. Steps to reproduce the diff on Ubuntu: ``` $ cmake --preset dev-mode -DWITH_USDT=OFF -DWITH_MULTIPROCESS=OFF $ cmake --build build_dev_mode --target translate ``` At the moment, the multiprocess-specific code does not introduce any new translatable strings. Therefore, there is no need to build depends with `MULTIPROCESS=1` to review this PR. ACKs for top commit: stickies-v: ACK7267ed0518
- I get the same results when building the `translate` target. pablomartin4btc: tACK7267ed0518
Tree-SHA512: dc3641d3288c00cb7802714680508de517e56c615716e52181555634ad489fbed676229063995170edb8efeaa4e900ef2d3d5a0f1b8ce7cec143ef364c96e1c0
This commit is contained in:
commit
5b8fd7c3a6
3 changed files with 447 additions and 412 deletions
|
@ -169,6 +169,14 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
|
|||
"SQLiteDatabase: Unknown sqlite wallet schema version %d. Only version %d is "
|
||||
"supported"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Specified -blockmaxweight (%d) exceeds consensus maximum block weight (%d)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Specified -blockreservedweight (%d) exceeds consensus maximum block weight "
|
||||
"(%d)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"Specified -blockreservedweight (%d) is lower than minimum safety value of "
|
||||
"(%d)"),
|
||||
QT_TRANSLATE_NOOP("bitcoin-core", ""
|
||||
"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 "
|
||||
|
|
|
@ -5553,7 +5553,7 @@ Go to File > Open Wallet to load a wallet.
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+3"/>
|
||||
<location line="+11"/>
|
||||
<source>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</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -5678,7 +5678,7 @@ Go to File > Open Wallet to load a wallet.
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="-258"/>
|
||||
<location line="-266"/>
|
||||
<source>%s is set very high! Fees this large could be paid on a single transaction.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -5789,7 +5789,22 @@ Go to File > Open Wallet to load a wallet.
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+15"/>
|
||||
<location line="+10"/>
|
||||
<source>Specified -blockmaxweight (%d) exceeds consensus maximum block weight (%d)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+2"/>
|
||||
<source>Specified -blockreservedweight (%d) exceeds consensus maximum block weight (%d)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+3"/>
|
||||
<source>Specified -blockreservedweight (%d) is lower than minimum safety value of (%d)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+8"/>
|
||||
<source>The combination of the pre-selected inputs and the wallet automatic inputs selection exceeds the transaction maximum weight. Please try sending a smaller amount or manually consolidating your wallet's UTXOs</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue