Cachet/resources/lang/en/dashboard.php

252 lines
9.0 KiB
PHP
Raw Normal View History

<?php
/*
* This file is part of Cachet.
*
2015-10-29 11:43:14 +00:00
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
2015-01-05 11:32:04 +00:00
'dashboard' => 'Dashboard',
// Incidents
2015-01-05 11:32:04 +00:00
'incidents' => [
'title' => 'Incidents &amp; Schedule',
'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',
2015-01-08 08:58:09 +00:00
'incident-templates' => 'Incident Templates',
'add' => [
2016-01-31 11:04:28 +00:00
'title' => 'Report an incident',
2016-02-18 14:16:40 +00:00
'success' => 'Incident added.',
'failure' => 'Something went wrong with the incident.',
],
2015-01-05 11:32:04 +00:00
'edit' => [
2016-01-31 11:04:28 +00:00
'title' => 'Edit an incident',
'success' => 'Incident updated.',
2016-02-18 14:16:40 +00:00
'failure' => 'Something went wrong with the incident.',
],
2015-11-20 17:02:11 +08:00
'delete' => [
'success' => 'The incident has been deleted and will not show on your status page.',
'failure' => 'The incident could not be deleted. Please try again.',
],
// Incident templates
2015-01-05 11:32:04 +00:00
'templates' => [
2015-01-08 08:58:09 +00:00
'title' => 'Incident Templates',
'add' => [
2016-01-31 11:04:28 +00:00
'title' => 'Create an incident template',
'message' => 'You should add an incident template.',
2016-02-18 14:16:40 +00:00
'success' => 'Template created.',
'failure' => 'Something went wrong with the incident template.',
],
2015-01-08 08:58:09 +00:00
'edit' => [
'title' => 'Edit Template',
2016-02-18 14:16:40 +00:00
'success' => 'Template has been updated!',
'failure' => 'Something went wrong updating the incident template',
2015-01-08 08:58:09 +00:00
],
2015-11-20 17:02:11 +08:00
'delete' => [
2016-01-31 11:04:28 +00:00
'success' => 'The incident template has been deleted.',
'failure' => 'The incident template could not be deleted. Please try again.',
2015-11-20 17:02:11 +08:00
],
],
],
// Incident Maintenance
'schedule' => [
'schedule' => 'Scheduled Maintenance',
2015-11-16 11:14:56 +08:00
'logged' => '{0} There are no schedules, good work.|You have logged one schedule.|You have reported <strong>:count</strong> schedules.',
'scheduled_at' => 'Scheduled at :timestamp',
'add' => [
2016-02-18 14:16:40 +00:00
'title' => 'Add Scheduled Maintenance',
'success' => 'Schedule added.',
'failure' => 'Something went wrong adding the schedule.',
],
'edit' => [
2016-02-18 14:16:40 +00:00
'title' => 'Edit Scheduled Maintenance',
'success' => 'Schedule has been updated!',
'failure' => 'Something went wrong editing the schedule.',
],
'delete' => [
2016-02-18 14:16:40 +00:00
'success' => 'The schedule has been deleted and will not show on your status page.',
'failure' => 'The schedule could not be deleted. Please try again.',
],
],
// Components
2015-01-05 11:32:04 +00:00
'components' => [
2015-01-27 17:25:37 +00:00
'components' => 'Components',
'component_statuses' => 'Component Statuses',
2015-03-20 18:30:45 -06:00
'listed_group' => 'Grouped under :name',
'add' => [
2016-01-31 11:04:28 +00:00
'title' => 'Add a component',
'message' => 'You should add a component.',
2016-02-18 14:16:40 +00:00
'success' => 'Component created.',
'failure' => 'Something went wrong with the component.',
],
2015-01-05 11:32:04 +00:00
'edit' => [
2016-01-31 11:04:28 +00:00
'title' => 'Edit a component',
2016-02-18 14:16:40 +00:00
'success' => 'Component updated.',
'failure' => 'Something went wrong with the component.',
],
2015-11-20 17:02:11 +08:00
'delete' => [
2016-01-31 11:16:20 +00:00
'success' => 'The component has been deleted!',
2016-01-31 11:04:28 +00:00
'failure' => 'The component could not be deleted. Please try again.',
2015-11-20 17:02:11 +08:00
],
// Component groups
'groups' => [
2015-05-10 19:51:06 +01:00
'groups' => 'Component group|Component groups',
'no_components' => 'You should add a component group.',
'add' => [
2016-01-31 11:04:28 +00:00
'title' => 'Add a component group',
2016-02-18 14:16:40 +00:00
'success' => 'Component group added.',
'failure' => 'Something went wrong with the component group.',
],
2015-02-21 16:16:19 +00:00
'edit' => [
2016-01-31 11:04:28 +00:00
'title' => 'Edit a component group',
2016-02-18 14:16:40 +00:00
'success' => 'Component group updated.',
'failure' => 'Something went wrong with the component group.',
2015-02-21 16:16:19 +00:00
],
2015-11-20 17:02:11 +08:00
'delete' => [
2016-01-31 11:04:28 +00:00
'success' => 'Component group has been deleted!',
'failure' => 'The component group could not be deleted. Please try again.',
2015-11-20 17:02:11 +08:00
],
],
],
// Metrics
2015-01-05 11:32:04 +00:00
'metrics' => [
'metrics' => 'Metrics',
'add' => [
2016-01-31 11:04:28 +00:00
'title' => 'Create a metric',
'message' => 'You should add a metric.',
2016-02-18 14:16:40 +00:00
'success' => 'Metric created.',
'failure' => 'Something went wrong with the metric.',
],
'edit' => [
2016-01-31 11:04:28 +00:00
'title' => 'Edit a metric',
2016-02-18 14:16:40 +00:00
'success' => 'Metric updated.',
'failure' => 'Something went wrong with the metric.',
],
2015-11-20 17:02:11 +08:00
'delete' => [
2016-01-31 11:04:28 +00:00
'success' => 'The metric has been deleted and will no longer display on your status page.',
2015-11-20 17:02:11 +08:00
'failure' => 'The metric could not be deleted. Please try again.',
],
],
// Subscribers
'subscribers' => [
2016-03-15 17:25:56 +00:00
'subscribers' => 'Subscribers',
'description' => 'Subscribers will receive email updates when incidents are created.',
'verified' => 'Verified',
'not_verified' => 'Not verified',
'add' => [
2016-01-31 11:04:28 +00:00
'title' => 'Add a new subscriber',
'success' => 'Subscriber has been added!',
2016-02-18 14:16:40 +00:00
'failure' => 'Something went wrong with the component.',
],
'edit' => [
2016-01-31 11:04:28 +00:00
'title' => 'Update subscriber',
'success' => 'Subscriber has been updated!',
2016-02-18 14:16:40 +00:00
'failure' => 'Something went wrong when updating.',
],
],
// Team
'team' => [
'team' => 'Team',
'member' => 'Member',
'profile' => 'Profile',
'description' => 'Team Members will be able to add, modify &amp; edit components and incidents.',
'add' => [
2016-01-31 11:04:28 +00:00
'title' => 'Add a new team member',
2016-02-18 14:16:40 +00:00
'success' => 'Team member added.',
2016-01-31 11:04:28 +00:00
'failure' => 'The team member could not be added. Please try again.',
],
'edit' => [
2016-01-31 11:04:28 +00:00
'title' => 'Update profile',
2016-02-18 14:16:40 +00:00
'success' => 'Profile updated.',
'failure' => 'Something went wrong when updating.',
],
'delete' => [
2016-01-31 11:04:28 +00:00
'success' => 'Team member has been deleted and will no longer have access to the dashboard!',
'failure' => 'The team member could not be added. Please try again.',
],
'invite' => [
2016-01-31 11:04:28 +00:00
'title' => 'Invite a new team member',
'success' => 'An invite has been sent',
'failure' => 'The invite could not be sent. Please try again.',
],
],
// Settings
2015-01-05 11:32:04 +00:00
'settings' => [
'settings' => 'Settings',
'app-setup' => [
'app-setup' => 'Application Setup',
'images-only' => 'Only images may be uploaded.',
'too-big' => 'The file you uploaded is too big. Upload an image smaller than :size',
],
'analytics' => [
2015-10-20 22:13:52 -04:00
'analytics' => 'Analytics',
],
'localization' => [
2015-10-20 22:13:52 -04:00
'localization' => 'Localization',
],
2015-01-05 11:32:04 +00:00
'security' => [
2015-03-20 18:32:24 -06:00
'security' => 'Security',
2015-03-20 18:30:45 -06:00
'two-factor' => 'Users without two-factor authentication',
],
'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!',
'two-factor' => 'Please enter your token.',
],
// 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.',
],
2015-01-18 15:53:43 -06:00
// Welcome modal
'welcome' => [
2015-11-21 13:50:53 +00:00
'welcome' => 'Welcome to your status page!',
2015-01-18 15:53:43 -06:00
'message' => 'Your status page is almost ready! You might want to configure these extra settings',
'close' => 'Just go straight to my dashboard',
'steps' => [
'component' => 'Create components',
'incident' => 'Create incidents',
2015-02-17 08:48:18 +00:00
'customize' => 'Customize',
'team' => 'Add users',
'api' => 'Generate API token',
2015-04-18 13:59:37 +01:00
'two-factor' => 'Two Factor Authentication',
2015-01-18 15:53:43 -06:00
],
],
];