You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return"Command Tower overview and PM session list are temporarily unavailable. Try again later.";
61
+
}
62
+
if(overviewWarning){
63
+
returnhasLiveData
64
+
? "Command Tower overview is temporarily unavailable. The page is showing a partial snapshot, so verify runs or Workflow Cases directly before you act."
65
+
: "Command Tower overview is temporarily unavailable. Try again later.";
66
+
}
67
+
returnhasLiveData
68
+
? "The PM session list is temporarily unavailable. The page is showing a partial snapshot, so verify runs or Workflow Cases directly before you act."
69
+
: "The PM session list is temporarily unavailable. Try again later.";
<strong>{locale==="zh-CN" ? "live 总览暂时不可读" : "The live overview is temporarily unavailable"}</strong>
296
+
<strong>{locale==="zh-CN" ? "实时总览暂时不可读" : "The live overview is temporarily unavailable"}</strong>
251
297
<p>{locale==="zh-CN" ? "这不是正常驾驶舱读面。先恢复主面,再继续值班。" : "This is not a normal cockpit read. Restore the surface first, then resume operator work."}</p>
252
298
</div>
253
299
<divclassName="home-briefing-signal">
254
300
<spanclassName="cell-sub mono muted">{locale==="zh-CN" ? "仍然成立的真相" : "What still holds"}</span>
255
301
<strong>{locale==="zh-CN" ? "只读入口与证明室仍可用" : "The read-only rooms still work"}</strong>
256
-
<p>{locale==="zh-CN" ? "你仍然可以回 PM、Runs 和 Workflow Cases,但不要把当前页面当成 live cockpit。 " : "You can still use PM, Runs, and Workflow Cases, but do not treat this page as a live cockpit right now."}</p>
302
+
<p>{locale==="zh-CN" ? "你仍然可以回 PM 入口、运行记录和工作流案例,但不要把当前页面当成实时驾驶舱。 " : "You can still use PM, Runs, and Workflow Cases, but do not treat this page as a live cockpit right now."}</p>
<p>{locale==="zh-CN" ? "你现在看到的是部分可读的值班面,不是完整 live cockpit。首屏要先承认降级,再继续分诊。" : "You are looking at a partially readable operator surface, not a full live cockpit. The first screen should acknowledge degradation before continuing triage."}</p>
315
+
<p>{locale==="zh-CN" ? "你现在看到的是部分可读的值班面,不是真正完整的实时驾驶舱。首屏要先承认降级,再继续分诊。" : "You are looking at a partially readable operator surface, not a full live cockpit. The first screen should acknowledge degradation before continuing triage."}</p>
270
316
</div>
271
317
<divclassName="home-briefing-signal">
272
318
<spanclassName="cell-sub mono muted">{locale==="zh-CN" ? "仍然成立的真相" : "What still holds"}</span>
273
-
<strong>{locale==="zh-CN" ? "可见 board 只算部分快照" : "The visible board only counts as a partial snapshot"}</strong>
319
+
<strong>{locale==="zh-CN" ? "可见面板只算部分快照" : "The visible board only counts as a partial snapshot"}</strong>
0 commit comments