Skip to content

Commit

Permalink
Port ts for restore dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
timemarkovqtum committed Aug 26, 2024
1 parent c0ea2af commit 06fc691
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 1 deletion.
23 changes: 23 additions & 0 deletions src/qt/locale/bitcoin_en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6502,4 +6502,27 @@ Unable to restore backup of wallet.</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>RestoreDialog</name>
<message>
<source>Rebuild blockchain index</source>
<translation>rescan – rescan the blockchain for missing transactions.
Fixes missing transactions, low balance.</translation>
</message>
<message>
<source>Recover transactions without metadata</source>
<translation>zapwallettxes=2 - recover transactions without metadata.
Fixes problems with missing transactions, low balance, orphan blocks, and split chains.
Backup your wallet again after running this command.</translation>
</message>
<message>
<source>Delete the local copy of the block chain</source>
<translation>delete blockchain data - delete the local copy of the blockchain, resync the entire blockchain.
Fixes problems syncing the blockchain, corrupted blockchains, and split chains.</translation>
</message>
<message>
<source>The wallet.dat will be restored from the selected location and the Qt Wallet will be restarted with the -reindex or -deleteblockchaindata option.</source>
<translation>Backup your wallet first, requires client restart after selecting option.</translation>
</message>
</context>
</TS>
28 changes: 27 additions & 1 deletion src/qt/locale/bitcoin_eo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2160,4 +2160,30 @@ Signing is only possible with addresses of the type 'legacy'.</source>
<translation type="unfinished">Nekonata reto specifita en -onlynet: '%s'</translation>
</message>
</context>
</TS>
<context>
<name>RestoreDialog</name>
<message>
<source>Select wallet file to restore from</source>
<translation>Seleccione el archivo de billetera para restaurar</translation>
</message>
<message>
<source>Rebuild blockchain index</source>
<translation>rescan - reindexa la blockchain en busqueda de transacciones que no se esten mostrando
- Corrige transacciones faltantes y balance incorrecto</translation>
</message>
<message>
<source>Recover transactions without metadata</source>
<translation>zapwallettxes=2 - recupera transacciones sin metadatos.
- Corrige problemas con transacciones faltantes, bajo balance, bloques huerfanos y cadenas separadas. Realiza una copia de seguridad luego de ejecutar este comando.</translation>
</message>
<message>
<source>Delete the local copy of the block chain</source>
<translation>Borrar datos de blockchain - borra la copia local de blockchain y activa una re-sincronizacion de la blockchain en su totalidad
- Corrige problemas sincronizando al igual que datos corruptos al igual que separaciones de cadena</translation>
</message>
<message>
<source>The wallet.dat will be restored from the selected location and the Qt Wallet will be restarted with the -reindex or -deleteblockchaindata option.</source>
<translation>Realiza una copia de tu billetera primero, esto necesita reiniciar la aplicacion luego de seleccionar la opcion.</translation>
</message>
</context>
</TS>

0 comments on commit 06fc691

Please sign in to comment.