feat(market): explain why the portfolio Save button is disabled
Hovering the disabled Save button now shows which requirement is missing
(name / at least one address / a manual price above 0), mirroring the
send-tab disabled-submit tooltip idiom (IsItemHovered(AllowWhenDisabled)).
The hint only appears for a validation gap — not the self-evident "nothing
changed" case.
Adds portfolio_save_need_{name,address,price} to the English source and all
eight translations; rebuilds the CJK subset font for the new JA/KO/ZH glyphs.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -829,6 +829,9 @@
|
||||
"portfolio_remove_from": "Quitar del portafolio",
|
||||
"portfolio_revert": "Revertir",
|
||||
"portfolio_save": "Guardar",
|
||||
"portfolio_save_need_address": "Añade al menos una dirección para guardar.",
|
||||
"portfolio_save_need_name": "Introduce un nombre para guardar este grupo.",
|
||||
"portfolio_save_need_price": "Introduce un precio manual mayor que 0 para guardar.",
|
||||
"portfolio_search": "Buscar direcciones…",
|
||||
"portfolio_search_icons": "Buscar iconos…",
|
||||
"portfolio_select_all": "Todos",
|
||||
|
||||
Reference in New Issue
Block a user