From e2d904688aba2260ad4168cff2c4e960bf780f94 Mon Sep 17 00:00:00 2001 From: "IT. Orlando Hernandez (Masterk3y)" Date: Sat, 18 May 2019 19:19:17 -0500 Subject: [PATCH] Update es_ES.lang.php (#703) --- src/lang/es_ES.lang.php | 42 ++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/src/lang/es_ES.lang.php b/src/lang/es_ES.lang.php index efbc78e9..c295ae04 100644 --- a/src/lang/es_ES.lang.php +++ b/src/lang/es_ES.lang.php @@ -49,7 +49,7 @@ $sm_lang = array( 'back_to_top' => 'Volver arriba', 'go_back' => 'Volver', 'ok' => 'OK', - 'cancel' => 'Cancel', + 'cancel' => 'Cancelar', // date/time format according the strftime php function format parameter http://php.net/manual/function.strftime.php 'short_day_format' => '%B %e', 'long_day_format' => '%B %e, %Y', @@ -62,18 +62,18 @@ $sm_lang = array( 'a_minute_ago' => 'Hace aproximadamente un minuto', 'seconds_ago' => 'Hace %d segundos', 'a_second_ago' => 'Hace aproximadamente un segundo', - 'year' => 'year', - 'years' => 'years', - 'month' => 'month', - 'months' => 'months', - 'day' => 'day', - 'days' => 'days', - 'hour' => 'hour', - 'hours' => 'hours', - 'minute' => 'minute', - 'minutes' => 'minutes', - 'second' => 'second', - 'seconds' => 'seconds', + 'year' => 'año', + 'years' => 'años', + 'month' => 'mes', + 'months' => 'meses', + 'day' => 'día', + 'days' => 'días', + 'hour' => 'hora', + 'hours' => 'horas', + 'minute' => 'minuto', + 'minutes' => 'minutos', + 'second' => 'segundo', + 'seconds' => 'segundos', ), 'menu' => array( 'config' => 'Configurar', @@ -126,7 +126,7 @@ $sm_lang = array( 'email' => 'Email', 'sms' => 'SMS', 'pushover' => 'Pushover', - 'no_logs' => 'No hay journaux', + 'no_logs' => 'No hay registros', 'clear' => 'Borrar registro', 'delete_title' => 'Eliminar registro', 'delete_message' => '¿Estás seguro de que quieres eliminar todos los registros?', @@ -146,7 +146,7 @@ $sm_lang = array( 'pattern_description' => 'Si este patrón no se encuentra en el sitio web, el servidor estará marcada como sin conexión. Se permiten expresiones regulares.', 'last_check' => 'Última verificación', 'last_online' => 'Última vez en línea', - 'last_offline' => 'Last offline', + 'last_offline' => 'Última vez offline', 'monitoring' => 'Monitoreo', 'no_monitoring' => 'Sin monitoreo', 'email' => 'Email', @@ -272,14 +272,14 @@ $sm_lang = array( 'notifications' => array( 'off_sms' => 'Servidor \'%LABEL%\' está fuera de línea: ip=%IP%, puerto=%PORT%. error=%ERROR%', 'off_email_subject' => 'Importante: Servidor \'%LABEL%\' está fuera de línea', - 'off_email_body' => "No posible conectar al servidor:

Servidor: %LABEL%
IP: %IP%
Puerto: %PORT%
Error: %ERROR%
Fecha: %DATE%", + 'off_email_body' => "Imposible conectar al servidor:

Servidor: %LABEL%
IP: %IP%
Puerto: %PORT%
Error: %ERROR%
Fecha: %DATE%", 'off_pushover_title' => 'Servidor \'%LABEL%\' está fuera de línea', - 'off_pushover_message' => "No posible conectar al servidor:

Servidor: %LABEL%
IP: %IP%
Puerto: %PORT%
Error: %ERROR%
Fecha: %DATE%", - 'on_sms' => 'Servidor \'%LABEL%\' ya está de nuevo funcionando en línea: ip=%IP%, puerto=%PORT%, it was down for %LAST_OFFLINE_DURATION%', + 'off_pushover_message' => "No posible conectar al servidor:

Servidor: %LABEL%
IP: %IP%
Puerto: %PORT%
Error: %ERROR%
Fecha: %DATE%", + 'on_sms' => 'Servidor \'%LABEL%\' ya está de nuevo funcionando en línea: ip=%IP%, puerto=%PORT%, la duración de la caída fue de %LAST_OFFLINE_DURATION%', 'on_email_subject' => 'Importante: Servidor \'%LABEL%\' ya está de nuevo en línea', - 'on_email_body' => "Servidor '%LABEL%' ya está funcionando en línea de nuevo, it was down for %LAST_OFFLINE_DURATION%:

Servidor: %LABEL%
IP: %IP%
Puerto: %PORT%
Fecha: %DATE%", + 'on_email_body' => "Servidor '%LABEL%' ya está funcionando en línea de nuevo, la duración de la caída fue de %LAST_OFFLINE_DURATION%:

Servidor: %LABEL%
IP: %IP%
Puerto: %PORT%
Fecha: %DATE%", 'on_pushover_title' => 'Servidor \'%LABEL%\' ya está de nuevo en línea', - 'on_pushover_message' => "Servidor '%LABEL%' ya está funcionando en línea de nuevo, it was down for %LAST_OFFLINE_DURATION%:

Servidor: %LABEL%
IP: %IP%
Puerto: %PORT%
Fecha: %DATE%", + 'on_pushover_message' => "Servidor '%LABEL%' ya está funcionando en línea de nuevo, la duración de la caída fue de %LAST_OFFLINE_DURATION%:

Servidor: %LABEL%
IP: %IP%
Puerto: %PORT%
Fecha: %DATE%", ), 'login' => array( 'welcome_usermenu' => 'Bienvenido, %user_name%', @@ -287,7 +287,7 @@ $sm_lang = array( 'title_forgot' => '¿Olvidaste tu contraseña?', 'title_reset' => 'Restablecer su contraseña', 'submit' => 'Enviar', - 'remember_me' => 'Acuérdate de mí', + 'remember_me' => 'Recordarme', 'login' => 'Iniciar sesión', 'logout' => 'Salir', 'username' => 'Nombre de usuario',