From 284a4c1579c5bfaabe0db7e2dfbaa08bcacd411f Mon Sep 17 00:00:00 2001 From: Adrian Scillato <35405447+ascillato@users.noreply.github.com> Date: Sun, 6 Oct 2019 22:48:35 -0300 Subject: [PATCH] Updated Spanish Translation --- sonoff/language/es-ES.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sonoff/language/es-ES.h b/sonoff/language/es-ES.h index d8cf7cca1..b2fc99e75 100644 --- a/sonoff/language/es-ES.h +++ b/sonoff/language/es-ES.h @@ -28,7 +28,7 @@ * Use online command StateText to translate ON, OFF, HOLD and TOGGLE. * Use online command Prefix to translate cmnd, stat and tele. * - * Updated until v6.6.0.14 + * Updated until v6.6.0.15 \*********************************************************************/ #define LANGUAGE_MODULE_NAME // Enable to display "Module Generic" (ie Spanish), Disable to display "Generic Module" (ie English) @@ -283,10 +283,10 @@ #define D_FULL_TOPIC "Full Topic" #define D_LOGGING_PARAMETERS "Parámetros Logging" -#define D_SERIAL_LOG_LEVEL "Nivel de log Serial" -#define D_MQTT_LOG_LEVEL "Mqtt log level" -#define D_WEB_LOG_LEVEL "Nivel de log Web" -#define D_SYS_LOG_LEVEL "Nivel de Syslog" +#define D_SERIAL_LOG_LEVEL "Nivel de log por Serial" +#define D_MQTT_LOG_LEVEL "Nivel de log por Mqtt" +#define D_WEB_LOG_LEVEL "Nivel de log por Web" +#define D_SYS_LOG_LEVEL "Nivel de log por Syslog" #define D_MORE_DEBUG "Más Debug" #define D_SYSLOG_HOST "Host del Syslog" #define D_SYSLOG_PORT "Puerto del Syslog"