Actualizar 'src/lang/en-modded.js'

This commit is contained in:
peter9811 2020-07-29 14:41:05 +02:00
parent f90db03a59
commit 3a58dba20b
1 changed files with 61 additions and 61 deletions

View File

@ -1,57 +1,57 @@
const en = { const en = {
globals: { globals: {
welcome: 'Bienvenido a deemix', welcome: 'Welcome to deemix',
back: 'atrás', back: 'back',
loading: 'cargando', loading: 'loading',
download: 'Descarga {0}', download: 'Download {0}',
by: 'por {0}', by: 'by {0}',
in: 'en {0}', in: 'in {0}',
download_hint: 'Descargar', download_hint: 'Download',
play_hint: 'Reproducir', play_hint: 'Play',
toggle_download_tab_hint: 'Expandir/Colapsar', toggle_download_tab_hint: 'Expand/Collapse',
clean_queue_hint: 'Limpiar terminados', clean_queue_hint: 'Clear Finished',
cancel_queue_hint: 'Cancelar todos', cancel_queue_hint: 'Cancel All',
listTabs: { listTabs: {
empty: '', empty: '',
all: 'todos', all: 'all',
top_result: 'mejores resultados', top_result: 'top result',
album: 'álbum | álbumes', album: 'album | albums',
artist: 'artista | artistas', artist: 'artist | artists',
single: 'sencillo | sencillos', single: 'single | singles',
title: 'título | títulos', title: 'title | titles',
track: 'canción | canciones', track: 'track | tracks',
trackN: '0 canciones | {n} canción | {n} canciones', trackN: '0 tracks | {n} track | {n} tracks',
releaseN: '0 entregas | {n} entrega | {n} entregas', releaseN: '0 releases | {n} release | {n} releases',
playlist: 'lista de reproducción | listas de reproducción', playlist: 'playlist | playlists',
compile: 'compilación | compilaciones', compile: 'compilation | compilations',
ep: 'ep | eps', ep: 'ep | eps',
spotifyPlaylist: 'lista de reproducción spotify | listas de reproducción spotify', spotifyPlaylist: 'spotify playlist | spotify playlists',
releaseDate: 'fecha de publicación', releaseDate: 'release date',
error: 'error' error: 'error'
} }
}, },
about: { about: {
titles: { titles: {
usefulLinks: 'Enlaces útiles', usefulLinks: 'Useful Links',
bugReports: 'Reportar fallos', bugReports: 'Bug Reports',
contributing: 'Contribuye', contributing: 'Contributing',
donations: 'Donaciones', donations: 'Donations',
license: 'Licencia' license: 'License'
}, },
subtitles: { subtitles: {
bugReports: "¿Hay algo que no funcione en Deemix? ¡Díganoslo!", bugReports: "Is there something that isn't working in deemix? Tell us!",
contributing: '¿Quieres contribuir a este proyecto? ¡Puedes hacerlo de diferentes maneras!', contributing: 'You want to contribute to this project? You can do it in different ways!',
donations: '¿Quiere contribuir monetariamente? ¡Podrías hacer una donación!' donations: 'You want to contribute monetarily? You could make a donation!'
}, },
usesLibrary: 'Esta aplicación usa la biblioteca <strong>deemix</strong>, que puedes usar para hacer tu propia interfaz de usuario para deemix.', usesLibrary: 'This app uses the <strong>deemix</strong> library, which you can use to make your own UI for 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.`, 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.`,
upToDate: `Mantente al día con las actualizaciones siguiendo el <a href="https://t.me/RemixDevNews" target="_blank">canal de noticias</a> en Telegram.`, upToDate: `Stay up to date with the updates by following the <a href="https://t.me/RemixDevNews" target="_blank">news channel</a> on Telegram.`,
officialWebsite: 'Página web oficial', officialWebsite: 'Official Website',
officialRepo: 'Repositorio de la biblioteca oficial', officialRepo: 'Official Library Repository',
officialWebuiRepo: 'Repositorio oficial de WebUI', officialWebuiRepo: 'Official WebUI Repository',
officialSubreddit: 'Subreddit oficial', officialSubreddit: 'Official Subreddit',
newsChannel: 'Canal de noticias', newsChannel: 'News Channel',
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.`, 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.`,
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: 'Volumen de previsualización', previewVolume: 'Preview Volume',
executeCommand: { executeCommand: {
title: 'Comando a ejecutar después de la descarga', title: 'Command to execute after download',
description: 'Deje en blanco para no hacer nada' description: 'Leave blank for no action'
} }
}, },
spotify: { spotify: {
title: 'Funciones de Spotify', title: 'Spotify Features',
clientID: 'ID del cliente de Spotify', clientID: 'Spotify clientID',
clientSecret: 'Cliente secreto de Spotify', clientSecret: 'Spotify Client Secret',
username: 'Nombre de usuario de Spotify' username: 'Spotify username'
}, },
reset: 'Restablecer el valor por defecto', reset: 'Reset to Default',
save: 'Guardar', save: 'Save',
toasts: { toasts: {
init: '¡Configuraciones cargadas!', init: 'Settings loaded!',
update: '¡Ajustes actualizados!', update: 'Settings updated!',
ARLcopied: 'ARL copiado al portapapeles' ARLcopied: 'ARL copied to clipboard'
} }
}, },
sidebar: { sidebar: {
home: 'inicio', home: 'home',
search: 'buscar', search: 'search',
charts: 'charts', charts: 'charts',
favorites: 'favoritos', favorites: 'favorites',
linkAnalyzer: 'analizar links', linkAnalyzer: 'link analyzer',
settings: 'ajustes', settings: 'settings',
about: 'acerca de' about: 'about'
}, },
tracklist: { tracklist: {
downloadSelection: 'Descargar selección' downloadSelection: 'Download selection'
} }
} }
export default es export default en