2015-01-05 11:12:34 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
2015-01-05 11:32:04 +00:00
|
|
|
'dashboard' => 'Dashboard',
|
2015-01-05 11:12:34 +00:00
|
|
|
|
|
|
|
// Incidents
|
2015-01-05 11:32:04 +00:00
|
|
|
'incidents' => [
|
2015-01-05 11:12:34 +00:00
|
|
|
'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',
|
|
|
|
'add' => [
|
|
|
|
'title' => 'Add an incident',
|
|
|
|
'success' => 'Incident added.',
|
|
|
|
'failure' => 'Something went wrong with the incident.',
|
|
|
|
],
|
2015-01-05 11:32:04 +00:00
|
|
|
'edit' => [
|
2015-01-05 11:12:34 +00:00
|
|
|
'title' => 'Edit an incident',
|
|
|
|
'success' => 'Incident updated.',
|
|
|
|
'failure' => 'Something went wrong with the incident.',
|
|
|
|
],
|
|
|
|
|
|
|
|
// Incident templates
|
2015-01-05 11:32:04 +00:00
|
|
|
'templates' => [
|
2015-01-05 11:12:34 +00:00
|
|
|
'add' => [
|
|
|
|
'title' => 'Create an incident template',
|
|
|
|
'success' => 'Template created.',
|
|
|
|
'failure' => 'Something went wrong with the incident template.',
|
|
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
|
|
|
|
// Components
|
2015-01-05 11:32:04 +00:00
|
|
|
'components' => [
|
2015-01-05 11:12:34 +00:00
|
|
|
'components' => 'Component|Components',
|
|
|
|
'component_statuses' => 'Component Statuses',
|
|
|
|
'add' => [
|
|
|
|
'title' => 'Create a component',
|
|
|
|
'message' => 'You should add a component.',
|
|
|
|
'success' => 'Component created.',
|
|
|
|
'failure' => 'Something went wrong with the component.',
|
|
|
|
],
|
2015-01-05 11:32:04 +00:00
|
|
|
'edit' => [
|
2015-01-05 11:12:34 +00:00
|
|
|
'title' => 'Edit a component',
|
|
|
|
'success' => 'Component updated.',
|
|
|
|
'failure' => 'Something went wrong with the component.',
|
|
|
|
],
|
|
|
|
|
|
|
|
// Component groups
|
|
|
|
'groups' => [
|
|
|
|
'groups' => 'Component group|Component groups',
|
|
|
|
'add' => [
|
|
|
|
'title' => 'Add a component group',
|
|
|
|
'success' => 'Component group added.',
|
|
|
|
'failure' => 'Something went wrong with the component group.',
|
|
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
|
|
|
|
// Metrics
|
2015-01-05 11:32:04 +00:00
|
|
|
'metrics' => [
|
2015-01-05 11:12:34 +00:00
|
|
|
'metrics' => 'Metrics',
|
|
|
|
'add' => [
|
|
|
|
'title' => 'Create a metric point',
|
|
|
|
'success' => 'Metric point created.',
|
|
|
|
'failure' => 'Something went wrong with the metric point.',
|
|
|
|
],
|
|
|
|
],
|
|
|
|
|
|
|
|
// Team
|
|
|
|
'team' => [
|
|
|
|
'team' => 'Team',
|
|
|
|
'member' => 'Member',
|
|
|
|
'profile' => 'Profile',
|
|
|
|
'description' => 'Team Members will be able to add, modify & edit components and incidents.',
|
|
|
|
'add' => [
|
|
|
|
'title' => 'Add a new team member',
|
|
|
|
'success' => 'Team member added.',
|
|
|
|
'failure' => 'Something went wrong with the component.',
|
|
|
|
],
|
2015-01-05 11:32:04 +00:00
|
|
|
'edit' => [
|
2015-01-05 11:12:34 +00:00
|
|
|
'title' => 'Update profile',
|
|
|
|
'success' => 'Profile updated.',
|
|
|
|
'failure' => 'Something went wrong when updating.',
|
|
|
|
],
|
|
|
|
],
|
|
|
|
|
|
|
|
// Settings
|
2015-01-05 11:32:04 +00:00
|
|
|
'settings' => [
|
|
|
|
'settings' => 'Settings',
|
|
|
|
'app-setup' => [
|
2015-01-05 11:12:34 +00:00
|
|
|
'app-setup' => 'Application Setup',
|
|
|
|
],
|
2015-01-05 11:32:04 +00:00
|
|
|
'security' => [
|
2015-01-05 11:12:34 +00:00
|
|
|
'security' => 'Security',
|
|
|
|
],
|
|
|
|
'stylesheet' => [
|
|
|
|
'stylesheet' => 'Stylesheet',
|
|
|
|
],
|
2015-01-05 11:32:04 +00:00
|
|
|
'theme' => [
|
2015-01-05 11:12:34 +00:00
|
|
|
'theme' => 'Theme',
|
|
|
|
],
|
2015-01-05 11:32:04 +00:00
|
|
|
'edit' => [
|
2015-01-05 11:12:34 +00:00
|
|
|
'success' => 'Settings saved.',
|
|
|
|
'failure' => 'Settings could not be saved.',
|
|
|
|
],
|
|
|
|
],
|
|
|
|
|
|
|
|
// Login
|
2015-01-05 11:32:04 +00:00
|
|
|
'login' => [
|
2015-01-05 11:12:34 +00:00
|
|
|
'login' => 'Login',
|
|
|
|
'logged_in' => "You're logged in.",
|
|
|
|
'welcome' => 'Welcome Back!',
|
|
|
|
],
|
|
|
|
|
|
|
|
// Sidebar footer
|
2015-01-05 11:32:04 +00:00
|
|
|
'help' => 'Help',
|
|
|
|
'status_page' => 'Status Page',
|
|
|
|
'logout' => 'Logout',
|
2015-01-05 11:12:34 +00:00
|
|
|
|
|
|
|
// Notifications
|
|
|
|
'notifications' => [
|
|
|
|
'notifications' => 'Notifications',
|
|
|
|
'awesome' => 'Awesome.',
|
|
|
|
'whoops' => 'Whoops.',
|
|
|
|
],
|
|
|
|
|
|
|
|
];
|