Skip to content

Commit d32fcd3

Browse files
committed
qt: Update src/qt/locale/bitcoin_en.xlf translation source file
Steps to reproduce the diff on Ubuntu 25.04 using `gettext` 0.23.1: ``` cmake --preset dev-mode cmake --build build_dev_mode --target translate ```
1 parent d31dc8f commit d32fcd3

File tree

3 files changed

+416
-393
lines changed

3 files changed

+416
-393
lines changed

src/qt/bitcoinstrings.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,10 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
173173
"Specified -blockreservedweight (%d) is lower than minimum safety value of "
174174
"(%d)"),
175175
QT_TRANSLATE_NOOP("bitcoin-core", ""
176+
"The %s path uses exFAT, which is known to have intermittent corruption "
177+
"problems on macOS. Move this directory to a different filesystem to avoid "
178+
"data loss."),
179+
QT_TRANSLATE_NOOP("bitcoin-core", ""
176180
"The block database contains a block which appears to be from the future. "
177181
"This may be due to your computer's date and time being set incorrectly. Only "
178182
"rebuild the block database if you are sure that your computer's date and "
@@ -435,4 +439,5 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Verifying wallet(s)…"),
435439
QT_TRANSLATE_NOOP("bitcoin-core", "Wallet file creation failed: %s"),
436440
QT_TRANSLATE_NOOP("bitcoin-core", "Wallet needed to be rewritten: restart %s to complete"),
437441
QT_TRANSLATE_NOOP("bitcoin-core", "acceptstalefeeestimates is not supported on %s chain."),
442+
QT_TRANSLATE_NOOP("bitcoin-core", "default wallet"),
438443
};

src/qt/locale/bitcoin_en.ts

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5448,7 +5448,7 @@ Go to File > Open Wallet to load a wallet.
54485448
<translation type="unfinished"></translation>
54495449
</message>
54505450
<message>
5451-
<location line="+11"/>
5451+
<location line="+15"/>
54525452
<source>The block database contains a block which appears to be from the future. This may be due to your computer&apos;s date and time being set incorrectly. Only rebuild the block database if you are sure that your computer&apos;s date and time are correct</source>
54535453
<translation type="unfinished"></translation>
54545454
</message>
@@ -5548,7 +5548,7 @@ Go to File &gt; Open Wallet to load a wallet.
55485548
<translation type="unfinished"></translation>
55495549
</message>
55505550
<message>
5551-
<location line="-248"/>
5551+
<location line="-252"/>
55525552
<source>%s is set very high! Fees this large could be paid on a single transaction.</source>
55535553
<translation type="unfinished"></translation>
55545554
</message>
@@ -5689,7 +5689,12 @@ Go to File &gt; Open Wallet to load a wallet.
56895689
<translation type="unfinished"></translation>
56905690
</message>
56915691
<message>
5692-
<location line="+8"/>
5692+
<location line="+3"/>
5693+
<source>The %s path uses exFAT, which is known to have intermittent corruption problems on macOS. Move this directory to a different filesystem to avoid data loss.</source>
5694+
<translation type="unfinished"></translation>
5695+
</message>
5696+
<message>
5697+
<location line="+9"/>
56935698
<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&apos;s UTXOs</source>
56945699
<translation type="unfinished"></translation>
56955700
</message>
@@ -6519,12 +6524,17 @@ Unable to restore backup of wallet.</source>
65196524
<translation type="unfinished"></translation>
65206525
</message>
65216526
<message>
6522-
<location line="-6"/>
6527+
<location line="+1"/>
6528+
<source>default wallet</source>
6529+
<translation type="unfinished"></translation>
6530+
</message>
6531+
<message>
6532+
<location line="-7"/>
65236533
<source>Unsupported logging category %s=%s.</source>
65246534
<translation type="unfinished"></translation>
65256535
</message>
65266536
<message>
6527-
<location line="-390"/>
6537+
<location line="-394"/>
65286538
<source>Error loading %s: Wallet is a legacy wallet. Please migrate to a descriptor wallet using the migration tool (migratewallet RPC).</source>
65296539
<translation type="unfinished"></translation>
65306540
</message>
@@ -6539,7 +6549,7 @@ Unable to restore backup of wallet.</source>
65396549
<translation type="unfinished"></translation>
65406550
</message>
65416551
<message>
6542-
<location line="+128"/>
6552+
<location line="+132"/>
65436553
<source>Transaction requires one destination of non-zero value, a non-zero feerate, or a pre-selected input</source>
65446554
<translation type="unfinished"></translation>
65456555
</message>

0 commit comments

Comments
 (0)