Cachet/app/lang/es-ES/cachet.php

67 lines
2.4 KiB
PHP
Raw Normal View History

2014-12-28 11:09:26 +00:00
<?php
2014-12-28 16:05:29 +00:00
return [
2014-12-28 11:09:26 +00:00
// Components
'component' => [
'status' => [
1 => 'Operacional',
2 => 'Problemas de rendimiento',
3 => 'Interrupción parcial',
4 => 'Interrupción mayor',
],
],
// Incidents
'incident' => [
'status' => [
1 => 'Investigando',
2 => 'Problemas de rendimiento',
3 => 'Interrupción parcial',
4 => 'Interrupción mayor',
],
],
// Service Status
'service' => [
'good' => 'Todos los sistemas funcionando.',
'bad' => 'Algunos sistemas están experimentando problemas.',
],
// Other
2014-12-28 17:41:52 +01:00
'powered_by' => ':app Está página ha sido creada por <a href="https://cachethq.github.io">Cachet</a>.',
'login' => 'Entrar',
2014-12-28 11:09:26 +00:00
'logout' => 'Salir',
'logged_in' => 'Estás conectado.',
'setup' => 'Configurar Cachet',
'no_incidents' => 'Sin incidentes reportados.',
'dashboard' => [
2014-12-28 17:41:52 +01:00
'dashboard' => 'Panel de control',
2014-12-28 11:09:26 +00:00
'components' => 'Componentes',
'component-add' => 'Agregar componente',
2014-12-28 17:41:52 +01:00
'incidents' => 'Incidencias',
'incident-add' => 'Agregar incidencia',
2014-12-28 11:09:26 +00:00
'incident-create-template' => 'Crear plantilla',
'metrics' => 'Métricas',
'metrics-add' => 'Añadir punto de métrica',
2014-12-28 17:41:52 +01:00
'status_page' => 'Página de estado del sistema',
2014-12-28 11:09:26 +00:00
'settings' => 'Ajustes',
'notifications' => 'Notificaciones',
'toggle_navigation' => 'Alternar Navegación',
2014-12-28 17:41:52 +01:00
'search' => 'Buscar',
2014-12-28 11:09:26 +00:00
'user' => 'Usuario',
],
// Forms
'forms' => [
2014-12-28 17:41:52 +01:00
'email' => 'Correo electrónico',
'password' => 'Contraseña',
2014-12-28 11:09:26 +00:00
// Setup Form
'setup' => [
2014-12-28 17:41:52 +01:00
'service_details' => 'Detalles del servicio',
'status_page_setup' => 'Configuración página de estado del sistema',
'site_name' => 'Nombre del sitio',
'site_domain' => 'Dominio del sitio',
'show_support' => 'Mostrar apoyo por Cachet',
'admin_account' => 'Cuenta de administrador',
'admin_username' => 'Usuario de administrador',
'finish_setup' => 'Terminar configuración',
2014-12-28 11:09:26 +00:00
],
],
2014-12-28 16:05:29 +00:00
];