Refine probability bucket copy
This commit is contained in:
@@ -1094,8 +1094,8 @@ export function ProbabilityDistribution({
|
|||||||
<strong>
|
<strong>
|
||||||
{topProbability && topProbabilityText
|
{topProbability && topProbabilityText
|
||||||
? locale === "en-US"
|
? locale === "en-US"
|
||||||
? `${topProbabilityLabel} leads at ${topProbabilityText}`
|
? `${topProbabilityLabel} is the top single bucket at ${topProbabilityText}`
|
||||||
: `${topProbabilityLabel} 当前最高,${topProbabilityText}`
|
: `${topProbabilityLabel} 单点最高,${topProbabilityText}`
|
||||||
: locale === "en-US"
|
: locale === "en-US"
|
||||||
? "Awaiting calibrated buckets"
|
? "Awaiting calibrated buckets"
|
||||||
: "等待校准概率桶"}
|
: "等待校准概率桶"}
|
||||||
@@ -1138,8 +1138,8 @@ export function ProbabilityDistribution({
|
|||||||
<em>
|
<em>
|
||||||
{marketContractRows.length > 0
|
{marketContractRows.length > 0
|
||||||
? locale === "en-US"
|
? locale === "en-US"
|
||||||
? "aligned to market contract buckets"
|
? "market buckets are aggregated from single-degree EMOS buckets"
|
||||||
: "已按市场合约桶聚合"
|
: "市场合约桶由单点 EMOS 概率聚合"
|
||||||
: locale === "en-US"
|
: locale === "en-US"
|
||||||
? "calibrated temperature buckets"
|
? "calibrated temperature buckets"
|
||||||
: "校准后的温度桶"}
|
: "校准后的温度桶"}
|
||||||
|
|||||||
Reference in New Issue
Block a user