Actualizar 'src/lang/es.js'

This commit is contained in:
peter9811 2020-07-28 20:17:00 +02:00
parent f24ba1da0e
commit 7167c71977
1 changed files with 44 additions and 44 deletions

View File

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