mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 13:38:20 +01:00
New translations notifications.php (Portuguese, Brazilian)
This commit is contained in:
parent
a7d933f6f2
commit
0caf225172
@ -47,32 +47,32 @@ return [
|
||||
'mail' => [
|
||||
'subject' => 'Incidente Atualizado',
|
||||
'content' => ':name foi atualizado',
|
||||
'title' => ':name was updated to :new_status',
|
||||
'title' => ':name foi atualizado para :new_status',
|
||||
'action' => 'Visualizar',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => ':name Updated',
|
||||
'content' => ':name was updated to :new_status',
|
||||
'title' => ':name atualizado',
|
||||
'content' => ':name foi atualizado para :new_status',
|
||||
],
|
||||
'sms' => [
|
||||
'content' => 'Incident :name was updated',
|
||||
'content' => 'Incidente :name foi atualizado',
|
||||
],
|
||||
],
|
||||
],
|
||||
'schedule' => [
|
||||
'new' => [
|
||||
'mail' => [
|
||||
'subject' => 'New Schedule Created',
|
||||
'content' => ':name was scheduled for :date',
|
||||
'title' => 'A new scheduled maintenance was created.',
|
||||
'subject' => 'Novo Agendamento Criado',
|
||||
'content' => ':name foi agendado para :date',
|
||||
'title' => 'Uma nova manutenção agendada foi criada.',
|
||||
'action' => 'Visualizar',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => 'Novo Agendamento Criado!',
|
||||
'content' => ':name was scheduled for :date',
|
||||
'content' => ':name foi agendado para :date',
|
||||
],
|
||||
'sms' => [
|
||||
'content' => ':name was scheduled for :date',
|
||||
'content' => ':name foi agendado para :date',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user