Adds localization
This commit is contained in:
37
interface/src/main/resources/lang/interface_es.properties
Normal file
37
interface/src/main/resources/lang/interface_es.properties
Normal file
@@ -0,0 +1,37 @@
|
||||
title=Reproductor de música universal
|
||||
|
||||
albumInfo.album=Álbum
|
||||
albumInfo.artists=Artistas
|
||||
albumInfo.genres=Géneros
|
||||
albumInfo.year=Año
|
||||
|
||||
collections.all=Todas las canciones
|
||||
collections.artists=Artistas
|
||||
collections.albums=Álbums
|
||||
collections.genres=Géneros
|
||||
collections.years=Años
|
||||
collections.playlists=Listas
|
||||
|
||||
interface.queue.title=Queue
|
||||
|
||||
actions.apply=Aplique
|
||||
actions.confirm=Vale
|
||||
actions.add=Añadir
|
||||
actions.remove=Eliminar
|
||||
actions.cancel=Cancelar
|
||||
actions.clear=Claro
|
||||
actions.play=Reproducir
|
||||
actions.pause=Pausa
|
||||
actions.skipNext=Siguiente
|
||||
actions.skipPrev=Anteriormente
|
||||
actions.stop=Detener
|
||||
|
||||
actions.external.add.title=Añadir canción externa
|
||||
actions.external.add.url=URL
|
||||
actions.external.add.song=Título
|
||||
actions.external.add.album=Álbum
|
||||
actions.external.add.artists=Artistas
|
||||
actions.external.add.genre=Género
|
||||
|
||||
error.generic=¡Error!
|
||||
error.browser.launch=No se puede abrir el fondo del navegador
|
||||
Reference in New Issue
Block a user