New translations cachet.php (Portuguese)
This commit is contained in:
@@ -14,28 +14,26 @@ return [
|
||||
'components' => [
|
||||
'last_updated' => 'Ultima actualização :timestamp',
|
||||
'status' => [
|
||||
0 => 'Unknown',
|
||||
0 => 'Desconhecido',
|
||||
1 => 'Operacional',
|
||||
2 => 'Problemas de performance',
|
||||
3 => 'Indisponibilidade parcial',
|
||||
4 => 'Indisponibilidade total',
|
||||
],
|
||||
'group' => [
|
||||
'other' => 'Outros componentes',
|
||||
'other' => 'Outros Componentes',
|
||||
],
|
||||
],
|
||||
|
||||
// Incidents
|
||||
'incidents' => [
|
||||
'none' => 'Nenhum incidente reportado',
|
||||
'past' => 'Incidentes anteriores',
|
||||
'previous_week' => 'Semana anterior',
|
||||
'next_week' => 'Próxima Semana',
|
||||
'stickied' => 'Stickied Incidents',
|
||||
'scheduled' => 'Manutenção Agendada',
|
||||
'scheduled_at' => ', agendada :timestamp',
|
||||
'posted' => 'Posted :timestamp',
|
||||
'status' => [
|
||||
'none' => 'Nenhum incidente reportado',
|
||||
'past' => 'Incidentes anteriores',
|
||||
'stickied' => 'Incidentes Persistentes',
|
||||
'scheduled' => 'Manutenção Agendada',
|
||||
'scheduled_at' => ', agendada :timestamp',
|
||||
'posted' => 'Publicado :timestamp',
|
||||
'status' => [
|
||||
1 => 'Investigando',
|
||||
2 => 'Identificado',
|
||||
3 => 'Observando',
|
||||
@@ -46,9 +44,9 @@ return [
|
||||
// Schedule
|
||||
'schedules' => [
|
||||
'status' => [
|
||||
0 => 'Upcoming',
|
||||
1 => 'In Progress',
|
||||
2 => 'Complete',
|
||||
0 => 'Brevemente',
|
||||
1 => 'Em Progresso',
|
||||
2 => 'Concluído',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -77,7 +75,7 @@ return [
|
||||
// Subscriber
|
||||
'subscriber' => [
|
||||
'subscribe' => 'Inscreva-se para obter as atualizações mais recentes',
|
||||
'unsubscribe' => 'Unsubscribe at :link',
|
||||
'unsubscribe' => 'Subscrição cancelada em :link',
|
||||
'button' => 'Subscrever',
|
||||
'manage' => [
|
||||
'no_subscriptions' => 'Actualmente está subscrito para todas as actualizações.',
|
||||
@@ -122,10 +120,10 @@ return [
|
||||
'home' => 'Início',
|
||||
'description' => 'Mantenha-se actualizado relativamente às alterações de serviço do :app.',
|
||||
'powered_by' => 'Suportado por <a href="https://cachethq.io" class="links">Cachet</a>.',
|
||||
'timezone' => 'Times are shown in :timezone.',
|
||||
'timezone' => 'Tempos são exibidos em :timezone.',
|
||||
'about_this_site' => 'Sobre este Site',
|
||||
'rss-feed' => 'RSS',
|
||||
'atom-feed' => 'Atom',
|
||||
'feed' => 'Feed de Estado',
|
||||
|
||||
];
|
||||
];
|
||||
Reference in New Issue
Block a user