Clarify future-day probability reference labels

This commit is contained in:
2569718930@qq.com
2026-04-19 04:02:46 +08:00
parent 22060efae6
commit d4cdd76235
2 changed files with 7 additions and 2 deletions
@@ -968,6 +968,11 @@ export function FutureForecastModal() {
}
const bucketLabel = formatBucketLabel(topProbabilityBucket);
const bucketProb = formatMarketPercent(topProbabilityBucket.probability);
if (!isToday) {
return locale === "en-US"
? `Target-day model probability reference puts the leading bucket at ${bucketLabel} (${bucketProb}). EMOS is reserved for intraday analysis after live anchor observations arrive.`
: `目标日模型概率参考显示领先温度桶为 ${bucketLabel}${bucketProb})。EMOS 仅用于有实时锚点观测后的日内分析。`;
}
if (hasLgbmProbability) {
return locale === "en-US"
? `LGBM-calibrated read puts the leading bucket at ${bucketLabel} (${bucketProb}). Treat this as the base case, not the final settlement.`
+2 -2
View File
@@ -88,7 +88,7 @@ const MESSAGES: Record<Locale, Record<string, string>> = {
"future.score": "趋势评分",
"future.todayTempTrend": "今日温度走势",
"future.targetTempTrend": "目标日小时走势",
"future.probability": "校准模型概率",
"future.probability": "模型概率参考",
"future.models": "多模型预报",
"future.structureToday": "今日日内结构信号",
"future.structureDate": "未来 6-48 小时趋势",
@@ -253,7 +253,7 @@ const MESSAGES: Record<Locale, Record<string, string>> = {
"future.score": "Trend Score",
"future.todayTempTrend": "Today's Temperature Trend",
"future.targetTempTrend": "Target-day Hourly Trend",
"future.probability": "Calibrated Model Probability",
"future.probability": "Model Probability Reference",
"future.models": "Multi-model Forecast",
"future.structureToday": "Intraday Structural Signal",
"future.structureDate": "6-48h Structural Trend",