Skip to content

Commit 72c7ec4

Browse files
committed
Firewall phrases for Spanish.
1 parent 93f2b9b commit 72c7ec4

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

web/inc/i18n/es.php

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
'Statistics' => 'Estadísticas',
1212
'Log' => 'Mensajes',
1313
'Services' => 'Servicios',
14+
'Firewall' => 'Firewall',
1415
'Updates' => 'Actualizaciones',
1516
'Log in' => 'Entrar',
1617
'Log out' => 'Salir',
@@ -37,6 +38,8 @@
3738
'Restore All' => 'Restaurar Todos',
3839
'Add Package' => 'Añadir Plan',
3940
'Add IP' => 'Añadir IP',
41+
'Add Rule' => 'Añadir Regla',
42+
'Ban IP Address' => 'Bloquear IP',
4043
'Search' => 'Buscar',
4144
'Add one more FTP Account' => 'Añadir una Cuenta FTP adicional',
4245
'Overall Statistics' => 'Estadística General',
@@ -72,6 +75,7 @@
7275
'list accounts' => 'listar %s cuentas',
7376
'add account' => 'añadir cuenta',
7477
'open webmail' => 'abrir webmail',
78+
'list fail2ban' => 'listar fail2ban',
7579
'open %s' => 'abrir %s',
7680
'download' => 'descargar',
7781
'restore' => 'restaurar',
@@ -85,6 +89,8 @@
8589
'reread IP' => 'releer IP',
8690
'enable autoupdate' => 'activar autoupdate',
8791
'disable autoupdate' => 'desactivar autoupdate',
92+
'turn on notifications' => 'activar la notificación',
93+
'turn off notifications' => 'desactivar las notificaciones',
8894

8995
'Adding User' => 'Añadiendo Usuario',
9096
'Editing User' => 'Editando Usuario',
@@ -110,6 +116,9 @@
110116
'Generating CSR' => 'Generar solicitud de CSR',
111117
'Listing' => 'Listando',
112118
'Search Results' => 'Resultado de Busqueda',
119+
'Adding Firewall Rule' => 'Añadiendo Regla de Firewall',
120+
'Editing Firewall Rule' => 'Editando Regla de Firewall',
121+
'Adding IP Address to Banlist' => 'Adición de direcciones IP a la lista negra',
113122

114123
'active' => 'activo',
115124
'spnd' => 'suspendida',
@@ -329,6 +338,13 @@
329338
'State / Province' => 'Estado / Provincia',
330339
'City / Locality' => 'Ciudad / Localidad',
331340
'Organization' => 'Organización',
341+
'Action' => 'Acción',
342+
'Protocol' => 'Protocolo',
343+
'Port' => 'Puerto',
344+
'Comment' => 'Comentario',
345+
'Banlist' => 'Lista negra',
346+
'ranges are acceptable' => 'rangos son aceptables',
347+
'CIDR format is supported' => 'Formato CIDR se admite',
332348

333349
'1 account' => '1 cuenta',
334350
'%s accounts' => '%s cuentas',
@@ -355,6 +371,9 @@
355371
'1 object' => '1 objeto',
356372
'%s objects' => '%s objetos',
357373
'no exclusions' => 'sin exclusiones',
374+
'1 rule' => '1 regla',
375+
'%s rules' => '%s reglas',
376+
'There are no currently banned IP' => 'No existen actualmente prohibidos IP',
358377

359378
'USER_CREATED_OK' => 'Usuario <a href="/edit/user/?user=%s"><b>%s</b></a> ha sido creado correctamente',
360379
'WEB_DOMAIN_CREATED_OK' => 'Dominio <a href="/edit/web/?domain=%s"><b>%s</b></a> ha sido creado correctamente.',
@@ -367,8 +386,11 @@
367386
'IP_CREATED_OK' => 'Dirección IP <a href="/edit/ip/?ip=%s"><b>%s</b></a> ha sido creada correctamente.',
368387
'PACKAGE_CREATED_OK' => 'Plan <a href="/edit/package/?package=%s"><b>%s</b></a> ha sido creado correctamente.',
369388
'SSL_GENERATED_OK' => 'SSL certificado ha sido creado correctamente.',
389+
'RULE_CREATED_OK' => 'Regla ha sido creado correctamente.',
370390
'Autoupdate has been successfully enabled' => 'Autoupdate has been successfully enabled',
371391
'Autoupdate has been successfully disabled' => 'Autoupdate has been successfully disabled',
392+
'Cronjob email reporting has been successfully enabled' => 'Informes de correo electrónico Cronjob ha permitido correctamente.',
393+
'Cronjob email reporting has been successfully disabled' => 'Informes de correo electrónico Cronjob se ha desactivado correctamente.',
372394
'Changes has been saved.' => 'Los cambios han sido guardados.',
373395
'Confirmation' => 'Confirmación',
374396
'DELETE_USER_CONFIRMATION' => '¿Está seguro que desea eliminar el usuario %s?',
@@ -393,6 +415,9 @@
393415
'DELETE_EXCLUSION_CONFIRMATION' => '¿Está seguro que desea eliminar el exclusiones %s ?',
394416
'DELETE_PACKAGE_CONFIRMATION' => '¿Está seguor que desea eliminar el plan %s?',
395417
'DELETE_IP_CONFIRMATION' => '¿Está seguro que desea eliminar la dirección IP %s?',
418+
'DELETE_RULE_CONFIRMATION' => '¿Está seguro que desea eliminar la regla #%s',
419+
'SUSPEND_RULE_CONFIRMATION' => '¿Está seguro que desea suspender la regla #%s?',
420+
'UNSUSPEND_RULE_CONFIRMATION' => '¿Está seguro que desea habilitar la regla #%s?',
396421
'RESTART_CONFIRMATION' => '¿Está seguro que desea reiniciar %s?',
397422
'Welcome' => 'Bienvenido',
398423
'LOGGED_IN_AS' => 'Conectado como el usuario %s',

0 commit comments

Comments
 (0)