2014-12-01 16:37:37 +00:00
< ? php
2015-04-19 08:52:39 +01:00
/*
* This file is part of Cachet .
*
2015-10-29 11:43:14 +00:00
* ( c ) Alt Three Services Limited
2015-04-19 08:52:39 +01:00
*
* For the full copyright and license information , please view the LICENSE
* file that was distributed with this source code .
*/
2014-12-26 21:52:17 +00:00
return [
2014-12-01 16:37:37 +00:00
// Components
2015-01-05 11:12:34 +00:00
'components' => [
2016-03-20 16:23:21 +00:00
'last_updated' => 'Last updated :timestamp' ,
'status' => [
2016-10-21 20:00:18 -03:00
0 => 'Unknown' ,
2014-12-01 16:37:37 +00:00
1 => 'Operational' ,
2 => 'Performance Issues' ,
3 => 'Partial Outage' ,
2014-12-20 21:20:17 +00:00
4 => 'Major Outage' ,
],
2016-03-16 09:09:09 +00:00
'group' => [
'other' => 'Other Components' ,
],
2014-12-20 21:20:17 +00:00
],
2015-01-05 11:12:34 +00:00
2014-12-01 16:37:37 +00:00
// Incidents
2015-01-05 11:12:34 +00:00
'incidents' => [
2017-03-09 19:18:11 +00:00
'none' => 'No incidents reported' ,
'past' => 'Past Incidents' ,
'stickied' => 'Stickied Incidents' ,
2017-07-18 22:35:20 +01:00
'scheduled' => 'Maintenance' ,
2017-03-09 19:18:11 +00:00
'scheduled_at' => ', scheduled :timestamp' ,
'posted' => 'Posted :timestamp' ,
2017-12-03 05:35:23 -05:00
'posted_at' => 'Posted at :timestamp' ,
2017-03-09 19:18:11 +00:00
'status' => [
2014-12-01 16:37:37 +00:00
1 => 'Investigating' ,
2 => 'Identified' ,
3 => 'Watching' ,
2014-12-20 21:20:17 +00:00
4 => 'Fixed' ,
],
],
2015-01-05 11:12:34 +00:00
2016-10-30 20:54:12 +00:00
// Schedule
'schedules' => [
'status' => [
0 => 'Upcoming' ,
1 => 'In Progress' ,
2 => 'Complete' ,
],
],
2014-12-01 16:37:37 +00:00
// Service Status
2014-12-20 21:20:17 +00:00
'service' => [
2018-01-14 22:32:50 +01:00
'good' => '[0,1]System operational|[2,*] All systems are operational' ,
'bad' => '[0,1]The system is experiencing issues|[2,*]Some systems are experiencing issues' ,
'major' => '[0,1]The system is experiencing major issues|[2,*]Some systems are experiencing major issues' ,
2014-12-20 21:20:17 +00:00
],
2015-01-05 11:12:34 +00:00
'api' => [
'regenerate' => 'Regenerate API Key' ,
'revoke' => 'Revoke API Key' ,
],
2015-01-21 02:32:18 -06:00
// Metrics
'metrics' => [
'filter' => [
2015-12-24 11:27:22 +00:00
'last_hour' => 'Last Hour' ,
'hourly' => 'Last 12 Hours' ,
'weekly' => 'Week' ,
'monthly' => 'Month' ,
2015-01-21 02:32:18 -06:00
],
],
2015-05-24 16:33:03 -05:00
// Subscriber
'subscriber' => [
2017-01-03 15:14:51 +00:00
'subscribe' => 'Subscribe to get the updates' ,
'unsubscribe' => 'Unsubscribe at :link' ,
'button' => 'Subscribe' ,
'manage' => [
2016-03-16 09:09:09 +00:00
'no_subscriptions' => 'You\'re currently subscribed to all updates.' ,
'my_subscriptions' => 'You\'re currently subscribed to the following updates.' ,
],
'email' => [
2015-12-19 23:08:28 +08:00
'subscribe' => 'Subscribe to email updates.' ,
'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.' ,
'verified' => 'Your email subscription has been confirmed. Thank you!' ,
2016-05-27 12:17:00 +01:00
'manage' => 'Manage your subscription' ,
2015-12-19 23:08:28 +08:00
'unsubscribe' => 'Unsubscribe from email updates.' ,
'unsubscribed' => 'Your email subscription has been cancelled.' ,
'failure' => 'Something went wrong with the subscription.' ,
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.' ,
2015-11-08 20:21:23 -06:00
],
],
2015-11-08 20:12:52 -06:00
'signup' => [
'title' => 'Sign Up' ,
'username' => 'Username' ,
'email' => 'Email' ,
'password' => 'Password' ,
'success' => 'Your account has been created.' ,
'failure' => 'Something went wrong with the signup.' ,
],
2015-11-28 17:35:49 +00:00
'system' => [
'update' => 'There is a newer version of Cachet available. You can learn how to update <a href="https://docs.cachethq.io/docs/updating-cachet">here</a>!' ,
],
2016-01-10 15:54:54 +00:00
// Modal
'modal' => [
'close' => 'Close' ,
'subscribe' => [
2016-01-31 11:04:28 +00:00
'title' => 'Subscribe to component updates' ,
'body' => 'Enter your email address to subscribe to updates for this component. If you\'re already subscribed, you\'ll already receive emails for this component.' ,
2016-01-10 15:54:54 +00:00
'button' => 'Subscribe' ,
],
],
2014-12-01 16:37:37 +00:00
// Other
2016-03-22 20:18:51 +00:00
'home' => 'Home' ,
2016-03-16 09:09:09 +00:00
'description' => 'Stay up to date with the latest service updates from :app.' ,
2016-05-06 12:50:30 +01:00
'powered_by' => 'Powered by <a href="https://cachethq.io" class="links">Cachet</a>.' ,
2016-07-11 21:33:07 +01:00
'timezone' => 'Times are shown in :timezone.' ,
2015-10-27 21:34:54 +00:00
'about_this_site' => 'About This Site' ,
2015-06-10 22:09:28 +01:00
'rss-feed' => 'RSS' ,
'atom-feed' => 'Atom' ,
2015-01-05 11:12:34 +00:00
'feed' => 'Status Feed' ,
2014-12-26 21:52:17 +00:00
];