mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-21 23:05:46 +00:00
cc04a0c93d
* feat(tracks): distinct circular song cards with jump-to-album badge Single-track cards looked identical to album tiles, so clicking the body read as album behaviour even though it starts playback. Give them a round vinyl-style cover (square stays album-only) via a shared .cover-circle utility, and add a 'To album' badge under the artist that navigates to the track's album. Card click still plays; the badge is the explicit nav path. * i18n(tracks): add toAlbum label across 9 locales * docs(changelog): track-card redesign + to-album badge (#953)
17 lines
661 B
TypeScript
17 lines
661 B
TypeScript
export const tracks = {
|
|
title: 'Canciones',
|
|
subtitle: 'Explorar. Buscar. Descubrir.',
|
|
heroEyebrow: 'Canción del momento',
|
|
heroReroll: 'Elegir otra',
|
|
playSong: 'Reproducir',
|
|
enqueueSong: 'Añadir a la cola',
|
|
toAlbum: 'Ver álbum',
|
|
railRandom: 'Selección aleatoria',
|
|
railHighlyRated: 'Mejor valoradas',
|
|
browseTitle: 'Explorar todas las canciones',
|
|
browseUnsupported: 'Este servidor no lista toda la biblioteca de una vez. Usa la búsqueda de arriba para encontrar canciones concretas.',
|
|
searchPlaceholder: 'Busca una canción por título, artista o álbum…',
|
|
count_one: '{{count}} canción',
|
|
count_other: '{{count}} canciones',
|
|
};
|