[ 'last_updated' => 'Last updated :timestamp', 'status' => [ 1 => 'Operacional', 2 => 'Problemas de performance', 3 => 'Indisponibilidade parcial', 4 => 'Indisponibilidade total', ], 'group' => [ 'other' => 'Other Components', ], ], // Incidents 'incidents' => [ 'none' => 'Nenhum incidente reportado', 'past' => 'Incidentes anteriores', 'previous_week' => 'Semana anterior', 'next_week' => 'Próxima semana', 'scheduled' => 'Manutenção Agendada', 'scheduled_at' => ', agendada :timestamp', 'status' => [ 0 => 'Agendado', // TODO: Hopefully remove this. 1 => 'Investigando', 2 => 'Identificado', 3 => 'Observando', 4 => 'Resolvido', ], ], // Service Status 'service' => [ 'good' => '[0,1] Sistema operacional|[2,Inf] Todos os sistemas estão operacionais', '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' => 'Gerar nova chave de API', 'revoke' => 'Revogar a chave de API', ], // Metrics 'metrics' => [ 'filter' => [ 'last_hour' => 'Última Hora', 'hourly' => 'Últimas 12 horas', 'weekly' => 'Semana', 'monthly' => 'Mês', ], ], // Subscriber 'subscriber' => [ 'subscribe' => 'Inscreva-se para obter as atualizações mais recentes', 'button' => 'Inscreva-se', 'manage' => [ 'no_subscriptions' => 'You\'re currently subscribed to all updates.', 'my_subscriptions' => 'You\'re currently subscribed to the following updates.', ], 'email' => [ 'subscribe' => 'Inscreva-se para atualizações via e-mail.', 'subscribed' => 'Inscrição realizada com sucesso! Por favor verifique o e-mail que enviamos à você para confirmar sua inscrição.', 'verified' => 'Sua inscrição foi confirmada! Obrigado!', 'manage' => 'Manage your subscription.', 'unsubscribe' => 'Não desejo mais receber notificações via e-mail.', 'unsubscribed' => 'Sua inscrição foi cancelada.', 'failure' => 'Ocorreu um problema na sua inscrição.', 'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.', 'verify' => [ 'text' => "Por favor confirme seu e-mail para receber as atualizações do :app_name .\n:link\nAtenciosamente, :app_name", 'html-preheader' => 'Por favor confirme seu e-mail para receber as atualizações do :app_name.', 'html' => '
Por favor confirme seu cadastro para receber atualizações do :app_name.
Atenciosamente, :app_name
', ], 'maintenance' => [ 'text' => "Uma manutenção do aplicativo :app_name foi agendada. \n Atenciosamente, :app_name", 'html-preheader' => 'Uma manutenção do aplicativo :app_name foi agendada.', 'html' => 'Uma nova manutenção para o aplicativo :app_name foi agendada.
', ], 'incident' => [ 'text' => "Um novo incidente foi reportado no aplicativo :app_name.\n Atenciosamente, :app_name", 'html-preheader' => 'Um novo incidente foi reportado no aplicativo :app_name.', 'html' => 'Um novo incidente foi reportado no aplicativo :app_name.
Obrigado, :app_name
', ], 'component' => [ '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-preheader' => 'Component Update from :app_name', 'html' => 'The component :component_name has seen a status change. The component is now at :component_human_status.
Thank you, :app_name
', 'tooltip-title' => 'Subscribe to notifications for :component_name.', ], ], ], 'users' => [ 'email' => [ 'invite' => [ 'text' => "You have been invited to the team :app_name status page, to sign up follow the next link.\n:link\nThank you, :app_name", 'html-preheader' => 'You have been invited to the team :app_name.', 'html' => 'You have been invited to the team :app_name status page, to sign up follow the next link.
Thank you, :app_name
', ], ], ], 'signup' => [ 'title' => 'Sign Up', 'username' => 'Usuário', 'email' => 'Email', 'password' => 'Senha', 'success' => 'A sua conta foi criada.', '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' => 'Fechar', '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' => 'Inscreva-se', ], ], // Other 'description' => 'Stay up to date with the latest service updates from :app.', 'powered_by' => ':app Status Page is powered by Cachet.', 'about_this_site' => 'Sobre este Site', 'rss-feed' => 'RSS', 'atom-feed' => 'Atom', 'feed' => 'Status Feed', ];