Update es_ES.lang.php (#703)
parent
1cb2357460
commit
e2d904688a
|
@ -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 <b>todos</b> 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:<br><br>Servidor: %LABEL%<br>IP: %IP%<br>Puerto: %PORT%<br>Error: %ERROR%<br>Fecha: %DATE%",
|
||||
'off_email_body' => "Imposible conectar al servidor:<br/><br/>Servidor: %LABEL%<br/>IP: %IP%<br/>Puerto: %PORT%<br/>Error: %ERROR%<br/>Fecha: %DATE%",
|
||||
'off_pushover_title' => 'Servidor \'%LABEL%\' está fuera de línea',
|
||||
'off_pushover_message' => "No posible conectar al servidor:<br><br>Servidor: %LABEL%<br>IP: %IP%<br>Puerto: %PORT%<br>Error: %ERROR%<br>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:<br/><br/>Servidor: %LABEL%<br/>IP: %IP%<br/>Puerto: %PORT%<br/>Error: %ERROR%<br/>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%:<br><br>Servidor: %LABEL%<br>IP: %IP%<br>Puerto: %PORT%<br>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%:<br/><br/>Servidor: %LABEL%<br/>IP: %IP%<br/>Puerto: %PORT%<br/>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%:<br><br>Servidor: %LABEL%<br>IP: %IP%<br>Puerto: %PORT%<br>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%:<br/><br/>Servidor: %LABEL%<br/>IP: %IP%<br/>Puerto: %PORT%<br/>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',
|
||||
|
|
Loading…
Reference in New Issue