import clsx from "clsx"; export type FutureSyncStatusItem = { key: string; state: "ready" | "syncing"; label: string; note: string; }; export function FutureRefreshLock({ locale }: { locale: string }) { return (
{locale === "en-US" ? "Old cached readings are temporarily locked to prevent misjudgement. The analysis will unlock after the latest anchor observation, model layer, and probability layer are ready." : "旧缓存读数已临时锁定,避免误判。最新锚点观测、模型层和概率层就绪后会自动解锁。"}