Remove totally incomplete languages
This commit is contained in:
@@ -1,66 +0,0 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
// 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
|
||||
'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' => 'Panel de control',
|
||||
'components' => 'Componentes',
|
||||
'component-add' => 'Agregar componente',
|
||||
'incidents' => 'Incidencias',
|
||||
'incident-add' => 'Agregar incidencia',
|
||||
'incident-create-template' => 'Crear plantilla',
|
||||
'metrics' => 'Métricas',
|
||||
'metrics-add' => 'Añadir punto de métrica',
|
||||
'status_page' => 'Página de estado del sistema',
|
||||
'settings' => 'Ajustes',
|
||||
'notifications' => 'Notificaciones',
|
||||
'toggle_navigation' => 'Alternar Navegación',
|
||||
'search' => 'Buscar',
|
||||
'user' => 'Usuario',
|
||||
],
|
||||
// Forms
|
||||
'forms' => [
|
||||
'email' => 'Correo electrónico',
|
||||
'password' => 'Contraseña',
|
||||
// Setup Form
|
||||
'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',
|
||||
],
|
||||
],
|
||||
];
|
||||
@@ -1,19 +0,0 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Pagination Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used by the paginator library to build
|
||||
| the simple pagination links. You are free to change them to anything
|
||||
| you want to customize your views to better match your application.
|
||||
|
|
||||
*/
|
||||
|
||||
'previous' => '« Anterior',
|
||||
'next' => 'Siguiente »',
|
||||
|
||||
];
|
||||
@@ -1,22 +0,0 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Password Reminder Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are the default lines which match reasons
|
||||
| that are given by the password broker for a password update attempt
|
||||
| has failed, such as for an invalid token or invalid new password.
|
||||
|
|
||||
*/
|
||||
|
||||
'password' => 'Las contraseñas deben tener como minimo 6 cracteres y coincidir con la confirmación.',
|
||||
'user' => 'No podemos encontrar ningún usuario con ese correo electrónico',
|
||||
'token' => 'El token de restablecimiento de contraseña no es válido.',
|
||||
'sent' => 'Recordatorio de contraseña enviado!',
|
||||
'reset' => 'La contraseña ha sido reestablecida!',
|
||||
|
||||
];
|
||||
@@ -1,106 +0,0 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| El following language lines contain El default error messages used by
|
||||
| El validator class. Some of Else rules have multiple versions such
|
||||
| as El size rules. Feel free to tweak each of Else messages here.
|
||||
|
|
||||
*/
|
||||
|
||||
"accepted" => "El :attribute debe ser aceptado.",
|
||||
"active_url" => "El :attribute no es un enlace válido.",
|
||||
"after" => "El :attribute debe ser una fecha después de :date.",
|
||||
"alpha" => "El :attribute sólo puede contener letras.",
|
||||
"alpha_dash" => "El :attribute sólo puede contener letras, números y guiones.",
|
||||
"alpha_num" => "El :attribute sólo puede contener letras y números.",
|
||||
"array" => "El :attribute debe ser una matriz.",
|
||||
"before" => "El :attribute debe ser una fecha antes de :date.",
|
||||
"between" => [
|
||||
"numeric" => "El :attribute debe ser entre :min y :max.",
|
||||
"file" => "El :attribute debe ser entre :min y :max kilobytes.",
|
||||
"string" => "El :attribute debe ser entre :min y :max caracteres.",
|
||||
"array" => "El :attribute debe tener entre :min y :max objetos.",
|
||||
],
|
||||
"boolean" => "El campo del :attribute debe ser verdadero o falso.",
|
||||
"confirmed" => "La confirmación del :attribute no coincide.",
|
||||
"date" => "El :attribute no es una fecha válida.",
|
||||
"date_format" => "El :attribute no cumple el formato :format.",
|
||||
"different" => "El :attribute and :oElr must be different.",
|
||||
"digits" => "El :attribute debe tener :digits digitos.",
|
||||
"digits_between" => "El :attribute must be between :min and :max digits.",
|
||||
"email" => "El :attribute debe ser una dirección de email válida.",
|
||||
"exists" => "El :attribute seleccionado es inválido.",
|
||||
"image" => "El :attribute debe ser una imagen.",
|
||||
"in" => "El :attribute seleccionado es inválido.",
|
||||
"integer" => "El :attribute debe ser un número entero.",
|
||||
"ip" => "El :attribute debe ser una dirección IP válida.",
|
||||
"max" => [
|
||||
"numeric" => "El :attribute no puede tener más de :max.",
|
||||
"file" => "El :attribute no puede tener más de :max kilobytes.",
|
||||
"string" => "El :attribute no puede tener más de :max caracteres.",
|
||||
"array" => "El :attribute no puede tener más de :max objetos.",
|
||||
],
|
||||
"mimes" => "El :attribute debe ser un archivo de tipo: :values.",
|
||||
"min" => [
|
||||
"numeric" => "El :attribute debe tener al menos :min.",
|
||||
"file" => "El :attribute debe tener al menos :min kilobytes.",
|
||||
"string" => "El :attribute debe tener al menos :min characters.",
|
||||
"array" => "El :attribute debe tener al menos :min items.",
|
||||
],
|
||||
"not_in" => "El :attribute seleccionado es inválido.",
|
||||
"numeric" => "El :attribute sebe ser un número.",
|
||||
"regex" => "El formato del :attribute es inválido.",
|
||||
"required" => "El campo del :attribute es requerido.",
|
||||
"required_if" => "El campo del :attribute se requiere cuando :oElr es :value.",
|
||||
"required_with" => "El campo del :attribute se requiere cuando :values es presente.",
|
||||
"required_with_all" => "El campo del :attribute se requiere cuando :values es presente.",
|
||||
"required_without" => "El campo del :attribute se requiere cuando :values no es presente.",
|
||||
"required_without_all" => "El campo del :attribute se requiere cuando ningúna :values es presente.",
|
||||
"same" => "Los :attribute y :oElr deben coincidir.",
|
||||
"size" => [
|
||||
"numeric" => "El :attribute debe ser :size.",
|
||||
"file" => "El :attribute debe ser :size kilobytes.",
|
||||
"string" => "El :attribute debe ser :size characters.",
|
||||
"array" => "El :attribute tebe contener :size objetos.",
|
||||
],
|
||||
"unique" => "El :attribute ya ha sido usado.",
|
||||
"url" => "El formato :attribute es inválido.",
|
||||
"timezone" => "El :attribute debe ser una zona válida.",
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here you may specify custom validation messages for attributes using El
|
||||
| convention "attribute.rule" to name El lines. This makes it quick to
|
||||
| specify a specific custom language line for a given attribute rule.
|
||||
|
|
||||
*/
|
||||
|
||||
'custom' => [
|
||||
'attribute-name' => [
|
||||
'rule-name' => 'custom-message',
|
||||
],
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Attributes
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| El following language lines are used to swap attribute place-holders
|
||||
| with something more reader friendly such as E-Mail Address instead
|
||||
| of "email". This simply helps us make messages a little cleaner.
|
||||
|
|
||||
*/
|
||||
|
||||
'attributes' => [],
|
||||
|
||||
];
|
||||
@@ -1,49 +0,0 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
// Components
|
||||
'component' => [
|
||||
'status' => [
|
||||
1 => 'Operativo',
|
||||
2 => 'Problemi relativi alle Prestazioni',
|
||||
3 => 'Interruzione Parziale',
|
||||
4 => 'Interruzione Principale',
|
||||
],
|
||||
],
|
||||
// Incidents
|
||||
'incident' => [
|
||||
'status' => [
|
||||
1 => 'Indagando',
|
||||
2 => 'Problemi relativi alle Prestazioni',
|
||||
3 => 'Interruzione Parziale',
|
||||
4 => 'Interruzione Principale',
|
||||
],
|
||||
],
|
||||
// Service Status
|
||||
'service' => [
|
||||
'good' => 'Tutti i sistemi sono funzionanti.',
|
||||
'bad' => 'Alcuni sistemi stanno riscontrando dei problemi.',
|
||||
],
|
||||
// Other
|
||||
'powered_by' => ':app Pagina di Stato creata utilizzando <a href="https://cachethq.github.io">Cachet</a>.',
|
||||
'logout' => 'Esci',
|
||||
'logged_in' => 'Sei connesso.',
|
||||
'setup' => 'Installa Cachet',
|
||||
'no_incidents' => 'Non sono stati segnalati incidenti.',
|
||||
'dashboard' => [
|
||||
'dashboard' => 'Dashboard',
|
||||
'components' => 'Componenti',
|
||||
'component-add' => 'Aggiungi Componente',
|
||||
'incidents' => 'Incidenti',
|
||||
'incident-add' => 'Aggiungi Incidente',
|
||||
'incident-create-template' => 'Crea Modello',
|
||||
'metrics' => 'Metriche',
|
||||
'metrics-add' => 'Aggiungi Punto di Metrica',
|
||||
'status_page' => 'Pagina di Stato',
|
||||
'settings' => 'Impostazioni',
|
||||
'notifications' => 'Notifiche',
|
||||
'toggle_navigation' => 'Mostra/Nascondi Navigazione',
|
||||
'search' => 'Cerca...',
|
||||
'user' => 'Utente',
|
||||
],
|
||||
];
|
||||
@@ -1,49 +0,0 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
// Components
|
||||
'component' => [
|
||||
'status' => [
|
||||
1 => 'Sprawny',
|
||||
2 => 'Problemy z wydajnością',
|
||||
3 => 'Częściowa awaria',
|
||||
4 => 'Poważna awaria',
|
||||
],
|
||||
],
|
||||
// Incidents
|
||||
'incident' => [
|
||||
'status' => [
|
||||
1 => 'Badanie',
|
||||
2 => 'Problemy z wydajnością',
|
||||
3 => 'Częściowa awaria',
|
||||
4 => 'Poważna awaria',
|
||||
],
|
||||
],
|
||||
// Service Status
|
||||
'service' => [
|
||||
'good' => 'Wszystkie systemy sprawne.',
|
||||
'bad' => 'Wykryto problemy w części systemów.',
|
||||
],
|
||||
// Other
|
||||
'powered_by' => ':app monitor działa na silniku <a href="https://cachethq.github.io">Cachet</a>.',
|
||||
'logout' => 'Wyloguj',
|
||||
'logged_in' => 'Jesteś zalogowany.',
|
||||
'setup' => 'Skonfiguruj Cachet',
|
||||
'no_incidents' => 'Brak zgłoszonych problemów.',
|
||||
'dashboard' => [
|
||||
'dashboard' => 'Pulpit',
|
||||
'components' => 'Komponenty',
|
||||
'component-add' => 'Dodaj komponent',
|
||||
'incidents' => 'Problemy',
|
||||
'incident-add' => 'Zgłoś problem',
|
||||
'incident-create-template' => 'Stwórz szablon',
|
||||
'metrics' => 'Metryki',
|
||||
'metrics-add' => 'Dodaj metrykę',
|
||||
'status_page' => 'Strona statusowa',
|
||||
'settings' => 'Ustawienia',
|
||||
'notifications' => 'Powiadomienia',
|
||||
'toggle_navigation' => 'Schowaj/pokaż nawigację',
|
||||
'search' => 'Szukaj...',
|
||||
'user' => 'Użytkownik',
|
||||
],
|
||||
];
|
||||
@@ -1,69 +0,0 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
// Components
|
||||
'component' => [
|
||||
'status' => [
|
||||
1 => 'Operacional',
|
||||
2 => 'Problemas de Perfomance',
|
||||
3 => 'Indisponibilidade Parcial',
|
||||
4 => 'Falha Grave',
|
||||
],
|
||||
],
|
||||
// Incidents
|
||||
'incident' => [
|
||||
'status' => [
|
||||
1 => 'Investigando',
|
||||
2 => 'Identificado',
|
||||
3 => 'Monitorando',
|
||||
4 => 'Corrigido',
|
||||
],
|
||||
'none' => 'Nada a reportar',
|
||||
],
|
||||
// Service Status
|
||||
'service' => [
|
||||
'good' => 'Todos os sistemas estão funcionais.',
|
||||
'bad' => 'Alguns sistemas estão passando por problemas.',
|
||||
],
|
||||
// Other
|
||||
'powered_by' => ':app Página de status rodando com o <a href="https://cachethq.github.io">Cachet</a>.',
|
||||
'login_message' => 'Bem vindo novamente!',
|
||||
'login' => 'Entrar',
|
||||
'logout' => 'Sair',
|
||||
'logged_in' => 'Você está logado.',
|
||||
'setup' => 'Instalação do Cachet',
|
||||
'no_incidents' => 'Nenhum incidente reportado.',
|
||||
'dashboard' => [
|
||||
'dashboard' => 'Painel de Controle',
|
||||
'components' => 'Componentes',
|
||||
'component-add' => 'Adicionar Componente',
|
||||
'incidents' => 'Incidente',
|
||||
'incident-add' => 'Adicionar Incidente',
|
||||
'incident-create-template' => 'Criar Modelo',
|
||||
'metrics' => 'Métricas',
|
||||
'metrics-add' => 'Adicionar Ponto de métrica',
|
||||
'status_page' => 'Página de Status',
|
||||
'settings' => 'Configurações',
|
||||
'notifications' => 'Notificações',
|
||||
'toggle_navigation' => 'Alternar Navegação',
|
||||
'search' => 'Buscar...',
|
||||
'user' => 'Usuário',
|
||||
'help' => 'Ajuda',
|
||||
],
|
||||
// Forms
|
||||
'forms' => [
|
||||
'email' => 'Email',
|
||||
'password' => 'Senha',
|
||||
// Setup Form
|
||||
'setup' => [
|
||||
'service_details' => 'Detalhes do Serviço',
|
||||
'status_page_setup' => 'Instalação da Página de Status',
|
||||
'site_name' => 'Nome do Site',
|
||||
'site_domain' => 'Domínio do Site',
|
||||
'show_support' => 'Mostrar apoio para o Cachet?',
|
||||
'admin_account' => 'Conta do Administrador',
|
||||
'admin_username' => 'Nome do Usuário',
|
||||
'finish_setup' => 'Completar Instalação',
|
||||
],
|
||||
],
|
||||
];
|
||||
@@ -1,19 +0,0 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Pagination Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used by the paginator library to build
|
||||
| the simple pagination links. You are free to change them to anything
|
||||
| you want to customize your views to better match your application.
|
||||
|
|
||||
*/
|
||||
|
||||
'previous' => '« Anterior',
|
||||
'next' => 'Próxima »',
|
||||
|
||||
];
|
||||
@@ -1,22 +0,0 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Password Reminder Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are the default lines which match reasons
|
||||
| that are given by the password broker for a password update attempt
|
||||
| has failed, such as for an invalid token or invalid new password.
|
||||
|
|
||||
*/
|
||||
|
||||
'password' => 'A senha deverá conter pelo menos seis carateres e ser igual à confirmação.',
|
||||
'user' => 'Não conseguimos encontrar nenhum usuário com o endereço de email indicado.',
|
||||
'token' => 'Este código de recuperação de senha é inválido.',
|
||||
'sent' => 'O lembrete da senha foi enviado!',
|
||||
'reset' => 'A senha foi redefinida!',
|
||||
|
||||
];
|
||||
@@ -1,106 +0,0 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines contain the default error messages used by
|
||||
| the validator class. Some of these rules have multiple versions such
|
||||
| such as the size rules. Feel free to tweak each of these messages.
|
||||
|
|
||||
*/
|
||||
|
||||
"accepted" => "O campo :attribute deve ser aceito.",
|
||||
"active_url" => "O campo :attribute não contém uma URL válida.",
|
||||
"after" => "O campo :attribute deverá conter uma data posterior a :date.",
|
||||
"alpha" => "O campo :attribute deverá conter apenas letras.",
|
||||
"alpha_dash" => "O campo :attribute deverá conter apenas letras, números e traços.",
|
||||
"alpha_num" => "O campo :attribute deverá conter apenas letras e números .",
|
||||
"array" => "O campo :attribute precisa ser um conjunto.",
|
||||
"before" => "O campo :attribute deverá conter uma data anterior a :date.",
|
||||
"between" => [
|
||||
"numeric" => "O campo :attribute deverá ter um valor entre :min e :max.",
|
||||
"file" => "O campo :attribute deverá ter um tamanho entre :min e :max kilobytes.",
|
||||
"string" => "O campo :attribute deverá conter entre :min e :max caracteres.",
|
||||
"array" => "O campo :attribute precisar ter entre :min e :max itens.",
|
||||
],
|
||||
"boolean" => "O campo :attribute deverá ter o valor verdadeiro ou falso.",
|
||||
"confirmed" => "A confirmação para o campo :attribute não coincide.",
|
||||
"date" => "O campo :attribute não contém uma data válida.",
|
||||
"date_format" => "A data indicada para o campo :attribute não respeita o formato :format.",
|
||||
"different" => "Os campos :attribute e :other deverão conter valores diferentes.",
|
||||
"digits" => "O campo :attribute deverá conter :digits caracteres.",
|
||||
"digits_between" => "O campo :attribute deverá conter entre :min e :max dígitos.",
|
||||
"email" => "O campo :attribute não contém um endereço de email válido.",
|
||||
"exists" => "O valor selecionado para o campo :attribute é inválido.",
|
||||
"image" => "O campo :attribute deverá conter uma imagem.",
|
||||
"in" => "O campo :attribute não contém um valor válido.",
|
||||
"integer" => "O campo :attribute deverá conter um número inteiro.",
|
||||
"ip" => "O campo :attribute deverá conter um IP válido.",
|
||||
"max" => [
|
||||
"numeric" => "O campo :attribute deverá conter um valor inferior a :max.",
|
||||
"file" => "O campo :attribute deverá ter um tamanho inferior a :max kilobytes.",
|
||||
"string" => "O campo :attribute deverá conter menos de :max caracteres.",
|
||||
"array" => "O campo :attribute deve ter no máximo :max itens.",
|
||||
],
|
||||
"mimes" => "O campo :attribute deverá conter um arquivo do tipo: :values.",
|
||||
"min" => [
|
||||
"numeric" => "O campo :attribute deverá ter um valor superior ou igual a :min.",
|
||||
"file" => "O campo :attribute deverá ter no mínimo :min kilobytes.",
|
||||
"string" => "O campo :attribute deverá conter no mínimo :min caracteres.",
|
||||
"array" => "O campo :attribute deve ter no mínimo :min itens.",
|
||||
],
|
||||
"not_in" => "O campo :attribute contém um valor inválido.",
|
||||
"numeric" => "O campo :attribute deverá conter um valor numérico.",
|
||||
"regex" => "O formato do valor para o campo :attribute é inválido.",
|
||||
"required" => "É obrigatória a indicação de um valor para o campo :attribute.",
|
||||
"required_if" => "É obrigatória a indicação de um valor para o campo :attribute quando o valor do campo :other é igual a :value.",
|
||||
"required_with" => "É obrigatória a indicação de um valor para o campo :attribute quando :values está presente.",
|
||||
"required_with_all" => "É obrigatória a indicação de um valor para o campo :attribute quando um dos :values está presente.",
|
||||
"required_without" => "É obrigatória a indicação de um valor para o campo :attribute quanto :values não está presente.",
|
||||
"required_without_all" => "É obrigatória a indicação de um valor para o campo :attribute quando nenhum dos :values está presente.",
|
||||
"same" => "Os campos :attribute e :other deverão conter valores iguais.",
|
||||
"size" => [
|
||||
"numeric" => "O campo :attribute deverá conter o valor :size.",
|
||||
"file" => "O campo :attribute deverá ter o tamanho de :size kilobytes.",
|
||||
"string" => "O campo :attribute deverá conter :size caracteres.",
|
||||
"array" => "O campo :attribute deve ter :size itens.",
|
||||
],
|
||||
"timezone" => "O campo :attribute deverá ter um fuso horário válido.",
|
||||
"unique" => "O valor indicado para o campo :attribute já se encontra registrado.",
|
||||
"url" => "O formato do URL indicado para o campo :attribute é inválido.",
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here you may specify custom validation messages for attributes using the
|
||||
| convention "attribute.rule" to name the lines. This makes it quick to
|
||||
| specify a specific custom language line for a given attribute rule.
|
||||
|
|
||||
*/
|
||||
|
||||
'custom' => [
|
||||
'attribute-name' => [
|
||||
'rule-name' => 'custom-message',
|
||||
],
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Attributes
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used to swap attribute place-holders
|
||||
| with something more reader friendly such as E-Mail Address instead
|
||||
| of "email". This simply helps us make messages a little cleaner.
|
||||
|
|
||||
*/
|
||||
|
||||
'attributes' => [],
|
||||
|
||||
];
|
||||
@@ -1,49 +0,0 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
// Components
|
||||
'component' => [
|
||||
'status' => [
|
||||
1 => 'Fungerar',
|
||||
2 => 'Prestandaproblem',
|
||||
3 => 'Delvisa avbrott',
|
||||
4 => 'Större avbrott',
|
||||
],
|
||||
],
|
||||
// Incidents
|
||||
'incident' => [
|
||||
'status' => [
|
||||
1 => 'Undersöker',
|
||||
2 => 'Prestandaproblem',
|
||||
3 => 'Delvisa avbrott',
|
||||
4 => 'Större avbrott',
|
||||
],
|
||||
],
|
||||
// Service Status
|
||||
'service' => [
|
||||
'good' => 'Alla system fungerar.',
|
||||
'bad' => 'Vissa system har problem.',
|
||||
],
|
||||
// Other
|
||||
'powered_by' => ':app Statussida körs via <a href="https://cachethq.github.io">Cachet</a>.',
|
||||
'logout' => 'Logga ut',
|
||||
'logged_in' => 'Du är inloggad.',
|
||||
'setup' => 'Ställ in Cachet',
|
||||
'no_incidents' => 'Inga händelser har rapporterats.',
|
||||
'dashboard' => [
|
||||
'dashboard' => 'Översiktspanel',
|
||||
'components' => 'Komponenter',
|
||||
'component-add' => 'Lägg till komponent',
|
||||
'incidents' => 'Händelser',
|
||||
'incident-add' => 'Lägg till händelse',
|
||||
'incident-create-template' => 'Skapa mall',
|
||||
'metrics' => 'Mått',
|
||||
'metrics-add' => 'Lägg till mätpunkt',
|
||||
'status_page' => 'Statussida',
|
||||
'settings' => 'Inställningar',
|
||||
'notifications' => 'Aviseringar',
|
||||
'toggle_navigation' => 'Växla navigering',
|
||||
'search' => 'Sök...',
|
||||
'user' => 'Konto',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user