diff --git a/app/lang/en/cachet.php b/app/lang/en/cachet.php
index bd168574..fbaa6c47 100644
--- a/app/lang/en/cachet.php
+++ b/app/lang/en/cachet.php
@@ -13,12 +13,12 @@ return [
// Incidents
'incidents' => [
- 'none' => 'No incidents reported.',
- 'past' => 'Past incidents',
- 'previous_week' => 'Previous week',
- 'next_week' => 'Next week',
- 'none' => 'Nothing to report',
- 'status' => [
+ 'none' => 'No incidents reported.',
+ 'past' => 'Past incidents',
+ 'previous_week' => 'Previous week',
+ 'next_week' => 'Next week',
+ 'none' => 'Nothing to report',
+ 'status' => [
1 => 'Investigating',
2 => 'Identified',
3 => 'Watching',
diff --git a/app/lang/en/dashboard.php b/app/lang/en/dashboard.php
index ae500bc1..c1c31aba 100644
--- a/app/lang/en/dashboard.php
+++ b/app/lang/en/dashboard.php
@@ -2,10 +2,10 @@
return [
- 'dashboard' => 'Dashboard',
+ 'dashboard' => 'Dashboard',
// Incidents
- 'incidents' => [
+ 'incidents' => [
'incidents' => 'Incidents',
'logged' => '{0} There are no incidents, good work.|You have logged one incident.|You have reported :count incidents.',
'incident-create-template' => 'Create Template',
@@ -14,14 +14,14 @@ return [
'success' => 'Incident added.',
'failure' => 'Something went wrong with the incident.',
],
- 'edit' => [
+ 'edit' => [
'title' => 'Edit an incident',
'success' => 'Incident updated.',
'failure' => 'Something went wrong with the incident.',
],
// Incident templates
- 'templates' => [
+ 'templates' => [
'add' => [
'title' => 'Create an incident template',
'success' => 'Template created.',
@@ -31,7 +31,7 @@ return [
],
// Components
- 'components' => [
+ 'components' => [
'components' => 'Component|Components',
'component_statuses' => 'Component Statuses',
'add' => [
@@ -40,7 +40,7 @@ return [
'success' => 'Component created.',
'failure' => 'Something went wrong with the component.',
],
- 'edit' => [
+ 'edit' => [
'title' => 'Edit a component',
'success' => 'Component updated.',
'failure' => 'Something went wrong with the component.',
@@ -58,7 +58,7 @@ return [
],
// Metrics
- 'metrics' => [
+ 'metrics' => [
'metrics' => 'Metrics',
'add' => [
'title' => 'Create a metric point',
@@ -78,7 +78,7 @@ return [
'success' => 'Team member added.',
'failure' => 'Something went wrong with the component.',
],
- 'edit' => [
+ 'edit' => [
'title' => 'Update profile',
'success' => 'Profile updated.',
'failure' => 'Something went wrong when updating.',
@@ -86,37 +86,37 @@ return [
],
// Settings
- 'settings' => [
- 'settings' => 'Settings',
- 'app-setup' => [
+ 'settings' => [
+ 'settings' => 'Settings',
+ 'app-setup' => [
'app-setup' => 'Application Setup',
],
- 'security' => [
+ 'security' => [
'security' => 'Security',
],
'stylesheet' => [
'stylesheet' => 'Stylesheet',
],
- 'theme' => [
+ 'theme' => [
'theme' => 'Theme',
],
- 'edit' => [
+ 'edit' => [
'success' => 'Settings saved.',
'failure' => 'Settings could not be saved.',
],
],
// Login
- 'login' => [
+ 'login' => [
'login' => 'Login',
'logged_in' => "You're logged in.",
'welcome' => 'Welcome Back!',
],
// Sidebar footer
- 'help' => 'Help',
- 'status_page' => 'Status Page',
- 'logout' => 'Logout',
+ 'help' => 'Help',
+ 'status_page' => 'Status Page',
+ 'logout' => 'Logout',
// Notifications
'notifications' => [
@@ -125,8 +125,4 @@ return [
'whoops' => 'Whoops.',
],
- // ?
- 'toggle_navigation' => 'Toggle Navigation',
- 'search' => 'Search...',
-
];
diff --git a/app/lang/en/forms.php b/app/lang/en/forms.php
index 9dc7c956..273af0d7 100644
--- a/app/lang/en/forms.php
+++ b/app/lang/en/forms.php
@@ -32,13 +32,13 @@ return [
// Components form fields
'components' => [
- 'name' => 'Name',
- 'status' => 'Status',
- 'group' => 'Group',
- 'description' => 'Description',
- 'link' => 'Link',
- 'tags' => 'Tags',
- 'tags-help' => 'Comma separated.',
+ 'name' => 'Name',
+ 'status' => 'Status',
+ 'group' => 'Group',
+ 'description' => 'Description',
+ 'link' => 'Link',
+ 'tags' => 'Tags',
+ 'tags-help' => 'Comma separated.',
'groups' => [
'name' => 'Name',
diff --git a/app/lang/fr/cachet.php b/app/lang/fr/cachet.php
index c09f5ca1..dba831c8 100644
--- a/app/lang/fr/cachet.php
+++ b/app/lang/fr/cachet.php
@@ -13,12 +13,12 @@ return [
// Incidents
'incidents' => [
- 'none' => 'Aucun incident reporté.',
- 'past' => 'Incidents précédents',
- 'previous_week' => 'Semaine précédente',
- 'next_week' => 'Semaine suivante',
- 'none' => 'Rien à reporter',
- 'status' => [
+ 'none' => 'Aucun incident reporté.',
+ 'past' => 'Incidents précédents',
+ 'previous_week' => 'Semaine précédente',
+ 'next_week' => 'Semaine suivante',
+ 'none' => 'Rien à reporter',
+ 'status' => [
1 => 'Enquête en cours',
2 => 'Identifié',
3 => 'Analyse en cours',
@@ -42,5 +42,6 @@ return [
'about_this_site' => 'À propos de ce site',
'rss-feed' => 'Flux RSS',
'atom-feed' => 'Flux Atom',
- 'feed' => 'Flux des statuts'
+ 'feed' => 'Flux des statuts',
+
];
diff --git a/app/lang/fr/dashboard.php b/app/lang/fr/dashboard.php
index 67c7ecd8..74064660 100644
--- a/app/lang/fr/dashboard.php
+++ b/app/lang/fr/dashboard.php
@@ -2,10 +2,10 @@
return [
- 'dashboard' => 'Tableau de bord',
+ 'dashboard' => 'Tableau de bord',
// Incidents
- 'incidents' => [
+ 'incidents' => [
'incidents' => 'Incidents',
'logged' => '{0} Il n\'y a aucun incident, bien joué !|Vous avez reporté un incident.|Vous avez reporté :count incidents.',
'incident-create-template' => 'Créer un modèle',
@@ -14,14 +14,14 @@ return [
'success' => 'Incident ajouté.',
'failure' => 'Il s\'est passé quelque chose avec cet incident.',
],
- 'edit' => [
+ 'edit' => [
'title' => 'Éditer un incident',
'success' => 'Incident mis-à-jour.',
'failure' => 'Il s\'est passé quelque chose avec cet incident.',
],
// Incident templates
- 'templates' => [
+ 'templates' => [
'add' => [
'title' => 'Créer un modèle d\'incident',
'success' => 'Modèle créé.',
@@ -31,7 +31,7 @@ return [
],
// Components
- 'components' => [
+ 'components' => [
'components' => 'Composant|Composants',
'component_statuses' => 'Statut des composants',
'add' => [
@@ -40,7 +40,7 @@ return [
'success' => 'Composant créé.',
'failure' => 'Il s\'est passé quelque chose avec ce composant.',
],
- 'edit' => [
+ 'edit' => [
'title' => 'Éditer un composant',
'success' => 'Composant mis-à-jour.',
'failure' => 'Il s\'est passé quelque chose avec ce composant.',
@@ -58,7 +58,7 @@ return [
],
// Metrics
- 'metrics' => [
+ 'metrics' => [
'metrics' => 'Point de mesure',
'add' => [
'title' => 'Créer un point de mesure',
@@ -78,7 +78,7 @@ return [
'success' => 'Membre ajouté.',
'failure' => 'Il s\'est passé quelque chose avec ce membre.',
],
- 'edit' => [
+ 'edit' => [
'title' => 'Mettre à jour le profil',
'success' => 'Profil mis-à-jour.',
'failure' => 'Il s\'est passé quelque chose en mettant à jour le profil.',
@@ -86,37 +86,37 @@ return [
],
// Settings
- 'settings' => [
+ 'settings' => [
'settings' => 'Réglages',
'app-setup' => [
'app-setup' => 'Configuration',
],
- 'security' => [
+ 'security' => [
'security' => 'Sécurité',
],
'stylesheet' => [
'stylesheet' => 'Feuille de style',
],
- 'theme' => [
+ 'theme' => [
'theme' => 'Thème',
],
- 'edit' => [
+ 'edit' => [
'success' => 'Réglages sauvegardés.',
'failure' => 'Les réglages n\'ont pas pu être sauvegardés.',
],
],
// Login
- 'login' => [
+ 'login' => [
'login' => 'Connexion',
'logged_in' => "Vous êtes connecté.",
'welcome' => 'Re-bonjour !',
],
// Sidebar footer
- 'help' => 'Aide',
- 'status_page' => 'Statut des services',
- 'logout' => 'Déconnexion',
+ 'help' => 'Aide',
+ 'status_page' => 'Statut des services',
+ 'logout' => 'Déconnexion',
// Notifications
'notifications' => [
@@ -125,8 +125,4 @@ return [
'whoops' => 'Oups.',
],
- // ?
- 'toggle_navigation' => 'Activer/Désactiver la navigation',
- 'search' => 'Rechercher...',
-
];
diff --git a/app/lang/fr/forms.php b/app/lang/fr/forms.php
index 98e672f5..9a5d27be 100644
--- a/app/lang/fr/forms.php
+++ b/app/lang/fr/forms.php
@@ -32,13 +32,13 @@ return [
// Components form fields
'components' => [
- 'name' => 'Nom',
- 'status' => 'Statut',
- 'group' => 'Groupe',
- 'description' => 'Description',
- 'link' => 'Lien',
- 'tags' => 'Tags',
- 'tags-help' => 'Séparé par une virgule.',
+ 'name' => 'Nom',
+ 'status' => 'Statut',
+ 'group' => 'Groupe',
+ 'description' => 'Description',
+ 'link' => 'Lien',
+ 'tags' => 'Tags',
+ 'tags-help' => 'Séparé par une virgule.',
'groups' => [
'name' => 'Nom',