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": "Aus Portfolio entfernen",
|
||||
"portfolio_revert": "Zurücksetzen",
|
||||
"portfolio_save": "Speichern",
|
||||
"portfolio_save_need_address": "Fügen Sie mindestens eine Adresse hinzu, um zu speichern.",
|
||||
"portfolio_save_need_name": "Geben Sie einen Namen ein, um diese Gruppe zu speichern.",
|
||||
"portfolio_save_need_price": "Geben Sie einen manuellen Preis über 0 ein, um zu speichern.",
|
||||
"portfolio_search": "Adressen durchsuchen…",
|
||||
"portfolio_search_icons": "Symbole suchen…",
|
||||
"portfolio_select_all": "Alle",
|
||||
|
||||
Reference in New Issue
Block a user