This commit is contained in:
Graham Campbell
2015-01-05 11:32:04 +00:00
parent 8133df571e
commit 9048d00b1b
6 changed files with 62 additions and 69 deletions
+6 -6
View File
@@ -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',
+18 -22
View File
@@ -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 <strong>:count</strong> 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...',
];
+7 -7
View File
@@ -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',
+8 -7
View File
@@ -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',
];
+16 -20
View File
@@ -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é <strong>:count</strong> 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...',
];
+7 -7
View File
@@ -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',