mirror of
https://gitlab.com/JKANetwork/CheckServer.git
synced 2026-02-19 03:31:34 +01:00
First commit. Check if all is uploaded well.
This commit is contained in:
39
assets/translations/es.php
Executable file
39
assets/translations/es.php
Executable file
@@ -0,0 +1,39 @@
|
||||
<?php
|
||||
//Español (Oficial)
|
||||
define('T_VERSION',1);
|
||||
|
||||
//(indexpage.twig) In index, title
|
||||
$T_['statdif1'] = 'Estado de los diferentes servicios';
|
||||
$T_['name'] = 'Nombre';
|
||||
$T_['status'] = 'Estado';
|
||||
$T_['failed'] = 'Erróneo';
|
||||
$T_['last_check'] = 'Última comprobación';
|
||||
$T_['last_err'] = 'Último error';
|
||||
$T_['last_news'] = 'Últimas noticias';
|
||||
//(indexpage.twig) [NEXT 6] Marking as good, problems or other in status.
|
||||
$T_['status_right'] = 'Todo correcto';
|
||||
$T_['status_lproblems'] = 'Problemas de rendimiento';
|
||||
$T_['status_problems'] = 'Problemas';
|
||||
$T_['status_outofserv'] = 'Fuera de servicio';
|
||||
$T_['status_maintenance'] = 'En mantenimiento';
|
||||
$T_['status_empty'] = 'Sin registros';
|
||||
$T_['no_errs'] = 'Sin errores';
|
||||
$T_['add'] = 'Añadir';
|
||||
$T_['edit'] = 'Editar';
|
||||
$T_['delete'] = 'Borrar';
|
||||
$T_['more_opts'] = 'Más opciones';
|
||||
$T_['check_type'] = 'Tipo de check';
|
||||
//(admin panel)[NEXT 6] Left menu of panel
|
||||
$T_['home'] = 'Inicio';
|
||||
$T_['checks'] = 'Checks';
|
||||
$T_['groups'] = 'Grupos';
|
||||
$T_['news'] = 'Noticias';
|
||||
$T_['settings'] = 'Opciones';
|
||||
$T_['users'] = 'Usuarios';
|
||||
//[NEXT 4]Check texts
|
||||
$T_['PING_IP'] = 'Ping a IP:Puerto';
|
||||
$T_['HTTP_CODE'] = 'Código HTTP';
|
||||
$T_['VISIT_COUNT'] = 'Contador de visitas';
|
||||
$T_['DATABASE'] = 'Conexión a base de datos';
|
||||
$T_['add_grp_to_add_chk'] = 'Añade un grupo para empezar a añadir checks';
|
||||
?>
|
||||
Reference in New Issue
Block a user