[ 'last_updated' => 'Last updated :timestamp', 'status' => [ 0 => 'Unknown', 1 => 'Operational', 2 => 'Performance Issues', 3 => 'Partial Outage', 4 => 'Major Outage', ], 'group' => [ 'other' => 'Other Components', ], ], // Incidents 'incidents' => [ 'none' => 'No incidents reported', 'past' => 'Past Incidents', 'stickied' => 'Stickied Incidents', 'scheduled' => 'Scheduled Maintenance', 'scheduled_at' => ', scheduled :timestamp', 'posted' => 'Posted :timestamp', 'posted_at' => 'Posted at :timestamp', 'status' => [ 1 => 'Investigating', 2 => 'Identified', 3 => 'Watching', 4 => 'Fixed', ], ], // Schedule 'schedules' => [ 'status' => [ 0 => 'Upcoming', 1 => 'In progress', 2 => 'Complete', ], ], // 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', 'major' => '[0,1] The service experiencing a major outage|[2,Inf] Some systems are experiencing a major outage', ], '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', 'unsubscribe' => 'Unsubscribe at :link', 'button' => 'Subscribe', 'manage' => [ 'no_subscriptions' => 'You\'re currently subscribed to all updates.', 'my_subscriptions' => 'You\'re currently subscribed to the following updates.', ], '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!', 'manage' => 'Manage your subscription', '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.', ], ], 'signup' => [ 'title' => 'Sign Up', 'username' => 'Username', 'email' => 'Email', 'password' => 'Password', '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 here!', ], // Modal 'modal' => [ 'close' => 'Close', 'subscribe' => [ '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.', 'button' => 'Subscribe', ], ], // Other 'home' => 'Home', 'description' => 'Stay up to date with the latest service updates from :app.', 'powered_by' => 'Powered by Cachet.', 'timezone' => 'Times are shown in :timezone.', 'about_this_site' => 'About This Site', 'rss-feed' => 'RSS', 'atom-feed' => 'Atom', 'feed' => 'Status Feed', ];