Actualizar 'src/lang/es.js'

This commit is contained in:
peter9811 2020-07-28 19:55:32 +02:00
parent 9346f89d48
commit f24ba1da0e
1 changed files with 17 additions and 17 deletions

View File

@ -1,24 +1,24 @@
const en = { const en = {
globals: { globals: {
welcome: 'Welcome to deemix', welcome: 'Bienvenido a deemix',
back: 'back', back: 'atrás',
loading: 'loading', loading: 'cargando',
download: 'Download {0}', download: 'Descarga {0}',
by: 'by {0}', by: 'por {0}',
in: 'in {0}', in: 'en {0}',
download_hint: 'Download', download_hint: 'Descargar',
play_hint: 'Play', play_hint: 'Reproducir',
toggle_download_tab_hint: 'Expand/Collapse', toggle_download_tab_hint: 'Expandir/Colapsar',
clean_queue_hint: 'Clear Finished', clean_queue_hint: 'Limpiar terminados',
cancel_queue_hint: 'Cancel All', cancel_queue_hint: 'Cancelar todos',
listTabs: { listTabs: {
empty: '', empty: '',
all: 'all', all: 'todos',
top_result: 'top result', top_result: 'mejores resultados',
album: 'album | albums', album: 'álbum | álbumes',
artist: 'artist | artists', artist: 'artista | artistas',
single: 'single | singles', single: 'sencillo | sencillos',
title: 'title | titles', title: 'título | títulos',
track: 'track | tracks', track: 'track | tracks',
trackN: '0 tracks | {n} track | {n} tracks', trackN: '0 tracks | {n} track | {n} tracks',
releaseN: '0 releases | {n} release | {n} releases', releaseN: '0 releases | {n} release | {n} releases',