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 GitHub
parent 195ae56001
commit 46a963a02a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"
}
}
}
}