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:
2026-07-12 15:22:56 -05:00
parent 3f95765dcc
commit 0e1957c5f9
11 changed files with 34 additions and 0 deletions

View File

@@ -829,6 +829,9 @@
"portfolio_remove_from": "Remover do portfólio",
"portfolio_revert": "Reverter",
"portfolio_save": "Salvar",
"portfolio_save_need_address": "Adicione pelo menos um endereço para salvar.",
"portfolio_save_need_name": "Insira um nome para salvar este grupo.",
"portfolio_save_need_price": "Insira um preço manual acima de 0 para salvar.",
"portfolio_search": "Pesquisar endereços…",
"portfolio_search_icons": "Pesquisar ícones\\xE2\\x80\\xA6",
"portfolio_select_all": "Todos",