fix(ui): update Spanish translation (#3682)

Disambiguation for:
"recentlyAdded": "Añadidos recientemente",
"recentlyPlayed": "Reproducidos recientemente"
They share the same label: "Recientes".
This commit is contained in:
RTapeLoadingError 2025-02-01 19:07:41 +01:00 committed by Joe Stump
parent fd514bea2a
commit c9bf8a7834
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -73,8 +73,8 @@
"lists": {
"all": "Todos",
"random": "Aleatorio",
"recentlyAdded": "Recientes",
"recentlyPlayed": "Recientes",
"recentlyAdded": "Añadidos recientemente",
"recentlyPlayed": "Reproducidos recientemente",
"mostPlayed": "Más reproducidos",
"starred": "Favoritos",
"topRated": "Los mejores calificados"
@ -465,4 +465,4 @@
"current_song": "Canción actual"
}
}
}
}