i18n: contacts/market settings strings + portfolio-style rename
Add contacts_shape_tab, the market settings-modal + column-header keys; rename the portfolio-style labels to Table / Cards / Spotlight (same keys, new values). Rebuild the CJK subset for the new glyphs. All 8 languages, additive. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -432,6 +432,13 @@ void I18n::loadBuiltinEnglish()
|
||||
strings_["mig_done_detail"] = "The daemon is rescanning to show your funds — this can take a few minutes. Your previous wallet was saved as a .bak in the data folder.";
|
||||
strings_["mig_done_btn"] = "Done";
|
||||
strings_["contacts_search_placeholder"] = "Search contacts...";
|
||||
strings_["contacts_settings_title"] = "Contacts settings";
|
||||
strings_["contacts_settings_tip"] = "Contacts customization";
|
||||
strings_["contacts_avatar_shape"] = "Avatar shape";
|
||||
strings_["contacts_shape_circle"] = "Circle";
|
||||
strings_["contacts_shape_square"] = "Square";
|
||||
strings_["contacts_shape_tab"] = "Left tab";
|
||||
strings_["contacts_list_scale"] = "List scale";
|
||||
strings_["contacts_search_no_match"] = "No matching contacts";
|
||||
strings_["address_book_confirm_delete"] = "Confirm delete?";
|
||||
strings_["mining"] = "Mining";
|
||||
@@ -1559,6 +1566,8 @@ void I18n::loadBuiltinEnglish()
|
||||
strings_["market_12h"] = "12h";
|
||||
strings_["market_18h"] = "18h";
|
||||
strings_["market_24h"] = "24h";
|
||||
strings_["market_col_name"] = "Name";
|
||||
strings_["market_col_value"] = "Value";
|
||||
strings_["market_24h_volume"] = "24H VOLUME";
|
||||
strings_["market_6h"] = "6h";
|
||||
strings_["market_iv_live"] = "Live";
|
||||
@@ -1575,6 +1584,11 @@ void I18n::loadBuiltinEnglish()
|
||||
strings_["market_chart_loading"] = "Loading price history";
|
||||
strings_["market_style_line"] = "Switch to line chart";
|
||||
strings_["market_style_candle"] = "Switch to candlesticks";
|
||||
strings_["market_style_line_label"] = "Line";
|
||||
strings_["market_style_candle_label"] = "Candlestick";
|
||||
strings_["market_settings_title"] = "Market settings";
|
||||
strings_["market_settings_tip"] = "Market options";
|
||||
strings_["market_opt_chart_style"] = "Chart style";
|
||||
strings_["market_no_price"] = "No price data";
|
||||
strings_["market_now"] = "Now";
|
||||
strings_["market_pct_shielded"] = "%.0f%% Shielded";
|
||||
@@ -1622,9 +1636,9 @@ void I18n::loadBuiltinEnglish()
|
||||
strings_["portfolio_clear_sel"] = "Clear";
|
||||
strings_["portfolio_no_entries"] = "No custom entries yet. Add one to track a group of addresses.";
|
||||
strings_["portfolio_style_label"] = "Portfolio style";
|
||||
strings_["portfolio_style_compact"] = "Compact rows";
|
||||
strings_["portfolio_style_detailed"] = "Detailed rows";
|
||||
strings_["portfolio_style_featured"] = "Featured rows";
|
||||
strings_["portfolio_style_compact"] = "Table";
|
||||
strings_["portfolio_style_detailed"] = "Cards";
|
||||
strings_["portfolio_style_featured"] = "Spotlight";
|
||||
strings_["portfolio_edit"] = "Edit";
|
||||
strings_["portfolio_delete"] = "Delete";
|
||||
strings_["portfolio_save"] = "Save";
|
||||
|
||||
Reference in New Issue
Block a user