mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-02-23 11:16:05 +01:00
141 lines
6.1 KiB
PHP
141 lines
6.1 KiB
PHP
<?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' => [
|
|
'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' => 'Manutenção Agendada',
|
|
'scheduled_at' => ', agendada :timestamp',
|
|
'status' => [
|
|
0 => 'Agendada', // TODO: Hopefully remove this.
|
|
1 => 'Investigando',
|
|
2 => 'Identificado',
|
|
3 => 'Observando',
|
|
4 => 'Resolvido',
|
|
],
|
|
],
|
|
|
|
// 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' => 'Gerar nova chave de API',
|
|
'revoke' => 'Revogar a chave de API',
|
|
],
|
|
|
|
// Metrics
|
|
'metrics' => [
|
|
'filter' => [
|
|
'last_hour' => 'Last Hour',
|
|
'hourly' => 'Últimas 12 horas',
|
|
'weekly' => 'Semana',
|
|
'monthly' => 'Mês',
|
|
],
|
|
],
|
|
|
|
// Subscriber
|
|
'subscriber' => [
|
|
'subscribe' => 'Inscreva-se para obter as atualizações mais recentes',
|
|
'button' => 'Subscrever',
|
|
'email' => [
|
|
'subscribe' => 'Subscrever actualizações via email.',
|
|
'subscribed' => 'Subscreveu as notificações por e-mail, por favor verifique o seu e-mail para confirmar a subscrição.',
|
|
'verified' => 'A sua subscrição por e-mail foi confirmada. Obrigado!',
|
|
'unsubscribe' => 'Remover subscrição de e-mail.',
|
|
'unsubscribed' => 'A sua subscrição de e-mail foi cancelada.',
|
|
'failure' => 'Algo correu mal com a sua subscrição.',
|
|
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
|
|
'verify' => [
|
|
'text' => "Por favor confirme a sua subscrição de e-mail para as actualizações :app_name .\n:link\nObrigado, :app_name",
|
|
'html-preheader' => 'Por favor confirme a sua subscrição de e-mail para as notificações de actualização de estado :app_name.',
|
|
'html' => '<p>Por favor, confirme sua assinatura de e-mail para atualizações de status para :app_name.</p> <p><a href=":link">: link</a></p> <p>Obrigado, :app_name</p>',
|
|
],
|
|
'maintenance' => [
|
|
'text' => "Uma nova manutenção foi agendada - :app_name.\nObrigado, :app_name",
|
|
'html-preheader' => 'Uma nova manutenção foi agendada em :app_name.',
|
|
'html' => '<p>Nova manutenção foi agendada na :app_name.</p>',
|
|
],
|
|
'incident' => [
|
|
'text' => "Foi reportado um novo incidente - :app_name.\nObrigado, :app_name",
|
|
'html-preheader' => 'Novo incidente reportado - :app_name.',
|
|
'html' => '<p>Novo incidente reportado - :app_name.</p><p>Obrigado, :app_name</p>',
|
|
],
|
|
'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' => '<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.',
|
|
],
|
|
],
|
|
],
|
|
|
|
'users' => [
|
|
'email' => [
|
|
'invite' => [
|
|
'text' => "Você foi convidado para a equipa :app_name página de status, para se inscrever siga o próximo link.\n:link\nObrigado, :app_name",
|
|
'html-preheader' => 'Você foi convidado para a equipa :app_name.',
|
|
'html' => '<p>Foi convidado para a equipa :app_name página de status, para se inscrever siga o seguinte link.</p> <p><a href=":link">:link</a></p> <p>Obrigado, :app_name</p>',
|
|
],
|
|
],
|
|
],
|
|
|
|
'signup' => [
|
|
'title' => 'Registrar',
|
|
'username' => 'Usuário',
|
|
'email' => 'E-mail',
|
|
'password' => 'Palavra passe',
|
|
'success' => 'A sua conta foi criada.',
|
|
'failure' => 'Aconteceu algo de errado com a inscrição.',
|
|
],
|
|
|
|
'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' => [
|
|
'title' => 'Subscribe to component updates?',
|
|
'body' => 'Enter your email address to subscribe to updates for this component. If you\'re already subscribed, you\'ll receive emails for this component too.',
|
|
'button' => 'Subscrever',
|
|
],
|
|
],
|
|
|
|
// Other
|
|
'powered_by' => ':app Página Status é promovida por <a href="https://cachethq.io" class="links"> Cachet</a>.',
|
|
'about_this_site' => 'Sobre este Site',
|
|
'rss-feed' => 'RSS',
|
|
'atom-feed' => 'Atom',
|
|
'feed' => 'Feed de Estado',
|
|
|
|
];
|