mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-22 15:25:46 +00:00
sortable columns, gender filter, age range filter, new columns.
This commit is contained in:
@@ -211,6 +211,11 @@ export const esTranslation = {
|
||||
playAll: 'Reproducir todo',
|
||||
removeSong: 'Quitar de favoritos',
|
||||
stations: 'Estaciones de Radio',
|
||||
showingFiltered: 'Mostrando {{filtered}} de {{total}} ({{artist}})',
|
||||
showingCount: 'Mostrando {{filtered}} de {{total}}',
|
||||
clearArtistFilter: 'Limpiar filtro de artista',
|
||||
noFilterResults: 'No hay resultados con los filtros seleccionados.',
|
||||
allArtists: 'Todos los Artistas',
|
||||
},
|
||||
randomLanding: {
|
||||
title: 'Crear Mezcla',
|
||||
@@ -400,6 +405,10 @@ export const esTranslation = {
|
||||
durationHoursMinutes: '{{hours}}h {{minutes}}m',
|
||||
durationMinutesOnly: '{{minutes}}m',
|
||||
updaterOpenGitHub: 'Abrir en GitHub',
|
||||
filters: 'Filtros',
|
||||
more: 'más',
|
||||
yearRange: 'Rango de años',
|
||||
clearAll: 'Limpiar todo',
|
||||
},
|
||||
settings: {
|
||||
title: 'Configuración',
|
||||
|
||||
Reference in New Issue
Block a user