Adds localization

This commit is contained in:
Markil3
2021-09-05 15:46:55 -06:00
parent c24d6c2367
commit d453135e03
7 changed files with 120 additions and 29 deletions

View File

@@ -0,0 +1,37 @@
title=Universal Music Player
albumInfo.album=Album
albumInfo.artists=Artists
albumInfo.genres=Genres
albumInfo.year=Year
collections.all=All Songs
collections.artists=Artists
collections.albums=Albums
collections.genres=Genres
collections.years=Years
collections.playlists=Playlists
interface.queue.title=Queue
actions.apply=Apply
actions.confirm=O.K.
actions.add=Add
actions.remove=Remove
actions.cancel=Cancel
actions.clear=Clear
actions.play=Play
actions.pause=Pause
actions.skipNext=Next
actions.skipPrev=Previous
actions.stop=Stop
actions.external.add.title=Add External Song
actions.external.add.url=URL
actions.external.add.song=Song Title
actions.external.add.album=Album
actions.external.add.artists=Artists
actions.external.add.genre=Genre
error.generic=Error!
error.browser.launch=Could not open browser background

View 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