{t("settings.description")}
{t("settings.interfaceLanguage.fallbackNote")}
{t("settings.healthMonitor.permanentNotice", { category: catLabel })} {cat.category === "temperature" && ( {t("settings.healthMonitor.temperatureSafetyNotice")} )}
{t("settings.healthMonitor.longSuppressionNotice")}
{t("settings.healthMonitor.footerNote")}
{t("settings.healthMonitor.activeSuppressionsDescription")}{" "} {t("actions.edit")}.
{loadingSuppressions ? ({t("settings.remoteStorage.emptyTitle")}
{t("settings.remoteStorage.emptyDescription")}
{t("settings.remoteStorage.offline")}
)} {isNamespaceRestricted && ({t("settings.remoteStorage.namespaceRestricted")}
)}
{t("settings.common.health")}: {t("settings.remoteStorage.healthHelp")}
{t("settings.common.alerts")}: {t("settings.remoteStorage.alertsHelp")}
{t("settings.networkInterfaces.emptyTitle")}
{t("settings.common.health")}: {t("settings.networkInterfaces.healthHelp")}
{t("settings.common.alerts")}: {t("settings.networkInterfaces.alertsHelp")}
local
{" "}{t("settings.snippets.localNote")}
{t("settings.snippets.footer")}
{t("settings.optimizations.emptyTitle")}
{t("settings.optimizations.emptyDescription")}
{codeModal.functionName && {codeModal.functionName}()} {codeModal.script && — {codeModal.script}} {/* Sprint 12B v2: when an update is pending the user sees `v1.0 → v1.1` so the source viewer matches the badge in the card. When no update, just the single installed version. */} {codeModal.version && codeModal.availableVersion && codeModal.availableVersion !== codeModal.version ? ( v{codeModal.version} → v{codeModal.availableVersion} ) : codeModal.version ? ( v{codeModal.version} ) : null}
{codeModal.error}
${highlightBash(codeModal.source)}` }}
/>
)}
{t("settings.optimizations.availableUpdatesDescription", { count: updatesAvailableCount })}