mirror of
https://github.com/kilyabin/psysonic.git
synced 2026-07-21 22:15:40 +00:00
f9df918c72
* feat(themes): add semantic tokens for the theme-store contract (B0 P1) Additive: define --highlight, --accent-2, --bg-deep, --bg-elevated and --text-on-accent on the :root base as --ctp-* mappings. They resolve per-theme automatically and nothing consumes them yet (zero behaviour change) — groundwork for replacing direct --ctp-* use in components. * refactor(themes): components consume semantic tokens, not --ctp-* (B0 P2) Replace every direct --ctp-* reference in component/layout/track CSS and TSX inline styles with the readable semantic token (--bg-app, --accent, --highlight, --text-on-accent, …). --ctp-* now survives only as the Catppuccin palette layer the base maps from, and as the deliberate categorical rainbow in Composers/Genres/artistsHelpers (left untouched). This is the readable contract surface for the community theme store. Divergences (theme set a semantic var != its --ctp- source) are corrections — the element now uses the theme's real semantic colour. * feat(themes): add player-bar title/artist color tokens New optional --player-title / --player-artist, defaulting to --text-primary / --text-secondary so nothing changes unless a theme overrides them. Lets a theme give the now-playing readout its own colour as a plain token. * refactor(themes): token-only theme library (flatten, whitelist, one file per theme) Turn every built-in theme into a single self-contained [data-theme] var block of semantic whitelist tokens (plus the internal --ctp-* palette layer): - Flatten all themes: drop structural override rules, @keyframes, and global-token overrides (radius / shadow-elevation / transition / spacing / font / focus-ring). Signature player-bar readout colours are preserved via the new --player-title / --player-artist tokens. - Normalize the var blocks to the semantic whitelist: drop the alternate token vocabulary (nav-active / scrollbar / bg-input / success / border-default / ...); rename --success -> --positive and --border-default -> --border where no whitelist equivalent was set. Migrate the few components that read those tokens to the whitelist equivalents. - Split multi-theme files so each theme ships as its own file, making the built-in set 1:1 with the per-theme store packaging. Kept as-is (built-in, not flattened): the two colour-blind-safe accessibility themes, plus the two curated core skins. * chore(themes): remove seven themes retired after the token refactor These themes leaned on heavy structural overrides and were dropped rather than flattened. Full removal each: the CSS file(s), the index.css import, the Theme type union, and the ThemePicker entry. * feat(themes): granular tokens — track lists Wire track rows to per-region tokens: row hover (--row-hover), the now-playing row + indicator (--row-playing-bg / --row-playing-text), track title/artist/ number/duration text, column-header text, row dividers, and the resize-handle active colour. Covers the desktop tracklist, the shared song-row (Tracks hub / search), and the mobile tracklist. Drop a baked border fallback. Visual no-op. * feat(themes): granular tokens — cards Wire album and artist cards to per-region tokens (--card-hover-border, --card-title, --card-subtitle, --card-placeholder-bg). Visual no-op. * fix(themes): drop undefined/baked colour aliases Replace the undefined --bg-surface (resolved to nothing — broken placeholder backgrounds and filter input) with --card-placeholder-bg / --input-bg, and the baked-hex aliases --color-error / --color-warning with --danger / --warning so themes can actually recolour them. * feat(themes): Spectrum demo theme + trim unused cascade tokens Add a loud built-in demo theme that gives each region its own hue (sidebar green, player pink, lists cyan, cards gold, menus red, controls blue) so the per-region granularity is obvious when you switch to it. Drop two unused cascade tokens (--sidebar-text-active, --row-active-bg) and the unused on-media block (those media surfaces stay static by design). * style(themes): make Spectrum demo brutally loud Full-saturation neon per region (toxic green sidebar, magenta player, cyan lists, acid-yellow cards, blood-red menus, electric-blue controls, purple scrollbar) so the per-region separation is unmistakable. The earlier soft tints were too subtle to read. * feat(themes): name the granular demo theme Braindead * feat(themes): granular per-region tokens — cascade layer + sidebar Add an optional per-region token layer (semantic-cascade.css) so a theme can recolour individual regions — sidebar hover, player controls, list rows, menus, inputs, on-media surfaces — independently of the global tokens. Every token defaults to its base token (or a media-safe literal), so this is a visual no-op until a theme overrides one; it only adds control points. Wire the sidebar region as the first consumer and drop the baked grey fallbacks (--bg-tertiary, etc.) that no theme could reach. * feat(themes): granular tokens — controls, menus, scrollbar Wire inputs, buttons, sliders, the custom-select, context menus, submenus and modals to per-region tokens, and tokenise the scrollbar. Complete B0 by dropping the last direct --ctp-* references in the input/button/progress/ scrollbar utility CSS. Fix three undefined-token bugs that fell back to nothing (so no theme could reach them): --surface-2 (context-menu hover had no highlight), --bg-surface (submenu create-input had no background), and the baked grey fallbacks in the custom-select. Every other new token defaults to today's value — a visual no-op that only adds override points. * feat(themes): granular tokens — player bar Wire the desktop player bar's transport controls, time toggle, and overflow menu to per-region tokens (--player-control, --player-time-toggle-*, etc.). Fix the undefined --surface-hover/--surface-active grey fallbacks on the time toggle. Visual no-op; defaults match today's values. * chore(themes): remove empty theme stub files Six theme CSS files were reduced to comment-only stubs by the flatten sweep but their files and @import lines remained. Five are empty structural companions of now-flattened themes (morpheus, p-dvd, aero-glass, luna-teal) and two are orphans of cut themes (order-of-the-phoenix, pandora). Removed the files and their imports. * feat(themes): runtime injection foundation for the theme store Plumbing for installed community themes ahead of the in-app store UI, nothing user-visible yet: - installedThemesStore: persisted (localStorage) record of installed community themes incl. their CSS text, so an active community theme is available synchronously at startup (no flash, fully offline). - themeInjection: reconcile <head> <style data-installed-theme> elements with the store; lightweight defense-in-depth sanitize on top of CI. - themeRegistry: jsDelivr registry client with a 12h localStorage cache and stale-on-error fallback. - App: inject installed themes before applying data-theme, in both webviews. - themeStore: widen the Theme type to accept dynamic installed ids. * feat(themes): dedicated Themes settings tab Move theme selection and the day/night scheduler out of Appearance into a new dedicated Themes tab — the future home of the community Theme Store. Appearance keeps grid columns, visual options, UI scale, font and seekbar. - ThemesTab: theme picker + scheduler (relocated verbatim). - AppearanceTab: drop the two relocated sections + now-unused imports. - Register the tab in settingsTabs (Tab union, resolveTab, search index) and Settings (tab bar, render, label map). - i18n: settings.tabThemes in all 9 locales. * feat(themes): community Theme Store browse + install Add the Theme Store section to the Themes tab: - Fetch the jsDelivr registry (12h cache, stale-on-error fallback). - Search by name/author/description + filter by light/dark + refresh. - Per-row CDN thumbnail, name, author, description and actions: Install / Apply / Update / Uninstall. Installing fetches the CSS, persists it (localStorage) and the runtime injection applies it; uninstalling the active theme falls back to the matching core. - Rating slot left reserved (deferred). - i18n: themeStore* keys in all 9 locales. * feat(themes): slim bundle to fixed cores + flat Themes tab Remove the 86 store palettes (incl. braindead) from the app bundle — the CSS files, their index.css imports, the Theme union and the picker data — leaving only the six fixed cores (Catppuccin Mocha/Latte, Kanagawa Wave, Stark HUD, Vision Dark/Navy). Everything else installs from the store. Themes tab is rebuilt flat (no collapsible accordions): - "Your Themes": one card grid of the fixed cores + installed community themes; click to apply, uninstall on community ones (active theme falls back to the matching core). Catppuccin prefix on Mocha/Latte; a CVD-safe pill on the colour-blind-safe Vision themes. - Scheduler day/night options include installed themes. - Theme Store: alphabetical order, thumbnail lightbox, and a submit hint above the search linking to the themes repository. - Nav order: Servers, Library, Audio, Themes, Appearance, Lyrics, … - ThemePicker accordion removed; fixed-theme data moved to fixedThemes.ts. - i18n for all new strings across 9 locales. * feat(themes): reset removed-from-bundle themes to a bundled fallback After slimming the bundle to the six fixed core themes, a profile upgraded from an older build may have an active or scheduler theme that is now store-only and not installed — it has no [data-theme] block and would render as unstyled :root. Reset any theme/themeDay/themeNight that is neither bundled nor installed to a bundled fallback: Mocha for the main + night slots, Latte for the day slot. Runs synchronously in runPreReactBootstrap, rewriting the persisted selection in localStorage before React mounts (no flash; Zustand rehydrates after first paint). No auto-install and no network — the fallback is always a bundled theme, so it works offline. * feat(themes): floating back-to-top button on the Themes tab The Themes tab can get long (theme grid + scheduler + full store list), so add a floating back-to-top affordance that appears once the page is scrolled and smooth-scrolls to the top. It is portalled into the route host and positioned absolute against it — the main scroll viewport sets contain: paint, which would otherwise make position: fixed resolve against the scrolling box and drift with the content. Reusable component (scroll viewport id + threshold props); i18n common.backToTop added in all nine locales. * feat(themes): accessibility + state polish for the Theme Store - Reuse the shared CoverLightbox for the thumbnail preview instead of a second inline dialog — gains a visible close button and a focus-managed, portalled dialog, and drops duplicated markup. - Theme cards expose aria-pressed so assistive tech announces the selected theme, not just the visual check. - Transient store messages get live-region roles (loading/empty/install failure = status, fetch error = alert). - Thumbnails degrade gracefully when offline/missing (hide the broken-image glyph; the thumbnail button no longer stretches with the row, so its background can't show as letterbox bars). * feat(themes): larger store-row thumbnails (120x75 -> 200x125) The list previews were too small to make a theme out; bump the display size (same 1.6 aspect). Thumbnails are now served at 720x450, so the larger display stays crisp. * fix(themes): bust thumbnail cache on registry change jsDelivr serves theme thumbnails with a 7-day max-age, so when a thumbnail is updated the webview keeps showing its cached old image (the path is unchanged). Append the registry's generatedAt as a cache-busting query to the thumbnail URLs (list + lightbox); it changes on every themes push, so a registry refresh makes the webview re-fetch and reflect the current CDN image instead of a stale one. * docs(themes): changelog + credits for the Theme Store Add the 1.48.0 "Themes — community Theme Store" changelog entry (PR #1009) and the matching line in the Psychotoxical credits. * fix(themes): address PR review (uninstall hygiene, validation, polish) Uninstall/scheduler & validation: - uninstallTheme() repairs every selection slot (active + day + night), not just the manual one, and is shared by both uninstall buttons (dedup). - Validate theme CSS at install time and skip persisting CSS that won't inject (no more "installed/active but renders nothing" with no feedback). - Harden the runtime validator: exactly one rule, scoped exactly to the theme's [data-theme='<id>'] selector (no unscoped/foreign selectors), no at-rules, url() only data:, no expression()/javascript:, size-capped. Tokens & polish: - Fix three dangling undefined tokens (--surface-2 x2, --bg-surface). - Finish the warning/success token sweep (--warning / --positive, themeable). - Apply the active theme synchronously before React mounts (no first-frame flash) and inject installed themes up front. - One-time, dismissible notice when the slim-bundle migration reset a theme. - Update badge uses semver, not string inequality. - Offline/stale indicator in the store; cross-window theme sync; drop the now dead REMOVED_THEME_REMAP and Card.mode field. Tests: themeInjection (validator + sync), themeRegistry (cache/force/stale/ malformed), uninstallTheme (slot repair), migration notice. i18n in all nine locales. Full suite green (1755 tests). * test(bootstrap): cover startup theme apply + cross-window sync The review fixes added applyThemeAtStartup / installCrossWindowThemeSync to bootstrap.ts (a hot-path file) without tests, dropping its coverage to 68.3% and failing the frontend hot-path coverage gate (>=70%). Add unit tests for both (and the no-op / malformed-storage paths); bootstrap.ts is back to ~98%.
639 lines
43 KiB
TypeScript
639 lines
43 KiB
TypeScript
export const settings = {
|
||
title: 'Configuración',
|
||
language: 'Idioma',
|
||
languageEn: 'English',
|
||
languageDe: 'Deutsch',
|
||
languageEs: 'Español',
|
||
languageFr: 'Français',
|
||
languageNl: 'Nederlands',
|
||
languageNb: 'Norsk',
|
||
languageRu: 'Русский',
|
||
languageZh: '中文',
|
||
languageRo: 'Română',
|
||
font: 'Fuente',
|
||
fontHintOpenDyslexic: 'Compatible con dislexia · sin soporte para chino',
|
||
theme: 'Tema',
|
||
appearance: 'Apariencia',
|
||
servers: 'Servidores',
|
||
serverName: 'Nombre del Servidor',
|
||
serverUrl: 'URL del Servidor',
|
||
serverUrlPlaceholder: '192.168.1.100:4533 o https://music.example.com',
|
||
serverAlternateUrl: 'Segunda dirección (opcional)',
|
||
serverAlternateUrlPlaceholderPublic: 'https://music.example.com',
|
||
serverAlternateUrlPlaceholderLocal: '192.168.1.100:4533',
|
||
serverAlternateUrlHintAddPublic: 'Puedes añadir una dirección pública para acceder fuera de tu red doméstica.',
|
||
serverAlternateUrlHintAddLocal: 'Puedes añadir una dirección local para una conexión más rápida en casa.',
|
||
serverBothLanError: 'Ambas direcciones son locales: conserva una o añade una pública.',
|
||
dualAddressVerifying: 'Comprobando que ambas direcciones apuntan al mismo servidor…',
|
||
dualAddressMismatch: 'Las dos direcciones apuntan a servidores distintos. Comprueba la ortografía y vuelve a intentarlo.',
|
||
dualAddressInsufficient: 'No se pudo confirmar que ambas direcciones sean el mismo servidor. Elimina una dirección para continuar.',
|
||
dualAddressUnreachable: 'No se pudo contactar con {{host}}. Comprueba la dirección y tu red, y vuelve a intentarlo.',
|
||
urlRemigrationTitle: '¿Mover los datos de la biblioteca?',
|
||
urlRemigrationMessage: 'Cambiar la dirección moverá todos los datos de biblioteca, análisis y caché de carátulas de {{oldKey}} a {{newKey}}. Esto no se puede deshacer.',
|
||
urlRemigrationConfirm: 'Mover datos',
|
||
urlRemigrationProgress: 'Moviendo los datos de la biblioteca…',
|
||
urlRemigrationFailureInspect: 'No se pudo comprobar qué se movería. Vuelve a intentarlo o abre el registro de depuración.',
|
||
urlRemigrationFailureRun: 'Fallo al mover los datos de la biblioteca. Tus datos guardados están intactos — vuelve a intentarlo.',
|
||
urlRemigrationFailureCoverRename: 'Los datos de la biblioteca se movieron, pero los archivos de carátulas no se pudieron renombrar. Las carátulas se reconstruirán en el próximo acceso.',
|
||
shareUsesLocalUrl: 'Usar la dirección local en los enlaces compartidos',
|
||
shareUsesLocalUrlDesc: 'Afecta a las invitaciones de Orbit y a los enlaces de la biblioteca. Por defecto: dirección pública.',
|
||
serverUsername: 'Usuario',
|
||
serverPassword: 'Contraseña',
|
||
addServer: 'Agregar Servidor',
|
||
addServerTitle: 'Agregar Nuevo Servidor',
|
||
editServer: 'Editar',
|
||
editServerTitle: 'Editar Servidor',
|
||
useServer: 'Usar',
|
||
deleteServer: 'Eliminar',
|
||
noServers: 'No hay servidores guardados.',
|
||
serverActive: 'Activo',
|
||
confirmDeleteServer: '¿Eliminar servidor "{{name}}"?',
|
||
serverConnecting: 'Conectando…',
|
||
serverConnected: '¡Conectado!',
|
||
serverFailed: 'Conexión fallida.',
|
||
testBtn: 'Probar Conexión',
|
||
testingBtn: 'Probando…',
|
||
serverCompatible: 'Diseñado para Navidrome. Otros servidores compatibles con Subsonic (Gonic, Airsonic, …) pueden funcionar con funcionalidad reducida, ya que Psysonic utiliza muchos endpoints específicos de la API de Navidrome.',
|
||
userMgmtTitle: 'Gestión de usuarios',
|
||
userMgmtDesc: 'Administra los usuarios de este servidor. Requiere privilegios de administrador.',
|
||
userMgmtNoAdmin: 'Necesitas privilegios de administrador para gestionar usuarios en este servidor.',
|
||
userMgmtLoadError: 'No se pudieron cargar los usuarios.',
|
||
userMgmtLoadFriendly: 'El servidor no respondió — suele ser algo puntual.',
|
||
userMgmtRetry: 'Reintentar',
|
||
userMgmtEmpty: 'No se encontraron usuarios.',
|
||
userMgmtYouBadge: 'Tú',
|
||
userMgmtAdminBadge: 'Admin',
|
||
userMgmtAddUser: 'Añadir usuario',
|
||
userMgmtAddUserTitle: 'Nuevo usuario',
|
||
userMgmtEditUserTitle: 'Editar usuario',
|
||
userMgmtUsername: 'Nombre de usuario',
|
||
userMgmtName: 'Nombre visible',
|
||
userMgmtEmail: 'Correo electrónico',
|
||
userMgmtPassword: 'Contraseña',
|
||
userMgmtPasswordEditHint: 'Introduce una nueva contraseña para actualizarla.',
|
||
userMgmtRoleAdmin: 'Admin',
|
||
userMgmtLibraries: 'Bibliotecas',
|
||
userMgmtLibrariesAdminHint: 'Los usuarios admin tienen acceso automáticamente a todas las bibliotecas.',
|
||
userMgmtLibrariesEmpty: 'No hay bibliotecas disponibles en este servidor.',
|
||
userMgmtLibrariesValidation: 'Selecciona al menos una biblioteca.',
|
||
userMgmtLibrariesUpdateError: 'Usuario guardado, pero la asignación de bibliotecas falló',
|
||
userMgmtNoLibraries: 'Sin bibliotecas asignadas',
|
||
userMgmtNeverSeen: 'Nunca',
|
||
userMgmtSave: 'Guardar',
|
||
userMgmtCancel: 'Cancelar',
|
||
userMgmtDelete: 'Eliminar',
|
||
userMgmtEdit: 'Editar',
|
||
userMgmtConfirmDelete: '¿Eliminar el usuario «{{username}}»? Esta acción no se puede deshacer.',
|
||
userMgmtCreateError: 'No se pudo crear el usuario.',
|
||
userMgmtUpdateError: 'No se pudo actualizar el usuario.',
|
||
userMgmtDeleteError: 'No se pudo eliminar el usuario.',
|
||
userMgmtCreated: 'Usuario creado.',
|
||
userMgmtUpdated: 'Usuario actualizado.',
|
||
userMgmtDeleted: 'Usuario eliminado.',
|
||
userMgmtValidationMissing: 'Se requieren nombre de usuario, nombre visible y contraseña.',
|
||
userMgmtValidationMissingIdentity: 'Se requieren nombre de usuario y nombre visible.',
|
||
userMgmtMagicStringGenerate: 'Generar cadena mágica',
|
||
userMgmtSaveAndMagicString: 'Guardar y obtener cadena mágica',
|
||
userMgmtMagicStringPasswordNavHint:
|
||
'Navidrome guardará esta contraseña para el usuario. Si difiere de la actual, se actualizará la contraseña de acceso en el servidor.',
|
||
userMgmtMagicStringPlaintextWarning:
|
||
'Comparte la cadena mágica con cuidado: contiene la contraseña sin cifrar (la codificación no es cifrado). Quien tenga la cadena completa puede iniciar sesión como este usuario.',
|
||
userMgmtMagicStringCopied: 'Cadena mágica copiada al portapapeles.',
|
||
userMgmtMagicStringCopyFailed: 'No se pudo copiar al portapapeles.',
|
||
userMgmtMagicStringLoginFailed: 'Falló la comprobación de la contraseña; no se pudieron verificar las credenciales.',
|
||
userMgmtMagicStringModalTitle: 'Generar cadena mágica',
|
||
userMgmtMagicStringModalDesc: 'Introduce la contraseña Subsonic de «{{username}}». Se incluirá en la cadena mágica copiada.',
|
||
userMgmtMagicStringModalConfirm: 'Copiar cadena',
|
||
audiomuseTitle: 'AudioMuse-AI (Navidrome)',
|
||
audiomuseDesc:
|
||
'Activa si este servidor tiene el plugin <pluginLink>AudioMuse-AI Navidrome</pluginLink> configurado. Habilita Mezcla Instantánea desde pistas y usa artistas similares del servidor en lugar de Last.fm en páginas de artistas.',
|
||
audiomuseIssueHint:
|
||
'La Mezcla Instantánea falló recientemente — verifica el plugin de Navidrome y la API de AudioMuse. Artistas similares usan Last.fm como respaldo cuando el servidor no devuelve ninguno.',
|
||
connected: 'Conectado',
|
||
failed: 'Fallido',
|
||
eqTitle: 'Ecualizador',
|
||
eqEnabled: 'Habilitar Ecualizador',
|
||
eqPreset: 'Preajuste',
|
||
eqPresetCustom: 'Personalizado',
|
||
eqPresetBuiltin: 'Preajustes Integrados',
|
||
eqPresetCustomGroup: 'Mis Preajustes',
|
||
eqSavePreset: 'Guardar como Preajuste',
|
||
eqPresetName: 'Nombre del preajuste…',
|
||
eqDeletePreset: 'Eliminar preajuste',
|
||
eqResetBands: 'Restablecer a Plano',
|
||
eqPreGain: 'Pre-ganancia',
|
||
eqResetPreGain: 'Restablecer pre-ganancia',
|
||
eqAutoEqTitle: 'Búsqueda AutoEQ de Auriculares',
|
||
eqAutoEqPlaceholder: 'Buscar modelo de auricular / IEM…',
|
||
eqAutoEqSearching: 'Buscando…',
|
||
eqAutoEqNoResults: 'No se encontraron resultados',
|
||
eqAutoEqError: 'Error de búsqueda',
|
||
eqAutoEqRateLimit: 'Límite de GitHub alcanzado — intenta de nuevo en un minuto',
|
||
eqAutoEqFetchError: 'Error al obtener perfil EQ',
|
||
lfmTitle: 'Last.fm',
|
||
lfmConnect: 'Conectar con Last.fm',
|
||
lfmConnecting: 'Esperando autorización…',
|
||
lfmConfirm: 'He autorizado la aplicación',
|
||
lfmConnected: 'Conectado como',
|
||
lfmDisconnect: 'Desconectar',
|
||
lfmConnectDesc: 'Conecta tu cuenta de Last.fm para habilitar scrobbling y actualizaciones de "Reproduciendo Ahora" directamente desde Psysonic — no requiere configuración de Navidrome.',
|
||
lfmOpenBrowser: 'Se abrirá una ventana del navegador. Autoriza Psysonic en Last.fm, luego click en el botón de abajo.',
|
||
lfmScrobbles: '{{n}} scrobbles',
|
||
lfmMemberSince: 'Miembro desde {{year}}',
|
||
scrobbleEnabled: 'Scrobbling habilitado',
|
||
scrobbleDesc: 'Enviar canciones a Last.fm después del 50% de reproducción',
|
||
behavior: 'Comportamiento de la App',
|
||
cacheTitle: 'Tamaño Máx. de Almacenamiento',
|
||
cacheDesc: 'Caché del navegador para portadas e imágenes de artistas (IndexedDB). Cuando está lleno, las entradas más antiguas se eliminan automáticamente.',
|
||
cacheUsedImages: 'Imágenes:',
|
||
cacheUsedOffline: 'Pistas offline:',
|
||
cacheUsedHot: 'Tamaño en disco:',
|
||
hotCacheTrackCount: 'Pistas en caché:',
|
||
cacheMaxLabel: 'Tamaño máx.',
|
||
cacheClearBtn: 'Limpiar Caché',
|
||
cacheClearWarning: 'Borra todas las portadas e imágenes de artistas en caché. Se volverán a descargar cuando hagan falta.',
|
||
cacheClearConfirm: 'Limpiar caché de imágenes',
|
||
cacheClearCancel: 'Cancelar',
|
||
mediaDirTitle: 'Carpeta de medios',
|
||
mediaDirDesc: 'Carpeta raíz para reproducción local. Biblioteca offline: library/; búfer de cola: cache/.',
|
||
mediaDirDefault: 'Predeterminado (Datos de App)',
|
||
mediaDirChange: 'Cambiar carpeta',
|
||
mediaDirClear: 'Restablecer predeterminado',
|
||
mediaDirHint: 'Las nuevas descargas usarán esta ubicación. Los archivos existentes permanecen en su ruta hasta que los elimines.',
|
||
offlineStorageTitle: 'Almacenamiento offline',
|
||
offlineDirTitle: 'Biblioteca Offline (En App)',
|
||
offlineDirDesc: 'Ubicación de almacenamiento para pistas que haces disponibles offline dentro de Psysonic.',
|
||
offlineDirDefault: 'Predeterminado (Datos de App)',
|
||
offlineDirChange: 'Cambiar Directorio',
|
||
offlineDirClear: 'Restablecer a Predeterminado',
|
||
offlineDirHint: 'Las nuevas descargas usarán esta ubicación. Las descargas existentes permanecen en su ruta original.',
|
||
hotCacheTitle: 'Caché de reproducción activa',
|
||
hotCacheDisclaimer: 'Precarga las siguientes pistas en cola y mantiene las anteriores. Cuando está activado, usa espacio en disco y red.',
|
||
hotCacheDirDefault: 'Predeterminado (Datos de App)',
|
||
hotCacheDirChange: 'Cambiar carpeta',
|
||
hotCacheDirClear: 'Restablecer a predeterminado',
|
||
hotCacheDirHint: 'Cambiar la carpeta restablece el índice en-app; los archivos ya en disco permanecen donde están hasta que los elimines.',
|
||
hotCacheEnabled: 'Habilitar caché de reproducción activa',
|
||
hotCacheMaxMb: 'Tamaño máximo de caché',
|
||
hotCacheDebounce: 'Espera de cambio de cola',
|
||
hotCacheDebounceImmediate: 'Inmediato',
|
||
hotCacheDebounceSeconds: '{{n}} s',
|
||
hotCacheClearBtn: 'Limpiar caché activa',
|
||
audioOutputDevice: 'Dispositivo de salida de audio',
|
||
audioOutputDeviceDesc: 'Selecciona el dispositivo de audio que usa Psysonic. Los cambios surten efecto de inmediato y reinician la pista actual.',
|
||
audioOutputDeviceDefault: 'Predeterminado del sistema',
|
||
audioOutputDeviceRefresh: 'Actualizar lista de dispositivos',
|
||
audioOutputDeviceOsDefaultNow: 'salida actual del sistema',
|
||
audioOutputDeviceListError: 'No se pudo cargar la lista de dispositivos de audio.',
|
||
audioOutputDeviceNotInCurrentList: 'no está en la lista actual',
|
||
audioOutputDeviceMacNotice: 'En macOS, la reproducción actualmente sigue siempre al dispositivo de salida del sistema por razones técnicas. Cambia el destino mediante Ajustes del Sistema → Sonido o el icono del altavoz en la barra de menús. Motivo: CoreAudio activa una solicitud de permiso de micrófono al abrir un stream no-predeterminado — lo evitamos usando siempre la salida por defecto del sistema.',
|
||
hiResTitle: 'Reproducción Nativa Hi-Res',
|
||
hiResEnabled: 'Habilitar reproducción nativa hi-res',
|
||
hiResDesc: "Fuerza 44.1 kHz de salida por defecto para máxima estabilidad. Habilita solo si tu hardware y red soportan confiablemente altas tasas de muestreo (88.2 kHz+).",
|
||
showArtistImages: 'Mostrar Imágenes de Artistas',
|
||
showArtistImagesDesc: 'Carga y muestra imágenes de artistas en el resumen de Artistas. Desactivado por defecto para reducir I/O de disco del servidor y carga de red en bibliotecas grandes.',
|
||
showOrbitTrigger: 'Mostrar "Orbit" en la cabecera',
|
||
showOrbitTriggerDesc: 'El botón en la cabecera para iniciar o unirse a una sesión de escucha compartida. Ocúltalo si no usas Orbit — puedes volver a activarlo aquí.',
|
||
showTrayIcon: 'Mostrar Icono en Bandeja',
|
||
showTrayIconDesc: 'Muestra el icono de Psysonic en el área de notificación / barra de menú.',
|
||
minimizeToTray: 'Minimizar a Bandeja',
|
||
minimizeToTrayDesc: 'Al cerrar la ventana, mantener Psysonic ejecutándose en la bandeja del sistema en lugar de salir.',
|
||
clockFormat: 'Formato de hora',
|
||
clockFormatDesc: 'Formato del reloj utilizado por la ETA de la cola y la vista previa del temporizador de suspensión.',
|
||
clockFormatAuto: 'Automático (idioma del sistema)',
|
||
clockFormatTwentyFour: '24 horas',
|
||
clockFormatTwelve: '12 horas (AM/PM)',
|
||
preloadMiniPlayer: 'Precargar mini reproductor',
|
||
preloadMiniPlayerDesc: 'Crea la ventana del mini reproductor en segundo plano al iniciar la aplicación para que muestre contenido al instante la primera vez que se abre. Consume un poco más de memoria.',
|
||
discordRichPresence: 'Discord Rich Presence',
|
||
discordRichPresenceDesc: 'Muestra la pista actual en tu perfil de Discord. Requiere que Discord esté ejecutándose.',
|
||
useCustomTitlebar: 'Barra de título personalizada',
|
||
useCustomTitlebarDesc: 'Reemplaza la barra de título del sistema con una integrada que coincide con el tema de la app. Desactiva para usar la barra nativa de GNOME/GTK.',
|
||
linuxWebkitSmoothScroll: 'Rueda suave (Linux)',
|
||
linuxWebkitSmoothScrollDesc: 'Activado: inercia. Desactivado: pasos por línea (estilo GTK).',
|
||
linuxWebkitInputForceRepaint: 'Repintar los campos al enfocar (Linux)',
|
||
linuxWebkitInputForceRepaintDesc: 'Solución para WebKitGTK 2.50.x donde los campos de texto se congelan al pulsar. Las lupas parpadean brevemente al enfocar.',
|
||
linuxWaylandTextRender: 'Renderizado de texto Wayland (Linux)',
|
||
linuxWaylandTextRenderDesc:
|
||
'El suavizado en la interfaz se aplica al instante. La aceleración de hardware de WebKit (nítido/GPU) se guarda y aplica al reiniciar la app; cambiarla en vivo puede congelar WebKitGTK.',
|
||
linuxWaylandTextRenderBalanced: 'Equilibrado',
|
||
linuxWaylandTextRenderSharp: 'Nítido (más CPU)',
|
||
linuxWaylandTextRenderGpu: 'Prioridad GPU',
|
||
linuxWaylandTextRenderMinimal: 'Mínimo (suavizado CSS por defecto)',
|
||
discordCoverSource: 'Fuente de portada',
|
||
discordCoverSourceDesc: 'De dónde obtener la portada del álbum para tu perfil de Discord.',
|
||
discordCoverNone: 'Ninguna (solo icono de la app)',
|
||
discordCoverServer: 'Servidor (vía info del álbum)',
|
||
discordCoverApple: 'Apple Music',
|
||
discordOptions: 'Opciones avanzadas de Discord',
|
||
discordTemplates: 'Plantillas de texto personalizadas',
|
||
discordTemplatesDesc: 'Personaliza qué información se muestra en tu perfil de Discord. Variables: {title}, {artist}, {album}',
|
||
discordTemplateDetails: 'Línea principal (details)',
|
||
discordTemplateState: 'Línea secundaria (state)',
|
||
discordTemplateLargeText: 'Tooltip del álbum (largeText)',
|
||
discordTemplateName: 'Línea de la lista (name)',
|
||
nowPlayingEnabled: 'Mostrar en Reproduciendo Ahora',
|
||
nowPlayingEnabledDesc: 'Transmite tu pista actual a la vista de oyentes en vivo del servidor. Desactiva para dejar de enviar datos de reproducción.',
|
||
enableBandsintown: 'Fechas de gira de Bandsintown',
|
||
enableBandsintownDesc: 'Muestra próximos conciertos del artista actual en la pestaña Info. Los datos se obtienen de la API pública de Bandsintown.',
|
||
lyricsServerFirst: 'Preferir letras del servidor',
|
||
lyricsServerFirstDesc: 'Verifica primero letras provistas por el servidor (etiquetas embebidas, archivos sidecar) antes de consultar LRCLIB. Desactiva para usar LRCLIB primero.',
|
||
enableNeteaselyrics: 'Letras de Netease Cloud Music',
|
||
enableNeteaselyricsDesc: 'Usa Netease Cloud Music como fuente de letras de último recurso cuando el servidor y LRCLIB no devuelvan nada. Mejor cobertura para música asiática e internacional.',
|
||
lyricsSourcesTitle: 'Fuentes de Letras',
|
||
lyricsSourcesDesc: 'Elige qué fuentes consultar para letras y en qué orden. Arrastra para reordenar. Las fuentes desactivadas se omiten completamente.',
|
||
lyricsSourceServer: 'Servidor',
|
||
lyricsSourceLrclib: 'LRCLIB',
|
||
lyricsSourceNetease: 'Netease Cloud Music',
|
||
lyricsYouLyPlus: 'YouLyPlus (Karaoke)',
|
||
lyricsYouLyPlusDesc: 'Sincronización palabra por palabra desde un backend comunitario (Apple Music, Spotify, Musixmatch, QQ). Se prueba primero; las fuentes activadas abajo actúan como respaldo.',
|
||
lyricsSourcesFallbackHint: 'Se usan como respaldo cuando YouLyPlus no encuentra nada. Arrastra para reordenar.',
|
||
lyricsSourcesPrimaryHint: 'Se prueban en orden. Arrastra para reordenar. Todo desactivado = letras desactivadas.',
|
||
lyricsStaticOnly: 'Mostrar letras como texto estático',
|
||
lyricsStaticOnlyDesc: 'Muestra las letras sincronizadas sin desplazamiento automático ni resaltado por palabra.',
|
||
downloadsTitle: 'Exportación ZIP y Archivado',
|
||
downloadsFolderDesc: 'Carpeta de destino para álbumes que descargas como ZIP a tu computadora.',
|
||
downloadsDefault: 'Carpeta de Descargas Predeterminada',
|
||
pickFolder: 'Seleccionar',
|
||
pickFolderTitle: 'Seleccionar Carpeta de Descarga',
|
||
clearFolder: 'Limpiar carpeta de descarga',
|
||
logout: 'Cerrar Sesión',
|
||
aboutTitle: 'Acerca de Psysonic',
|
||
aboutDesc: 'Un reproductor de música de escritorio moderno creado para Navidrome. Utiliza la API de Subsonic más extensiones específicas de Navidrome. Construido en Tauri v2 con motor de audio nativo en Rust — ligero y rápido, pero lleno de características: barra de progreso tipo onda, letras sincronizadas, integración Last.fm, ecualizador de 10 bandas, crossfade, reproducción gapless, Replay Gain, navegación por géneros, y una gran biblioteca de temas.',
|
||
aboutLicense: 'Licencia',
|
||
aboutLicenseText: 'GNU GPL v3 — libre para usar, modificar y distribuir bajo la misma licencia.',
|
||
aboutRepo: 'Código Fuente en GitHub',
|
||
aboutVersion: 'Versión',
|
||
aboutBuiltWith: 'Construido con Tauri · React · TypeScript · Rust/rodio',
|
||
aboutReleaseNotesLabel: 'Notas de la versión',
|
||
aboutReleaseNotesLink: 'Abrir las novedades de esta versión',
|
||
aboutContributorsLabel: 'Contribuidores',
|
||
showChangelogOnUpdate: "Mostrar 'Novedades' al actualizar",
|
||
showChangelogOnUpdateDesc: 'Muestra un discreto banner de changelog encima de Now Playing tras una actualización. Clic abre las notas de la versión; X lo oculta.',
|
||
libraryGridMaxColumnsTitle: 'Rejillas de tarjetas en la biblioteca',
|
||
libraryGridMaxColumnsPerfHint: 'Más columnas caben más mosaicos por fila y pueden aumentar el trabajo de diseño y pintado; se nota más en bibliotecas muy grandes o equipos lentos.',
|
||
libraryGridMaxColumnsRangeLabel: 'Máximo de columnas ({{min}}–{{max}})',
|
||
libraryGridMaxColumnsDesc: 'Se aplica a vistas de álbum, artista, lista de reproducción, radio, sin conexión y otras con tarjetas. Menos columnas = mosaicos más grandes y suele aligerar la CPU.',
|
||
libraryIndexTitle: 'Índice local de biblioteca (vista previa)',
|
||
libraryIndexDesc: 'Mantiene una copia local de la base de datos de pistas de cada servidor para que la navegación y la búsqueda sean rápidas y funcionen sin conexión. La sincronización inicial se ejecuta en todos los servidores configurados; los servidores sin conexión se reintentan automáticamente.',
|
||
libraryIndexDeltaHint: 'La sincronización delta en segundo plano comprueba los servidores vinculados cada 30 segundos y se ejecuta cuando corresponde — normalmente cada 5–45 minutos según el tamaño de la biblioteca y la carga.',
|
||
libraryIndexEnable: 'Activar índice local de biblioteca',
|
||
libraryIndexEnableAllDesc: 'Indexar y sincronizar todos los servidores configurados en segundo plano.',
|
||
libraryIndexNoServer: 'Añade un servidor primero.',
|
||
libraryIndexServerListTitle: 'Servidores indexados',
|
||
libraryIndexAllExcluded: 'Todos los servidores están excluidos de la sincronización. Vuelve a activar el índice o añade un servidor.',
|
||
libraryIndexServerOffline: 'Servidor sin conexión — sincronización aplazada',
|
||
libraryIndexServerDeferred: 'Aplazada',
|
||
libraryIndexServerSyncing: 'Sincronizando…',
|
||
libraryIndexFullResync: 'Resincronización completa',
|
||
libraryIndexDeltaSync: 'Sincronización delta',
|
||
libraryIndexExcludeServer: 'Excluir de la sincronización',
|
||
libraryIndexExcludingServer: 'Excluyendo…',
|
||
libraryIndexExcludedTitle: 'Excluidos de la sincronización',
|
||
libraryIndexIncludeServer: 'Incluir de nuevo',
|
||
libraryIndexIncludingServer: 'Incluyendo…',
|
||
libraryIndexStatus: 'Estado',
|
||
libraryIndexStatusIdle: 'Inactivo',
|
||
libraryIndexStatusProbing: 'Comprobando servidor…',
|
||
libraryIndexStatusInitial: 'Sincronización inicial…',
|
||
libraryIndexStatusReady: 'Listo ({{count}} pistas)',
|
||
libraryIndexStatusError: 'Error — consulta los registros',
|
||
libraryIndexProgressIngest: '{{count}} pistas indexadas…',
|
||
libraryIndexProgressVerify: '{{checked}} verificadas ({{deleted}} eliminadas)',
|
||
libraryIndexSyncNow: 'Sincronizar ahora',
|
||
libraryIndexVerify: 'Verificar integridad de la biblioteca',
|
||
libraryIndexCancel: 'Cancelar',
|
||
libraryIndexAutoReconcile: 'Reconciliación automática al bajar el recuento',
|
||
libraryIndexAutoReconcileDesc: 'Comprueba automáticamente pistas eliminadas cuando el servidor informa de menos de las esperadas.',
|
||
libraryIndexSyncError: 'Error de sincronización de biblioteca: {{error}}',
|
||
libraryIndexBindError: 'No se pudo activar el índice: {{error}}',
|
||
randomMixTitle: 'Lista negra de Mezcla Aleatoria',
|
||
luckyMixMenuTitle: 'Mostrar Mezcla Suerte en el menú',
|
||
luckyMixMenuDesc: 'Activa Mezcla Suerte en "Crear Mezcla" y como elemento de menú separado cuando la navegación dividida está activa. Solo visible cuando AudioMuse está activo en el servidor actual.',
|
||
randomMixBlacklistTitle: 'Palabras Clave de Filtro Personalizadas',
|
||
randomMixBlacklistDesc: 'Las canciones se excluyen cuando cualquier palabra clave coincide con su género, título, álbum o artista (activo cuando el checkbox de arriba está activado).',
|
||
randomMixBlacklistPlaceholder: 'Agregar palabra clave…',
|
||
randomMixBlacklistAdd: 'Agregar',
|
||
randomMixBlacklistEmpty: 'Aún no hay palabras clave personalizadas.',
|
||
randomMixHardcodedTitle: 'Palabras clave integradas (activas cuando el checkbox está activado)',
|
||
tabAudio: 'Audio',
|
||
tabStorage: 'Sin conexión y caché',
|
||
tabAppearance: 'Apariencia',
|
||
tabThemes: 'Temas',
|
||
themesYourThemesTitle: 'Tus temas',
|
||
themesCvdTooltip: 'Apto para daltonismo: deuteranopía, protanopía, tritanopía',
|
||
themeStoreTitle: 'Tienda de temas',
|
||
themeStoreSubmitText: '¿Has creado tu propio tema? Compártelo con la comunidad — más información en el repositorio de temas.',
|
||
themeStoreSubmitLink: 'Abrir el repositorio de temas',
|
||
themeStoreSearchPlaceholder: 'Buscar temas…',
|
||
themeStoreFilterMode: 'Filtrar por modo',
|
||
themeStoreModeAll: 'Todos',
|
||
themeStoreModeDark: 'Oscuro',
|
||
themeStoreModeLight: 'Claro',
|
||
themeStoreRefresh: 'Actualizar',
|
||
themeStoreLoading: 'Cargando temas…',
|
||
themeStoreError: 'No se pudo cargar la tienda de temas. Comprueba tu conexión.',
|
||
themeStoreRetry: 'Reintentar',
|
||
themeStoreEmpty: 'Ningún tema coincide con tus filtros.',
|
||
themeStoreActive: 'Activo',
|
||
themeStoreEnlarge: 'Ampliar vista previa',
|
||
themeStoreByAuthor: 'por {{author}}',
|
||
themeMigrationNoticeTitle: 'Tema movido a la tienda',
|
||
themeMigrationNoticeBody: '{{themes}} ya no viene incluido en la app. Puedes reinstalarlo desde la Tienda de Temas (Ajustes → Temas) o elegir otro tema.',
|
||
themeMigrationNoticeOpen: 'Abrir Tienda de Temas',
|
||
themeStoreOffline: 'Mostrando el último catálogo en caché: parece que estás sin conexión.',
|
||
themeStoreInstall: 'Instalar',
|
||
themeStoreInstalling: 'Instalando…',
|
||
themeStoreApply: 'Aplicar',
|
||
themeStoreUpdate: 'Actualizar',
|
||
themeStoreUpdating: 'Actualizando…',
|
||
themeStoreUninstall: 'Desinstalar',
|
||
themeStoreInstallFailed: 'Error al instalar',
|
||
tabLibrary: 'Biblioteca',
|
||
tabServers: 'Servidores',
|
||
tabLyrics: 'Letras',
|
||
tabPersonalisation: 'Personalización',
|
||
tabIntegrations: 'Integraciones',
|
||
inputKeybindingsTitle: 'Atajos de teclado',
|
||
aboutContributorsCount_one: '{{count}} contribución',
|
||
aboutContributorsCount_other: '{{count}} contribuciones',
|
||
searchPlaceholder: 'Buscar en ajustes…',
|
||
searchNoResults: 'Ningún ajuste coincide con tu búsqueda.',
|
||
aboutMaintainersLabel: 'Mantenedores',
|
||
integrationsPrivacyTitle: 'Aviso de privacidad',
|
||
integrationsPrivacyBody: 'Todas las integraciones de esta pestaña son <strong>opt-in</strong> y, una vez activadas, envían datos a servicios externos o a tu servidor Navidrome. Last.fm recibe tu historial de escucha, Discord muestra la pista actual en tu perfil, Bandsintown se consulta por artista para obtener fechas de gira, y la compartición «En reproducción» publica tu pista actual para otros usuarios de tu servidor Navidrome. Si no quieres nada de esto, simplemente deja desactivada la sección correspondiente.',
|
||
homeCustomizerTitle: 'Escenario Principal',
|
||
queueModeTitle: 'Modo de visualización de la cola',
|
||
queueModeQueueSub: 'Muestra solo las próximas pistas. La pista actual permanece en el encabezado y sale de la lista al reproducirse.',
|
||
queueModePlaylistSub: 'Mantiene toda la cola en la lista, con la pista actual resaltada arriba; las reproducidas permanecen.',
|
||
queueModeTimelineSub: 'Centrar la pista actual, con el historial reproducido arriba y las próximas pistas (en orden aleatorio) debajo.',
|
||
queueToolbarTitle: 'Barra de herramientas de cola',
|
||
queueToolbarReset: 'Restablecer a predeterminado',
|
||
queueToolbarSeparator: 'Separador',
|
||
sidebarTitle: 'Barra Lateral',
|
||
sidebarReset: 'Restablecer a predeterminado',
|
||
artistLayoutTitle: 'Secciones de la página del artista',
|
||
artistLayoutDesc: 'Arrastra para reordenar, alterna para ocultar secciones individuales de la página del artista. Las secciones sin datos se omiten automáticamente.',
|
||
artistLayoutReset: 'Restablecer a predeterminado',
|
||
artistLayoutBio: 'Biografía del artista',
|
||
artistLayoutTopTracks: 'Mejores pistas',
|
||
artistLayoutSimilar: 'Artistas similares',
|
||
artistLayoutAlbums: 'Álbumes',
|
||
artistLayoutFeatured: 'También presente en',
|
||
playlistLayoutTitle: 'Diseño de la página de playlists',
|
||
playlistLayoutDesc: 'Mostrar u ocultar elementos individuales en la página de playlists.',
|
||
playlistLayoutReset: 'Restablecer a predeterminado',
|
||
playerBarTitle: 'Barra de reproducción',
|
||
playerBarReset: 'Restablecer a predeterminado',
|
||
playerBarStarRating: 'Calificación con estrellas',
|
||
playerBarFavorite: 'Favorito (corazón)',
|
||
playerBarLastfmLove: 'Last.fm love',
|
||
playerBarPlaybackRate: 'Velocidad de reproducción',
|
||
playerBarEqualizer: 'Ecualizador',
|
||
playerBarMiniPlayer: 'Mini reproductor',
|
||
playbackRateTitle: 'Velocidad de reproducción',
|
||
playbackRateEnabled: 'Activar velocidad de reproducción',
|
||
playbackRateEnabledDesc: 'Velocidad global para todas las pistas. No se aplica a la radio ni a las vistas previas.',
|
||
playbackRateStrategy: 'Estrategia',
|
||
playbackRateStrategySpeed: 'Velocidad',
|
||
playbackRateStrategyVarispeed: 'Con tono',
|
||
playbackRateStrategyPreserve: 'Tono',
|
||
playbackRateSpeed: 'Velocidad',
|
||
playbackRatePitch: 'Tono',
|
||
playbackRateDerivedPitch: 'Cambio de tono por velocidad: {{value}}',
|
||
playbackRateAutoPitch: 'El tono se corrige automáticamente.',
|
||
playbackRateHint: '« Velocidad » mantiene el tono natural. « Con tono » cambia el tono con la velocidad. « Tono » añade un desplazamiento manual. Usa más CPU que « Con tono ». No para radio, vistas previas u Orbit.',
|
||
playbackRateNeutral: 'A 1,0× y sin desplazamiento de tono, la reproducción es normal.',
|
||
playbackRateOrbitPaused: 'No se aplica durante sesiones Orbit — la reproducción permanece a 1,0× para sincronizar.',
|
||
playbackRateOrbitPausedShort: 'Orbit: 1,0× para sincronizar.',
|
||
advancedMode: 'Avanzado',
|
||
advancedModeTooltip: 'Mostrar opciones avanzadas en todas las pestañas de ajustes. Aportes de la comunidad que no reflejan necesariamente la filosofía de diseño de los mantenedores de Psysonic.',
|
||
advancedBadge: 'Avanzado',
|
||
sidebarDrag: 'Arrastra para reordenar',
|
||
sidebarFixed: 'Siempre visible',
|
||
nowPlayingTopTitle: '"Reproduciendo Ahora" arriba',
|
||
nowPlayingTopDesc: 'Fijar la entrada "Reproduciendo Ahora" en la parte superior de la barra lateral en lugar de abajo.',
|
||
randomNavSplitTitle: 'Dividir navegación Mix',
|
||
randomNavSplitDesc: 'Mostrar "Mezcla Aleatoria", "Álbumes Aleatorios" y "Mezcla Suerte" como entradas separadas en la barra lateral en lugar del hub "Crear Mezcla".',
|
||
tabInput: 'Entrada',
|
||
tabUsers: 'Usuarios',
|
||
tabSystem: 'Sistema',
|
||
loggingTitle: 'Registro',
|
||
loggingModeDesc: 'Controla la verbosidad de los logs del backend en la terminal.',
|
||
loggingModeOff: 'Apagado',
|
||
loggingModeNormal: 'Normal',
|
||
loggingModeDebug: 'Depuración',
|
||
loggingExport: 'Exportar logs',
|
||
loggingExportSuccess: 'Logs exportados ({{count}} líneas).',
|
||
loggingExportError: 'No se pudieron exportar los logs.',
|
||
ratingsSectionTitle: 'Calificaciones',
|
||
ratingsSkipStarTitle: 'Saltar para 1 estrella',
|
||
ratingsSkipStarDesc:
|
||
'Después de varios saltos seguidos, asigna 1 estrella a la pista. Solo para pistas aún no calificadas.',
|
||
ratingsSkipStarThresholdLabel: 'Saltos',
|
||
ratingsMixFilterTitle: 'Filtrar por calificación',
|
||
ratingsMixFilterDesc:
|
||
'Filtra elementos de baja calificación en {{mix}} y {{albums}}. Click en la estrella seleccionada nuevamente para desactivar el umbral.',
|
||
ratingsMixMinSong: 'Canciones',
|
||
ratingsMixMinAlbum: 'Álbumes',
|
||
ratingsMixMinArtist: 'Artistas',
|
||
ratingsMixMinThresholdAria: 'Estrellas mínimas: {{label}}',
|
||
backupTitle: 'Respaldo y Restauración',
|
||
backupExport: 'Exportar configuración',
|
||
backupExportDesc: 'Guarda toda la configuración, perfiles de servidor, configuración Last.fm, tema, EQ y atajos de teclado a un archivo .psybkp. Las contraseñas se almacenan en texto plano — mantén el archivo seguro.',
|
||
backupImport: 'Importar configuración',
|
||
backupImportDesc: 'Restaura configuración desde un archivo .psybkp. La app se recargará después de importar.',
|
||
backupImportConfirm: 'Esto sobrescribirá toda la configuración actual. ¿Continuar?',
|
||
backupSuccess: 'Respaldo guardado',
|
||
backupImportSuccess: 'Configuración restaurada — recargando…',
|
||
backupImportError: 'Archivo de respaldo inválido o corrupto.',
|
||
shortcutsReset: 'Restablecer a predeterminados',
|
||
shortcutListening: 'Presiona una tecla…',
|
||
shortcutUnbound: '—',
|
||
globalShortcutsTitle: 'Atajos Globales',
|
||
globalShortcutsNote: 'Funcionan en todo el sistema incluso cuando Psysonic está en segundo plano. Requieren Ctrl, Alt o Super como modificador.',
|
||
shortcutClear: 'Limpiar',
|
||
shortcutPlayPause: 'Reproducir / Pausa',
|
||
shortcutNext: 'Siguiente pista',
|
||
shortcutPrev: 'Pista anterior',
|
||
shortcutVolumeUp: 'Subir volumen',
|
||
shortcutVolumeDown: 'Bajar volumen',
|
||
shortcutSeekForward: 'Avanzar 10s',
|
||
shortcutSeekBackward: 'Retroceder 10s',
|
||
shortcutToggleQueue: 'Alternar cola',
|
||
shortcutOpenFolderBrowser: 'Abrir {{folderBrowser}}',
|
||
shortcutFullscreenPlayer: 'Reproductor pantalla completa',
|
||
shortcutNativeFullscreen: 'Pantalla completa nativa',
|
||
shortcutOpenMiniPlayer: 'Abrir mini reproductor',
|
||
shortcutStartSearch: 'Iniciar una búsqueda',
|
||
shortcutStartAdvancedSearch: 'Iniciar una búsqueda avanzada',
|
||
shortcutToggleSidebar: 'Alternar barra lateral',
|
||
shortcutMuteSound: 'Silenciar',
|
||
shortcutToggleEqualizer: 'Abrir / alternar ecualizador',
|
||
shortcutToggleRepeat: 'Alternar repetición',
|
||
shortcutOpenNowPlaying: 'Abrir "Reproduciendo ahora"',
|
||
shortcutShowLyrics: 'Mostrar letra',
|
||
shortcutFavoriteCurrentTrack: 'Añadir pista actual a favoritos',
|
||
shortcutOpenHelp: 'Ayuda',
|
||
playbackTitle: 'Reproducción',
|
||
replayGain: 'Replay Gain',
|
||
replayGainDesc: 'Normalizar volumen de pistas usando metadatos ReplayGain',
|
||
replayGainMode: 'Modo',
|
||
replayGainAuto: 'Auto',
|
||
replayGainAutoDesc: 'Usa la ganancia del álbum cuando las pistas adyacentes en la cola son del mismo álbum, si no la ganancia de pista.',
|
||
replayGainTrack: 'Pista',
|
||
replayGainAlbum: 'Álbum',
|
||
replayGainPreGain: 'Pre-Ganancia (archivos etiquetados)',
|
||
replayGainPreGainDesc: 'Aumento universal añadido a cada cálculo de ReplayGain. Útil si tu biblioteca te parece globalmente demasiado baja.',
|
||
replayGainFallback: 'Respaldo (sin etiquetar / radio)',
|
||
replayGainFallbackDesc: 'Se aplica a pistas (y emisoras de radio) sin etiquetas ReplayGain, para que el contenido sin etiquetar no salte más fuerte que el resto.',
|
||
normalization: 'Normalización',
|
||
normalizationDesc: 'Iguala el volumen percibido entre pistas, álbumes y radio.',
|
||
normalizationOff: 'Apagado',
|
||
normalizationReplayGain: 'ReplayGain',
|
||
normalizationLufs: 'LUFS',
|
||
loudnessTargetLufs: 'LUFS objetivo',
|
||
loudnessTargetLufsDesc: 'Volumen de referencia al que se ajustan todas las pistas. Valor más bajo = salida más fuerte. Los servicios de streaming suelen rondar los -14 LUFS.',
|
||
loudnessPreAnalysisAttenuation: 'Atenuación antes de medir',
|
||
loudnessPreAnalysisAttenuationDesc:
|
||
'Atenúa hasta que la loudness del tema esté guardada. En streaming luego solo hay estimaciones aproximadas. 0 dB = ninguna; más negativo = más bajo. A la derecha se muestra el dB efectivo para el destino actual.',
|
||
loudnessPreAnalysisAttenuationRef: 'Efectivo {{eff}} dB con destino {{tgt}} LUFS.',
|
||
loudnessPreAnalysisAttenuationReset: 'Predeterminado',
|
||
loudnessFirstPlayNote:
|
||
'En la primera reproducción de un tema nuevo el volumen puede oscilar brevemente mientras se mide. La siguiente vez se usa la medición guardada y todo permanece estable. Las pistas próximas en la cola suelen analizarse durante la canción anterior, por lo que en la práctica esto rara vez ocurre.',
|
||
crossfade: 'Crossfade',
|
||
crossfadeDesc: 'Transición entre pistas',
|
||
crossfadeSecs: '{{n}} s',
|
||
notWithGapless: 'No disponible mientras Gapless está activo',
|
||
notWithCrossfade: 'No disponible mientras Crossfade está activo',
|
||
gapless: 'Reproducción Gapless',
|
||
gaplessDesc: 'Precarga siguiente pista para eliminar silencios entre canciones',
|
||
preservePlayNextOrder: 'Mantener el orden de "Reproducir Siguiente"',
|
||
preservePlayNextOrderDesc: 'Los elementos añadidos a "Reproducir Siguiente" se encolan detrás de los anteriores en vez de saltar al principio.',
|
||
trackPreviewsTitle: 'Previsualizaciones de pistas',
|
||
trackPreviewsToggle: 'Activar previsualizaciones',
|
||
trackPreviewsDesc: 'Mostrar botones de Reproducir y Previsualización en las listas de pistas para una muestra rápida a mitad de canción.',
|
||
trackPreviewStart: 'Posición inicial',
|
||
trackPreviewStartDesc: 'Cuánto avanza la pista antes de iniciar la previsualización (% de la duración).',
|
||
trackPreviewDuration: 'Duración',
|
||
trackPreviewDurationDesc: 'Cuánto dura cada previsualización antes de detenerse.',
|
||
trackPreviewDurationSecs: '{{n}} s',
|
||
trackPreviewLocationsTitle: 'Dónde aparecen las previsualizaciones',
|
||
trackPreviewLocationsDesc: 'Elige en qué listas se muestran los botones de previsualización.',
|
||
trackPreviewLocation_suggestions: 'En sugerencias de listas',
|
||
trackPreviewLocation_albums: 'En listas de pistas de álbum',
|
||
trackPreviewLocation_playlists: 'En listas de reproducción',
|
||
trackPreviewLocation_favorites: 'En favoritos',
|
||
trackPreviewLocation_artist: 'En las mejores pistas del artista',
|
||
trackPreviewLocation_randomMix: 'En Random Mix',
|
||
nextTrackBufferingTitle: 'Buffer',
|
||
infiniteQueue: 'Cola Infinita',
|
||
infiniteQueueDesc: 'Agregar automáticamente pistas aleatorias cuando la cola termina',
|
||
experimental: 'Experimental',
|
||
sidebarLyricsStyle: 'Estilo de desplazamiento de letra',
|
||
sidebarLyricsStyleClassic: 'Clásico',
|
||
sidebarLyricsStyleClassicDesc: 'La línea activa se centra.',
|
||
sidebarLyricsStyleApple: 'Apple Music-like',
|
||
sidebarLyricsStyleAppleDesc: 'La línea activa se ancla arriba con animación suave.',
|
||
seekbarStyle: 'Estilo de Barra de Progreso',
|
||
seekbarStyleDesc: 'Elige la apariencia de la barra de progreso del reproductor',
|
||
seekbarTruewave: 'Forma de Onda Real',
|
||
seekbarPseudowave: 'Forma de Onda Pseudo',
|
||
seekbarLinedot: 'Línea y Punto',
|
||
seekbarBar: 'Barra',
|
||
seekbarThick: 'Barra Gruesa',
|
||
seekbarSegmented: 'Segmentada',
|
||
seekbarNeon: 'Brillo Neón',
|
||
seekbarPulsewave: 'Onda Pulsante',
|
||
seekbarParticletrail: 'Estela de Partículas',
|
||
seekbarLiquidfill: 'Llenado Líquido',
|
||
seekbarRetrotape: 'Cinta Retro',
|
||
themeSchedulerTitle: 'Cambio Automático de Tema',
|
||
themeSchedulerEnable: 'Habilitar Programador de Temas',
|
||
themeSchedulerEnableSub: 'Cambia automáticamente entre dos temas según la hora del día',
|
||
themeSchedulerDayTheme: 'Tema de Día',
|
||
themeSchedulerDayStart: 'Comienza de Día A las',
|
||
themeSchedulerNightTheme: 'Tema de Noche',
|
||
themeSchedulerNightStart: 'Comienza de Noche A las',
|
||
themeSchedulerActiveHint: 'El Programador de Temas está activo — los cambios de tema se manejan automáticamente.',
|
||
visualOptionsTitle: 'Opciones Visuales',
|
||
coverArtBackground: 'Fondo de Portada',
|
||
coverArtBackgroundSub: 'Mostrar portada desenfocada como fondo en encabezados de álbumes y listas de reproducción',
|
||
playlistCoverPhoto: 'Foto de Portada de Playlist',
|
||
playlistCoverPhotoSub: 'Mostrar cuadrícula de fotos de portada en la vista detallada de playlists',
|
||
showBitrate: 'Mostrar Bitrate',
|
||
showBitrateSub: 'Mostrar bitrate de audio en las listas de pistas',
|
||
floatingPlayerBar: 'Barra del Reproductor Flotante',
|
||
floatingPlayerBarSub: 'Mantener la barra del reproductor flotando sobre el contenido',
|
||
uiScaleTitle: 'Escala de Interfaz',
|
||
uiScaleLabel: 'Zoom',
|
||
confirmDeleteServerLibrary: '¿También quieres eliminar el índice local de biblioteca de este servidor? Pulsa Cancelar para conservar la copia en caché para uso sin conexión.',
|
||
waveformCacheClearBtn: 'Borrar caché de forma de onda',
|
||
waveformCacheCleared: 'Caché de forma de onda borrada ({{count}} filas).',
|
||
waveformCacheClearFailed: 'No se pudo borrar la caché de forma de onda.',
|
||
analyticsStrategyTitle: 'Estrategias de análisis',
|
||
analyticsStrategyDesc: 'Elige el estilo de análisis para la biblioteca.',
|
||
analyticsStrategyLabel: 'Estrategia',
|
||
analyticsStrategyLazy: 'Perezosa',
|
||
analyticsStrategyLazyDesc: 'Analiza solo cuando se reproduce una pista o entra en la caché caliente/sin conexión; uso mínimo de CPU y red.',
|
||
analyticsStrategyAdvanced: 'Agresiva',
|
||
analyticsStrategyAdvancedDesc: 'Escaneo en segundo plano más agresivo. Al terminar, obtienes BPM para todas las pistas y carga inmediata de loudness y forma de onda.',
|
||
analyticsStrategyPriorityTitle: 'Prioridad de análisis (siempre activa)',
|
||
analyticsStrategyPriorityHigh: '1 — Reproducción actual: descargar y analizar primero (bytes de reproducción, backfill de loudness o HTTP cuando haga falta).',
|
||
analyticsStrategyPriorityMiddle: '2 — Siguientes: ~5 pistas de cola y vecinas de caché caliente; analiza desde caché/descarga cuando sea posible, con backfill HTTP solo en fallo.',
|
||
analyticsStrategyPriorityLow: '3 — Lote de biblioteca (solo Agresiva): cola automática en segundo plano al final; se rellena por watermark (~3× workers) sin esperar a que quede vacía.',
|
||
analyticsStrategyServerLabel: 'Servidor',
|
||
analyticsStrategyProgressLabel: 'Progreso del análisis:',
|
||
analyticsStrategyProgressValue: '{{percent}}% ({{done}}/{{total}})',
|
||
analyticsStrategyActionsLabel: 'Acciones',
|
||
analyticsStrategyParallelismLabel: 'Workers en paralelo',
|
||
analyticsStrategyParallelismValue: '{{n}} hilos',
|
||
analyticsStrategyParallelismDesc: 'Cuántas pistas descargar y analizar al mismo tiempo (HTTP + CPU). Valores más altos aceleran el progreso, pero consumen más red y CPU.',
|
||
analyticsStrategyAdvancedWarning: 'La estrategia agresiva usa más CPU y ancho de banda mientras se ejecuta el lote de biblioteca en segundo plano.',
|
||
analyticsStrategyServerRemoved: 'Servidor eliminado',
|
||
analyticsStrategyClearAction: 'Borrar análisis',
|
||
analyticsStrategyClearTitle: '¿Borrar análisis?',
|
||
analyticsStrategyClearDesc: 'Borrar el análisis de {{server}} elimina las formas de onda y loudness en caché. Si vuelves a añadir este servidor, puede requerir una reindexación larga.',
|
||
analyticsStrategyClearCancel: 'Cancelar',
|
||
analyticsStrategyClearConfirm: 'Borrar análisis',
|
||
analyticsStrategyClearSuccess: 'Análisis borrado para el servidor eliminado.',
|
||
analyticsStrategyClearError: 'No se pudo borrar el análisis del servidor eliminado.',
|
||
analyticsStrategyProgressEmptyAfterFailed: '100% (0/0, bloqueado por pistas fallidas)',
|
||
analyticsFailedTracksOpenTitle: 'Pistas fallidas: {{count}}',
|
||
analyticsFailedTracksTitle: 'Pistas de análisis fallidas — {{server}}',
|
||
analyticsFailedTracksDesc: 'Estas pistas fallaron repetidamente en decode/enrichment y quedan excluidas del análisis automático en segundo plano.',
|
||
analyticsFailedTracksLoading: 'Cargando lista de pistas fallidas…',
|
||
analyticsFailedTracksEmpty: 'No hay pistas fallidas para este servidor.',
|
||
analyticsFailedTracksClose: 'Cerrar',
|
||
analyticsFailedTracksExport: 'Exportar lista',
|
||
analyticsFailedTracksExportSuccess: 'Lista de pistas fallidas exportada ({{count}}).',
|
||
analyticsFailedTracksExportError: 'No se pudo exportar la lista de pistas fallidas.',
|
||
analyticsFailedTracksRescan: 'Reanalizar pistas fallidas',
|
||
analyticsFailedTracksRescanSuccess: 'Reanálisis programado para {{count}} pistas fallidas.',
|
||
analyticsFailedTracksRescanError: 'No se pudo reanalizar las pistas fallidas.',
|
||
analyticsFailedTracksLoadError: 'No se pudo cargar las pistas fallidas.',
|
||
backupImportAny: 'Importar copia',
|
||
backupImportAnyConfirm: 'Importar el archivo de copia seleccionado y aplicar su contenido (ajustes, bases de datos de biblioteca o copia completa). ¿Continuar?',
|
||
backupModeFull: 'Completa',
|
||
backupModeLibrary: 'Bases de datos de biblioteca',
|
||
backupModeConfig: 'Configuración',
|
||
backupFullDesc: 'Archiva los ajustes y las bases de datos de la biblioteca en un único archivo de copia.',
|
||
backupFullExport: 'Exportar copia completa',
|
||
backupFullImport: 'Importar copia completa',
|
||
backupFullImportConfirm: 'Esto sobrescribirá los ajustes, reemplazará las bases de datos actuales y las moverá a .bak. ¿Continuar?',
|
||
backupFullExportSuccess: 'Copia completa exportada.',
|
||
backupFullImportSuccess: 'Copia completa importada — recargando…',
|
||
backupFullImportError: 'No se pudo importar la copia completa.',
|
||
backupLibraryExport: 'Exportar bases de datos',
|
||
backupLibraryExportDesc: 'Crea un archivo comprimido con instantáneas SQLite limpias de las bases de datos de biblioteca.',
|
||
backupLibraryImport: 'Importar bases de datos',
|
||
backupLibraryImportDesc: 'Restaura las bases de datos de biblioteca desde un archivo. Las bases actuales se mueven a .bak antes del cambio.',
|
||
backupLibraryImportConfirm: 'Esto reemplazará las bases de datos actuales y las moverá a .bak. ¿Continuar?',
|
||
backupLibraryExportSuccess: 'Copia de bases de datos exportada.',
|
||
backupLibraryImportSuccess: 'Copia de bases de datos importada.',
|
||
backupLibraryImportError: 'No se pudo importar la copia de bases de datos.',
|
||
backupOverlayExportTitle: 'Creando copia…',
|
||
backupOverlayImportTitle: 'Restaurando copia…',
|
||
backupOverlayHint: 'Puedes mantener la ventana abierta mientras procesamos archivos. La entrada está bloqueada temporalmente.',
|
||
};
|