Skip to content

Commit

Permalink
locale: update translations
Browse files Browse the repository at this point in the history
Updates translation files for all available languages with 1.14.7
strings
  • Loading branch information
patricklodder committed Feb 14, 2024
1 parent 07bc736 commit 8c2f857
Show file tree
Hide file tree
Showing 62 changed files with 10,040 additions and 661 deletions.
28 changes: 24 additions & 4 deletions src/qt/locale/bitcoin_af.ts
Expand Up @@ -1725,6 +1725,18 @@ p, li { white-space: pre-wrap; }
<source>Payment acknowledged</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>BIP70 payment requests are deprecated and disabled by default. Restart with -enable-bip70 if you absolutely have to use this functionality.

Use this functionality with extreme caution.</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Payment request file handling is disabled by default. Restart with -enable-bip70 if you absolutely have to use this functionality.

Use this functionality with extreme caution.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>PeerTableModel</name>
Expand Down Expand Up @@ -2689,6 +2701,10 @@ p, li { white-space: pre-wrap; }
<source>The address you selected for change is not part of this wallet. Any or all funds in your wallet may be sent to this address. Are you sure?</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>If the custom fee is set to 1000 koinu and the transaction is only 250 bytes, then &quot;per kilobyte&quot; only pays 250 koinu in fee, while &quot;total at least&quot; pays 1000 koinu. For transactions bigger than a kilobyte both pay by kilobyte.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>SendCoinsEntry</name>
Expand Down Expand Up @@ -3622,10 +3638,6 @@ p, li { white-space: pre-wrap; }
<source>Error: Listening for incoming connections failed (listen returned error %s)</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Execute command when a wallet transaction changes (%s in cmd is replaced by TxID)</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Execute command when the best block changes (%s in cmd is replaced by block hash, %i is replaced by block number)</source>
<translation type="unfinished"></translation>
Expand Down Expand Up @@ -4470,5 +4482,13 @@ p, li { white-space: pre-wrap; }
<source>ZeroMQ notification options:</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Execute command when a wallet transaction changes (%s in cmd is replaced by TxID, %i with block height, with a value of 0 if tx is no longer in chaintip)</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Enable BIP-70 PaymentServer (default: 0)</source>
<translation type="unfinished"></translation>
</message>
</context>
</TS>

0 comments on commit 8c2f857

Please sign in to comment.