[ 'status' => [ 1 => 'Operacional', 2 => 'Problemas de performance', 3 => 'Indisponibilidade parcial', 4 => 'Indisponibilidade total', ], ], // Incidents 'incidents' => [ 'none' => 'Nenhum incidente reportado.', 'past' => 'Incidentes anteriores', 'previous_week' => 'Semana anterior', 'next_week' => 'Próxima semana', 'none' => 'Nenhum incidente reportado.', 'scheduled' => '', 'scheduled_at' => '', 'status' => [ 0 => '', // TODO: Hopefully remove this. 1 => 'Investigando', 2 => 'Identificado', 3 => 'Observando', 4 => 'Resolvido', ], ], // Service Status 'service' => [ 'good' => 'Todos os serviços estão operando normalmente.', 'bad' => 'Alguns serviços estão passando por problemas.', ], 'api' => [ 'regenerate' => 'Gerar nova chave de API', 'revoke' => 'Revogar a chave de API', ], // Metrics 'metrics' => [ 'filter' => [ 'hourly' => 'Last 12 Hours', 'weekly' => 'Week', 'monthly' => 'Month', ], ], // Subscriber 'subscriber' => [ 'subscribe' => 'Subscribe to get the most recent updates.', '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!', 'unsubscribe' => 'Unsuscribe from email updates.', '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\nThank you, :app_name", 'html-preheader' => 'Please confirm your email subscription to :app_name status updates.', 'html' => '
Please confirm your email subscription to :app_name status updates.
Thank you, :app_name
', ], 'maintenance' => [ 'text' => "New maintenance has been scheduled on :app_name.\nThank you, :app_name", 'html-preheader' => 'New maintenance has been scheduled on :app_name.', 'html' => 'New maintenance has been scheduled on :app_name.
Thank you, :app_name
', ], 'incident' => [ 'text' => "New incident has been reported on :app_name.\nThank you, :app_name", 'html-preheader' => 'New incident has been reported on :app_name.', 'html' => 'New incident has been reported on :app_name.
Thank you, :app_name
', ], ], ], // Other 'powered_by' => ':app Esta Status Page é fornecida por Cachet.', 'about_this_site' => 'Sobre este site', 'rss-feed' => 'RSS Feed', 'atom-feed' => 'Atom Feed', 'feed' => 'Status Feed', ];