2020-07-16 22:11:28 +00:00
const en = {
2020-07-18 16:06:07 +00:00
globals : {
2020-07-28 17:55:32 +00:00
welcome : 'Bienvenido a deemix' ,
back : 'atrás' ,
loading : 'cargando' ,
download : 'Descarga {0}' ,
by : 'por {0}' ,
in : 'en {0}' ,
download _hint : 'Descargar' ,
play _hint : 'Reproducir' ,
toggle _download _tab _hint : 'Expandir/Colapsar' ,
clean _queue _hint : 'Limpiar terminados' ,
cancel _queue _hint : 'Cancelar todos' ,
2020-07-18 16:06:07 +00:00
listTabs : {
2020-07-18 20:44:27 +00:00
empty : '' ,
2020-07-28 17:55:32 +00:00
all : 'todos' ,
top _result : 'mejores resultados' ,
album : 'álbum | álbumes' ,
artist : 'artista | artistas' ,
single : 'sencillo | sencillos' ,
title : 'título | títulos' ,
2020-07-28 18:17:00 +00:00
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' ,
2020-07-20 20:31:54 +00:00
ep : 'ep | eps' ,
2020-07-28 18:17:00 +00:00
spotifyPlaylist : 'lista de reproducción spotify | listas de reproducción spotify' ,
releaseDate : 'fecha de publicación' ,
2020-07-18 16:06:07 +00:00
error : 'error'
}
} ,
2020-07-27 17:30:51 +00:00
about : {
titles : {
2020-07-28 18:17:00 +00:00
usefulLinks : 'Enlaces útiles' ,
bugReports : 'Reportar fallos' ,
contributing : 'Contribuye' ,
donations : 'Donaciones' ,
license : 'Licencia'
2020-07-27 17:30:51 +00:00
} ,
subtitles : {
2020-07-28 18:17:00 +00:00
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!'
2020-07-27 17:30:51 +00:00
} ,
2020-07-28 18:17:00 +00:00
usesLibrary : 'Esta aplicación usa la biblioteca <strong>deemix</strong>, que puedes usar para hacer tu propia interfaz de usuario para deemix.' ,
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 : ` Mantente al día con las actualizaciones siguiendo el <a href="https://t.me/RemixDevNews" target="_blank">canal de noticias</a> 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 <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. ` ,
2020-07-27 17:30:51 +00:00
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. ` ,
duplicateReports : 'Duplicate bug reports will be closed, so keep an eye out on that.' ,
dontOpenIssues : ` <strong>DO NOT</strong> open issues for asking questions, there is a subreddit for that. ` ,
newUI : ` If you're fluent in python you could try to make a new UI for the app using the base library, or fix bugs in the library with a pull request on the <a href="https://codeberg.org/RemixDev/deemix" target="_blank">repo</a>. ` ,
acceptFeatures : ` I accept features as well, but no complex things, as they can be implementend directly in the app and not the library. ` ,
otherLanguages : ` If you're fluent in another programming language you could try to port deemix into other programming languages! ` ,
understandingCode : ` You need help understanding the code? Just hit RemixDev up on Telegram or Reddit. ` ,
contributeWebUI : ` If you know Vue.js (JavaScript), HTML or CSS you could contribute to the <a href="https://codeberg.org/RemixDev/deemix-webui" target="_blank">WebUI</a>. ` ,
itsFree : ` You shoud remember that <strong>this is a free project</strong> and <strong>you should support the artists you love</strong> before supporting the developers. ` ,
notObligated : ` Don't feel obligated to donate, I appreciate you anyway! ` ,
lincensedUnder : ` This work is licensed under a
< a rel = "license" href = "https://www.gnu.org/licenses/gpl-3.0.en.html" target = "_blank"
> GNU General Public License 3.0 < / a
> . `
} ,
2020-07-18 16:06:07 +00:00
charts : {
title : 'Charts' ,
changeCountry : 'Change Country' ,
download : 'Download Chart'
} ,
errors : {
2020-07-23 14:18:28 +00:00
title : 'Errors for {0}' ,
ids : {
2020-07-23 14:43:20 +00:00
invalidURL : 'URL not recognized' ,
unsupportedURL : 'URL not supported yet' ,
ISRCnotOnDeezer : 'Track ISRC is not available on deezer' ,
2020-07-27 17:30:51 +00:00
notYourPrivatePlaylist : "You can't download others private playlists." ,
2020-07-23 14:43:20 +00:00
spotifyDisabled : 'Spotify Features is not setted up correctly.' ,
trackNotOnDeezer : 'Track not found on deezer!' ,
albumNotOnDeezer : 'Album not found on deezer!' ,
notOnDeezer : 'Track not available on Deezer!' ,
2020-07-23 14:18:28 +00:00
notEncoded : 'Track not yet encoded!' ,
notEncodedNoAlternative : 'Track not yet encoded and no alternative found!' ,
wrongBitrate : 'Track not found at desired bitrate.' ,
wrongBitrateNoAlternative : 'Track not found at desired bitrate and no alternative found!' ,
no360RA : 'Track is not available in Reality Audio 360.' ,
2020-07-27 17:30:51 +00:00
notAvailable : "Track not available on deezer's servers!" ,
notAvailableNoAlternative : "Track not available on deezer's servers and no alternative found!"
2020-07-23 14:18:28 +00:00
}
2020-07-18 16:06:07 +00:00
} ,
favorites : {
title : 'Favorites' ,
noPlaylists : 'No Playlists found' ,
noAlbums : 'No Favorite Albums found' ,
noArtists : 'No Favorite Artists found' ,
noTracks : 'No Favorite Tracks found'
} ,
home : {
needTologin : 'You need to log into your Deezer account before you can start downloading.' ,
openSettings : 'Open Settings' ,
sections : {
popularPlaylists : 'Popular playlists' ,
popularAlbums : 'Most streamed albums'
}
} ,
2020-07-20 16:27:41 +00:00
linkAnalyzer : {
info : 'You can use this section to find out more information about the link you are trying to download.' ,
useful :
"This is useful if you're trying to download some tracks that are not available in your country and want to know where they are available, for instance." ,
linkNotSupported : 'This link is not yet supported' ,
linkNotSupportedYet : 'Seems like this link is not yet supported, try analyzing another one.' ,
table : {
id : 'ID' ,
isrc : 'ISRC' ,
upc : 'UPC' ,
duration : 'Duration' ,
diskNumber : 'Disk Number' ,
trackNumber : 'Track Number' ,
releaseDate : 'Release Date' ,
bpm : 'BPM' ,
label : 'Label' ,
recordType : 'Record Type' ,
genres : 'Genres' ,
tracklist : 'Tracklist'
}
} ,
search : {
startSearching : 'Start searching!' ,
description :
2020-07-23 15:46:35 +00:00
'You can search a track, a whole album, an artist, a playlist.... everything! You can also paste a Deezer link' ,
fans : '{0} fans' ,
noResults : 'No results' ,
noResultsTrack : 'No Tracks found' ,
noResultsAlbum : 'No Albums found' ,
noResultsArtist : 'No Artists found' ,
noResultsPlaylist : 'No Playlists found'
2020-07-20 16:27:41 +00:00
} ,
2020-07-18 20:44:27 +00:00
searchbar : 'Search anything you want (or just paste a link)' ,
2020-07-21 09:09:47 +00:00
downloads : 'downloads' ,
toasts : {
addedToQueue : '{0} added to queue' ,
alreadyInQueue : '{0} is already in queue!' ,
finishDownload : '{0} finished downloading.' ,
allDownloaded : 'All downloads completed!' ,
refreshFavs : 'Refresh completed!' ,
loggingIn : 'Logging in' ,
loggedIn : 'Logged in' ,
alreadyLogged : 'Already logged in' ,
2020-07-27 17:30:51 +00:00
loginFailed : "Couldn't log in" ,
2020-07-21 09:09:47 +00:00
loggedOut : 'Logged out' ,
cancellingCurrentItem : 'Cancelling current item.' ,
currentItemCancelled : 'Current item cancelled.' ,
startAddingArtist : 'Adding {0} albums to queue' ,
finishAddingArtist : 'Added {0} albums to queue' ,
startConvertingSpotifyPlaylist : 'Converting spotify tracks to deezer tracks' ,
finishConvertingSpotifyPlaylist : 'Spotify playlist converted'
} ,
2020-07-16 22:11:28 +00:00
settings : {
title : 'Settings' ,
languages : 'Languages' ,
login : {
2020-07-17 19:20:08 +00:00
title : 'Login' ,
2020-07-20 20:31:54 +00:00
loggedIn : 'You are logged in as {username}' ,
2020-07-16 22:11:28 +00:00
arl : {
question : 'How do I get my own ARL?' ,
update : 'Update ARL'
2020-07-18 10:59:39 +00:00
} ,
logout : 'Logout'
2020-07-17 19:20:08 +00:00
} ,
appearance : {
title : 'Appearance' ,
slimDownloadTab : 'Slim download tab'
} ,
downloadPath : {
title : 'Download Path'
2020-07-18 10:59:39 +00:00
} ,
templates : {
title : 'Templates' ,
tracknameTemplate : 'Trackname template' ,
albumTracknameTemplate : 'Album track template' ,
playlistTracknameTemplate : 'Playlist track template'
} ,
folders : {
title : 'Folders' ,
createPlaylistFolder : 'Create folder for playlists' ,
playlistNameTemplate : 'Playlist folder template' ,
createArtistFolder : 'Create folder for artist' ,
artistNameTemplate : 'Artist folder template' ,
createAlbumFolder : 'Create folder for album' ,
albumNameTemplate : 'Album folder template' ,
createCDFolder : 'Create folder for CDs' ,
createStructurePlaylist : 'Create folder structure for playlists' ,
createSingleFolder : 'Create folder structure for singles'
} ,
trackTitles : {
title : 'Track titles' ,
padTracks : 'Pad tracks' ,
paddingSize : 'Overwrite padding size' ,
illegalCharacterReplacer : 'Illegal Character replacer'
} ,
downloads : {
title : 'Downloads' ,
2020-07-18 16:06:07 +00:00
queueConcurrency : 'Concurrent Downloads' ,
2020-07-18 10:59:39 +00:00
maxBitrate : {
2020-07-18 16:06:07 +00:00
title : 'Preferred Bitrate' ,
9 : 'FLAC 1411kbps' ,
3 : 'MP3 320kbps' ,
1 : 'MP3 128kbps'
2020-07-18 10:59:39 +00:00
} ,
overwriteFile : {
2020-07-18 16:06:07 +00:00
title : 'Should I overwrite the files?' ,
y : 'Yes, overwrite the file' ,
2020-07-18 10:59:39 +00:00
n : "No, don't overwrite the file" ,
2020-07-18 16:06:07 +00:00
t : 'Overwrite only the tags'
2020-07-18 10:59:39 +00:00
} ,
2020-07-18 16:06:07 +00:00
fallbackBitrate : 'Bitrate fallback' ,
fallbackSearch : 'Search fallback' ,
logErrors : 'Create log files for errors' ,
logSearched : 'Create log files for searched tracks' ,
createM3U8File : 'Create playlist file' ,
syncedLyrics : 'Create .lyr files (Sync Lyrics)' ,
playlistFilenameTemplate : 'Playlist filename template' ,
saveDownloadQueue : 'Save download queue when closing the app'
2020-07-18 10:59:39 +00:00
} ,
covers : {
title : 'Album covers' ,
2020-07-18 16:06:07 +00:00
saveArtwork : 'Save Covers' ,
coverImageTemplate : 'Cover name template' ,
saveArtworkArtist : 'Save artist image' ,
artistImageTemplate : 'Artist image template' ,
localArtworkSize : 'Local artwork size' ,
embeddedArtworkSize : 'Embedded artwork size' ,
2020-07-18 16:22:45 +00:00
localArtworkFormat : {
title : 'What format do you want the local artwork to be?' ,
2020-07-18 20:44:27 +00:00
jpg : 'A jpeg image' ,
png : 'A png image' ,
both : 'Both a jpeg and a png'
2020-07-18 16:22:45 +00:00
} ,
2020-07-18 16:06:07 +00:00
jpegImageQuality : 'JPEG image quality'
2020-07-18 10:59:39 +00:00
} ,
tags : {
head : 'Which tags to save' ,
2020-07-18 16:06:07 +00:00
title : 'Title' ,
artist : 'Artist' ,
album : 'Album' ,
cover : 'Cover' ,
trackNumber : 'Track Number' ,
trackTotal : 'Track Total' ,
discNumber : 'Disc Number' ,
discTotal : 'Disc Total' ,
albumArtist : 'Album Artist' ,
genre : 'Genre' ,
year : 'Year' ,
date : 'Date' ,
explicit : 'Explicit Lyrics' ,
isrc : 'ISRC' ,
length : 'Track Length' ,
barcode : 'Album Barcode (UPC)' ,
bpm : 'BPM' ,
replayGain : 'Replay Gain' ,
label : 'Album Label' ,
lyrics : 'Unsynchronized Lyrics' ,
copyright : 'Copyright' ,
composer : 'Composer' ,
involvedPeople : 'Involved People'
2020-07-18 10:59:39 +00:00
} ,
other : {
title : 'Other' ,
2020-07-18 16:06:07 +00:00
savePlaylistAsCompilation : 'Save playlists as compilation' ,
useNullSeparator : 'Use null separator' ,
saveID3v1 : 'Save ID3v1 as well' ,
2020-07-18 16:22:45 +00:00
multiArtistSeparator : {
2020-07-18 16:06:07 +00:00
title : 'How would you like to separate your artists?' ,
2020-07-18 16:22:45 +00:00
nothing : 'Save only the main artist' ,
2020-07-18 16:06:07 +00:00
default : 'Using standard specification' ,
andFeat : 'Using & and feat.' ,
using : 'Using "{0}"'
2020-07-18 10:59:39 +00:00
} ,
2020-07-18 16:22:45 +00:00
singleAlbumArtist : 'Save only the main album artist' ,
2020-07-18 16:06:07 +00:00
albumVariousArtists : 'Keep "Various Artists" in the Album Artists' ,
removeAlbumVersion : 'Remove "Album Version" from track title' ,
removeDuplicateArtists : 'Remove combinations of artists' ,
2020-07-18 10:59:39 +00:00
dateFormat : {
2020-07-18 16:06:07 +00:00
title : 'Date format for FLAC files' ,
year : 'YYYY' ,
month : 'MM' ,
day : 'DD'
2020-07-18 10:59:39 +00:00
} ,
featuredToTitle : {
2020-07-18 16:06:07 +00:00
title : 'What should I do with featured artists?' ,
0 : 'Nothing' ,
1 : 'Remove it from the title' ,
3 : 'Remove it from the title and the album title' ,
2 : 'Move it to the title'
2020-07-18 10:59:39 +00:00
} ,
2020-07-18 16:06:07 +00:00
titleCasing : 'Title casing' ,
artistCasing : 'Artist casing' ,
2020-07-18 10:59:39 +00:00
casing : {
2020-07-18 16:06:07 +00:00
nothing : 'Keep unchanged' ,
lower : 'lowercase' ,
upper : 'UPPERCASE' ,
start : 'Start Of Each Word' ,
sentence : 'Like a sentence'
2020-07-18 10:59:39 +00:00
} ,
2020-07-28 18:17:00 +00:00
previewVolume : 'Volumen de previsualización' ,
2020-07-18 10:59:39 +00:00
executeCommand : {
2020-07-28 18:17:00 +00:00
title : 'Comando a ejecutar después de la descarga' ,
description : 'Deje en blanco para no hacer nada'
2020-07-18 10:59:39 +00:00
}
} ,
spotify : {
2020-07-28 18:17:00 +00:00
title : 'Funciones de Spotify' ,
clientID : 'ID del cliente de Spotify' ,
clientSecret : 'Cliente secreto de Spotify' ,
username : 'Nombre de usuario de Spotify'
2020-07-18 10:59:39 +00:00
} ,
2020-07-28 18:17:00 +00:00
reset : 'Restablecer el valor por defecto' ,
save : 'Guardar' ,
2020-07-18 10:59:39 +00:00
toasts : {
2020-07-28 18:17:00 +00:00
init : '¡Configuraciones cargadas!' ,
update : '¡Ajustes actualizados!' ,
ARLcopied : 'ARL copiado al portapapeles'
2020-07-16 22:11:28 +00:00
}
2020-07-18 20:44:27 +00:00
} ,
sidebar : {
2020-07-28 18:17:00 +00:00
home : 'inicio' ,
search : 'buscar' ,
2020-07-18 20:44:27 +00:00
charts : 'charts' ,
2020-07-28 18:17:00 +00:00
favorites : 'favoritos' ,
linkAnalyzer : 'analizar links' ,
settings : 'ajustes' ,
about : 'acerca de'
2020-07-18 20:44:27 +00:00
} ,
tracklist : {
2020-07-28 18:17:00 +00:00
downloadSelection : 'Descargar selección'
2020-07-16 22:11:28 +00:00
}
}
2020-07-28 18:17:00 +00:00
export default es