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' => [
2014-12-20 21:20:17 +00:00
'status' => [
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' ,
],
],
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' => [
2015-11-22 19:29:12 +00:00
'none' => 'No incidents reported' ,
2015-10-29 11:43:14 +00:00
'past' => 'Past Incidents' ,
2015-10-27 20:17:22 +00:00
'previous_week' => 'Previous Week' ,
'next_week' => 'Next Week' ,
2015-11-22 19:29:12 +00:00
'none' => 'Nothing to report' ,
2015-02-28 20:18:30 +00:00
'scheduled' => 'Scheduled Maintenance' ,
'scheduled_at' => ', scheduled :timestamp' ,
2015-01-05 11:32:04 +00:00
'status' => [
2015-02-28 20:18:30 +00:00
0 => 'Scheduled' , // TODO: Hopefully remove this.
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
2014-12-01 16:37:37 +00:00
// Service Status
2014-12-20 21:20:17 +00:00
'service' => [
2015-11-22 19:28:18 +00:00
'good' => 'All systems are functional' ,
'bad' => 'Some systems are experiencing 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-08-02 15:43:20 +01:00
'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' => [
2015-11-22 19:29:12 +00:00
'subscribe' => 'Subscribe to get the most recent updates' ,
2015-05-24 16:33:03 -05:00
'button' => 'Subscribe' ,
'email' => [
'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!' ,
2015-10-22 21:36:49 -04:00
'unsubscribe' => 'Unsubscribe from email updates.' ,
2015-05-24 16:33:03 -05:00
'unsubscribed' => 'Your email subscription has been cancelled.' ,
'failure' => 'Something went wrong with the subscription.' ,
'verify' => [
'text' => " Please confirm your email subscription to :app_name status updates. \n :link \n Thank you, :app_name " ,
'html-preheader' => 'Please confirm your email subscription to :app_name status updates.' ,
2015-07-10 13:08:35 -05:00
'html' => '<p>Please confirm your email subscription to :app_name status updates.</p><p><a href=":link">:link</a></p><p>Thank you, :app_name</p>' ,
2015-05-24 16:33:03 -05:00
],
2015-06-10 22:11:14 +01:00
'maintenance' => [
2015-05-24 16:33:03 -05:00
'text' => " New maintenance has been scheduled on :app_name. \n Thank you, :app_name " ,
'html-preheader' => 'New maintenance has been scheduled on :app_name.' ,
2015-06-18 16:25:34 +01:00
'html' => '<p>New maintenance has been scheduled on :app_name.</p>' ,
2015-05-24 16:33:03 -05:00
],
2015-06-10 22:11:14 +01:00
'incident' => [
2015-05-24 16:33:03 -05:00
'text' => " New incident has been reported on :app_name. \n Thank you, :app_name " ,
'html-preheader' => 'New incident has been reported on :app_name.' ,
'html' => '<p>New incident has been reported on :app_name.</p><p>Thank you, :app_name</p>' ,
],
],
],
2015-11-08 20:21:23 -06:00
'users' => [
'email' => [
'invite' => [
'text' => " You have been invited to the team :app_name status page, to sign up follow the next link. \n :link \n Thank you, :app_name " ,
'html-preheader' => 'You have been invited to the team :app_name.' ,
'html' => '<p>You have been invited to the team :app_name status page, to sign up follow the next link.</p><p><a href=":link">:link</a></p><p>Thank you, :app_name</p>' ,
],
],
],
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.' ,
],
2014-12-01 16:37:37 +00:00
// Other
2015-10-27 20:31:31 +00:00
'powered_by' => ':app Status Page is powered by <a href="https://cachethq.io" class="links">Cachet</a>.' ,
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
];