From 9b1be35c14b0f19e43e77c5e7f74cdb014206dc4 Mon Sep 17 00:00:00 2001 From: Gosz Date: Wed, 23 Sep 2020 13:46:05 -0400 Subject: [PATCH] Updatind translation --- resources/i18n/es.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/resources/i18n/es.json b/resources/i18n/es.json index 104fd502..aaf1a895 100644 --- a/resources/i18n/es.json +++ b/resources/i18n/es.json @@ -26,7 +26,8 @@ "playNow": "Reproducir Ahora", "addToPlaylist": "Agregar a la lista de reproducción", "shuffleAll": "Todas Aleatorias", - "download": "Descarga" + "download": "Descarga", + "playNext": "Siguiente" } }, "album": { @@ -284,7 +285,7 @@ "clickToPlayText": "Clic para reproducir", "clickToPauseText": "Clic para pausar", "nextTrackText": "Pista Siguiente", - "previousTrackText": "Pista previa", + "previousTrackText": "Pista anterior", "reloadText": "Refrescar", "volumeText": "Volumen", "toggleLyricText": "Mostrar letras",