/** * Defaults i18n del `val-code-validator`, auto-registrados en el constructor * (namespace `CodeValidator`). El consumer nunca tiene que registrarlos. */ export declare const CODE_VALIDATOR_I18N: { readonly es: { readonly title: "Escanear"; readonly close: "Cerrar"; readonly validating: "Validando…"; readonly sessionCount: "Validados en esta sesión"; readonly historyTitle: "En esta sesión"; readonly historyEmpty: "Todavía no escaneaste ninguno."; readonly historyMore: "Ver todos"; readonly manualSubmit: "Validar"; readonly manualToggle: "¿No lo lee? Ingrésalo a mano"; readonly soundOn: "Silenciar"; readonly soundOff: "Activar sonido"; readonly scanNext: "Listo, sigue escaneando"; }; readonly en: { readonly title: "Scan"; readonly close: "Close"; readonly validating: "Validating…"; readonly sessionCount: "Validated in this session"; readonly historyTitle: "This session"; readonly historyEmpty: "Nothing scanned yet."; readonly historyMore: "See all"; readonly manualSubmit: "Validate"; readonly manualToggle: "Not reading? Enter it manually"; readonly soundOn: "Mute"; readonly soundOff: "Unmute"; readonly scanNext: "Done, keep scanning"; }; };