mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-04-21 16:02:11 +02:00
Update cachet.php
This commit is contained in:
parent
b10625c494
commit
58dc6013ed
@ -25,42 +25,42 @@ return [
|
||||
'bad' => 'Algunos sistemas están experimentando problemas.',
|
||||
],
|
||||
// Other
|
||||
'powered_by' => '',
|
||||
'login' => '',
|
||||
'powered_by' => ':app Está página ha sido creada por <a href="https://cachethq.github.io">Cachet</a>.',
|
||||
'login' => 'Entrar',
|
||||
'logout' => 'Salir',
|
||||
'logged_in' => 'Estás conectado.',
|
||||
'setup' => 'Configurar Cachet',
|
||||
'no_incidents' => 'Sin incidentes reportados.',
|
||||
'dashboard' => [
|
||||
'dashboard' => '',
|
||||
'dashboard' => 'Panel de control',
|
||||
'components' => 'Componentes',
|
||||
'component-add' => 'Agregar componente',
|
||||
'incidents' => 'Incidentes',
|
||||
'incident-add' => 'Agregar incidente',
|
||||
'incidents' => 'Incidencias',
|
||||
'incident-add' => 'Agregar incidencia',
|
||||
'incident-create-template' => 'Crear plantilla',
|
||||
'metrics' => 'Métricas',
|
||||
'metrics-add' => 'Añadir punto de métrica',
|
||||
'status_page' => '',
|
||||
'status_page' => 'Página de estado del sistema',
|
||||
'settings' => 'Ajustes',
|
||||
'notifications' => 'Notificaciones',
|
||||
'toggle_navigation' => 'Alternar Navegación',
|
||||
'search' => 'Búscar...',
|
||||
'search' => 'Buscar',
|
||||
'user' => 'Usuario',
|
||||
],
|
||||
// Forms
|
||||
'forms' => [
|
||||
'email' => '',
|
||||
'password' => '',
|
||||
'email' => 'Correo electrónico',
|
||||
'password' => 'Contraseña',
|
||||
// Setup Form
|
||||
'setup' => [
|
||||
'service_details' => '',
|
||||
'status_page_setup' => '',
|
||||
'site_name' => '',
|
||||
'site_domain' => '',
|
||||
'show_support' => '',
|
||||
'admin_account' => '',
|
||||
'admin_username' => '',
|
||||
'finish_setup' => '',
|
||||
'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',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user