2016-01-29 22:05:05 +00:00
< ? php
/*
* This file is part of Cachet .
*
* ( 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 [
// Components
'components' => [
2016-03-20 16:26:21 +00:00
'last_updated' => 'Last updated :timestamp' ,
'status' => [
2016-01-29 22:05:05 +00:00
1 => 'Працює' ,
2 => 'Проблеми з продуктивністю' ,
3 => 'Partial Outage' ,
4 => 'Major Outage' ,
],
2016-03-20 16:26:21 +00:00
'group' => [
'other' => 'Other Components' ,
],
2016-01-29 22:05:05 +00:00
],
// Incidents
'incidents' => [
2016-02-18 14:16:40 +00:00
'none' => 'No incidents reported' ,
2016-01-29 22:05:05 +00:00
'past' => 'Past Incidents' ,
2016-05-25 09:45:20 +01:00
'previous_week' => 'Previous' ,
'next_week' => 'Next' ,
2016-01-29 22:05:05 +00:00
'scheduled' => 'Scheduled Maintenance' ,
'scheduled_at' => ', scheduled :timestamp' ,
'status' => [
0 => 'Scheduled' , // TODO: Hopefully remove this.
1 => 'Investigating' ,
2 => 'Identified' ,
3 => 'Watching' ,
4 => 'Fixed' ,
],
],
// Service Status
'service' => [
'good' => '[0,1] System operational|[2,Inf] All systems are operational' ,
'bad' => '[0,1] The system is currently experiencing issues|[2,Inf] Some systems are experiencing issues' ,
2016-10-07 15:15:39 +01:00
'major' => '[0,1] The service is experiencing a major outage|[2,Inf] Some systems are experiencing a major outage' ,
2016-01-29 22:05:05 +00:00
],
'api' => [
'regenerate' => 'Regenerate API Key' ,
'revoke' => 'Revoke API Key' ,
],
// Metrics
'metrics' => [
'filter' => [
'last_hour' => 'Last Hour' ,
'hourly' => 'Last 12 Hours' ,
'weekly' => 'Week' ,
'monthly' => 'Month' ,
],
],
// Subscriber
'subscriber' => [
'subscribe' => 'Subscribe to get the most recent updates' ,
'button' => 'Subscribe' ,
2016-03-20 16:26:21 +00:00
'manage' => [
'no_subscriptions' => 'You\'re currently subscribed to all updates.' ,
'my_subscriptions' => 'You\'re currently subscribed to the following updates.' ,
],
'email' => [
2016-01-29 22:05:05 +00: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-31 20:18:39 +01:00
'manage' => 'Manage your subscription' ,
2016-01-29 22:05:05 +00: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.' ,
'verify' => [
2016-05-31 20:18:39 +01:00
'text' => " Please confirm your email subscription to :app_name status updates. \n :link " ,
'html' => '<p>Please confirm your email subscription to :app_name status updates.</p>' ,
'button' => 'Confirm Subscription' ,
2016-01-29 22:05:05 +00:00
],
'maintenance' => [
2016-05-31 20:18:39 +01:00
'subject' => '[Maintenance Scheduled] :name' ,
2016-01-29 22:05:05 +00:00
],
'incident' => [
2016-05-31 20:18:39 +01:00
'subject' => '[New Incident] :status: :name' ,
2016-01-29 22:05:05 +00:00
],
'component' => [
2016-05-31 20:18:39 +01:00
'subject' => 'Component Status Update' ,
'text' => 'The component :component_name has seen a status change. The component is now at :component_human_status.\nThank you, :app_name' ,
'html' => '<p>The component :component_name has seen a status change. The component is now at :component_human_status.</p><p>Thank you, :app_name</p>' ,
'tooltip-title' => 'Subscribe to notifications for :component_name.' ,
2016-01-29 22:05:05 +00:00
],
],
],
'users' => [
'email' => [
'invite' => [
2016-08-07 16:10:12 -04:00
'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' => '<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>' ,
2016-01-29 22:05:05 +00:00
],
],
],
'signup' => [
'title' => 'Sign Up' ,
2016-05-25 09:45:20 +01:00
'username' => 'Ім’я користувача' ,
'email' => 'Електронна пошта' ,
'password' => 'Пароль' ,
2016-01-29 22:05:05 +00:00
'success' => 'Your account has been created.' ,
'failure' => 'Something went wrong with the signup.' ,
],
'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>!' ,
],
// Modal
'modal' => [
'close' => 'Close' ,
'subscribe' => [
2016-02-18 14:16:40 +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-29 22:05:05 +00:00
'button' => 'Subscribe' ,
],
],
// Other
2016-04-17 17:17:29 +01:00
'home' => 'Home' ,
2016-03-20 16:26:21 +00:00
'description' => 'Stay up to date with the latest service updates from :app.' ,
2016-05-25 09:45:20 +01:00
'powered_by' => 'Powered by <a href="https://cachethq.io" class="links">Cachet</a>.' ,
2016-01-29 22:05:05 +00:00
'about_this_site' => 'About This Site' ,
'rss-feed' => 'RSS' ,
'atom-feed' => 'Atom' ,
'feed' => 'Status Feed' ,
];