// Spanish // Auto-generated by scripts/translate-i18n.mjs export const es = { "layout": { "metadata": { "title": "InfiPlot", "description": "InfiPlot" } }, "home": { "examples": { "male": [], "female": [], "x": [] }, "options": { "gender": "", "artStyle": "", "plotStyle": "", "voice": "", "pacing": "" }, "genders": { "male": "", "female": "", "x": "" }, "artStyles": {}, "plotStyles": { "straightforward": "", "twist": "" }, "voiceOptions": { "off": "", "on": "" }, "pacings": { "fast": "", "relaxed": "" }, "stories": {}, "ui": { "start": "", "loadStory": "", "settings": "", "searchPlaceholder": "", "noMatchingStyle": "", "close": "", "back": "", "save": "", "cancel": "", "saveAndSelect": "" }, "styleModal": {}, "hero": { "title": "", "placeholder": " ", "enterHint": "" }, "hint": { "text": (params: { authEnabled?: boolean }) => { const authHint = params.authEnabled ? ' (se requiere inicio de sesión durante la beta, juego gratuito)' : ''; return `Ingresa tus ideas, configura estilos y haz clic en "Iniciar" para jugar${authHint}. También puedes elegir una historia curada de abajo para experimentar rápidamente InfiPlot. Haz clic en "Configuración" para ingresar tu nombre y configurar tus propias claves de texto, imagen, visión y TTS—todo almacenado localmente en tu navegador para una experiencia más estable.`; }, "closeAriaLabel": "No volver a mostrar este consejo" }, "about": {}, "errors": { "emptyFile": "", "fileTooLarge": "", "unpackFailed": "", "parseFailed": "", "cardNotFound": "" } }, "play": {}, "settings": {}, "auth": {}, "history": {}, "customForm": {}, "language": { "title": "", "current": "", "select": "" } } as const; export type EsTranslations = typeof es;