/** 简体中文词典(键集的事实来源)。 */ export declare const zh: { 'card.title': string; 'card.description': string; 'flow.interrupted': string; 'flow.grace': string; 'flow.continue': string; 'repo.star': string; 'repo.aria': string; 'section.handoff.title': string; 'section.handoff.description': string; 'section.safety.title': string; 'section.safety.description': string; 'section.recovery.title': string; 'section.recovery.description': string; 'section.loop.title': string; 'section.loop.description': string; 'section.live.title': string; 'section.live.description': string; 'field.paused': string; 'field.pausedHint': string; 'field.continueText': string; 'field.continueTextHint': string; 'default.continueText': "继续"; 'field.continueTextMaxTokens': string; 'field.continueTextMaxTokensHint': string; 'default.continueTextMaxTokens': "继续"; 'field.guardTools': string; 'field.guardToolsHint': string; 'field.guardPendingText': string; 'field.guardPendingTextHint': string; 'default.guardPendingText': "(上一步工具「{tool}」可能未完成, 先确认状态再继续, 不要重复执行)"; 'field.guardDoneText': string; 'field.guardDoneTextHint': string; 'default.guardDoneText': "(上一步工具「{tool}」已完成, 结果: {result}; 不要重复执行, 直接继续)"; 'field.graceMs': string; 'field.graceMsHint': string; 'field.cooldownMs': string; 'field.cooldownMsHint': string; 'field.maxConsecutive': string; 'field.maxConsecutiveHint': string; 'field.scanOnBoot': string; 'field.scanOnBootHint': string; 'field.scanLimit': string; 'field.scanLimitHint': string; 'field.freshMs': string; 'field.freshMsHint': string; 'field.verbose': string; 'field.verboseHint': string; 'field.classify': string; 'field.classifyHint': string; 'field.retryableErrorPatterns': string; 'field.retryableErrorPatternsHint': string; 'field.retryableErrorPatternsPlaceholder': string; 'field.backoffFactor': string; 'field.backoffFactorHint': string; 'field.backoffMaxMs': string; 'field.backoffMaxMsHint': string; 'field.notify': string; 'field.notifyHint': string; 'stats.title': string; 'stats.sent': string; 'stats.skipped': string; 'stats.recovered': string; 'stats.failed': string; 'stats.gaveUp': string; 'stats.looped': string; 'field.loopGuard': string; 'field.loopGuardHint': string; 'field.loopShortChars': string; 'field.loopShortCharsHint': string; 'field.loopWindowMs': string; 'field.loopWindowMsHint': string; 'field.loopShortCount': string; 'field.loopShortCountHint': string; 'field.loopRepeatText': string; 'field.loopRepeatTextHint': string; 'field.loopToolRepeat': string; 'field.loopToolRepeatHint': string; 'field.loopText': string; 'field.loopTextHint': string; 'default.loopText': "(检测到你可能陷入循环, 请停止重复刚才的动作, 换一种方式继续)"; 'stats.byCode': string; 'stats.empty': string; 'stats.reset': string; 'pause.title': string; 'pause.none': string; 'pause.clearAll': string; 'pause.unpause': string; 'pause.minutes': string; 'chrome.collapse': string; 'chrome.expand': string; 'chrome.unsaved': string; 'chrome.readOnly': string; 'chrome.saveFailed': string; 'chrome.discard': string; 'chrome.saving': string; 'chrome.save': string; 'chrome.overridden': string; 'chrome.reset': string; 'chrome.invalidNumber': string; 'chrome.inherit': string; 'chrome.on': string; 'chrome.off': string; }; /** 本插件的键联合。 */ export type SettingsCardKey = keyof typeof zh; /** English dictionary, checked complete against the zh key set. */ export declare const en: Record;