diff --git a/src/lang/es.js b/src/lang/es.js
index 1d00cf2..50fbf59 100644
--- a/src/lang/es.js
+++ b/src/lang/es.js
@@ -19,39 +19,39 @@ const en = {
artist: 'artista | artistas',
single: 'sencillo | sencillos',
title: 'título | títulos',
- track: 'track | tracks',
- trackN: '0 tracks | {n} track | {n} tracks',
- releaseN: '0 releases | {n} release | {n} releases',
- playlist: 'playlist | playlists',
- compile: 'compilation | compilations',
+ track: 'canción | canciones',
+ trackN: '0 canciones | {n} canción | {n} canciones',
+ releaseN: '0 entregas | {n} entrega | {n} entregas',
+ playlist: 'lista de reproducción | listas de reproducción',
+ compile: 'compilación | compilaciones',
ep: 'ep | eps',
- spotifyPlaylist: 'spotify playlist | spotify playlists',
- releaseDate: 'release date',
+ spotifyPlaylist: 'lista de reproducción spotify | listas de reproducción spotify',
+ releaseDate: 'fecha de publicación',
error: 'error'
}
},
about: {
titles: {
- usefulLinks: 'Useful Links',
- bugReports: 'Bug Reports',
- contributing: 'Contributing',
- donations: 'Donations',
- license: 'License'
+ usefulLinks: 'Enlaces útiles',
+ bugReports: 'Reportar fallos',
+ contributing: 'Contribuye',
+ donations: 'Donaciones',
+ license: 'Licencia'
},
subtitles: {
- bugReports: "Is there something that isn't working in deemix? Tell us!",
- contributing: 'You want to contribute to this project? You can do it in different ways!',
- donations: 'You want to contribute monetarily? You could make a donation!'
+ bugReports: "¿Hay algo que no funcione en Deemix? ¡Díganoslo!",
+ contributing: '¿Quieres contribuir a este proyecto? ¡Puedes hacerlo de diferentes maneras!',
+ donations: '¿Quiere contribuir monetariamente? ¡Podrías hacer una donación!'
},
- usesLibrary: 'This app uses the deemix library, which you can use to make your own UI for deemix.',
- thanks: `Thanks to rtonno, uhwot and lollilol for helping me with this project and to BasCurtiz and scarvimane for making the icon.`,
- upToDate: `Stay up to date with the updates by following the news channel on Telegram.`,
- officialWebsite: 'Official Website',
- officialRepo: 'Official Library Repository',
- officialWebuiRepo: 'Official WebUI Repository',
- officialSubreddit: 'Official Subreddit',
- newsChannel: 'News Channel',
- questions: `If you have questions or problems with the app, search for a solution in the subreddit first. Then, if you don't find anything you can make a post with your issue on the subreddit.`,
+ usesLibrary: 'Esta aplicación usa la biblioteca deemix, que puedes usar para hacer tu propia interfaz de usuario para deemix.',
+ thanks: `Gracias a rtonno, uhwot y lollilol por ayudarme con este proyecto, a BasCurtiz y scarvimane por hacer el icono.`,
+ upToDate: `Mantente al día con las actualizaciones siguiendo el canal de noticias en Telegram.`,
+ officialWebsite: 'Página web oficial',
+ officialRepo: 'Repositorio de la biblioteca oficial',
+ officialWebuiRepo: 'Repositorio oficial de WebUI',
+ officialSubreddit: 'Subreddit oficial',
+ newsChannel: 'Canal de noticias',
+ questions: `Si tienes preguntas o problemas con la aplicación, busca una solución en el subreddit primero. Luego, si no encuentras nada puedes hacer un post con tu problema en el subreddit.`,
beforeReporting: `Before reporting a bug make sure you're running the latest version of the app and that what you want to report is actually a bug and not something that's wrong only on your end.`,
beSure: `Make sure the bug is reproducible on another machines and also DO NOT report a bug if it's been already reported.`,
duplicateReports: 'Duplicate bug reports will be closed, so keep an eye out on that.',
@@ -307,38 +307,38 @@ const en = {
start: 'Start Of Each Word',
sentence: 'Like a sentence'
},
- previewVolume: 'Preview Volume',
+ previewVolume: 'Volumen de previsualización',
executeCommand: {
- title: 'Command to execute after download',
- description: 'Leave blank for no action'
+ title: 'Comando a ejecutar después de la descarga',
+ description: 'Deje en blanco para no hacer nada'
}
},
spotify: {
- title: 'Spotify Features',
- clientID: 'Spotify clientID',
- clientSecret: 'Spotify Client Secret',
- username: 'Spotify username'
+ title: 'Funciones de Spotify',
+ clientID: 'ID del cliente de Spotify',
+ clientSecret: 'Cliente secreto de Spotify',
+ username: 'Nombre de usuario de Spotify'
},
- reset: 'Reset to Default',
- save: 'Save',
+ reset: 'Restablecer el valor por defecto',
+ save: 'Guardar',
toasts: {
- init: 'Settings loaded!',
- update: 'Settings updated!',
- ARLcopied: 'ARL copied to clipboard'
+ init: '¡Configuraciones cargadas!',
+ update: '¡Ajustes actualizados!',
+ ARLcopied: 'ARL copiado al portapapeles'
}
},
sidebar: {
- home: 'home',
- search: 'search',
+ home: 'inicio',
+ search: 'buscar',
charts: 'charts',
- favorites: 'favorites',
- linkAnalyzer: 'link analyzer',
- settings: 'settings',
- about: 'about'
+ favorites: 'favoritos',
+ linkAnalyzer: 'analizar links',
+ settings: 'ajustes',
+ about: 'acerca de'
},
tracklist: {
- downloadSelection: 'Download selection'
+ downloadSelection: 'Descargar selección'
}
}
-export default en
+export default es
\ No newline at end of file