feat(wallets): show "HD wallet" instead of "?" when the seed flag is unreadable
When a row is probed as an HD wallet (has hdseed/hdchain records) but the mnemonic flag can't be read — e.g. the rare tier-1 byte-scan fallback on an unusual BDB variant or a >256 MB file — it now shows a neutral "HD wallet" badge (ICON_MD_ACCOUNT_TREE) rather than a bare "?", which read as alarming. "Unknown" (?) is reserved for a scan that couldn't even establish it's HD (incomplete, no HD marker seen). Both still yield to the Lock badge when encrypted. Seed/legacy/hd/unknown remain mutually exclusive. Adds wallets_badge_hd / _hd_short strings (EN source + all 8 languages, additive) and rebuilds the CJK subset font for the new glyphs. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1474,6 +1474,8 @@
|
||||
"wallets_add_folder_toggle": "+ Procurar carteiras noutra pasta…",
|
||||
"wallets_badge_encrypted": "Encriptada (protegida por senha)",
|
||||
"wallets_badge_encrypted_short": "Encriptada",
|
||||
"wallets_badge_hd": "Carteira HD — não é possível confirmar a frase-semente sem abri-la",
|
||||
"wallets_badge_hd_short": "Carteira HD",
|
||||
"wallets_badge_legacy": "Carteira legada (sem frase semente)",
|
||||
"wallets_badge_legacy_short": "Legada",
|
||||
"wallets_badge_seed": "Carteira com frase semente (HD)",
|
||||
|
||||
Reference in New Issue
Block a user