Cachet/app/lang/en/dashboard.php

129 lines
3.8 KiB
PHP
Raw Normal View History

<?php
return [
2015-01-05 11:32:04 +00:00
'dashboard' => 'Dashboard',
// Incidents
2015-01-05 11:32:04 +00:00
'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',
'add' => [
'title' => 'Add an incident',
'success' => 'Incident added.',
'failure' => 'Something went wrong with the incident.',
],
2015-01-05 11:32:04 +00:00
'edit' => [
'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' => [
'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' => [
'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' => [
'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' => [
'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 &amp; 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' => [
'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' => [
'app-setup' => 'Application Setup',
],
2015-01-05 11:32:04 +00:00
'security' => [
'security' => 'Security',
],
'stylesheet' => [
'stylesheet' => 'Stylesheet',
],
2015-01-05 11:32:04 +00:00
'theme' => [
'theme' => 'Theme',
],
2015-01-05 11:32:04 +00:00
'edit' => [
'success' => 'Settings saved.',
'failure' => 'Settings could not be saved.',
],
],
// Login
2015-01-05 11:32:04 +00:00
'login' => [
'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',
// Notifications
'notifications' => [
'notifications' => 'Notifications',
'awesome' => 'Awesome.',
'whoops' => 'Whoops.',
],
];