Skip to content

Commit 56264ce

Browse files
Pigbibiclaude
andauthored
fix: notification i18n review fixes (#157)
- Add missing nasdaq_sp500_smart_dca i18n entries (zh+en)\n- Fix inconsistent English: Tech Communication → Tech/Communication Co-authored-by: Claude <noreply@anthropic.com>
1 parent 037c222 commit 56264ce

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

notifications/telegram.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ def format_small_account_whole_share_bootstrap_notes(
330330
"strategy_name_tech_communication_pullback_enhancement": "科技通信回调增强",
331331
"strategy_name_qqq_tech_enhancement": "科技通信回调增强",
332332
"strategy_name_russell_top50_leader_rotation": "罗素 Top50 领涨轮动",
333+
"strategy_name_nasdaq_sp500_smart_dca": "纳指100 / 标普500 智能定投",
333334
"strategy_name_ibit_smart_dca": "IBIT 比特币 ETF 智能定投",
334335
"skip_reason_below_trade_threshold": "低于调仓阈值",
335336
"skip_reason_quote_unavailable": "无法获取报价",
@@ -494,9 +495,10 @@ def format_small_account_whole_share_bootstrap_notes(
494495
"strategy_name_soxl_soxx_trend_income": "SOXL/SOXX Semiconductor Trend Income",
495496
"strategy_name_global_etf_rotation": "Global ETF Rotation",
496497
"strategy_name_global_etf_confidence_vol_gate": "Global ETF Confidence Vol Gate",
497-
"strategy_name_tech_communication_pullback_enhancement": "Tech Communication Pullback Enhancement",
498-
"strategy_name_qqq_tech_enhancement": "Tech Communication Pullback Enhancement",
498+
"strategy_name_tech_communication_pullback_enhancement": "Tech/Communication Pullback Enhancement",
499+
"strategy_name_qqq_tech_enhancement": "Tech/Communication Pullback Enhancement",
499500
"strategy_name_russell_top50_leader_rotation": "Russell Top50 Leader Rotation",
501+
"strategy_name_nasdaq_sp500_smart_dca": "Nasdaq 100 / S&P 500 Smart DCA",
500502
"strategy_name_ibit_smart_dca": "IBIT Smart DCA",
501503
"skip_reason_below_trade_threshold": "below trade threshold",
502504
"skip_reason_quote_unavailable": "quote unavailable",

0 commit comments

Comments
 (0)